@charset "UTF-8";

/* add individual css here */

/*-------------------Headeranpassungen-----------------------*/

@media screen and (min-width: 1025px){
    #header{
        position: absolute;
        background-color: #ffffff;
        box-shadow: rgba(0,0,0,0.4) 0 5px 8px -2px;
        -moz-box-shadow: rgba(0,0,0,0.4) 0 5px 8px -2px;
        -webkit-box-shadow: rgba(0,0,0,0.4) 0 5px 8px -2px;
    }

    #header .container{max-width: 100%;}
}

@media screen and (min-width: 1025px){
    #header.sticky .header-inner{
        background-color: #ffffff;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow:none;
    }
}


#header .header-inner{
    background-color: transparent;
}

#dropdown a:link{text-transform: uppercase; color: grey;}

#topbar {
    background-color: white;
    color: black;
}

#topbar #searchform input[type="text"]{
    background-color: #f5f5f5;
    color: grey!important;
}
#topbar #searchform input[type="text"]::placeholder { color: #666666 !important;}
#topbar #searchform .search-btn{color: black!important;}

#topbar #searchform input[type="text"]:focus{border: 1px solid black;}


@media screen and (min-width: 1025px){
    #header.sticky #dropdown{
        margin-top: 0px;
    }}


@media screen and (max-width: 1024px){
    .lsow-image-slider.lsow-style2 .lsow-caption {display: none;}
}


@media only screen and (max-width: 767px) {
    #logo {
        max-width: 90%;
    }
}

@media only screen and (max-width: 767px) {
    #extramenu li {margin-right:20px!important;}
    #extracontent #extramenu a {width: 125px!important;}
    .lsow-image-slider .lsow-slide .lsow-caption .lsow-heading,
    .single-featured-image-header .featured-caption .featured-heading {font-size: 20px}
    #footer address span {display: block;}
}


/*-------------------Slideranpassungen & Homeanpassung-----------------------*/

.home .lsow-image-slider.lsow-style1 .lsow-caption{
    background-color: rgba(51,51,51,0.4);
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0;
    left: 100px;
    top: 70%;
    text-align: left;
    max-width: 800px;
}
.lsow-image-slider .lsow-slide .lsow-caption .lsow-heading{font-size: 50px!important;}

@media only screen and (max-width: 1408px){
    .home #content{
        margin-top: 170px;
    }
    .home .lsow-image-slider.lsow-style1 .lsow-caption{
        top: 65%;
    }
}

@media only screen and (max-width: 1240px){
    .home .lsow-image-slider.lsow-style1 .lsow-caption{
        top: 50%;
        max-width: 658px;
    }
    .lsow-image-slider .lsow-slide .lsow-caption .lsow-heading{
        font-size: 45px!important;
    }
}

@media only screen and (max-width: 1024px){
    .home #content{
        margin-top: 0px;
    }
    .lsow-image-slider .lsow-slide .lsow-caption .lsow-heading{
        font-size: 35px!important;
    }
    .lsow-image-slider .lsow-slide .lsow-caption .lsow-subheading{
        font-size: 15px!important;
    }
    .home .lsow-image-slider.lsow-style1 .lsow-caption{
        max-width: 570px;
        left: 50px;
    }

    .home #home-icons .sow-features-feature{
        width: 33.3333%!important;
    }
}


@media only screen and (max-width: 767px){
    .home .lsow-image-slider.lsow-style1 .lsow-caption{
        background: transparent;
        text-align: center;
        top: 50%;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .home #home-icons .sow-features-feature{
        width: 50%!important;
        height: 260px;
    }
}

@media only screen and (max-width: 520px){
    .home #home-icons .sow-features-feature{
        width: 100%!important;
        height: auto;
    }
}

.lsow-container .lsow-flex-control-nav li a{
    border-radius: 0;
    width: 30px;
    background-color: white;

}
.lsow-container .lsow-flex-control-nav li a:hover, .lsow-container .lsow-flex-control-nav li a.lsow-flex-active, .lsow-container .lsow-flex-control-nav li a:hover.lsow-flex-active{
    background-color: #ffb80b;
    border-radius: 0;
    width: 30px;
}

.lsow-flex-direction-nav{display: none;}


.home .lsow-features.lsow-tiled > div:nth-child(2n+1){background-color: #afafaf;}


.home #card-background .widget_text .textwidget{height: 450px;}
iframe{margin-bottom: 0;}

#footer{
    background-color: #ffb80b;
}

a.lsow-button{
    border-radius: 0;
}

#searchTrigger::before{
    color: black!important;
}