@charset "UTF-8";
/* CSS Document */
/* "blau" für Klassen, "grün für id's*/

@import url("https://fonts.googleapis.com/css?family=family=Open+Sans");
@import url('https://fonts.googleapis.com/css2?family=Qwigley&display=swap');

*,
*::before,
*::after {
  box-sizing: border-box;
}
body, html {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  font: 400 1.0rem Open+Sans, sans-serif;
  line-height: 1.5;
  color: #000000;
  overflow-x: hidden; /* verhindert vertikale Scrollbalken */
}
#pagetop { /* Sprungmarke zu Page Top */
  text-align: center;
  margin: 0 auto;
  padding: 0px;
  background: darkred;
}
#masthead-text, #masthead-text2 {
  position: absolute;
  font-size: 4.5rem;
  font-family: Qwigley;
  color: red;
  top: 70vh;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
#ham1 { /* Hamburger Menu */
  width:60px;
  height:60px;
  opacity: 0.6;
}
#ham1:hover {
  opacity: 1.0;
  border-color: darkred;
  /*background: rgba(100,3,4,0.60);*/
}

.parallax {
  background: url("../assets/masthead_380_sw1.jpeg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
}

#sec1 { /*Hintergrundbild 1 in sw */
  max-width: 100%;
  height: 100vh;
  top: 80px;
  position: relative;
  background: url("../assets/masthead_380_sw1.jpeg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
  }

#sec2 { /*Hintrgrundbild 1 in color */
  max-width: 100%;
  height: 100vh;
  top: 80px;
  position: relative;
  background: url("../assets/masthead_380_c1.jpeg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
  }


.overlay:hover {
  bottom: 0;
  max-width: 100%;
  height: auto;
}
.overlay {
  position: absolute;
  bottom: 100%;
  /*background: rgba(0, 0, 0, 0.5); /* Black see-through */
  background: url("../assets/masthead_380_c1.jpeg");
  max-width: 100%;
  height: auto;
  transition: .1s ease;
  opacity: 0.5;
  color: white;
  font-size: 20px;
  padding: 0px;
  text-align: center;
}

#text-logo { /* Logotext hP */
  font-family: Qwigley !important;
  font-size: 5.25rem;
  position: absolute;
  display: inline-block;
}
.navbar-text { /* navbar text photo & more */
  padding: 1rem 0rem 0rem 0rem;
  font-family: Qwigley !important;
  font-size: 3.25rem;
  position: relative;
}

/* chevron-Zeichen compact-down */
#svg {
  position: absolute; 
  bottom: 5vh;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: clamp(10vw, 15vw, 5rem); 
  height: clamp(10vh, 15vh, 5rem); 
  color: darkred;
}
svg.bi-chevron-compact-down { 
  position: absolute;
  opacity: 0.5;
}
svg.bi-chevron-compact-down:hover { 
  position: absolute;
  opacity: 1.0;
  z-index: auto;
  }

#tip {
  font-size: 2rem;
  
}

@media screen and (max-width: 768px){
    
  }


#tooltip::before {
  content: '';
  position: absolute;
  color: white;
  background-color: darkred;
  font-size: 4rem;
  width: 5rem;
  border-radius: 10px;
  z-index: -1;
  transform: scaleZ(0);
  transition: transform 250ms ease-in 250ms;
  transform-origin: top;
}

#tooltip::after {
  content: '';
  position: absolute;
  color: white;
  background-color: darkred;
  font-size: 4rem;
  width: 5rem;
  border-radius: 10px;
  z-index: -1;
  transform: scaleZ(0);
  transition: transform 250ms ease-in 250ms;
  transform-origin: top;
}



/* frosted card */
.wrapper {
  max-width: 50vw;
  position: absolute;
  padding-top: 5px;
  padding-bottom: 5px;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 1;
}

.frosted-card {
  background-color: rgba(255,255,255,.05) ;
  overflow: hidden;
  display: block;
  position: relative;
  text-align: center;
}

.frosted-card:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: inset 0 0 1000px rgba(0,0,0,.7);
  filter: blur(40px);
}

.frosted-card h3 {
  font-weight: 100 !important;
  text-shadow: 1px 0px 1px rgba(0,0,0,.15);
  text-align: center;
  color: black;
}

.frosted-card p {
  font-weight:100;
  text-shadow: 1px 0px 1px rgba(0,0,0,.15);
  font-size: .875rem;
  text-align: center;
  color: black;
}
/* end of frosted card */










#sec-two {
  position: absolute;
  display: block;
  
}



/*
#sec1::before {
    content: " LECKER " url("../assets/masthead_380_sw.jpeg") " und kalorienarm "; 
}

#sec1::after {
    content: " LECKER " url("../assets/masthead_380_c.jpeg") " und kalorienarm "; 
}

*/






#cloud {
  position: relative;
}







/* Style for image-grid */
.header {
  text-align: center;
  padding: 32px;
}
.row {
  display: -ms-flexbox; /* IE 10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE 10 */
  flex-wrap: wrap;
  padding: 0 4px;
}
.column { /* 
  -ms-flex: 50%; /* IE 10 */
  flex: 50%;
  padding: 0 4px;
}
.column img {
  margin-top: 8px;
  vertical-align: middle;
}
.btn {
  border: none;
  outline: none;
  padding: 10px 16px;
  background-color: #f1f1f1;
  cursor: pointer;
  font-size: 18px;
}
.btn:hover {
  background-color: #ddd;
}
.btn.active {
  background-color: #666;
  color: white;
}
/* End Style for image-grid */



/* Begin Style for image-overlay title */
#text-overlay {
  position: relative;
  width: 50%;
  max-width: 300px;
}
.image {
  display: block;
  width: 100%;
  height: auto;
}

#text-overlay:hover .overlay {
  opacity: 1;
}
/* End Style for image-overlay title */



/*style for text overlay */
#cont2 {
  position: relative;
  width: 50%;
}
.image {
  display: block;
  width: 100%;
  height: auto;
}
.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url("../assets/Bild_2c.jpg");
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: .5s ease;
}
#cont2:active .overlay { /* could be :active */
  width: 100%;
}
.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
/*End style for text overlay */



/*style for img comp slider */
#comp-slider {
  position: relative;
  height: 200px; /*should be the same height as the images*/
}
.img-comp-img {
  position: absolute;
  width: auto;
  height: auto;
  overflow: hidden;
}
.img-comp-img img {
  display: block;
  vertical-align: middle;
}
.img-comp-slider {
  position: absolute;
  z-index: 9;
  cursor: ew-resize;
  /*set the appearance of the slider:*/
  width: 40px;
  height: 40px;
  background-color: darkred;
  opacity: 0.7;
  border-radius: 50%;
}
/*End style for img comp slider */



/*style for cloud */
#cloud {
  margin-top: 150px;
  margin-bottom: 150px;
  background: url("../assets/bg-signup.jpg");
  background-size: cover;
  height: 800px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
#cloud img {
  width: 100%;
}
#cloud .cloud1 {
  position: absolute;
  top: 25px;
  animation: cloudOne infinite 30s linear;
}
@keyframes cloudOne {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
#showcase h1{
font-size:20px;
}

#showcase img {
width:auto;
}
/*End style for cloud */



/*style AOS */
target:before {
	content: "";
	display: block;
	height: 80px; /* same as fixed header height */
	margin: -80px 0 0; /* negative fixed header height */
}

.aos-all {
  width: 1000px;
  max-width: 98%;
  margin: 10vh auto 0 auto;
}

.aos-item {
  display: inline-block;
  float: left;
  width: 33.3333%;
  height: 300px;
  padding: 20px;
}

.aos-item__inner {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
  background: #1da4e2;
  line-height: 260px;
  text-align: center;
  color: #fff;
}






footer {
  // last code for footer
  padding: 5rem 0;
}


