@charset "utf-8";

:root {
  --font-subheadline: "Cormorant Garamond", serif;
  --font-headline: "Arimo", sans-serif;;
  --font-flowtext: "Arimo", sans-serif;;
	
  --primary: #17543e; /*dunkelgrün*/
  --secondary: #96c954; /*hellgrün*/
  --white: #fff;
  --black: #333333;
  --primarylight: #96c954; /*hellgrün*/
  --secondarylight: #FAE8DC;
  --graylight: #ECECEC;
  --graydark: #999;

}


*{
	margin: 0px;
	padding: 0px;
	 -webkit-font-smoothing: antialiased;
	box-sizing: border-box;
}
html {
	scroll-padding-top: 55px;
	scroll-behavior: smooth;
}
body{
	scroll-padding-top: 55px;
	background-color: var(--white);
	overflow-x: hidden;
	font-family: var(--font-flowtext);
	font-weight: 300;
	color: var(--black);
	hyphens: auto;
	hyphenate-limit-chars: auto 6;
	hyphenate-limit-lines: 3;
	-webkit-hyphens: auto;
	-webkit-hyphenate-limit-chars: auto 8;
	-webkit-hyphenate-limit-lines: 3;
	-ms-hyphens: auto;
	-ms-hyphenate-limit-chars: auto 8;
	-ms-hyphenate-limit-lines: 3;
}
main, footer, #bottom {
	padding-left: 250px;
}
h1, h2, h3, h4, h5, h6, .head1, .head2, .head3, .head4, .head5, .head6{
    color:  var(--primary);
    font-family: var(--font-headline);
    font-weight: 800;
    line-height: 100%;
}
h1, .head1 {
	font-size: 3rem;
    margin-bottom: 40px;
}
h2, .head2{
	font-size: 2.5rem;
	margin-bottom: 15px;
}
h3, .head3{
	font-size: 2rem;
	margin-bottom: 10px;
}
h4, .head4{
	font-size: 1.6rem;
	margin-bottom: 5px;
	line-height: 120%;
    font-weight: 600;
    color: var(--black);
    letter-spacing: 1px;
    font-family: var(--font-headline);
}
h5, .head5{
	font-size: 1.3rem;
	margin-bottom: 0px;
}
h6, .head6{
	font-size: 1.25rem;
}
p, table, tr, td, div, ul, li, ol, input, textarea, div, select, option, span{
	font-size: 1rem;
	line-height: 170%;
	font-weight: 300;
	
}
a:link, a:visited{
	text-decoration: none;
  	color:  var(--primary);
	font-weight: 600;	
  	text-transform: none;	
}
a:active, a:hover{
	color: var(--black);	
}
strong, b{
	font-weight: 700;
}
em, i{
	font-style: italic;
}

h1 span{
  color: var(--secondary);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 2.8125rem;
}


/*Allgemeiner Aufbau*/
.wrapper{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
#header_wrap {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
}
#banner_start{
	position: relative;
	overflow: hidden;
}
.banner_pic{
	vertical-align: top;
	max-width: 100%;
	height: 100%;
	margin: 0px;
}
.banner_pic.banner4k{
	display: none;
}
.banner_pic.bannerhd{
	display: block;
}
.banner_pic.banner_mobile, .logo-mobil-header{
	display: none;
}
.banner_stoerer {
	position: absolute;
	max-width: 55rem;
	text-align: right;
	justify-content: right;
	bottom: 12rem;
	z-index: 888;
	right: 5%;
	margin-right: 8rem;
}
.banner_headline{
	font-size: 4.5rem;
	color:  var(--primary);
	font-family: var(--font-headline);
	font-weight: 800;
	line-height: 100%;
}
.banner_subline{
  	color: var(--secondary);
	font-family: var(--font-subheadline);
	font-size: 2.3rem !important;
	font-weight: 400;
	line-height: 100%;
}
.headline{
	font-size: 3rem;
	color:  var(--primary);
	font-family: var(--font-headline);
	font-weight: 800;
	line-height: 100%;
	margin-bottom: 40px;
}
.subline{
  	color: var(--secondary);
	font-family: var(--font-subheadline);
	font-size: 2.5rem;
	font-weight: 400;
	line-height: 100%;
}

button{
	background: none;
	border:none;
}
.button_negativ {
  background: var(--primarylight);
  border: none;
  padding: 20px;
  margin-right: 20px;
  border-radius: 5px;
  color: var(--white) !important;
  font-weight: 700;
  font-size: 1.25rem;
  font-family: var(--font-flowtext);
  transition: 0.4s;
  cursor: pointer;
}
.button_negativ:hover {
  color: var(--primarylight) !important;
  background: var(--white);;
  transition: 0.4s;
}
.button_negativ a{
  background: var(--primarylight);
  border: none;
  padding: 20px;
  margin-right: 20px;
  border-radius: 5px;
  color: var(--white); !important;
  font-weight: 700;
  font-size: 1rem;
  font-family: var(--font-flowtext);
  transition: 0.4s;
  cursor: pointer;
}
.button_negativ a:hover {
  color: var(--primarylight) !important;
  background: var(--white);;
  transition: 0.4s;
}
button a, .btn.btn-primary {
  background: var(--secondary);
  border: none;
  padding: 20px;
  margin-right: 20px;
  border-radius: 5px;
  color: var(--white); !important;
  font-weight: 700;
  font-size: 1.25rem;
  font-family: var(--font-flowtext);
  transition: 0.4s;
  cursor: pointer;
}
button a:hover {
  color: var(--secondary) !important;
  background: var(--white);;
  transition: 0.4s;
}
.button {
  background: var(--primary);
  border: none;
  padding: 20px;
  margin-right: 20px;
  border-radius: 5px;
  color: var(--white) !important;
  font-weight: 700;
  font-size: 1.25rem;
  font-family: var(--font-flowtext);
  transition: 0.4s;
  cursor: pointer;
}
.button:hover {
  color: var(--primary) !important;
  background: var(--white);;
  transition: 0.4s;
}
.to-content {
  width: 100%;
}
.more-info-btn {
    color: var(--primary);
	font-weight: 700;
    border-bottom: 0.2rem solid var(--primary);
    padding: 10px;
    cursor: pointer;
    font-size: 16px;
	margin: auto;
}

.more-info-btn:hover {
    color: var(--secondary);
	border-bottom: 0.2rem solid var(--secondary);
}
.long-info {
    margin-top: 10px;
}

button.to-content a {
  background: none;
  position: absolute;
  bottom: 4%;
  margin: 0px auto;
  padding:0px;
}
button.to-content a i {
  color: rgba(255,255,255, 0.5);
  font-size: 2.5rem;
  animation: sdb07 2s infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
button.to-content a i:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  font-size: 1.375rem;
}
button.to-content a i:nth-of-type(2) {
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
  margin-top:-20px;
}
@-webkit-keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.content{
	padding-bottom: 120px;
	padding-top: 120px;
}
.content_headline{
	padding-top: 120px;
}


/*Eigene Klassen*/
.bg_grey{
	background: var(--white);
}
.bg_red{
	background: rgb(223,10,32);
	background: linear-gradient(90deg, rgba(223,10,32,1) 35%, rgba(187,6,25,1) 100%);
}
.bg_white{
	background-color: var(--white) !important;
}
.bg_brown{
	background-color: var(--primary); 
}
.border_right{
	border-right:2px solid var(--black);
}
.margin_top{
	margin-top:2rem;
}
.margin_bottom{
	margin-bottom:2rem;
}
.margin_topbottom{
	margin:4rem 0;
}
.text_left{
	text-align: left;
}
.text_right{
	text-align: right;
}
.text_black{
	color: var(--black) !important;
}
.text_white{
	color: var(--white) !important;
}
.text_brown{
	color: var(--primary) !important;
}
.opacity_none{
	opacity: 0;
}
.honey{
	display: none;
}
.icon_formular{  
margin-right: 1rem;
}
.position_center{
	display: flex;
	align-items: center;
	height: 100%;
	flex-wrap: wrap;
}
.img_full{
	width: 100%;
	vertical-align: top;
	max-width:100%;
	margin: 0px;
}
.center{
	text-align: center;
}
.justify{
	text-align: justify;
}
.right_text{
	text-align: right;
}
.uppercase{
	text-transform: uppercase;
}
.no-margin{
	margin:0px;
}
.margin-divider-top{
	margin-top:-20px;
}
.white-text p, .white-text h1, .white-text h2, .white-text h3, .white-text h4, .white-text h5, .white-text h6, .white-text strong, .white-text p.subline, .white-text p.headline{
	color: var(--white);;
}
.smalltext{
	font-size: 0.9rem;
	line-height: 1.5rem;
}
.mediumtext{
	font-size: 2rem !important;
}

.white_overlay{
	height:550px;  
	margin-top:-20px; 
	background-size:cover !important;
	background-color: rgba(255, 255, 255, 0.5); /* Weißes Overlay mit Transparenz */
  	z-index: 1; /* Sicherstellen, dass das Overlay über dem Bild liegt */
}

.black_overlay{
	height:550px;  
	margin-top:-20px; 
	background-size:cover !important;
	background-color: rgba(29, 29, 29, 0.5); /* Schwarzes Overlay mit Transparenz */
  	z-index: 1; /* Sicherstellen, dass das Overlay über dem Bild liegt */
}

.collaps_content {
  background: var(--white);
  padding: 40px 80px 80px 80px;
}
.teaser{
	text-align: center;
}
.icon_teaser{
	font-size: 3.75rem;
	color: rgba(255,255,255,0.9);
	margin-bottom: 10px;
	padding: 15px;
}
.icon_head{
	font-weight: 600;
	color: rgba(255,255,255,0.9);
	font-size: 1.625rem;
	text-transform: uppercase;
}


.swiper_block{
	background: rgba(255,255,255,0.9);
}
.swiper_text_wrap{
	padding: 30px 20px;;
}
.trenner_small{
	height: 3px;
	width: 60px;
	background-color: var(--secondary);
	margin-bottom: 15px;
	margin-top: 15px;
}
.swiper_text{
	font-size: 17px;
	line-height: 140%;
}
.swiper-button-next, .swiper-button-prev{
	color: var(--primarylight) !important;
}
.swiper-container{
	position: relative;
}
.swiper-button{
	font-size: 40px !important;
	color: #8DB38B !important;
}
.pagination{
	bottom: -60px !important;
}

/*Succsess Box*/
.success_box{
	width: 80%;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 20px;
}
.title{
	color: var(--primary);
	font-weight: 800;
	font-size: 2rem;
	line-height: 1.2em;
}
.teaser_icon_xl{
	font-size: 60px !important;
}
.center_item{
	display: flex;
	align-items: center;
}
.no-margin-bottom {
    margin-bottom: 5px !important;
}


/*Kontaktformular*/
/*.yform{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;	
}*/
.form-group {
    text-transform: uppercase;
	display: grid;
}
.control-label{
    font-size: 1rem;
    line-height: 170%;
    font-weight: 300;
    color: var(--black);
}
.form-control{
    font-size: 1rem;
    line-height: 170%;
    font-weight: 300;
    color: var(--black);
}
.form-control{
    margin: 10px 0px;
}
.form-control{
    outline: none;
    padding: 10px !important;
    border: none;
    background: var(--white);
    font-family: var(--font-flowtext);
    border-radius: 5px;
	align-content: stretch;
}
.dsgvo_text{
    font-size: 0.9rem;
    line-height: 1.5rem;
}
#yform-formular-field-20-abschicken.btn.btn-primary{
	margin-left: auto;
	margin-right: auto;
	margin-top: 1rem;
	margin-bottom: 4rem;
    display: block;
	width: 50%;
	background: var(--primary);
    border: none;
    padding: 20px;
    border-radius: 5px;
    color: var(--white) !important;
    font-weight: 700;
    font-size: 1.25rem;
    font-family: var(--font-flowtext);
    transition: 0.4s;
    cursor: pointer;
}
#yform-formular-field-20-abschicken.btn.btn-primary:hover {
  color: var(--primary) !important;
  background: var(--white);
  transition: 0.4s;
}


/*Trenner/Zitate*/
.trenner_banner_pottery{
	height: 550px;
	margin-top: -20px;
	background: url("../img/banner_pottery.webp") center no-repeat fixed;
	background-size: cover;	
}


/*Diverider*/
.divider{
	position: relative;
	z-index: 9;
}
/*Zitat oben*/
.custom-shape-divider-top-1729065473 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1729065473 svg {
    position: relative;
    display: block;
    width: calc(300% + 1.3px);
    height: 49px;
}

.custom-shape-divider-top-1729065473 .shape-fill {
    fill: var(--secondarylight);
}
/*Zitat unten*/
.custom-shape-divider-bottom-1729065595 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1729065595 svg {
    position: relative;
    display: block;
    width: calc(300% + 1.3px);
    height: 49px;
}

.custom-shape-divider-bottom-1729065595 .shape-fill {
    fill: var(--secondarylight);
}
.captcha_box1, .captcha_box2, .captcha_box3, .captcha_box4, .captcha_box5{
    display: none;
}


/*Map*/
#map_wrap{
	height:650px;
}
.maps{
	min-height: 300px;
}


.links li a{
	margin:0px 20px;
	color:var(--black);
	font-weight: 300;
	transition: 0.4s;
	font-size: 1.125rem;
}
.links li{
	transition: 0.4s;
}
.links li:hover{
	color: var(--black);
	transform: scale(0.9);
	transition: 0.4s;
}
.links li a{
	color: var(--white) !important;
}
#bottom p, #bottom a{
	color: var(--white);
}
.times strong{
	min-width: 35px;
	display: inline-block;
}
.u-themen strong {
  min-width: 60px;
  display: inline-block;
}


/*Swiper*/
.swiper {
  width: 100%;
  height: auto;
  justify-content: right;
  align-items: right;
}
.swiper-slide {
  text-align: right;
  display: flex;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/*Content*/
.wrapper, .wrapper_small{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.wrapper_small{
	max-width: 1200px;
}
.content{
	padding-bottom: 110px;
	padding-top: 110px;
}
.content_medium{
	padding-bottom: 60px;
	padding-top: 60px;
}
.content_small{
	padding-bottom: 30px;
	padding-top: 30px;
}


/*Flex Layout*/
.flex_wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 1rem;
}
.flex_wrap.no_wrap{
	flex-wrap: nowrap;
}
.wrap_reverse{
	flex-wrap: wrap-reverse;
}
.position_center{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}
.col1{
	width: 80%;
}
.col2{
	width: 48%;
}
.col5{
	width:50%;
	position: relative;
}
.col4{
	width: 24%;
}
.col3{
	width: 32%;
}
.col5{
	width: 19%;	
}
/*.inner_wrap{
	padding: 25px;
}*/
.substrat_inner_wrap{
	margin-top: 1rem;
}


/*Allgemeine Klassen*/
ul.none{
	list-style: none;
	margin-top: 5px;
}
ul.none li{
	margin-bottom: 15px;
}
ul.regular{
	margin-bottom: 10px;
	margin-top: 10px;
}
ul.regular li{
	margin-left: 20px;
	margin-bottom: 10px;
	padding: 0px !important;
	border:none !important;
	font-size: 1.125rem !important;
	font-weight: 300!important;
}
ul.check_list{
	margin-left: 0px;
	margin-top: 20px;
}
ul.check_list li{
	margin-bottom: 15px;
	list-style: none;
	margin-left: 5px;
}
ul.check_list li:before {
  	content: "✔";
  	padding-right: 10px;
	font-weight: 600;
}
hr {
  border: 1px solid var(--white);
  margin: 60px 0px;
}
img {
  width: 100%;
  max-width: 500px;
  margin: 20px 0;
}

.zitat_wrap{
	width: 60%;
	margin: 20px auto;
}
p.zitat{
	font-family: var(--font-subheadline);
	font-size:3rem;
	font-weight: 300;
	margin: 0px;
	font-style: italic;
}
.fa-duotone.fa-solid.fa-quote-left.quote {
	margin-left: -50px;
}
.fa-duotone.fa-solid.fa-quote-right.quote.right_text{
	margin-left: 90%;
}
.icon_counter {
	color: var(--white);
	font-size: 4.375rem;
	margin-bottom: 15px;
}
.nachhaltig_data, .nachhaltig_data span {
	color: var(--white);
	font-weight: 600;
	font-size: 1.875rem;
}
.nachhaltig_head {
	font-weight: 600;
	font-size: 1.375rem;
	line-height: 110%;
}


@keyframes swing {
    0% {
        transform: rotateY(0deg);
    }
    25% {
        transform: rotateY(10deg);
    }
    50% {
        transform: rotateY(-10deg);
    }
    75% {
        transform: rotateY(5deg);
    }
    100% {
        transform: rotateY(0deg);
    }
}
.counter {
    margin: 20px;
    font-size: 2rem;
    display: inline-block; /* Wichtiger Stil für die Animation */
    animation: none; /* Standardanimation ausschalten */
}

/* Animation aktivieren, wenn die Klasse 'swing' hinzugefügt wird */
.counter.swing {
    animation: swing 0.6s ease forwards;
}


@media(min-width:2000px){
	.banner_pic.banner4k{
	  display: block;
	}
	.banner_pic.bannerhd{
	  display: none;
	  width: auto;
	  height: 100%;
	  justify-content: right;
	  align-items: right;
	}
	.banner_pic.banner_mobile{
	  display: none;
	  width: auto;
	  height: 100%;
	  justify-content: right;
	  align-items: right;
	}
}
@media(max-width:1500px){
	.banner_subline {
	  font-size: 1.2rem;
	}
}
@media(max-width:1400px){
	#leistungen .flex_wrap{
		justify-content: center;
	}
	#leistungen .col5{
		width: 30%;
		margin: 0px 1% 45px 1%;
	}
	.col3 {
	  width: 49%;
	  margin-bottom: 15px;
	}
}

@media(max-width:1200px){
	.to-content{
		display: none;
	}
	h1, .head1{
		font-size: 2.8rem;
		width: 100%;
	}
	h2, .head2{
		font-size: 2rem;
		margin-bottom: 20px;
	}
	h3, .head3 {
		font-size: 1.6rem;
		margin-bottom: 10px;
	}
	h4, .head4{
		font-size: 1.3rem;
		margin-bottom: 5px;
	}
	p{
		font-size: 1.2rem;
		margin-bottom: 5px;
	}
	p.zitat{
	font-family: var(--font-subheadline);
	font-size:1.7rem;
	font-weight: 300;
	margin: 0px;
	font-style: italic;
}
	.banner_pic {
    vertical-align: bottom;
		max-width: 100%;
		position: relative;
		}
	.banner_stoerer {
	  bottom: 35%;
	}
	.banner_subline {
	  font-size: 2rem;
	}
	.banner_headline {
	  font-size: 3rem;
	}
	.banner_pic.banner4k{
	  display: none;
	  width: 100%;
		height: 100%;
	  justify-content: right;
	  align-items: right;
	}
	.banner_pic.bannerhd{
	  display: none;
	  width: auto;
		height: 100%;
	  justify-content: right;
	  align-items: right;
		object-fit: cover;
	}
	.banner_pic.banner_mobile{
	  display: block;
	  width: 100%;
	  justify-content: right;
	  align-items: right;
		object-fit: cover;
		bottom: 0;
	}
	button a {
	  padding: 18px;
	  font-size: 1.2rem;
		margin-right: 0.2rem;
	}
	.content{
		padding-bottom: 80px;
		padding-top: 80px;
	}
	content_headlinecontent{
		padding-top: 80px;
	}
	.col2{
		width: 100%;
	}
	.col4{
		width: 50%;
	}
	.col5{
		width: 33.33%;
	}
	.inner_wrap{
		padding: 15px;
	}
	.col2 {
	  margin-bottom: 20px;
	}
	.tab h4 {
	  font-size: 1.3rem;
	}
	.mob_start{
		display:none;
	}
	#banner_start{
	  height: 70vh;
	}
	.banner_stoerer{
	  bottom: 15rem;
	  margin-right: 2rem;
	  right: 0;
	}
	.swiper {
	  width: auto;
	  height: 100%;
	  justify-content: right;
	  align-items: right;
}
	.text_right {
	  text-align: right;
	}	
}
@media (max-width: 1100px) {
	main {
	  padding-left: 0px;
	}
}
@media(max-width:1024px){
	#leistungen .col5 {
	  width: 46%;
	}
	.col2{
		width:100%;
	}
	.headline {
	  font-size: 2.5rem;
	  margin-bottom: 20px;
	  line-height: 120%;
	}
	.subline {
	  font-size: 2.8rem;
	}
	.kontaktformular {
	  width: 80%;
	}
	.tab .col3 {
	  width: 46%;
	  margin: 1%;
	}
	.tab {
	  justify-content: center;
	}
	.collaps_content {
	  padding: 40px 40px 40px 40px;
	}

	/*Kalender*/
	.fc-toolbar {
	  font-size: 1.1rem;
	}
	#forcal {
	  width: 90%;
	  margin: 0px auto 80px auto;
	}
	.info_mitarbeiter {
	  padding: 10px;
	  min-height: 190px;
	}
}
@media(max-width:756px){
	.flex_wrap{
		justify-content: center;
	}
	.col3, .col30, .col35, .col65, .col70{
		width: 100%;
	}
	.col5{
		width: 50%;
	}
	#banner_start{
	  height: 80vh;
	}
	.banner_pic.banner4k{
	  display: none;
	  width: auto;
	  height: 100%;
	  justify-content: right;
	  align-items: right;
	}
	.banner_pic.bannerhd{
	  display: none;
	  width: auto;
	  height: 100%;
	  justify-content: right;
	  align-items: right;
		object-fit: cover;
	}
	.banner_pic.banner_mobile{
	  display: block;
	  width: auto;
	  height: 100%;
	  justify-content: right;
	  align-items: right;
		object-fit: cover;
	}

	.inner_wrap{
		padding: 15px;
	}
	.banner_subline {
	  font-size: 1.6rem;
	}
	.banner_headline {
	  font-size: 1.7rem;
	}
	/* Kalender*/
	.fc-toolbar {
	  flex-wrap: wrap;
	  text-align: center;
	}
	.fc-left, .fc-center, .fc-right {
	  width: 100%;
	}
	.fc-center {
	  margin: 25px 0px;
	}

}
@media(max-width:700px){
	.tab .col3 {
	  width: 100%;
	  margin: 2% 0%;
	}
	.tab h4 {
	  font-size: 1.6rem;
	}
	/* Kontakt*/
	input, select {
	  width: 100%;
	  margin: 0px 0px 20px 0px;
	}
	label {
	  width: 100%;
	}	
	/*Anmeldung*/
	#anmeldung input, #anmeldung .form-control {
	  width: 100%;
	}
	#anmeldung .control-label {
	  width: 100%;
	}
	#anmeldung h4 {
	  margin: 15px 0px;
	}
	hr {
	  margin: 20px 0px 60px;
	}
	.col50{
		width:100%;
		position: relative;
	}
	.black {
	  background-color: rgba(0,0,0,0.0);
	  height: 0;
	  width: 0;
	  position: relative;
	  margin-bottom: 15px;
	}
}
@media(max-width:656px){
	.logo_content {
	  max-width: 120px;
	}
	#leistungen .col5 {
	  	width: 90%;
		margin: 0px 1% 65px 1%;
	}
	i.leistung_icon {
	  min-width: 30%;
	}
	.swiper {
	  width: auto;
	  height: 100%;
	  justify-content: right;
	  align-items: right;
}
	.wrapper {
	  width: 80%;
	}
	h1, .head1{
		font-size: 2rem;
		width: 100%;
	}
	h2, .head2{
		font-size: 1.6rem;
		margin-bottom: 20px;
	}
	h3, .head3 {
		font-size: 1.3rem;
		margin-bottom: 10px;
	}
	h4, .head4{
		font-size: 1.2rem;
		margin-bottom: 5px;
	}
	h5, .head5{
		font-size: 1rem;
		margin-bottom: 0px;
	}
	h6, .head6{
		font-size: 0.8rem;
	}
	.collaps_content {
	  padding: 20px;
	}
	button {
	  margin-bottom: 20px;
	}
	strong, b {
	  font-weight: 600;
	}
	.tabcontent ul.uebersicht li {
	  font-size: 1rem;
	}
	.tabcontent {
	  padding: 0px;
	}
	#banner_start{
	  height: 75vh;
	}
	.banner_stoerer{
	  bottom: 10rem;
	  margin-right: 2rem;
	  right: 0;
	}
	ul.regular li {
	  font-size: 1rem !important;
	}
	p, ul, li, ol, input, textarea, div, select, option, span {
	  font-size: 1rem;
	}
	.banner_stoerer {
	  display: block;
	}	
}
@media(max-width:556px){
	.col3, .col4, .col5{
		width: 100%;
	}
	.col2{
		width: 100%;
	}
	.headline {
	  font-size: 1.7rem;
	}
	.subline {
	  font-size: 1.5rem;
	}
	.info_mitarbeiter {
	  padding: 20px;
	  min-height: auto;
	}
   .red_box p, .red_box span {
     font-size: 1rem;
   }
    .wrapper.kalender {
	   width: 100%;
	}
}

@media(max-width:456px){
	.tab h4 {
	  font-size: 1.25rem;
	}
}
p.zitat{
	font-family: var(--font-subheadline);
	font-size:2.5rem;
	font-weight: 300;
	margin: 0px;
	font-style: italic;
}
@media(max-width:356px){

}
@media(max-width:300px){
}



