@font-face {
    font-family: Ubuntu-Bold;
    src: url(../fonts/Ubuntu-Bold.ttf)
}

@font-face {
    font-family: Ubuntu;
    src: url(../fonts/Ubuntu-Light.ttf)
}

@font-face {
    font-family: 'Snell Roundhand';
    font-style: normal;
    font-weight: normal;
    src: local('Snell Roundhand'), url('../fonts/SnellRoundhand.woff') format('woff');
}

@font-face {
    font-family: 'Snell Roundhand Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Snell Roundhand Bold'), url('../fonts/SnellRoundhand-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Snell Roundhand Black';
    font-style: normal;
    font-weight: normal;
    src: local('Snell Roundhand Black'), url('../fonts/SnellRoundhand-Black.woff') format('woff');
}

body {
    background-color: #a4c3f7 !important;
}

.navbar-hallerblue {
    background-color: #a4c3f7;
}

.nav-link {
    color: #ffffff;
}

.carousel-inner>.carousel-item {
    -webkit-transition: -webkit-transform 1.4s ease-in-out !important;
    -o-transition: -o-transform 1.4s ease-in-out !important;
    transition: transform 1.4s ease-in-out !important;
}

.news_title {
    text-align: center;
    font-family: 'Ubuntu';
    font-size: 24px;
}

.subtitle {
    font-family: 'Ubuntu';
    text-decoration: underline;
}

.news_sub_title {
    text-align: center;
    font-family: 'Ubuntu';
    font-size: 18px;
}

.news_short_text {
    text-align: center;
    font-family: 'Ubuntu';
}

.news_text {
    text-align: justify;
    font-family: 'Ubuntu';
}

.divtest {
    margin: 0 auto;
    padding: 20px;
    overflow: hidden;
}

.bord {
    border: 3px solid black;
}

.zk {
    padding-bottom: 30px;
}

.vergeben {
    color: tomato;
}

.geschlecht {
    font-size: x-large;
}

.card-title-snell {
    font-weight: normal;
    font-family: 'Snell Roundhand Bold';
    font-size: 38px;
}

.card-title-ubuntu {
    font-weight: normal;
    font-family: 'Ubuntu';
    font-size: 28px;
}

.card-text {
    font-family: 'Ubuntu' !important;
}

.card_outer_blue {
    background: #ecf3fd;
}

.card_inner_blue {
    background: #F5F5F5;
}

.banner {
    width: 100%;
}

.kontakt {
    margin-left: 5vw;
}

p {
    font-family: 'Ubuntu';
}

ul {
    font-family: 'Ubuntu';
}

.img100 {
    width: 100%;
}

@media (min-width:1500px) {
    .card-img-top1 {
        width: 100%;
        height: 20vw;
        object-fit: cover;
    }
    .card-body1 {
        height: 20vw;
        overflow-y: scroll;
    }
    .card-body2 {
        height: 80vw;
        overflow-y: scroll;
    }
    .card-body3 {
        height: 75vw;
        overflow-y: scroll;
    }
    .card-body4 {
        height: 25vw;
    }
    .div_news_outer {
        width: 70%;
        margin: 0 auto;
        padding: 20px;
        overflow: hidden;
    }
    .div_news_outer2 {
        width: 50%;
        margin: 0 auto;
        padding: 20px;
        overflow: hidden;
    }
    .div_news_inner {
        max-width: 100%;
        padding-top: 20px;
    }
    .div_links_outer {
        width: 30%;
        margin: 0 auto;
        padding: 20px;
        overflow: hidden;
    }
    img {
        max-width: 100%;
        max-height: 100%;
    }
    .canvas {
        padding: 65px;
    }
    .kontakttable {
        font-family: 'Ubuntu';
        width: 30%;
        border-collapse: separate;
        border-spacing: 0 1em;
    }
    .kittentable {
        width: 50%;
        border-collapse: separate;
        border-spacing: 1em;
    }
}

@media (max-width: 1000px) {
    .card-body1 {
        height: 70vw;
        overflow-y: scroll;
    }
    .card-body2 {
        height: 140vw;
        overflow-y: scroll;
    }
    .card-body3 {
        height: 140vw;
        overflow-y: scroll;
    }
    .div_news_outer {
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
    }
    .div_news_inner {
        max-width: 100%;
        padding-top: 20px;
    }
    img {
        max-width: 100%;
        max-height: 100%;
    }
    .canvas {
        padding: 60px;
    }
    .kontakttable {
        font-family: 'Ubuntu';
        width: 90%;
        border-collapse: separate;
        border-spacing: 0 1em;
        font-size: 45px;
    }
    .kittentable {
        width: 100%;
        border-collapse: separate;
        border-spacing: 1em;
    }
    #header {
        content: url('../images/designheader_small.jpg');
    }
    .nav-link {
        font-size: 56px !important;
    }
    .alert {
        font-size: 50px !important;
    }
    .card-title-snell {
        font-weight: normal;
        font-family: 'Snell Roundhand Bold';
        font-size: 84px;
    }
    .card-title-ubuntu {
        font-weight: normal;
        font-family: 'Ubuntu';
        font-size: 58px;
    }
    .news_text {
        font-size: 45px;
    }
    .news_short_text {
        font-size: 45px;
    }
    .news_title {
        font-size: 58px;
    }
    .card-text {
        font-family: 'Ubuntu' !important;
        font-size: 45px !important;
    }
    .subtitle {
        font-size: 58px;
    }
    .font-sm {
        font-size: 45px !important;
    }
    ul {
        font-size: 45px;
    }
    .news_sub_title {
        font-size: 50px;
    }
    .geschlecht {
        font-size: 45px;
    }
    .navbar-toggler-icon {
        font-size: 70px !important;
    }
}