/*--------------------- SCHRIFTEN EINBINDEN --------------------------*/
@import url(css2_ada49587e184f5fa.css);



/* Externe CSS für alle Common Designs */
*{
    margin:0;
    padding: 0;
    font-weight: normal;
}
body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.5;
    color: #333;
    background: white;
    width: 100%;
}
article{
    position: relative;
    width: 100%;
    max-width: 999px;
    margin: 0 auto 2rem;    
    box-sizing: border-box;
}
body > article{
    border: 1px solid #ccc;
}
.logo{
    box-sizing: border-box;
    position: relative;
    padding: 1rem 1rem 1rem 3rem;
}
header,main,footer{
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding: 0rem 3rem 0;
}
header{
    padding: 0;
    margin-bottom: 3rem;
    display: none;
}
header div.maske{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
    background-color: rgba(0,0,0,0.4);
}
footer{
    background-color: #eee;
    padding-top: 2rem;
    padding-bottom: 0.1rem;
}
img{
    width: 100%;
    height: auto;
}
.logo img{
    width: 10%;
}
h1{
    font-weight: 700;
    width: 70%;
    max-width: 999px;
    margin: 17rem 0 0 3rem;
    color: #fff;  
    text-transform: uppercase;
}
h3{
    font-size: 175%;
    font-weight: 700;
    text-transform: uppercase;
    color: rgb(196,26,50);
    margin-bottom: 1rem;
}
b,strong{
    font-weight: 700;
}
ul{
    padding-left: 1.2rem;
    text-indent: 0rem;
}
p{
    margin-bottom: 0.5rem;
}
li{
    margin-bottom: 0.25rem;
}
a{
    color: #333;
    text-decoration: underline;
}
a:hover{
    text-decoration: none;
}
@media(min-width:600px){
    header{
        display: block;
    }
    h1{
        padding: 0rem;
    }
    
}
