a {
    cursor: pointer;
}

.teaser-container {
    background-color: #F3F2F0;
}

.teaser-headline-container {
    color: #646464FF;
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 23px;
    line-height: 25px;
}

.has-bullet-point::before {
    content: "\2022";
    color: #646464FF;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.teaser-text-container ul li {
    list-style: none;
}
.teaser-text-container ul li::before {
    content: "\2022";
    color: #646464FF;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size: 20px;
}
.teaser-container-left .teaser-text-container ul li::before {
    margin-right:  10px ;
}

.teaser-container-image-right {
    background: white;
}

.teaser-container-image-right .teaser-container-left {
    text-align: right;
}

.teaser-box {
    width: 25%;
}

/*.teaser-box-img {
    max-width:100%;
    max-height:100%;
}*/
.arrow-box-left, .arrow-box-right {
    position: relative;
    background: #646464FF;
    width: auto;
    height: 100%;
}

.arrow-box-left:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 117, 86, 0);
    border-right-color: #646464FF;
    border-width: 40px;
    margin-top: -40px;
}

.arrow-box-right:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 117, 86, 0);
    border-left-color: #646464FF;
    border-width: 40px;
    margin-top: -40px;
}

a.arrow-box-button-link, .arrow-box-headline, a.arrow-box-button-link:hover {
    color: white !important;
    text-decoration: none;
    font-weight: normal;
}

.arrow-box-headline {
    text-align: left;
    padding-top: 10px;
    font-weight: 600;
    font-size: 18px;
    max-width: 240px;
    margin-left:10px;

}

.arrow-box-button {
    text-align: right;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.teaser-box-btn {
    border-radius: 5px;
    padding: 3px 13px;
    border: 1px solid white;
    background-color: #646464FF;
}

.teaser-box-content {
    padding-bottom: 25px;
}

.teaser-box-content-mobile {
    text-align: center;
}

.embed-uni-bielefeld-video {
    height: 500px;
}

.wp-block-video video {
    height: 600px;
    width: 100%;
}

.info-box {
    text-align: center;
    background-color: #E4A614;
    padding: 40px;
    padding-bottom: 60px;
}

.info-box-headline, .info-box-subheadline {
    color: white;
    font-weight: 700;
}

.info-box-headline {
    font-size: 22px;
    font-weight: bold;
}

.info-box-subheadline {
    padding-bottom: 30px;
}

a.info-box-button-link {
    padding: 12px;
    background-color: white;
    border-radius: 25px;
    color: #646464FF !important;
    font-weight: 600;
}

a.info-box-button-link:hover {
    font-weight: 600;
    cursor: pointer;
}

figure.wp-block-video {
    cursor: pointer;
    margin-bottom: -6px;
}

.bielefeld-green {
    color: #646464FF;
}

.text-underline a {
    text-decoration: underline !important;
}

.margin-bottom-none {
    margin-bottom: 0;
}

.navbar-expand-xl .navbar-nav .dropdown-menu {
    min-width: 350px !important;
}

input#privacy-checkbox {
    position: relative;
    top: 2px;
}

.contact-person-box {
    border: 1px solid #646464FF;
    border-top: 8px solid #646464FF;
    padding: 30px;
    height: 100%;
}

.contact-person-text-container {
    padding-left: 30px;
}

.contact-person-headline {
    font-weight: bold;
    color: #646464FF;
}

.contact-person-email-span {
    font-size: 14px;
}

.custom-padding-8px {
    padding-right: 8px;
    padding-left: 8px;
}

.contact-person-row {
    padding-top: 15px;
}

.contact-form-background-container {
    /*padding-right: 600px;
    padding-left: 600px;*/
    background-image: url("/wp-content/uploads/iStock-1135562849.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: 50%;
}

.contact-form-sub-container {
    padding-left: 200px;
    padding-right: 200px;
}

.contact-form-container {
    background-color: white;
    padding: 30px;
}

.contact-form-container-placeholder {
    /*padding-right: 600px;
    padding-left: 600px;*/
}

.contact-form-container-placeholder-height {
    background-color: white;
    height: 20px;
}

.placeholder-height-top {
    -webkit-box-shadow: 0px -5px 10px -5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px -5px 10px -5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px -5px 10px -5px rgba(0, 0, 0, 0.5);
}

.placeholder-height-bottom {
    -webkit-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.5);
}

.contact-btn {
    background-color: #646464FF;
    border-radius: 25px;
    color: white;
    font-weight: bold;
}

.enno-form label, .form-mandatory-notification {
    font-weight: 600;
}

.form-mandatory-notification, .checkbox label {
    font-style: italic;
    font-weight: normal;
}
.form-mandatory-notification {
    padding-top: 10px;
    padding-bottom: 15px;
}

.btn-container {
    text-align: center;
}

.download-container {
    margin-top:  -5px;
    background-color: #646464FF;
    height: 60px;
    text-align: center;
    color: white;
    padding-top: 15px
}


.download-container-btn, .download-container-btn:hover {
    color: white !important;
}

.glyphicon-download-alt {
    position: relative;
    top: 2px;
    font-family: "Glyphicons Halflings";
    -webkit-font-smoothing: antialiased;
    left: 5px;
}
.glyphicon-download-alt:after {
    content: "\e025";
}
.contact-information-container {
    padding-top: 20px;
    padding-bottom: 25px;
}
.contact-information-uni-name {
    color: #646464FF;
    font-weight: 600;
}
.contact-information-container-right {
    padding-left: 10px;
}
.no-padding-right {
    padding-right: 0;
}
.no-padding-left {
    padding-left: 0;
}
.contact-information-text {
    margin-left: -15px;
}
.breadcrumb {
    background-color: transparent!important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
}
.breadcrumb a, .breadcrumb a:hover, .breadcrumb li {
    color: #707070!important;
    font-weight: 400;
}
.breadcrumb-container {
    padding-top: 40px;
    padding-left: 0;
}

@media (min-width: 1281px) {
    .contact-person-text-container {
        width: 325px;
    }
    .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
    .container-accordion {
        padding-right: 250px;
        padding-left: 250px;
    }
}

@media screen and (max-width: 991px) {
    .teaser-container {
        background: none;
    }
    .gruende-block.col-md-4{
        min-width: 50%;
    }
}

@media only screen and (min-width: 767px) {
    .teaser-box-content-mobile {
        display: none;
    }

    .teaser-container-content-mobile {
        display: none;
    }
    #mce_7:target {
        display: block;
        position: relative;
        top: -200px;
        visibility: hidden;
    }
}

@media only screen and (max-width: 768px) {
    .teaser-box {
        width: 100%;
    }

    .arrow-box-left, .arrow-box-right {
        display: none;
    }

    .teaser-container-content-desktop {
        display: none;
    }

    .teaser-box-content-mobile {
        display: block;
        margin: 0 auto;
        padding-top: 5px;
    }

    .teaser-container-content-mobile {
        display: block;
    }

    .teaser-container-content {
        text-align: center !important;
        padding-bottom: 25px;
        padding-top: 10px;
    }

    .teaser-container, .teaser-boxes-container {
        text-align: center !important;
    }

    .contact-form-sub-container {
        padding-left: 0;
        padding-right: 0;
    }

    .contact-form-background-container {
        background-image: none;
    }

    .contact-form-container-placeholder {
        display: none;
    }
    .contact-person-image-container {
        margin: 0 auto;
    }
    .contact-person-text-container {
        text-align: center;
    }
    .hide-mobile {
        display: none;
    }
}

@media only screen and (max-device-width: 480px) {
    #footer-widget {
        text-align: left;
        margin-left: 15px !important;
        margin-right: 15px !important;
    }

    section#newsletterwidget-6 {
        padding-top: 15px;
    }
    .contact-information-container-right-img {
        max-width: 30%;
    }
    .contact-information-container-left {
        padding-bottom: 20px;
    }
    .contact-person-row {
        padding-top: 0;
    }
    .contact-information-text {
        margin-left: -23px;
    }
    figcaption#figcaption-wolfgang {
        position: absolute;
        bottom: 0;
        margin-bottom: -25px;
    }
    #headline-health-admin {
        padding-top: 20px;
    }
}

