@charset "utf-8";
:root {
	--primary: #326eb6; 
	--secondary: #9f1f1f;
	--third: #1b266e;
}
/* public-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../webfonts/public-sans-v21-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* public-sans-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Public Sans';
  font-style: italic;
  font-weight: 300;
  src: url('../webfonts/public-sans-v21-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* public-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../webfonts/public-sans-v21-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* public-sans-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Public Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../webfonts/public-sans-v21-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* public-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../webfonts/public-sans-v21-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* public-sans-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Public Sans';
  font-style: italic;
  font-weight: 600;
  src: url('../webfonts/public-sans-v21-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* public-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../webfonts/public-sans-v21-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* public-sans-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Public Sans';
  font-style: italic;
  font-weight: 700;
  src: url('../webfonts/public-sans-v21-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* public-sans-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 900;
  src: url('../webfonts/public-sans-v21-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* public-sans-900italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Public Sans';
  font-style: italic;
  font-weight: 900;
  src: url('../webfonts/public-sans-v21-latin-900italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* playfair-display-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  src: url('../webfonts/playfair-display-v40-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* playfair-display-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 700;
  src: url('../webfonts/playfair-display-v40-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

*{
	margin: 0px;
	padding: 0px;
	 -webkit-font-smoothing: antialiased;
	box-sizing: border-box;
	font-family: 'Public Sans', sans-serif;
}
html {
	scroll-behavior: smooth;
}
body{
	font-weight: 300;
	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;
	overflow-x: hidden;
	min-width: 395px;
}
h1, h2, h3, h4, h5, h6, .head1, .head2, .head3, .head4, .head5, .head6, .head1 span,  h1 span, .head2 span,  h2 span, .head3 span,  h3 span, .head4 span,  h4 span, .head5 span,  h5 span, .head6 span,  h6 span{
	line-height: 110%;
	font-weight: 700;
	color: var(--secondary);
}
h1, .head1, .head1 span, h1 span {
	font-size: 3.2rem;
	margin-bottom: 20px;
	letter-spacing: 1px;
}
h2, .head2, .head2 span, h2 span {
	font-size: 2.4rem;
	letter-spacing: 1px;
	margin-bottom: 15px;
}
h3, .head3, .head3 span, h3 span {
	font-size: 1.8rem;
	margin-bottom: 10px;
	letter-spacing: 1px;
}
h4, .head4, .head4 span, h4 span {
	font-size: 1.4rem;
	margin-bottom: 5px;
}
h5, .head5, .head5 span, h5 span {
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1.2rem;
	margin-bottom: 5px;
}
h6, .head6, .head6 span, h6 span {
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1rem;
	margin-bottom: 5px;
}
p, table, tr, td, div, ul, li, ol, input, textarea, div, select, option, span, button{
	font-size: 1.1rem;
	line-height: 170%;
	font-weight: 300;
	color: rgba(0,0,0,0.8);
}
a:link, a:visited{
	text-decoration: none;
	color: #000;
}
a:active, a:hover{
	color:  var(--primary);
}
strong, b{
	font-weight: 600;
}
em, i{
	font-style: italic;
}
img{
	height: auto;
	vertical-align: top;
}
hr{
	color: rgba(50, 110, 182,0.3);
	background: rgba(50, 110, 182,0.3);
	height: 2px;
	border: none;
	margin-bottom: 10px;
	margin-top: 10px;
}

/*Banner*/
#banner{
	position: relative;
	overflow: hidden;
}
#banner_small{
	min-height: 100px;
}
.banner_pic{
	vertical-align: top;
	width: 100%;
	position: relative;
	z-index: 0;
}
#overlay_text{
	position: absolute;
	bottom: 0;
	left: 0;
	margin-bottom: 8%;
	z-index: 550;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	flex-flow: column;
	width: 100%;
}
.overlay_box{
	background: rgba(255,255,255,1);
	font-size: 2rem;
	width: max-content;
	padding: 7px 30px;
	line-height: 100%;
	margin-bottom: 10px;
	color: var(--primary);
	font-style: italic;
	font-weight: 600;
	border-radius: 25px;
}
.overlay_head, .overlay_head span{
	font-weight: 800;
	font-size: 4rem;
	line-height: 100%;
	margin-bottom: 5px;
	text-transform: uppercase;
	color: rgba(255,255,255,1);
	text-shadow: 2px 2px 6px rgba(0,0,0,0.5);
}
.overlay_head span.blue{
	color: var(--primary);
}
.overlay_button{
	background: rgba(255,255,255,0.7);
	border-radius: 25px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	border:2px solid var(--primary);
	padding: 0px;
	max-width: 350px;
	transition: 0.3s;
}
.overlay_button:hover{
	transform: scale(0.9);
	background: var(--primary);
}
.overlay_button a{
	padding: 5px 25px 5px 25px;
	color: var(--primary) !important;
	display: block;
	font-size: 1rem;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 4px;
}
.overlay_button:hover a{
	color: rgba(255,255,255,1) !important;
}

/*Allgemeiner Aufbau*/
.wrapper, .wrapper_small{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.wrapper_small{
	max-width: 1400px;
}
.content{
	position: relative;
	z-index: 0;
	padding-bottom: 90px;
	padding-top: 90px;
}
.content_medium{
	padding-bottom: 60px;
	padding-top: 60px;
}
.content_small{
	padding-bottom: 30px;
	padding-top: 30px;
}
.content_big{
	padding-bottom: 180px;
	padding-top: 180px;
}

/*Scrollbar*/
.progress-container {
	z-index: 999;
	width: 100%;
	height: 8px;
	background: rgba(0,0,0,0.8);
}
.progress-bar {
  	height: 8px;
	background: #4E9DCD;
	background: -webkit-linear-gradient(90deg, rgba(78, 157, 205, 1) 0%, rgba(0, 47, 93, 1) 100%);
	background: -moz-linear-gradient(90deg, rgba(78, 157, 205, 1) 0%, rgba(0, 47, 93, 1) 100%);
	background: linear-gradient(90deg, rgba(78, 157, 205, 1) 0%, rgba(0, 47, 93, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4E9DCD", endColorstr="#002F5D", GradientType=1);
  	width: 0%;
} 

/*Ankerlink*/
#anker_footer{
	display: none;
	position: fixed;
	bottom:40px;
	right: 40px;
	height: 55px;
	width: 55px;
	text-align: center;
	transition: 0.5s;
	z-index: 999;
	border-radius: 100%;
	border: 2px solid var(--primary);
	background: rgba(255,255,255,0.6);
}
#anker_footer a{
	display: block;
	color: var(--primary);
	font-size: 1.5rem;
	line-height: 210%;
}
#anker_footer:hover{
	transform: scale(1.2);
}

/* Footer */
footer {
	background:#e3e8ef;
	padding: 60px 0px;
}
footer *, footer a:link{
	color: rgba(0,0,0,0.8) !important;
	font-size: 0.95rem;
	line-height: 150%;
}
footer p{
	margin-bottom: 7px;
}
footer .head3{
	font-weight: 700;
	text-transform: none;
	letter-spacing: 0px;
	color: var(--third) !important;
}
footer i{
	color: var(--third) !important;
}
.footer_siegel{
	width: 90%;
	margin-right: 10px;
}
.footer_logo{
	width: 100%;
}
#footer_box {
	background: #fff;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
footer .flex_position_center div:first-child{
	width: 25%;
}
footer .flex_position_center div:last-child{
	width: 75%;
}
.seo_wrap {
	background: var(--primary);
	padding: 30px 0px;
	text-align: center;
}
.seo_wrap *, .seo_wrap a{
	color: rgba(255,255,255,1);
	font-style: italic;
	font-size: 0.9rem;
}
#map_wrap{
    height: 650px;
}
ul.social_nav{
	display: flex;
	margin-top: 25px;
}
ul.social_nav li{
	list-style: none;
}
ul.social_nav li a i{
	font-size: 1.5rem !important;
}

/*Bottom*/
#bottom{
	background: rgba(0,0,0,0.95);
	padding: 15px 0px 25px 0px;
}
#footer_nav{
	display: flex;
	justify-content: flex-end;
}
#footer_nav li {
	list-style: none;
	margin-left: 10px;
}
#footer_nav li a, #bottom p{
	color: rgba(255,255,255,0.8);
	font-weight: 400;
	letter-spacing: 0.05rem;
	font-size: 0.9rem;
}

/*Flex Layout*/
.flex_wrap, .flex_wrap_left, .flex_position_center{
	display: flex;
	flex-wrap: wrap;
}
.flex_wrap{
	justify-content: space-between;
}
.flex_wrap_left{
	justify-content: flex-start;
}
.flex_position_center{
	align-items: center;
	height: 100%;
}
.col1, .col2, .col3, .col4, .col5, .col6, .col30, .col35, .col65, .col70{
	position: relative;
}
.col1{
	width: 100%;
}
.col2{
	width: 50%;
}
.col3{
	width: 33.333%;
}
.col4{
	width: 25%;
}
.col5{
	width: 19%;
    margin-bottom: 20px;
}
.col6{
	width: 16%;
}
.col30{
	width: 30%;
}
.col35{
	width: 35%;
}
.col40{
	width: 40%;
}
.col60{
	width: 60%;
}
.col65{
	width: 65%;
}
.col70{
	width: 70%;
}
.inner_wrap_small{
	padding: 10px;
}
.inner_wrap{
	padding: 25px;
}
.inner_wrap_md{
	padding: 45px;
}
.inner_wrap_big{
	padding: 85px;
}
.inner_wrap_large{
	padding: 100px;
}

/*Allgemeine Klassen*/
.relative{ /*Wichtig wenn mit Position: absolute gearbeitet wird! Diese Klasse fuer das Bezugselement, also das aeussere!*/
	position: relative;
}
.no-margin{
	margin:0px;
}
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;
}
ul.fa-list {
	list-style: none;
	padding-left: 0;
}
ul.fa-list li {
	position: relative;
	padding-left: 1.7em; /* Abstand zum Icon */
	margin-bottom: 15px;
}
ul.fa-list li::before {
	content: "\f061"; /* Unicode für fa-arrow-right */
	font-family: "Font Awesome 6 Pro"; /* ggf. anpassen */
	font-weight: 300; /* light */
	font-size: 1.2rem;
	color: var(--primary);
	position: absolute;
	left: 0;
	top: 0;
}
.margin-right-ul {
 	margin-right: 40px;
}
.button, .button_wh{
	margin:30px auto;
	border-radius: 25px;
	transition: 0.2s;
}
.button{
	background: var(--primary);
	border:none;
}
.button_wh{
	background:none;
	border: 2px solid #FFF;
}
.button a, .button p, .button_wh a, .button_wh p{
	display: block;
	padding: 8px 30px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 1px;
	transition: 0.3s;
}
.button a i, .button p i{
	color: rgba(255,255,255,1);
}
.button_wh a{
	color:#FFF;
}
.button:hover, .button_wh:hover{
	transform: scale(0.9);
}
.button a, .button p{
	color: rgba(255,255,255,1);
}
.trenner{
	width: 60px;
	margin-bottom: 15px;
	margin-top: 15px;
	height: 2px;
	background: var(--primary); 
}
.border_box{
	border-radius: 25px;
	overflow: hidden;
}
.center{
	text-align: center;
}
.justify{
	text-align: justify;
}
.right_text{
	text-align: right;
}
.uppercase{
	text-transform: uppercase;
}
.white-text{
	color: var(--white);
}
.lt_gr_bg{
	background: rgba(78,157,205,0.1);
}
.wh_bg{
	background: rgba(255,255,255,0.8)
}
.blue_bg{
	background: var(--primary);
}
.blue_bg p{
	color: #FFF;
}
.blue{
	color: var(--primary);
}
.einleitung{
	font-size: 1.4rem;
	line-height: 150%;
	font-style: italic;
}
.fancy_head{
	font-weight: 700;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: var(--primary);
	border-bottom: 2px solid var(--primary);
	width: max-content;
	padding: 1px 18px;
	margin-bottom: 5px;
	margin-left: -15px;
}
.collapse:hover{
	cursor: pointer;
}
p.smalltext {
	font-size: 13px;
	line-height: 120%;
}
.spacing{
	letter-spacing: 4px;
}
.info_box{
	background: rgba(0,0,0,0.05);
	border-radius: 20px;
	padding: 30px 25px;
}
.datenschutz p{
	margin-bottom: 10px;
}
.datenschutz h6, .datenschutz h5, .datenschutz h4, .datenschutz h3{
	margin-top: 25px;
}
.datenschutz a{
	text-decoration: underline;
	color: var(--primary);
}
.icon{
	width: 100%;
	max-width: 150px;
	margin-bottom: 15px;
}
.border-box {
	padding: 45px 35px;
	border: 2px solid rgba(50, 110, 182,0.3);
	border-radius: 30px;
}
.border-box p{
	color: rgba(0,0,0,0.6);
}
.border-box p.head4{
	font-size: 1.8rem;
	margin-bottom: 10px;
	color: var(--primary);
	border-bottom: 2px solid var(--primary);
	width: max-content;
	padding-bottom: 10px;
	margin-left: -15px;
	padding-left: 15px;
	padding-right: 10px;
}
.border-box.blue-box p.head4{
	color: rgba(255,255,255,1);
	border-bottom: none;
	padding-bottom: 0px;
}
.blue-box{
	background: var(--primary);
	color: rgba(255,255,255,1);
}
.blue-box *{
	color: rgba(255,255,255,1);
}
.blue-box p, .blue-box p a{
	color: rgba(255,255,255,1);
	margin-bottom: 10px;
}
.blue-box i{
	font-size: 1.4rem;
	margin-right: 5px;
}
.video_wrap{
	border-radius: 25px;
}

/*Bilder allg.*/
.image_container{
	overflow: hidden;
	transition: 0.5s;
}
.image_container img{
	transition: 0.5s;
}
.image_container:hover img{
	transform: scale(1.2);
}
.img_full{
	width: 100%;
	vertical-align: top;
	height: auto;
	object-fit: cover;
}
.img_border{
	border-top-left-radius:100px;
	border-top-right-radius:100px;
}
.img_gr{
	transition: 0.3s;
	filter: grayscale(0.8);
}
.img_gr:hover{
	filter: grayscale(0);
}
.img_time01, .img_time02{
	border: 10px solid #FFF;
	box-shadow: 3px 5px 11px 4px rgba(0,0,0,0.5);
}
.img_time01{
	transform: rotate(-4deg);
}
.img_time02{
	transform: rotate(4deg);
}
.blob{
	width:100%; /* responsive Breite */
	height: auto;            /* Höhe folgt aus viewBox */
	display: block;
	overflow: visible;
}
.organic-shape01 {
	position: relative;
	overflow: hidden;
	border-radius: 35% 80% 65% 70%/50% 65% 70% 85%;
}
.organic-shape01 figure img.img_shape{
	width: 100%;
}
.pulse {
	animation: morph 6s linear infinite;
}
.pulse02 {
	animation: morph02 6s linear infinite;
}
@keyframes morph{
  0%, 100% {
	transform: scale(1.0);
	transform: rotate(0deg);
  }
  34% {
	transform: scale(1.02);
	transform: rotate(2deg);
  }
  67% {
	transform: scale(1.04);
	transform: rotate(4deg);
  }
}
@keyframes morph02{
  0%, 100% {
	transform: scale(1.0);
	transform: rotate(4deg);
  }
  34% {
	transform: scale(1.02);
	transform: rotate(-2deg);
  }
  67% {
	transform: scale(1.04);
	transform: rotate(-4deg);
  }
}

/*Trenner Banner*/
.trenner_banner{
	min-height: 300px;
}
.trenner_banner.trenner01{
	background: url("../img/trenner_01.webp") left bottom fixed;
	background-size: cover;
}

/*Teaser*/
.teaser_col{
	width: 32%;
	box-shadow: 2px 2px 15px rgba(0,0,0,0.2);
	padding: 35px 20px;;
	border-radius: 15px;
}
i.teaser_icon{
	font-size: 2.5rem;
	margin-bottom: 10px;
	color: var(--primary);
}
.list_box{
	margin-bottom: 30px;
}
.list_box i.teaser_icon{
	color: var(--primary);
	font-size: 4rem;
}
.teaser_list i{
	font-size: 3.2rem;
	color: var(--primary);
	margin-bottom: 10px;
}
.inner_wrap_teaser{
	display: flex;
	align-items: center;
	padding: 15px 5px;
}
.inner_wrap_teaser img{
	width: 100%;
	max-width: 60px;
	margin-right: 10px;
}
.inner_wrap_teaser p{
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.3rem;
}

/*Blob*/
.blob_outline01, .blob_outline02, .blob_outline03, .blob_outline04{
	background-color: rgba(255,255,255,0.7) !important;
	background-blend-mode: lighten;
}
.blob_outline01{
	background: url("../img/svg/blob2_bl_outline.svg") center no-repeat;
	background-size:80%;
	transition: 0.5s;
}
.blob_outline02{
	background: url("../img/svg/blob5_bl_outline.svg") center no-repeat;
	background-size:80%;
	transition: 0.5s;
}
.blob_outline03{
	background: url("../img/svg/blob6_bl_outline.svg") center no-repeat;
	background-size:80%;
	transition: 0.5s;
}
.blob_outline04{
	background: url("../img/svg/blob3_bl_outline.svg") center no-repeat;
	background-size:80%;
	transition: 0.5s;
}
.blob_outline01:hover{
	background-size: 70%;;
}
.blob_outline02:hover{
	background-size: 70%;;
}
.blob_outline03:hover{
	background-size: 70%;;
}
.blob_outline04:hover{
	background-size: 70%;;
}

/*Bewerbung / Kontakt*/
.honey{
	display: none;
}
form.termin{
	background: rgba(255,255,255,1);
	padding: 35px;
	border-radius: 20px;
}
input.invalid {
	background: rgba(250,20,30,0.4);
	color: rgb(250, 20, 30);
}
.form_wrap{
	margin-bottom: 15px;
	display: block;
}
.form_wrap02{
	display: flex;
	margin-bottom: 15px;
}
.form_wrap02 div{
	width: 47%;
}
.form_wrap02 div:first-child{
	margin-right: 6%;
}
.form_wrap p, .form_wrap02 p{
	font-size: 18px;
	font-weight: 400;
}
.form{
	padding: 3px;
	background: none;
	border: none;
	border-bottom: 2px solid rgba(50, 110, 182,0.3);
	width: 100%;
}
.form2{
	width: 100%;
	border:  2px solid rgba(50, 110, 182,0.3);
	height: 200px;
	border-radius: 20px;
}
select{
	width: 100%;
	border: 1px solid rgba(0,0,0,0.4);
	background: #fff;
	padding: 10px;
}
.small_wrap{
	max-width: 500px;
	margin: 10px auto;
}
p.smalltext{
	font-size: 14px;
	font-weight: 300;
}
.error_box, .success_box{
	padding: 20px;
	margin: 15px;
}
.error_box p, .success_box p{
	color: #FFF;
}
.error_box{
	background: #870002;
}
.success_box{
	background: #008d31;
}
ul.benefits, ul.benefits02{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
ul.benefits02{
	justify-content: center;
}
ul.benefits li{
	width: 15%;
	padding: 10px;
	text-align: center;
	color: var(--primary);
	font-weight: 600;
	font-size: 1.3rem;
	line-height: 120%;
}
ul.benefits02 li{
	width: 13%;
	padding: 35px 5px;
	text-align: center;
	font-weight: 600;
	font-size: 1.3rem;
	line-height: 120%;
	background: rgba(255,255,255,1);
	border-radius: 25px;
	margin: 10px;
}
ul.benefits02 li i{
	font-size: 4.5rem;
	margin-bottom: 15px;
	color: var(--primary);
}
ul.benefits li img, ul.benefits02 li img{
	width: 65%;
	margin-bottom: 15px;
}
.karriere-box{
	padding: 35px;
	margin: 10px 0px 55px 0px;
	border: 2px solid rgba(50, 110, 182,0.3);
	border-radius: 30px;
}
.karriere_wrap{
	border-bottom: 2px solid rgba(50, 110, 182,0.3);
	padding: 0px 15px;
}
.karriere_wrap div{
	padding: 5px 0px 30px 0px;
}
.karriere_head span {
	color: var(--primary);
	font-size: 1.5rem;
	font-weight: 500;
	padding: 10px 5px;
	display: block;
}
.karriere_sub{
	color: var(--secondary);
	font-size: 1.3rem;
	font-weight: 600;
}

@media(max-width:1350px){
	.inner_wrap{
		padding: 20px;
	}
	.inner_wrap_md{
		padding: 35px;
	}
	.inner_wrap_big{
		padding: 65px;
	}
	.inner_wrap_large{
		padding: 85px;
	}
	.col30, .col35, .col65, .col70{
		width: 50%;
	}

}
@media(min-width:2000px){
}
@media(max-width:1500px){
	.content_bg .inner_wrap_md, .content_bg03 .inner_wrap_md{
		background: rgba(255,255,255,0.7);
		border-radius: 25px;
	}
}
@media(max-width:1400px){
	#banner{
		min-height: 550px;
	}
	.wrapper_small, .footer_box{
		min-width: 1300px;
	}
	#footer_box{
		width: 95%;
	}
	ul.benefits02 li{
		width: 20%;
	}
}
@media(max-width:1300px){
	.wrapper, .wrapper_small{
		width: 90%;
	}
	.wrapper_small{
		min-width: 0;
	}

}
@media(max-width:1200px){
	.col3{
	  width: 50%;
	} 
	.col40, .col60{
		width: 50%;
	}
	#banner{
		min-height: 450px;
	}
	.logo_mobil {
		width: 100%;
		max-width: 250px;
		position: absolute;
		right: 0;
		top: 0;
		margin-right: 3%;
		margin-top: 5px;
	}
	.col4{
		width: 50%;
	}
	.teaser_col{
		width: 49%;
		margin-bottom: 25px;
	}
	ul.benefits li{
		width: 30%;
	}
}

@media(max-width:1024px){
	h1, .head1{
		font-size: 45px;
		width: 100%;
	}
	h2, .head2{
		font-size: 35px;
		margin-bottom: 20px;
	}
	h3, .head3{
		font-size: 30px;
		margin-bottom: 10px;
	}
	h4, .head4{
		font-size: 25px;
		margin-bottom: 5px;
	}
	.wrapper{
		width: 95%;
	}
	.content{
		padding-bottom: 50px;
		padding-top: 50px;
	}
	.flex_wrap.no_wrap{
		flex-wrap: wrap;
	}
	.col2{
		width: 100%;
	}
	.col5{
		width: 33.33%;
	}
	.col30, .col35, .col65, .col70{
		width: 100%;
	}
	.col6 {
	  width: 30%;
	}
	.inner_wrap_small{
		padding: 5px;
	}
	.inner_wrap{
		padding: 15px;
	}
	.inner_wrap_md{
		padding: 30px;
	}
	.inner_wrap_big{
		padding: 45px;
	}
	.inner_wrap_large{
		padding: 65px;
	}
	.image_wrap{
		padding: 2px;
	}
	.wrapper_small {
	  margin-left: auto;
	}
	#map_wrap{
		height: 500px;
	}
	.overlay_head, .overlay_head span{
		font-size: 2.5rem;
	}
	.overlay_text{
		font-size: 1.2rem;
	}
	.content_bg, .content_bg03{
		background:url("../img/content_bg01_mobil.webp") bottom no-repeat;
		background-size: cover;
	}
	ul.benefits02 li{
		width: 30%;
	}
	.karriere_head span{
		font-size: 1.2rem;
		line-height: 130%;
		padding: 15px 5px;
	}
}
@media(max-width:856px){
	.trenner{
		margin-left: -20px;
	}
	ul.benefits li{
		width: 45%;
	}
}
@media(max-width:756px){
	.spacing{
		letter-spacing: 2px;
	}
	#banner_logo img{
		max-width: 300px;
	}
	.banner_text p{
		font-size: 3rem;
	}
	.left, .right{
		width: 100%;
		float: none;
	}
	.left{
		margin-bottom: 15px;
	}
	.col5{
		width: 50%;
	}
	.col6 {
	  width: 50%;
	}
	.col40, .col60{
		width: 100%;
	}
	.border-right, .border-left{
		border:none;
	}
	.inner_wrap_big {
		padding: 30px;
	}
	.inner_wrap{
		padding: 10px;
	}
	.inner_wrap_md{
		padding: 25px;
	}
	.inner_wrap_big{
		padding: 35px;
	}
	.inner_wrap_large{
		padding: 55px;
	}
	.flex_wrap.flex_reverse, .flex_produkte.flex_reverse{
		flex-direction: column-reverse;
	}	
	#map_wrap{
		height: 450px;
	}
	#overlay_text{
		margin-bottom: 15%;
		margin-left: 0%;
	}
	.teaser_col{
		width: 95%;
	}
	.karriere_head span i{
		display: none;
	}
}
@media(max-width:656px){
	.col3, .col30, .col35, .col65, .col70{
		width: 100%;
	}
	.trenner{
		margin-left: 0px;
	}
	.logo_mobil{
		max-width: 200px;
	}
	.trenner{
		border-top: 4px dotted var(--primary);
	}
	ul.benefits02 li{
		width: 45%;
	}
	.fancy_head{
		width: 100%;
	}
}

@media(max-width:556px){
	.banner_text p{
		display: none;
	}
	.col3, .col4, .col5{
		width: 100%;
	}
	.col2{
		width: 100%;
	}
	h1, .head1, h1 span, .head1 span{
		font-size: 34px;
		width: 100%;
	}
	h2, .head2, h2 span, .head2 span{
		font-size: 28px;
		margin-bottom: 20px;
	}
	h3, .head3, h3 span, .head3 span{
		font-size: 26px;
		margin-bottom: 10px;
	}
	h4, .head4, h4 span, .head4 span{
		font-size: 22px;
		margin-bottom: 10px;
	}
	h6, .head6, .head6 span, h6 span {
	  font-size: 16px;
	}
}

@media(max-width:456px){
	.inner_wrap_large {
		padding: 25px;
	}
	#banner{
		min-height: 150px;
	}
	#overlay_text{
		display: none;
	}
	ul.benefits02 li{
		width: 90%;
	}
	ul.benefits li{
		width: 95%;
	}
}
@media(max-width:356px){
	.col6 {
		width: 100%;
	}
}

/*Shapes*/
.divider{
	position: relative;
	z-index: 99;
}
/*Shape 01*/
.custom-shape-divider-bottom-1762868060 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}
.custom-shape-divider-bottom-1762868060 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 60px;
}
.custom-shape-divider-bottom-1762868060 .shape-fill {
    fill: #326EB6;
}
/*Shape 02*/
.custom-shape-divider-top-1762868169 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}
.custom-shape-divider-top-1762868169 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 60px;
}
.custom-shape-divider-top-1762868169 .shape-fill {
    fill: #326EB6;
}
/*Shape 03*/
.custom-shape-divider-bottom-1762869890 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}
.custom-shape-divider-bottom-1762869890 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 35px;
}
.custom-shape-divider-bottom-1762869890 .shape-fill {
    fill: #E3E8EF;
}

/*Shape 04*/
.custom-shape-divider-top-1763643056 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}
.custom-shape-divider-top-1763643056 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 31px;
}
.custom-shape-divider-top-1763643056 .shape-fill {
    fill: #FFFFFF;
}