/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
body {
    color: rgba(0, 0, 0, 0.7);
    font-weight: 300;
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 0px !important;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    font-family: 'Alegreya Sans', sans-serif;
    background-attachment: fixed;
    background-color: #fdfdfd;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    z-index: 10;
    bottom: 3rem;
}

/* Declare heights because of positioning of img element */
.carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 32rem;
}

/* MARKETING CONTENT
-------------------------------------------------- */
/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}

.marketing h2 {
    font-family: 'Antic', sans-serif;
}

.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
    margin-bottom: 45px;
}

/* Featurettes
------------------------- */
.featurette-divider {
    margin: 5rem 0;

    /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
    line-height: 1;
    letter-spacing: -.05rem;
    font-weight: normal;
    font-family: 'Antic', sans-serif;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 7rem;
    }
}

.bg-dark {
    background-color: #2e2475;
}

.rounded-circle {
    border-radius: 53% !important;
    margin-bottom: 27px;
    margin-top: 7px;
    object-fit: cover;
}

.bg-light2 {
    background-color: #ffffff !important;
}

.bg-light {
    background-color: #ffffff !important;
}

.bg-light {
    background-color: #ffffff !important;
}

.mb-4,
.my-4 {
    margin-bottom: 0px !important;
}

div.pb-3.pt-3 h5 {
    font-size: 39px;
    margin-bottom: 26px;
    font-weight: 400;
    font-family: 'Alegreya Sans', sans-serif;
    line-height: 37px;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.85) !important;
}

.row {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
}

@media (max-width:575px) {
    .row {
        padding-bottom: 32px;
    }
}

@media (max-width:767px) {
    .row {
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media (max-width:991px) {
    .row {
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
        min-width: 100%;
    }
}

opacity {
    opacity: 85%;
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        -ms-flex-align: start !important;
    }

    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        -ms-flex-align: center !important;
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

.80vh {
    height: 80vh;
    min-height: 80vh!important;
}

.h-100 {
    height: 100% !important;
}

@media only screen and (max-width:767px) {
    .nav-link.active {
        /* font-size: 80px */
    }
}

@media (max-width:575px) {
    .bodytext1 {
        font-size: 20px !important;
        color: rgba(0, 0, 0, 0.56);
        line-height: 31px !important;
        min-width: 100% !important;
        margin-left: 0px;
        margin-right: 0px;
        padding-bottom: 28px;
        margin-bottom: 0px;
    }
}

@media (min-width:576px) and (max-width:767px) {
    .bodytext1 {
        font-size: 24px;
        color: rgba(0, 0, 0, 0.56);
        line-height: 45px;
        min-width: 100% !important;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 47px;
    }
}

@media (max-width:991px) {
    .bodytext1 {
        font-size: 21px;
        width: 90% !important;
        color: rgba(0, 0, 0, 0.56);
        line-height: 45px;
        min-width: 90%;
        margin-left: 0;
        margin-right: auto;
        margin-bottom: 47px;
    }
}

.bodytext1 {
    font-size: 22px;
    width: 77%;
    margin-left: auto;
    margin-right: auto;
    color: rgba(0, 0, 0, 0.7);
    line-height: 39px;
    font-weight: 200;
    margin-bottom: 40px;
}

@media (min-width:768px) and (max-width:991px) {
    .headline2 {
        font-size: 33px;
        width: 90%;
        color: rgba(0, 0, 0, 0.56);
        margin: 149px auto 42px;
        text-transform: uppercase;
        min-width: 90%;
    }
}

@media (max-width:575px) {
    .headline2 {
        font-size: 33px;
        width: 100%;
        color: rgba(0, 0, 0, 0.56);
        text-transform: uppercase;
        margin-top: 149px;
        margin-left: 0px !important;
        margin-right: 0px !important;
        margin-bottom: 42px;
        min-width: 100%;
    }
}

@media (max-width:767px) {
    .headline2 {
        font-size: 33px;
        width: 100%;
        color: rgba(0, 0, 0, 0.56);
        text-transform: uppercase;
        margin-top: 149px;
        margin-left: 0px !important;
        margin-right: 0px !important;
        margin-bottom: 42px;
        min-width: 100%;
    }
}

.headline2 {
    font-size: 33px;
    color: rgba(0, 0, 0, 0.56);
    text-transform: uppercase;
    margin: 149px auto 42px;
    width: 77%;
}

.headline1 {
    font-size: 36px;
    width: 77%;
    line-height: 40px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-left: 8% !important;
}

@media (max-width:991px) {
    .headline1 {
        min-width: 90% !important;
        margin-left: 16px !important;
        margin-right: auto;
        margin-bottom: 37px;
    }
}

@media (max-width:767px) {
    .headline1 {
        color: rgba(0, 0, 0, 0.56);
        margin-left: 0px !important;
        margin-right: 0px !important;
        margin-bottom: 37px;
        width: 100% !important;
        min-width: 100% !important;
    }
}

@media (max-width:480px) {
    .headline1 {
        color: rgba(0, 0, 0, 0.56);
        font-size: 30px;
        line-height: 31px;
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media (min-width:62em) and (max-width:575em) {
    .headline1 {
        color: rgba(0, 0, 0, 0.56);
        font-size: 33px;
        line-height: 34px !important;
        margin-left: 0px;
        margin-right: 0px;
    }
}

.leadtext1 {
    font-size: 27px;
    width: 77%;
    margin-left: auto;
    margin-right: auto;
    color: #3c3760;
    text-align: center;
    line-height: 49px;
}

@media (max-width:991px) {
    .leadtext1 {
        font-size: 26px;
        margin-left: auto;
        margin-right: auto;
        color: #3c3760;
        text-align: center;
        min-width: 90%;
    }
}

@media (max-width:575px) {
    .leadtext1 {
        font-size: 24px;
        color: #3c3760;
        text-align: center;
        min-width: 100% !important;
        padding-left: 12px;
        padding-right: 11px;
        line-height: 39px !important;
    }
}

@media (min-width:576px) and (max-width:767px) {
    .leadtext1 {
        font-size: 30px;
        margin-left: 0px !important;
        margin-right: 0px !important;
        color: #3c3760;
        text-align: center;
        min-width: 100% !important;
    }
}

@media (max-width:991px) {
    /* .headlineslide1 {
        font-size: 48px !important;
        line-height: 84px !important;
        font-family: 'Alegreya Sans', sans-serif;
    } */
}

@media (max-width:480px) {
    .headlineslide2 {
        font-size: 38px !important;
        line-height: 45px !important;
        font-family: 'Alegreya Sans', sans-serif;
        padding-left: 14px !important;
        padding-right: 14px !important;
        width: 96% !important;
    }
}

.headlineslide1 {
    font-family: 'Alegreya Sans', sans-serif;
    padding-left: 0px !important;
    padding-right: 0px !important;
    font-size: 48px;
    font-weight: 500 !important;
    color: #ffffff !important;
    line-height: 41px;
    letter-spacing: 1px;
}

@media (min-width:480px) and (max-width:575px) {
    .headlineslide1 {
        font-size: 75px;
        line-height: 60px;
        font-family: 'Alegreya Sans', sans-serif;
    }
}

@media (min-width:576px) and (max-width:767px) {
    .headlineslide1 {
        font-size: 86px;
        line-height: 65px;
    }
}

@media (min-width: 768px) {
    .headlineslide1 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .headlineslide1 {
        font-size: 108px;
        line-height: 72px;
    }
}

@media (min-width:992px) {
    .headlineslide1 {
        font-size: 118px;
        line-height: 83px;
    }
}

@media (max-width:767px) {
    .container,
    .container-sm {
        max-width: 540px;
    }
}

@media (max-width:991px) {
    .container,
    .container-sm {
        width: 90%;
        min-width: 90%;
        max-width: 90%;
    }
}

.container,
.container-sm {
    width: 100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

@media (min-width: 992px) {
    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-lg-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-lg-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-lg-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .row-cols-lg-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-lg-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-lg-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 78.333333%;
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    /* .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    } */
    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
        align-items: center;
        display: flex;
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.333333%;
    }

    .offset-lg-2 {
        margin-left: 16.666667%;
    }

    .offset-lg-3 {
        margin-left: 14%;
    }

    .offset-lg-4 {
        margin-left: 33.333333%;
    }

    .offset-lg-5 {
        margin-left: 41.666667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.333333%;
    }

    .offset-lg-8 {
        margin-left: 66.666667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.333333%;
    }

    .offset-lg-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width:576px) and (max-width:767px) {
    .headline-ballett1 {
        font-size: 59px !important;
        line-height: 68px !important;
    }
}

@media (max-width:575px) {
    .headline-ballett1 {
        font-size: 59px !important;
        line-height: 53px !important;
        width: 100% !important;
        min-width: 100% !important;
    }
}

.headline-ballett1 {
    line-height: 85px;
}

.headline-h2 {
    width: 77%;
    color: rgba(0, 0, 0, 0.7);
    min-width: 77%;
    font-size: 36px;
    line-height: 40px;
    max-width: 1000px;
    margin: 0 auto 37px;
}

@media (max-width:575px) {
    .headline-h2 {
        font-size: 28px;
        width: 100%;
        color: rgba(0, 0, 0, 0.56);
        margin-left: auto;
        margin-right: auto;
        min-width: 100%;
        line-height: 28px;
    }
}

@media (min-width:576px) and (max-width:767px) {
    .headline-h2 {
        font-size: 31px;
        width: 100% !important;
        color: rgba(0, 0, 0, 0.56);
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 37px;
        line-height: 33px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .headline-h2 {
        font-size: 36px;
        width: 90%;
        color: rgba(0, 0, 0, 0.56);
        margin: 98px auto 37px;
        min-width: 90% !important;
        line-height: 41px;
    }
}

@media (max-width:575px) {
    .headline-h2-2 {
        font-size: 28px !important;
        color: rgba(0, 0, 0, 0.56);
        min-width: 100% !important;
        line-height: 27px !important;
        margin-left: 0px !important;
        margin-bottom: 10px;
        margin-top: 13px !important;
    }
}

@media (min-width:576px) and (max-width:767px) {
    .headline-h2-2 {
        font-size: 29px !important;
        color: rgba(0, 0, 0, 0.56);
        min-width: 100% !important;
        margin: 10px 0px !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .headline-h2-2 {
        font-size: 32px;
        color: rgba(0, 0, 0, 0.56);
        width: 90% !important;
        min-width: 90%;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
    }
}

.headline-h2-2 {
    font-size: 36px;
    width: 77%;
    color: rgba(0, 0, 0, 0.7);
    min-width: 77%;
    line-height: 35px;
    font-weight: 400;
    letter-spacing: 0px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width:575px) {
    .topimagecv-headline1 {
        font-size: 30px !important;
        font-weight: 400;
        letter-spacing: 0px !important;
        display: block;
        line-height: 41px !important;
        text-transform: uppercase;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .topimagecv-headline1 {
        font-size: 44px !important;
        font-family: 'Lato', sans-serif;
        font-weight: 300 !important;
        letter-spacing: 2px;
        display: block;
        line-height: 55px !important;
        text-transform: uppercase;
    }
}

@media (min-width:576px) and (max-width:767px) {
    .topimagecv-headline1 {
        font-size: 54px;
        font-family: 'Lato', sans-serif;
        font-weight: 300 !important;
        letter-spacing: 2px;
        display: block;
        line-height: 66px;
        text-transform: uppercase;
    }
}

.topimagecv-headline1 {
    font-size: 46px;
    font-family: Lato;
    font-weight: bold;
    letter-spacing: 2px;
    display: block;
    line-height: 62px;
    text-transform: uppercase;
}

@media (max-width:575px) {
    .ballettforumheadline {
        font-size: 80px;
        width: 77%;
        color: #3c3760;
        line-height: 68px !important;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 80px;
    }
}

.ballettforumheadline {
    font-size: 80px;
    width: 100%;
    color: #2e2475 !important;
    line-height: 68px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 67px;
}

@media (max-width:575px) {
    .navbar {
        height: auto !important;
        width: 100% !important;
        max-width: 100% !important;
        position: fixed;
        display: flex;
        -ms-flex-wrap: wrap;
        -ms-flex-align: center !important;
        -ms-flex-pack: center !important;
        justify-content: center;
        padding-left: 24px !important;
        padding-right: 24px !important;
        padding-bottom: 1px;
        padding-top: 1px;
        align-items: center !important;
    }
}

@media (min-width:576px) and (max-width:767px) {
    .navbar {
        width: 100% !important;
        min-width: 100% !important;
        display: flex;
        -ms-flex-wrap: wrap;
        -ms-flex-align: center !important;
        -ms-flex-pack: justify;
        padding-left: 30px;
        padding-right: 30px;
        margin-right: 1rem;
        align-items: center !important;
        height: auto !important;
    }
}

.margin-top0 {
    margin-top: 0px !important;
}

a {
    text-decoration: none;
    color: #1d1452 !important;
    letter-spacing: 1px !important;
    font-size: 16px;
    font-family: Alegreya Sans;
    text-transform: uppercase;
    font-weight: 300 !important;
}

a:hover {
    text-decoration: none !important;
    color: rgba(255, 255, 255, 0.75) !important;
}

.pgia-gallery-grid img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    max-width: 200px;
    max-height: 200px;
}

@media (max-width:575px) {
    .w-90 {
        /* width: 90% !important */
    }
}

@media (max-width:575px) {
    .title {
        font-family: 'ABeeZee', sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 82px;
        font-size: 54px !important;
        overflow: hidden;
        margin-top: 75px;
    }

    .headline-termine {
        font-size: 59px !important;
        line-height: 50px !important;
        font-family: 'Alegreya Sans', sans-serif;
        font-weight: 300;
    }
}

@media (max-width:767px) {
    .headline-termine {
        font-size: 119px;
        line-height: 94px;
        font-family: 'Alegreya Sans', sans-serif;
        font-weight: 300;
    }
}

.headline-termine {
    font-size: 111px;
    line-height: 85px;
    font-family: 'Alegreya Sans', sans-serif;
    font-weight: 300;
    letter-spacing: -1px;
}

@media (max-width:575px) {
    .navbar-collapse {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-align: right;
        min-width: 100%;
        margin-top: 37px;
        display: flex;
        align-items: flex-end;
        justify-content: flex-start;
    }
}

@media (min-width:576px) and (max-width:767px) {
    .navbar-collapse {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-align: center;
        align-items: center;
        min-width: 105% !important;
        width: 105% !important;

        /* margin-top: 29px */
        margin-left: -20px;
    }
}

.navbar-collapse {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 21% !important;
    -ms-flex-positive: 1;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff !important;
    background-color: #2e2475 !important;
}

@media (max-width:575px) {
    .navbar-brand {
        font-weight: 700;
        font-size: 24px !important;
        color: #ffffff;
        text-transform: uppercase;
        font-variant: small-caps;
        padding-top: 0;
        padding-bottom: 0;
        line-height: 26px;
        margin-top: 17px !important;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 11px !important;
        height: 30px;
    }
}

@media (min-width:576px) and (max-width:767px) {
    .navbar-brand {
        color: #ffffff !important;
        letter-spacing: 3px;
        text-transform: uppercase;
        font-variant: small-caps;
        padding-top: 0;
        padding-bottom: 0;
    }
}

.navbar-brand {
    font-size: 30px;
    letter-spacing: 2px !important;
    text-transform: uppercase;
    font-variant: small-caps;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    font-weight: 500;
    color: #fefefe !important;
}

@media (min-width:768px) and (max-width:991px) {
    .navbar-brand {
        font-size: 24px;
        letter-spacing: 2px !important;
        text-transform: uppercase;
        font-variant: small-caps;
        padding-top: 0;
        padding-bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
        font-weight: 500;
        color: #fefefe !important;
    }
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

.navbar-toggler {
    padding: 0.25rem 0;
    font-size: 1.8rem;

    /* line-height: 1 */
    border: 0px solid rgba(255, 255, 255, 0) !important;
    border-radius: 0.25rem;
    margin-right: 0;
}

@media (min-width:992px) {
    .navbar {
        padding-left: 30px;
    }
}

.navbar {
    position: fixed;
    top: 0;
    height: 60px;
    background-color: #2e2475 !important;
    padding-left: 30px;
    padding-right: 30px;
    transition: transform 500ms ease-in-out 200ms !important;
    -webkit-transition: transform 500ms ease-in-out 200ms !important;
    -moz-transition: transform 500ms ease-in-out 200ms !important;
    -o-transition: transform 500ms ease-in-out 200ms !important;
    width: 100%;
}

.headlinevielfalt {
    font-family: 'Antic', sans-serif;
    font-size: 64px;
    margin-top: 14px;
    line-height: 67px;
    letter-spacing: -2px;
    width: 100%;
}

@media (max-width:480px) {
    .headlinevielfalt {
        font-family: 'Antic', sans-serif;
        font-size: 39px;
        margin-top: 14px !important;
        font-variant: small-caps;
        line-height: 40px !important;
        letter-spacing: -2px;
        max-width: 383px;
        width: 85%;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width:481px) and (max-width:767px) {
    .headlinevielfalt {
        font-family: 'Antic', sans-serif;
        font-size: 53px;
        margin-bottom: -3px;
        margin-top: 14px;
        font-variant: small-caps;
        line-height: 58px;
        max-width: 551px;
        width: 86%;
    }
}

@media (max-width:575px) {
    .navbar-toggler {
        margin-right: 0;
    }
}

@media (max-width:991px) {
}

@media (min-width:768px) and (max-width:991px) {
    .headlineplattform {
        font-size: 48px !important;
        font-weight: 300;
        line-height: 59px !important;
    }
}

@media (max-width:575px) {
    .headlineplattform {
        font-size: 34px !important;
        font-weight: 300;
        line-height: 41px !important;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width:576px) and (max-width:767px) {
    .headlineplattform {
        font-size: 36px !important;
        font-weight: 300;
        line-height: 49px !important;
    }
}

.headlineplattform {
    font-size: 60px;
    font-weight: 300;
    line-height: 68px;
}

@media (min-width:768px) and (max-width:991px) {
    .headlineplattform2 {
        font-size: 56px !important;
        font-weight: 700;
    }
}

@media (max-width:767px) {
    .headlineplattform2 {
        font-size: 38px !important;
        font-weight: 700;
    }
}

.headlineplattform2 {
    font-size: 75px;
    font-weight: 700;
}

@media (min-width:576px) and (max-width:767px) {
    .headlineplattform2 {
        font-size: 44px !important;
        font-weight: 700;
    }
}

@media (max-width:575px) {
    .ballettforumheadline2 {
        font-size: 58px !important;
        line-height: 46px !important;
        text-align: justify;
        letter-spacing: 4px !important;
        font-family: 'Alegreya Sans', sans-serif;
        text-transform: uppercase;
        min-width: 95%;
    }
}

.ballettforumheadline2 {
    font-size: 99px;
    line-height: 74px;
    text-align: justify;
    letter-spacing: 5px;
    font-family: 'Alegreya Sans', sans-serif;
    text-transform: uppercase;
}

.margin-lft-0 {
    margin-left: 0px !important;
}

.background-fixed {
    background-attachment: fixed;
}

@media screen and (max-width:767px) {
    .background-fixed {
        background-attachment: scroll !important;
    }
}

@media (max-width:575px) {
    .praxis-theorie-blue-txt {
        font-size: 23px !important;
        color: rgba(5, 12, 69, 0.53) !important;
        font-weight: 400 !important;
        font-family: 'Open Sans', sans-serif;
        line-height: 40px !important;
    }
}

.praxis-theorie-blue-txt {
    font-size: 30px;
    color: rgba(16, 26, 113, 0.8);
    font-weight: 400 !important;
    font-family: 'Open Sans', sans-serif;
    line-height: 57px;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #34229b !important;
}

.text-primary {
    color: #1d1452 !important;
}

@media (max-width:575px) {
    .slider1.slide2 {
        width: 100% !important;
        padding-left: 0px !important;
        min-width: 100% !important;
    }
}

@media (min-width:576px) and (max-width:767px) {
    .slider1.slide2 {
        opacity: 0.8;
        width: 100% !important;
        padding-left: 0px !important;
        min-width: 100% !important;
    }
}

@media (max-width:767px) {
    .slider1.slide4 {
        min-width: 100%;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
}

@media (min-width:768px) {
    .slider1.slide4 {
        width: 52%;
        max-width: 64%;
        margin-right: auto;
        margin-left: 50px;
        padding-left: 0px !important;
    }
}

@media (min-width:1200px) {
    .slider1.slide4 {
        width: 52%;
        max-width: 700px;
        margin-right: auto;
        margin-left: 10%;
        padding-left: 0px !important;
    }
}

@media (max-width:991px) {
    .slider1.slide2 {
        width: 80%;
        padding-left: 44px;
        min-width: 80%;
    }
}

.slider1.slide2 {
    width: 60%;

    /* padding-left: 44px */
    max-width: 65%;
}

.col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-xl-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-xl-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-xl-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .row-cols-xl-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-xl-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-xl-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    /* .col-xl-9 {
        ||*| -ms-flex: 0 0 75% |*||
        /* flex: 0 0 75% */
    /* max-width: 75% */
}

*/
    .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.order-xl-first {
    -ms-flex-order: -1;
    order: -1;
}

.order-xl-last {
    -ms-flex-order: 13;
    order: 13;
}

.order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
}

.order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
}

.order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
}

.order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
}

.order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
}

.order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
}

.order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
}

.order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
}

.order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
}

.order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
}

.order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
}

.order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
}

.order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
}

.offset-xl-0 {
    margin-left: 0;
}

.offset-xl-1 {
    margin-left: 8.333333%;
}

.offset-xl-2 {
    margin-left: 16.666667%;
}

.offset-xl-3 {
    margin-left: 25%;
}

.offset-xl-4 {
    margin-left: 33.333333%;
}

.offset-xl-5 {
    margin-left: 41.666667%;
}

.offset-xl-6 {
    margin-left: 50%;
}

.offset-xl-7 {
    margin-left: 58.333333%;
}

.offset-xl-8 {
    margin-left: 66.666667%;
}

.offset-xl-9 {
    margin-left: 75%;
}

.offset-xl-10 {
    margin-left: 83.333333%;
}

.offset-xl-11 {
    margin-left: 91.666667%;
}

.active {
    font-weight: 500 !important;
    color: #ffffff !important;
}

@media (min-width:576px) and (max-width:767px) {
    .ml-auto,
    .mx-auto {
        width: 44% !important;
    }
}

.yesdance {
    font-size: 102px;
    text-transform: uppercase;
    line-height: 84px;
    font-weight: 400;
}

@media (max-width:991px) {
    .yesdance {
        font-size: 80px;
        text-transform: uppercase;
        line-height: 70px;
        margin-left: auto;
        margin-right: auto;
        max-width: 90%;
        min-width: 90%;
        margin-top: 51px !important;
    }
}

@media (max-width:575px) {
    .yesdance {
        font-size: 68px;
        text-transform: uppercase;
        line-height: 57px;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        min-width: 91%;
        margin-top: 51px !important;
    }
}

padding-lft-ght-0px {
    padding-left: 0px;
    padding-right: 0px;
}

padding-lft-ght-0px {
    padding-left: 0px;
    padding-right: 0px;
}

.txt-shdw {
    text-shadow: 2px 2px 4px rgba(77, 74, 74, 0.7);
}

.nav-link {
    color: #ffffff !important;
}

#section {
    padding-top: 0 !important;
}

.padd-top-bttm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.pt-5,
.py-5 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

@media (min-width:992px) {
    .font50px-lh45px-upperc {
        text-transform: uppercase;
        font-size: 50px;
        line-height: 45px;
        margin-bottom: 10px;
    }
}

@media (max-width:575px) {
    .font50px-lh45px-upperc {
        text-transform: uppercase;
        margin-bottom: 10px;
    }
}

@media (min-width:576px) {
    .font50px-lh45px-upperc {
        text-transform: uppercase;
        line-height: 45px;
        word-break: break-word;
        font-size: 50px;
        margin-bottom: 10px;
    }
}

@media (max-width:991px) {
    .divider1 {
        padding-left: 0px !important;
        margin-left: -27px !important;
        max-width: 46% !important;
    }
}

@media (min-width:992px) {
    .divider1 {
        padding-left: 50px !important;
        margin-left: 0px;

        /* max-width: 30% */
    }
}

.divider2 {
    width: 32%;
    padding-left: 0px;
    margin-left: 6%;
}

@media (max-width:991px) {
    .divider2 {
        margin-left: 0;
        margin-right: auto;
        width: 20%;
    }
}

@media (max-width:767px) {
    .divider2 {
        width: 40%;
        margin-left: -18px;
    }
}

@media (max-width:480px) {
    .divider2 {
        width: 41%;
        margin-left: -9px;
    }
}

a:focus {
    font-weight: 300 !important;
}

.navbar-toggler:focus {
    border-width: 0px !important;
    border-color: rgba(0, 0, 0, 0) !important;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
    text-decoration: none;
    border-width: 0px !important;
    border-color: rgba(0, 0, 0, 0) !important;
}

.navbar-toggler-icon:hover {
    opacity: 0.5;
}

.row-text {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    padding: 110px 0;
    flex-direction: column;
    justify-content: center;
    display: flex;
}

@media (max-width:991px) {
    .row-text {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        padding: 80px 0;
        flex-direction: column;
        justify-content: center;
        display: flex;
    }
}

@media (max-width:767px) {
    .row-text {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        padding: 65px 0;
        flex-direction: column;
        justify-content: center;
        display: flex;
    }
}

.navbar-dark .navbar-nav .nav-link {
    color: #ffffff;
    font-size: 18px;
}

@media (min-width:768px) and (max-width:991px) {
    .navbar-dark .navbar-nav .nav-link {
        color: #ffffff !important;
        font-size: 15px;
    }
}

@media (max-width:767px) {
    .navbar-dark .navbar-nav .nav-link {
        font-size: 23px;
        font-weight: normal;
        padding-left: 22px;
        text-align: right;
        padding-right: 20px;
        border-bottom-style: none;
        border-bottom-color: #ffffff;
        border-top: 1px solid #fefefe;
        width: 100%;
    }
}

@media (max-width:575px) {
    .navbar-dark .navbar-nav .nav-link {
        font-size: 23px;
        font-weight: normal;
        padding-left: 22px;
        text-align: right;
        padding-right: 11px !important;
        border-bottom-style: none;
        border-bottom-color: rgba(255, 255, 255, 0);
        border-top: 1px solid #fefefe;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
}

.opacity80p {
    opacity: 0.8;
}

.opacity85p {
    opacity: 0.85;
}

.opacity90p {
    opacity: 90% !important;
}

opacity85 {
    opacity: 85% !important;
}

.txt-credits-slider {
    margin-top: 11px;
    max-width: 600px;
    width: 90%;
    font-size: 19px;
    line-height: 24px !important;
}

@media (max-width:480px) {
    .txt-credits-slider {
        margin-top: 11px;

        /* max-width: 251px !important */
        width: 71% !important;
        font-size: 17px !important;
        line-height: 22px !important;
    }
}

.headline-wissenswert {
    font-family: 'Antic', sans-serif;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 14px;
    font-size: 75px;
    line-height: 75px;
    max-width: 600px;
    width: 90%;
}

@media (min-width:480px) and (max-width:768px) {
    .headline-wissenswert {
        font-family: 'Antic', sans-serif;
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 14px;
        font-size: 62px;
        line-height: 72px;
        max-width: 600px;
        width: 90%;
    }
}

@media (max-width:480px) {
    .headline-wissenswert {
        font-family: 'Antic', sans-serif;
        padding-left: 0px !important;
        padding-right: 0px !important;
        margin-top: 14px;
        font-size: 44px !important;
        line-height: 54px !important;
        max-width: 600px;
        width: 90%;
        letter-spacing: -2px;
    }
}

.border-secondary {
    border-top: 1px solid rgba(248, 248, 248, 0.62) !important;
}

.border-secondary-2 {
    border-top: 1px solid rgba(81, 81, 81, 0.62) !important;
}

.div-lectures {
    margin-top: 40px;
    padding-left: 0px;
    padding-right: 0px;
}

@media (max-width:767px) {
    .div-lectures {
        background-color: rgba(0, 0, 0, 0.04);
        margin-top: 40px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 4.5s !important;
}

.ballet-prof {
    object-fit: contain;
    max-width: 600px;
    opacity: 0.85;
    width: 100%;
}

@media (max-width:650px) {
    .ballet-prof {
        object-fit: contain;
        max-width: 100%;
        opacity: 0.85;
    }
}

.ballett-fasz {
    object-fit: contain;
    max-width: 86%;
    opacity: 0.8;
}

@media (max-width:650px) {
    .ballett-fasz {
        object-fit: contain;
        max-width: 100%;
        opacity: 0.8;
    }
}

ballett-koerper {
    font-size: 142px;
    line-height: 74px !important;
}

.ballett-koerper {
    font-size: 86px;
    line-height: 74px !important;
}

@media (max-width:575px) {
    .ballett-koerper {
        font-size: 65px;
        line-height: 74px !important;
        word-break: normal;
    }
}

nav {
    /* height: 60px */
    transition: transform .25s .1s ease-in-out;
}

@media (min-width:992px) {
    .down nav {
        transform: translate3d(0, -70px, 0);
    }
}

.down nav {
    transform: translate3d(0, -170px, 0);
}

.textimgxs.img-fluid {
    background-image: url('elements/svg/ballett-aesthetik-koerperkunst.svg');
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 300px;
}

@media (max-width:575px) {
    .textimgxs.img-fluid {
        background-image: url('elements/svg/profession1.svg');
        width: 100%;
        background-repeat: no-repeat;
        background-size: contain;
        max-height: 50vh;
        height: 50vh;
    }
}

.bg-light2:hover {
    opacity: 0.8;
}

.link-opac:hover {
    opacity: 0.8;
}

.margin-lft-8-100 {
    margin-left: 8%;
}