@charset "UTF-8";
@font-face {
    font-family: "titillium_webbold";
    src:
        url("fonts/titilliumweb-bold-webfont.woff2") format("woff2"),
        url("fonts/titilliumweb-bold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "titillium_webregular";
    src:
        url("fonts/titilliumweb-regular-webfont.woff2") format("woff2"),
        url("fonts/titilliumweb-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Lato";
    src: url("fonts/lato-regular-webfont.woff") format("woff");
    font-style: normal;
}
@font-face {
    font-family: "LatoBold";
    src:
        url("fonts/lato-bold-webfont.woff2") format("woff2"),
        url("fonts/lato-bold-webfont.woff") format("woff");
    font-style: normal;
}
@font-face {
    font-family: "LatoItalic";
    src:
        url("fonts/lato-italic-webfont.woff2") format("woff2"),
        url("fonts/lato-italic-webfont.woff") format("woff");
    font-style: normal;
}
@font-face {
    font-family: "Abel";
    src:
        url("fonts/Abel-regular.woff2") format("woff2"),
        url("fonts/Abel-regular.woff") format("woff");
    font-style: normal;
}
@keyframes knbs {
    0% {
        margin-left: -10vw;
    }
    100% {
        margin-left: 0;
    }
}
@keyframes flyin-top {
    0% {
        opacity: 0;
        top: -30px;
    }
    100% {
        opacity: 1;
        top: 0;
    }
}
@keyframes flyin-left {
    0% {
        opacity: 0;
        left: -140px;
    }
    50% {
        left: 20px;
    }
    80% {
        left: -10px;
    }
    100% {
        opacity: 1;
        left: 0;
        margin-left: 0;
    }
}
@keyframes flyin-right {
    0% {
        opacity: 0;
        right: -140px;
    }
    40% {
        right: 20px;
    }
    70% {
        right: -10px;
    }
    100% {
        opacity: 1;
        right: 0;
    }
}
:root {
    --fltcol: #6e6e6e;
    --prcol: rgb(53, 124, 22, 0.7);
    --prcol10: rgb(248, 255, 245);
    --prcol20: #e4ffd9;
    --prcol30: rgb(213, 236, 204);
    --prcol50: rgb(189, 219, 176);
    --prcol70: rgb(143, 182, 127);
    --lnkcol: rgb(53, 124, 22, 0.75);
    --lnkcolh: #818156;
    --kompcol: #9d64a8;
}
b, strong {
        font-family: "LatoBold", sans-serif;
}
body {
    background-image: linear-gradient(to top, var(--prcol20), white);
    font-family: "Lato", sans-serif;
    line-height: 1.6;
    box-sizing: border-box;
    color: var(--fltcol);
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden;
}
ul {
    list-style: outside;
    padding: 1rem;
}
#chartadesc {
    display: block;
    position: absolute;
    left: 101vw;
    top: 11rem;
    width: 100%;
    height: auto;
    min-height: calc(100vh - 10rem);
    background-color: rgb(34, 139, 34);
    z-index: 199;
    transition: all 0.5s;
}
#chartamobile div {
    font-size: 1.1rem;
    display: none;
    padding: 4rem 2rem 4rem 2rem;
}
#chartamobile div ul {
    list-style: outside;
}
#chartamobile a {
    box-sizing: border-box;
    display: block;
    width:100%;
    padding: 1rem;
    background-color: forestgreen;
    color: white;
    font-family: "titillium_webregular", sans-serif;
    font-size: 1.5rem;
    text-decoration: none;
    border-bottom: 1px solid #ffffff;
        
}
#backtografik {
    position: absolute;
    right: 2rem;
    top: 3rem;
    width: 90%;
    margin: auto;
    text-align: center;
    color: white;
    font-size: 1rem;
    line-height: 1.2;
}
#backtografiklft {
    position: relative;
    text-align: left;
    color: white;
    font-size: 1rem;
    line-height: 1.2;
}
#desccontent {
    width: 50%;
    margin: auto;
    font-size: 1.3rem;
    padding: 5rem 0 6rem 0;
    color: white;
    display: relative;
}
.chartaclaim {
    font-size: 1.5rem;
    line-height: 1.4;
    color: antiquewhite;
}
.chartaclaimmb {
    font-size: 1.3rem;
    line-height: 1.4;
    color: forestgreen;
}
.helptext {
    font-size: 1rem;
    color: #b247a2;
}
#chartamobile .helptext {
    display: block;
    font-size: 1rem;
    color: #b247a2;
    padding-left: 1rem;
}
.captions {
    display: block;
    font-size: 0.9rem;
    color: var(--kompcol);
    padding-left: 2rem;
    margin-top: 0.2rem;
}
header {
    display: block;
    width: 100%;
    text-align: center;
    height: 15.6rem;
}
#mobileheader {
    box-sizing: border-box;
    display: none;
    width: 100%;
    text-align: left;
    padding: 2rem 0 2rem 2rem;
    background-image: linear-gradient(to bottom, var(--prcol10), var(--prcol50));
}
#logomobile {
    position: relative;
    top: 1rem;
    width: min(60%,300px);
}
#logomobile img {
    width: 100%;
}
#isswitchcontainer {
    position: absolute;
    top: 5rem;
    right: 9rem;
    width: 5rem;
    height: 5rem;
}
#isswitch {
    width: 90%;
    height: 90%;
    text-align: center;
    background-image: url(images/lsoff.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
#isswitch:hover {
    background-image: url(images/lson.svg);
}
#maincontainer {
    background-image: linear-gradient(to bottom, white, whitesmoke);
}
main {
    width: 80%;
    padding: 3rem 0 3rem 0;
    margin: auto;
    font-size: 1.175rem;
}
#mainteam {
    width: 84%;
    padding: 3rem 0 8rem 0;
    margin: auto;
    font-size: 1.175rem;
}
.teamcontainer {
    width: 70%;
    margin: auto;
    display: grid;
    grid-gap: 2rem;
    grid-template-columns: 2fr 3fr;
    padding: 3rem 0 3rem 0;
}
.rounded {
    border-radius: 17px;
}
#usheader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 9rem;
    box-shadow: 5px 20px 20px 10px #efefef;
    background-image: linear-gradient(to top, var(--prcol30), var(--prcol10));
    z-index: 200;
}
#uslogo {
    position: absolute;
    left: 11vw;
    top: 2.5rem;
    width: 17rem;
}
#uslogo img {
    width: 100%;
}
#usnav {
    position: absolute;
    right: 9vw;
    bottom: 1rem;
    text-align: right;
}
.narrowflt{
    width: 70%;
    margin: auto;
    text-align: left;
}
.narrowcenter{
    width: 70%;
    margin: auto;
    text-align: center;
}
.anrede {
    font-size: 1.8rem;
    color: #b247a2;
    line-height: 1.2;
}
.narrowcenter p {
    font-size: 1.1rem;
    color: #008000;
}
.narrowcenter h3 {
    color: #b247a2;
}
.teamtext {
    padding-top: 30px;
}
.teamcontainer div img {
    width: 99%;
    border-radius: 13px;
}
#chartacontainer {
    position: relative;
    width: 100%;
    text-align: center;
}
#chartacontainer img, 
#chartacontainer svg {
    width: 94%;
}
#contentwrapper {
    width: min(100%, 70rem);
    margin: auto;
}
#headercontent {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
}
#logo {
    width: 100%;
}
#logobild {
    width: calc(20rem - 1vw);
    text-align: center;
}
#logobild img {
    width: 100%;
}
#logo img {
    width: clamp(15rem, 35%, 29rem);
}

footer {
    width: 100%;
    color: var(--prcol);
    font-size: 1.1rem;
    background-image: linear-gradient(to top, var(--prcol20), whitesmoke);
}
#footercontent {
    width: 84%;
    margin: auto;
    padding-top: 4em;
}
#footercontent a:link {
    color: forestgreen;
    text-decoration: none;
}
#footercontent a:visited {
    color: forestgreen;
}
#footercontent a:hover {
        color: #b247a2;
}
#footercontent a:active {
        color: #b247a2;
}
.rowright div a:link,
.rowleft div a:link,
#mainmobile a:link {
    color: #fff;
    padding: 15px;
    background-color: var(--prcol);
    border-radius: 9px;
    font-size: 0.9rem;
    letter-spacing: 0.04rem;
    display: inline;
    text-decoration: none;
}
.rowright div a:visited,
.rowleft div a:visited,
#mainmobile a:visited {
    color: #fff;
}
.rowright div a:hover,
.rowleft div a:hover,
#mainmobile a:hover {
    color: #dcffde;
    background-color: var(--kompcol);
}
.rowright div a:active,
.rowleft div a:active,
#mainmobile a:active {
    color: #dcffde;
    background-color: var(--kompcol);
}
#mainkontakt {
    width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
#mainkontakt div {
    font-family: "titillium_webregular", sans-serif;
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: center;
    padding: 0 0 1em 0;
}
#mainkontakt div:first-child {
    border-right: dotted 1px #ccc;
}
#mainkontakt div img {
    width: 50%;
}
main a:link {
    color: forestgreen;
    text-decoration: none;
}
main a:visited {
    color: forestgreen;
}
main a:hover {
        color: #b247a2;
}
main a:active {
        color: #b247a2;
}
#mainkontakt a:link {
    color: forestgreen;
    text-decoration: none;
}
#mainkontakt a:visited {
    color: forestgreen;
}
#mainkontakt a:hover {
        color: #b247a2;
}
#mainkontakt a:active {
        color: #b247a2;
}
#mainkontakt div b {
        color: #834e7b;
}
#mainkontakt div strong {
        color: #83497a;
}
#chartamobile {
    width: 100%;
    padding-top: 1rem;
    min-height: 200px;
    display: none;
}
#chartamobile h1 {
    padding-left: 1rem
}
nav {
    position: relative;
    top: 2rem;
    width: 100%;
    margin: auto;
}
nav a:link,
#usnav a:link {
    display: inline;
    font-family: "titillium_webregular", sans-serif;
    font-size: clamp(1rem, 2vw, 1.1rem);
    color: forestgreen;
    letter-spacing: 0.05rem;
    text-decoration: none;
    padding: 0.4rem;
}
nav a:visited,
#usnav a:visited {
    color: forestgreen;
}
nav a:hover,
#usnav a:hover {
    color: var(--kompcol);
    border-top: 1px dotted var(--kompcol);
    transition: background-color 0.6s ease-in-out;
}
nav a:active,
#usnav a:active {
    color: var(--lnkcolh);
}
nav img {
    position: relative;
    top: 5px;
    width: clamp(2rem, 2vw, 6rem);
}
h1,
h2,
h3,
h4,
h6 {
    font-family: "titillium_webregular", sans-serif;
    line-height: 1.1;
    font-weight: 100;
    color: var(--prcol);
    letter-spacing: 0.01rem;
    hyphens: none;
}
h1 {
    font-size: clamp(2.5rem, 3.2vw, 4rem);
}
h2 {
    font-size: clamp(2rem, 3vw, 3rem);
}
h3 {
    font-size: clamp(1.4rem, 2.4vw, 1.8rem);
    line-height: 1.28;
}
h5 {
    font-family: "titillium_webregular", sans-serif;
    line-height: 1.5;
    font-weight: 100;
    color: #f8ffa5;
    letter-spacing: 0.01rem;
    hyphens: none;
    font-size: clamp(1.5rem, 2.5vw, 1.8rem);
}
.innerheadl {
    font-size: clamp(1.4rem, 2.4vw, 1.8rem);
    line-height: 1.28;
    hyphens: none;
    color: forestgreen;
}
.grn {
    color: green;
    letter-spacing: 0.02rem;
}
section {
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0;
    border: none;
}
#aktuelleswrapper {
    width: 80%;
    margin: auto;
    background-color: whitesmoke;
}
.rowzwsp {
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    background-color: whitesmoke;
    align-items: left;
}
.rowzwsp div {
    padding: 2rem;
    font-size: 1.1rem;
}
.rowzwsp div img {
    width: 100%;
    border-radius: 9px;
    margin-bottom: 2rem;
}
.artikeldatum {
    display: block;
    font-family: "Abel", sans-serif;
    font-size: 0.95rem;
    margin-bottom: 1rem;
    color: #b247a2;
}
.termindatum {
    display: block;
    font-family: "Abel", sans-serif;
    font-size: 1.1rem;
    font-weight: 300;
    color: var(--projcolor);
    margin-bottom: 1rem;
    padding-left: 2px;
}
.rowright {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    background-color: whitesmoke;
    align-items: center;
}
.rowright div:nth-child(even) {
    text-align: center;
    padding: 4rem;
}
.rowright div img {
    width: 100%;
}
.rowleft {
    width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    background-color: whitesmoke;
    align-items: center;
}
.rowleft div:nth-child(odd) {
    text-align: center;
    padding: 4rem;
}
.rowleft div img {
    width: 100%;
}
.rowright div img {
    width: 100%;
}
.piceins {
    background-image: url(images/startseite/pass1.jpg);
    background-size: cover;
    background-position: center center;
    height: 100%;
}
.mpiceins {
    height: 100%;
}
.piczwei {
    background-image: url(images/startseite/pass2.jpg);
    background-size: cover;
    background-position: center center;
    height: 100%;
}
.mpiczwei {
    height: 100%;
}
.picdrei {
    background-image: url(images/startseite/pass3.jpg);
    background-size: cover;
    background-position: center center;
    height: 100%;
}
.mpicdrei {
    height: 100%;
}
.picvier {
    background-image: url(images/startseite/pass4.jpg);
    background-size: cover;
    background-position: center center;
    height: 100%;
}
.mpicvier {
    height: 100%;
}
.picfuenf {
    background-image: url(images/startseite/pass5.jpg);
    background-size: cover;
    background-position: center center;    height: 100%;
}
.mpicfuenf {
    background-image: url(cmsimages/startseite/Mpass5.jpg);
    background-size: cover;
    background-position: center center;
    height: 100%;
}
#mainmobile .mpiceins,
#mainmobile .mpiczwei,
#mainmobile .mpicdrei,
#mainmobile .mpicvier,
#mainmobile .mpicfuenf{
    padding: 4rem;
}
.mobpics {
    width: 100%;
}
.mobileclaim {
    font-size: 1.8rem;
    color: #228b5b;
    line-height: 1.2;
}
.mmcntnt {
    text-align: left;
    padding: 2rem;
}
.themahdl {
    position: absolute;
    bottom: 0;
    left: 10%;
    width: 80%;
    color: white;
}
.themenbild {
    width: 99%;
    border-radius: 13px;
}
#maindesktop {
    display: block;
}
#mainmobile {
    box-sizing: border-box;
    width: 102%;
    display: none;
    position: relative;
    height: auto;
    text-align: center;
    background-color: #dcffde;
}
#mainmobile img {
    width: 100%;
}
#mobilelogo {
    display: block;
    width: 60%;
    margin-left: 12%;
}
#mobilelogo img {
    width: 100%;
}
#mobilenav {
    display: none;
    position: absolute;
    right: 4vw;
    top: 4vw;
    width: 10vw;
    text-align: right;
    z-index: 100;
}
#mobilenav img {
    width: 100%;
}
.rbund {
    text-align: right;
    width: 95%;
}
.centerheadline {
    width: 80%;
    margin: auto;
    text-align: center;
    padding: 2rem 0 2rem 0;
}
.leftheadline {
    width: 80%;
    margin: auto;
    text-align: left;
    padding: 2rem 0 2rem 0;
}
.leftmobileheadline {
    width: 100%;
    text-align: left;
}
.headlineaktuell {
    width: 80%;
    margin: auto;
    text-align: left;
    padding: 10rem 60px 1rem 60px;
    background-color: #f5f5f5;
}
.leftheadline {
    width: 80%;
    margin: auto;
    text-align: left;
    padding: 8rem 0 1rem 60px;
    background-color: whitesmoke;
}
.subheadline {
    color: #b247a2;
    font-size: 1.1rem;
}
#offcanvas {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 100%;
    left: -102vw;
    top: -30vw;
    height: 100vh;
    padding: 4rem 0 0 2rem;
    background-color: #277652;
    color: whitesmoke;
    opacity: 0;
    z-index: 300;
    transition: all 0.4s;
}
#hamburger {
    position: absolute;
    top: 2rem;
    right: 2rem;
    width: 3rem;
    height: 3rem;
}
#hamburger img {
    width: 100%;
}
#offcanvas div {
    position: absolute;
    top: 2rem;
    right: 2rem;
    width: 3rem;
    height: 3rem;
}
#offcanvas a:link {
    display: block;
    font-size: 1.1rem;
    font-weight: 100;
    line-height: 1.8;
    letter-spacing: 0.02rem;
    text-decoration: none;
    color: #eeeeee;
}
#offcanvas a:visited {
    color: #eeeeee;
}
#offcanvas a:hover {
    color: #c1ade5;
}
#offcanvas a:active {
    color: #c1ade5;
}
#offcanvas div a img {
    width: 3rem;
}
nav li {
    display: inline;
    list-style-type: none;
    padding: 8px;
}
.arrowup {
    width: 90%;
    margin: auto;
    text-align: center;
}
#spostfooter {
    display: none;
    width: 100%;
    margin: auto;
    background-color: #f2f2f2;
}
#postfootercontent {
    padding-top: 9em;
    font-size: 0.9em;
    width: 80%;
    margin: auto;
    color: #7f82a7;
    text-align: left;
}
.wrng {
    font-size: 0.9em;
    color: chocolate;
}
.kenburns {
    animation: knbs 10s 1;
    animation-timing-function: linear;
}
.flnlft {
    position: relative;
    animation: flyin-left 2s 1;
    animation-timing-function: ease-out;
}
.flntp {
    position: relative;
    animation: flyin-top 0.6s 1;
    animation-timing-function: ease-out;
}
.flnr {
    position: relative;
    animation: flyin-right 2s 1;
    animation-timing-function: linear;
}
.zwsp {
    column-count: 2;
    column-gap: 2rem;
    text-align: justify;
    hyphens: auto;
}
.drsp {
    column-count: 3;
    column-gap: 2rem;
    text-align: justify;
    hyphens: auto;
}
.neuespalte {
    break-before: column;
}
#mapcontainer {
    width: 74%;
    margin: auto;
}
@media screen and (max-width: 830px) {
    #mobileheader {
        display: block;
    }
    header {
        display: none;
    }
    #usheader {
        display: none;
    }
    #mapcontainer {
        display: none;
    }
    #chartamobile {
        display: block;
    }
    #chartadesc {
        display: none;
    }
    #mainmobile {
        display: block;
    }
    main {
        display: none;
    }
    #mainkontakt {
        grid-template-columns: 1fr;
    }
    #footercontent .drsp {
        column-count: 1;
        text-align: left;
        hyphens: auto;
    }
    #mainteam {
        padding: 0 0 4rem 0;
    }
    .centerheadline {
        padding: 0 0 2rem 0;
    }
    #contentwrapper {
        padding-top: 3rem;
    }
    #contentwrappermobile {
        padding-top: 3rem;
    }
    .teamcontainer {
        width: 90%;
        margin: auto;
        display: grid;
        grid-gap: 0;
        grid-template-columns: 1fr;
        padding: 3rem 0 3rem 0;
    }
    #desccontent {
        width: 80%;
        font-size: 1.1rem;
    }
    .chartaclaim {
        font-size: 1.2rem;
    }
}
@media screen and (max-width: 720px) {
    .rowright div a:link,
    .rowleft div a:link,
    #mainmobile a:link {
        padding: 13px;
        background-color: var(--prcol);
        font-size: 0.8rem;
        letter-spacing: 0.05rem;
    }
    #mainkontakt div img {
        width: 50%;
    }
}
@media screen and (max-width: 680px) {
    #desccontent {
        width: 85%;
    }
}
@media screen and (min-width: 831px) {
    #contentwrapper {
        padding-top: 8rem;
    }
    #mobileheader {
        display: none;
    }
    #usheader {
        display: block;
    }
    #chartadesc {
        display: block;
    }
    main {
        display: block;
    }
    #mainmobile {
        display: none;
    }
    #mapcontainer {
        display: block;
    }
    #chartamobile {
        display: none;
    }
    #mainkontakt {
        width: 100%;
        margin: auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}
