/* Fonts */
/*
@import url('https://fonts.googleapis.com/css2?family=Jura:wght@400;700&display=swap');
*/
@font-face{
	font-family: 'Jura';
	src:   url('/assets/fonts/Jura-Light.woff') format('woff'),
           url('/assets/fonts/Jura-Regular.woff') format('woff'),
            url('/assets/fonts/Jura-Medium.woff') format('woff'),
            url('/assets/fonts/Jura-SemiBold.woff') format('woff'),
            url('/assets/fonts/Jura-Bold.woff') format('woff')
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  font-size: 62.5%;
}
html {
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
font-family: "Jura", sans-serif;

background-color: #E1FEFF;
background: #E1FEFF;

}

h2 {
font-family: "Jura", sans-serif;
}

.wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
.mainContent {
  position: relative;
  background-color: #E1FEFF;
  display: flex;
  justify-content: center;
  flex-direction: column;
    width: 100vw;
}
.mainContent--height {
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-color: #E1FEFF;
  height: 100vh;
  width: 100vw;
}
.mainContent__slogan1 {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #37af6d;
  z-index: 20;
  font-size: 6rem;
  top: 25%;
}
.mainContent__slogan2 {
  width: 100%;
  text-align: center;
  color: #37af6d;
  z-index: 20;
  font-size: 6rem;
  margin-top: 12rem;
  margin-bottom: 20rem;
}

.mainContent {
  padding-top: 5rem;
  padding-bottom: 10rem;
  background-color: #E1FEFF;
}
.mainContent__steckbrief {
  padding: 3rem;
  margin-bottom: 20rem;
  width: 60rem;
  border-radius: 25px;
  background-color: white;
  font-size: 2rem;
}
#lottie{
    background-color:#E1FEFF;
    display: block;
    width: 100vw;
    transform: translate3d(0,0,0);
    text-align: center;
    opacity: 1;
    z-index: 1;
    position: absolute;
    bottom: 0rem;
}
#lottie svg {
  width: 100%;
  height: 100%;
  margin: 0;
}
.mainContent__tableInfo {
    margin-top: 5rem;
}
.mainContent__tableParts {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
}
.mainContent__text {
  text-align: left;
  margin-bottom: 0;
  margin-top: 2rem;
}

.mainContent__text--width {
  width: 30rem;
}



.mainContent__arrow {
 color: white;
 z-index: 20;
 position: absolute;
 display: flex;
 justify-content: center;
 width: 100%;
 animation-name: arrow-animation;
 animation-duration: 4s;
 animation-iteration-count: 100000;
}
.mainContent__arrow:hover {
  color: #ffb900;
}
.mainContent__arrow2:hover {
  color: #ffb900;
}
@keyframes arrow-animation {
0%   {opacity: 1;}
25%  {opacity: 0;}
50%  {opacity: 1;}
75%  {opacity: 0;}
100% {opacity: 1;}
}

.mainContent__arrow2 {
 color: green;
 z-index: 20;
 position: absolute;
 animation-name: arrow-animation;
 animation-duration: 4s;
 animation-iteration-count: 100000;
}
.mainContent__arrow2box {
  display: flex;
 justify-content: center;
 width: 100%;
}

@keyframes arrow-animation {
0%   {opacity: 1;}
25%  {opacity: 0;}
50%  {opacity: 1;}
75%  {opacity: 0;}
100% {opacity: 1;}
}

.mainContent__flex {
  display: flex;
  flex-direction: row;
  justify-content: center;
  max-width: auto;
}

.mainContent__serviceList {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 4rem;
  margin-bottom: 2rem;
  padding: 0;
}

.uk-link, a {
    color: #666666;
    text-decoration: none;
    link-decoration
}
/* unvisited link */
.uk-link, a:link {
    color: #666666;
    text-decoration: none;
    link-decoration
}

/* visited link */
.uk-link, a:visited {
    color: #666666;
    text-decoration: none;
    link-decoration
}

/* mouse over link */
.uk-link, a:hover {
    color: #666666;
    text-decoration: none;
    link-decoration
}

/* selected link */
.uk-link, a:active {
    color: #666666;
    text-decoration: none;
    link-decoration
}



.mainContent__servicePoint {
  list-style-position: inside;
  margin-right: 2rem;
  margin-bottom: 3rem;
}

.mainContent__servicePoint--winter span {
    margin-left: 1rem;
}

.mainContent--height {
  min-height: 100vh;
  height: auto;
}

div.disabled {
    overflow-x: hidden; //horizontal
}


*+address, *+dl, *+fieldset, *+figure, *+ol, *+p, *+pre, *+ul {
    margin-top: 0;
}

@media screen and (min-width: 1800px) {
 .mainContent__arrow {
    top: 85%;    
    }
}

@media screen and (min-width: 1200px) and (max-width: 1800px) {
.mainContent__arrow {
    top: 80%;    
    }
}

@media screen and (min-width: 1200px) {
  .mainContent__steckbrief {
    margin-bottom: 20rem;
  }
  .mainContent__arrow2box {
    display: none;
    }
}

@media screen and (max-width: 1200px) {
  .mainContent__slogan1 {
    font-size: 4rem;
    padding: 3rem;
  }
  .mainContent__slogan2 {
    font-size: 4rem;
    padding: 3rem;
  }
    .mainContent__steckbrief {
        margin-bottom: 15rem;
    }
 .mainContent__arrow2 {
    top: 60%; 
    color: #37af6d;
    width: 10rem;
    }
 .mainContent__arrow {
    display: none;
    }
}

@media screen and (max-width: 800px) {
    .mainContent__steckbrief {
        margin-bottom: 10rem;
    }
  .mainContent__slogan1 {
    font-size: 4rem;
  }
  .mainContent__slogan2 {
    font-size: 4rem;
  }
  .mainContent__arrow2 {
    top: 50%; 
    color: #37af6d;
    width: 10rem;
    }
}

@media screen and (max-width: 479px) {
  .mainContent__slogan1 {
    font-size: 3rem;
  }
  .mainContent--white {
    background-color: white;
  }
  .mainContent__steckbrief {
    width: 100%;
    font-size: 2rem;
  }
  .mainContent__slogan2 {
    font-size: 3rem;
  }
    .mainContent__steckbrief {
        margin-bottom: 5rem;
    }
    .mainContent__tableParts {
    flex-direction: column;      
    }
    .mainContent__contact--margin {
    margin: 0;
    }
    #lottie svg {
    padding-bottom: 10rem;
    background-color: white;
    }
    .mainContent__arrow2 {
    top: 50%; 
    color: #37af6d;
    width: 10rem;
    }
}
