@charset "utf-8";

@font-face {
    font-family: 'Maven Pro';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/maven-pro-v32-latin-regular.eot');
    src: url('../fonts/maven-pro-v32-latin-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/maven-pro-v32-latin-regular.woff2') format('woff2'),
        url('../fonts/maven-pro-v32-latin-regular.woff') format('woff'),
        url('../fonts/maven-pro-v32-latin-regular.ttf') format('truetype'),
        url('../fonts/maven-pro-v32-latin-regular.svg#MavenPro') format('svg');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #4c565c;
    font-family: "Arial", sans-serif;
    font-size: .875rem;
    line-height: 1.5;
    background: #F3F4F4;
    font-weight: 400;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    overflow: hidden;
    background: #F3F4F4;
}

:is(a:link, a:visited, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

p {
    margin: 0 0 .625rem;
}

h1 {
    margin: .312rem 0;
}

h3 {
    margin: 0;
    font-size: 1.125rem;
    text-align: center;
}

h4 {
    margin: 0;
    font-size: 1.425rem;
    
}

h5 {
    font-size: 1.75rem;
}

ul {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
}

ul li {
    padding-left: 1.375rem;
    margin-bottom: 10px;
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -1.375rem;
    font-size: 1.375em;
    line-height: 1;
    color: #74a7bb;
}

.pfeil li {
    padding-left: 40px;
    margin: 0 0 15px
}

.pfeil li:before {
    content: "";
    float: left;
    position: relative;
    width: 30px;
    height: 30px;
    background: url(../images/pfeil.jpg) no-repeat;
    background-size: contain;
    margin-left: -45px;
}

header {
    background: #fff;
    padding: 25px 20px 20px;
}

header img {
    max-width: 96px;
    margin: 0 auto;
}

.logo {
    max-width: 1160px;
    margin: 0 auto;
}

section {
    display: block;
    column-gap: 8.5rem;
}

.first {
    display: flex;
	column-gap: 8.5rem;
}

section .space {
    padding-left: 5px;
    text-decoration: none;
}

.right p {
    text-align: center;
    margin: 0
}

.box {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 .062rem .125rem 0 rgb(76 86 92 / 25%);
    position: relative;
    max-width: 1160px;
    margin: 1rem auto 30px;
    padding: 1rem;
    border-width: 6px;
    border-style: solid;
    border-image:
        linear-gradient(to bottom,
            #74a7bb,
            #a2ccd9) 1 100%;
    border-right: none;
}

p img {
    position: relative;
    top: .5rem;
}

article .button,
.box .button {
    border-radius: 0.25rem;
    background: linear-gradient(135deg, #74a7bb, #a2ccd9);
    color: #000;
    padding: .937rem 1.25rem;
    transition: box-shadow 0.6s;
    margin: 10px 0 0 10px;
    font-weight: bold;
    display: block;
    width: 9.375rem;
    text-align: center;
}

article .button2,
.box .button2 {
    border-radius: 0.25rem;
    background: linear-gradient(135deg, #74a7bb, #a2ccd9);
    color: #000;
    padding: .937rem 1.25rem;
    transition: box-shadow 0.6s;
    margin: 10px 0 0 0px;
    font-weight: bold;
    display: block;
    width: 9.375rem;
    text-align: center;
}

article .button:hover,
.box .button:hover {
    border-radius: 0.25rem;
    box-shadow: 0 .375rem 1.5rem 0 rgb(76 86 92 / 25%);
    text-decoration: none;
    background: #b9e4dd;
}
article .button2:hover,
.box .button:hover {
    border-radius: 0.25rem;
    box-shadow: 0 .375rem 1.5rem 0 rgb(76 86 92 / 25%);
    text-decoration: none;
    background: #b9e4dd;
}

.pdf img {
    vertical-align: middle;
    display: inline-block;
    padding-right: 10px;
}

.border {
    border: 0.125rem solid #ef7723;
    transition: 0.6s, color 0.6s;
    padding: 12px 1rem;
    border-radius: 0.25rem;
    font-size: 1rem;
    width: fit-content;
    color: #ef7723;
    font-weight: 600
}

.border:hover {
    color: #bd5e1c;
    border: 0.125rem solid #bd5e1c;
}

.flex_btn {
    display: flex;
    align-items: center;
    column-gap: 15px
}

article {
    border-radius: .312rem;
    position: relative;
    max-width: 1160px;
    margin: 1rem auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    column-gap: 20px
}

.left {
	text-wrap: stable;
    background: white;
    padding: 1.25rem;
    width: 90%
}

h2 {
    font-size: .875rem;
    margin: .937rem 0;
}

.kontakt {
    background: #fff;
    padding: 1.5rem 3rem;
    border-radius: 0.25rem;
}

.kontakt p {
    text-align: center;
}

.kontakt img {
    border-radius: 100%;
    margin: 25px auto;
    display: block;
    margin-top: -40px;
}

.grau {
    background-color: #f3f4f4;
    border-radius: 0.25rem;
    padding: 18px 3.125rem 10px;
    margin: 2.5rem 0 25px;
}

.contact_data p {
    margin: 0px 10px 5px 0px
}

.flexkontakt {
    display: flex;
    column-gap: 20px;
    padding-left: 45px
}

.flexkontakt p {
    text-align: left
}

.width {
    width: 20%;
    color: #6da2b7
}

.right {
    line-height: 1.25rem;
    font-weight: 500;
    text-align: left;
}

.label {
    color: #6da2b7;
}

.bitten {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.3125rem;
    font-weight: 600;
    display: inline-flex;
    border-radius: 0.25rem;
    padding: 0.84375rem 1.5rem;
    border: 0.125rem solid #ef7723;
    color: #ef7723 !important;
    margin: 60px auto 10px;
    display: block;
    text-align: center;
    width: fit-content
}

small {
    font-size: 0.625rem;
    color: #798185;
}

.team {
    display: block;
}

.align {
    margin: 0 auto;
    max-width: 1160px
}

.list {
    background: white;
    padding: 1.25rem;
    width: 60%;
    border-width: 6px;
    border-right-width: 6px;
    border-style: solid;
    border-right-style: solid;
    border-image: linear-gradient(to bottom,
            #74a7bb,
            #a2ccd9) 1 100%;
    border-right: none;
    border-radius: 5px;
}

.zertifikat {
    background: white;
    width: 60%;
    text-align: center;
    padding: 1.25rem;
    margin: 30px 0
}

.zertifikat img {
    margin: 0 0 30px
}

.distance {
    background: #4D565C;
    display: flex;
    justify-content: space-between;
    padding: 30px 30px 20px;
    align-items: center;
}

footer {
    max-width: 1160px;
    margin: 1rem auto;
}

@media only screen and (max-width: 1159px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
    }

    section br {
        display: none
    }

    span {
        white-space: nowrap
    }

 section .space {
        padding-left: 0
    }
    
    h1 {
        font-size: 1.25rem;
    }

    h2 {
        margin: .312rem 0;
    }

    section,
    footer {
        display: block;
    }

    .box {
        margin-bottom: .312rem;
    }

    .box .button {
        position: static;
        text-align: center;
        margin: 0 .625rem;
    }

    article .button {
        margin: 0 auto;
    }

    article {
        padding: 10px 0 15px;
        display: block
    }
    
    .left, .list, .align, .zertifikat {
        width: 100%
    }

    footer {
        text-align: center;
        padding: .625rem;
    }

    ul li {
        margin-bottom: 0;
    }

    .element aside {
        margin: .625rem 0;
    }

    .team {
        display: block;
        margin: 0 auto;
        text-align: center
    }
}

@media only screen and (max-width: 480px) {
    .width {
        width: 100%
    }
    
    .flexkontakt {
        display: block;
        padding-left: 0px;
    }
}

@media only screen and (max-width: 23.438rem) {
    h1 {
        font-size: 18px;
        text-align: center
    }

    .right p {
        margin: 0 0 10px
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
}
