/* fonts 
@import url('/fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700&display=swap');
*/


/* Externe CSS für alle Common Designs */
*{
    margin:0;
    padding: 0;
    font-weight: normal;
    /* zum Drucken von Hintergrundbildern und -farben */
}
body {
    line-height: 1;
    font-family: Calibri, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.2;
    color: rgba(0,0,0,0.5);
    background: white;
    width: 100%;
}
body.schwarz{
    color :#000;
}
article{
    position: relative;
    width: 100%;
    max-width: 999px;
    margin: 0 auto 2rem;    
    box-sizing: border-box;
}
body > article{
    border: 1px solid #ccc;
    border-bottom: 2rem solid #ef7c00;
    padding-bottom: 2rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}
body.ohneWelle > article{
    background-image: none;
    padding-bottom: 2rem;
}
/*
article.callToAction{
    margin-top: 5rem;
}
*/
article.callToAction p a{
    color: #ef7c00;
}
.logo{
    box-sizing: border-box;
    position: relative;
    padding: 1rem 2rem;
}
h1{
    color: #ef7c00;
    width: 100%;
    box-sizing: border-box;
    padding: 1.5rem 3rem;
    background-color: rgba(255,255,255,0.75);
    font-weight: 700;
    font-size: 250%;   
}
h3{
    color: #ef7c00;
    font-size: 110%;
    font-weight: 700;
    margin-bottom: 0.5rem;
}
a,a:hover{
    color: #000;
}
header,main,footer{
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding: 0rem 3rem 0;
}
header{
    padding: 0;
    margin-bottom: 2rem;
}
header img{
    display: none;
}
main{
    padding: 0;
}
main section{
    padding: 0 3rem;
}
/****************************************** BILDWECHSLER ***************************/
.slider{
	position: relative;
	margin: 0 0 2rem;
	background: none;
	border: none;
}
.slider figure{
	position: absolute;
	display: inline-block;
	top: 0;
	left: 0;
	z-index: 1;
    opacity: 0;
    animation: wechseln 15s infinite;    
}
.slider figure:last-of-type {
	position: relative;
}
@keyframes wechseln {
    0% {opacity: 0;}
   20% {opacity: 1;}
   40% {opacity: 1;}
   60% {opacity: 0;}
  100% {opacity: 0;}
}
.slider figure:nth-of-type(2) {
  animation-delay: 5s;
}
.slider figure:nth-of-type(3) {
  animation-delay: 10s;
}
.clearer{
    width: 100%;
    float: none;
    clear: both;
    height: 0.1px;
}
footer{
    background-color: #ef7c00;
    margin-bottom: 0;
    padding: 1.5rem 3rem;
    color: #fff;
}
footer article{
    margin-bottom: 0;
}
footer h3, footer a, footer a:hover{
    color: #fff;
    text-decoration: none;
}
footer a:hover{
    text-decoration: underline;
}
footer article.stoerer a:last-of-type{
    display: none;
}
img{
    width: 100%;
    height: auto;
}
img.fusslink{
    position: absolute;
    right: 5rem;
    bottom: -8px;
    width: 25%;
}

b,strong{
    font-weight: 700;
}
ul{
    padding-left: 1.2rem;
    text-indent: 0rem;
}
p{
    margin-bottom: 0.5rem;
}
li{
    margin-bottom: 0.25rem;
    list-style-type: square;
}

@media(min-width:600px){
    header img{
        display: block;
    }
    .logo{
        width: 35%;
        position: absolute;
       right: 1rem;
       top: 3rem;
       z-index: 102;
    }
    article > .logo{
        width: 25%;
        position: relative;
        top: 0rem;
        padding: 1.5rem 0 1rem 3rem;
    }
    article > .logoRechts{
        width: 25%;
        position: relative;
        top: 0rem;
        padding: 1.3rem 0.8rem 1rem 0rem;
        float:left;
        margin-left: 4%;
    }
    article > .logoLinks{
        width: 25%;
        position: relative;
        top: 0rem;
        padding: 1.2rem 4rem 1rem 3rem;
        float:left;
    }
    article > .logoCenter{
        width: 24%;
        position: relative;
        top: 0rem;
        padding: 1.7rem 3rem 1rem 3rem;
        float:left;
        margin: 0 9% 0 12%;
    }

    h1{
        position: absolute;
        left: 0;
        right: 0;
        bottom: 1.5rem;
        z-index: 101;
    }
    section.hintergrundWR{
        background-image: url(windraeder_neu.svg);
        background-size: 35% auto;
        background-position: right 5% bottom -1%;
        background-repeat: no-repeat;
        }
    section:not(.hintergrundWR){
        padding-top: 5rem;
        background-image: url('wellen.png');
        background-size: 100% auto;
        background-position: left 0 top 0;
        background-repeat: no-repeat;    
    }
    article.incentive{
        width: 60%; 
        float: left;
    }
    .breite60{
        width: 60%;
        margin-left: 0;
    }
    article.callToAction p a{
        color: #ef7c00;
        font-weight: bold;
    }
        footer{
        width: 38%;
        float: right;
        background-color: transparent;
        margin-bottom: 0;
        padding: 0;
        }
    footer article{
        font-size: 110%;
        background-color: #ef7c00;
        padding: 1.5rem 2rem;
        text-align: center;
        max-width: 350px;
        height: 350px;
        border-radius: 50%;
        hyphens: auto;
        margin-top: 2rem;
    }
    footer article.stoerer{
        border-radius: 10%;
    }
    footer article h3{
        font-weight: 600;
        font-size: 150%;
        margin-top: 5%;
    }
    footer article a{
        display: block;
        margin: 0.5rem auto;
        font-size: 150%;
        font-weight: 600;
    }
    
}
