
.big_canvas,.content_canvas {
    position: relative
}

.big_canvas_text {
    position: absolute;
    bottom: 20%;
    width: 100%
}

.thick {
    background: #429590;
    font-weight: 300;
    color: #fff;
    /*font-size: 40px;*/
    font-size: 1.75rem; /* 28px */
    line-height: 1.1em;
    padding: 15px;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
	text-align: center;
    border-radius: 2px
}

#SEARCHBOX {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    opacity: 1;
    margin-top: 60px;
    transition: all 0.5s ease 0s;
}
.searchbox {
    float: right;
    padding: 10px;
    background: #009898;
    position: relative;
    z-index: 4;
    width: 30%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
#SEARCHBOX .search_wrapper {
    border: 0;
    background: #006060;
    color: #fff;
    width: 100%;
    float: left;
}
#search input[type=text] {
    width: 100%;
    background: 0 0;
    border: 0;
    margin: 1%;
    padding: 1%;
    font-size: 14px;
    color: #fff;
}
#search button[type=submit] {
    width: 20%;
    padding: 1%;
    background: #009898;
    color: #fff;
    border: 0;
    font-size: 14px;
    float: right;
    margin: 1%;
    box-shadow: 0 2px 0 rgba(0,0,0,.3);
    transition: all .3s;
}

@media (min-width: 992px) {
    .big_canvas {
        height:calc(100vh - 60px);
        height: calc(100vh - 450px)
    }
}
@media (min-width: 480px) and (max-width:991px) {

    .big_canvas_text {
        position: relative;
        width: auto;
        padding: 20px 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    h2.teaser_box {
        font-size: 20px
    }
}

@media (max-width: 479px) {

    .big_canvas_text {
        position: static;
        width: auto;
        padding: 20px 15px;
    }

    .big_canvas {
        height: auto
    }

    .thick {
        font-size: 24px;
        margin: 0 0 2px;
        width: auto
    }

 }

h1,h3 {
    margin-bottom: 15px;
    margin-top: 0
}


@media(max-width: 479px) {
    h1,#HEADLINE h2 {
        font-size:28px!important
    }
}

#SUB_HEADLINE {
    font-weight: 500;
    margin-bottom: 35px;
    font-family: Stone-Bold
}

/*#HEADER.startseite > img {*/
/*    object-fit: cover;*/
/*    height: 100%;*/
/*    position: absolute;*/
/*    object-position: 50% 35%;*/
/*}*/

#BG_IMAGE img {
    object-fit: cover;
/*    height: 75%; */
	height: 62%;
    position: absolute;
    object-position: 50% 35%;
    clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 50% 100%, 0% 80%);
}

#LOGO a {
    height: 60px;
    display: block;
}

.conet-logo-header {
    width: 78px;
    display: inline-block;
}

/*#HEADER .header_mobile {*/
/*    display: block;*/
/*}*/

/*#HEADER .header_mobile #SUB_HEADLINE {*/
/*    display: none;*/
/*}*/

/*@media (min-width: 992px){*/
/*    #HEADER .header_mobile {*/
/*        display: none;*/
/*    }*/
/*}*/

@media (max-width: 991px){
    main > h1,
     #HEADER:not(.startseite) > .mediabox {
        display: none
    }
    /*#HEADER:not(.startseite) {*/
    /*    background-color: #009898;*/
    /*    color:white;*/
    /*}*/
    #HEADER:not(.startseite) #HEADLINE h1{
        font-family: Stone-Light, sans-serif;
    }
    #HEADER:not(.startseite) #HEADLINE h2 {
        font-family: Stone-Sans-Semibold, sans-serif;
        font-size: 36px;
    }
    #HEADER:not(.startseite) #HEADLINE h1 {
        font-size: 16px;
        margin-bottom: 5px;
    }
    #HEADER:not(.startseite) #HEADLINE h1:empty + h2 {
        padding-bottom: 15px;
        padding-top: 6px;
    }
    #HEADER:not(.startseite) .header_mobile {
        padding-top: 50px;
        padding-bottom: 20px;
    }

    #BG_IMAGE h1 {
        font-size: 1.625rem;
    }
}

@media (max-width: 575px){
    #BG_IMAGE h1 {
        font-size: 1.25rem;
    }

    #BG_IMAGE img {
        display:none;
    }
}

@media (max-width: 479px){
    #HEADER:not(.startseite) .header_mobile {
        padding-top: 30px;
        padding-bottom: 10px;
    }
    #HEADER:not(.startseite) #HEADLINE h2 {
        font-size: 28px;
    }
}
@media (min-width: 768px){
    #HEADER:not(.startseite) .header_mobile {
        padding-left: 0;
        padding-right: 0;
    }
}

