#intro .carousel-inner img {
    font-size: 0;
    border-radius: 0;
    background-size: cover !important;
    width: 0;
    height: 0;
    padding-top: calc(53vh / 2) !important;
    padding-right: 50vw !important;
    padding-bottom: calc(53vh / 2) !important;
    padding-left: 50vw !important;
}

@media (min-width: 992px) {
    #intro .carousel-inner img {
        padding-top: calc((100vh - 145px) / 2) !important;
        padding-top: -webkit-calc((100vh - 145px) / 2) !important;
        padding-top: -moz-calc((100vh - 145px) / 2) !important;
        padding-bottom: calc((100vh - 145px) / 2) !important;
        padding-bottom: -webkit-calc((100vh - 145px) / 2) !important;
        padding-bottom: -moz-calc((100vh - 145px) / 2) !important;
    }
}


.container-fluid-meldungen .container-meldungen {
    padding-left: 40px;
    padding-right: 40px;
}

.container-fluid-meldungen {
    background: #f2f2f2;
    padding-top: 23px;
    padding-bottom: 23px;
    font-size: 13px;
    color: #333333;
}

.container-fluid-meldungen svg {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.container-fluid-meldungen h2 {
    font-size: 18px;
    text-align: center;
    padding-bottom: 5px;
}

.container-fluid-meldungen hr {
    border-color: #808080;
}

.frame-brief {
    max-width: 1240px;
    padding-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}

.first-row .heading {
    padding-top: 49px;
    padding-top: 50px;
    font-size: 30px;
    padding-bottom: 29px;
}

.first-row .subtitle {
    padding-bottom: 25px;
    font-size: 17px;
}

.vorteile-row {
    padding-left: 20px;
    padding-right: 20px;
}

.vorteile-row h2 {
    font-size: 26px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.vorteile-row-2 img {
    height: 48px;
    border-radius: 3px;
}

.vorteile-row-2 p {
    color: #6e6e6e;
}

.vorteile-row-2 {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.eintrag {
    background: white;
    box-shadow: 0 0 15px hsl(0, 0%, 88%);
    border-radius: 6px;
    max-width: 1050px;
    margin-left: auto;
    margin-right: auto;
    padding: 25px;
    font-size: 13px;
    margin-bottom: 30px;
}

.eintrag .left {
    width: 130px;
    float: left;
    display: none;
}

.eintrag .left img {
    width: 110px;
    height: 110px;
}

.eintrag h3 {
    display: block;
    font-size: 16px;
    margin-bottom: 6px;
}

.eintrag .right img {
    width: 113px;
    height: 113px;
    float: left;
    margin-right: 10px;
    margin-bottom: 1px
}

.eintrag .text {
    padding-top: 12px;
    min-height: 130px;
}

.eintrag .label {
    padding: 4px 12px 4px 12px;
    border-radius: 4px;
    border: 1px solid hsl(106, 51%, 42%);
    color: hsl(106, 51%, 42%);
    background: hsl(106, 51%, 90%);
    font-size: 14px;
}

.eintrag .datum {
    padding-top: 8px;
}

.fortfahren-link {
    color: white;
    padding: 6px 14px 6px 16px;
    border-radius: 6px;
    background: #2f5cb6;
    border: 2px solid #2f5cb6;
}

.fortfahren-link:hover {
    border: 2px solid #4d79d1;
    background: #4d79d1;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.fortfahren-link svg {
    margin-bottom: 2px;
    width: 12px;
    height: 12px;
}

.p-link {
    padding-top: 8px;
}

.container-fluid-projekte {
    padding-top: 15px;
    padding-bottom: 40px;
}

.container-fluid-projekte svg {
    width: 31px;
    height: 31px;
    margin-right: 4px;
    padding-bottom: 4px;
}

.container-fluid-projekte h2 {
    padding-top: 0px;
    padding-bottom: 30px;
    font-size: 27px;
    margin-bottom: 25px;
    border-bottom: 1px solid #60626c;
}

.container-fluid-projekte img {
    width: 100%;
    height: 100%;
}

.container-fluid-projekte .box-projekt {
    box-shadow: 0 0 15px #e0e0e0;
    box-shadow: none;
    border-radius: 3px;
}

.container-fluid-projekte .projekt-body {
    background: white;
    padding: 18px;
    padding-left: 0;
    padding-right: 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-radius: 0;
    margin-bottom: 20px;
}

.container-fluid-projekte i {
    font-size: 15px;
    font-size: 16px;
    color: #5fa6c4;
}

.container-fluid-projekte .datum {
    color: #595959;
    font-size: 13px;
    float: right;
}

.container-fluid-projekte p.beschreibung {
    padding-top: 0px;
    padding-bottom: 5px;
    padding-bottom: 7px;
}

.container-fluid-projekte p.beschreibung b {
    font-size: 16px;
    font-size: 17px;
}

.spielen-container a {
    color: white;
    padding: 15px 30px 15px 45px;
    border-radius: 9px;
    background: hsl(223, 62%, 44%);
    font-size: 16px;
}

.spielen-container a:hover {
    background: hsl(223, 62%, 40%);
    color: white;
    text-decoration: none;
    transition: all 0.1s ease-in-out;
}

.spielen-container svg {
    height: 17px;
    margin-left: -5px;
    margin-bottom: -2px;
}

.second-row {
    padding-top: 50px;
    padding-bottom: 20px;
    font-size: 16px;
}

.second-row .col-12 {
    padding-bottom: 70px;
}

.second-row .icon {
    height: 145px;
    margin-bottom: 22px;
}

.second-row .bold {
    padding-bottom: 6px;
    font-size: 17px;
}

.second-row .subtext {
    color: #6e6e6e;
}

.second-row .link {
    padding-top: 6px;
}

.second-row .link a {
    padding-right: 1px;
}

.second-row .link svg {
    height: 10px;
    fill: #2f5cb6;
    margin-bottom: 1px;
}

.second-row .col-12 div {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}

/*.eu-row {
    padding-bottom: 50px;
}
.eu-row img {
    height: 175px;
}
.eu-row p {
    padding-top: 10px;
    text-align: center;
}
.img-container {
    text-align: center
}*/

@media (min-width: 576px) {
    .container-fluid-meldungen .container-meldungen {
        padding-left: 0px;
        padding-right: 0px;
    }

    .frame {
        max-width: 350px;
        margin-left: -35px;
    }

    .vorteile-row {
        padding-left: 0;
        padding-right: 0;
    }

    .vorteile-row-2 {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 992px) {
    .frame {
        max-width: 500px;
        width: 490px;
        border-radius: 0 0 165px 0;
        padding: 73px 80px 45px 45px;
        margin-left: 0px
    }

    .container-fluid-meldungen {
        padding-top: 28px;
        padding-bottom: 28px;
        font-size: 15px;
    }

    .container-fluid-meldungen svg {
        width: 29px;
        height: 29px;
        width: 23px;
        height: 23px;
        margin-right: 6px;
    }

    .container-fluid-meldungen .hr-1 {
        margin-bottom: 9px;
    }

    .container-fluid-meldungen .hr-2 {
        margin-top: 9px;
    }

    .container-fluid-meldungen h2 {
        font-size: 22px;
        font-size: 21px;
        text-align: center;
        padding-bottom: 12px;
    }

    .container-fluid.bg-gr {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .frame-brief {
        max-width: 1240px;
        background: white;
        border-radius: 3px;
        padding-bottom: 70px;
        padding-bottom: 45px;
        margin-left: auto;
        margin-right: auto;
    }

    .first-row .heading {
        font-size: 39px;
        padding-top: 95px;
        padding-top: 110px;
        padding-bottom: 45px;
    }

    .first-row .subtitle {
        font-size: 19px;
        padding-bottom: 30px;
    }

    .vorteile-row h2 {
        font-size: 30px;
        padding-top: 70px;
        padding-bottom: 65px;
    }

    .vorteile-row-2 img {
        height: 53px;
    }

    .vorteile-row-2 p {
        color: #6e6e6e;
    }

    .vorteile-row-2 {
        padding-bottom: 15px;
    }

    .container-fluid-projekte.bg-gr {
        padding-top: 80px;
        padding-bottom: 90px;
    }

    .container-fluid-projekte svg {
        width: 35px;
        height: 35px;
        margin-right: 8px;
        padding-bottom: 5px;
    }

    .container-fluid-projekte h2 {
        padding-top: 25px;
        font-size: 31px;
        margin-bottom: 30px;
        padding-bottom: 45px;
        padding-bottom: 39px;
    }

    .container-fluid-projekte .box-projekt {
        box-shadow: 0 0 15px hsl(0, 0%, 88%);
        box-shadow: none;
        border-radius: 3px;
        border-radius: 0;
    }

    .container-fluid-projekte .projekt-body {
        background: white;
        padding: 20px;
        padding-left: 0;
        padding-right: 0;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        border-radius: 0;
        margin-bottom: 21px;
        font-size: 16px;
    }

    .container-fluid-projekte i {
        font-size: 16px;
        font-size: 17px;
    }

    .container-fluid-projekte .datum {
        color: #595959;
        font-size: 14px;
        float: right;
    }

    .container-fluid-projekte p.beschreibung {
        padding-top: 0px;
        padding-bottom: 5px;
        padding-bottom: 7px;
    }

    .container-fluid-projekte p.beschreibung b {
        font-size: 18px;
        font-size: 19px;
    }

    .subtitle {
        font-size: 18px;
    }

    .second-row {
        padding-top: 102px;
        padding-top: 107px;
        padding-bottom: 86px;
        font-size: 17px;
    }

    .second-row .icon {
        height: 150px;
        margin-bottom: 21px;
    }

    .second-row .bold {
        padding-bottom: 9px;
        font-size: 20px;
    }

    .second-row .link {
        padding-top: 8px;
    }

    .second-row .link svg {
        height: 11px;
        margin-bottom: 1px;
    }

    .eintrag {
        padding: 25px;
        font-size: 15px;
        margin-bottom: 30px;
    }

    .eintrag h3 {
        display: inline-block;
        font-size: 18px;
        margin-bottom: 10px;
        margin-right: 12px;
        padding-bottom: 0px;
    }

    .eintrag .left {
        width: 158px;
        float: left;
        display: block;
    }

    .eintrag .left img {
        width: 130px;
        height: 130px;
    }

    .eintrag .right img {
        display: none;
    }

    .eintrag .text {
        padding-top: 0px;
        min-height: 66px;
    }

    .eintrag .datum {
        font-size: 15px;
        padding-top: 8px;
    }

    .fortfahren-link {
        font-size: 16px;
        padding: 7px 16px 7px 23px;
        border-radius: 6px;
    }

    .fortfahren-link svg {
        margin-bottom: 2px;
        width: 14px;
        height: 14px;
    }

    .p-link {
        padding-top: 12px;
    }

    .spielen-container a {
        padding: 18px 30px 18px 48px;
        border-radius: 9px;
        font-size: 18px;
    }

    .spielen-container a svg {
        height: 19px;
        margin-bottom: -2px;
        margin-left: -7px;
    }

    .spielen-container a:hover {
        font-size: 18px;
    }
}



/* DEIK Anfang */
.deik .spalte {
    float: left;
    position: relative;
}

.deik h3 {
    font-size: 27px;
    padding-bottom: 8px
}

.deik img.zahl {
    height: 60px;
    height: 55px;
    height: 52px;
    width: auto;
    position: absolute;
    left: 0;
    z-index: -1;
}

.deik ul {
    padding-left: 18px;
    color: #737373;
    color: #858893;
}

.deik li::marker {
    color: blue;
}

.deik .blau li::marker {
    color: #5B9CDB;
}

.deik .rot li::marker {
    color: #ED8BAC;
}

.deik .lila li::marker {
    color: #8772CB;
}

.deik .gelb li::marker {
    color: #E2BA4B;
}

.deik .tuerkis li::marker {
    color: #57C8CF;
}

.deik .col {
    max-width: 500px;
}

.deik .d-lg-none {
    padding-bottom: 10px;
}

@media (max-width: 991px) {
    .deik {
        font-size: 16px;
    }

    .deik h2 {
        margin-bottom: 40px;
    }

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

    .hr-komisch {
        margin-top: 0;
        margin-bottom: 29px;
    }
}

.deik .blau .zahl {
    top: -23px;
}

.deik .rot .zahl {
    top: 15px;
}

.deik .lila .zahl {
    top: 20px;
}

.deik .gruen .zahl {
    top: -63px;
}

.deik .gelb .zahl {
    top: -50px;
}

.deik .tuerkis .zahl {
    top: 22px;
    left: 20px;
}

@media (min-width: 992px) {
    .deik .col {
        max-width: 100%;
    }

    .deik .blau {
        width: 32%;
        margin-top: 30px;
    }

    .deik .blau .zahl {
        top: -20px;
        left: 10px;
    }

    .deik .rot {
        width: 37%;
    }

    .deik .rot .zahl {
        top: 14px;
    }

    .deik .lila {
        width: 44%;
        margin-top: -80px
    }

    .deik .lila .zahl {
        top: -23px;
        left: -20px;
        top: -20px;
        left: -11px;
    }

    .deik .gruen {
        width: 33%;
    }

    .deik .gruen .zahl {
        left: -20px;
    }

    .deik .gelb {
        width: 35%;
    }

    .deik .tuerkis {
        width: 35%;
        margin-top: -1%;
    }

    .deik .tuerkis .zahl {
        top: 26px;
    }

    .hr-komisch {
        margin-bottom: 13px;
        margin-top: 5px
    }
}

/* DEIK Ende */


.dwikl {
    color: white;
}

.dwikl .table-row {
    display: flex;
    flex-direction: row;
    min-height: 100px;
    position: relative;
}

.dwikl .column {
    border-right: 3px solid white;
    border-bottom: 3px solid white;
    display: flex;
    align-items: center;
}

.dwikl .column h3 {
    font-size: 15px;
    color: #707171;
    text-align: center;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.dwikl .column h4,
.dwikl .column p {
    font-size: 15px;
    padding: 10px;
    text-align: center;
    width: 100%;
}

.dwikl .column-1 h4,
.dwikl .column-2 h4 {
    margin-left: 9px;
}

.dwikl .column img {
    height: 60px;
    margin-left: -40px
}

.column:last-child {
    flex: 10%;
    border-right: none;
    display: none;
}

.column:nth-last-child(2) {
    flex: 52%;
    border-right: none;
}

.column:nth-last-child(3) {
    flex: 50%;
    display: none;
}

.column:nth-last-child(4) {
    flex: 48%;
}

.column.column-1 {
    flex: 44% !important;
}

.column.column-2 {
    flex: 40% !important;
}

.dwikl .links {
    flex: 4%;
    background-color: #3a5bb0;
    margin-top: -3px;
    border-right: 3px solid white;
    position: relative;
}

.dwikl-links p {
    font-size: 16px;
}

.dwikl .pfeil {
    position: absolute;
    height: 40px;
    right: -28px;
    top: calc(50% + 2.5px);
    transform: translateY(-50%);
    height: 46px;
    right: -12px;
    width: 20.512px;
}

.dwikl .pfeil-w {
    height: 50px;
    right: -15px
}

.dwikl .rechteck {
    height: 60px;
    width: 10px;
    background-color: #3a5bb0;
    background-color: hsl(223, 62%, 44%);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

@media (min-width: 992px) {
    .dwikl-links {
        width: 465px;
        float: left;
    }

    .dwikl .table-row {
        display: flex;
        flex-direction: row;
        min-height: 100px;
        position: relative;
    }

    .dwikl .column h3 {
        font-size: 18px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .dwikl .column h4,
    .dwikl .column p {
        font-size: 16px;
        padding: 10px;
        text-align: center;
        width: 100%;
    }

    .column:last-child {
        flex: 17%;
        border-right: none;
        display: inherit;
    }

    .column:nth-last-child(2) {
        flex: 33%;
        border-right: 3px solid white;
    }

    .column:nth-last-child(3) {
        flex: 25%;
        display: inherit;
    }

    .column:nth-last-child(4) {
        flex: 25%;
    }

    .column.column-1 {
        flex: 21% !important;
    }

    .column.column-2 {
        flex: 17% !important;
    }

    .dwikl .links {
        flex: 4%;
        background-color: #3a5bb0;
        background-color: hsl(223, 62%, 44%);
        margin-top: -3px;
        border-right: 3px solid white;
        position: relative;
    }

    .dwikl-links p {
        font-size: 17px;
    }

    .dwikl .pfeil {
        position: absolute;
        top: calc(50% + 2.5px);
        transform: translateY(-50%);
        height: 46px;
        right: -12px;
        width: 20.512px;
    }

    .dwikl .pfeil-w {
        height: 50px;
        right: -15px
    }

    .dwikl .rechteck {
        height: 60px;
        width: 10px;
        background-color: #3a5bb0;
        background-color: hsl(223, 62%, 44%);
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
    }
}

/*
.dwikl .col-container {
    display: flex;
    width: 100%;
    margin: 0;
}
.dwikl .col-t {
    padding: 22px;
    border-right: 1px solid white;
    margin-right: -1px;
}
.dwikl h3 {
    font-size: 21px;
    padding-top: 20px;
    padding-bottom: 20px;
}
*/
/*
.dwikl p {
    padding-bottom: 10px;
}*/
/*
.border-r {
    border-right: 3px solid white;
}*/

.dmuub {
    height: 525px;
    position: relative;
}

.dmuub .punkt {
    position: absolute;
    border: 1px solid hsl(202, 58%, 92%);
    border-radius: 8px;
    background: linear-gradient(to right bottom, hsl(216, 84%, 95%), 35%, hsl(196, 52%, 99%));
    width: 25.5%;
    padding: 15px 18px 2px 18px;
    font-size: 17.5px;
}

.dmuub .punkt li::marker {
    color: #3a5bb0;
}

.dmuub .punkt p {
    font-size: 20.5px;
    padding-bottom: 8px;
}

.dmuub .punkt ul {
    color: hsl(0, 0, 90);
    font-size: 17.5px;
    padding-left: 18px
}

.dmuub img {
    width: auto;
    height: 525px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

@media (max-width: 991.9px) {
    .dmuub {
        height: auto;
        margin-bottom: -15px;
    }

    .dmuub .punkt {
        position: static;
        width: auto;
        margin-bottom: 15px;
        border-radius: 6px;
    }

    .dmuub .punkt p {
        font-size: 18.5px;
        padding-bottom: 7px;
    }

    .dmuub .punkt ul {
        font-size: 15.5px;
        padding-left: 18px
    }

    .dmuub img {
        position: static;
        width: 100%;
        height: auto;
        transform: none;
        margin-bottom: 18px;
    }
}

#projekte .carousel-control-prev,
#projekte .carousel-control-next {
    position: absolute;
    margin-top: -71px;
    width: 15px;
    height: 55px;
}

#projekte .carousel-control-prev {
    right: 75px;
    left: auto;
}

#projekte .carousel-control-next {
    right: 25px
}

#projekte {
    margin-top: 50px;
}

#bild1 {
    background-position: 15% 50%!important;
}

#projekte img {
    border-radius: 0;
}

@media (min-width: 992px) {

    #projekte .carousel-control-prev,
    #projekte .carousel-control-next {
        position: absolute;
        margin-top: -75px;
    }

    #bild1 {
        background-position: 70% 50%!important;
    }
}




#intro.carousel.slide {
    width: 100%;
}

#intro .carousel-inner {
    border-radius: 0;
}

#intro .carousel-inner img {
    font-size: 0;
    border-radius: 0;
    background-size: cover!important;
    width: 0;
    height: 0;
    padding-top: calc(53vh / 2)!important;
    padding-right: 50vw!important;
    padding-bottom: calc(53vh / 2)!important;
    padding-left: 50vw!important;
}
@media (min-width: 992px) {
    #intro .carousel-inner img {
        padding-top: calc((100vh - 131px) / 2)!important;
        padding-top: -webkit-calc((100vh - 131px) / 2)!important;
        padding-top: -moz-calc((100vh - 131px) / 2)!important;
        padding-bottom: calc((100vh - 131px) / 2)!important;
        padding-bottom: -webkit-calc((100vh - 131px) / 2)!important;
        padding-bottom: -moz-calc((100vh - 131px) / 2)!important;
    }
}