/*html,
body {
    height: 100%;
}*/
.sections {
    padding: 80px 0;
}
.sections-small {
    padding: 20px 0;
}
.btn-social {
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    line-height: 49px;
    width: 50px;
    height: 50px;
}
.btn-outline {
    color: #fff;
    background: transparent;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-top: 15px;
}
.btn-outline:hover,
.btn-outline:focus {
    color: #e3830e;
    background: #fff;
}
.pageflow_artikelgruppe .container-fluid {
    padding-right: 0;
    padding-left: 0;
}
.pageflow_artikelbox_content {
    width: 100%;
}
.pageflow_artikelgruppe_artikelbox .row {
    margin-right: 0;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}
.pageflow_artikelgruppe_artikelbox h2,
.pageflow_artikelgruppe_artikelbox h3 {
    margin-top: 0;
}
.pageflow_artikelgruppe_artikelbox,
.pageflow_artikelgruppe_artikelbox [class^=" col-"] {
    padding-right: 0;
    padding-left: 0;
}
.pageflow_artikelbox_image {
    position: relative;
    height: 150px;
    overflow: hidden;
    background-position: center top;
    background-repeat: no-repeat
}
.pageflow_artikelbox_titel {
    display: block;
    font-weight: 700;
    font-size: 30px;
}
.pageflow_artikelbox_untertitel {
    display: block;
    color: #9f9f9f;
    font-weight: 400;
    font-size: 16px;
    font-style: italic;
}
.pageflow_artikelbox_text {
    color: #000;
    font-weight: 400;
    font-size: 18px;
}
.pageflow_artikelbox_button .btn {
    padding: 9px 12px;
    background: rgba(0, 161, 58, .3);
    color: #fff;
    margin-top: 10px;
    font-size: 16px;
    border-radius: 0;
}
.pageflow_artikelbox_button .btn:hover,
.pageflow_artikelbox_button .btn:focus {
    background: rgba(0, 161, 58, 0.3);
    color: #fff;
}
.footer-above {
    background: #2c3e50;
}
.footer-col {
    margin-bottom: 50px;
}
footer h3 {
    margin-bottom: 30px;
    font-weight: 700;
    text-transform: uppercase;
}
.footer-below {
    background: #233140;
}
[data-aos][data-aos][data-aos-delay='250'],
body[data-aos-delay='250'] [data-aos] {
    -webkit-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}
[data-aos][data-aos][data-aos-delay='500'],
body[data-aos-delay='500'] [data-aos] {
    -webkit-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}
.pageflow_artikelgruppe_artikelbox_element.img-thumbnail {
    margin: 0 15px;
}
.pageflow_artikelgruppe_artikelbox:before,
.pageflow_artikelgruppe_artikelbox:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
}
.pageflow_artikelgruppe_artikelbox:before,
.pageflow_artikelgruppe_artikelbox:after {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
}
.pageflow_parallax .parallax-window {
    min-height: 400px;
    margin: 40px 0;
    background: transparent;
}
.pageflow_text_dreispaltig h2 {
    font-family: 'Bitter', serif;
    font-size: 40px;
}
.pageflow_video {
    padding-bottom: 40px;
}
.pageflow_artikelgruppe_artikelbox .pageflow_artikelbox_titel {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.1;
    margin-bottom: 15px;
    text-align: left;
}
.pageflow_artikelbox {
    text-align: left;
}
.pageflow_artikelbox:last-child {
    ;
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.material-form input:not([type]),
.material-form input[type=text],
.material-form input[type=password],
.material-form input[type=email],
.material-form input[type=url],
.material-form input[type=time],
.material-form input[type=date],
.material-form input[type=datetime],
.material-form input[type=datetime-local],
.material-form input[type=tel],
.material-form input[type=number],
.material-form input[type=search],
.material-form select,
.material-form textarea {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #9E9E9E;
    border-radius: 0;
    outline: none;
    width: 100%;
    font-size: 1.1rem;
    margin: 0 0 15px 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}
.material-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
}
.material-form select::-ms-expand {
    display: none;
}
.material-form textarea {
    resize: none;
}
.material-form input:not([type]) + label,
.material-form input[type=text] + label,
.material-form input[type=password] + label,
.material-form input[type=email] + label,
.material-form input[type=url] + label,
.material-form input[type=time] + label,
.material-form input[type=date] + label,
.material-form input[type=datetime] + label,
.material-form input[type=datetime-local] + label,
.material-form input[type=tel] + label,
.material-form input[type=number] + label,
.material-form input[type=search] + label,
.material-form select + label,
.material-form textarea + label {
    font-weight: 400;
    color: #9E9E9E;
    position: absolute;
    top: 2.2rem;
    font-size: 1.1rem;
    cursor: text;
    -webkit-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
.material-form div.form-group.active input:not([type]),
.material-form div.form-group.active input[type=text],
.material-form div.form-group.active input[type=password],
.material-form div.form-group.active input[type=email],
.material-form div.form-group.active input[type=url],
.material-form div.form-group.active input[type=time],
.material-form div.form-group.active input[type=date],
.material-form div.form-group.active input[type=datetime],
.material-form div.form-group.active input[type=datetime-local],
.material-form div.form-group.active input[type=tel],
.material-form div.form-group.active input[type=number],
.material-form div.form-group.active input[type=search],
.material-form div.form-group.active select,
.material-form div.form-group.active textarea {
    border-bottom: 1px solid #119c99;
    -webkit-box-shadow: 0 1px 0 0 #119c99;
    box-shadow: 0 1px 0 0 #119c99;
}
.material-form div.form-group.warning input:not([type]),
.material-form div.form-group.warning input[type=text],
.material-form div.form-group.warning input[type=password],
.material-form div.form-group.warning input[type=email],
.material-form div.form-group.warning input[type=url],
.material-form div.form-group.warning input[type=time],
.material-form div.form-group.warning input[type=date],
.material-form div.form-group.warning input[type=datetime],
.material-form div.form-group.warning input[type=datetime-local],
.material-form div.form-group.warning input[type=tel],
.material-form div.form-group.warning input[type=number],
.material-form div.form-group.warning input[type=search],
.material-form div.form-group.warning select,
.material-form div.form-group.warning textarea {
    border-bottom: 1px solid #e63939 !important;
    -webkit-box-shadow: 0 1px 0 0 #e63939 !important;
    box-shadow: 0 1px 0 0 #e63939 !important;
}
.material-form div.form-group.active input:not([type]) ~ label,
.material-form div.form-group.active input[type=text] ~ label,
.material-form div.form-group.active input[type=text] ~ label,
.material-form div.form-group.active input[type=password] ~ label,
.material-form div.form-group.active input[type=email] ~ label,
.material-form div.form-group.active input[type=url] ~ label,
.material-form div.form-group.active input[type=time] ~ label,
.material-form div.form-group.active input[type=date] ~ label,
.material-form div.form-group.active input[type=datetime] ~ label,
.material-form div.form-group.active input[type=datetime-local] ~ label,
.material-form div.form-group.active input[type=tel] ~ label,
.material-form div.form-group.active input[type=number] ~ label,
.material-form div.form-group.active input[type=search] ~ label,
.material-form div.form-group.active select ~ label,
.material-form div.form-group.active textarea ~ label {
    color: #119c99;
    font-size: 1.15rem;
    -webkit-transform: translateY(-140%);
    -ms-transform: translateY(-140%);
    -o-transform: translateY(-140%);
    transform: translateY(-140%);
}
.material-form div.form-group.filled input:not([type]) ~ label,
.material-form div.form-group.filled input[type=text] ~ label,
.material-form div.form-group.filled input[type=text] ~ label,
.material-form div.form-group.filled input[type=password] ~ label,
.material-form div.form-group.filled input[type=email] ~ label,
.material-form div.form-group.filled input[type=url] ~ label,
.material-form div.form-group.filled input[type=time] ~ label,
.material-form div.form-group.filled input[type=date] ~ label,
.material-form div.form-group.filled input[type=datetime] ~ label,
.material-form div.form-group.filled input[type=datetime-local] ~ label,
.material-form div.form-group.filled input[type=tel] ~ label,
.material-form div.form-group.filled input[type=number] ~ label,
.material-form div.form-group.filled input[type=search] ~ label,
.material-form div.form-group.filled select ~ label,
.material-form div.form-group.filled textarea ~ label {
    color: #1AB91A;
    font-size: 1.15rem;
    -webkit-transform: translateY(-140%);
    -ms-transform: translateY(-140%);
    -o-transform: translateY(-140%);
    transform: translateY(-140%);
}
.material-form div.form-group.warning input:not([type]) ~ label,
.material-form div.form-group.warning input[type=text] ~ label,
.material-form div.form-group.warning input[type=text] ~ label,
.material-form div.form-group.warning input[type=password] ~ label,
.material-form div.form-group.warning input[type=email] ~ label,
.material-form div.form-group.warning input[type=url] ~ label,
.material-form div.form-group.warning input[type=time] ~ label,
.material-form div.form-group.warning input[type=date] ~ label,
.material-form div.form-group.warning input[type=datetime] ~ label,
.material-form div.form-group.warning input[type=datetime-local] ~ label,
.material-form div.form-group.warning input[type=tel] ~ label,
.material-form div.form-group.warning input[type=number] ~ label,
.material-form div.form-group.warning input[type=search] ~ label,
.material-form div.form-group.warning select,
.material-form div.form-group.warning textarea ~ label {
    color: #e63939 !important;
}
.material-form input:not([type]) ~ .fa-check,
.material-form input[type=text] ~ .fa-check,
.material-form input[type=text] ~ .fa-check,
.material-form input[type=password] ~ .fa-check,
.material-form input[type=email] ~ .fa-check,
.material-form input[type=url] ~ .fa-check,
.material-form input[type=time] ~ .fa-check,
.material-form input[type=date] ~ .fa-check,
.material-form input[type=datetime] ~ .fa-check,
.material-form input[type=datetime-local] ~ .fa-check,
.material-form input[type=tel] ~ .fa-check,
.material-form input[type=number] ~ .fa-check,
.material-form input[type=search] ~ .fa-check,
.material-form select ~ .fa-check,
.material-form textarea ~ .fa-check {
    opacity: 0;
    color: #1AB91A;
    position: absolute;
    right: 20px;
    bottom: 36px;
    -webkit-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}
.material-form div.form-group.filled input:not([type]) ~ .fa-check,
.material-form div.form-group.filled input[type=text] ~ .fa-check,
.material-form div.form-group.filled input[type=text] ~ .fa-check,
.material-form div.form-group.filled input[type=password] ~ .fa-check,
.material-form div.form-group.filled input[type=email] ~ .fa-check,
.material-form div.form-group.filled input[type=url] ~ .fa-check,
.material-form div.form-group.filled input[type=time] ~ .fa-check,
.material-form div.form-group.filled input[type=date] ~ .fa-check,
.material-form div.form-group.filled input[type=datetime] ~ .fa-check,
.material-form div.form-group.filled input[type=datetime-local] ~ .fa-check,
.material-form div.form-group.filled input[type=tel] ~ .fa-check,
.material-form div.form-group.filled input[type=number] ~ .fa-check,
.material-form div.form-group.filled input[type=search] ~ .fa-check,
.material-form div.form-group.filled select ~ .fa-check,
.material-form div.form-group.filled textarea ~ .fa-check {
    opacity: 1;
    color: #1AB91A;
    font-size: 1.4rem;
}
.material-form div.form-group.warning input:not([type]) ~ .fa-check,
.material-form div.form-group.warning input[type=text] ~ .fa-check,
.material-form div.form-group.warning input[type=text] ~ .fa-check,
.material-form div.form-group.warning input[type=password] ~ .fa-check,
.material-form div.form-group.warning input[type=email] ~ .fa-check,
.material-form div.form-group.warning input[type=url] ~ .fa-check,
.material-form div.form-group.warning input[type=time] ~ .fa-check,
.material-form div.form-group.warning input[type=date] ~ .fa-check,
.material-form div.form-group.warning input[type=datetime] ~ .fa-check,
.material-form div.form-group.warning input[type=datetime-local] ~ .fa-check,
.material-form div.form-group.warning input[type=tel] ~ .fa-check,
.material-form div.form-group.warning input[type=number] ~ .fa-check,
.material-form div.form-group.warning input[type=search] ~ .fa-check,
.material-form div.form-group.warning select ~ .fa-check,
.material-form div.form-group.warning textarea ~ .fa-check {
    color: #e63939 !important;
}
.material-form div.form-group.warning input:not([type]) ~ .fa-check:before,
.material-form div.form-group.warning input[type=text] ~ .fa-check:before,
.material-form div.form-group.warning input[type=text] ~ .fa-check:before,
.material-form div.form-group.warning input[type=password] ~ .fa-check:before,
.material-form div.form-group.warning input[type=email] ~ .fa-check:before,
.material-form div.form-group.warning input[type=url] ~ .fa-check:before,
.material-form div.form-group.warning input[type=time] ~ .fa-check:before,
.material-form div.form-group.warning input[type=date] ~ .fa-check:before,
.material-form div.form-group.warning input[type=datetime] ~ .fa-check:before,
.material-form div.form-group.warning input[type=datetime-local] ~ .fa-check:before,
.material-form div.form-group.warning input[type=tel] ~ .fa-check:before,
.material-form div.form-group.warning input[type=number] ~ .fa-check:before,
.material-form div.form-group.warning input[type=search] ~ .fa-check:before,
.material-form div.form-group.warning select ~ .fa-check:before,
.material-form div.form-group.warning textarea ~ .fa-check:before {
    content: "\f00d" !important;
}
.material-form div.form-group.filled input:not([type]),
.material-form div.form-group.filled input[type=text],
.material-form div.form-group.filled input[type=password],
.material-form div.form-group.filled input[type=email],
.material-form div.form-group.filled input[type=url],
.material-form div.form-group.filled input[type=time],
.material-form div.form-group.filled input[type=date],
.material-form div.form-group.filled input[type=datetime],
.material-form div.form-group.filled input[type=datetime-local],
.material-form div.form-group.filled input[type=tel],
.material-form div.form-group.filled input[type=number],
.material-form div.form-group.filled input[type=search],
.material-form div.form-group.filled select,
.material-form div.form-group.filled textarea {
    border-bottom: 1px solid #1AB91A;
    -webkit-box-shadow: 0 1px 0 0 #1AB91A;
    box-shadow: 0 1px 0 0 #1AB91A;
}
.material-form div.form-group.filled input[type=text]:before {
    font-family: FontAwesome;
    position: absolute;
    content: "\f00c";
    right: 15px;
}
.material-form .form-group {
    margin-top: 30px;
    margin-bottom: 30px;
}
.material-form .form-group.radio-group {
    margin-top: 5px;
    margin-bottom: 5px;
}
.material-form div.form-group input[type=checkbox] {
    width: 15px;
    height: 15px;
    float: left;
    margin-right: 5px;
}
.material-form div.form-group input[type=checkbox]+label {
    float: left;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    padding-left: 30px;
}
.material-form div.form-group .md-checkbox input[type="checkbox"]:not(:checked),
.material-form div.form-group .md-checkbox input[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
    opacity: 0;
}
.material-form div.form-group .md-checkbox input[type="checkbox"]+label:before,
.material-form div.form-group .md-checkkbox input[type="checkbox"]:not(.filled-in)+label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 2px solid #5a5a5a;
    border-radius: 1px;
    margin-top: 2px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.material-form div.form-group .md-checkbox input[type="checkbox"]:checked+label:before {
    top: -4px;
    left: -5px;
    width: 12px;
    height: 22px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #81bb27;
    border-bottom: 2px solid #81bb27;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
.md-radio [type="radio"]:not(:checked),
.md-radio [type="radio"]:checked {
    position: absolute;
    left: -9999px;
    opacity: 0;
}
.md-radio [type="radio"]:not(:checked)+label,
.md-radio [type="radio"]:checked+label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    line-height: 25px;
    -webkit-transition: .28s ease;
    -o-transition: .28s ease;
    transition: .28s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.md-radio.radio-100 [type="radio"]:not(:checked)+label,
.md-radio.radio-100 [type="radio"]:checked+label {
    width: 100%;
}
.md-radio [type="radio"]+label:before,
.md-radio [type="radio"]+label:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px;
    width: 16px;
    height: 16px;
    z-index: 0;
    -webkit-transition: .28s ease;
    -o-transition: .28s ease;
    transition: .28s ease;
}
.md-radio {
    padding-left: 10px;
}
.radio-group.radio-list .md-radio [type="radio"]:not(:checked)+label,
.radio-group.radio-list .md-radio [type="radio"]:checked+label {
    position: absolute;
    left: -4px;
    top: -2px;
}
.md-radio [type="radio"]:not(:checked)+label:before,
.md-radio [type="radio"]:not(:checked)+label:after,
.md-radio [type="radio"]:checked+label:before,
.md-radio [type="radio"]:checked+label:after,
.md-radio [type="radio"].with-gap:checked+label:before,
.md-radio [type="radio"].with-gap:checked+label:after {
    border-radius: 50%;
}
.md-radio [type="radio"]:checked+label:before {
    border: 2px solid transparent;
}
.md-radio [type="radio"]:not(:checked)+label:before,
.md-radio [type="radio"]:not(:checked)+label:after {
    border: 2px solid #5a5a5a;
}
.md-radio [type="radio"]:checked+label:after,
.md-radio.with-gap [type="radio"]:checked+label:before,
.md-radio.with-gap [type="radio"]:checked+label:after {
    border: 2px solid #3f51b5;
}
.md-radio [type="radio"]:checked+label:after,
.md-radio [type="radio"].with-gap:checked+label:after {
    background-color: #3f51b5;
    z-index: 0;
}
.md-radio [type="radio"]:checked+label:after {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
}
.md-radio.with-gap [type="radio"]:checked+label:after {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
}
.pageflow_teaser {
    padding: 80px 0;
    position: relative;
}
.pageflow_teaser .container {
    position: relative;
    z-index: 2
}
.teaser-banner {
    position: relative;
    text-align: center;
    font-weight: 700;
    font-size: 35pt;
    background: #e3830e;
    color: #fff;
    padding: 15px 0;
    margin-top: 80px;
}
.teaser-banner:after {
    content: '';
    position: absolute;
    bottom: -26px;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-style: solid;
    border-width: 26px 22.5px 0 22.5px;
    border-color: #e3830e transparent transparent transparent;
}
.teaser-outter {
    margin-top: 130px;
    padding: 0 15px;
}
.teaser-circle-center {
    text-align: center;
}
.teaser-circle {
    position: relative;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    overflow: hidden;
    margin: -50px auto 0 auto;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    display: inline-block;
}
.teaser-text {
    color: #8e8e8e;
    margin-bottom: 50px;
    min-height: 260px;
}
.btn-teaser {
    position: relative;
    border-top: 3px solid #000;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    padding: 15px 0;
    color: #000;
    font-size: 25px;
    border-radius: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn-teaser span {
    position: relative;
}
.btn-teaser:hover,
.btn-teaser:focus {
    color: #fff;
    text-decoration: none;
}
.btn-teaser:hover span,
.btn-teaser:focus span {
    color: #fff;
}
.btn-teaser:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #000;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn-teaser:hover:before {
    width: 100%;
}
.btn-teaser i.fa {
    position: absolute;
    right: 40px;
    font-size: 34px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn-teaser:hover i.fa,
.btn-teaser:focus i.fa {
    color: #fff;
    opacity: 1;
    visibility: visible;
    right: 30px;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.teaser-header {
    text-align: center;
    color: #000;
    font-size: 25px;
    font-weight: 400;
    margin: 20px 0;
}
.teaser-box {
    background: #fff;
    position: relative;
}
.teaser-box:before,
.teaser-box:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 25px;
    width: 44%;
    top: 80%;
    max-width: 300px;
    background: #000;
    opacity: 0.6;
    -webkit-box-shadow: 0 12px 27px #000;
    box-shadow: 0 12px 27px #000;
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
}
.teaser-box:after {
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 25px;
    left: auto;
}
.teaser-background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    overflow: hidden;
    background-attachment: fixed;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}
.teaser-background-image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.yt-vid {
    width: 100%;
    height: 100%;
    border: 0;
}

.container .container {
    max-width: 100%;
}
