html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: "Host Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

    
body {
    margin: 0;
    background: radial-gradient(circle, #f7daba, #c1fcfc, #f9f9f9, #fefefe);
    background-size: 300% 400%;
    animation: gradient 30s ease infinite;
    height: 100vh;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% -50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

/* --------------------- RESPONSIVE --------------------- */

* {
  box-sizing: border-box;
}

.row::after {
  content: "";
  clear: both;
  display: block;
}

[class*="col-"] {
  float: left;
  padding: 26px;
}



/* --------------------- TYPE STUFF --------------------- */

h1 {
  font-family: "Host Grotesk", sans-serif;
    font-weight: 400;
    color: #1E1E1E;
/*    color: #209b91; */
    font-size: 40px;
    padding-left: 33px;
    padding-right: 33px;
}

h2 {
  font-family: "Host Grotesk", sans-serif;
    font-weight: 400;
    color: #1E1E1E;
    font-size: 40px;
    margin-block-start: 0px;
    margin-block-end: 5px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

h5 {
    font-family: "Host Grotesk", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #1E1E1E;
}

h5 a:link{
    color: #1E1E1E;
    text-decoration: underline;
}

h5 a:link:hover{
    color: #fefefe;
    text-decoration: none;
    background-color: #1E1E1E;
}


h5 a:visited{
    color: #1E1E1E;
    text-decoration: underline;
}

h5 a:visited:hover{
    color: #fefefe;
    text-decoration: none;
    background-color: #1E1E1E;
}



/* --------------------- BASICS --------------------- */

p {
    font-family: "Host Grotesk", sans-serif;
    font-weight: 300;
    font-size: 25px;
    color: #1E1E1E;
}

p a:link{
    color: #1E1E1E;
    text-decoration: underline;
}

p a:link:hover{
    color: #fefefe;
    text-decoration: none;
    background-color: #1E1E1E;
}


p a:visited{
    color: #1E1E1E;
    text-decoration: underline;
}

p a:visited:hover{
    color: #fefefe;
    text-decoration: none;
    background-color: #1E1E1E;
}



img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

hr.bold {
  border: 4px solid #1E1E1E;
  width: 96%;
  margin-top: 50px;
  margin-bottom: 50px;
}

ul.angebote {
  list-style-type: circle;
  font-family: "Host Grotesk", sans-serif;
  font-weight: 300;
  font-size: 25px;
}

ul.data_decimal {
  list-style-type: decimal;
  font-family: "Host Grotesk", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

ul.data_circle{
  list-style-type: circle;
  font-family: "Host Grotesk", sans-serif;
  font-weight: 400;
  font-size: 16px;
}


/* --------------------- PAGE --------------------- */

.page {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

/* --------------------- HEADER --------------------- */

.header {
  color: #ebebeb;
  text-align: left;
  margin-top: 90px;
}

.header img {
  width: 20%;
  height: 20%;
}


.logo {
  margin-top: 40px;
  display: block;
  max-width: 320px;
  height: auto;
  float: left;
  padding-left: 6px;
}

/*
.col-4_shop {
  width: 33.33%;;
  text-align: right;
  padding-top: 0px;
}
*/

/* --------------------- CONTACT FORM --------------------- */

.form-wrap {
  padding: 0px;
  background: none;
}

.form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: 5px solid #DDD;
  width: 100%;
  font-family: "Host Grotesk", sans-serif;
  font-size: 16px !important;
  font-weight: 300;
  color: #000;
  padding: 10px 13px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
.form-control:focus, .form-control:active {
  outline: none;
  box-shadow: none;
  border: 5px solid rgba(0, 0, 0, 1);
  color: #000;
}

/*
input[type="text"] {
  height: 50px;
}
*/

.form-group {
  margin-bottom: 30px;
}


/* --------------------- BUTTON --------------------- */

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family:  "Host Grotesk", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px;
}

.btn-primary {
  background: #000;
  color: #fff;
  border: 2px solid #000 ;
}

.form-group .btn-modify {
  font-family: "Host Grotesk", sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 16px;
  padding: 10px 15px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #209b91 !important;
  border-color: #209b91 !important;
}

a.button {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family:  "Host Grotesk", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px;
  background: #000;
  color: #fff;
  border: 2px solid #000 ;
  text-decoration: none;
}

a.button:hover, a.button:active {
  background: #209b91 !important;
  border-color: #209b91 !important;
}

/* --------------------- FOOTER --------------------- */


.footer {
  margin-left: auto;
  margin-right: auto;
  border-top: 8px solid #1E1E1E;
  width: 96%;
  margin-top: 50px;
  padding-bottom: 70px;
}

.footer p {
  font-family: "Host Grotesk", sans-serif;
  font-weight: 500;
  color: #1E1E1E;
  font-size: 14px;
}

.footer a:link{
  font-family: "Host Grotesk", sans-serif;
  color: #1E1E1E;
  text-decoration: underline;
}

.footer a:link:hover{
    font-family: "Host Grotesk", sans-serif;
    color: #fefefe;
    text-decoration: none;
    background-color: #1E1E1E;
}

.footer a:visited{
  font-family: "Host Grotesk", sans-serif;
  color: #1E1E1E;
  text-decoration: underline;
}

.footer a:visited:hover{
    color: #fefefe;
    text-decoration: none;
    background-color: #1E1E1E;
}

/* --------------------- SLIDE SHOW --------------------- */

/* Position the image container (needed to position the left and right arrows) */
.container {
  width: 100%;
  position: relative;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  bottom: 0%;
  width: auto;
  padding: 16px;
  padding-bottom: 10px;
  margin-top: -50px;
  color: #ebebeb;
  font-weight: normal;
  font-size: 25px;
  transition: 0.6s ease;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
   color: #1E1E1E;
}

/* RESPONSIVE STUFF */


/* For desktop: */
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

@media only screen and (max-width: 1000px) {
  /* For tablets phones: */
    [class*="page"] {width: 768px;}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
    [class*="col-"] {width: 100%;}
    [class*="page"] {width: 100%;}



