/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');


*{
	margin: 0;
	padding: 0;
	box-sizing:border-box;
	font-family: 'Montserrat', sans-serif;

}

:root {
  --gradient: linear-gradient(45deg, rgba(58,107,53,0.7), rgba(227, 180, 72, 1), #CBD18F);

}


html{
	scroll-behavior:smooth;
}


body{
	overflow-x: hidden;
	font-family: 'Montserrat', sans-serif;
}


/* ======================*/
/* =======Text===========*/
/* ======================*/


h2 {
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: clamp(1.2rem, 5vw, 4rem);
	text-align: center;
	color: rgba(227, 180, 72, 1);
}

p{
	/*border: solid 2px red;*/
	font-style: normal;
	font-weight: 300;
	font-size: clamp(0.8rem, 3vw, 1.8rem);
	line-height: 150%;

	/* oder 36px */
	text-align: center;
	letter-spacing: 0.045em;

	color: antiquewhite;


}


main {
	max-width:2000px;
	margin:0 auto;
	overflow:hidden;
}


.title_fliesstext_container{
	
	height:100%;
	position: relative;
	padding-top: 4rem;
	z-index: 1;

}

.title_fliesstext_container h2{
	padding: 0 6rem;
}

.title_fliesstext_container p {
	font-size: 1.6rem;
	padding: 1rem 15rem;
	margin: 0 4rem;
	color:antiquewhite;
}


.content h1{
	font-size: 0px;
	/*font-size: clamp(20px, 12vw, 140px);*/
	color: antiquewhite;
	font-weight: 600;
	position: absolute;
	top: 50%;
	
}

.content h1:hover{
	-webkit-text-stroke: 1px antiquewhite;;
	color: transparent;
}

.veranstaltungen_title_text{
	height: 8rem;
	text-align: center;
	background-color: rgba(58,107,53,1);
	box-shadow: 2px 5px 17px 1px rgba(0,0,0,0.33);
	font-size: 80px;
	padding: 1rem;;
	margin: 0 auto;
}



.veranstaltungen p {
	font-size: 0.8rem;
	padding: 2rem 1.2rem;
	color: rgba(58,107,53,0.7);
}




.veranstaltungen h3 {
	/*border: solid 2px green;*/
	text-align: center;
	background-color: #3A6B35;
	color: rgba(227, 180, 72, 0.95);
	width: 100%;
	margin-top: 0rem;
	font-size: clamp(1.1rem, 2vw, 1.4rem);
}
.veranstaltungen_h3_oben {
	bottom: 0;
	border-radius: 1rem 1rem 0 0;
}
.veranstaltungen_h3_unten {
	border-radius:0 0 1rem 1rem ;
}

.veranstaltungen_h3_platzhalter{
	background: #CBD18F;
	text-align: center;
	font-size: 1.5rem;
	padding: 10rem 2rem 0 2rem;
	height:500px;
	z-index: 8888;
}

h4{
	font-size: 80px;
	color: rgba(227, 180, 72, 0.95);
	font-weight: 100;
	padding: 1rem;
}

/* für alle seiten ausserts index*/
.content h2{
	font-size:150px;
	margin-top: 8rem;
}
/* ==================================*/
/* =======Hero/Header Section===========*/
/* ==================================*/


.hero{
	width: 100%;
	height: 100vh;
	
	position:relative;
	padding: 0 0 5% 0;
	/* display: flex; */
	align-items: center;
	justify-content: center;
}

.hero_kontakt{
	width: 100%;
	height: 90vh;;
	background-image: url("website_mockup_fotos/kontakt_1.jpg");
	background-size: cover;
	position:relative;
	padding: 0 0 5% 0;
	/* display: flex; */
	align-items: center;
	justify-content: center;
}

.hero_bildergalerie{
	width: 100%;
	height: 90vh;;
	background-image: url("images/little_nepal_familie_2.jpeg");
	background-size: cover;
	background-position: center;
	position:relative;
	padding: 0 0 5% 0;
	/* display: flex; */
	align-items: center;
	justify-content: center;
}

.hero_teambildung{
	width: 100%;
	height: 90vh;;
	background-image: url("website_mockup_fotos/teambildung.png");
	background-size: cover;
	position:relative;
	padding: 0 0 5% 0;
	/* display: flex; */
	align-items: center;
	justify-content: center;
}

.hero_mindful_living{
	width: 100%;
	height: 90vh;;
	background-image: url("website_mockup_fotos/blatt_texture.jpg");
	background-size: cover;
	position:relative;
	padding: 0 0 5% 0;
	/* display: flex; */
	align-items: center;
	justify-content: center;
}

.hero_veranstaltungen{
	width: 100%;
	height: 90vh;;
	background-image: url("images/little_nepal_wald_1.jpeg");
	background-size: cover;
	background-position: center;
	position:relative;
	padding: 0 0 5% 0;
	/* display: flex; */
	align-items: center;
	justify-content: center;
}



.background_baum_unten{
	position:absolute;
	bottom:0;
	width:100%;
	height:250px;
	background-image:url("images/bergen_mit_vogel.gif");
	background-position:bottom;
	background-repeat: no-repeat;
}

.background_baum_oben{
	
	
	width:100%;
	height:100%;;
	
	background-position:bottom;
	
	background: linear-gradient(2deg, rgba(58,107,53,0) 0%, rgba(58,107,53,0.752334210051208) 45%, rgba(58,107,53,1) 68%);
	z-index: 1;
}


.logo{
	width: 200px;
	height: 175px;
	display: block;
	background-color: rgba(227, 180, 72, 0.4);
    padding: 10px 0 0 0;
	background-size:500px;
    backdrop-filter: blur(1px);
	border-radius: 50% 50% 2% 2%;
	background-origin: content-box;
    margin-left: auto;
    margin-right: auto;
	cursor: pointer;
}

.padding_top{
	padding-top: 0.5rem;
}

.content{
	text-align: center;
	padding-top: 40px;
	
}


.content a{
	text-decoration: none;
	color: antiquewhite;
	font-size: 24px;
	border: 2px solid antiquewhite;;
	padding: 5px 20px;
	border-radius: 50px;
	margin:0 auto;
	letter-spacing: 0.045em;
	position: absolute;
	bottom:10rem;
	left:0;
	right:0;
	width: 200px;
	z-index: 2;
}

.content a:hover{
	background-color: rgba(58, 107, 53, 0.95);
}

.background-video{
	position: absolute;
	/*right: 0;
	bottom: 0;*/
	z-index: -1;
	display: block;
    margin: 0 auto;
}





/* ======================*/
/* =======MENU===========*/
/* ======================*/
#balken {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 6rem;
	background-color: rgba(227, 180, 72, 1);
	opacity: 0;
	transition: 0.25s;
	z-index: 890;
}
#balken.sichtbar {
	opacity: 0.95;
}

#balken img{
	position: absolute;
	margin-top: 1rem;
	height:4rem;
	background-color: transparent;
    padding: 0;
    backdrop-filter: blur(0px);
	display: flex;
	justify-content: center;
	align-items: center;
}

#menuIcon{
	filter: invert(100%) drop-shadow(3px 3px 3px #222);
    -webkit-filter: invert(100%) drop-shadow(3px 3px 3px #222);
	width: 2.5rem;
	border-radius: 50%;
	position: fixed;
	top: 30px;
	right: 20px;
	cursor: pointer;
	z-index: 999;
}

.menu-box{
	width:0;
	height:0;
	background:rgba(227, 180, 72, 0.95);
	position:fixed;
	top:0;
	right:0;
	display:flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	
	border-bottom-left-radius: 0;
	transition: width 0.5s, height 0.5s, border-radius 0.5s;
	z-index: 998;
}

.menu-box.open-menu{
	width:100%;
	height: 100vh;
	border-bottom-left-radius: 0;
}

.menu-box.open-menu ul li{
	opacity: 1;
	transform: translateY(0);
	transition: transform 1s, opacity 1s;
	transition-delay: 0.5s;
}



.menu-box ul li{
	list-style: none;
	margin: 20px;
	text-align: center;
	
	opacity: 0;
	transform: translateY(30px);
}

.menu-box ul li a{
	display: inline-block;
	text-decoration: none;
	color: #fff;
	font-size: clamp(0.8rem, 8vw, 4rem);
	font-weight: 600;
	position: relative;
	text-shadow: 0px 0px 0 #3A6B35;
	transition: text-shadow 0.5s, transform 0.5s;
}

.menu-box ul li a:hover{
	text-shadow: -3px 3px 0 #3A6B35;
	transform: translateY(-6px);
}

.aktiv{
  background:#CBD18F;
	border-radius: 25%;
	padding:1rem;

}
	


.menu-box ul li a::after{
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	bottom: 19px;
	right:-18px;
	opacity: 0;
	box-shadow: 0px 0px 0 #3A6B35;
	transition: box-shadow 0.5s;
}

.menu-box ul li a:hover::after{
	opacity: 1;
	box-shadow: -2px 2px 0 #3A6B35;
}


/* =================================================*/
/* ======================Wellen Design==========================*/
/* =================================================*/


.waves{
	line-height: 0;
}




/* =================================================*/
/* =======Links oder rechts text mit bild===========*/
/* =================================================*/


.top_3_punkt{
	/*border: solid 2px red;*/
	margin-top: -4px;
	width: 100%;
	height:100%;
	background: linear-gradient(0deg, rgba(58,107,53,0.7) 0%, rgba(58,107,53,1) 50%, rgba(58,107,53,0.6) 98%);
	padding: 4rem;
	
}



.vollbildcover {
			object-fit:cover;
			width:100%;
			height:100%;
			
		}

.bild_rechts{
object-position: right;
	
}

.rechts_und_links_text {
			display:flex;
			flex-wrap:wrap;
	
			justify-content: center;
			padding: 2rem 2rem;
	
		}
		
		.rechts_und_links_text .design_links {
			width:50%;
			
			
		}
		
		.rechts_und_links_text .design_rechts {
			
			width:50%;
			padding:0 2rem;
		}
		
		.ungerade {
			flex-direction:row-reverse;
		}

.design_rechts p{
	
	font-size: 1.4rem;
	text-align: start;
	padding: 0.5rem 2rem ;
}

.design_rechts h2{
	font-size: clamp(1rem, 1vw 3rem);
	text-align: center;
	padding: 2rem;
}


.object_position_right{
	object-position: right;

}

.object_position_left{
	object-position: left;

}

.top_3_punkt img {
	border-radius:.5rem;
	height:100%;
}

.links_rechts_layout_button{
	text-decoration: none;
	text-align: center;
	color: antiquewhite;
	background: rgba(227,180,72,0.8);
	padding: 0.5rem 0.5rem;
	margin: 5% 0 0 40%;
	
}

.links_rechts_layout_button:hover{
	background: rgba(58,107,53,0.8);
}


/* =================================================*/
/* ===============Veranstaltungen Homepage===============*/
/* =================================================*/

.veranstaltungen {
	position: relative;
	padding:2rem 0 10rem ;
	/*border: solid 2px hotpink;*/
	height:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background-color: rgba(58,107,53,0.7);
}

.margin_rechts{
	margin-right: 3rem;
}

.kein_margin_rechts{
	margin-right: 0rem;
	}

.veranstaltungen_karte {
	
	padding:2rem;
	margin-top: 1rem;
	/*border: solid 2px red;*/
	display: flex;
	width:100%;
	height:100%;
	max-height: 600px;
	min-height: 600px;
	flex-direction: column;
	max-width: 20rem;
	background-color: #CBD18F;
	border-radius: 1rem;
	transition: box-shadow 0.5s, transform 0.5s;
}

.veranstaltungen_karte:hover{
	background-color: rgba(227,180,72,1);
	border-radius: 1rem;
	box-shadow: 2px 5px 17px 1px rgba(0,0,0,0.8);
	transform: translateY(-6px);
}

.veranstaltungen_karte p{
	color: black;
}

.veranstaltungen_foto{
	
	aspect-ratio: 4 / 3;
}

.veranstaltungen_fliesstext{
	font-size: 1rem;
	padding: 5rem;
}

.decko_baum_links {
	position: absolute;
	height: 40rem;
	margin-left: -15rem;
}
.decko_baum_rechts {
	position: absolute;
	height: 40rem;
	right: -12rem;
}

.zu_veranstaltungen_button{
	position: absolute;
	bottom:20px;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	right: 0;
	left: 0;
	text-decoration: none;
	text-align: center;
	font-size: 1.2rem;
	background: rgba(227,180,72,1);
	color: white;
	padding: 1rem;
	border-radius: 10px;
	cursor: pointer;
	box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);
}

.zu_veranstaltungen_button:hover{
	background: #CBD18F;
}




/* =================================================*/
/* ===================Veranstaltungen Site===============*/
/* =================================================*/

.veranstaltungen_container{
	width: 100%;
 	height: 100%;
	padding: 2rem 8rem;
	
	
}

.veranstaltungen_container h2{
	color: white;
	background: rgba(58,107,53,1);
	
}

.veranstaltungen_container h2 a{
	color: white;
	font-size: 2rem;
}

.veranstaltungen_container_top_p{
	font-size: 1.2rem;
	padding: 2rem 4rem;
	column-count: 3;
	display: flex;
	flex-direction: column;
	background: rgba(58,107,53,1);
	
}

.karte_button{
	text-decoration: none;
	text-align: center;
	color: antiquewhite;
	background: rgba(227,180,72,0.8);
	padding: 0.5rem 0.5rem;
	margin: 0 4rem;
	
}

.karte_button:hover{
	background: rgba(58,107,53,0.8);
}

.zur_anmeldung_button{
	text-decoration: none;
	text-align: center;
	position: absolute;
	right:45%;
	color: white;
	background: #CBD18F;
	padding: 0.5rem 0.5rem;
	margin: -20px 0 0 0;
	
}

.zur_anmeldung_button:hover{
	background: rgba(227,180,72,0.8);
}
/* =================================================*/
/* ===================Logo Slider===============*/
/* =================================================*/

.slider img {
	aspect-ratio: 3 / 2;
	flex-grow:1;
    width: 150px;
    object-fit: contain;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
 	filter: grayscale(100%);
    animation: scroll 44s linear infinite;
	padding-top: 2rem;
}
.slider img:hover{
	filter: grayscale(0%);
}

.slide-track {
  width: 100%;
  display: flex;
  gap: 3em;
  overflow: hidden;
}

.slider {
  background-color: rgba(58,107,53,1);
  padding: 5rem 0rem 6rem ;
	
}

@keyframes scroll {
  0% {transform: translateX(0);}
  100% {transform: translatex(-1000%)}
}



/* =================================================*/
/* ===================GOOGLE MAPS========================*/
/* =================================================*/

.google_maps {
	line-height: 0;
	
}


/* =================================================*/
/* ===================Teambildung===============*/
/* =================================================*/

.canvas {
 	width: 100%;
 	height: 100%;
	background-image: var(--gradient);
  
}

.teambildung_container{
 	width: 100%;
 	height: 100%;
	padding: 0 5rem 2rem;
}

.bild_im_fliesstext{
	object-fit: cover;
	width: 100%;
	height: 60vh;
	text-align: center;
	
}

.canvas h2{
	font-size: 4rem;
	padding: 2rem 0;
	background: rgba(58,107,53,1);
	width: 100%;
}

.teambildung_container_top_p{
	font-size: 1.5rem;
	padding: 2rem 4rem;
	column-count: 3;
	display: flex;
	flex-direction: column;
	
}

.teambildung_text{
	padding: 2rem 3rem;
	
}

.teambildung_text p{
	font-size: 1.2rem;
	text-align: left;
	margin-bottom: 1rem;
	padding-top: 2rem;
	color: black;
}

.teambildung_text h3{
	text-align: left;
	padding: 1rem 0 1rem 1rem;
	font-size: 2.2rem;
	background-color: #CBD18F;
}

.teambildung_container h4{
	color: black;
	font-size: 2.5rem;
	text-align: center;
	font-weight: bold;
}

.teambildung_text_flex{
	display: flex;
}

.youtube{
	margin-left: 15%;
	margin-right: 15%;
	margin-top: 5rem;
}
/* =================================================*/
/* ===================Mindful Living===============*/
/* =================================================*/

.mindful_living_container{
	width: 100%;
 	height: 100%;
	padding:0 5rem 2rem;
}

.mindful_living_container_top_p{
	font-size: clamp(0.8rem, 1.5rem);
	padding: 2rem 4rem;
	column-count: 3;
	display: flex;
	flex-direction: column;
}




/* =================================================*/
/* ===================Kontakt Formular===============*/
/* =================================================*/

.container_formular{
	width:100%;
	height: 100%;
	background: rgba(58,107,53,1);
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 2rem;
	
}

.container_formular_teambildung{
	width:100%;
	height: 100%;
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 2rem;
	
}

form{
	background: #CBD18F;
	display: flex;
	flex-direction: column;
	padding: 2vw 4vw;
	width: 90%;
	max-width: 600px;
	height:100%;
	max-height: auto;
	border-radius: 10px;
	margin: 5rem 0 5rem 0;
}

form h3{
	color: #555555;
	font-weight: 800;
	margin-bottom: 20px;
}

form input, form textarea{
	border:0;
	border-bottom: black 1px solid;
	margin: 10px 0;
	padding: 20px;
	outline: none;
	background: #CBD18F;
	font-size: 16px;
	cursor: text;
	transition: all 1s ease-in-out;
}

form input:focus, form textarea:focus{
	background-color: rgba(227, 180, 72, 1);
	transition: all 1s ease-in-out;
	border-radius: 5px;
}

form .form_button{
	padding: 15px;
	background: rgba(227, 180, 72, 1);
	color: #fff;
	font-size: 18px;
	border: 0;
	outline: none;
	cursor: pointer;
	width: 150px;
	margin: 20px auto 0;
	border-radius: 10px;
}


form .form_button:hover{
	background: rgba(58,107,53,1);
}

form label{
	display: flex;
	justify-content: space-between;
	padding: 1rem;
}

form select{
	border:0;
	border-bottom: black 1px solid;
	margin: 10px 0;
	padding: 10px;
	background: rgba(227, 180, 72, 0.5);
}

option{
	background: #CBD18F;
}

.form_unten_text_fett{
	font-size: 0.8rem;
	font-weight:600;
}

.form_unten_text_normal{
	font-size: 0.8rem;
	
}

.flex{
	display: flex;
	
}

/* =================================================================*/
/* ===================Über uns und Bildergalerie========================*/
/* =================================================================*/

/* Über uns */

.uber_uns_container{
	display: flex;
	flex-wrap: nowrap;
}

.uber_uns_text{
	width:40%;
	padding: 3rem 2rem 0 4rem;
}

.uber_uns_container_top_p{
	font-size: 1.4rem;
	margin-bottom: 10%;
	text-align: left;
	color: black;
}

.h2_uber_uns{
	background: rgba(58,107,53,1);	
	padding: 2rem 3rem;
}



/* Bildergalerie stylen */
		
		.bildergalerie {
			display: flex;
			flex-wrap:wrap;
			width:60%;
			background: transparent;
			padding: 3rem 4rem 0 4rem;
		}
		
		
		.bild_container{
			
			flex-grow: 1;
			height: 30vh;
			padding:0;
			position: relative;
			overflow: hidden; /* verstekt alles ausserhalb */
			width: 50%;
			
		}
		
		.bild_container img{
			height: 100%;
			object-fit: cover;
			width: 100%;
			transition: all ease-in-out 0.5s;
			padding: 0.5rem;
		}
		
		.bild_container:hover img{
			transform: scale(1.2);
			transition: all ease-in-out 0.8s;
			
		}
			
		
	
		.bild_container_title {
			background-color: rgba(0,0,0,0.57);
			border-top: 1px solid white;
			border-bottom: 1px solid white;
			color:white;
			position: absolute;
			bottom: -6rem;
			left: 0;
			text-align: center;
			transition: all ease-in-out 0.2s;
			width:100%;
			font-size: 1.2rem;
			padding: 1rem 1rem 1.5rem 1rem;
		}
		
		/* rollover beim container, aber animieren vom titel */
		.bild_container:hover .bild_container_title{
			bottom:2rem;
			transition: all ease-in-out 0.5s;
		}
		
		/* fancybox stylen */
		
		.fancybox__caption {
			color:black;
			font-size: 2rem;
			/*text-shadow: 2px 2px orange;*/
		}
		
		.fancybox__backdrop{
			background-color: rgba(244,244,244,0.93);
		}
		

	/* ====Team===== */

.team_container{
	display: flex;
	flex-wrap: wrap;
	width:100%;
	height: 100%;
	justify-content:space-around;
	padding:3rem 2rem 2rem 4rem;
	text-align: center;
	
}

.team_container img{
	width: 200px;
	height: 200px;
	object-fit: cover;
	
}

.team_text{
	color: white;
	font-style: italic;
	line-height: 1.5rem;
}

/* =================================================*/
/* ===================FOOTER========================*/
/* =================================================*/


footer{
	display:flex;
	
	
}
footer div{
	background: #CBD18F;
	text-align:left;
	
}



.footer_adresse{
	
    font-size: clamp(0.6rem, 2vw, 1.1rem);
	padding: 4rem 5rem 1rem 6rem;
	width:33.3334%;
}

.footer_adresse h3{
	font-size: 1.5rem;
}

.footer_adresse i {
	margin-top: 1.6rem;
	font-size: 1.5rem;
	cursor: pointer;
	padding: 0 1.5rem 0 0;
	
}

.footer_logo{
	
	text-align:center;
	width:33.3334%;
	padding: 3rem 0 0 ;
	z-index: 1;
}

.footer_logo img{
	width:60%;
	height: 60%;
	
}
.footer_menu{
	
	display:flex;
	flex-direction: column;
  	
  	align-items: left;
	font-size: clamp(0.6rem, 2vw, 1.2rem);
	padding: 4rem 5rem 0 14rem;
	width:33.3335%;
}

.footer_menu a{
	font-weight: 600;
	text-decoration: none;
	color: black;
}

#totop {
	font-weight: 200;
	position:absolute;
	display: flex;
	right:0px;
	background: rgba(58,107,53,1);
	padding: 1rem;
	opacity: 0.95;
}


.impressum_im_footer{
	background: #CBD18F;
	font-size: clamp(0.5rem, 2vw, 0.88rem);
	text-align: center;
	padding: 1rem 5rem;
}

.fa {
	color: black;
}











/* Responsive */

@media (min-aspect-ratio: 16/9){
	.background-video{
		width:100%;
		height: auto;
	}
}
@media (max-aspect-ratio: 16/9){
	.background-video{
		width:auto;
		height: 100%;
	}
}

@media (max-width: 1200px){

	#top_button {
	font-weight: 200;
	position:absolute;
	display: flex;
	right:0px;
	margin-top: 250px;
	background: green;
	padding: 1rem;
}
	.footer_adresse{
	padding: 2rem 2rem 1rem;
	width:33.3334%;
}
	
	
.teambildung_text_flex{
	display: block;
}		
	
.links_rechts_layout_button{
	text-align: center;
	padding: 0.1rem 0.1rem;
	margin: 15% 0 0 38%;
	
}

	
}/*end*/

@media (max-width:800px){
	
	.hero{
	height: 70vh;

}
	
.content h1{
	
	font-size: 0px;
	color: antiquewhite;
	font-weight: 600;
	position: absolute;
	top: 50%;
	
	
}

.content h1:hover{
	-webkit-text-stroke: 1px antiquewhite;;
	color: transparent;
}
	
	.top_3_punkt{
		padding:0;
		
	
}	
	.design_rechts h2{
		font-size: 2rem;
		text-align: center;
		padding: 1rem;
}
	
	
	
.design_rechts p{
	font-size: 1.2rem;
	text-align: center;
	padding: 0;
	
}


	
	
	.rechts_und_links_text {
			width:100%;
		}
	
	.rechts_und_links_text .design_links {
			width:100%;
		
			
		}
		
	.rechts_und_links_text .design_rechts {
			width:100%;
			
		}
	

	.no_show_mobile {
		display: none;
	}	
	
	.mobile_font_size{
		font-size: 1.1rem;
	}
	
	
	.title_fliesstext_container h2{
	font-size: 2rem;
	padding: 0 1rem;
}

.title_fliesstext_container p {
	font-size: 1.2rem;
	padding: 1rem 1rem;
	margin: 0;
	color:antiquewhite;
}
	
.veranstaltungen {
	padding:3rem 0;
	gap:3rem;
}

.veranstaltungen_karte {
	padding:.5rem;
	min-height: auto;
	max-height: auto;
}
	
	
.veranstaltungen_title_text{
	font-size: 40px;
}

.zu_veranstaltungen_button{
	bottom:10px;
	width: 150px;
	font-size: 0.8rem;
	padding: 0.5rem;
	border-radius: 10px;
	color:antiquewhite;
	margin: 0 9rem;
}	


	
	.slider {
  background-color: rgba(58,107,53,0.9);
  padding:2.5rem 0rem 2.5rem ;
	
}
	
	
.slider img {
    width: 100px;
    
}
	
/* =================================================*/
/* ===================FOOTER========================*/
/* =================================================*/


footer{
	display:flex;
	
	
}
footer div{
	
	text-align:left;
	
}



.footer_adresse{
	padding: 2rem 2rem 1rem;
	width:33.3334%;
}

.footer_adresse h3{
	font-size: 1.2rem;
}

.footer_adresse i {
	margin-top: 1.6rem;
	font-size: 1.2rem;
	cursor: pointer;
	padding: 0 0.5rem 0 0;
	
}

.footer_logo{
	
	text-align:center;
	width:33.3334%;
	padding: 1.5rem 0 0;
	z-index: 1;
}

.footer_logo img{
	width:90%;
	height: 90%;
	
}
.footer_menu{
	
	display:flex;
	flex-direction: column;
  	align-items: left;
	font-size: clamp(0.8rem, 2vw, 1.2rem);
	padding: 2rem 2rem 0 2rem;
	width:33.3335%;
}

.footer_menu a{
	font-weight: 600;
	text-decoration: none;
	color: black;
}

#top_button {
	font-weight: 200;
	position:absolute;
	display: flex;
	right:0px;
	margin-top: 140px;
	background: green;
	padding: 1rem;
}


.impressum_im_footer{
	background: #CBD18F;
	font-size: clamp(0.5rem, 2vw, 0.88rem);
	text-align: center;
	padding: 1rem 5rem;
}	
	

.title_fliesstext_container h2{
	padding: 0 2rem;
}

.title_fliesstext_container p {
	padding: 1rem 1rem;
	margin: 0 1rem;
	color:antiquewhite;
}	
	
.content h2{
	font-size:80px;
	margin-top: 8rem;
}	

	
.veranstaltungen_container {
    padding: 2rem 1rem;
}	
	
/*über uns*/
	
.uber_uns_container{
		display: block;
	}
	
.uber_uns_text {
    width: 100%;
    padding: 3rem 1rem 0 1rem;
}

.bildergalerie {
    display: block;
    width: 100%;
    background: transparent;
    padding: 0.5rem;
}	
	
.bild_container {
    width: 100%;
}

.team_container {
    padding: 3rem 2rem 2rem 2rem;
    
}	

.team_container div{
	padding-bottom: 2rem;
}

	
}/*end*/

@media (max-width:500px){

/*index*/	
	.hero{
	height: 55vh;

}

	.content h1{
	
	font-size: 0px;
	color: antiquewhite;
	font-weight: 600;
	position: absolute;
	top: 10rem;
	
}

.content h1:hover{
	-webkit-text-stroke: 1px antiquewhite;;
	color: transparent;
}
	
	
	.logo{
	width: 100px;
	height: 80px;
	display: block;
	
}	

	.content a{
	font-size: 14px;
	padding: 5px 10px;
	width: 120px;
}
	
/*.rechts_und_links_text .design_rechts {
			padding:0;
		}*/
	
	
	.design_rechts p{	
	font-size:0.95rem;
	text-align: center;
	padding: 0;
	
}

.design_rechts h2{
	font-size: 1.5rem;
	text-align: center;
	padding: 1.5rem 0.5rem;
}

.rechts_und_links_text .design_rechts {
    padding: 0;
}
	
	.veranstaltungen{
		gap: 0;
	}
	
	
.margin_rechts{
	margin-right: 0;
}	

.kein_margin_rechts{
	margin-right:0;
	margin-left:0;
	margin-bottom: 2rem;
	}
	
	
.zu_veranstaltungen_button{
	bottom:20px;
	width: 150px;
	font-size: 0.8rem;
	padding: 0.5rem;
	border-radius: 10px;
	color:antiquewhite;
	margin:auto;
}
	
	
.veranstaltungen_title_text{
	height: 4rem;
	font-size:1.5rem;
	text-align: center;
	background-color: rgba(58,107,53, 1);
	padding: 1rem 0;
	box-shadow: 2px 5px 17px 1px rgba(0,0,0,0.33);
}

.veranstaltungen_title_text h2{
	font-size: clamp(0.8rem, 80%, 1.5rem);
	padding: 2rem 0 0 0;
	margin: 0 auto;
}
	
.title_fliesstext_container h2{
		font-size: 1.5rem;
	padding: 0 1rem;
}

.title_fliesstext_container p {
	font-size: 0.95rem;
	padding: 1rem 1rem;
	margin: 0;
	color:antiquewhite;
}

	
	
	
	
	.footer_adresse{	
	padding: 2rem 1rem 1rem 1rem;
	width:33.3334%;
}

.footer_adresse h3{
	display: flex;
	font-size: 1rem;
}
	
	.footer_adresse i {
	margin-top: 1.6rem;
	font-size: 1.1rem;
	cursor: pointer;
	padding: 0 0.2rem 0 0;
	
}
	
.footer_menu{
	padding: 2rem 0 0 8% ;
}
	
#totop {
	font-weight: 200;
    position: absolute;
    display: flex;
    right: 0px;
	margin-top:6.5rem;
    background: rgba(58,107,53,1);
    padding: 0.5rem;
    opacity: 0.95;
}	
	
/* teambildung seite */
	
.canvas h2{
	font-size: 2rem;
	padding: 2rem 0;
	background: rgba(58,107,53,1);
	width: 100%;
}
	
.teambildung_container{
 	width: 100%;
 	height: 100%;
	padding: 0 0 2rem;
}

	

.bild_im_fliesstext{
	object-fit: cover;
	width: 100%;
	height: 40vh;
	text-align: center;
	
}

.teambildung_container p {
		padding: 0 1rem;
	}
	
.teambildung_text{
	padding: 1rem 1rem;
}

.teambildung_text p{
	text-align: left;
}

.teambildung_text h3{
	text-align: left;
	padding: 1rem 0 1rem 1rem;
	font-size: 1.7rem;
}
	
.teambildung_text_flex{
	display: block;
}	
	
.uber_uns_container_top_p{
	font-size: 1.1rem;

}
	
/* =================================================*/
/* ===================Mindful Living===============*/
/* =================================================*/

.mindful_living_container{
	width: 100%;
 	height: 100%;
	padding:0 0 2rem;
}
	
.content h2{
	font-size:40px;
	margin-top: 12rem;
}	
	
.padding_1rem{
		padding: 1rem;
	}
	
}/*end*/

@media (max-width:320px)	{
	
		.hero{
	height: 60vh;

}

	.content h1{
	
	font-size: 40px;
	color: antiquewhite;
	font-weight: 600;
	position: absolute;
	top: 10rem;
	opacity: 0;
	
}
}/*end*/







 