@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-slab-v33-latin-regular.eot');
    src: url('../fonts/roboto-slab-v33-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-slab-v33-latin-regular.woff2') format('woff2'), url('../fonts/roboto-slab-v33-latin-regular.woff') format('woff'), url('../fonts/roboto-slab-v33-latin-regular.ttf') format('truetype'), url('../fonts/roboto-slab-v33-latin-regular.svg#RobotoSlab') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-slab-v33-latin-700.eot');
    src: url('../fonts/roboto-slab-v33-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-slab-v33-latin-700.woff2') format('woff2'), url('../fonts/roboto-slab-v33-latin-700.woff') format('woff'), url('../fonts/roboto-slab-v33-latin-700.ttf') format('truetype'), url('../fonts/roboto-slab-v33-latin-700.svg#RobotoSlab') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/mulish-v13-latin-regular.eot');
    src: url('../fonts/mulish-v13-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/mulish-v13-latin-regular.woff2') format('woff2'), url('../fonts/mulish-v13-latin-regular.woff') format('woff'), url('../fonts/mulish-v13-latin-regular.ttf') format('truetype'), url('../fonts/mulish-v13-latin-regular.svg#Mulish') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/mulish-v13-latin-600.eot');
    src: url('../fonts/mulish-v13-latin-600.eot?#iefix') format('embedded-opentype'), url('../fonts/mulish-v13-latin-600.woff2') format('woff2'), url('../fonts/mulish-v13-latin-600.woff') format('woff'), url('../fonts/mulish-v13-latin-600.ttf') format('truetype'), url('../fonts/mulish-v13-latin-600.svg#Mulish') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/mulish-v13-latin-700.eot');
    src: url('../fonts/mulish-v13-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/mulish-v13-latin-700.woff2') format('woff2'), url('../fonts/mulish-v13-latin-700.woff') format('woff'), url('../fonts/mulish-v13-latin-700.ttf') format('truetype'), url('../fonts/mulish-v13-latin-700.svg#Mulish') format('svg');
}
* {
    box-sizing: border-box;
}
body {
    color: #000;
    font: 400 1em/1.5 'Mulish', sans-serif;
    background-color: #9ED6F4;
    background-image: url('../images/hintergrund.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
#wrapper {
    position: relative;
    max-width: 52.5rem;
    margin: 0rem auto;
    border: none;
    padding: 0;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.8);
    -moz-box-shadow: 0 0 .875rem #666;
    -webkit-box-shadow: 0 0 .875rem #666;
    box-shadow: 0 0 .875rem #666;
    z-index: 0;
}
h1 {
    font-family: 'Roboto Slab', Times New Roman, serif;
    font-size: 2.375rem;
    line-height: 1.1;
    color: #192756;
}
h1 span {
    font-weight: 400;
    font-size: 1.75rem;
}
h2 {
    color: #192756;
    font-size: 1.25rem;
    line-height: 1.3;
    font-weight: 600;
}
h3 {
    color: #004384;
    font-size: 1.437rem;
    line-height: 1;
    margin: 0;
}
:is(a:link, a:visited, a:active) {
    color: #CF212F;
    text-decoration: none;
    white-space: nowrap;
}
a:hover {
    text-decoration: underline;
}
a.phone {
    color: #000;
}
header {
    padding: 0.5rem 2.5rem;
}
.slider {
    width: 100%;
    margin: auto;
    overflow: hidden;
}
.slider ul {
    display: flex;
    padding: 0;
    width: 400%;
    animation: cambio 20s infinite alternate linear;
}
.slider li {
    width: 100%;
    list-style: none;
}
.slider img {
    width: 100%;
}
@keyframes cambio {
    0% {
        margin-left: 0;
    }
    20% {
        margin-left: 0;
    }
    25% {
        margin-left: -100%;
    }
    45% {
        margin-left: -100%;
    }
    50% {
        margin-left: -200%;
    }
    70% {
        margin-left: -200%;
    }
    75% {
        margin-left: -300%;
    }
    100% {
        margin-left: -300%;
    }
}
article ul {
    padding-left: 2rem;
}
article li {
    padding-bottom: 0.2rem;
    list-style-type: none;
}
article li:before {
    content: "\23F5";
    color: #CF212F;
    float: left;
    margin-left: -1.25rem;
    font-weight: 900;
}
article,footer {
    padding: 0rem 2.5rem;
    background: #EFF8FD;
    position: relative;
    z-index: 11;
}
.section {
    display: inline-block;
    width: 100%;
    padding: 0.5rem 1.5rem 1rem;
    background-color: #FFFFFF;
    margin-bottom: 1.5rem;
    box-shadow: .187rem .187rem .25rem #A6A6A6;
    border: 1px solid #FFFFFF;
}
.section:hover {
    border: 1px solid #CF212F;
}
@media only screen and (max-width:52.437rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    body {
        background: #9ED6F4;
    }
    span {
        white-space: nowrap;
    }
    h1 {
        font-size: 2.125rem;
    }
    h1 span {
        font-size: 1.5rem;
    }
    header {
        padding: 1rem;
    }
    article ul {
        padding-left: 1rem;
    }
    article,footer {
        padding: 0 1rem;
    }
    .section {
        padding: 0.5rem 1rem 0;
        margin-bottom: 1rem;
    }
}
@media only screen and (max-width:40.625rem) {
    header {
        display: flex;
        flex-direction: column;
        align-items: center
    }
    h1 {
        font-size: 1.75rem;
    }
    h1 span {
        font-size: 1.25rem;
    }
}