




.ce_wrap.pd-m {
  padding: 60px;
}


/* *************************************************** */
/* ************************ Schriften **************** */
/* *************************************************** */


marquee {
    color: #ffffff;
    padding-top: 0px;
    margin-bottom: 20px;
    font-size:18px;
}

.post-description__meta h1 {
	font-size:30px!important;
	line-height:40px!important;
}


h1, h2, h3, h4, h5, h6, .swiper-button-next, .swiper-button-prev{
    font-weight:900 !important;
    color:#0069b4 !important;
}

.ce_hyperlink-extended a.link-white {
  color: var(--accentColor);
	
}

.txt-color-white h2,
.txt-color-white h4,
.bg-styles h1,
.bg-styles .ce_leadertext p {
	color:white!important;
}



.ce_leadertext.version1 {
	max-width:960px;
	margin-bottom:20px;
}

.ce_leadertext.version1 .ce_headline {
	margin-bottom:20px;	
}

.ce_leadertext.version1 .divider {
	display:none;
}

/* *************************************************** */
/* ************************ Footer ******************* */
/* *************************************************** */


#footer .totop {
	display:none;
}


/* *************************************************** */
/* ************************ Iconbox ****************** */
/* *************************************************** */

.ce_iconbox li {
  position: relative;
  padding-left: 30px; /* Platz für das Icon */
  list-style: none;   /* Bulletpunkt entfernen */
}

.ce_iconbox li::before {
  font-family: 'FontAwesome';
  content: "\f00c";
  font-size: 16px;
  color: var(--accentColor);
  position: absolute;
  left: 0;
  top: 2px; /* Feinjustierung je nach Zeilenhöhe */
}

.ce_iconbox .image_container {
	max-width:80px;
}

.ce_iconbox .link::before { 
	display:none;
}

/* *************************************************** */
/* ************************ Slider ******************* */
/* *************************************************** */

.swiper-pagination-bullet {
	background:white;
	opacity: 1;
}

.swiper-pagination-bullet-active {
	background:var(--accentColor);
}

.swiper-button-next,
.swiper-button-prev {
	background:rgba(255,255,255,0.5);
	padding:20px;
	border-radius:40px;
}

.swiper-button-next::after, 
.swiper-button-prev::after {
	font-size:24px;
}

.ce_gallery .swiper-container .swiper-pagination {
	bottom:20px;
}

/* *************************************************** */
/* ************************ Aufzählung *************** */
/* *************************************************** */


.ce_list.hasIcon li i::after { 
	display:none;
}

.fa-check::before {
	color:var(--accentColor);
}


/* *************************************************** */
/* ************************ Badge  ****ççç************ */
/* *************************************************** */


li.notification::after {
  content: "2"; 
  position: absolute;
  top: 15px;
  right: -8px;
  transform: translate(50%, -50%);
  background: #219DDC;
  color: white;
  font-size: 12px;
  font-weight: bold;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border:0px;
}

li.notification.zero::after {
  display:none;
}


li.notification.one::after {
  content: "1"; 	
}

li.notification.two::after {
  content: "2"; 	
}

li.notification.three::after {
  content: "3"; 	
}

li.notification.four::after {
  content: "4"; 	
}

li.notification.five::after {
  content: "5"; 	
}

li.notification.six::after {
  content: "6"; 	
}

li.notification.seven::after {
  content: "7"; 	
}






@media (max-width:900px){
	marquee {
	    color: #ffffff;
	    padding-top: 0px;
	    margin-bottom: 40px;
	    font-size:18px;
	}

}

.mainmenu ul li a {
    font-size: 17px;
    font-weight: 900;
}

span.color-accent {
    color: white;
    font-weight:400 !important;
}


@media (min-width:1024px) and (max-width:1899px){
    .headline-weiter {
    letter-spacing: 0.3em !important;
    margin: 0 auto;
	}

.mod_portfoliolist{
    margin-left:10%;
}
.portfolio-header{
    margin-left:12%;
}
.mod_portfoliolist .swiper-slide {
    width: 25%;
    margin:10px;
    min-height:500px;
}

.image_container_inside img {
    min-height: 500px;
}

.headline-fett {
    font-weight: 900 !important;
}

.logo-balken {
    float: right;
    margin-right: -5%;
    margin-top: -13.5%;
}
.fett h2{
    font-weight:900 !important;
}
.alle-einsatzbereiche {
    margin-top: -12%;
    /*margin-left: 13%;*/
}

.alles-weiss h1{
    font-weight:900;
}

h1, h2, h3, h4, h5, h6 {
  white-space: normal; /* Ensures normal wrapping behavior */
  overflow-wrap: break-word; /* Ensures the text moves to the next line if a word does not fit */
  word-break: keep-all; /* Ensures words are not broken at all */
  hyphens:none;
}

p, a{
    font-size:17px;
}

li{
    font-size:17px;
}
.produkte {
    margin-top: -28%;
}
.auffallend {
    padding-bottom: 14%;
}
.ce_productbox_content_top .ce_headline {
    font-weight: 900;
    color: #02afb5;
}
.ce_productbox_content_top a{
    color: #000;
}
.ce_productbox_content_top p{
    margin-bottom:5px;
}
.ce_productbox_inside {
    border-bottom: 10px solid #02afb5;
    min-height: 590px;
    box-shadow: 0px 4px 8px #00000029;
}
}


@media (min-width:1900px){
    .headline-weiter {
    letter-spacing: 0.3em !important;
    margin: 0 auto;
}
.headline-fett {
    font-weight: 900 !important;
}
.logo-balken {
    float: right;
    margin-right: -3%;
    margin-top: -12.1%;
}
.fett h2{
    font-weight:900;
}
.alle-einsatzbereiche {
    margin-top: -5%;
    margin-left: 0%;
}
span.color-accent {
    color: white;
    font-weight:400 !important;
}
.alles-weiss h1{
    font-weight:900;
}
h1, h2, h3, h4, h5, h6 {
  white-space: normal; /* Ensures normal wrapping behavior */
  overflow-wrap: break-word; /* Ensures the text moves to the next line if a word does not fit */
  word-break: keep-all; /* Ensures words are not broken at all */
  hyphens:none;
}
p, a{
    font-size:17px;
}
li{
    font-size:17px;
}
.produkte {
    margin-top: -20%;
}
.auffallend {
    padding-bottom: 14%;
}
.ce_productbox_content_top .ce_headline {
    font-weight: 900;
    color: #02afb5;
}
.ce_productbox_content_top a{
    color: #000;
}
.ce_productbox_content_top p{
    margin-bottom:5px;
}
.ce_productbox_inside {
    border-bottom: 10px solid #02afb5;
    min-height: 630px;
    box-shadow: 0px 4px 8px #00000029;
}
.mod_portfoliolist{
    margin-left:15%;
}
.portfolio-header{
    margin-left:17%;
}
.mod_portfoliolist .swiper-slide {
    width: 25%;
    margin:10px;
    min-height:700px;

}
.image_container_inside img {
    min-height: 700px;
}
}
.fullheight{
    min-height:100vh;
}
.parallax {
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center;
}


ul.reference-properties li{
    font-size:15px;
}
.reference-properties__item__title{
    font-weight:500;
}
.post-description__meta h1 {
    font-weight:700;
    font-size:50px;

}
.reference-details__item__title{
    font-weight:500;
    width:400px;
}
.reference-description__details h2{
    font-size:40px;
    font-weight:700;
    
}
.mod_breadcrumb_inside ul li,.mod_breadcrumb_inside span {
    font-size:13px !important;
}
#footer h4 {
    font-weight: bold;
    padding-top: 20px;
}
#footer ul li:before {
    display: none;
}
#footer ul li {
    padding: 0;
    margin: 0;
}
#footer li:after{
    border:none;
}
#footer h3 {
    font-weight: bold;
    margin-bottom: 10px !important;
}
#footer img {
    max-width: 100%;
    padding-bottom: 30px;
}
h1, h2, h3, h4{
    font-weight:900 !important;
}
.mod_newslist .info {
    display: none;
}
.date.bg-accent {
    display: none;
}

.right a{
    font-size:14px;
}


.image_container {
    position: relative;
    display: inline-block;
    width: 100%;
    overflow: hidden; /* Ensure content doesn't overflow */
}

.image-overlay {
    position: relative;
    transition: all 0.3s ease-in-out; /* Smooth transition for the overlay */
}

.image_container img {
    width: 100%;
    height: auto;
    display: block;
    transition: all 0.3s ease-in-out; /* Smooth transition for the image */
}

.headline-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    width: 100%;
    z-index: 2;
    transition: all 0.3s ease-in-out; /* Smooth transition for the headline */
}

.headline-overlay .headline {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    padding: 10px;
    border-radius: 5px;
}

.image-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 109 201 / 50%);
    z-index: 1;
    transition: background-color 0.3s ease-in-out; /* Smooth transition for the overlay */
}

.news-overlay {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 3;
    color: white;
    transition: opacity 0.3s ease-in-out; /* Smooth transition for the overlay icon */
}

/* Hover effect to remove overlay */
.image_container:hover .image-overlay::before {
    background-color: transparent; /* Make the overlay transparent */
}

.image_container:hover .headline-overlay {
    opacity: 0; /* Hide the headline on hover */
}

.image_container:hover .news-overlay {
    opacity: 0; /* Hide the news overlay on hover */
}
.newsteaser .image_container {
    margin-bottom: -10px;
}
.newsteaser .image_container {
    border-radius: 0px;
}
dt {
    padding: 10px 0px;
    font-size:20px;
    font-weight:400 !important;
}
.content-description-list {
    border-radius: 0px;
}

/*news slider*/
.news-slider .owl-carousel .owl-nav button{
    position: absolute;
    top: 34%;
}
.news-slider .owl-carousel .owl-nav button.owl-prev{
    left: 0;
}
.news-slider .owl-carousel .owl-nav button.owl-next{
    right: 0;
}
.news-slider .owl-carousel .owl-nav button i{
    font-size: 50px;
    display: inline-block;
    width: 3.667rem;
    text-align: center;
    color: rgba(255, 255, 255, 0.4);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.news-slider .owl-carousel .owl-nav button:hover i {
    color: rgba(255, 255, 255, 0.8);
}

@keyframes scrolling {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

.news-slider .owl-stage {
    display: flex;
    animation-play-state: running; /* Initial animation state */
    animation: scrolling 120s linear infinite; /* Default animation, will be overridden by JS */
}

/*Home Slider*/

.home-slider {
  height: 50rem;
  width: 95%;
  padding: 2rem 0rem 2rem .5rem;
  position: relative;
  border: 10% solid transparent;
  clip-path: polygon(5% 0%, 100% 0%, 94% 100%, 0% 100%);
  
}
.home-slider .home-slide {
  width: 28rem;
  height: 33rem;
  position: relative;
}
.home-slider .home-slide .slide-text{
    width: 150%;
    position: absolute;
    left: -25%;
}
.home-slider .home-slide .slide-text{
    opacity: 0;
}
.home-slider .home-slide.swiper-slide-fully-visible .slide-text, .home-slider .home-slide.swiper-slide-active .slide-text{
    transition: all 0.5s ease-in-out;
    opacity: 1;
}
.home-slider .home-slide .home-slide-img {
    position: relative;
    overflow: hidden;
}
.home-slider .home-slide .home-slide-img-overlay{
    position: absolute;
    top: 0;
    bottom: 2%;
    left: -6%;
    right: -6%;
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: skewX(5deg);
}

.home-slider .home-slide .home-slide-img img {
    width: 28rem;
    height: 33rem;
    object-fit: cover;
    visibility: hidden;
}



@media (max-width:500px) {
  .home-slider {
    height: 44rem;
  }
  
  .home-slider .home-slide {
    width: 100% !important;
    height: 25rem !important;
  }
  
  .home-slider .home-slide .home-slide-img img {
    width: 100% !important;
    height: 25rem !important;
  }
  
  .home-slider .home-slide .slide-text{
        width: 100%;
        left: 0;
   }
   
   .ce_wrap.pd-m {
     padding: 30px;
   }
     
}





body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .ce_revolutionslider_text.bold, .font_headline{
    font-family:'Roboto' !important;
}


/* ************************************************************************* */
/* **************************** PRODUKTELISTE ****************************** */
/* ************************************************************************* */


.produktliste ul li::marker {
    content: ''; /* Remove the marker content */
}

.produktliste ul li h4 {
    position: relative;
    padding-left: 30px; /* Space for the checkmark */
    font-weight: 500 !important;
    font-size: 1.1rem;
    margin-bottom: 25px;
}
.produktliste .ce_image_extended_inside img{
    /*margin-bottom: 2rem;*/
}
.produktliste ul li h4::before {
    /*content: "\2714"; */
    font-family: 'FontAwesome';
    content: "\f00c";
    position: absolute;
    left: 0;

}
.produktliste ul li h4::after{
    content: '';
    height: 1px;
    width: 45px;
    background-color: #fff;
    position: absolute;
    bottom: -12.5px;
    left: 0;
}
.produktliste .txt-color-accent ul li h4::after{
    background-color: rgba(0, 109, 201, 1);
}
.home-slide-img {
    position: relative;
}

.home-slide-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 98.3%;
        background: linear-gradient(to top, rgb(89 198 242 / 70%), rgb(89 198 242 / 70%));
    pointer-events: none; /* Ensures the overlay does not block interactions with the content below */
    z-index: 1;
    transition:0.3s;
}

.swiper-slide-active .home-slide-img::after{
        opacity: 0 !important; /* Makes the overlay disappear on hover */
    transition: 0.3s;

}

.home-slide:hover .home-slide-img::after {
    opacity: 0; /* Makes the overlay disappear on hover */
    transition: 0.3s;
}
.home-slide .home-slide-img{
    transform: skewX(355deg);
}
.slide-text {
    position: relative;
    z-index: 2; /* Ensure the text is above the overlay */
    padding-top:30px;
}
.home-slide .hyperlink_txt, .home-slide a{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    border: none;
    margin-bottom: 0rem;
    font-size: 0rem;
}

/*Home Page Responsive*/
@media (max-width:576px){
    .alle-einsatzbereiche .swiper-button-next, .alle-einsatzbereiche .swiper-button-prev{
        top:43%;
    }
    .logo-balken, .logo-balken .image_container{
        overflow: Initial;
    }
    .logo-balken .image_container img{
        width: 40%;
        float: right;
        margin-right: -5%;
        margin-top: -22.98%;
    }
    .alle-einsatzbereiche{
        margin-top:-12%;
    }
    h2{
        font-size: 30px !important;
    }
    h1, .h1, .h1 p{
        font-size:35px !important;
    }
    .ce_productbox_inside {
        border-bottom: 10px solid #02afb5;
        min-height: 590px;
        box-shadow: 0px 4px 8px #00000029;
    }
    .fullheight{
        min-height: 80vh;
    }
    .home-slider {
      clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
      padding: 2rem 0rem 2rem 0rem;
      width: 90%;
    }
    .home-slide .home-slide-img{
        transform: skewX(0deg);
    }
    .home-slider .home-slide .home-slide-img-overlay{
        transform: skewX(0deg);
        left:0;
        right:0;
    }
    .m-accent-color h2{
        color:#0069b4 !important;
    }
    .produktliste img{
       /* min-width: 100% !important;
        min-height: 300px !important;
        width: 100% !important;*/
    }
    #pagination-controls button, #pagination-controls a{
        padding: 7px 15px !important; 
    }
    .m-d-none{
        display: none !important;
    }
    .ce_form .column[class*="col_"]{
        margin-bottom:25px;
    }
    .ce_form .column[class*="col_"] div.widget{
        margin-bottom: 0px;
    }
    form div.widget{
        margin-bottom:25px;
    }
    table{
        font-size:15px;
    }
    #mmenu .mod_search{
        width: 100%;
    }
    #mmenu #mmenu_bottom{
        justify-content: center;
    }
    #mmenu .mod_navigation li a{
        text-align: center;
        font-size: 20px;
        line-height: 30px;
    }
    .mmenu_trigger{
        right: 20px;
    }
    .mmenu_trigger .burger{
        height: 25px;
        width: 25px;
    }
    
}
.headline-weiter.fett {
    font-weight: 900 !important;
}
strong{
    font-weight:900 !important;
}
.ce_productbox_content_top a:hover {
        color: #02afb5;
        transition:0.3s;
    }
#bottom .inside .left {
    float: left !important;
}
#bottom .inside .right {
    float: right !important;
}
#bottom .inside {
    padding: 10px 10px;

}
#bottom .inside .left {
     margin-bottom: 0rem !important;
}
.bgfifty .ce_bgimage-image {
opacity:0.2;
    
}
.bgsixty .ce_bgimage-image {
opacity:0.05;
    
}
.produktliste h3.ce_headline.txt-color-white {
    color: white !important;
}
.produktliste .txt-color-white h2, .produktliste .txt-color-white h4{
    color:white !important;
}


/*Review Slider*/
.d-flex{
    display: flex;
    align-items: center;
    justify-content: center;
}
.review-slider{
    width: 90%;
}
.review-slide{
    position: relative;
}
.review-slider .review-slide .review-text{
    padding: 2rem;
    border:.17rem solid gray;
    border-radius: 5px;
    height:200px;
    overflow-y: scroll;
    position: relative;
}
.review-slider .review-slide .review-text ul{
    display: flex;
    width: fit-content;
    float: left;
    margin-right: 10px;
}
.review-slider .review-slide .review-text::after{
    content: url('../../../files/cto_layout/img/google-logo.png');
    position: absolute;
    top: 1%;
    right: 5%;
    width: 30px;
    height: 30px;
    transform: scale(.17);
}
.review-slider .review-slide .angle{
    position: absolute;
    bottom: 21.2%;
    left: 10%;
    width: 20px;
    height: 20px;
    border-right: .17rem solid gray;
    border-top: .17rem solid gray;
    transform: rotate(135deg);
    background: #fff;
}
.review-slider .review-slide .review-text ul li{
    font-size: 22px;
    color: orange;
}
.review-slider .review-slide .review-text p{
    display: inline;
    font-size: 90%;
    line-height: 100%;
}
.review-slider .review-slide .review-headline{
    margin-top:2rem;
    font-size:1.5rem;
    margin-left:1.5rem;
}
.review-slider.owl-carousel .owl-nav button{
    position: absolute;
    top: 30%;
    background: transparent;
}
.review-slider.owl-carousel .owl-nav button i{
    font-size: 50px;
    display: inline-block;
    width: auto;
    text-align: center;
    color: #2d6aab;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    margin-top: 3px;
}

.review-slider.owl-carousel .owl-nav button.owl-prev{
    left: -5%;
}
.review-slider.owl-carousel .owl-nav button.owl-next{
    right: -5%;
}
.review-slider.owl-carousel .owl-dots{
    display: flex;
    justify-content: center;
}
.review-slider.owl-carousel button.owl-dot span{
    width: 8px;
    height:8px;
    background: hsla(0, 0%, 84%, .8);
    margin-right: 2px;
    border-radius: 100%;
    display: inline-block;
}
.review-slider.owl-carousel button.owl-dot.active span{
    background: #0069b3;
}
@media (max-width: 576px) {
    .review-slider .review-slide .angle{
        bottom: 19.2%;
    }
    .review-slider.owl-carousel .owl-nav button.owl-prev{
        left: -7%;
    }
    .review-slider.owl-carousel .owl-nav button.owl-next{
        right: -7%;
    }
}

.header .mainmenu ul li {
    letter-spacing: 0px !important;
}

@media (min-width: 1900px) {
#footer p,#footer a {
        font-size: 18px;
    }
    #footer a:hover{
        color:#02afb5 !important;
    }
}

#top .mod_socials a i:hover {

    border-radius: 0%;
}
#top p, #top a, #top span{
    font-size:16px !important;
}
[class^="ti-"], [class*=" ti-"]{
    font-size:16px;
}
#top, #top .mod_socials a i {
    font-size: 16px !important;
}
#top .mod_socials a i {
    width: 39px;
    height: 39px;
}
#top .mod_top_mail a {
    padding: 0 0px !important;
    display: inline-block;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
#top .mod_top_phone {
    margin-right: 10px;
}
.ce_text.groesser.block strong {
    font-size: 25px;
    line-height: 35px;
}
.ce_productbox.version3 .ce_productbox_content_top {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.txt-color-white a {
    color: #59c6f2;
}
a.hyperlink_txt {
    margin-top: 20px;
    border-radius: 100px;
}
.ce_vertical_spacer.sp-xxs {
    height: 16px;
}
.link-blue a{
    color: rgba(0,105,180,1);
}
h3.ce_headline.txt-color-white{
    color:white !important;
}
.angebot-list ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.angebot-list ul li{
    width: 50%;
    font-size: 20px;
}
.btn.btn--filter-open {
    border-radius: 100px;
    font-size: 16px;
    text-transform: capitalize;
    font-family: 'roboto';
}

.btn.btn--remove {
    border-radius: 100px;
    text-transform: unset;
    color: #00adba;
    border-color: #00adba;
}
body, .item-teaser__media__title{
    text-transform: unset !important;
}

.btn.btn--remove:hover{
    background-color:#00adba;
    color:white;
}
.small_list li{
    font-size: 20px;
}

.image-overlay::before {
    border-radius: 20px;
}
.image_container img {
    border-radius: 20px;
}
.item-teaser__media:after, .item-teaser__media__image img, .item-teaser__media__image img, .ce_productbox_inside, .collection-list__item .item-teaser{
    border-radius: 20px !important;
}
.collection-list__item .item-teaser{
    overflow: hidden;
}
p.back {
    display: none;
}
.auffallend a {
    color: #0069b4 !important;
}
.txt-color-white h3{
    color:white !important;
}
.angebot-list {
    padding: 20px;
    background-color: whitesmoke;
    font-size:16px !important;
    border-radius:20px;
    display:none;
}

.produktliste img {
   /* min-height: 400px;
    max-height: 400px;
    min-width:590px;
    max-width:590px;*/
    object-fit: cover;
}

.ce_teambox.round_image .image_container img{
    border:none;
}
.mod_plenta_jobs_basic_offer_reader h2{
    font-size:40px;
}
.bg-blau {
    border-radius: 20px;
}
@media (max-width: 576px) {
    .item-teaser__media{
        height: 240px;
    }
}
.mod_newslist.jobs{
    overflow: visible;
}

.mod_newslist.jobs .ce_productbox.version3 .ce_productbox_inside {
    position: relative;
    overflow: hidden;
    text-align: center;
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    padding-bottom: 15px;
}
.mod_newslist.jobs .ce_productbox .image-wrapper {
    position: relative;
}
.mod_newslist.jobs .ce_productbox.version3 .image_container img {
    width: 100%;
    height:280px;
    display: block;
    transition: all 0.3s ease-in-out;
}
.mod_newslist.jobs .ce_productbox.version3 .ce_productbox_inside:hover {
    box-shadow: 0 70px 70px rgba(0, 0, 0, .2);
    transform: translate(0, -10px);
    -webkit-transform: translate(0, -10px);
    z-index: 10;
}
.mod_newslist.jobs .ce_productbox.version3,.mod_newslist.jobs .ce_productbox.version3 .ce_productbox_inside{
    height: 100%;
}

.partner-logos{
    padding:1.5rem;
    height: 180px;
}
.partner-logos .image_container{
    width: 100%;
    height: 100%;
}
.partner-logos .image_container a{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5rem;
    background: #d3d3d375;
    height: 100%;
    transition: all 0.3s ease-in-out;
}
.partner-logos.ce_image .image_container img{
    filter: brightness(0.7);
    transition: filter 0.3s ease-in-out;
    width: 100%;
    max-width: 90%;
    max-height: 100%;
    border-radius: 0rem;
}
@media (max-width:900px){
    .partner-logos.ce_image .image_container img{
    filter: brightness(0.7);
    transition: filter 0.3s ease-in-out;
    width: 90%;
    max-width: 100%;
    max-height: 100%;
    border-radius: 0rem;
}
.partner-logos .image_container a{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5rem;
    background: #d3d3d375;
    height: 100%;
    transition: all 0.3s ease-in-out;
}
}
.partner-logos .image_container a:hover{
    background: rgba(0,109,201,1);
    
}
.partner-logos .image_container a:hover img{
    filter: brightness(1);
}
.ce_hyperlink.hyperlink_design a{
    background: transparent;
    color: #2d6aab;
    border-radius: 100px;
}
.ce_hyperlink.hyperlink_design a:hover{
    background: #2d6aab;
    color: #fff;
}
@media (max-width: 576px) {
    .partner-logos{
        padding: 0rem 1rem;
    }
    .partner-logos .image_container a{
        background: rgba(0,109,201,1);
    }
    .partner-logos.ce_image .image_container img{
        filter: brightness(1);
    }
}

form.uber-form fieldset legend{
    display: flex;
    justify-content: center;
    align-items: center;
}
form.uber-form fieldset legend span.mandatory{
    margin-left: 2px;
}

form.style5 input, form.style5 select, form.style5 textarea{
    border-radius: 50px;
}
.white-text h4, .white-text h4 a{
    color: #fff !important;
    font-size: 1.1rem;
}
.text-bold{
    font-weight: bold !important;
}
.mod_langswitcher ul li a{
    color: #fff;
}
.v-align-center{
    height: 100%;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.v-align-center> .v-align-center{
    height: auto;
    display: block;
}
.ce_productbox.version3.block {
    background-color: white;
    border-radius: 20px;
}

#pagination-controls button, #pagination-controls a {
    padding: 15px 15px;
    border-radius: 50px;
	font-size: 1rem !important;
}

.fetch-filter__dropdown {
    background-color: white;
}
.filter-criterias__item__title {
        display: none;
}
.ce_hyperlink-extended a.link-black-outline {
    color: rgb(0 105 180);
    border: 2px solid rgb(0 105 180);
    background: none;
}
.ce_hyperlink-extended a.link-black-outline:hover {
    color: rgb(255, 255, 255);
    background: rgb(0 105 180);
}
.fetch-filter__dropdown {
    padding: 0rem;
}
.ce_teambox.round_image .image .overlay {
    height: 98%;
}
@media (max-width:576px){
    #footer .mod_socials{
        display: block;
        text-align: center;
    }
    #footer .mod_socials a i{
        float: none;
    }
    #bottom .inside .right, #bottom .inside .left{
        float:none !important;
    }
    .big-headline-m h2{
        font-size: 40px !important;
        word-wrap: normal;
        hyphens: Initial;
    }
    .text-center{
        text-align: center;
    }
    .ce_iconbox.version3 .ce_iconbox_inside{
        justify-content: center;
    }
}

/* Altcha */
.altcha{
    margin-bottom: 20px;
}
@media (max-width: 576px) {
    .altcha {
        margin-bottom: 25px;
    }
}