/* HOME HEADER */
.header-wrapper {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.header-wrapper.half{
    height: 500px;
}

.header-wrapper-inner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 0 calc(10% + 15px);
}

.hh2 .header-content .buttons{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.hh2 .knoppen {
    margin-right: 15px;
}

.hh2 .knoppen:nth-last-child(1) {
    margin-right: 0px;
}

.header-wrapper.half .header-wrapper-inner{
    padding: 140px calc(10% + 15px) 0;
    align-items: center;
}

.header-wrapper-inner .header-content {
    position: relative;
    width: 50%;
    padding: 45px;
    background: rgba(255, 255, 255, 0.53);
    display: flex;
    justify-content: center;
    flex-flow: column wrap;
}

.header-wrapper-inner .header-content .title-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.header-wrapper-inner .header-content .title {
    position: relative;
    max-width: 500px;
}

.header-wrapper-inner  .header-content .subtitel p.subtitle {

}

p.subtitle {
    margin-bottom: 10px;
}

.video_wrapper{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: -1;
}


.video_wrapper .wrapper__video{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.video_wrapper .overlay{
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.content_titel{
    margin-bottom: 20px;
}

.video_wrapper.corners{
    border-radius: 0 0 50% 50%;
    width: 120%;
    left: -10%;
}

@media only screen and (max-width: 992px){
    .header-wrapper-inner {
        padding: 30px 30px 100px;
    }

}
@media only screen and (max-width: 1200px) and (min-width: 769px){
    .hh2 .knoppen {
        margin-right: 0px;
        width: 100%;}
    .hh2 .knoppen .button{
        margin: 0 auto;
        margin-bottom: 15px;}
}

@media only screen and (max-width: 768px) {
    .header-wrapper-inner .header-content {
        width: 100%;
        padding: 15px;}
    .header-wrapper {
        height: auto!important;}
    .hh2 .knoppen:nth-last-child(1) .button{
        margin-bottom: 0px;}
}

@media only screen and (max-width: 580px){
    .hh2 .knoppen {
        margin-right: 0px;
        width: 100%;
    }
    .hh2 .knoppen .button{
        width: 100%;}
}

