/*Reset*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}
/*Reset*/
/*Schriften*/
@font-face{font-family:Kanit;font-display:swap;font-style:normal;font-weight:400;src:url(../fonts/kanit-v7-latin-regular.eot);src:local(''),url(../fonts/kanit-v7-latin-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/kanit-v7-latin-regular.woff2) format('woff2'),url(../fonts/kanit-v7-latin-regular.woff) format('woff'),url(../fonts/kanit-v7-latin-regular.ttf) format('truetype'),url(../fonts/kanit-v7-latin-regular.svg#Kanit) format('svg')}@font-face{font-family:Kanit;font-display:swap;font-style:normal;font-weight:600;src:url(../fonts/kanit-v7-latin-600.eot);src:local(''),url(../fonts/kanit-v7-latin-600.eot?#iefix) format('embedded-opentype'),url(../fonts/kanit-v7-latin-600.woff2) format('woff2'),url(../fonts/kanit-v7-latin-600.woff) format('woff'),url(../fonts/kanit-v7-latin-600.ttf) format('truetype'),url(../fonts/kanit-v7-latin-600.svg#Kanit) format('svg')}@font-face{font-family:'Nunito Sans';font-display:swap;font-style:normal;font-weight:400;src:url(../fonts/nunito-sans-v6-latin-regular.eot);src:local(''),url(../fonts/nunito-sans-v6-latin-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/nunito-sans-v6-latin-regular.woff2) format('woff2'),url(../fonts/nunito-sans-v6-latin-regular.woff) format('woff'),url(../fonts/nunito-sans-v6-latin-regular.ttf) format('truetype'),url(../fonts/nunito-sans-v6-latin-regular.svg#NunitoSans) format('svg')}@font-face{font-family:'Nunito Sans';font-display:swap;font-style:normal;font-weight:600;src:url(../fonts/nunito-sans-v6-latin-600.eot);src:local(''),url(../fonts/nunito-sans-v6-latin-600.eot?#iefix) format('embedded-opentype'),url(../fonts/nunito-sans-v6-latin-600.woff2) format('woff2'),url(../fonts/nunito-sans-v6-latin-600.woff) format('woff'),url(../fonts/nunito-sans-v6-latin-600.ttf) format('truetype'),url(../fonts/nunito-sans-v6-latin-600.svg#NunitoSans) format('svg')}
/*Schriften*/
/*header*/

html{
    scroll-behavior: smooth;
}


    .call, .mail{
        visibility: hidden;
}


header{
    background: url(../images/holzboden.jpg) no-repeat center center / cover;
    height: 650px;
    position:relative;
   
}

nav{
   text-align: center;
    position: relative;
   
}

nav ul{
    display: flex;
    justify-content: center;
    margin-top: -37px
    
}

nav ul li{
    margin: 0 15px;
}

nav ul li a{
    color: white;
    transition: 0.2s;
    text-transform: uppercase;
    font-family: 'Kanit';
    font-weight: 600;
    text-decoration: none;
    font-size: 20px;
}

nav ul li a:hover, nav ul li a:focus{
    transition: 0.2s;
    opacity: 0.5
    
}

#logo{
    text-align: center;
    margin-bottom: 50px;
    padding-top: 100px;
    
}

#logo img{
    transition: 0.2s;
}

#logo img:hover, #logo img:focus{
    transition: 0.2s;
    transform: scale(1.1);
}

#slogan{
    font-family: 'Kanit';
    font-weight: 600;
    font-size: 50px;
    text-transform: uppercase;
    color: white;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.5em
}

.daten{
    position: fixed;
    text-transform: uppercase;
    font-family: 'Kanit';
    font-weight: 600;
    font-size: 14px;
    color: white;
    bottom: -3px;
    left: 5%;
    z-index: 20
}

.daten img{
    width: 400px;
}

.daten a{
     transition: 0.2s;
    color: white;
    text-decoration: none;
}

.daten a:hover{
     transition: 0.2s;
    opacity: 0.5;
}

.daten a:nth-child(2){
    position:absolute;
    bottom: 10px;
    left: 5%;
}

.daten a:nth-child(3){
    position:absolute;
    bottom: 10px;
    right: 10%;
}

/*header*/

/*Inhalt*/

.text .col{
    width: 49%;
    float: left;
    padding-right: 1%;
    padding-top: 50px;
    padding-bottom: 50px;
    height: 320px;
    
}

.clear{
    clear: both;
}

.text .col img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.text a{
    color: #c40001;
    text-decoration: none;
}

#landingpage{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background: #c40001;
    padding: 10px;
}

#landingpage a{
    color: #fff;
    text-decoration: none;
}

.flex{
    display: flex;
    width:1200px;
    margin: 0 auto;
    padding: 100px 0%;
    position: relative;
    z-index: 10;
}

.single-item{
    width: 420px;
}

.single-item .slick-prev, .single-item .slick-next{
    display: none!important;
}

.single-item .slick-dots{
   bottom: -25px;
}

.single-item .stretch-image{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: auto;
}
.single-item .stretch-image img{
    object-fit: cover;
    object-position: right;
    width: 100%;
    height: 100%;
}

.stretch-image{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: auto;
}
.stretch-image img{
    object-fit: cover;
    object-position: right;
    width: 100%;
    height: 100%;
}

.text{
    width: 100%;
    padding: 20px 3% 0 0
}

body{
    background: #eeeeee;
}

h1, h2, h3, h4, h5, h6{
    text-transform: uppercase;
    font-family: 'Kanit';
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.5em;
    hyphens: auto;
    
}

h1{
    background: #eeeeee;
    width: 375px
}

body p{
    line-height: 1.3em;
    font-family: 'Nunito Sans';
    margin-bottom: 15px
}

section ul{
    list-style: url(../images/listenpunkt.png);
    margin-left: 20px;
}

body li{
    line-height: 1.3em;
    font-family: 'Nunito Sans';
    margin-bottom: 15px
}



h1, h2{
    font-size: 30px;
}

h1{
    color: #c40001;
}

.flaeche{
    position: absolute;
    right: 0;
    height: 100%;
    top:0;
}

section{
    position: relative;
}

.parallax{
    background: url(../images/parallax.jpg) no-repeat fixed center center / cover;
    height: 400px;
}

.parallax p{
    position: absolute;
    font-size: 72px;
    font-weight: 600;
    font-family: 'Kanit';
    color: white;
    text-shadow: 1px 1px 20px black;
    width: 100%;
    text-align: center;
    top: 180px;
    text-transform: uppercase;
}

.leistung{
    width: 100%;
}

.leistungen .center, .leistungen h2{
    font-weight:600;
    text-align: center;
    position: relative;
    z-index: 10;
    margin:0;
}

.leistungen h2{
    padding-top: 100px;
}

.kontakt a{
    transition: 0.2s;
    color: #c40001;
    text-decoration: none;
    font-weight:600;
}

.kontakt a:hover, .kontakt a:focus{
    transition: 0.2s;
    color: black;
}

.kf{
    width:100%;
}

.kf iframe{
    width: 100%;
    height: 900px
}

.kontakt h2{
    color: #c40001
}

.kontakt .text{
    padding:0;
}

.referenzen h2, .referenzen .center{
    text-align: center;
    margin:0
}
.referenzen .center{
    margin-bottom: 50px
    
}

.referenzen{
    padding: 50px 0 100px 0
}


.referenzen h2{
    padding-top: 100px;
    color: #c40001;
}

.one-time{
    width: 1400px;
    margin:0 auto;
    background: black;
   
}

.one-time .container{
    position: relative;
}


.bildbeschreibung{
    background: rgba(224, 0, 1, 0.27);
    padding: 5px 3% 5px 3%;
    position: absolute;
    bottom:0;
    width: 94%;
   
    
}

.bildbeschreibung h2, .bildbeschreibung p{
  text-align: left;
    color: white;
padding-top:0;
}


.one-time div img{
    margin:0 auto;
}

.lightbox-button{
    background: #c40001;
    color: white;
    font-family: 'Nunito Sans';
    text-decoration: none;
    padding: 10px;
    
    
}
.container img{
    width: 600px;
}



/*Inhalt*/

/*Akkordion*/
.accordion {
    font-family: 'Kanit';
    text-transform: uppercase;
    font-weight: 600;
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 17px;
  transition: 0.4s;
    
    
}

.kontakt .accordion{
    width: 90%;
    font-size: 16px;
    text-transform:none;
    font-weight: 300;
    padding:0;
    font-family: 'Nunito Sans';
    color: #c40001;
    
}

.kontakt .accordion:hover{
    color: black;
    transition: 0.2s;
    background: none;
}

.kontakt .panel{padding:0;
padding-left: 5%;
width: 85%;
    border-bottom: 0;
}



.leistung:nth-child(2){
    margin-left: 1%
}

.leistung:nth-child(1){
    margin-right: 1%
}

.active, .accordion:hover {
  background-color: #ccc;
}

.accordion:after {
  content: url('../images/accordion-open.png');
  color: #777;
  font-weight: bold;
  float: left;
  margin-left: 5px;
    margin-right: 20px;
}

.active:after {
  content: url('../images/accordion-close.png');

}

.kontakt .accordion:after {
  content: none;
  color: #777;
  font-weight: bold;
  float: left;
  margin-left: 5px;
    margin-right: 20px;
}

.kontakt .active:after {
  content: none;

}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow:hidden;
  transition: max-height 0.2s ease-out;
    border-bottom: 4px solid #c40001;
    margin-bottom: 10px;

   
    
}

.padding{
    padding: 0px 0 50px 0;
}

.panel h3{
    padding-top: 20px;
}
/*Akkordion*/

/*Slick Theme*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('../images/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/slick.eot');
    src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 45%;

    display: block;
z-index: 10;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: 2%;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '';
}
[dir='rtl'] .slick-prev:before
{
    content: '';
}

.slick-next
{
    right: 6%;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom:-100px;
    z-index: 9;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 10px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/*Slick Theme*/

/*Slick*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*Slick*/


/*Sticky Nav*/
.navi.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 10px 0;
    z-index: 999;
    background: #c40001;
    transition: 0.5s;
   
}


/*Sticky Nav*/

/*Lightbox*/
body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 95%;
  left: 0;
  float: right;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 95%;
  right: 0;
  float: left;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/*Lightbox*/

/*Sidenav*/
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 31;
  top: 0;
  right: 0;
  background-color: #ccc;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
    visibility: hidden;
}

.menue{
    visibility: hidden;
}

.sidenav a {
  padding: 8px 8px 30px 32px;
  text-decoration: none;
  font-size: 16px;
  color: #ffffff;
    font-family: 'Kanit';
    text-transform: uppercase;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #c40001;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
    
    
    
    
    
}





* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.dsa-cookie-notice-close:hover {
    background-color: #000
}

.dsa-cookie-notice-close {
    position: absolute;
    display: block;
    height: 20px;
    bottom: 20px;
    width: 20px;
    line-height: 20px;
    right: 5px;
    top: 5px;
    text-decoration: none;
    color: #fff!important;
    background-color: #000000;
}

.dsa-cookie-notice {
    font-family: arial;
    font-size: 12px;
    display: block;
    position: fixed;
    left: 5%;
    
    bottom: 50px;
    z-index: 99999!important;
    background-color: #c40001;
    margin: auto;
    width: 400px;
    text-align: center;
    padding: 10px;
    color: white;
}

.dsa-cookie-notice a {
    color: #ffffff
}

.dsa-cookie-notice.hide {
    display: none
}

.cookie-inner {
    padding: 25px
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
/*Sidenav*/


@media screen and (max-width: 1400px){
    .flex, .one-time{
        width: 90%;
    }
}

@media screen and (max-width: 1024px){
    
    .single-item{
    width: 100%;
}
    .flex{
        display: block;
    }
    
    h1{
        background: none;
        color: black;
    }
    
    .text .col{
    width: 100%;
        height: 200px;
        padding-bottom: 10px;
        padding-top: 10px;
    
}
    
    .start ul{
        list-style: url(../images/listenpunkt-b.png)
    }
    
    .text{
        margin-bottom: 50px;
    }
    
    .leistung{
        margin-left: 0!important;
        margin-right: 0!important;
    }
    
    .slick-prev,
    .slick-next{
        display: none!important;
    }
    
    .sidenav{
        visibility: visible;
    }
    
    .menue{
        color: #ffffff;
        background: #c40001;
        font-family: 'Kanit';
        text-transform: uppercase;
        padding: 5px;
        position: fixed;
        right: 5%;
        top: 20px;
        visibility: visible;
        z-index: 30
    }
    
    nav{
        display: none;
    }
    
    .daten{
        display: none;
    }
    
    
    .call{
    position: fixed;
    right: 5%;
    background: #c40001;
    width: 50px;
    top: 100px;
    height: 50px;
    border-radius: 40px;
    transition: 0.2s;
    z-index: 30;
        visibility: visible;
}

.call:hover{
    background: #777
}

.call img{
    position: absolute;
    top:14px;
    left: 13px
}

.mail{
    position: fixed;
    right: 5%;
    top: 190px;
    background: #c40001;
    width: 50px;
    height: 50px;
    border-radius: 40px;
    transition: 0.2s;
    z-index: 30;
    visibility: visible;
}

.mail:hover{
    background: #777
}

.mail img{
    position: absolute;
    top:14px;
    left: 8px
}

    
}


@media screen and (max-width: 600px){
    #logo img{
        width: 300px;
    }
    
    #slogan{
        font-size: 40px
    }
    header{
        height: 450px
    }
    
    h1{
        width: 100%
    }
    
    .parallax p{
        font-size: 30px;
        width: 90%;
    }
    .container img{
    width: 400px;
}
    .container h2{
        font-size: 20px
    }
    .dsa-cookie-notice {
        width: 90%;
    }
}

