:root {
    --space-none:0;
    --space-m:1rem;
    --space-l:3rem;
    --space-xl:5rem;
}

html {
    scroll-behavior: smooth;
}

p, div {
    -webkit-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}

p{
    line-height: 1.8;
}

.auda-padding-x-extra-large {
    padding-right:var(--space-xl);
    padding-left:var(--space-xl);
}

.auda-padding-y-extra-large {
    padding-top:var(--space-xl);
    padding-bottom:var(--space-xl);
}

.auda-padding-top-extra-large {
    padding-top:var(--space-xl);
}

.auda-padding-bottom-extra-large {
    padding-bottom:var(--space-xl);
}

.auda-padding-top-large {
    padding-top:var(--space-l);
}
 
.auda-padding-medium {
    padding:var(--space-m);
} 
    
.auda-h-100{
    height: 100%;
}

.auda-bg-light{
    background: #f2f2f2;
}

h1, h2, h3, h4{
    font-family:'Poppins', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

body:not(.fe-admin-area) h1,  
body:not(.fe-admin-area) h2,
.fa-star{
    background: #58D5D3;
    background: linear-gradient(to right, #58D5D3 0%, #41A4C3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.auda-radius{
    border-radius: 24px;
    overflow: hidden;
}

.auda-fit img{
    height: 100%;
    object-fit: cover;
    max-width: fit-content;
}

body:not(.fe-admin-area) .list-group-item{
    padding: 10px 10px 10px 45px;
}

body:not(.fe-admin-area) .list-group-item::before {
    content: "";
    position: absolute;
    background-image: url(/website/themes/interwash.de/dynamic/fe/icons/check-icon.svg);
    width: 25px;
    height: 25px;
    left: 15px;
}

#header{
    display: flex;
    justify-content: space-between;
    height: inherit;
}

#header-container {
    background: #111;
  }

#header .header-above {
    padding: 20px;
}

#header-slider{
    border-bottom: none;
}

#header #icons-menu{
    margin: 0 20px 0 0;
}

#header #primary-menu > li > a{
    letter-spacing: 1px;
    position: relative;
}

#header #logo img {
    max-height: 70px;
}

#site-content {
    padding-bottom: 0;
}

.auda-testimonials {
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.auda-testimonials h4 {
    text-transform:initial;
}

.auda-bg-gradient{
    background: linear-gradient(90deg, rgb(88, 213, 211) 0%, rgb(65, 164, 195) 100%);
}

.auda-para{
    position: relative;
}

.auda-para::before{
    content: "";
    position: absolute;
    background-image: url("/website/themes/interwash.de/dynamic/fe/bilder/parallax.jpg");
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.13;
    background-attachment: fixed;
}

.owl-carousel .owl-item .slider-content ~ img {
    display: none;
}

[data-container="image-slider"] .slider-content{
    position: relative;
}

.auda-para.auda-bg-gradient .owl-carousel .owl-item img{
    width: auto;
}

.list-group-item {
    background: transparent;
    border: none;
}

#site-content h2, #site-content h2.headline-h2, #site-content .headline-h2, #site-content .h2, .headline-h2{
    font-weight:700;
}


.subheadline-h3{
    font-size: 25px;
    color: #58D5D3;
}

.btn{
    border-radius: 25px;
    border: none;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    padding: 14px 30px;
}

.btn-primary{
    background: linear-gradient(90deg, rgb(88, 213, 211) 0%, rgb(65, 164, 195) 100%);
    color: #042535;
}

.btn-default:hover, .btn-default.active {
  background-color: #010605;
  border-color: #010605;
}

#header .header-below {
  background: transparent;
  align-items: center;
}

body.menu-toggled #header .header-below{
    position: initial;
}

body:not(.fe-admin-area) .auda-box {
    background:linear-gradient(to right, #58D5D3 0%, #41A4C3 100%);
    padding:5px;
    position:relative;
    z-index:9;
    top:10px;
    width: 100%;
    border-radius: 24px;
}

body:not(.fe-admin-area) .auda-border-wrap {
    position: relative;
    background: #f8f8f8;
    padding: 45px;
    border-radius: 24px;
}

body:not(.fe-admin-area) .auda-box-left.auda-box::before,
body:not(.fe-admin-area) .auda-box-right.auda-box::before{
    content: "";
    background: linear-gradient(to right, #58D5D3 0%, #41A4C3 100%);
    width: 100px;
    height: 100px;
    border-radius: 100%;
    display: block;
    position: absolute;
    z-index: 9;
    opacity: 0.7;
    top: -40px;
}

body:not(.fe-admin-area) .auda-box.auda-box-left::after,
body:not(.fe-admin-area) .auda-box.auda-box-right::after{
    content: "";
    background: #fff;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    display: block;
    position: absolute;
    top: -20px;
    opacity: 0.8;
    filter: blur(6px);
}

body:not(.fe-admin-area) .auda-box-right.auda-box::before,
body:not(.fe-admin-area) .auda-box.auda-box-right::after { 
    left: -10px;
}

body:not(.fe-admin-area) .auda-box.auda-box-left::after,
body:not(.fe-admin-area) .auda-box-left.auda-box::before {
    right: -10px;
}

body:not(.fe-admin-area) .auda-box.auda-box-left .auda-border-wrap::after,
body:not(.fe-admin-area) .auda-box.auda-box-right .auda-border-wrap::after{
    z-index: 9;
    content: "";
    background: #fff;
    width: 120px;
    height: 130px;
    border-radius: 100%;
    display: block;
    position: absolute;
    top: 60px;
    opacity: 0.3;
    filter: blur(6px);
}

body:not(.fe-admin-area) .auda-box.auda-box-right .auda-border-wrap::after{
    left: -100px;
}

body:not(.fe-admin-area) .auda-box.auda-box-left .auda-border-wrap::after{
    right: -100px;
}

body:not(.fe-admin-area) .auda-box.auda-box-left .auda-border-wrap::before,
body:not(.fe-admin-area) .auda-box.auda-box-right .auda-border-wrap::before
{
    content: "";
    background: linear-gradient(to right, #5EBDBC 0%, #64CCEC 100%);
    width: 150px;
    height: 150px;
    border-radius: 100%;
    display: block;
    position: absolute;
    top: 30px;
    z-index: 9;
    opacity: 0.7;
}


body:not(.fe-admin-area) .auda-box.auda-box-left .auda-border-wrap::before {
    right: -120px;
}

body:not(.fe-admin-area) .auda-box.auda-box-right .auda-border-wrap::before
{
    left: -120px;
}

/************ AUDA CARD 1 ********************/

.auda-card-group-1{
    display:flex;
    flex-wrap:wrap;
}

.auda-card-group-1 .ge-content {
    height:100%;
}

.auda-card-group-1 .column {
    margin-bottom:30px;
}

.auda-card-group-1 .auda-card {
    background:#ffffff;
    position:relative;
    display:flex;
    flex-direction:column;
    height:100%;
    box-shadow: 0px 7px 25px -10px rgba(0,0,0,0.3);
    border-radius: 30px;
    overflow: hidden;
}

.auda-card .auda-card-img{
    padding: 15px;
}

.auda-card-group-1 .auda-card-body {
    flex:1 1 auto;
    padding:1.25rem;
}

.auda-card-group-1 .auda-card-footer {
    padding:1.25rem 1.25rem 2rem 1.25rem;
}

/************ END AUDA CARD 1 ********************/

/************ AUDA CARD 2 ********************/
.auda-card-group-2 .auda-card {
    padding:30px;
    margin:5px 0;
    background: rgba(255,255,255,0.4);
    box-shadow: 0px 10px 18px 3px rgba(0,0,0,0.092);
    border-radius: 30px;
    height: 100%;
}

.auda-card-group-2 .auda-card .auda-title {
    position:relative;
    margin-bottom:20px;
}

.auda-bg-gradient .auda-card-group-2 .auda-card .auda-title {
    color: #fff;
}

.auda-bg-gradient  .auda-card-group-2 .auda-card .auda-title:before {
    background:#fff;
}

/************ AUDA-CARDS-2 - END ********************/

/************ ACCORDION FIRST********************/
.auda-accordion-first .panel-title a {
    display:block;
    position: relative;
    padding:10px 15px;
    border-width: 0 0 1px 0;
    border-color: #fff;
    border-style: solid;
}

.auda-accordion-first .panel-default > .panel-heading {
    background:transparent;
    border:none;
    padding:0;
}

.auda-accordion-first .panel-title a::after {
    content:"\f078";
    font-family:fontAwesome;
    padding:10px;
    color:#fff;
    position:absolute;
    right:0;
    top:0;
}

.auda-accordion-first .panel-default {
    border:none;
    margin-bottom:20px;
    box-shadow: none;
}
.panel {
    background-color: transparent;
}

/************ ACCORDION FIRST - END ********************/



/**************   Formulare   *****************************/
body:not(.fe-admin-area) label {
    font-weight:400;
}

body:not(.fe-admin-area) form input.form-control,
body:not(.fe-admin-area) form textarea.form-control {
    border-width:0 0 4px 0;
    border-style:solid;
    border-image: linear-gradient(to right, #58d5d3, #41A4C3) 1;
    background:#fbfbfb;
} 

body:not(.fe-admin-area) .well {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 9px;
    box-shadow: 0 0 8px 1px rgba(0,0,0,0.1);
}

/**************   END Formulare   *****************************/

#footer #footer_info_box ul a,
#footer #pre_area a:hover
{
    color: #41a4c3;
}  


@media only screen and (max-width: 600px) {
	#header #icons-menu{
    		margin: 0 5px 0 0;
	}
}

@media (min-width: 1380px){
    #header #primary-menu {
        display: flex;
        align-items: center;
    }
    
    #header #logo img {
        max-height: inherit;
  }
  
    #header #primary-menu li > a::before{
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 8%;
        background: linear-gradient(to right, #58D5D3 0%, #41A4C3 100%);
        border-radius: 30px;
        transition: .3s ease-in;
    }

    #header #primary-menu li > a:hover::before{
        width: 100%;
    }
    
    #header #primary-menu > li > a:hover{
        background-color: rgba(88, 213, 211, 0.07);
    }
}

@media (max-width: 991px){
    .h3, h3 {
        font-size: 20px;
    }

    body:not(.fe-admin-area) .auda-border-wrap {
        padding: 45px 10px;
    }
  
    .auda-md-order{
        order: 2
    }
        
        body:not(.fe-admin-area) .auda-box.auda-box-right .auda-border-wrap::before,
        body:not(.fe-admin-area) .auda-box.auda-box-right .auda-border-wrap::after,
        body:not(.fe-admin-area) .auda-box.auda-box-left .auda-border-wrap::before,
        body:not(.fe-admin-area) .auda-box.auda-box-left .auda-border-wrap::after{
        display: none;
    }
}

@media (min-width: 992px){
    
    #header #logo {
        justify-content: center;
    }
  
    .headline-h3{
        font-size: 30px;
    }
    
     #site-content .headline-h2,
     #site-content h1{
         font-size: 50px;
    }

    body:not(.fe-admin-area) .auda-box-right{
        right: 30%;
    }

    body:not(.fe-admin-area) .auda-box-left{
        left: 30%;
    }
}