@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-regular.eot');
    src: url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v30-latin-regular.woff') format('woff'), url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v30-latin-700.eot');
    src: url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), url('../fonts/roboto-v30-latin-700.woff') format('woff'), url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg');
}

:root {
    font-size: 1rem;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #4d4d4d;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 71.25rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

a.blau {
    color: #0000EE;
}

p {
    margin: 0 0 1rem;
}

span {
    white-space: nowrap;
}

.margin {
    margin: 0 0 2.5rem;
}

h1,
h2,
h3 {
    font-weight: 700;
}

h1 {
    font-size: 2.5rem;
    line-height: 1.25;
    color: #003989;
    margin: 3.937rem 0 2.937rem;
}

h2 {
    font-size: 1.5rem;
    margin: 1.5rem 0;
}

h3 {
    font-size: 1.875rem;
    line-height: 1.25;
    margin: 0;
    color: #003989;
    clip-path: polygon(27% 0, 100% 0%, 100% 100%, 0% 100%);
    padding: 1.875rem .937rem;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    bottom: 0;
    right: -.062rem;
    width: 62%;
    text-align: right;
}

ul {
    list-style: none;
    margin: 0 0 0.625rem;
    padding: 0;
}

ul li {
    padding: 0 0 .312rem 1.75rem
}

ul li:before {
    content: "";
	
    float: left;
    position: relative;
    width: 1.375rem;
    height: 1.375rem;
    background: url(../images/square.png) no-repeat;*/
    background-size: contain;
    margin-left: -1.75rem;
    top: .375rem;
}

header {
    display: flex;
    justify-content: flex-end;
    padding: .625rem 0 1.562rem 0;
}

section {
    position: relative;
}

section img {
    display: block
}
strong {
	
    margin: 1.5rem 0;
}

.info {
    display: flex;
    justify-content: space-between;
    margin: 0 0 2.937rem
}

.info p {
	font-size: 1.125rem;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    padding: .75rem;
    width: 33.33%
}

i {
    color: #fabb00;
    font-size: 1.125rem;
    padding: 0 .312rem 0 0;
    position: relative;
    top: .062rem
}

.kontakt i {
    width: 1.875rem
}

.kontakt p {
    margin: 0 0 .312rem
}

article {
    padding: 1.125rem 0 2.5rem;
}

.flex {
    display: flex;
    justify-content: space-between;
    gap: 3.125rem;
}

.links,
.rechts {
    width: 50%
}

.none {
    display: none;
}

@media only screen and (max-width: 71.187rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    h1 br {
        display: none
    }
}

@media only screen and (max-width: 59.312rem) {
    h3 {
        width: 90%
    }

    .flex {
        gap: 1.25rem
    }
}

@media only screen and (max-width: 45.562rem) {
    article {
        padding: 1.875rem 0;
    }

    .info,
    .margin {
        margin: 0 0 1.25rem
    }

    .flex {
        flex-direction: column;
        gap: 0;
    }

    .links,
    .rechts {
        width: 100%
    }

    h1 {
        font-size: 2.187rem;
        margin: 1.875rem 0
    }

    h2 {
        margin: 1rem 0
    }

    h3 {
        font-size: 1.562rem;
    }
}

@media only screen and (max-width: 34.312rem) {
    header {
        justify-content: center;
    }

    h1,
    h3 {
        text-align: center;
    }

    h1 {
        font-size: 1.875rem;
    }

    h3 {
        position: static;
        width: 100%;
        clip-path: none;
        background: none;
        padding: 1.875rem 0 0
    }

    h3 br {
        display: none
    }

    .info {
        flex-direction: column;
        align-items: center;
        margin: 0 0 2.5rem
    }

    .info p {
        width: 100%;
        text-align: center;
        margin: 0
    }

    .info p:first-of-type,
    .info p:nth-of-type(2) {
        border-bottom: none
    }
}
