@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

html {
    min-height: 100%;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

#wrapper {
    color: #333;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 17px;
    line-height: 25px;
    position: relative;
    max-width: 900px;
    margin: 12px auto;
    border: 1px solid #9EC2C0;
    background-color: #fff;
    overflow: hidden;
    text-align: left;
    font-weight: 300;
}

.logo {
    display: flex;
    justify-content: flex-end;
}

header {
    padding: 40px 45px;
    background-color: #EDEDED;
}

header p {
    margin-top: 45px;
    margin-bottom: 0;
}

article {
    padding: 40px 40px 0px;
}

footer {
    margin: 0;
    padding: 0;
}

figure {
    margin: 45px -45px 0;
}

strong {
    font-weight: 700;
}

p {
    margin: 0 0 22px;
}

h1 {
    margin: 16px 0 30px;
    font-size: 33px;
    line-height: 1.25;
    font-weight: 400;
    font-family: "Merriweather", serif;
    color: #006c66;
}

h1 span {
    display: block;
    font-size: 16px;
    line-height: 1.3;
    color: #333;
    font-weight: 700;
    margin: 16px 0 0;
    text-transform: uppercase;
}

h2 {
    margin: 16px 0px 5px;
    font-size: 18px;
    line-height: 24px;
    color: #006c66;
    font-family: "Merriweather", serif;
    font-weight: 400;
}

h3 {
    margin: 0 0 6px;
    font-size: 16px;
    line-height: 20px;
    font-family: "Merriweather", serif;
    font-weight: 400;
}

h4 {
    font-weight: 300;
    font-size: 20px;
    line-height: 1.3;
    margin: 0 0 8px;
    color: #000;
}

a {
    color: #006c66;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

ul {
    margin: 0 0 22px;
    list-style: none;
}

ul li {
    padding-left: 16px;
}

li:before {
    content: "\2022";
    color: #006c66;
    float: left;
    margin-top: 1px;
    font-size: 22px;
    text-indent: -16px;
    font-family: Arial, Helvetica, sans-serif;
}

.bg {
    background: #006D66 url(line.jpg) no-repeat;
    padding: 56px 254px 10px 45px;
    color: #fff;
    position: relative;
}

.bg a {
    color: #fff;
}

.clear {
    clear: both;
    margin: 0px;
    display: block;
    padding: 0px;
}

.btn {
    color: #fff;
    line-height: 20px;
    font-size: 14px;
    text-decoration: none;
    display: block;
    width: 200px;
    height: 38px;
    text-align: center;
    padding-left: 50px;
    padding: 8px 0 3px;
    padding-left: 0px;
    padding-left: 0;
    top: 80px;
    font-family: "Merriweather", serif;
    position: absolute;
    right: 40px;
    text-decoration: underline;
    background-color: #005555;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.15);
}

.logofooter {
    background: #005555;
    background-size: 100%;
    padding: 30px 45px;
}

.flex-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: -219px;
    gap: 10px;
    padding-top: 10px;
}

@media all and (max-width:898px) {
    #wrapper {
        margin: 0;
        padding: 0;
        border: none;
    }

    br:not(.kontakt br) {
        display: none;
    }

    span {
      white-space: nowrap;
    }
}

@media all and (max-width:767px) {
    header {
        padding: 16px;
        background-color: #EDEDED;
    }

    header p {
        margin-top: 16px;
        margin-bottom: 0;
    }

    .btn {
        right: 16px;
    }

    figure {
        margin: 16px -16px;
    }

    article {
        padding: 16px 16px 0;
    }

    .bg {
        padding: 56px 241px 16px 16px;
    }

    .logofooter {
        padding: 16px;
    }

    ul {
        margin: 0 0 16px;
    }

    h1 strong {
        font-size: 24px;
    }
}

@media all and (max-width:578px) {
    .bg {
        padding: 48px 16px 16px;
    }

    .btn {
        margin-top: 16px;
        position: static;
        text-align: center;
    }

    article a ins {
        word-break: break-all;
    }

    .flex-bottom {
        margin-right: 0;
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }
}