/* lato-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('../Fonts/lato-v24-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* lato-900 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    src: url('../Fonts/lato-v24-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body{
    font-family: 'Lato';
}

strong{
    font-weight: 400;
    font-style: normal;
}

h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6,.list-headlines{
    font-weight: 900;
}

.bg-primary {
    background-color: #004684 !important;
}

.bg-danger {
    background-color: #C4064F !important;
}

.bg-lightblue{
    background: rgba(0, 70, 132, 0.4);
}

.bg-pink{
    background: rgba(196, 6, 79, 0.4);
}

.bg-star{
    background: url("../Images/star.svg") no-repeat center center transparent;
    background-size: contain;
    width: 173px;
    height: 173px;
    transform: rotate(15deg);
    flex-shrink: 0;
    z-index: 100;
}

.star-between-sections {
    left: 60%;
    top: -80px;
}

h1,.h1{
    font-size: 120px;
    line-height: 1;
}

h2,.h2{
    font-size: 82px;
    line-height: 1.2;
}

h3,.h3{
    font-size: 40px;
    line-height: 1.2;
}

h4,.h4{
    font-size: 32px;
    line-height: 1.2;
}

.list-headlines span{
    display: flex;
    height: 50px;
}

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

#newsscroller {
    height: 250px; /* oder passend zur Höhe der News */
}

.swiper-button-prev,
.swiper-button-next{
    width: 60px !important;
    height: 60px !important;
    background: url("../Images/guidance_left-arrow.svg") no-repeat center center transparent;
    background-size: contain;
}

.swiper-button-prev{
    transform: rotate(180deg);
}

.swiper-button-prev::after,
.swiper-button-next::after{
    font-size: 0;
    content: "" !important;
}

.witharrows{
    display: flex;
    justify-content: space-between;
    align-items: start;
    width: 100%;
}

.witharrows span {
    display: block;
    width: 100%;
    background: url("../Images/Frame 9.svg") right center repeat transparent;
    height: 55px;
    background-size: cover;
    margin-top: 20px;
}

.witharrows.arrows-blue span{
    background-image: url("../Images/BlueArrows.svg");
}

body {
    overflow-x: hidden;
}

@media (max-width: 768px) {

    .witharrows span {
        height: 20px;
        margin-top: 8px;
    }

    .star-between-sections {
        left: auto;
        right: 10%;
        top: -80px;
    }

}

.bottom-20 {
    bottom: 25% !important;
}

.min-vh-100 {
    min-height: 90vh !important;
}

@media (min-width: 768px) {
    .min-vh-100 {
        min-height: max(90vh, 780px) !important;
    }
}

@media(max-width: 768px){

    .min-vh-100{
        min-height: auto !important;
    }

    .mobile-min-vh-75{
        min-height: 500px !important;
    }

    .p-5{
        padding: 2rem !important;
    }

    h1,.h1{
        font-size: 40px;
    }

    h1 img{
        height: 26px !important;
    }

    h2,.h2{
        font-size: 30px;
    }

    h3,.h3{
        font-size: 25px;
    }

    h4,.h4{
        font-size: 20px;
    }

    .list-headlines span{
        height: 30px;
    }

    .list-headlines span img{
        width: 14px;
    }

}


.hover-white:hover{
    background: rgba(0, 0, 0, 0.14);
}

@media(min-width: 768px){

    .min-h-100{
        min-height: 300px;
        align-content: space-between;
    }

    .bottom-d-150.bottom-0 {
        bottom: calc(50% - 150px) !important;
    }

}





.tag {
    display: inline-block;
    padding: 0.1rem 0.5rem;
    border-radius: 3px;
    margin: 0.2rem;
    font-size: 0.875rem;
    font-weight: 400;
}

.tag-Female {
    background-color: #FF69B4;
    color: white;
}

.tag-Impact {
    background-color: #4CAF50;
    color: white;
}

.tag-Young {
    background-color: #2196F3;
    color: white;
}

.tag-Migrant {
    background-color: #9C27B0;
    color: white;
}

.tag-Social {
    background-color: #FF9800;
    color: white;
}

.text-white a {
    color: white;
}