@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/montserrat_light.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/montserrat_regular.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/montserrat_medium.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/montserrat_semibold.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/montserrat_bold.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
:root {
    --padding: 50px;
    --flex-base: 200px
}
html {
    margin: 0;
    padding: 0;
    }
body {
    margin: 0;
    padding: 0;
    position: relative;
    min-width: 280px;
    min-height: 100vh;
    font-family: 'Montserrat',sans-serif;
    color: #676767;
    padding-top: 100px;
    box-sizing: border-box;
}
body:before{
    position: fixed;
    width: 100%;
    height: 100%;
    background-image:url(../images/strand_sonnenuntergang.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    content: '';
    display: block;
    top: 0;
    left: 0;
}
body * {
    box-sizing: border-box;
}
a{
    transition: color 0.5s ease-in;
    text-decoration: none;
    color: #599DB8;
}
a.button {
    background-color: #599DB8;
    color: #fff;
    text-transform: uppercase;
    padding: .25em .5em
}
p.check {
    padding-left: 1em;
    position: relative;
}
p.check:before {
    content: '\2713';
    position: absolute;
    left: 0;
    top: -.1em;
    color: #599DB8;
}
h1,h2,h3{
    color:#599DB8;
}
h1{
    font-size: 1.7rem;
}
nav {
    position: absolute;
    top: 0;
    right: 25px;
}
nav a {
    color:#fff;
    text-decoration: none;
}
nav a.active{
    font-weight: 600;
}
nav a:hover{
    color:#ddd
}
nav ul{
    list-style: none;
    padding: 0;
    text-transform: uppercase;
    font-size: 18px;
}
nav li{
    display: inline-block;
    margin: 10px;
}
header {
    width: 90%;
    max-width: 1600px;
    background-image: url(../images/gerissen_klein.svg);
    background-size: contain;
    background-repeat: no-repeat; 
    background-position: center left;
    padding: 3%;
    padding-right: 22%;
    padding-left: 0;
    filter: drop-shadow(0 0 5px rgba(0,0,0,0.3));
}
header img{
    width: 65%;
    max-width: 1000px;
    min-width: 200px;
    display:block;
    margin: 60px auto;
}
img.comingsoon {
    display: block;
    width: 45%;
    max-width: 500px;
    position: absolute;
    bottom: 10%;
    margin-left: 20%;
    filter: drop-shadow(0 0 5px rgba(0,0,0,0.7));
}
section{
    position: relative;
    width: 80%;
    max-width: 1500px;
    background-image: url(../images/gerissen_mittel.svg),url(../images/gerissen_mittel.svg);
    filter: drop-shadow(0 0 5px rgba(0,0,0,0.4));
    background-repeat: repeat-y;
    background-size: 100% auto;
    background-position: top center;
    padding: calc(.25 * var(--padding)) calc(.5* var(--padding)) var(--padding);
    margin: 80px  auto 0; 
    min-height: 39vh;
}
section:before{
    position:absolute;
    content: '';
    background-image: url(../images/gerissen_oben.svg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% auto;
    bottom: calc(100% - 3px);
    left: 0.4%;
    width: 99.4%;
    padding-top: 8%;
}
.anfrage{
 display:flex;
 align-items: center;
flex-flow: row wrap;
    max-width: 800px;
}
.anfrage p{
    flex:1 1 300px;
}
.anfrage p img{
    width: 100%;
    border-radius: 100%;
   display: block;
    max-width: 130px;
}

/* FLEX */
.flex {
    display: flex;
    flex-flow: row wrap;
    width: auto;
    padding: calc(.25 * var(--padding)) calc(.5* var(--padding)) var(--padding);
}
.pad {
    padding: var(--padding)
}
.padtop {
    padding-top: var(--padding)
}
.padbottom {
    padding-bottom: var(--padding)
}
.halfpad ,
.flex.halfpad {
    padding: calc(.5 * var(--padding));
    --swiper-navigation-height: calc(100% - 3 * var(--padding));
    --swiper-navigation-top-margin: calc(1.5 * var(--padding));
}
.halfpad > [class*="box"],
.flex.halfpad > [class*="box"] {
    padding: calc(.5 * var(--padding))
}
.halfpadvertical > [class*="box"] {
    padding-top: calc(.5 * var(--padding));
    padding-bottom: calc(.5 * var(--padding));
}
.content.halfpad > [class*="box"] {
    padding: calc(1 * var(--padding)) calc(.5 * var(--padding))
}
.flex.nm {
    margin: calc(-1 * var(--padding));
}
.flex.nw {
    flex-flow: row nowrap;
}
.flex.unpad, .unpad {
    margin-left: calc(-1 * var(--padding));
    margin-right: calc(-1 * var(--padding));
    max-width: calc(100% + 2 * var(--padding))
}
.unpadbottom {
    margin-bottom: calc(-1 * var(--padding));
}
.halfpad > .flex.unpad {
    margin: calc(-.5 * var(--padding));
    max-width: calc(100% + 1 * var(--padding))
}
.flex.wr {
    flex-flow: row wrap-reverse;
}
.flex.vcenter {
    align-items: center;
    align-content: center;
}
.flex.vstretch {
    align-items: stretch;
    align-content: stretch;
}
.flex.vstart {
    align-items: flex-start !important;
    align-content: flex-start !important;
}
.flex.vend {
    align-items: flex-end !important;
    align-content: flex-end !important;
}
.vcenter[class*="box"]:not(.flex) {
    align-self: center;
}
.vend[class*="box"]:not(.flex), .flex.wr .vstart[class*="box"]:not(.flex) {
    align-self: flex-end;
}
.vstart[class*="box"]:not(.flex), .flex.wr .vend[class*="box"]:not(.flex) {
    align-self: flex-start;
}
.box1 {flex: 1 1 max(calc(1 * .5 * var(--flex-base)), 100%);}
.box2 {flex: 2 1 max(calc(2 * .5 * var(--flex-base)), 100%);}
.box3 {flex: 3 1 max(calc(3 * .5 * var(--flex-base)), 100%);}
.box4 {flex: 4 1 max(calc(4 * .5 * var(--flex-base)), 100%);}
.box5 {flex: 5 1 max(calc(5 * .5 * var(--flex-base)), 100%);}
.box6 {flex: 6 1 max(calc(6 * .5 * var(--flex-base)), 100%);}
.box7 {flex: 7 1 max(calc(7 * .5 * var(--flex-base)), 100%);}
.box8 {flex: 7 1 max(calc(7 * .5 * var(--flex-base)), 100%);}
.box9, .flex [class*="box"]:only-child {flex: 8 1 max(calc(8 * .5 * var(--flex-base)), 100%);}

.boxfull, .box7 > .box7, .box6 > .box6, .box5 > .box5, .box4 > .box4, .box3 > .box3, .box2 > .box2, .box1 > .box1 {flex: 1 1 100%;}
.box1, .box2, .box3, .box4, .box5, .box6, .box7, .box8, .box9, .boxnf, .boxfull {padding: calc(.5 * var(--padding));min-width: 0;max-width: 100%;position: relative;order: 2;}
.boxnf {
    padding-top: calc(0 * var(--padding) + var(--largeicon-size))
}
.flex.box1.fw, .flex.box2.fw, .flex.box3.fw {
    width: calc(100% + (2 * var(--padding)));
    max-width: calc(100% + (2 * var(--padding)));
}
.flex > .nopad[class*="box"], .nopad {
    padding: 0;
}
.flex > .nopadtop[class*="box"], .nopadtop {
    padding-top: 0 !important;
}
.flex > .nopadbottom[class*="box"], .nopadbottom {
    padding-bottom: 0 !important;
}
.flex > .nopadleft[class*="box"], .nopadleft {
    padding-left: 0 !important;
}
.flex > .nopadright[class*="box"], .nopadright{
    padding-right: 0 !important;
}
[class*="box"] img {
    max-width: 100%;
    height: auto
}
@media (min-height:60vw) and (max-height:79.9vw){
section{
    min-height: 45vh;
}    
}
@media (min-height:80vw){
section{
    min-height: 65vh;
}    
}
@media (max-width: 500px) {
header {
    width: 100%;
    background-size: cover; 
    padding: 3%;
    padding-right: 3%;
    }
header img{
    width: 75%;
}
img.comingsoon {
    width: 80%;
    position: absolute;
    bottom: 15%;
    margin-left: 10%;}
    nav li{
    display: block;
    margin: 10px;
}
    nav {
    position: absolute;
    top: 14px;
    right: auto;
    left: 25px;    
}
    section{
        width:100%;
    }
    }
/* DESKTOP */
@media only screen and (min-width: 1195px){
section{
    position: relative;
    width: 80%;
    max-width: 1500px;
    background-image: url(../images/gerissen_mittel.svg),url(../images/gerissen_mittel.svg);
    filter: drop-shadow(0 0 5px rgba(0,0,0,0.4));
    background-repeat: repeat-y;
    background-size: 100% auto;
    background-position: top center;
    padding: calc(.25 * var(--padding)) calc(5% + var(--padding)) var(--padding);
    margin: 80px  auto 0; 
    min-height: 39vh;
}
.flex {
    display: flex;
    flex-flow: row wrap;
    width: auto;
    padding: calc(.25 * var(--padding)) calc(5% + var(--padding)) var(--padding);
}
    
    .box1, .flex [class*="box"]:only-child .box1 {flex: 1 1 max(calc(1 * .5 * var(--flex-base)), calc(1/9 * 100%));}
    .box2, .flex [class*="box"]:only-child .box2 {flex: 2 1 max(calc(2 * .5 * var(--flex-base)), calc(2/9 * 100%));}
    .box3, .flex [class*="box"]:only-child .box3 {flex: 3 1 max(calc(3 * .5 * var(--flex-base)), calc(3/9 * 100%));}
    .box4, .flex [class*="box"]:only-child .box4 {flex: 4 1 max(calc(4 * .5 * var(--flex-base)), calc(4/9 * 100%));}
    .box5, .flex [class*="box"]:only-child .box5 {flex: 5 1 max(calc(5 * .5 * var(--flex-base)), calc(5/9 * 100%));}
    .box6, .flex [class*="box"]:only-child .box6 {flex: 6 1 max(calc(6 * .5 * var(--flex-base)), calc(6/9 * 100%));}
    .box7, .flex [class*="box"]:only-child .box7 {flex: 7 1 max(calc(7 * .5 * var(--flex-base)), calc(7/9 * 100%));}
    .box8, .flex [class*="box"]:only-child .box8 {flex: 8 1 max(calc(8 * .5 * var(--flex-base)), calc(8/9 * 100%));}
    .box9, .flex [class*="box"]:only-child .box8 {flex: 8 1 max(calc(8 * .5 * var(--flex-base)), calc(9/9 * 100%));}

    .box8 > .box1 {flex: 1 1 max(calc(1 * .5 * var(--flex-base)), calc(1/8 * 100%));}
    .box8 > .box2 {flex: 2 1 max(calc(2 * .5 * var(--flex-base)), calc(2/8 * 100%));}
    .box8 > .box3 {flex: 3 1 max(calc(3 * .5 * var(--flex-base)), calc(3/8 * 100%));}
    .box8 > .box4 {flex: 4 1 max(calc(4 * .5 * var(--flex-base)), calc(4/8 * 100%));}
    .box8 > .box5 {flex: 5 1 max(calc(5 * .5 * var(--flex-base)), calc(5/8 * 100%));}
    .box8 > .box6 {flex: 6 1 max(calc(6 * .5 * var(--flex-base)), calc(6/8 * 100%));}
    .box8 > .box7 {flex: 7 1 max(calc(7 * .5 * var(--flex-base)), calc(7/8 * 100%));}
    .box8 > .box8 {flex: 8 1 max(calc(8 * .5 * var(--flex-base)), calc(8/8 * 100%));}

    .box7 > .box1 {flex: 1 1 max(calc(1 * .5 * var(--flex-base)), calc(1/7 * 100%));}
    .box7 > .box2 {flex: 2 1 max(calc(2 * .5 * var(--flex-base)), calc(2/7 * 100%));}
    .box7 > .box3 {flex: 3 1 max(calc(3 * .5 * var(--flex-base)), calc(3/7 * 100%));}
    .box7 > .box4 {flex: 4 1 max(calc(4 * .5 * var(--flex-base)), calc(4/7 * 100%));}
    .box7 > .box5 {flex: 5 1 max(calc(5 * .5 * var(--flex-base)), calc(5/7 * 100%));}
    .box7 > .box6 {flex: 6 1 max(calc(6 * .5 * var(--flex-base)), calc(6/7 * 100%));}
    .box7 > .box7 {flex: 7 1 max(calc(7 * .5 * var(--flex-base)), calc(7/7 * 100%));}

    .box6 > .box1 {flex: 1 1 max(calc(1 * .5 * var(--flex-base)), calc(1/6 * 100%));}
    .box6 > .box2 {flex: 2 1 max(calc(2 * .5 * var(--flex-base)), calc(2/6 * 100%));}
    .box6 > .box3 {flex: 3 1 max(calc(3 * .5 * var(--flex-base)), calc(3/6 * 100%));}
    .box6 > .box4 {flex: 4 1 max(calc(4 * .5 * var(--flex-base)), calc(4/6 * 100%));}
    .box6 > .box5 {flex: 5 1 max(calc(5 * .5 * var(--flex-base)), calc(5/6 * 100%));}
    .box6 > .box6 {flex: 6 1 max(calc(6 * .5 * var(--flex-base)), calc(6/6 * 100%));}

    .box5 > .box1 {flex: 1 1 max(calc(1 * .5 * var(--flex-base)), calc(1/5 * 100%));}
    .box5 > .box2 {flex: 2 1 max(calc(2 * .5 * var(--flex-base)), calc(2/5 * 100%));}
    .box5 > .box3 {flex: 3 1 max(calc(3 * .5 * var(--flex-base)), calc(3/5 * 100%));}
    .box5 > .box4 {flex: 4 1 max(calc(4 * .5 * var(--flex-base)), calc(4/5 * 100%));}
    .box5 > .box5 {flex: 5 1 max(calc(5 * .5 * var(--flex-base)), calc(5/5 * 100%));}

    .box4 > .box1 {flex: 1 1 max(calc(1 * .5 * var(--flex-base)), calc(1/4 * 100%));}
    .box4 > .box2 {flex: 2 1 max(calc(2 * .5 * var(--flex-base)), calc(2/4 * 100%));}
    .box4 > .box3 {flex: 3 1 max(calc(3 * .5 * var(--flex-base)), calc(3/4 * 100%));}
    .box4 > .box4 {flex: 4 1 max(calc(4 * .5 * var(--flex-base)), calc(4/4 * 100%));}

    .box3 > .box1 {flex: 1 1 max(calc(1 * .5 * var(--flex-base)), calc(1/3 * 100%));}
    .box3 > .box2 {flex: 2 1 max(calc(2 * .5 * var(--flex-base)), calc(2/3 * 100%));}
    .box3 > .box3 {flex: 3 1 max(calc(3 * .5 * var(--flex-base)), calc(3/3 * 100%));}

    .box2 > .box1 {flex: 1 1 max(calc(1 * .5 * var(--flex-base)), calc(1/2 * 100%));}
    .box2 > .box2 {flex: 2 1 max(calc(2 * .5 * var(--flex-base)), calc(2/2 * 100%));}
}