html {
    scroll-behavior: smooth;
    overflow-y: scroll
}

/* make scrollbar transparent */
::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}

body {
    font-family:"5031567";
    background: #fff;
    margin: 0;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: .5px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-wrap: break-word; /* Trennung langer Wörter */
    /*-webkit-hyphens: auto;*/ /* Chrome / Safari */
    /*-moz-hyphens: auto;*/ /* Firefox */
    /*-ms-hyphens: auto;*/ /* IE 10+ */
    /*-o-hyphens: auto;*/ /* Opera */
    /*-khtml-hyphens: auto;*/ /* Konqueror */
    /*hyphens: auto;*/ /* Silbentrennung */
}

.noscroll {
    overflow:hidden
}

h1 {
    font-size: 38px;
    line-height: 1.26;
    letter-spacing: 1.5px;
    margin-top:0
}

h2 {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.71em;
    letter-spacing:.93px
}

h3 {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: .8px;
    color: initial;
    margin:.5em 0
}

h4 {
    font-family:"5031687";
    font-size: 0.9rem;
    line-height: 1.44rem
}

a {
    display: inline-block;
    text-decoration: none;
    color: inherit;
    font-weight: normal;
}

#green {
    color: #86bc04
}

.link > a, .link > span {
    color: inherit;
    margin:0
}

.link > a {
    position:relative;
    font-weight: normal
}

.link > a:after {
    content: "";
    display: block;
    height: 1px;
    width: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    background: #000;
    transition:width .3s ease 0s, left .3s ease 0s
}

.link > a:hover:after {
    width: 100%;
    left: 0
}

p > a, .link > span {
    color: inherit;
    margin:0
}

p > a {
    position:relative;
    font-weight: normal
}

p > a:after {
    content: "";
    display: block;
    height: 1px;
    width: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    background: #000;
    transition:width .3s ease 0s, left .3s ease 0s
}

p > a:hover:after {
    width: 100%;
    left: 0
}

img {
    max-width: 100%;
    height:auto;
    display:block
}

p {
    margin:0;
 }

p + p {
    margin-top:20px
}

form {
    margin:0;
    margin-top:30px
}

dl {
    letter-spacing: .6px;
    margin:1.65em 0
}

@media (min-width: 769px) {
    dl {
        font-size:18px
    }
}

dt {
    font-weight:300
}

dd {
    font-weight: 300;
    margin:0
}

.text-center {
    text-align:center
}

@font-face {
    font-family:"5031567";
    src:url("../fonts/5031567/c459ef37-dfe6-4796-9501-e912a49b1fbd.woff2") format("woff2"),url("../fonts/5031567/ee9dd76e-600e-4802-a7fe-73706e308a23.woff") format("woff");
}

@font-face {
    font-family:"5031687";
    src:url("../fonts/5031687/74f50e0e-32bc-467b-9a50-e11cd6b44182.woff2") format("woff2"),url("../fonts/5031687/eafb08cb-21a6-404e-a2d0-ec69d8063179.woff") format("woff");
}
