* {
  box-sizing: border-box;
}

a:link {
  color: #74D3EC;
  text-decoration: none;
}

a:visited {
  color: #74D3EC;
  text-decoration: none;
}

a:hover {
  color: #181818;
  text-decoration: none;
}

a:active {
  color: #181818;
  text-decoration: none;
} 

/* Lehekülje päis. Sooduspakkumise teave tekstina */
.page-header {
    text-align: center;
    background: white;
    color: #74D3EC;
    font-size: 1.55vw;
    font-family: "Inter";
    font-weight: bold;
    margin-bottom: -0.75vw;
    margin-top: -0.75vw;
}

.page-header-blue {
    color: #181818;
    opacity: 0.5;
}

/* Konteinerite moodustamine */
.flex-container {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.55vw;
  text-align: left;
  align-content: center;
  justify-content: center;
  align-items: center;
  align-items: stretch;
}

.flex-item-left {
  position: relative;
  background-color: #A1E1F2;
  padding-top: 11vh;
  padding-bottom: 11vh;
  flex: 50%;
}

.flex-item-right {
  position: relative;
  background-color: #74D3EC;
  padding-top: 10vh;
  padding-bottom: 10vh;
  flex: 50%;
}

.flex-item-feature {
  background-color: white;
  justify-content: center;
  padding-top: 50px;
  flex: 20%;
}

.flex-item-feature-image {
  background-color: #74D3EC;
  justify-content: center;
}

/* Image settings #74D3EC*/

img { 
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 49%;
  height: auto;
  opacity: 0.5;
}

.img-product { 
  opacity: 1;
}

/* CTA button settings */

.CTA_button {
  position: absolute;
  left: 20vw;
  padding: 20px;
  margin: 0px;
  background-color: white;
  border: 1px solid #959394;
  color: #74D3EC;
  text-align: center;
  text-decoration: none;
  font-size: 1.25vw;
  font-family: "Inter";
  font-weight: bold;
  cursor: pointer;
}

.CTA_button1:hover {
  background-color: #74D3EC;
  color: white;
}

.Cookie_button {
  position: fixed;
  left: 10px;
  bottom: 10px;
  padding: 0px;
  margin: 0px;
  background-color: transparent;
  border: none;
  font-size: 25px;
  cursor: pointer;
  opacity: 0.3
}

.Cookie_button1:hover {
  opacity: 1.0
}

/* Side heading left */

.side_heading_left {
  position: absolute;
  top: 10%;
  width: 100%;
  font-size: 2.5vw;
  font-family: "Inter";
  font-weight: Bold; 
  color: white;
  padding-left: 20vw;  
}

/* Side text left */

.side_text_left {

    color: white;
    font-size: 1vw;
    font-family: "Inter";
    padding-left: 20vw;
    padding-top: 6vw;
    padding-bottom: 2vw;
    margin-right: 2.4vw;    
}

/* Responsive layout - makes a one column-layout instead of a two-column layout */

@media (max-width: 800px) {
  .flex-item-right, .flex-item-left, .flex-item-feature {
    flex: 100%;
  }

/* Lehekülje päis. Sooduspakkumise teave tekstina */
.page-header {
    text-align: center;
    background: white;
    color: #74D3EC;
    font-size: 2.5vw;
    font-family: "Inter";
    font-weight: bold;
    margin-bottom: -0.75vw;
    margin-top: -0.75vw;
}

/* CTA button settings */

.CTA_button {
  position: absolute;
  left: 20vw;
  padding: 10px;
  margin: 0px;
  background-color: white;
  border: 1px solid #959394;
  color: #74D3EC;
  text-align: center;
  text-decoration: none;
  font-size: 2vw;
  font-family: "Inter";
  font-weight: bold;
  cursor: pointer;

}

/* Side heading left */

.side_heading_left {
  position: absolute;
  top: 25%;
  width: 100%;
  font-size: 4vw;
  font-family: "Inter";
  font-weight: Bold; 
  color: white;
  padding-left: 20vw; 

}

/* Side text left */

.side_text_left {

    color: white;
    font-size: 1.6vw;
    font-family: "Inter";
    padding-left: 20vw;
    padding-right: 10vw;
    padding-top: 20vw;
    padding-bottom: 2vw;
    margin-right: 2.4vw;    
}


/* Change the order of flexbox items. Image first now */
.flex-item-left {
  order: 2;
  padding-top: 20vh;
  padding-bottom: 20vh;
}

.flex-item-right {
  order: 1;
  padding-top: 12vh;
  padding-bottom: 12vh;
}
}

/* Responsive layout - makes a one column-layout instead of a two-column layout */

@media (max-width: 450px) {
  .flex-item-right, .flex-item-left, .flex-item-feature {
    flex: 100%;
  }

/* Lehekülje päis. Sooduspakkumise teave tekstina */
.page-header {
    text-align: center;
    background: white;
    color: #74D3EC;
    font-size: 3.65vw;
    font-family: "Inter";
    font-weight: bold;
    margin-bottom: -0.75vw;
    margin-top: -0.75vw;
}

/* CTA button settings */

.CTA_button {
  position: absolute;
  left: 13vw;
  padding: 10px;
  margin: 0px;
  background-color: white;
  border: 1px solid #959394;
  color: #74D3EC;
  text-align: center;
  text-decoration: none;
  font-size: 3.75vw;
  font-family: "Inter";
  font-weight: bold;
  cursor: pointer;

}

/* Side heading left */

.side_heading_left {
  position: absolute;
  top: 7%;
  width: 100%;
  font-size: 7vw;
  font-family: "Inter";
  font-weight: Bold; 
  color: white;
  padding-left: 13vw; 

}

/* Side text left */

.side_text_left {

    color: white;
    font-size: 4vw;
    font-family: "Inter";
    padding-left: 13vw;
    padding-right: 10vw;
    padding-top: 0vw;
    padding-bottom: 3vw;
    margin-right: 2.4vw;    
}


/* Change the order of flexbox items. Image first now */
.flex-item-left {
  order: 2;
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.flex-item-right {
  order: 1;
  padding-top: 10vh;
  padding-bottom: 10vh;
}
}