@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v35-latin-regular.eot');
    src: url('../fonts/open-sans-v35-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v35-latin-regular.woff2') format('woff2'), url('../fonts/open-sans-v35-latin-regular.woff') format('woff'), url('../fonts/open-sans-v35-latin-regular.ttf') format('truetype'), url('../fonts/open-sans-v35-latin-regular.svg#OpenSans') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v35-latin-700.eot');
    src: url('../fonts/open-sans-v35-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v35-latin-700.woff2') format('woff2'), url('../fonts/open-sans-v35-latin-700.woff') format('woff'), url('../fonts/open-sans-v35-latin-700.ttf') format('truetype'), url('../fonts/open-sans-v35-latin-700.svg#OpenSans') format('svg');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #333;
    font: 400 14px/1.5 'Open Sans', Arial, sans-serif;
    background: #eee;
}

#wrapper {
    position: relative;
    max-width: 1160px;
    margin: 1rem auto;
    overflow: hidden;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

:is(strong, h1, h2) {
    font-weight: 700;
}

h1 {
    font-size: 1.562rem;
    line-height: 1.875rem;
    position: absolute;
    top: 36%;
    color: #333333;
    background: #C0C0C0CC;
    left: 23%;
    padding: .687rem 1.875rem;
    text-align: center;
    width: 53%;
}

h2 {
    font-size: 1.312rem;
    margin: 0 0 .937rem;
    line-height: 1.75rem;
}

h3 {
    font-size: 17px;
    background: #FF0000;
    padding: .562rem .937rem;
    font-weight: 400;
    color: #fff;
}

ul {
    list-style: none;
    padding-bottom: 1rem;
}

ul li {
    padding-left: 2.687rem;
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -1.437rem;
    font-size: 1.5rem;
    line-height: 1.1;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: -2px;
}

ul li ul li:before {
    content: "\00b0";
    margin-top: 4px;
}

:is(header, .box, .kontakt) {
    padding: 1rem;
    margin: 0 0 1rem;
    background: #fff;
}

.title {
    position: relative;
    margin: 0 0 1rem;
}

.title img {
    display: block;
}

article {
    display: flex;
    justify-content: space-between;
}

.left {
    width: 65%;
}

.right {
    width: 32.5%;
}

a.apply {
    background: #FF0000;
    text-align: center;
    display: block;
    font-size: 1rem;
    color: #fff;
    font-weight: 700;
    padding: .75rem 1.625rem
}

.imageGallery1 img {
    height: 100px;
}

a.apply:hover {
    background: #FF0000
}

a.link {
    white-space: normal;
}

a.link:hover {
    color: #858585
}

.kontakt {
    display: flex;
    align-items: flex-start
}

p {
    margin-bottom: .625rem
}

.margin-bottom {
    margin-bottom: 0;
}

.kontakt section {
    padding-left: 1.25rem
}

footer a.apply {
    display: inline-block;
}

.icons {
    display: flex;
    column-gap: 1.562rem;
    align-items: center;
    margin: 1rem 0
}

.social {
    font-size: 1.562rem
}

a.social:hover {
    color: #5F5F5F
}

img {
    max-width: 100%;
    height: auto;
}

.fix {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 0;
}

.fix i {
    margin-top: 3px;
    width: 16px;
}

.imageGallery1 a:hover {
    color: inherit;
    text-decoration: none;
    opacity: 0.6;
}

span {
    white-space: nowrap;
}

@media only screen and (max-width:1158px) {
    #wrapper {
        border: none;
        margin: 0;
        padding: 1rem;
    }

    h1 {
        padding: 1rem;
    }

    :is(p, ul) {
        hyphens: auto;
        text-wrap: pretty;
    }

    ul li {
        padding-left: 1.437rem
    }

    .kontakt {
        flex-direction: column;
        align-items: center
    }

    .kontakt section {
        padding: 1rem 0 0;
    }

    .kontakt p {
        text-align: center;
    }
}

@media only screen and (max-width:900px) {
    h1 {
        width: 70%;
        left: 15%
    }

    h2 {
        font-size: 1.187rem;
    }

    article {
        flex-direction: column;
    }

    :is(.left, .right, footer a.apply) {
        width: 100%
    }

    .kontakt {
        flex-direction: row;
    }

    .kontakt p {
        text-align: left;
    }

    .kontakt section {
        padding: 0 0 0 1.25rem;
    }

    footer {
        display: flex;
        flex-direction: column;
        align-items: center
    }
}

@media only screen and (max-width:600px) {
    h1 {
        position: static;
        width: 100%;
    }

    .kontakt {
        flex-direction: column;
        align-items: center
    }

    .kontakt section {
        padding: 1rem 0 0;
    }

    .kontakt p {
        text-align: center;
    }
}