.header {

    width:100%;
    height:810px;
    margin:0px auto;
    position:relative;
    z-index:2;
    -webkit-transition: background-image 0.5s;
    transition: background-image 0.5s;

}

.header .header_sonte_on {

    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    background-image:url('./files/elements/header/bg_nepruhled.jpg');
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
    z-index:3;

}

.header .header_sonte_off {

    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    background-image:url('./files/elements/header/bg.jpg');
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
    z-index:4;

}

.defaultTexts {

    position:absolute;
    top:300px;
    right:500px;
    z-index:1;
    visibility:hidden;
    color:white;

}

/*.header_mainText {

    min-width:100px;
    height:auto;
    position:absolute;
    right:20px;
    top:231px;
    z-index:1;
    display:none;

}*/

.header_mainText {

    width:calc(100% - 70px);
    height:auto;
    position:absolute;
    right:0;
    left:0;
    margin:0;
    margin-left:auto;
    margin-right:auto;
    /*padding-left:35px;
    padding-right:35px;*/
    padding-top:15px;
    padding-bottom:15px;
    top:231px;
    background-color:rgba(255,255,255,0.5);
    z-index:1;
    display:none;
    /*white-space:nowrap;*/

}

.header_mainText > .verticalAlign {

    /*display:table-cell;
    vertical-align:middle;*/

}

.header_mainText .likeH1 {

    width:100%;
    font-size:40px;
    font-weight:300;
    display:block;

}

.header_mainText .h_separator {

    width:114px;
    height:3px;
    background-color:rgba(38,38,38,1.0);
    margin-top:19px;
    margin-bottom:19px;

}

.header_mainText .likeH2 {

    font-size:20px;
    font-weight:300;
    color:rgba(38,38,38,0.89);
    display:block;

}

.header_mainText .likeH3 {

    font-size:20px;
    font-weight:300;
    color:rgba(83,87,87,1.0);
    display:block;

}

.header_text_layer {

    width:100%;
    height:100%;
    background-image:url('./files/elements/header/text_cire.svg');
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
    position:absolute;
    top:0;
    left:0;
    z-index:5;

}

.header .scrollDown {

    width:100%;
    border-collapse:collapse;
    /*white-space:nowrap;*/
    position:absolute;
    bottom:10px;
}

.header .scrollDown tr td {

    font-family: 'Roboto Condensed', sans-serif;
    text-align:center;
    font-size:15px;
    font-weight:700;
    color:rgba(38,38,38,0.60);
    text-transform:uppercase;

}

.header .scrollDown .scrollDown_arrow {

    width:39px;
    height:21px;
    background-image:url('./files/elements/arrow.svg');
    background-size:contain;
    background-position:center center;
    background-repeat:no-repeat;
    margin:9px auto;

}

@media screen and (max-width:930px) {

    /* mobile header */
    
    .header_text_layer {
    
        display:none;
    
    }
    
    .header_mainText {
    
        display:table;
        z-index:5;
        padding-left:35px;
        padding-right:35px;
    
    }
    
    .header .scrollDown {

        width:100%;
        border-collapse:collapse;
        /*white-space:nowrap;*/
        position:absolute;
        bottom:10px;
    }

}

/*@media screen and (max-height:600px) {

    .header_mainText {

        right:20px;
        top:131px;

    }

}*/

@media screen and (max-width:363px) {

    .header_mainText {
    
        width:100%;
        top:150px;
    
    }

}