/*
 * Theme Name: Steuer Web_2018
 * Theme URI: https://www.buhl.de
 * Description: steuer:Web Template auf Basis des twentysixteen-Themes
 * Author: Markus Krauss, Ralf Jähnrich
 * Author URI: https://wwww.buhl.de
 * Version: 1.1.3
 */
/**
1.1: Modular Pages für Startseite
1.1.1: create cookie, wenn UTM-Parameter kommen
1.1.3: new Necom Landing-Pages und SEO-anpassungen

 */
#platzhalter {}

#main.status-page {
position: relative;

}

.status-content-background{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.5);;
}
.status-content {
    position: absolute;
    left:25%;
    right:35%;
    top:25%;
    background-color: #ffffff;
    padding: 25px;
}

#main.status-page h2 {
    border-bottom: 1px solid rgba(249,125,25,0.5);
    color: #333333;
    font-weight: bold;
    font-size: 1.4em;
}

/*
        Schuhkarton
*/
html{
    height:100% !important;
}

.page-template-page-schuhkarton .modal{
    z-index:7000 !important;
    width:100% !important;
    margin: 0 auto;
}
.page-template-page-schuhkarton .modal.modal-json-content .modal-dialog{
    max-width:100% !important;
}
.page-template-page-schuhkarton .modal-json-content{
    padding: 20px !important;
}


.page-template-page-schuhkarton{
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 100%;
    margin: 0;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-position: right top;
    background-size: auto;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: contain;
}
.page-template-page-schuhkarton .schuh-wrapper{
    padding: 0 15px;
    width: 540px;
    max-width: 100%;
    margin:0 auto;
}

/*  Navbar  */
.page-template-page-schuhkarton #schuhkarton-navbar{
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    background-color: #3c4953 !important;
    border-bottom: 2px solid #ff8523;
    display: flex;
    padding: 0.8rem 1rem;
}

/*  Content  */
.page-template-page-schuhkarton #schuh-main{
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    -webkit-box-direction: normal;
    flex: 1 0 auto;
    -webkit-box-flex: 1;
    padding: 30px 0;
}

.page-template-page-schuhkarton #schuh-main h1,
.page-template-page-schuhkarton #schuh-main h2 {
    color: #ff8523 !important;
    line-height: 1.1;
    margin-bottom: .5em;
    border-bottom: 0 !important;
}

.page-template-page-schuhkarton #schuh-main h1{
    font-weight: 500;
    font-size: 2.5rem;
}
.page-template-page-schuhkarton #schuh-main h2{
    font-weight: 300;
    font-size: 2rem;
}
.page-template-page-schuhkarton #schuh-main strong{
    font-weight:600;
}

/*  Footer  */
.page-template-page-schuhkarton footer{
    -webkit-box-flex: 0;
    flex: none;
    padding: 5px;
    background-color: #3c4953;
    height: auto;
}
.page-template-page-schuhkarton footer a,
.page-template-page-schuhkarton footer p{
    color: #fff !important;
    padding-top: 5px;
    padding-bottom: 5px;
    float: left;
    display:inline-block;
    margin: 0 15px;
    font-size: 1rem;
    font-weight: 400;
}

.page-template-page-schuhkarton .modal-backdrop {
    z-index: 5040;
}

/*  mediaQueries    */
@media screen and (min-width: 600px) {
    .page-template-page-schuhkarton .schuh-wrapper {
        width: 540px;
        max-width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .page-template-page-schuhkarton .schuh-wrapper {
        width: 720px;
        max-width: 100%;
    }
}

@media screen and (min-width: 992px) {
    .page-template-page-schuhkarton .modal{
        z-index:7000 !important;
        width:800px !important;
        margin: 0 auto;
    }
    .page-template-page-schuhkarton .modal.modal-json-content .modal-dialog{
        /*max-width:780px !important;*/
    }

    .page-template-page-schuhkarton .schuh-wrapper {
        width: 960px;
        max-width: 100%;
    }
}

@media screen and (min-width: 1024px){
    .page-template-page-schuhkarton #schuh-main{
        background-color: rgba(255, 255, 255, 0.7);
    }
}
@media screen and (min-width: 1280px){
    .page-template-page-schuhkarton #schuh-main{
        background-color: rgba(255, 255, 255, 0.5);
    }
}
body.page-template-page-iframe #main{
    word-wrap: break-word;
}
