@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v49-latin-regular.eot');
    src: url('../fonts/roboto-v49-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v49-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v49-latin-regular.woff') format('woff'), url('../fonts/roboto-v49-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v49-latin-regular.svg#Roboto') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v49-latin-700.eot');
    src: url('../fonts/roboto-v49-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v49-latin-700.woff2') format('woff2'), url('../fonts/roboto-v49-latin-700.woff') format('woff'), url('../fonts/roboto-v49-latin-700.ttf') format('truetype'), url('../fonts/roboto-v49-latin-700.svg#Roboto') format('svg');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #000;
    font-family: 'Roboto', 'Arial', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    background-color: #fff;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 900px;
    margin: 16px auto;
    overflow: hidden;
    background: #fff;
    border: 1px solid #000;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

p {
    margin: 0 0 20px;
}



.margin_bottom {
    margin: 0;
}

ul {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}

ul li {
    padding: 0 0 0 15px;
}

ul li:before {
    content: "";
    background-color: #DE9826;
    width: 7px;
    height: 7px;
    position: relative;
    display: block;
    float: left;
    top: 8px;
    margin: 0 0 0 -15px;
}

h1 {
    color: #0C7687;
    font-size: 22px;
    text-align: center;
    margin: 0 0 20px;
}

h2 {
    color: #0C7687;
    font-size: 16px;
    margin: 0 0 5px;
}

h3 {
    color: #0C7687;
    font-size: 16px;
    margin: 0 0 5px;
    display: flex;
    justify-content: flex-start;
    gap: 3px;
}



header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 20px;
}

.motiv_top {
    width: 110%;
    height: 40px;
    clip-path: polygon(0 0, 100% 100%, 0 100%);
    background-color: #DE9826;
}

.image img {
    display: block;
}

.motiv_bottom {
    width: 110%;
    height: 40px;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    background-color: #0C7687;
    position: relative;
    bottom: 1px;
}

article {
    display: flex;
    justify-content: space-between;
    padding: 20px 20px 0 40px;
}

.left {
    
    padding: 0 16px 0 0;
    width: 69%;
}

.line {
    width: 1px;
    
    border-right: 1px solid #0C7687;
    position: relative;
    bottom: 35px;
}

.right {
    width: 28%;
    padding: 0 0 0 20px;
}

footer {
    padding: 0 20px 0 40px;
    display: flex;
    justify-content: space-between;
    height: 50px;
}

.line_footer {
    width: 1px;
    height: 50px;
    border-right: 1px solid #0C7687;
    position: relative;
    bottom: 30px;
    
    
}

@media only screen and (max-width: 799.008px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 16px;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    .margin_bottom{
    margin-bottom: 20px
    }

    header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 16px;
}

.motiv_top {
    width: 100%;
    height: 20px;
}


.motiv_bottom {
    width: 100%;
    height: 20px;
}

article {
    flex-direction: column;
    padding: 16px;
}

.left {
    
    padding: 0;
    width: 100%;
}

.line {
    display: none;
}

.right {
    width: 100%;
    padding: 0;
}

footer {
    padding: 0;
    display: block;
    height: auto;
}

.line_footer {
    display: none;
    
    
}
}

@media only screen and (max-width: 375.008px) {}