* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Questrial', sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    text-decoration: none;
}

body {
    min-height: 100vh;
    background-color: #000;
}

header {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    background-color: #fff;
    border-bottom: 1px solid #000;
}

header a {
    font-family: 'Caviar Dreams', serif;
    font-size: 24px;
    line-height: 30px;
    color: #000;
}

header a:hover {
    color: #e20000;
}

.rotesG {
    position: relative;
    bottom: -3px;
    width: 22px;
    padding-left: 0px;
}

.section {
    width: 100%;
    overflow: hidden;
}

.container {
    padding: 0px 20px;
}

.card {
    padding: 30px 20px;
    border-radius: 30px;
    margin-bottom: 40px;
}

.rot {
    color: #e20000;
}

.rot2 {
    color: #e20000;
    font-size: 17px;
}

.rot_titel {
    font-family: 'Caviar Dreams';
    font-size: 17px;
    font-weight: 600;
    color: #e20000;
    padding: 0 2px;
}


/* ---------------------- Media  ----------------------- */

@media only screen and (min-width: 767px) {
    .container {
        padding: 0px 60px;
    }
    .card {
        padding: 30px 40px;
        margin-bottom: 40px;
    }
    .ci,
    .cc {
        padding: 0 60px;
    }
}

@media only screen and (min-width: 1024px) {
    .container {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        padding: 0px;
    }
    .cf {
        width: 50%;
        margin-left: auto;
        margin-right: auto;
        padding: 0px;
    }
    .card {
        padding: 30px 40px;
        margin-bottom: 40px;
    }
}


/* ---------------------- Forschung  -------------------- */

.sf {
    background-color: #000;
}

.research {
    background-color: #D0D7DD;
    background-image: url(images/bg_silver21.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #e20000;
    font-family: 'Caviar Dreams';
    font-size: 36px;
    font-weight: 500;
    line-height: 46px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    width: 100%;
    padding: 14px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
}

h3 {
    font-family: 'Caviar Dreams', sans-serif;
    font-size: 28px;
    line-height: 39px;
    color: #fff;
    text-align: center;
    padding: 40px 0;
}

.einleitung {
    background-color: #D0D7DD;
    background-image: url(images/bg_silver21.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #000;
}

.research_img {
    margin-right: 26px;
    float: left;
}

.research_img img {
    width: 120px;
    height: auto;
}


/* ------------ Forschung  Klassifizierung ---------------- */

.skl {
    background-color: #000;
}

.skl .card {
    background-color: #D0D7DD;
}

.skl h4 {
    font-family: 'Caviar Dreams', sans-serif;
    font-size: 18px;
    line-height: 28px;
    color: #e20000;
    font-weight: 600;
}

.klassifizierung {
    color: #000;
}

.kl_liste {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.kl_liste ul {
    list-style-image: url(images/red_circle.svg);
    padding-left: 20px;
    padding-bottom: 10px;
}

.kl_liste ul li {
    font-family: 'Caviar Dreams', sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #000;
    padding-left: 8px;
    padding-bottom: 6px;
    padding-top: 20px;
}

.kl_liste ul p {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    padding-left: 8px;
    padding-bottom: 0px;
}

.fazit {
    background-color: #D0D7DD;
    background-image: url(images/bg_silver21.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #000;
    margin-bottom: 80px;
}

.fazit_img {
    margin: 10px;
    margin-right: 26px;
    float: left;
}

.fazit_img img {
    width: 80px;
    height: auto;
}


/* --------- Section Forschungsprojekt ---------------------- */

.spr {
    background-color: #990000;
    background-image: linear-gradient(147deg, #990000 0%, #c00a0a 74%);
}

.spr .card {
    background: #000000;
    margin-top: 40px;
}

.spr h2 {
    font-family: 'Caviar Dreams', sans-serif;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    margin-top: 40px;
}

.spr h6 {
    font-family: 'Caviar Dreams', sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #e20000;
    font-weight: 600;
    padding-bottom: 20px;
}

.projekttitel {
    background-color: #D0D7DD;
    background-image: url(images/bg_silver21.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #e20000;
    font-family: 'Caviar Dreams';
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 1px;
    text-align: center;
    width: 100%;
    padding: 14px;
    border-radius: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}

.projekt {
    color: #fff;
    margin-bottom: 80px;
}

.projekt_imgrc {
    width: 120px;
    height: 120px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
    margin-right: 26px;
    float: left;
}

.projekt_imgrc img {
    height: 100px;
    width: auto;
}

.projekt_img {
    width: 90px;
    height: 90px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
    margin-right: 26px;
    float: left;
}

.projekt_img img {
    height: 66px;
    width: auto;
}

.mitbg {
    background-color: #000;
    background-image: url(images/bg_swgrau1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
}

.ohnebg,
.contentrbs2,
.contentzf2 {
    padding: 0 20px;
}

.rbs button,
.zf button {
    display: inline-block;
    font-size: 14px;
    color: #e20000;
    background-color: #000;
    border: none;
    border-bottom: solid 2px #e20000;
    margin: 6px 0;
    cursor: pointer;
}

.rbs button:focus,
.zf button:focus {
    outline-style: none;
}

.contentrbs {
    padding-bottom: 20px;
}

.contentrbs p,
.contentrbs2 p {
    padding-bottom: 20px;
}

.contentzf {
    padding-bottom: 20px;
}

.contentzf p {
    padding-bottom: 20px;
    margin-top: 30px;
}

.contentzf2 p {
    padding: 20px 0;
}

.spr ul {
    list-style-image: url(images/red_circle.svg);
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 0px;
    margin-bottom: 20px;
}

.spr ul li {
    font-family: 'Questrial', sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    padding-left: 8px;
    padding-bottom: 20px;
}

.spr ol {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 0px;
    margin-bottom: 20px;
}

.spr ol li {
    font-family: 'Questrial', sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    padding-left: 8px;
    padding-bottom: 20px;
}


/* ---------------------- Impressum / Credits ----------------------- */

.sim,
.scr {
    background-color: #fff;
}

.ci,
.cc {
    padding: 0 30px;
}

.disclaimer {
    padding-top: 40px;
    padding-bottom: 80px;
}

.haftung {
    font-size: 14px;
    line-height: 18px;
}

.ci h3 {
    font-family: 'Questrial', sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #e20000;
    text-align: left;
    padding-bottom: 20px;
}

.cc h3 {
    font-family: 'Questrial', sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #e20000;
    text-align: left;
    padding-bottom: 40px;
}

.adresse {
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 10px;
}

.mail_impr {
    padding-bottom: 40px;
}

.mail_impr a {
    font-size: 14px;
    line-height: 16px;
    color: #000;
}

.ci h5,
.cc h5 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #e20000;
    padding-bottom: 10px;
}

.cc h4 {
    font-family: 'Caviar Dreams', sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    padding: 0;
}

.cc .creditseite {
    padding-bottom: 20px;
}

.cc .creditart {
    padding-top: 10px;
    padding-left: 20px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}

.creditseite ul {
    padding-left: 40px;
}

.creditseite ul li {
    font-size: 14px;
    line-height: 20px;
}

.creditseite ul li a {
    font-size: 14px;
    line-height: 20px;
}

.cc a {
    color: #000;
}


/* ---------------------- Footer  ----------------------- */

footer {
    background-color: #2d3436;
    background-image: linear-gradient(315deg, #2d3436 0%, #000000 74%);
}

.footer_container {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    padding: 50px 10px;
}

footer h4 {
    font-family: 'Caviar Dreams', sans-serif;
    font-size: 30px;
    text-align: left;
    margin: 20px 0;
}

.excounselor_container {
    margin: 10px 0;
}

.excounselor {
    font-family: 'Caviar Dreams', sans-serif;
    font-size: 20px;
    line-height: 30px;
    margin: 10px 0;
}

.excounselor img {
    height: 40px;
}

.impr .mail a {
    font-size: 18px;
    line-height: 24px;
    color: #000;
    text-decoration: none;
}

.mail a {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    text-decoration: none;
}

.mail a:hover {
    color: #e20000;
}

.mail img {
    padding-right: 4px;
}

.menu {
    display: flex;
    flex-direction: column;
    padding: 30px 0;
}

.menu a {
    font-family: 'Caviar Dreams', serif;
    font-size: 18px;
    line-height: 30px;
    text-decoration: underline;
    text-decoration-color: #e20000;
    text-underline-offset: 4px;
}

.menu a:hover {
    color: #e20000;
}

footer nav {
    padding: 10px 0;
}

footer nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 14px;
    line-height: 24px;
}

footer nav ul li {
    display: inline-block;
    padding-right: 10px;
}

footer a {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    text-decoration: none;
}

footer a:hover {
    color: #e20000;
}

.copy {
    font-size: 14px;
    line-height: 24px;
}

.copy img {
    height: 28px;
}

.exc {
    font-family: 'Caviar Dreams', sans-serif;
    font-size: 16px;
    line-height: 26px;
}


/* ---------------------- Media  ----------------------- */

@media only screen and (min-width: 767px) {
    .ci,
    .cc {
        padding: 0 60px;
    }
    .haftung {
        width: 60%;
    }
    .footer_container {
        padding: 0px;
        padding-top: 50px;
        width: 60%;
    }
}

@media only screen and (min-width: 1024px) {
    .ci,
    .cc {
        padding: 0;
    }
    .footer_container {
        width: 60%;
        padding-bottom: 20px;
    }
}