/* *****************  General  ************************************ */

html,
body {
  font-family: "Helvetica", Helvetica, Arial, sans-serif;
  color: #242526;
  padding: 0%;
  margin: 0%;
  background-color: rgba(241, 241, 241, 1);

}

a {
  text-decoration: none;
  color: #121212;
}

section h1,
section h2,
section h3,
section h4 {
  font-weight: bold;
  line-height: 1.2;
}

.greenlink {
  color: #409b76 !important;
}


a:hover {
  cursor: pointer;
}


.content {
  scroll-margin-top: 50;
  padding-bottom: 45px;
  display: flex;
  justify-content: center;
}

section {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  scroll-margin-top: 50;
  justify-content: center;
  padding-bottom: 18px;
  align-items: center;

}

.bigscreen {
  display: inline;
}

.smallscreen {
  display: none;
}



/* *****************  Header  ************************************ */

.header {
  position: fixed;
  width: 100%;
  z-index: 3;
  display: flex;
  height: 50px;
  align-items: center;
}

/* *****************  Menu in Header  ************************************ */

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0);

}

.header li a {
  display: block;
  padding: 20px 20px 22px 20px;
  border-left: 1px solid #f4f4f4;
  text-decoration: none;
  background-color: rgba(241, 241, 241, 0.83);
  /* text-align: center; */

}

.header li a :first-child {
  border-left: 1px solid #f4f4f400;
}

.header .language {
  /* background-color: #dddddd; */
  font-size: 0.7em;
  /* width: 15px; */
  text-align: center;

}

.header li a:hover,
.header .menu-btn:hover {
  background-color: #943847;
  color: #000;

}

.header .logo {
  float: left;
  text-decoration: none;
}

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

.here {
  background-color: #943847 !important;
  color: color(srgb 0.92 0.9154 0.9154) !important;

}

.here a {
  color: white;
}

.activelanguage {
  background-color: #943847;
  font-weight: bold;
  font-size: 0.7em;
  background-color: color(srgb 0.7093 0.7596 0.82) !important;
  text-align: center;

}

.firstlanguage {
    margin-left: calc(100vw - 532px);
    font-size: 0.7em;
    text-align: center;
    border-left: 0px !important;

}

.activelanguage a {
  font-weight: bold;
}

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  padding: 19px 19px;
  position: absolute;
  -webkit-user-select: none;
  right: 7px;

}

.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

#menubtn {
  z-index: -3;
}


@media (min-width: 768px) {
  .header li {
    float: left;
    min-width: 59px;

  }

  .header .menu {
    clear: none;
    float: right;
    max-height: none;
    height: 50px;
    /* margin-left: 33.33vw; */

  }

  .header .menu-icon {
    display: none;
  }

  #menu-btn {
    /* z-index: 4; */
    display: none;
  }
}


/* *****************  Content ************************************ */



.containerbox {
  max-width: 800px;

}


.video-container {
  width: auto;
  text-align: center;

}

.image-container {
  height: auto;

}

.image-container img {
  width: 100%;

}

.box {
  padding: 18px 9px 18px 9px;

}

.leadpart {
  font-size: 1.5rem;
  padding-bottom: 3px;
  font-weight: 600;

}

.titlepart {
  font-size: 1.1rem;
  padding-bottom: 3px;
  font-weight: 600;

}

.textpart {
  padding-top: 7px;

}

.contactimg {
  height: 25px;

}


/* *****************  Hero  ************************************ */




/* Hero Section */
.hero {
  background-image:
    linear-gradient(to bottom,
      rgba(241, 241, 241, 0) 0%,
      rgba(241, 241, 241, 0) 75%,
      rgba(241, 241, 241, 1) 100%),
    url('images/splash.jpg');
  background-size: cover;
  background-position: center;
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.littlehero {
  background-image:
    linear-gradient(to bottom,
      rgba(241, 241, 241, 0) 0%,
      rgba(241, 241, 241, 0) 75%,
      rgba(241, 241, 241, 1) 100%),
    url('images/splash.jpg');
  background-size: cover;
  background-position: center;
  height: 20vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}


.hero-text {
  text-align: center;
  color: white;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
}

.hero-text h1 {
  font-size: 3rem;
  margin: 0;
}

.hero-text p {
  font-size: 1.5rem;
  margin: 10px 0 0;
}


.badgescontainer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 10px;

}

.badges {
  flex-wrap: nowrap;
  width: 80%;
  display: flex;
  justify-content: center;
  gap: 30px;

}

.badgeimg {
  height: 50px !important;
  width: auto !important;
}

/* *****************  Footer   ************************************ */

footer {
  display: flex;
  flex-direction: column;
  /* padding: 20px; */
  background-color: #f1f1f1;

}

.footer-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  /* margin-bottom: 20px; */

}

.footer-item {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 250px;
  /* margin-right: 20px; */
  border-right: 3px solid rgb(255, 255, 255);
  padding: 18px;
  border-top: 3px solid rgb(255, 255, 255);

}

.footer-item:last-child {
  margin-right: 0;
  width: 100%;
  border-right: none;

}

.footerimage {
  margin-right: 10px;
}

.footerimage img {
  max-height: 60px;
  height: auto;

}

.footertext {
  flex: 1;
  font-size: 0.7em;
  padding: 9px;

}

.copyright {
  display: flex;
  justify-content: center;
  font-size: 0.7em;
  border-top: 3px solid rgb(255, 255, 255);
  padding: 18px;

}




/* *****************  images  ************************************ */



/* *****************  Media Selectors   ************************************ */
/* *****************  dark   ************************************ */
@media (prefers-color-scheme: dark) {

  body {
    background-color: rgba(51, 51, 51, 1);
    color: #eaeaea;
  }

  a {
    color: #eaeaea;
  }


  .header li a {
    border-left: 1px solid #333;
  }

  .header .menu-icon .navicon {
    background: #f3f3f3;
  }

  .header .menu-icon .navicon:before,
  .header .menu-icon .navicon:after {
    background: #f3f3f3;
  }

  .header li a {
    color: #333;
  }

  .header .language {
    background-color: #dddddd;
  }

  .header li a:hover,
  .header .menu-btn:hover {
    background-color: #f4f4f4;
  }

  .hero {
    background-image:
      linear-gradient(to bottom,
        rgba(51, 51, 51, 0) 0%,
        rgba(51, 51, 51, 0) 75%,
        rgba(51, 51, 51, 1) 100%),
      url('images/splash.jpg');
  }

  .littlehero {
    background-image:
      linear-gradient(to bottom,
        rgba(51, 51, 51, 0) 0%,
        rgba(51, 51, 51, 0) 75%,
        rgba(51, 51, 51, 1) 100%),
      url('images/splash.jpg');
  }


  footer {
    background-color: rgba(51, 51, 51, 1);
  }

  .footerimage {
    margin-right: 10px;
    background-color: white;
    padding: 9px;
  }



  .footer-item {
    border-right: 1px solid rgb(119, 119, 119);
    border-top: 1px solid rgb(119, 119, 119);
  }


  .copyright {
    border-top: 1px solid rgb(119, 119, 119);
  }

}

/* *****************  huge   ************************************ */


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

/* *****************  tablet   ************************************ */

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

  /* phone footer */

  footer {
    flex-direction: column;
    padding: 20px;
  }

  .footer-row {
    flex-direction: column;
  }

  .footerimage {
    width: 33.33vw;
  }

  .footer-item:last-child {
    margin-right: 0;
  }

  .footer-item {
    width: 100%;
    margin-right: 0px;
  }

}

/* *****************  phone   ************************************ */


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

  .smallscreen {
    display: inline;
  }

  .bigscreen {
    display: none;
  }

  .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }

  .video-container iframe,
  .video-container object,
  .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  /* phone menu */

  .menu {
    display: inline-block;
  }

  .header .menu-btn {
    display: none;
  }

  .header .menu-btn:checked~.menu {
    max-height: 500px;
    top: 55px;
    right: 0px;
    position: absolute;
  }

  .header .menu-btn:checked~.menu-icon .navicon {
    background: transparent;
  }

  .header .menu-btn:checked~.menu-icon .navicon:before {
    transform: rotate(-45deg);
  }

  .header .menu-btn:checked~.menu-icon .navicon:after {
    transform: rotate(45deg);
  }

  .header .menu-btn:checked~.menu-icon:not(.steps) .navicon:before,
  .header .menu-btn:checked~.menu-icon:not(.steps) .navicon:after {
    top: 0;
  }

  .firstlanguage {
    margin-left: 0px;
    text-align: center;
  }

  /* phone content */




  /* *****************  small   ************************************ */


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

  /* *****************  tiny   ************************************ */

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