* {
	box-sizing: border-box;
}

/*html {
	scroll-behavior: smooth;
}*/

body {
	font-family: Arial, sans-serif;
}

p {
	text-align: center;
}


a {
	text-decoration: none;
	color: #222;
}

a:hover {
	color: #F89B86;
}

img {
	vertical-align: middle;
}

h1 {
	font-size: 14px;
}


.container {
	max-width: 1200px;	
	margin: 0 auto;
}

.satzspiegel {
	max-width: 1000px;
	margin: 0 auto;
}

.zitat {
	/*font-family: Special Elite;*/
	max-width: 700px;
	margin: 0 auto;
	padding: 60px;
	background: #fff;
	line-height: 1.8;
	font-size: 15px;
	position: relative;
	z-index: 0;
}



/*###########
####HEADER#####
#############*/


.main-header nav img { /*bild für logo*/
	width: 150px;
}

.main-header {
	position: relative; 
	z-index: 1; /*z-index bei 1 um beim ausklappenden menü content zu verdecken */
}

.main-header nav { /*navigation */
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: dokdo;
	font-size: 32px;
	padding: 30px;
}

.main-header nav ul {
	display: flex; /*elemente nebeneinander*/
	margin: 0;
	padding: 0;
	list-style: none;
}

.main-header nav ul a, .zurück a:hover {
	color: #222;
	display: flex;
	margin: 0.5vw 1vw;
	padding: 0.5vw;
}

.main-header nav ul a:hover, .zurück a:hover {
	display: flex;
	border-radius: 5px;
	color: #fff;
}

.main-header img {
	width: 150px;
  transition: .6s ease-in-out;
}

.main-header img:hover { /*logo dreht sich */
		transform: rotate(360deg);
}


.white { /*div welches optisch die navpunkte ausgleicht*/
	width: 100px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#input-toggle { /*für das sandwichmenü*/
	display: none;
}

.main-header .menu-toggle { /*box für menü*/
	display: none;
	background: #222;
	width: 40px;
	height: 40px;
	border-radius: 5px;
	position: relative;
	cursor: pointer;
}

.main-header .bar { 
	display: block;
	background: #fff;
	width: 70%;
	height: 8%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%) rotate(0deg);
	opacity: 1;
	transition: all .3s ease;
}

.main-header .bar-top {
	top: 25%;
}

.main-header .bar-bottom {
	top: 75%;
}

input:checked ~ .white label  .bar-middle{
	opacity: 0;
}

input:checked ~ .white label .bar-top {
	top: 50%;
	transform: translate(-50%,-50%) rotate(-45deg);
}

input:checked ~ .white label .bar-bottom {
	top: 50%;
	transform: translate(-50%,-50%) rotate(45deg);
}


.color1:hover {
	background: #F02E7B;
}

.color2:hover {
	background: #F6292C;
}

.color3:hover {
	background: #F89B86;
}

.color4:hover {
	background: #E3344C;
}

.color5:hover {
	background: #F77D83;
  }




/*###########
####FOOTER#####
#############*/

footer .footervorne,.footerhinten {
	position: fixed;
  left: 0;
  bottom: -10vw;
  width: 100%;
  /*z-index: 10;*/
}


.footerfigur {
	position: fixed;
	right: 8vw;
	left: auto;
	bottom: 4vw;
	width: 15vw;
	height: auto;
	z-index: 10; /*Figur ist zwischen den beiden footerbildern */
	transition: all .1s ease-in-out;
}

.footerfigur:hover { /*figur wird größer da link zu youtube */
	transform: scale(1.05);
}


.footervorne {
	position: fixed;
	z-index: 20;
}

.footerhinten {
	position: fixed;
	z-index: -1;
}


.wieweit {
	width: 500px;
	height: auto;
	margin: 0 auto;
	display: flex;
}



/*###########
####GALLERY#####
#############*/



.gallery-items {
	width: 100%;
	max-width: 1050px; /*1050px da es optisch die Größe der nav ist */
	margin: 0 auto;
	height: auto;
	display: flex;
	flex-wrap: wrap;
}

.gallery-items article { /* 3 in einer zei */
	width: calc(100% / 3);
	height: 100%;
	overflow: hidden;
	padding: 0.5vw;
}

.gallery-items a { /*bild ansteuerbar */
	display: inline-block;
	position: relative;
}

.gallery-items img, .gallery-items a:hover img {
	height: 340px;
	width: 100%;
	object-fit: cover; /*füllt das bild (nimmt verzerrung) */
	/*filter: grayscale(1);*/
}

.gallery-items a:hover img {
	filter: grayscale(0);
	transition: all .3s ease;
}


.fotobeschreibung {
		font-size: 12px;
		text-align: right;
		margin: 2px;
}


/*###########
####BIO#####
#############*/
/*
.bio {
	display: flex;
}

/*.bio article {
	width: 50%;
}*/

/*

.bio p {
	font-family: Special Elite;
	padding: 5px 30px;
	width: 800px;
	text-align: left;
	font-size: 15px;
	line-height: 1.8;
}

.bio h1 {
	padding: 0px 30px;
	font-size: 20px;
}

.bio img {
	width: 300px;
	height: 300px;
	object-fit: cover;
	padding: 0  30px;
}

*/



/*###########
####TRIO#####
#############*/

.trio,.triozusammen {
	display: flex;
	align-content: center;
	padding: 20px;
}


.trio p, .triozusammen p {
	/*font-family: Special Elite;*/
	padding: 5px 30px;
	max-width: 600px;
	text-align: left;
	font-size: 15px;
	line-height: 1.8;
}



.trio h1, .triozusammen h1 {
	padding: 0px 30px;
	font-size: 20px;
}

.trio img {
	width: 340px;
	height: 340px;
	object-fit: cover;
	padding: 20px 30px;
}

.triozusammen img {
	width: 500px;
}

.float article {
	float: right;
}



/*###########
####IMPORTANT#####
#############*/

.important {
	list-style: none;
	font-family: Special Elite;
	font-size: 12px;
	position: fixed;
	right: 40px;
	top: 25px;
}

.important a:hover {
	background: none;
}

/*###########
####IMPRESSUM#####
#############*/

.impressum {
	margin: 40px;
	max-width: 900px;
}

.impressum p {
	font-size: 15px;
	line-height: 1.5;
	padding: 10px 0px;
	text-align: left;
	margin: 0;
}

.impressum h1 {
	font-size: 18px;
}




/*###########
####TERMINE#####
#############*/

.termine h1,h2,p {
	text-align: center;
}

.termine article {
	padding: 15px;
}

.termine h1, {
	font-size: 25px;
}

.termine h2 {
	font-size: 25px;
	font-family: dokdo;
	padding: 0;
	margin: 0 auto;
}

.termine p {
	text-align: center;
	font-size: 15px;
	margin: 0 auto;
	line-height: 1.3;
	
}

.adresse {
	color: #424242;
}


/*###########
####KONTAKT#####
#############*/



/*span.kontakt {
	position: relative;
	display: inline-block;
	margin: 0 1vw; /*vw da optische entscheidung -> rücken etwas näher aneinander 

}

span.kontakt::before {
	margin: 20px 0;
}

span.kontakt::after {
	margin: 0 20px;
}

span.kontakt label {
	position: absolute; /*passt sich an die position des span.kontakt an 
	bottom: -15px;
	right: 0;
	left: 0;
	font-size: 12px;
	color: #B3B2B2;
}


p span.note {
	font-size: 12px;
	color: #B3B2B2;
}

.datenschutz {
	max-width: 300px;
	margin: 0 auto;
	padding: 5px;
}


button {
	display: inline-block;
	padding: 10px;
	margin: 20px;
	border: none;
	font-family: dokdo;
	font-size: 32px;
	border-radius: 5px;
	background: #e11944;
	color: #fff;
}

button:hover {
	background: black;
}

.betreff {
	display: flex;
	align-items: center;
	justify-content: center;
}

.betreff p{
	padding: 10px;
}


p.gesendet {
	font-family: dokdo;
	font-size: 30px;
	transform: rotate(-10deg);
	padding: 40px;
} */

article.kontakt {
	/*font-family: Special Elite;*/
	line-height: 1.5;
}


a.social img {
	width: 30px;
}


/*###########
####VIDEOS#####
#############*/

article.video {
	display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5vw;
  
}

iframe {
	width: 60vw;
  height: 30vw;
}



/*###########
####ZURÜCK#####
#############*/


.back {
	margin: 0 auto;
	text-align: center;
	padding: 100px 50px 300px 50px; /*padding unten um Objekt aus der Stadt zu heben */
}

.back img {
	width: 40px;
	transition: all .1s ease-in-out;
}

.back img:hover {
	transform: scale(1.2);
}


img.test {
	width: 600px;
	height: auto;
	align-items: center;


}

span.kennzeichnung {

	color: #F77D83;
}



@media screen and (max-width: 1400px) { 

.trio,.triozusammen {
	display: flex;
	align-items: center;
	
}

.triozusammen {
	flex-direction: column;
}

.trio {
	flex-direction: column-reverse;
}

a.social img {
	position: fixed;
	left: 40px;
	bottom: 100px;

}



@media screen and (max-width: 820px) { /*bricht bei 820 um, wg. breite der nav-leiste */



	.main-header nav {
		justify-content: space-around; /*optische entscheidung */
		background: #fff;
	}				


	.main-header .menu-toggle {
		display: block;
	}


	.main-header nav ul, .main-header nav input:checked + ul {
		position: absolute; /*unabhängig, relativ würde z.b. die nav wegschieben */
		top: 100%; /*position*/
		background-color: #fff;
		flex-direction: column;
		align-items: center;
		padding: 20px;
		width: 100%;
		height: 100vh;
		opacity: 0;
		display: none;
	}


	.main-header nav input:checked + ul  {
		opacity: 1;
		display: flex;
	}



.footerstadt img {
		right: 0;	/*so bleibt das Bild rechts, und schiebt sich nach links raus; (wichtig wg. der Figur) */	
		left: auto; 
		width: 800px;
		height: auto;
}


.footer .footerfigur {
	right: 60px;
	bottom: 30px;
	width: 120px;
}

	.gallery-items article {
	width: 50%;
	height: auto;
	overflow: hidden;
}



}

@media screen and (max-width: 500px) {


			.gallery-items article {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.wieweit {
	display: none;
}

	
}


