body{
    display: block;
}
h2{
    display: inline-block;
    position: relative;
    z-index: 1;
}
h2::before{
    content:" ";
    position: absolute;
    width: 100%;
    height: 15px;
    background: #0cb0ad;
    bottom: 0;
    z-index: -1;
}

.content-wrapper p{
    max-width: 800px;
}
.video-background{
    width: 100vw;
    height: 50vh;
    object-fit: cover;
    position: absolute;
    filter: grayscale(1);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    border-bottom: 5px solid black;
}
.background-img{
    background: url(/files/banner-erhan-guengoer.jpg);
    background-size: contain;
    background-position: 0 15%;
    background-color: #0a0a0a;
    border-top: 60px solid black;
    left: 0;
    filter: grayscale(1) brightness(0.5);
    background-repeat: no-repeat;
}
.heading{
    height: 50vh;
    width: 100%;
}

h3.teaser-heading{
    margin: 0 0 25px 0;
}

.home-headline{
    position: absolute;
    bottom: 60px;
}
.pricing{
    text-align: center;
    transition: all 300ms;
    border: 1px solid transparent;
    padding: 25px;
    background: #444444;
    margin: 0 10px;
    border-radius: 5px;
    min-width: 300px;
    margin-bottom: 35px;
    box-shadow: 0 0 13px -6px black;
}
.pricing.active{
    background: #1a685b;
    border: 1px solid #30cfd0;
}
.pricing img{
    width: 70px;
    transform: translateY(16px);
}
.pricing .logo{
    font-size: 55px;
    font-weight: 600;
    color: #fff;
}
.pricing div:not(.info){
    margin-bottom: 25px;
    min-height: 22px;
}
.pricing button{
    width: 100%;
}
.pricing-collection{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex-grow: 1;
    justify-content: space-around;
}
.feedback-wrapper{
    text-align: center;
}
.feedback-wrapper.margin-wrapper{
    padding-bottom: 85px;
}
.feedback-wrapper img{
    width: 320px;
    margin: 0 47px;
}
.teaser-heading{
    font-size: 30px;
    text-align: center;
    margin: 0 0 25px 0;
    color: #fff;
    font-weight: bold;
}
.teaser-wrapper h3{
    text-align: center;
}
.teaser-wrapper{
    padding: 30px 100px 45px 100px;
    margin-bottom: 50px;
}
.teaser-wrapper .wrapper{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 15%;
    max-width: 1600px;
    margin: auto;
}
.teaser-wrapper .block div{
    color: #4eeeeb;
    margin-bottom: 30px;
}
.teaser-wrapper .block b{
    margin-top: 30px;
    float: left;
    color: #fff;
}
.cols-2{
    grid-template-columns: 1.7fr 1fr;
}
.content{
    margin-top: 45px;
}
.content-wrapper .wrapper{
    margin-bottom: 80px;
}
.content-wrapper .wrapper svg{
    margin-right: 5px;
}
.image-wrapper{
    float: right;
}
.numerated-wrapper{
    max-width: 500px;
}
.numerated-wrapper span{
    display: table-cell;
}
.numerated-wrapper .num{
    font-size: 42px;
    font-weight: bold;
    color: gray;
    width: 34px;
    transform: translateY(17px);
}
.margin-wrapper{
    margin-bottom: 50px;
    padding: 40px;
}
.register-buy-wrapper{
    max-width: 800px;
    margin: 64px auto;
}
.register-buy-wrapper .btn-primary{
    margin-top: 25px;
}
.buy-form-wrapper{
    overflow: hidden;
    height: 0;
    opacity: 0;
    transition: all 800ms;
}
.buy-form-wrapper.active{
    opacity: 1;
    height: auto;
}
@media only screen and (max-width: 1400px) {
    .teaser-wrapper {
        padding: 30px 10px 45px 10px;

    }
    .teaser-wrapper .wrapper {
        column-gap: 3%;
    }
}
@media only screen and (max-width: 1320px) {
    .background-img{
        background-size: cover;
        background-position: 102% 15%;
    }
}
@media only screen and (max-width: 900px) {
    .feedback-wrapper img {
        width: 280px;
        margin: 0 23px;
    }
    .teaser-wrapper {
        padding: 40px;
    }
    .cols-2 {
        grid-template-columns: 1.7fr;
    }
    .image-wrapper {
        float: initial;
        text-align: center;
        margin-top: 55px;
        margin-left: auto;
        margin-right: auto;
    }
    h2 {
        display: block;
        padding: 5px 5px 10px 5px;
        text-align: center;
        position: relative;
        z-index: 1;
        background: #0cb0ad;
    }
    h2::before{
        display: none;
    }
    .content-wrapper .wrapper {
        padding: 40px;
    }
    h2.plan-header{
        margin: 0 40px
    }
}
@media only screen and (max-width: 660px) {
    .background-img {
        background-position: 53% 15%;
    }
}
@media only screen and (max-width: 660px) {
    .teaser-wrapper .wrapper{
        grid-template-columns: 1fr;
    }
    .teaser-wrapper .wrapper .block{
        margin-bottom: 40px;
        border-bottom: 1px solid #303030;
        padding-bottom: 40px;
    }
}