@charset "utf-8";

@font-face {
  font-display: swap; 
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/outfit-v15-latin-300.eot'); /* IE9 Compat Modes */
  src: url('../fonts/outfit-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/outfit-v15-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/outfit-v15-latin-300.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/outfit-v15-latin-300.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/outfit-v15-latin-300.svg#Outfit') format('svg'); /* Legacy iOS */
}

@font-face {
  font-display: swap; 
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/outfit-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/outfit-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/outfit-v15-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/outfit-v15-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/outfit-v15-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/outfit-v15-latin-regular.svg#Outfit') format('svg'); /* Legacy iOS */
}

@font-face {
  font-display: swap; 
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/outfit-v15-latin-700.eot'); /* IE9 Compat Modes */
  src: url('../fonts/outfit-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/outfit-v15-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/outfit-v15-latin-700.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/outfit-v15-latin-700.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/outfit-v15-latin-700.svg#Outfit') format('svg'); /* Legacy iOS */
}
:root {
    font-size: 16px;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: 'Outfit', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.4;
    color: #5B5F62;
    font-weight: 300
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
#wrapper {
    position: relative;
    max-width: 72.5rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
    border: solid 1px #000;
}
h1,
h2,
h3,
h4 {
    color: #294293;
    font-weight: 700
}
p a.link{
    color: #294293;
}
h1 {
    font-size: 2.5rem;
    line-height: 1.3;
    margin: 1.5rem 0 1rem;
    font-style: italic;
}
h1 span {
    font-size: 0.7em;
    line-height: 1.3;
    display: block;
    white-space: unset;
}
h2 {
    font-size: 1.375rem;
    margin: 0 0 .625rem;
    font-style: italic;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}
a.web {
    color: #294293
}
p {
    margin: 0 0 1rem;
}
span {
    white-space: nowrap
}
hr {
    border: 0;
    border-top: 1px solid #EEEEEE;
    margin: 24px 0;
}
ul {
    list-style: none;
    margin: 0 0 2rem;
    padding: 0;
}
ul li {
    padding-left: 16px
}
ul li:before {
    content: "\25A0";
    float: left;
    margin-left: -16px;
    font-size: 11px;
    line-height: 2.1;
    font-family: "Arial", sans-serif
}
.slider {
    position: relative;
}
header {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    z-index: 100;
    width: 100%;
}
.logo {
    padding: 1rem 1.75rem;
    background-color: #fff;
}
.section {
    padding: 1.75rem 1.75rem 0
}
.margin {
    margin: 0 0 2rem
}
.details {
    display: flex;
    column-gap: 1rem;
    padding: 0 0 2rem
}
.details i {
    width: 1.125rem
}
.gray {
    background: #E6E6E6;
    padding: 1.625rem;
    margin: 0 0 1rem
}
.gray p {
    padding: 0 0 5px
}
.flex_gray {
    display: flex;
    align-items: flex-start;
    column-gap: 1rem;
    padding: .625rem .625rem 0
}
.left_gray,
.right_gray {
    width: 50%;
}
.left_gray p,
.right_gray p {
    display: flex;
    align-items: center;
    column-gap: 1rem;
    margin: 0;
    color: #294293;
    font-weight: bold
}
footer {
    padding: 0 1.25rem 1.25rem
}
.box {
    display: flex;
    align-items: center;
    column-gap: 1rem;
    margin-bottom: 1.5rem;
}
.link a{ 
    display: inline-block;
    color: #fff !important;
    background-color: #294293;
    padding: 0.625rem 1.563rem;
    border-radius: 4px;
    text-align: center;
    min-width: 200px;
}
.link strong {
    font-weight: 700;
}
@media only screen and (max-width: 1159px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    .section {
        padding: 1rem 1.7rem 0
    }
    footer {
        padding: 0 1.7rem 1.25rem
    }
}
@media only screen and (max-width: 750px) {
    header {
        position: static;
        padding: .625rem;
        margin: 0;
    }
    .slider {
        margin: 0 1rem;
    }
    h1 {
        font-size: 29px;
        margin-top: 0;
    }
    .gray {
        padding: 1rem
    }
    .flex_gray {
        flex-direction: column;
    }
    .left_gray,
    .right_gray {
        width: 100%;
    }
    .section {
        padding: 1rem 1rem 0
    }
    footer {
        padding: 0 1rem 1rem
    }
}
@media only screen and (max-width: 580px) {
    header {
        display: flex;
        justify-content: center;
    }
    h1 {
        text-align: center
    }
    .details {
        flex-wrap: wrap;
        justify-content: center;
        padding-bottom: 0.5rem;
    }
    .details p {
        margin: 0 0 1rem
    }
    .margin_p {
        margin: 0
    }
    footer {
        flex-direction: column;
        align-items: center
    }
    footer p {
        text-align: center
    }
    .meier {
        margin: 0 0 1rem
    }
    .box {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 0 auto
    }
}