@charset "UTF-8";
@font-face {
    font-family: 'Abel';
    src: url('fonts/Abel-Regular.woff2') format('woff2'),
         url('fonts/Abel-Regular.woff') format('woff');
    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: 'Raleway';
    src: url('fonts/raleway-medium-webfont.woff2') format('woff2'),
         url('fonts/raleway-medium-webfont.woff') format('woff');    
    font-style: normal;
}
@keyframes knbs {
  0% { 
        margin-left: -10vw;
    }

 100% {
        margin-left: 0;
      }
}
@keyframes flyin-top {
  0% { 
        opacity: 0;
        top: -140px;
        
    }
    50% { 
        top: 20px;
    }
    70% {
    
        top: -10px;
    }
    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;
    }
}

* {
	margin: 0;
	padding: 0;
}
:root {	
	--projcolor: #7c677c;
    --lnkcolor: #7d4786;
}
body {
    box-sizing: border-box;
    font-family: 'Lato', sans-serif;
	font-size: 20px;
    line-height: 23px;
	color: var(--projcolor);
	background-color: #fff;
}
#contentwrapper {
    position:absolute;
    top: 250px;
    left: 0;
    width: 100%;
    background-color: #fff; 
}
header {
    position: absolute;
    left: 10%;
    top: 0;
    width: 80%;
    margin: auto;
    background-color: #fff;
    text-align: center;
    height: 250px;
}
#headercontent {
    padding-top: 20px;
    padding-bottom: 10px;
}
#logo {
    position: relative;
    left: 50%;
    top: 50px;
    margin-left: -156px;
    width: 300px;
    margin-bottom: 50px
}
#logo img {
    width: 100%;
}
a {
    border: none;
    text-decoration: none;
}
 a:link {
    color: #7d4786;
}
a:visited {
    color: #7d4786;
}
a:hover {
    color: coral;
}
a:active {
    color: coral;
}
hr {
    border: 0;
    width: 100%;
    height: 1px;
    background-color: #C6D3EB;
}
p {
    hyphens:auto;
}
.fussnote {
    font-size: 0.94rem;
    color: #4982b6;
    line-height: 1.4;
}
.servicehdl {
    font-family: 'Lato', sans-serif;
    color: #b247a2;
}

nav {
    width: 80%;
    margin: auto;
    text-align: center;
}
nav a:link {
    font-family: 'Lato', sans-serif;
    font-size: 0.95rem;
    color: #c6a7c2;
    padding-bottom: 5px;
    letter-spacing: 0.02rem;
}
nav a:visited {
    color: #c6a7c2;
}
nav a:hover {
    color: #b247a2;
    border-bottom: 1px dotted #b247a2;
}
nav a:active {
    color: #b247a2;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Abel', sans-serif;
    color: #b247a2;
    letter-spacing: 0.02rem;
    font-weight: 200;
    -ms-hyphens: none;
    -moz-hyphens: none;
    -webkit-hyphens: none;
    hyphens: none; 
}
h1 {
    font-size: 4.5rem;
    line-height: 6rem;
}
h2 {
    font-size: 3.5rem;
}
h3 {
    font-size: 1.6rem;
    line-height: 1.9rem;
}
h4 {
    font-size: 2.8rem;
    line-height: 3rem;
    color: #b247a2;
}
h5 {
    font-size: 2.8rem;
    line-height: 2.8rem;
	color: var(--projcolor);
}
h6 {
    font-size: 1.9rem;
    line-height: 2.4rem;
    margin-bottom: 1rem;
}
b, strong {
    color:#3e3340
}
input {
    font-family: 'Lato', sans-serif;
    font-size: 1.2em;
    display: inline;
    color:#7474AD;
    padding: 20px;
    border: 1px solid #D9DEFA;
    margin-bottom: 4px;
    width: 100%;
    border-radius: 7px;
}
form {
    padding: 20px;
}
#formdiv input {
    width: 96.75%;
    text-align: left;
    background-color: #FDFDFD;
    border: 1px dotted #ccc;
    padding: 2rem;
    font-size: 1.2rem;
}
#formdiv textarea {
    font-size: 1.2em;
    width: 100%;
    background-color: #FDFDFD;
    border: 1px dotted #ccc;
    padding-top: 0.4em;
    padding-bottom: 0.4em;
}
#formereinl {
    width: 80%;
    font-size: 1.05rem;
    line-height: 1.6;
    color: #c272b6;
    padding: 0;
    background: none;
    margin-left: 1.3rem;
    text-align: left;
}
.btnsubmit {
    color: white;
    background-color: #e1bcdb;
    border-radius: 5px;
}
label {
    font-family: 'Abel', sans-serif;
    font-size: 1.4em;
    color:#a6a6a6;
    margin-bottom: 10px;
    padding: 20px;
}
section {
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0;
}
section.twarnung {
    width: 60%;
    position: relative;
    margin: auto;
    border: none;
    font-family: 'LatoItallic', sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: #c272b6;
}
select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    width: 60%;
    height: 70px;
    font-size: 1.2rem;
    padding: 15px;
    border: 1px solid #ccc;
    color:#7474AD;
}
#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: 30px;
    font-size: 1.1rem;
    line-height: 1.6rem;
}
.rowzwsp div img {
    width: 100%;
    border-radius: 9px;
    margin-bottom: 2rem;
}
section.rowzwsp a:link {
    color: #b247a2;
    font-family: 'Lato', sans-serif;
    font-size: 1.1rem;
    display: inline;
}
section.rowzwsp a:visited {
    color: #b247a2;
}
section.rowzwsp a:hover {
    color: lightcoral;  
}
section.rowzwsp a:active {
    color: lightcoral;   
}
section.onerow a:link {
    color: #b247a2;
    font-family: 'Lato', sans-serif;
    font-size: 1.1rem;
    display: inline;
}
section.onerow a:visited {
    color: #b247a2;
}
section.onerow a:hover {
    color: lightcoral;  
}
section.onerow a:active {
    color: lightcoral;   
}
.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;
    line-height: 1.6rem;
    font-weight: 300;
    color: var(--projcolor);
    margin-bottom: 1rem;
    padding-left: 2px;
}
#servicewrapper {
    width: 80%;
    margin: auto;
}
.servicespecs {
    box-sizing: border-box;
    background-color: whitesmoke;
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: 2fr 5fr;
    padding: 2rem;
    font-size: 1.1rem;
    line-height: 1.9rem;
    color: white;
    min-height: 200px;
}
.servicespecs div:last-child {
    box-sizing: border-box;
    background-color: #ffb0b0;
    padding: 3rem;
    border-radius: 11px;
    font-size: 1.1rem;
    line-height: 1.9rem;
    color: white;
    margin-right: 3rem;
}
.servicerow {
    box-sizing: border-box;
    width: 100%;
    margin: auto;
	display: grid;
    grid-gap: 1rem;
    grid-template-columns: 2fr 5fr;
    background-color: whitesmoke;
    align-items: start;
    font-size: 1.1rem;
    line-height: 1.9rem;
    padding: 3rem;
}
.servicerow ul {
    padding: 20px;
}
.serviceliste a:link {
    font-size: 0.95rem;
    line-height: 1.3rem;
    color: #7d4786;
}
#mspecs {
    text-align: left;
    font-size: 1rem;
    line-height: 1.6;
    color: #c272b6;
}
#mspecs h3 {
    color: #c272b6;
}
#formermain {
    width: 100%;
    background: none;
    font-size: 1.05rem;
    line-height: 1.6;
    color: #c272b6;
}
.serviceliste a:visited {
    color: #7d4786;
}
.serviceliste a:hover {
    color: lightcoral;
}
.serviceliste a:active {
    color: lightcoral;
}
.servicerow div:first-child {
    text-align: right;
    padding-top: 2rem;
    padding-right: 0;
}
.servicerow div:last-child {
    text-align: left;
    padding: 1rem;
    border-left: 1px dotted #ccc;
}
.servicerow div:last-child img {
    display: inline;
    width: 45%;
    margin-right: 1%;
    padding: 1%;
    border: 1px dotted #b247a2;
}
.servicerow div div {
    color: #5a3c8b;
    padding: 4rem !important;
    border: none;
    width: 75%;
    border-radius: 13px;
    background-image: -webkit-linear-gradient(rgb(198, 167, 194, 0.3), #efefef);
    background-image: -o-linear-gradient(rgb(198, 167, 194, 0.3), #efefef);
    background-image: linear-gradient(rgb(198, 167, 194, 0.3), #efefef);
}
.serviceheadline {
    box-sizing: border-box;
    width: 100%;
    margin: auto;
    padding: 8rem;
    padding-bottom: 0;
    background-color: whitesmoke;
}
.serviceheadline2 {
    box-sizing: border-box;
    width: 100%;
    margin: auto;
    padding: 8rem;
    padding-bottom: 0;
    background-color: whitesmoke;
}
.blaetterheadline {
    box-sizing: border-box;
    width: 100%;
    margin: auto;
    padding: 8rem;
    padding-bottom: 0;
    background-color: whitesmoke;
}
.teamrow {
    box-sizing: border-box;
    width: 80%;
    margin: auto;
	display: grid;
    grid-gap: 1rem;
    grid-template-columns: 3fr 5fr;
    align-items: start;
    padding: 3rem;
    font-size: 1.05rem;
    line-height: 1.5;
}

.teamrow div:nth-child(2) {
    padding-top: 3rem;
}
.teamrow div img {
    width: 92%;
    border-radius: 50%;
    border: solid 1px #c272b6;
    padding: 4px;
}
.vereinheadline {
    box-sizing: border-box;
    width: 100%;
    margin: auto;
    padding: 4rem;
    padding-top: 8rem;
    padding-bottom: 0;
}
#vereinwrapper {
    width: 80%;
    margin: auto;
    background-color: whitesmoke;
    background-image: url(images/HGs/2.png);
    background-size: cover;
    background-position: bottom;
}
#blaetterwrapper {
    background-color: whitesmoke;
    background-image: url(images/HGs/6.png);
    background-size: cover;
    width: 80%;
    margin: auto;
    font-size: 1.1rem;
    line-height: 1.8rem;
    padding-top: 0;
}
.contodd {
    padding: 2rem;
    text-align: center;
    background-image: linear-gradient(to bottom, #feeffe, #e3e3e3);
    border-radius: 17px;
}
.conteven {
    padding: 2rem;
    text-align: center;
    background-image: linear-gradient(to bottom, #ecf5fc, #e3e3e3);
    border-radius: 17px;
}
.jahr {
    font-family: 'Abel', sans-serif;
    font-size: 2rem;
    line-height: 1.5;
}
.vereinrow {
    box-sizing: border-box;
    width: 100%;
    margin: auto;
	display: grid;
    grid-gap: 1rem;
    grid-template-columns: 1fr;
    align-items: start;
    font-size: 1.1rem;
    line-height: 1.8rem;
    padding: 4rem;
}
.blaetterrow {
    box-sizing: border-box;
    width: 70%;
    margin: auto;
    display: block;
    font-size: 1.1rem;
    line-height: 1.8rem;
    padding: 5rem 3rem 5rem 3rem;
    text-align: center;
}
.blaetterrow p {
    padding: 3rem 3rem 0 3rem;
}
.blaetterrow p img {
    display: inline;
    width: 41%;
    padding: 0;
    margin: 7px;
    border: 6px solid #c272b6;
}
.rowright {
	width: 80%;
    margin: auto;
	display: grid;
    grid-template-columns: 1fr 1fr;
    background-color: #f5f5f5;
    align-items: center;
}
.rowright div:nth-child(even) {
    text-align: center;
    padding: 4rem;
}
.rowright div img {
    width: 100%;
}
.rowleft {
	width: 80%;
    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(cmsimages/startseite/1neu.jpg);
    background-size: cover;
    height: 100%;
}
#piczwei { 
    background-image: url(cmsimages/startseite/2.jpg);
    background-size: cover;
    height: 100%;
}
#picdrei {
    background-image: url(cmsimages/startseite/3.jpg);
    background-size: cover;
    height: 100%;
}
#picvier {
    background-image: url(cmsimages/startseite/4.jpg);
    background-size: cover;
    height: 100%;
}
#picfuenf {
    background-image: url(cmsimages/startseite/5.jpg);
    background-size: cover;
    height: 100%;
}
section.rowmobile {
    width: 100%;
    text-align: center;
}
section.rowmobile img {
    width: 100%;
}
section.rowmobileleft {
    width: 100%;
    text-align: left;
    font-size: 1.1rem;
    line-height: 1.7rem; 
    box-sizing: border-box;
}
section.rowmobileleft img {
    width: 100%;
}
section.rowmobileleft div {
    box-sizing: border-box;
    font-size: 1.1rem;
    line-height: 1.7rem; 
    width: 90%;
    margin:auto;
}
section.rowmobileleft h5 {
    color: #b247a2;
}
.headlineaktuell h5 {
    color: #b247a2;
}
section.rowmobileleft div:nth-child(3){
    padding-top: 0;
}
section.rowmobileleft div:last-child {
    padding-bottom: 5rem;
}
section.rowmobile div {
    box-sizing: border-box;
    width: 100%;
    padding: 4rem 2rem 4rem 2rem;
}
section.rowmobile div:nth-child(odd){
    background-color: whitesmoke;
    background-image: url(images/kachel.jpg);
    background-position: bottom;
    background-repeat: repeat-x;
}
section.rowmobile div:nth-child(even){
    background-color: white;
}
.themahdl {
    position: absolute;
    bottom: 0;
    left:10%;
    width:80%;
    color: white;
}
section.rowright a:link {
    padding: 13px;
    background-color: #b247a2;
    color: whitesmoke;
    font-family: 'LatoBold', sans-serif;
    font-size: 0.9rem;
    letter-spacing: 0.025rem;
    display: inline;
    border-radius: 11px;
}
section.rowright a:visited {
    color: whitesmoke;  
}
section.rowright a:hover {
    color: #eec0fc;  
}
section.rowright a:active {
    color: #eec0fc;   
}
section.rowmobile a:link {
    padding: 13px;
    background-color: #b247a2;
    color: whitesmoke;
    font-family: 'LatoBold', sans-serif;
    font-size: 1rem;
    letter-spacing: 0.025rem;
    display: inline;
    border-radius: 11px;
}
section.rowmobile a:visited {
    color: whitesmoke;  
}
section.rowmobile a:hover {
    color: #eec0fc;  
}
section.rowmobile a:active {
    color: #eec0fc;   
}
section.rowmobileleft a:link {
    padding: 13px;
    color: #b247a2;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.025rem;
    display: inline;
}
section.rowmobileleft a:visited {
    color: #b247a2;  
}
section.rowmobileleft a:hover {
	color: var(--projcolor);
}
section.rowmobileleft a:active {
	color: var(--projcolor);
}
section.rowleft a:link {
    padding: 13px;
    background-color: #b247a2;
    color: whitesmoke;
    font-family: 'LatoBold', sans-serif;
    font-size: 0.9rem;
    border-radius: 11px;
    letter-spacing: 0.025rem;
    display: inline;
}
section.rowleft a:visited {
    color: whitesmoke;  
}
section.rowleft a:hover {
    color: #eec0fc;  
}
section.rowleft a:active {
    color: #eec0fc;  
}
section.onerowright {
    box-sizing: border-box;
    width: 80%;
    margin: auto;
    background-color: whitesmoke;
    text-align: left;
    font-size: 1.3rem;
    line-height: 1.9rem;
}
.onerowright img {
    width: 40%;
}
section.onerowright a:link {
    color: #b247a2;
    font-family: 'Lato', sans-serif;
    display: inline;
    padding-left: 4rem;
}
section.onerowright a:visited {
    color: #b247a2;  
}
section.onerowright a:hover {
    color: #eec0fc;  
}
section.onerowright a:active {
    color: #eec0fc;  
}
section.onerow {
    width: 80%;
    margin: auto;
    text-align: left;
    padding: 2rem 60px 1rem 60px;
    background-color: whitesmoke;
    font-size: 1.1rem;
    line-height: 1.9rem;
}
.onerow div {
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.6rem;
}
.onerow div img {
    display: block;
    width: 90%;
}
.themenbild {
    width: 99%;
    border-radius: 50%; 
}
#maindesktop {
    display: block;
}
#mainmobile {
    display: none;
    position: relative;
    top: 10vw;
    height: auto;
}
#mobiltelefon {
    display: none;
}
#mainmobile img {
    width: 100%;
}
#mobilelogo {
    display: block;
    width: 60%;
    margin-left: 12%; 
}
#mobilelogo img {
    width: 100%;
}
#mobileheader {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 3vw;
    width: 100%;
    height: auto;
}
#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: 8rem 0 0 0;
    background-color: whitesmoke;
}
.headlineaktuell {
    width: 80%;
    margin: auto;
    text-align: left;
    padding: 10rem 60px 1rem 60px;
    background-color: whitesmoke;
}
.leftheadline {
    width: 80%;
    margin: auto;
    text-align: left;
    padding: 8rem 0 1rem 60px;
    background-color: whitesmoke;
}
.subheadline {
    color: #b247a2;
    font-size: 1.1rem;
}
footer { 
    width: 80%;
    margin: auto;
    font-family: 'Lato', sans-serif;
	color: var(--projcolor);
    font-size: 1.1rem;
    line-height: 1.6rem;
    background-image: linear-gradient(to top, rgb(198, 167, 194, 0.8), whitesmoke);
}
#footerheadl {
    box-sizing: border-box;
    padding: 5rem 4rem 0 4rem;
    width: 100%;
    margin: auto;
}
#footercontent {
    box-sizing: border-box;
    width: 100%;
    margin: auto;
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: 3fr 5fr;
    padding: 0 4rem 0 4rem;
    margin-bottom: 3rem;
}
#footercontent div {
    padding-top: 7rem;
}
#offcanvas {
    display: block;
    position: absolute;
    width: 100vw;
    left: -102vw;
    top: -30vw;
    height: 100vh;
    padding-top: 4rem;
    background-color: #574257;
    color: whitesmoke;
    opacity: 0;
    z-index: 300;
    -moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
#offcanvas div {
    position: absolute;
    top: 5vw;
    right: 14vw;
    width: 10vw;
    text-align: right;
}
#offcanvas a:link {
    font-family: 'Lato', sans-serif;
    padding-left: 2.5em;
	font-size: 1.1rem;
    line-height: 2rem;
    font-weight: 100;
    letter-spacing: 0.02em;
	text-decoration: none;
	color: #EEEEEE;
    display: inline;
}
#offcanvas a:visited {
	color: #EEEEEE;
}
#offcanvas a:hover {
	color: #d38871;
}
#offcanvas a:active {
	color: #d38871;
}
#offcanvas div img {
    width: 100%;
}

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;
}
#mobileservicewrapper {
    width:100%;
    background-color: whitesmoke;
}
.rowmobileservice {
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    padding: 4rem 2rem 0 3rem;
    font-size: 1.1rem;
    line-height: 1.6;
}
.rowmobileservice h5.uhdl{
    color: #b247a2;
}
.wrng {
    font-size: 0.9em;
    color:chocolate;
}
.kenburns {
    -webkit-animation: kbns 10s 1; 
    -moz-animation: kbns 10s 1; 
    -o-animation: knbs 10s 1; 
    animation: knbs 10s 1; 
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
}
.flnlft {
    position: relative;
   -webkit-animation: flyin-left 1.5s 1; 
    -moz-animation: flyin-left 2s 1; 
    -o-animation: flyin-left 2s 1; 
    animation: flyin-left 2s 1; 
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear; 
}
.flntp {
    position: relative;
   -webkit-animation: flyin-top 2s 1; 
    -moz-animation: flyin-top 2s 1; 
    -o-animation: flyin-top 2s 1; 
    animation: flyin-top 2s 1; 
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear; 
}
.flnr {
    position: relative;
   -webkit-animation: flyin-right 2s 1; 
    -moz-animation: flyin-right 2s 1; 
    -o-animation: flyin-right 2s 1; 
    animation: flyin-right 2s 1; 
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear; 
}
.trennung1 {
		-ms-hyphens: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;	
}
.zwsp {
		-webkit-column-count: 2; 
		-moz-column-count: 2; 
		column-count: 2;
		-webkit-column-gap: 18px;
		-moz-column-gap: 18px;
		column-gap: 18px;
		text-align:left;		
}
.drsp {
		-webkit-column-count: 3; 
		-moz-column-count: 3; 
		column-count: 3;
		-webkit-column-gap: 18px;
		-moz-column-gap: 18px;
		column-gap: 18px;
		text-align:left;		
}
@media screen and (max-width: 1200px) {
	header {
        left: 2%;
        top: 0;
        width: 96%;
        margin: auto;
    }
    .rowright {
        width: 96%;
        margin: auto;
    }
    .rowleft {
        width: 96%;
        margin: auto;
    }
    .onerow {
        width: 96%;
        margin: auto;
    }
    .onerowbild {
        width: 96%;
        margin: auto;
    }
    #aktuelleswrapper {
        width: 96%;
        margin: auto;
    }
    footer { 
        width: 96%;
        margin: auto;
    } 
    #servicewrapper {
        width: 96%;
    }
    #vereinwrapper {
        width: 96%;
        margin: auto;
    }
    section.onerowright {
        width: 96%;
        margin: auto;
    }
    #blaetterwrapper {
        width: 96%;
        margin: auto;
    }
}
@media screen and (max-width: 1000px) {
	header {
        left: 1%;
        top: 0;
        width: 98%;
        margin: auto;
    }
    #vereinwrapper {
        width: 98%;
        margin: auto;
    }
    section.onerowright {
        width: 98%;
        margin: auto;
    }
    #blaetterwrapper {
        width: 98%;
        margin: auto;
    }
    #servicewrapper {
        width: 98%;
    }
    .rowright {
        width: 98%;
        margin: auto;
    }
    .rowleft {
        width: 98%;
        margin: auto;
    }
    .onerow {
        width: 98%;
        margin: auto;
    }
    .onerowbild {
        width: 98%;
        margin: auto;
    }
    #aktuelleswrapper {
        width: 98%;
        margin: auto;
    }
    footer { 
        width: 98%;
        margin: auto;
    }
    section.rowright a:link {
        padding: 12px;
        font-size: 0.9rem;
    }
    section.rowleft a:link {
        padding: 12px;
        font-size: 0.9rem;
    }
    nav a:link {
        font-family: 'Lato', sans-serif;
        font-size: 0.9rem;
        padding-bottom: 5px;
        letter-spacing: 0.01rem;
    }
    nav li {
        padding: 4px;
    }
}

@media screen and (max-width: 900px) {   
     nav a:link {
        font-family: 'Lato', sans-serif;
        font-size: 0.85rem;
        padding-bottom: 4px;
        letter-spacing: 0;
    }
    nav li {
        padding: 4px;
    } 
}
@media screen and (max-width: 800px) {
    .servicerow {
        display: none;
    }
    .serviceheadline {
        padding: 5rem 0 0 3rem;
    }
    .serviceheadline2 {
        display: none;
    }
    .blaetterrow {
        width: 100%;
        margin: auto;
        padding: 0;
        text-align: left;
    }
    #footerheadl {
        padding: 8rem 3rem 0 3rem;
        width: 100%;
        margin: auto;
    }
    .blaetterheadline {
        text-align: left;
        padding: 5rem 0 0 3rem;
    }
    section.onerowright {
        width: 98%;
        padding-left: 3rem;
    }
     section.onerowright img {
         width: 70%;
    }
    .teamrow {
        width: 90%;
        margin: auto;
        display: block;
    }
    section.rowmobileleft div {
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 2rem;
    }   
    #aktuelleswrapper {
        display: none;
    }
    #mobileheader {
        display: block;
    }
    header {
        display: none;
    }   
    #mobilenav {
        display: block;
    }
    #contentwrapper {
        top: 32vw; 
    }
    #mainmobile {
        display: block;
    }
    #maindesktop {
        display: none;    
    }
    .leftheadline {
        box-sizing: border-box;
        width: 100%;
        padding: 1rem 0 1rem 60px;
    }
    .neuespalte {
        break-before: column;
    }
    .drsp {
		-webkit-column-count: 1; 
		-moz-column-count: 1; 
		column-count: 1;
		-webkit-column-gap: 16px;
		-moz-column-gap: 16px;
		column-gap: 16px;
		text-align:left;		
    } 
    .zwsp {
		-webkit-column-count: 1; 
		-moz-column-count: 1; 
		column-count: 1;
		text-align:left;		
    } 
    h5 {
        font-size: 2.1rem;
        line-height: 2.5rem;
    }
    #footercontent {
        margin: auto;
        display: grid;
        grid-template-columns: 1fr;
        padding: 0 3rem 0 3rem;
        }
    #footercontent div:first-child {
        padding-top: 3rem;
    }   
    .vereinrow {
        padding: 3rem;
    }
    .vereinheadline {
        padding: 5rem 0 0 3rem;
    }
}


