:root {
    --space-none:0;
    --space-xs:.25rem;
    --space-s:.5rem;
    --space-m:1rem;
    --space-l:1.5rem;
    --space-xl:3rem;
    --space-xxl:5rem;
}

h1, .headline-h1, h2, .headline-h2, h3, .headline-h3{
    font-weight: 600 !important;
    text-transform: none;
}

h1, .headline-h1, h2, .headline-h2, #site-content h2.headline-h2, #site-content .headline-h2, #site-content .h2,
#site-content h2{
    font-size: 40px;
    text-transform: inherit;
}

h3, .headline-h3{
    font-size: 30px !important;
}  

body:not(.fe-admin-area) #site-content{
    padding: 0;
}

#site-content p:not(.audaris-widget p),
.module-block ul,
#header #primary-menu > li > a{
    font-size: 22px;   
}

#header #primary-menu > li > a{
    text-transform: none; 
}

.auda-padding-x-small {
    padding-right:var(--space-s);
    padding-left:var(--space-s);
}

.auda-padding-y-small {
    padding-top:var(--space-s);
    padding-bottom:var(--space-s);
}

.auda-cr-center {
    align-items:center;
    justify-content:center;
}

.auda-hv-center {
    align-items:center;
    justify-content:center;
    flex-direction:column;
}

.auda-h-100 {
    height:100%
}

.auda-parallax-left .parallax-content{
    justify-content: flex-start;
}

#site-content .auda-parallax .headline-h1{
    font-size: 60px;
    text-transform: inherit;
}

#section-direction-compact .service-area-open-time {
    padding:10px;
    background:#e3e3e3;
    margin:20px 0 0;
}

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

#header .header-below{
    padding: 10px;
}

#header #primary-menu-container {
    flex-grow: initial;
}

#header-slider{
    border: none;
}

#header #primary-menu .dropdown li a {
  border-bottom: 2px solid #363636;
}

.btn:not(.ge-wrapper .btn, .audaris-widget .btn) {
    padding: 13px 30px;
    position: relative;
    z-index: 2;
    transition: 0.3s ease-in;
    border: none;
    font-size: 22px;
}

.btn-default:not(.ge-wrapper .btn, .audaris-widget .btn), 
.btn-primary:not(.ge-wrapper .btn, .audaris-widget .btn){
    position: relative;
    border: none;
}

.btn-default:not(.ge-wrapper .btn, .audaris-widget .btn)::before, 
.btn-primary:not(.ge-wrapper .btn, .audaris-widget .btn)::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: -1;
    transition: 0.3s ease-in;
}

.btn-default:not(.ge-wrapper .btn, .audaris-widget .btn)::after, 
.btn-primary:not(.ge-wrapper .btn, .audaris-widget .btn)::after {
    content: "\f061";
    position: absolute;
    font-family: fontAwesome;
    font-size: 18px;
    padding: 0 10px;
    top: 50%;
    transform: translate(50%, -50%);
    height: 100%;
    display: flex;
    align-items: center;
    z-index: -2;
    right: 20px;
}

.btn-default:not(.ge-wrapper .btn, .audaris-widget .btn)::before {
    background: #fff;
    border: 2px solid;
}

.btn-primary:not(.ge-wrapper .btn, .audaris-widget .btn):hover, 
.btn-default:not(.ge-wrapper .btn, .audaris-widget .btn):hover {
    background: #fff;
    color: #363636;
    text-indent: -20px;
    border-color: transparent;
    padding-right: 50px;
}

.btn-primary:not(.ge-wrapper .btn)::before,
.btn-default:not(.ge-wrapper .btn, .audaris-widget .btn):hover::before, 
.btn-primary:not(.ge-wrapper .btn, .audaris-widget .btn):hover::before{
    background: #363636;
}

.btn-default:not(.ge-wrapper .btn, .audaris-widget .btn):hover::before, 
.btn-default:not(.ge-wrapper .btn, .audaris-widget .btn):hover::after, 
.btn-primary:not(.ge-wrapper .btn, .audaris-widget .btn):hover::before, 
.btn-primary:not(.ge-wrapper .btn, .audaris-widget .btn):hover::after {
    height: 8%;
    right: 20px;
}

/************ ACCORDION FOURTH********************/
.auda-accordion .panel-title a {
    display:block;
    position: relative;
    padding:10px 25px;
    border-bottom: 2px solid;
    background: #ecedef;
}

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

.auda-accordion .panel-title a::after {
    content:"\f107";
    font-family:fontAwesome;
    padding:10px;
    height: 100%;
    display: flex;
    align-items: center;
    position:absolute;
    right:0;
    top:0;
}

.auda-accordion .panel-default {
    border:none;
    margin-bottom:20px;
}

/************ ACCORDION FOURTH - END ********************/

#header #primary-menu .dropdown > a::after {
    right: 8px;
    top: 55%;
}

.well{
    background: transparent;
    border: none;
    box-shadow: none;
}

body:not(.fe-admin-area) .form-group .form-control {
    background: #eee;
    border-style: solid; 
    border-width: 0 0 3px 0;
    border-color: #363636;
}

#sss-search button.form-select,
#sss-search input.form-checkbox{
    background-color: #ecedef;
    border-style: solid; 
    border-width: 0 0 3px 0;
    border-color: #363636;
}

#sss-search .btn-primary{
    margin: 0 auto;
    padding: 15px;
    background-color: #363636;
}

#sss-search .btn-primary:hover{
    background-color: #d9d9d9;
    transition: .3s ease-in;
}

#sss-search .btn-primary .fas{
    display: none
}

#sss-search .btn-primary span{
    background: transparent !important;
    color: #fff;
}

#section-search-switcher .nav-tabs{
    gap: 0;
}

#section-search-switcher .nav-tabs > li > a{
    border-radius: 0;
    font-size: 20px;
}

#section-search-switcher .nav-tabs > li.active > a,
#section-search-switcher .nav-tabs > li.active > a:hover,
#section-search-switcher .nav-tabs > li.active > a:focus{
    background: #363636;
    color: #fff;
}

#section-search-switcher .nav-tabs > li > a{
    background: #a29fa0;
}

#section-search-switcher .search-switcher-top-container{  
    box-shadow: none;
    border: 4px solid #363636;
    border-radius: 0;
}

@media (max-width: 1379px){
    #header-slider{
        margin-top: 60px;
    }
}
    
@media (min-width: 1380px){
    #header .header-above,
    #header .header-below{
        justify-content: flex-end;
    }
    #header-container {
        height: 185px;
    }
    #section-search-switcher .tab-content{
        Padding: 40px 60px 20px;
    }
    
    #header #icons-menu li:last-child{
        opacity: 0;
    }
}

@media (max-width: 991px){
    #site-content .auda-parallax .headline-h1{
    font-size: 28px;
    text-transform: inherit;
    }  
}    
  
    
@media (min-width: 768px){
    #sss-search .btn-primary{
        max-width: 60%;
    }
}    

@media (max-width: 767px){
    #section-search-switcher .search-switcher-top-container{
        border: transparent;
    }
    #section-search-switcher .tab-content{
        Padding: 20px;
    }
    
    #section-search-switcher > .container{
        padding:0;
    }

    .carousel-caption h1{
        font-size: 14px;
    }
    
    .carousel-caption h2{
        font-size: 12px;
    }
    
    h1, .headline-h1, h2, .headline-h2, #site-content h2,
    #site-content h2.headline-h2, #site-content .headline-h2, #site-content .h2, .auda-parallax .headline-h1{
        font-size: 30px;
    }
    
    h3, .headline-h3{
        font-size: 20px;
    }  
    
    p, .btn:not(.audaris-widget .btn){
        font-size: 18px;   
    }
}

@media (max-width: 576px){
    .auda-parallax .parallaxIMG{
          height: 300px !important;
    }
    
    .auda-parallax .parallax-content{
          position: relative;
    }
    
    .auda-parallax .parallax-content::before{
          content:"";
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height:100%;
          background: rgba(0,0,0,0.76);
    }
}

/* Textumbruch AA */
h1 {
    hyphens:auto;
}

/* Textumbruch AA - END*/

