/* Style for Section Banner */

.wbox-section-banner {
    width: 100%;

    background: silver;
    position: relative;
}
.wbox-section-banner .allcontentwrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.wbox-section-banner .wbox-sb-img {
/*    padding-right: 20px;*/
    min-width: calc(55% - 30px);

}
.wbox-sb-col {
    min-width: calc(45% - 30px);
}
.wbox-section-banner .allcontentwrap > * {

    flex: 1 1 320px;
    margin: 15px;
}

.wbox-section-banner .wbox-sb-content {
    padding: 20px 0;
    width: 100%;
}
.wbox-section-banner .wbox-sb-content .wbox-sb-content-inner {

        font-weight: 400;
        /*margin: 48px 0 26px 0;*/
        padding: 0;
        margin-top: 0;
        color: @second-brand-color;
        text-align: left;
        font-size: 30px;
        line-height: 47px;
        font-smooth: auto;
-webkit-font-smoothing : auto;

}
.wbox-section-banner .wbox-sb-content .btn {
    cursor: pointer;
    font-size: 18px;
    position: relative;
    /*display: inline-block;*/
    font-weight: 400;
    margin: 40px 0;
    border-radius: 2px;


            transition: all .8s ease 0s;
}

/*.wbox-section-banner .wbox-sb-content .btn:hover {
	color: #fff;
	background-color: rgba(0, 59, 91, 1);
	box-shadow: inset 0 0 0 50px rgba(0, 59, 91, 1)
}*/


.wbox-section-banner .wbox-sb-content h2 {
    margin-top: 0;
    text-align: center;
    line-height: 48px;
    font-weight: 700;
/*    margin-bottom: 18px;*/
}

.block__footer {
    margin: 68px 0 0 0;
    text-align: center;
}
.block__footer .wbox-btn {
    border: 1px solid #fff;
    border-radius: 2px;
    color: #fff;
}
.block__footer .wbox-btn .wbox-pfeil     {
    color: #fff;
}
.block__footer .wbox-btn .wbox-pfeil:after {
    background-image: url(/application/themes/wbox_sectionstheme/img/svg/arrow-right-white.svg);

}

/* 
Responsive 
------------------------------------------------------------------------------------
*/

@media (max-width: 992px) {
    .wbox-section-banner .wbox-sb-content .wbox-sb-content-inner {
    font-size: 20px;
    line-height: 35px;
}
}

@media (max-width: 767px) {
    
    .wbox-section-banner {
        min-height: 380px;
    }
    
    .wbox-section-banner .wbox-sb-content {
        width: 100%;
    }

    .wbox-section-banner .wbox-sb-img {
    padding-right: 0px;
}
    
    .wbox-section-banner .wbox-sb-content .wbox-btn {
        font-size: 14px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 8px;
        height: 42px;
        display: inline-table;
        min-width: 200px;
    }
    
    
    
    .wbox-section-banner .wbox-sb-content h2 {
        font-size: 1.5em;
        line-height: 1.5em;
        margin-bottom: 20px;
    }
    
    .wbox-section-banner .wbox-sb-content h3 {
        font-size: 1.25em;
        line-height: 1.3em;
        
    }
    .wbox-section-banner .allcontentwrap > * {

    }
    
}


/*
Themes 
------------------------------------------------------------------------------------
*/

/* Theme Dark */

.wbox-section-banner.theme-dark {
/*    background: #07506B url(/application/themes/wbox_landscape/img/background-dotted.svg) no-repeat  center top -100%;*/
    background-size: cover;
    border: 20px solid #07506B;
    color: #fff !important;
}

.wbox-section-banner.theme-dark .wbox-sb-content h2 {
    color: #fff;
  
}

.wbox-section-banner.theme-dark .wbox-sb-content .wbox-btn {
    color: #fff;
    border-color: #fff;
}

.wbox-section-banner.theme-dark .wbox-btn.download:after {
    background-image: url(/application/themes/wbox_landscape/img/inboxin-glyph-white.svg);
}

/* Theme Bright */
.wbox-section-banner.theme-bright {

    padding: 39px 0 0 0;
    background-color: #07506B;
    background-image: url(/application/themes/wbox_landscape/img/background-dotted.svg);
    background-clip: content-box;
    background-size: cover;
    color: #fff !important;
    background-position: 73px 130px;
    background-repeat: no-repeat;
}


.wbox-section-banner.theme-bright .wbox-sb-content h2 {
    color: #fff;
}
/*Whitout Theme select*/


.wbox-section-banner {
    background: transparent ;
    background-size: cover;
    
    color: #fff !important;
}

.wbox-section-banner .wbox-sb-content h2 {
    color: #fff;
  
}

.wbox-section-banner .wbox-sb-content .wbox-btn {
    color: #fff;
    border-color: #fff;
}

.wbox-section-banner .wbox-btn.download:after {
    background-image: url(/application/themes/wbox_landscape/img/inboxin-glyph-white.svg);
}