.bgVideo {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: -1;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

body {
  font-size: 16px;
  font-family: sans-serif, arial;
  line-height: 1.5;
  background-color: #000000;
}

.content {
    z-index: 2;
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

.content__heading {
    margin-bottom: 24px;
    color: #002eaf;
    font-size: 37px;
    font-weight: 900;
}
.content__heading a {
    color: #002eaf;
    text-decoration: none;
}

.m-arrow-down img {
    width: auto;
    height: 40px;
}

.content__teaser {
    display: flex;
    width: 90%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    box-shadow: 0px -1px 0px 0px #b5b5b5;
    padding-top: 11px;
}
.content__teaser div a {
    color: #002eaf;
    font-size: 19px;
    font-weight: 600;
    text-decoration: none;
}
.content__teaser div a:hover {
    text-decoration: underline;
}
.content__cta {
  display: inline-block;
  margin: 0;
  padding: 12px 48px;
  color: #FFFF88;
  font-size: 22px;
  text-decoration: none;
  border: solid 4px #FFFF88;
}

.images-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

img.m_imagebg {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: -1;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    filter: blur(10px);
  -webkit-filter: blur(10px);
    
}

/* img.m_image1 {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    filter: blur(1px);
    -webkit-filter: blur(1px);
    border-left: 10px solid #545454;
    border-right: 10px solid #545454;
    box-shadow: 0 0 20vw 2vw black;
    object-position: center;
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-width: 960px;
} */
img.m_image1 {
    display: block;
    position: absolute;
    left: 0;
    filter: blur(1px);
    -webkit-filter: blur(1px);
    border-right: 20px solid hsl(0deg 0% 100% / 20%);
    box-shadow: 0 0 20vw 2vw black;
    object-position: center;
    object-fit: cover;
    width: 50vw;
    height: 100%;
    max-width: 960px;
}

/* .arrow-bg:before {
    content: "";
    height: 600px;
    width: 600px;
    position: fixed;
    background: rgb(10 22 117 / 14%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: 1;
    box-shadow: 0 0 5px 3px #00000026;
}
 */

img.m_logo {
    width: 100%;
    margin-top: -15px;
}

.m-arrow-down {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: center;
    margin-top: -20px;
}
span.m-arrow-inline {
    color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 30px;
    padding-top: 0px;
}

span.m-arrow-inline:after {
    content: "";
    background: #2569d3;
    height: 50px;
    width: 50px;
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    margin-top: -5px;
}

.m-arrow-down img {
    width: auto;
    height: 40px;
}

/* === update === */
.main-content-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    max-width: 900px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}


.content.m_content {
    background-color: hsl(0deg 0% 100% / 85%);
    border-radius: 10px;
    padding-bottom: 20px;
}
.content.m_content2 {
    background-color: hsl(0deg 0% 100% / 85%);
    border-radius: 10px;
    width: 100%;
}

.aller-klassen {
    width: 100%;
    font-size: 20px;
    padding: 10px;
}

.class_h1 {
    font-size: 20px;
    margin: 0;
}
.class_h2 {
    font-size: 16px;
    margin: 0;
}


.m_gizle {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    display: block;
    position: absolute;
    z-index: -99;
}

@media (max-width:980px) {
    img.m_image1 {
        border-right: none !important;
        box-shadow: none !important;
        max-width: 100% !important;
        width: 100vw;
    }

    .m-arrow-down img {
        width: auto;
        height: 80px;
    }

    .aller-klassen {
        width: 100%;
        font-size: 2.7em;
        padding: 20px;
    }

    .class_h1, .class_h2 {
        font-size: 4vw;
    }
    .content__teaser {
        display: flex;
        width: 90%;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: space-between;
        box-shadow: none;
        padding-top: 11px;
        border-top: 1px solid #4365c2;
        gap: 20px;
        margin-top: 10px;
        padding-top: 25px;
    }

     .content__teaser div a {
        color: #002eaf;
        font-size: 2.5em;
        font-weight: 600;
        text-decoration: none;
    }
    .content__heading {
        margin-bottom: 24px;
        color: #002eaf;
        font-size: 3.5em;
        font-weight: 900;
    }
    .main-content-container {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: auto;
        max-width: 100% !important;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

}
