@charset "UTF-8";
/* #6aac26  grün */
/* #5a5f61  grau */
/* #002e5f  blau */
* {
    box-sizing: border-box;
}
html {
    font-size: 20px;
}
body {
}
div#wrapper {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
header {
    height: 9.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    text-align: center;
}
header img {
    height: 100%;
}
main {
    width: 80%;
    float: left;
    padding-right: 3rem;
    border-right: 1px dotted #5a5f61;
}
article {
    margin-bottom: 1rem;
    padding-bottom: 2rem;
}
article:nth-of-type(2) {
    border-top: 1px dotted #5a5f61;
}
aside {
    width: 20%;
    float: left;
    font-size: 0.8rem;
    text-align: center;
    padding-left: 1rem;
    margin-bottom: 3rem;
}
aside p {
    max-width: 100%;
}
aside p img {
    max-width: 100%;
}
footer {
    margin-bottom: 2rem;
    clear: both;
    margin-top: 2rem;
    border-top: 1px dotted #5a5f61;
}
#einklinker {
    color:#FFF;
    background-color:#6aac26;
    border:2px solid #FFF;
    position:absolute; 
    display:inline-block;
    border-radius:0.5rem;
    padding:0.5rem 1rem;
    left:50%;
    margin-left:18rem;
    margin-top:5.5rem;
    transform: rotate(7deg);
}
div.sprachwechsel {
    background-color:#FFF;
    position:absolute;
    height:1.5rem;
    font-size:0.75rem;
    margin-top:-1rem;
} 
div.sprachwechsel img {
    vertical-align: middle;
    height:0.8rem;
    margin-right:0.4rem;
}
div.sprachwechsel a:hover, header a:hover { text-decoration: none; border-bottom:none;}

    /* FÜR LAYOUTAUFBAU EINFÄRBEN */
    /*#wrapper { background-color:#FF0;}*/
    /*header { background-color:#F0F;}*/
    /*main { background-color: #0FF;}*/
    /*aside { background-color:#CCC;}*/
    /*footer { background-color:#DDD;}*/
    
    /* ============================== Typoelemente ============================== */

    
body {
    font-size: 1rem;
    font-family: Helvetica, Arial, sans-serif;
    color: #5a5f61;
    line-height: 130%;
    padding: 0;
    margin: 0;
}
a {
    text-decoration: none;
    color: #5a5f61;
}
a:hover {
    color: #002e5f;
    border-bottom: 1px solid #002e5f;
}

h1, h2, h3, p, li, ul {
    line-height: 140%;
    margin-bottom: 0;
}
h1 {
    color: #002e5f;
    font-size: 1.5rem;
    margin-top: 2em;
    margin-bottom: 0;
    font-weight: normal;
}
h2 {
    font-weight: normal;
    color: #002e5f;
    font-size: 1.5rem;
    margin-top: 1.5rem;
}
aside h2 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    margin-top: 2rem;
}
h3 {
    font-weight: normal;
    color: #6aac26;
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
span.usp {
    font-weight: bold;
    color: #002e5f;
}
p.introtext {
    font-size: 1.25rem;
    margin-top: 0.5rem;
}
p.boseoverline {
    font-size: 0.7rem;
    margin-top: 2rem;
}
ul {
    list-style: none
}
li::before {
    content: "•";
    color: #6aac26;
    display: inline-block;
    width: 1em;
    margin-left: -1em
}
img.portraitfoto {
    width: 10rem;
    height: 10rem;
    overflow: hidden;
    border-radius: 50%;
    margin: auto;
}
#slider {
    background-image: url(../images/select-power-slider-medium.jpg);
    width: 100%;
    height: 16rem;
    background-size: cover;
    background-position: center center;
    padding: 1rem 2rem;
}
#slider h1 {
    color: #002e5f;
    margin: 0;
    margin-top: 1rem;
    max-width: 50%;
}
#slider p.overhead {
    color: #FFF;
    font-weight: 300;
    font-family: 'Merriweather', serif;
    font-size: 2.4rem;
    margin: 0;
}
p.socialmediabig {
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.kleingedrucktes {
    font-size: 0.6rem;
    line-height: 0.8rem;
}
.kleingedrucktes h2 {
    font-size: 0.85rem;
    line-height: 1rem;
}
.kleingedrucktes h3 {
    font-size: 0.85rem;
    line-height: 1rem;
}
/* Bild große Screens */
@media only screen and (min-width: 1300px) {
    #slider {        background-image: url(../images/select-power-slider.jpg);}
}
/* kleine Screens */ 
@media only screen and (max-width: 1300px) {
html {
    font-size: 18px;
}
div#wrapper {
    width: 900px;
}
main {
    width: 75%;
}
aside {
    width: 25%;
}
#slider h1 {
    max-width: 60%;
}
    #einklinker{margin-left:14rem;}
}

@media only screen and (max-width: 950px) {
html {
    font-size: 16px;
}
div#wrapper {
    width: 90%;
}
main {
    width: 100%;
    border-right: none;
}
aside {
    width: 100%;
    padding-left: 0;
    border-top: 1px dotted #5a5f61;
}
    #slider {        background-image: url(../images/select-power-slider-medium.jpg);}

#slider h1 {
    max-width: 60%;
}
aside p img {
    max-width: 16rem;
}
        #einklinker{margin-left:10rem; margin-top:7rem;}

}

@media only screen and (max-width: 650px) {
html {
    font-size: 15px;
}
div#wrapper {
    width: 100%;
}
main, #slider, footer {
    padding: 1rem;
}
        #slider {        background-image: url(../images/select-power-slider-small.jpg);}

#slider h1 {
    font-size: 1.5rem;
}
#slider p.overhead {
    font-size: 2rem;
}
            #einklinker{margin-left:4rem; margin-top:22rem;}

}

@media only screen and (max-width: 480px) {
#slider h1 {
    font-size: 1.25rem;
}
#slider p.overhead {
    font-size: 1.5rem;
}
}