
select#ctrl_12 {
    display: block;
    margin-left: 0;
    padding: 10px;
    margin-bottom: -2%;
    font-size:14px;
    font-weight: lighter !important;
    width:100%;
}
option {
    font-weight: lighter !important;
}
::selection {
    background: #37c5f3;
    color: #fff;
    opacity: 1;
}

/* Cookie Consent */
.cookie-consent-wrapper{
	position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10000;
}
.cookie-overlay{
	width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    z-index: 10001;
    position: absolute;
}
.cookie-consent{
	position: fixed;
    height: 100%;
    width: 100%;
    z-index: 10002;
}
.cookie-consent-inner{
	position: relative;
    width: 500px;
    margin: 0 auto;
    background: #eee;
    padding: 20px 20px;
    margin-top: 100px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    max-width: 90%;
}
.mt-20px{margin-top:20px;}


@media only screen and (max-width: 324px){
	.cookie-consent-inner{margin-top: 35px;}
	
	
}
@media (min-width:0px) and (max-width: 900px){
	.cookie-consent-inner form input{font-size: 18px;}
	.cookie-consent-inner{width:90%;}
}
@media (min-width:480px) and (max-width: 900px){
	.cookie-consent-inner{margin-top: 15px;}
	.cookie-consent-inner form input{ display:inline-block; width:150px!important;}
}
.freier-slogan{
max-width:300px;max-height:300px;position: absolute;left: 65%;top: 32vh;z-index: 1001; transform: translateY(-50%);
}
.no-badge .freier-slogan{
	display:none;
}
.subpage-banner figure::before{
	content:'';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 50%;
	background: linear-gradient(to right, #010e1ec7 70%, transparent 100%);
}
@media screen and (max-width:950px){
		.row.ce_rowStart.row--flex.row--cards {
    flex-wrap: wrap !important;
    overflow-x: hidden !important;
}
.row--flex>* {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
}
.card {
	height: auto;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.freier-slogan{
    max-width: 250px;
    max-height: 250px;
    position: absolute;
    left: 70%;
    top: 40%;
    z-index: 1001;
}
}

.euf_overlay {
    position: fixed;
    left: unset;
    top: unset;
    bottom: -20px;
    right: 20px;
    width: 300px;
    height: 200px;
    background: rgba(0,0,0,0.0);
    z-index:99;
}
@media screen and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
.freier-slogan{
    max-width: 100px;
    max-height: 100px;
    position: absolute;
    left: 70%;
    top: 15%;
    z-index: 1001;
}
.content_container .description p{
	text-shadow: 3px 1px 7px gray;
}
.content_container{
	max-width:100%;
	padding: 0.625rem;
}
.ce_hero{
	display: -webkit-box;
}
.mod_article{
	width:100%;
}
@media screen and (max-width: 740px){
.content_container .headline{
	font-size:1.3rem;
	text-shadow: 3px 1px 7px gray;
}

}}

.text-center{
	text-align:center;
}

.slick-center .slick-slider .slick-slide{
	filter: grayscale(1);
	transform: scale(.8);
	transition: transform 0.3s ease-in-out;
	pointer-events:none;
}
.slick-center .slick-slider .slick-slide.slick-center{
	-webkit-transform: scale(1.08);
    transform: scale(1.08);
    opacity:1;
    pointer-events:all;
    filter: grayscale(0);
}
.slick-center .slick-slider .slick-arrow{
	display: flex;
    background: #ffffff;
    border: 0px;
    padding: 15px;
    border-radius: 100%;
    aspect-ratio: 1 / 1;
}
.slick-center .slick-slider .slick-arrow svg{
	width:25px;
}
.slick-center .slick-slider .slick-arrow svg path{
	fill: #010e1e;
}
.slick-center .slick-slider .slick-arrow{
	position: absolute;
    top: calc(50% - 30px);
}
.slick-center .slick-slider .slick-arrow.slick-prev{
	transform: rotate(180deg);
	left:30px;
	z-index:1;
}
.slick-center .slick-slider .slick-arrow.slick-next{
	right:30px;
	z-index:1;
}
.product-slider.slick-slider .slick-slide{
	/*transform: scale(.95);*/
	margin-right:20px;
	margin-left:20px;
}
.product-slider.slick-slider .product-slider-item{
	position:relative;
}
.product-slider .product-slider-item .image_container{
	height:170px;
	padding:10px;
	background:#fff;
}
.product-slider .product-slider-item .image_container img{
	object-fit:cover;
	height:100%;
}
.product-slider .product-slider-item h2{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	margin-bottom:0px;
	color:#fff;
	display:flex;
	justify-content:center;
	align-items:center;
	text-shadow: 3px 1px 7px gray;
	cursor:pointer;
}
.product-slider .slick-list{
	padding:0px 15px;
}
.product-slider .slick-arrow{
	display: flex;
    background: transparent;
    border: 0px;
    padding: 0px;
    border-radius: 100%;
    aspect-ratio: 1 / 1;
}
.product-slider .slick-arrow svg{
	width: 45px;
    height: 45px;
}
.product-slider .slick-arrow svg path{
	stroke: gray;
}
.product-slider .slick-arrow{
	position: absolute;
    top: calc(50% - 30px);
}
.product-slider .slick-arrow.slick-prev{
	left:-12px;
	z-index:1;
}
.product-slider .slick-arrow.slick-next{
	right:-12px;
	z-index:1;
}
#footer .row, #footer .row > div{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
}
#footer .row > div:first-child{
	justify-content: flex-start;
}
#footer .row > div:last-child{
	justify-content: flex-end;
}
#footer .text_container a{
	color: #3372ab;
}
#footer .footer-logo img{
	max-width:300px;
	width:100%;
	margin:0 auto;
}
.ueber-text, .ueber-image-text{
	background: #fff;
    padding: 20px;
    height: 100%;
    display:flex;
    flex-wrap:wrap;
    border-radius:10px;
    align-content: flex-start;
}
.ueber-text .ce_headline, .ueber-image-text .ce_headline{
	width:100%;
	margin-bottom: 10px;
}
.ueber-text .image_container, .ueber-image-text .image_container{
	width:30%;
	border-radius:10px;
	overflow:hidden;
}
.ueber-text .image_container img, .ueber-image-text .image_container img{
	height: 100%;
    object-fit: cover;
}
.ueber-image-text .text_container{
	width:70%;
	padding-left:15px;
}
.ueber-text .text_container{
	width:100%;
}
.ueber-text .text_container p a, .ueber-image-text .text_container p a{
	background: #37c5f3;
    color: #fff;
    padding: .50312rem 2rem;
    display: inline-block;
    text-decoration:none;
}
.ueber-text .text_container p a:hover, .ueber-image-text .text_container p a:hover{
	background: #3372ab;
}
.ueber-image{
	background: #fff;
    padding: 20px;
    border-radius:10px;
    height: 100%;
    display:flex;
    flex-wrap:wrap;
	margin-bottom: 1.625rem;
}
.section-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
}
.section-heading .icon i{
  font-size: 20px;
  color: #37c5f3;
}
.section-heading .title-row {
  display: flex;
  align-items: center;
  justify-content:center;
  gap: 16px;
  width: 100%;
}
.section-heading .title-row .headline {
  font-weight: 800;
  color: #010e1e;
  letter-spacing: 1px;
  margin: 0;
  text-transform: uppercase;
}
.section-heading .line {
  flex: 1;
  height: 2px;
  max-width: 150px;
}
.section-heading .line.left{
	background: linear-gradient(to left, #37c5f3 70%, transparent 100%);
	clip-path: polygon(0 60%, 100% 0, 100% 50%, 100% 100%, 0 60%);
}
.section-heading .line.right{
  background: linear-gradient(to right, #37c5f3 70%, transparent 100%);
  clip-path: polygon(0 0, 100% 0, 10% 50%, 100% 100%, 0 100%);
}
.section-heading.style-two .icon, .section-heading.style-two .line{
	display: none;
}
.section-heading.style-two .title-row{
	position: relative;
}
.section-heading.style-two .headline::before{
	content:'';
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	height: 3px;
    border-radius: 10px;
    width: 70px;
    background: #37c5f3;
}
.headline-style-two .ce_headline{
	position:relative;
	margin-bottom: 30px;
}
.headline-style-two .ce_headline:after{
	content:'';
	position: absolute;
    bottom: -10px;
    left: 0;
    width: 50px;
    height: 3px;
    border-radius: 10px;
	background: #37c5f3;
}
.bg-gray .inside{
	background: #f3f7ff;
    padding: 30px 50px;
    border-radius: 20px;
    border: 1px solid #010e1e;
}

.product-card-wrapper{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-left: 0px;
	margin-right: 0px;
	gap:20px;
	padding: 20px 0px 0px;
}
.product-card-wrapper .product_card{
	width: calc(16.85% - 20px);
	position: relative;
	transition: all 0.3s ease-in-out;
	height: 100%;
}
.product-card-wrapper .product_card:hover{
	box-shadow: 1px 1px 11px 2px #010e1e;
}
.product_card{
	border-radius: 20px;
	overflow: hidden;
}
.product_card .product-image img{
	height: 350px;
	width: 100%;
	object-fit: cover;
}
.product_card .card_icon{
	margin-top: -140px;
    z-index: 2;
    position: relative;
    display:flex;
    justify-content:center;
}
.product_card .card_icon > div{
	background: #010e1e;
    padding: 15px;
    border-radius: 100%;
    border: 2px solid #37c5f3;
    box-shadow: 1px 1px 11px 2px #010e1e;
}
.product_card .card_icon > div img{
	width: 40px;
}
.product_card .card_inner{
    position: relative;
    z-index: 1;
    background: linear-gradient(to top, #010e1e 70%, #010e1eb8 100%);
    clip-path: polygon(0 0, 50% 10%, 100% 0, 100% 100%, 0 100%);
    margin-top: -45px;
    padding: 20px;
    padding-top: 60px;
    text-align: center;
    color: #ffffff;
    font-size: .7rem;
    min-height: 250px;
}
.product_card .card_inner .headline{
	color: #ffffff;
	font-size: 1.1rem;
}
.product_card .card_inner .text p{
	margin-bottom:0px;
}
.product_card .card_inner .text a{
	position: absolute;
    text-indent: -9999999px;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.product_card .card_inner .text img{
	width: 40px;
    padding: 5px 5px 5px 5px;
    border-radius: 100%;
    border: 2px solid #ffffff;
    margin-top: 20px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.product_card:hover .card_inner .text img{
	transform: scale(1.2);
}
.footer-list ul li::before{
	background-image:none;
}
.footer-list ul li a{
	color: #ffffff;
}
.info-card{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	text-align:center;
}
.info-card.text-left{
	text-align: left;
}
.info-card > *:nth-child(1) {
	order: 2; 
	padding: 25px 25px 0px 25px;
    color: #010e1e;
    border: 2px solid #cdcdcd80;
	border-top: 0px;
	border-bottom: 0px;
	margin-bottom: 0px;
	padding-bottom: 15px;
}
.info-card .image_container{
	order: 1; 
}
.info-card .image_container img{
	height: 280px;
    object-fit: cover;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.info-card .text_container { 
	order: 2; 
	border: 2px solid #cdcdcd80;
	border-top: 0px;
	border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.info-card .text_container{
	padding: 0px 25px 25px 25px;
}
.info-card .text_container a{
	padding: 10px 15px;
    border: 1px solid #010e1e;
    color:#010e1e;
    border-radius: 5px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.info-card ul li{
	list-style: none;
	position: relative;
}
.info-card ul li::before{
	content: '';
	background-image: url('../imgs_new/check.png');
	background-repeat: no-repeat;
	background-size: 70%;
	background-position: center;
	width: 20px;
    height: 20px;
    padding: 2px;
    position: absolute;
    left: -1.625rem;
    top: 17px;
    transform: translateY(-50%);
    border-radius: 100%;
    background-color: #3372ab;
}
.info-card .text_container a:hover{
	background: #010e1e;
	color: #ffffff;
}
.custom-list ul li, .custom-list-style-two ul li{
	list-style: none;
	position: relative;
}
.custom-list ul li::before, .custom-list-style-two ul li::before{
	content: '';
	background-image: url('../imgs_new/check.png');
	background-repeat: no-repeat;
	background-size: 70%;
	background-position: center;
	width: 20px;
    height: 20px;
    padding: 2px;
    position: absolute;
    left: -1.625rem;
    top: 17px;
    transform: translateY(-50%);
    border-radius: 100%;
    background-color: #3372ab;
}
.custom-list-style-two ul li::before{
	background-image: url('../imgs_new/check-accent.png');
	background-color: transparent;
	width: 25px;
	height: 25px;
}
.image-border img{
	border-radius: 20px;
}
#footer-bottom{
	background: #37c5f3;
}
#footer-bottom .nav--meta a{
	color: #ffffff;
}
.accordian{
	border: 1px solid #cdcdcd80;
	padding: 10px 25px;
	margin-bottom: 0px;
	border-top:0px;
	cursor: pointer;
}
.accordian .ce_headline{
	margin-bottom: 0px;
	padding-right: 30px;
	position:relative;
}
.accordian .ce_headline:after{
	content: "";
	position:absolute;
	top: 0px;
	right: 0;
	width:25px;
	height:25px;
	transition: all 0.3s ease-in-out;
	background-image: url('../imgs_new/down-arrow.png');
	background-position:center;
	background-size:contain;
	background-repeat: no-repeat;
}
.accordian.active .ce_headline:after{
	transform: rotateX(180deg);
}
.accordian .text_container{
	opacity:0;
	max-height: 0;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
}
.accordian .text_container p{
	padding: 20px 0px;
	font-size: .9rem;
}
.accordian.active .text_container{
	max-height: 2000px;
	opacity: 1;
}

.accordian-wrapper div:first-child .accordian{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border: 1px solid #cdcdcd80;
}
.accordian-wrapper div:last-child .accordian{
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.jumbotron .inside{
	background-color: #010e1e;
	color: #ffffff;
	padding: 40px 30px 0px 30px;
	border-radius: 20px;
}
.jumbotron .ce_headline{
	color: #ffffff;
}
.jumbotron .image_container img{
	width: 100px;
}
.text-xl p, .text-xl a{
	font-size: 1.2rem !important;
}
.bg-accent{
	background-color: #010e1e;
}
.home-banner .btn--primary{
	background: #010e1e;
}
.popup-form{
	position: fixed;
    inset: 0;
    background: rgba(1, 14, 30, 0.95);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    z-index: 9999;
    padding: 60px 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s ease, visibility .35s ease;
    overflow-y: auto;
}
.popup-form form{
	max-width: 600px;
    width: 100%;
    padding: 30px 20px;
    background: rgb(255 255 255 / 10%);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.15),
        inset 0 1px 1px rgba(255, 255, 255, 0.3);
    position: relative;
    transform: translateY(-40px) scale(.95);
    opacity: 0;
    transition:
    transform .4s cubic-bezier(.175,.885,.32,1.275),
    opacity .35s ease;
    text-align: left;
}
.popup-form.active{
    opacity: 1;
    visibility: visible;
}
.popup-form.active form{
    transform: translateY(0) scale(1);
    opacity: 1;
}
.popup-form form .close{
    position: absolute;
    top: 23px;
    right: 20px;
    background: #37c5f3;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
    transition: transform .25s ease;
}
.popup-form form .close:hover{
    transform: scale(1.1);
}
.popup-form form .close img{
	width: 18px;
}
.popup-form form .widget-explanation{
	padding-bottom: 20px;
}
.popup-form form .widget-explanation > *{
	color: #ffffff;
	padding-right: 50px;
    text-align: left;
}

@media screen and (max-width: 1440px){
	.product-card-wrapper .product_card{
		width: calc(25% - 20px);
	}
}
@media screen and (max-width: 1440px){
	.product-card-wrapper .product_card{
		width: calc(33.33% - 20px);
	}
	.product_card .card_inner{
		min-height: 220px;
	}
}
@media screen and (max-width: 950px){
	.ueber-wrapper.row--flex>*{
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	}
}
@media screen and (max-width: 768px){
	.product-slider.slick-slider .slick-slide{
		/*transform: scale(.95);*/
		margin-right:10px;
		margin-left:10px;
	}
	.product-slider .slick-list{
		padding: 0px 5px;
	}
	#footer .row .col-md-3{
		text-align:center
	}
	.ueber-text .image_container, .ueber-image-text .image_container{
		width:100%;
	}
	.ueber-image-text .text_container{
		width:100%;
		padding-left:0px;
		padding-top:10px;
	}
	.bg-gray .inside{
		padding: 25px 25px;
	}
	.custom-list ul li::before, .custom-list-style-two ul li::before{
		width: 17px;
    	height: 17px;
    	top: 10px;
	}
	.product-card-wrapper .product_card{
		width: calc(50% - 20px);
	}
	.text-xl p, .text-xl a {
	    font-size: 1rem !important;
	}
	.jumbotron .inside{
		text-align:center;
	}
	.jumbotron .ce_image{
		padding-bottom: 20px;
	}
	#footer .row > div:first-child, #footer .row > div:last-child{
		justify-content: center;
	}
}
@media screen and (max-width: 450px){
	.card h3::after{
		margin-top: 0.625rem;
    	margin-bottom: 0.625rem;
	}
	.slick-center .slick-slider .slick-arrow.slick-next{
	    right: 5px;
	}
	.slick-center .slick-slider .slick-arrow.slick-prev{
		left:5px;
	}
	.product-slider .product-slider-item .image_container{
		height:140px;
	}
	.product-slider .product-slider-item h2{
		font-size:1.5rem;
	}
	.product-card-wrapper .product_card{
		width: 100%;
	}
}