/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 


body {
    font-size: 18px;
    background-color: #fef5eb;
}

.fl-page-content{
    background-color: #fef5eb;
}

h1 {
    font-size: 6.6rem;
    margin-top: 50px;
    line-height: 1.0;
    font-family: 'CAC Champagne New', 'PT Sans','Arial' !important;

}

h2 {    
    font-size: 6.0rem;
    font-weight: 400;
    font-family: 'CAC Champagne New', 'PT Sans','Arial' !important;
}

.start-headline {
    font-size: 2.6rem;
    font-family: 'PT Sans','Arial';
}

h3 {
    font-size: 2.6rem;
    margin-top: 0;
}

h4 {
    font-weight: 700;
}

.logo {
    position: absolute;
    left: 0px;
    top: 32px;
    z-index: 1000;
}

.fl-theme-builder-header-shrink .logo {
    top: 0px;
    position: relative;
    max-height: 49px;
}

.fl-module a {
    font-weight: 700;
}

.logo-headline h3 {
    color: white;
    position: absolute;
    margin-top: 300px;
    z-index: 2000;
    height: 100px;
    width: 300px;
    display: block;
    left: 70px;
    font-size: 24px;
}

.fl-theme-builder-header-shrink-module-top h3 {
    display: none;
}

.main-nav a:hover, a:focus {
    text-decoration: none;
}

.menu a {
   padding: 20px !important;
}

.menu li {
    line-height: normal !important;
}

.header-wrapper .fl-row-content-wrap {
    background:none;
}

.fl-menu .fl-menu-mobile-toggle {
    color:#dadada;
}

.main-nav a {
    color: #3c5954;
    font-weight: 300;
    font-size: 20px;
}


.menu li {
    border-top: 3px solid transparent !important;
}

.menu li:hover, .menu li:focus {
    border-top: 3px solid white !important;
}

.fl-menu .menu li {
    border-bottom: 1px solid lightgrey;
}

.btn-download a.fl-button{
    background-color: #3c5954 !important;
    padding: 7px 10px;
    font-size: 18px;
    transition: all 1s;
}

.btn-download a.fl-button:hover {
    background-color:#88ad22 !important;
    transition: all 1s;
}

.description h4 {
    font-size: 16px;
    font-weight: 300;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 0;
}

.spider-cat {
    position: absolute;
    margin: -113px 0px 0px 700px;
    border-style: none;
    vertical-align: top;
    max-width: 100%;
    height: auto;
    z-index: 1000;
}

.spider-dog {
    position: absolute;
    margin: -205px 0px 0px 700px;
    border-style: none;
    vertical-align: top;
    max-width: 100%;
    height: auto;
    z-index: 1000;
}

.table {
    z-index: 1;
}

.info-banner-bg .uabb-ultb3-box {
    background-color: transparent;
}

.uabb-ultb3-box img {
    height: 100%;
}

.uabb-ultb3-desc {
    padding: 10px;
}

/* .iconlist1 .fl-module-content:after, .iconlist2 .fl-module-content:after, .iconlist3 .fl-module-content:after ,.iconlist4 .fl-module-content:after ,.iconlist5 .fl-module-content:after ,.iconlist6 .fl-module-content:after ,.iconlist7 .fl-module-content:after   {
    background-image: url('/wp-content/uploads/2015/03/path-next.png');
    background-repeat: no-repeat;
    content: "";
    width: 30px;
    height: 30px;
    float: right;
    margin-right: 41%;
    right: 50px; 
} */

.iconlist1 .fl-photo:after, .iconlist2 .fl-photo:after , .iconlist3 .fl-photo:after , .iconlist4 .fl-photo:after , .iconlist5 .fl-photo:after , .iconlist6 .fl-photo:after , .iconlist7 .fl-photo:after  {
    background-image: url(/wp-content/uploads/2015/03/path-next.png);
    background-repeat: no-repeat;
    content: "";
    width: 30px;
    height: 30px;
    float: right;
    padding: 0;
    /* right: 50px; */
    margin-top: 15px;
}


.breadcrumb {
    text-align: right;
    font-size: 13px;
}

/********* Badges rechter Rand ********/

.kontakt-badge, .bestatter-badge {
    display: none;
    position: absolute;
    right: 0px;
    z-index: 1000;
}

.kontakt-badge {
    top: 50px;
}

.bestatter-badge {
    top: 110px;
}


.kontakt-badge .fl-button, .bestatter-badge .fl-button {
    display: none;
    font-size: 21px !important;
}

.kontakt-badge a, .bestatter-badge a {
    text-align: left;
}

.kontakt-badge .fl-button:hover, .bestatter-badge .fl-button:hover, .kontakt-badge .fl-button:focus, .bestatter-badge .fl-button:focus  {
    left: 70px;
    font-size: 21px !important;
    background-color: #88ad22 !important;
}



.bestatter-badge .fl-module-content, .kontakt-badge .fl-module-content {
    margin: 0 !important;
}


/********* STORE LOCATOR *********/

.store-locator #addressInput, #addressSubmit, #radiusSelect, #map_sidebar {
    font-size: 20px !important;
}

.store-locator .results_row_center_column{
    font-size: 18px !important;
    line-height: 1.5 !important;
    font-family: 'PT Sans', 'Arial' !important;
}

.store-locator td{
    font-size: 18px !important;
    line-height: 1.5 !important;
    font-family: 'PT Sans', 'Arial' !important;
}

.store-locator .location_name{
    font-size: 18px !important;
    line-height: 1.5;
    font-family: 'PT Sans', 'Arial' !important;
}

.store-locator .results_entry {
    padding-top: 30px;
    padding-bottom: 30px;
    font-family: 'PT Sans', 'Arial' !important;
}

.store-locator .results_entry:hover {
    background-color: #eee ;
}

.store-locator #sl_div a.storelocatorlink {
    color:#3c5954;
}

.store-locator .results_entry {
    cursor: auto;
}

.store-locator #addressInput, #addressSubmit, #radiusSelect {
    font-size: 18px !important;
    max-width: 59%;
}

.store-locator #radiusSelect {
    font-size: 18px !important;
}

.store-locator #map_sidebar {
    height: 690px;
}

.totop-btn  {
    background-color: #333333 !important;
    border-radius: 4px 4px 0 0 !important;
    bottom: 0;
    color: #FFFFFF;
    display: block;
    bottom: 0px;
    position: fixed;
    right: 30px;
    text-align: center;
    opacity: 0.9;
    z-index: 10000;
}

.totop-btn:hover  {
    background-color: #3c5954 !important;
}

.datenschutz h3 {
    margin-top: 20px;
}

@media (min-width: 580px) {
    
    .angebot-badge {
        position: absolute;
        right: 0;
        top: -90px;
        z-index: 1000;
    }

    .kontakt-badge, .bestatter-badge {
        display: block;
        right: 0px;
        z-index: 10000;
    }
    .kontakt-badge .fl-button, .bestatter-badge .fl-button {
        width: 192px;
    }
    
}

@media (min-width: 767px) {
    
    .logo {
        position: absolute;
        left: 0px;
        top: 27px;
    }
    .fl-menu .menu li {
        border-bottom: none;
    }
    .iconlist1 .fl-module-content:after, .iconlist2 .fl-module-content:after, .iconlist3 .fl-module-content:after ,.iconlist4 .fl-module-content:after ,.iconlist5 .fl-module-content:after ,.iconlist6 .fl-module-content:after ,.iconlist7 .fl-module-content:after   {
        clear: both;
        position: absolute;
        top: 161px;
        float: unset;
        right: unset;
        margin-right: 0;
        margin-left: 13%;
    }

    .angebot-badge {
        position: absolute;
        right: 0;
        top: -160px;
        z-index: 1000;
    }

}


@media (min-width: 1084px) {
    .header-wrapper .fl-row-content-wrap {
        background-image: url('/wp-content/uploads/2021/04/navi-blurred.jpg');
    }
    
    .kontakt-badge .fl-button, .bestatter-badge .fl-button {
        width: 250px;
        font-size: 2.5rem !important;
    }

    .kontakt-badge .fl-button:hover, .bestatter-badge .fl-button:hover, .kontakt-badge .fl-button:focus, .bestatter-badge .fl-button:focus, .kontakt-badge .fl-button:active, .bestatter-badge .fl-button:active {
        width: 250px;
        font-size: 2.5rem !important;
    }
    .current-menu-item {
        background: #3c5954;
    }

    .bestatter-badge {
        top: 110px;
    }

    .logo {
        top: 42px;
        z-index: 9000;
    }

    .home {
        padding-top: 0 !important;
    }

    
    .main-nav a {
        color: white;
        font-size: 2.0rem;
        font-weight: 500;
    }


}

@media (min-width: 1084px) {
    .logo {
        position: absolute;
        left: 0px;
        top: 68px;
    }

}

@media (min-width: 1200px) {
    .iconlist1 .fl-module-content:after, .iconlist2 .fl-module-content:after, .iconlist3 .fl-module-content:after ,.iconlist4 .fl-module-content:after ,.iconlist5 .fl-module-content:after ,.iconlist6 .fl-module-content:after ,.iconlist7 .fl-module-content:after   {
        clear: both;
        position: absolute;
        top: 161px;
        float: unset;
        right: unset;
        margin-right: 0;
        margin-left: 8%;
    }
}
