@charset "utf-8";

/*
==================================================================
Style-Sheet BEZIEHUNG-GESTALTEN.INFO
Copyrights: BEZIEHUNG-GESTALTEN.INFO | Tobias Brockmann - Berlin/Brandenburg - Deutschland
Webdesign: Werbemanufaktur Deutschland - Dominik Wolff (Dipl.-Kfm./Uni)
Stand: Dezember 2020
Inhalt:

1. Kalibrierung
2. Allgemeine Styles
3. Layout-Styles
4. Formular
==================================================================
*/

/*
==================================================================
1. Kalibrierung
==================================================================
*/

* {
	margin: 0;
  	padding: 0;
	border: 0;
}

html { height: 101%; } /* Kein Sprung bei Mozilla, wenn die Seite sehr kurz ist (Erscheinen und Verschwinden der Scrollbalken). */

main { display: block; } /* main - Element nicht im IE unterstüzt. */

/*
==================================================================
2. Allgemeine Styles
==================================================================
*/

/*
Text
*/

@font-face {
    font-family: 'palanquin-thin';
    src: url('../fonts/palanquin-thin-webfont.woff2') format('woff2'),
         url('../fonts/palanquin-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'palanquin-light';
    src: url('../fonts/palanquin-light-webfont.woff2') format('woff2'),
         url('../fonts/palanquin-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'palanquin-regular';
    src: url('../fonts/palanquin-regular-webfont.woff2') format('woff2'),
         url('../fonts/palanquin-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'palanquin-bold';
    src: url('../fonts/palanquin-bold-webfont.woff2') format('woff2'),
         url('../fonts/palanquin-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
	font-family: 'palanquin-regular', sans-serif;
	font-size: 16px;
	color: #000000;
}

p {	
	line-height: 1.6;
	padding-bottom: 16px;
	text-align: justify;
}

#zitat {
	font-family: 'palanquin-thin', sans-serif;
	font-size: 40px;
	text-align: center;
	padding-bottom: 10px;
	line-height: 1.6;
}

@media only screen and (max-width : 979px) {
	
	#zitat { font-size: 28px; }
}

#zitatQuelle {
	font-family: 'palanquin-bold', sans-serif;
	font-size: 12px;
	text-align: center;
}

address {	
	font-family: 'palanquin-regular', sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 1.6;
	padding-bottom: 16px;
}

.rot { color: #c41b13; }

.gruen { color: #43BF00; }

.duenn { font-family: 'palanquin-light', sans-serif; }

.fett { font-family: 'palanquin-bold', sans-serif; }

.klein { font-size: 12px; }

/*
Überschriften
*/

h1, h2, h3, h4 {
	font-family: 'palanquin-thin', sans-serif;
	font-weight: normal;
	line-height: 1.6;
}

h1 {
	font-size: 40px;
	padding: 0px 0px 40px 0px;
	text-align: center;
}

h2 { 
	font-size: 32px; 
	padding: 0px 0px 20px 0px;
}

h3 { 
	font-size: 24px;
	padding: 0px 0px 20px 0px;
}

h4 { 
	font-size: 16px;
	padding: 0px 0px 10px 0px;
}

@media only screen and (max-width : 979px) {
	
	h1 { font-size: 28px; }
	
	h2 { font-size: 24px; }
	
	h3 { font-size: 20px; }
	
	h4 { font-size: 16px; }
}

/*
Hyperlinks
*/

a {
	outline: none;
	text-decoration: none;
}

a:link, a:visited {
	color: #000;
	-webkit-transition: color 1s ease-in-out;
	transition: color 1s ease-in-out;
}

a:hover, a:focus { 
	color: #c41b13;
	border-bottom: 1px dotted;
}

main a:link, main a:visited { border-bottom: 1px dotted; }

.nodot,
#navigationObenResponsive { border-bottom: none !important; }

#untenNavigation a:hover,
#untenNavigation a:focus {
	color: #c41b13;
	text-decoration: none;
	border-bottom: none;
}

#copyrights a:hover,
#copyrights a:focus {
	text-decoration: none;
	border-bottom: 1px dotted;
}

address a,
.dotted { border-bottom: 1px dotted; }

/* 
Trennlinie
*/

hr {
	border-bottom: 1px dashed #000;
	width: 100%;
	margin: 0px;
	text-align: left; /* Extra für Opera und IE - das Sie eine Linie automatisch in der Mitte zentrieren und damit margin nicht wirkt. */
}

/*
==================================================================
3. Layout-Styles
==================================================================
*/

body { background-color: #FFF; }

#wrapper {
	width: 90%;
	max-width: 1500px;
	min-width: 200px;
	margin: 0px auto;
  	-webkit-animation: fadeinWrapper 2s;
	animation: fadeinWrapper 2s;
}

@-webkit-keyframes fadeinWrapper {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes fadeinWrapper {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* 
Navigation 
*/

#oben {	
	padding: 15px 0px 50px 0px;
	border-bottom: 1px dashed #000;
}

#oben a {/* Keine Linklinie unter dem Logo */
  border: 0 none;
  text-decoration: none;
}

#logoOben {
	width: 100%;
	height: auto;
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	text-decoration: none;
}

#logoOben:hover { 
	transform: scale(0.98);
	text-decoration: none;
}

#obenNavigation {
	padding-top: 15px;
	text-align: center;
}

#obenNavigation a:link, 
#obenNavigation a:visited { 
	font-family: 'palanquin-light', sans-serif;
	font-size: 20px;
	line-height: 1.8;
}

#obenNavigation a:hover,
#obenNavigation a:focus {
	color: #c41b13;
	text-decoration: none;
	border-bottom: none;
}

#obenNavigation a { padding-right: 15px; }

@media only screen and (max-width : 1300px) { 
	#obenNavigation a:link, 
	#obenNavigation a:visited { 
		font-size: 16px;
		line-height: 1.6;
	}
}

@media only screen and (min-width : 560px) { #logoObenResponsive, #navigationObenResponsive { display: none; } }

@media only screen and (max-width : 559px) {
	
	#oben {
		padding: 15px 0px 15px 0px;
	}
	
	#logoOben { 
		display: none;
		height: 0;
		width: 0;
	}
	
	#obenNavigation {
		display: none;
		padding: 0px;
		margin: 0px;
	}
	
	#logoObenResponsive {
		width: 80%;
		height: auto;
	}
	
	#navigationObenResponsive { 
		display: inline;
		float: right;
		height: 30%;
		width: auto;
		margin-top: 2%;
	}
}

@media only screen and (max-width : 410px){ #navigationObenResponsive span { display: none; } }

/* 
Ende Navigation 
*/

section { padding: 40px 0px 40px 0px; }

.linksInhalt {
	width: 47%;
	padding-right: 3%;
	float: left;
	margin-bottom: 40px;
}

.rechtsInhalt {
	width: 47%;
	padding-left: 3%;
	float: left;
}

.linksInhalt img, 
.rechtsInhalt img {
	width: 100%;
	height: auto;
}

@media only screen and (max-width : 700px){ 
	.linksInhalt, .rechtsInhalt { 
		width: 100%;
		padding: 0;
	}
}

.zweiSpaltenInhalt {
	column-count: 2;
	column-gap: 6%;
	margin-bottom: 40px;
}

@media only screen and (max-width : 699px) { .zweiSpaltenInhalt { column-count: 1; } }

#bildThema {
	width: 100%;
	height: auto;
}

section ul { padding: 0px 0px 20px 0px; }

section li {
	margin-left: 20px;
	list-style-type: circle;
}

/* 
Startseite 
*/

.startKasten {
	float: left;
	width: 30%;
	min-height: 430px; /* Sonst Probleme mit Floaten wegen der unterschiedlich langen Schrift. */
	padding: 0 0 40px 0;
}

@media only screen and (min-width : 1400px){
	.startKasten {
		min-height: 460px;
	}
}

.startKasten:nth-child(2),
.startKasten:nth-child(3),
.startKasten:nth-child(5),
.startKasten:nth-child(6) { padding: 0 0 40px 5%; }

@media only screen and (max-width : 960px){
	.startKasten {
		width: 47%;
		padding: 0 0 10px 0;
	}
	
	.startKasten:nth-child(1),
	.startKasten:nth-child(3),
	.startKasten:nth-child(5) { padding: 0 3% 10px 0; }
	
	.startKasten:nth-child(2),
	.startKasten:nth-child(4),
	.startKasten:nth-child(6) { padding: 0 0 10px 3%; }
}

@media only screen and (max-width : 559px) {
	.startKasten {
		width: 100%;
		padding: 0 0 10px 0;
	}
	
	.startKasten:nth-child(1),
	.startKasten:nth-child(2),
	.startKasten:nth-child(3),	
	.startKasten:nth-child(4),
	.startKasten:nth-child(5) { padding: 0 0 20px 0; }
	
	.startKasten:nth-child(6) { padding: 0 0 30px 0; }
}

.startKasten a:link,
.startKasten a:visited,
#startLink:link,
#startLink:visited {
	color: #c41b13;
	font-family: 'palanquin-bold', sans-serif;
	border-bottom: none;
	-webkit-transition: color 1s ease-in-out;
	transition: color 1s ease-in-out;
}

.startKasten a:hover,
.startKasten a:focus,
#startLink:hover,
#startLink:focus { 
	color: #000;
	border-bottom: 2px dotted;
}

.startKastenBild {
	width: 100%;
	height: auto;
}

#startSection { padding: 40px 0px 0px 0px; }

/* Ende Startseite */

/* 
Linkempfehlungen
*/

.linkRahmen {
	padding: 20px 20px 10px 20px;
	margin: 0px 0px 30px 0px;
	border: 1px dashed #000;
}

.linkRahmen p {
	text-align: center;
}

#pdfDownload {
	margin: 0px 5px 0px 0px;
	vertical-align: middle;
}

/* 
Ende Linkempfehlungen
*/

/* 
Footer 
*/

footer {
	padding: 60px 0px 40px 0px;
	border-top: 1px dashed #000;
}

@media only screen and (max-width : 979px){
	footer {
		padding: 40px 0px 30px 0px;
	}
}

#untenNavigation,
address,
#untenOrte {
	width: 30%;
	float: left;
}

#untenOrte, address { padding-left: 5%; }

@media only screen and (max-width : 979px) {
	#untenNavigation {
		width: 47%;
		margin: 0px;
		padding: 0 3% 20px 0;
	}
		
	address {
		width: 47%;
		margin: 0px;
		padding: 0 0 20px 3%;
	}
	
	#untenOrte { 
		width: 100%;
		padding-left: 0%;
		text-align: justify;
	}
}

#untenNavigation a {
	display: block;
	line-height: 1.6;
}

#logoUnten {
	width: 30%;
	height: auto;
	display: block;
	margin-bottom: 10px;
}

#copyrights { 
	margin-top: 40px;
	padding-top: 60px;
	border-top: 1px dashed #000;
}

#copyrights p {
	text-align: center;
	font-size: 14px;
}

@media only screen and (max-width : 560px) {
	#untenNavigation,	
	address,
	#untenOrte {
		float: none;
		width: 100%;
		margin: 0px;
		padding: 0px 0px 30px 0px;
	}
	
	#copyrights { 
		margin-top: 20px;
		padding-top: 50px;
	}
	
	#copyrights p { text-align: left; }
}

#werbemanufaktur {
	margin: 0 auto;
	margin-top: 40px;
}

#werbemanufaktur img {
	margin-right: 5px;
	vertical-align: middle;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

#werbemanufaktur img:hover { transform: scale(0.90); }

#werbemanufaktur p {
	text-align: center;
	font-size: 12px;
	line-height: 0.2;
}

.clear {
	clear: both;
	width: 0px;
	height: 0px;
}

/*
==================================================================
4. Formular
==================================================================
*/

label {
	display: block;
	font-family: 'palanquin-regular', sans-serif;
	font-style: normal;
	font-size: 16px;
	text-align: center;
	line-height: 1.6;
}

input {
	width: 98%;
	height: 30px;
	margin: 20px auto 25px auto;
	border: 1px dashed #000;
	font-family: 'palanquin-regular', sans-serif;
	font-style: normal;
	font-size: 16px;
	line-height: 1.6;
	padding: 5px;
}

textarea {
	height: 200px;
	width: 98%;
	padding: 5px;
	margin: 20px auto 25px auto;
	border: 1px dashed #000;
	font-family: 'palanquin-regular', sans-serif;
	font-style: normal;
	font-size: 16px;
	line-height: 1.6;
}

input:focus, 
textarea:focus { border: 2px dashed #c41b13; }

#testfeld { 
	visibility: hidden; 
	display: none; 
}

#captcha {
	display: inline-block;
	padding-top: 0px;
	margin: 0px 38%;
	margin-top: 20px;
}

@media only screen and (max-width : 799px) { #captcha { margin: 20px 23% 0px 23%; } }
@media only screen and (max-width : 499px) { #captcha { margin: 20px 0px 0px 0px; } }

#submit {	
	width: 98%;
	height: 60px;
	cursor: pointer;
	border: 2px dashed #c41b13;
	background-color: #FFF;
	margin: 30px 0px 40px 0px;
	font-family: 'palanquin-bold', sans-serif;
	font-style: normal;
	font-size: 20px;
	color: #c41b13;
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

#submit:hover, 
#submit:active { 
	background-color: #c41b13;
	border: 2px solid #c41b13;
	color: #FFF;
}

@media only screen and (min-width : 1px) and (max-width : 979px){ #submit {width: 100%;} }

.fehlerMeldung {
	background-color: #c20016;
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
	margin: 0px 0px 20px 0px;
	color: #FFFFFF;
	text-align: center;
	padding: 5px;
}

/*
==================================================================
Ende Stylesheet
==================================================================
*/