@charset "UTF-8";
/*=====^_^===== General =====^_^=====*/
body {
  font-family: "Open Sans", sans-serif;
}

p {
  font-size: 15px;
  color: #707070;
  word-break: break-word;
}

h2 {
  font-size: 26px;
}

h3 {
  font-size: 18.75px;
}

a {
  color: #155c8f;
}

.ifs-logo {
  z-index: 99;
  margin-top: -50px;
}
.ifs-logo img {
  width: 175px;
  height: 175px;
}

.fixed-logo {
  z-index: 9999999;
  position: absolute;
  display: none;
}
.fixed-logo img {
  width: 135px;
  height: 135px;
}

.shaded {
  background-color: rgba(171, 171, 171, 0.1) !important;
}

.shaded-c1 {
  background-color: #155c8f !important;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.btn {
  min-width: 100%;
  font-size: 15px;
  line-height: 35px;
  background-color: #009d00 !important;
  color: #ffffff !important;
  border-radius: 0;
}

.btn-sm {
  min-width: 250px !important;
}

.btn:hover, .btn:focus, .btn:active {
  background-color: #007600 !important;
}

/*=====^_^===== Navigation =====^_^=====*/
.iw-nav {
  padding-top: 20px;
  height: 80px;
  margin-left: auto;
  margin-right: 0;
  background-color: #ffffff;
  max-width: 1654px;
  z-index: 99999 !important;
}
.iw-nav ul {
  list-style-type: none;
  float: right;
}
.iw-nav li {
  display: inline;
}
.iw-nav li a {
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  color: #636363;
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
}
.iw-nav li a:hover {
  text-decoration: none;
  color: #5289c0;
}
.iw-nav .active {
  background-color: #5289c0;
}
.iw-nav .iw-nav .icon {
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  cursor: pointer;
  background: #155c8f !important;
  border: 1px solid #ffffff;
}

.mob-nav {
  display: none;
}
.mob-nav .navitem {
  text-transform: uppercase;
}

.iw-nav .icon {
  display: none;
}

.header-wrapper {
  height: 80px;
  z-index: 999;
}

header {
  background-color: #ffffff;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  background-color: #ffffff;
  box-shadow: 0 4px 2px -2px gray;
  padding-top: 7px;
  transition: all ease 1s;
}
.sticky .mobile-logo {
  position: absolute;
  height: 90px;
  width: 90px;
  box-shadow: 0 4px 2px -2px gray;
  transition: all ease 1s;
  border-radius: 50%;
  z-index: 99999;
}

.navitem {
  position: relative;
}
.navitem ul.iw-mobilenav-wrapper {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 160px;
  z-index: 999999;
  right: 0px;
  left: 0;
  padding: 0;
  webkit-box-shadow: 0px 3px 4px 0px rgba(180, 180, 180, 0.7);
  -moz-box-shadow: 0px 3px 4px 0px rgba(180, 180, 180, 0.7);
  box-shadow: 0px 3px 4px 0px rgba(180, 180, 180, 0.7);
  width: max-content;
  white-space: nowrap;
}
.navitem ul.iw-mobilenav-wrapper li {
  display: block;
  border-bottom: 1px solid #ADB5BB;
  padding: 12px 14px;
}
.navitem ul.opened {
  /* display: block !important; */
}
.navitem .navitem-active {
  color: #155c8f;
}

.visi {
  display: block !important;
}

.invi {
  display: none;
}

.iw-subnav {
  margin-left: auto;
  margin-right: 12px;
  background-color: #ffffff;
  max-width: 1654px;
  z-index: 9999;
  display: none;
}
.iw-subnav ul {
  list-style: none;
  float: right;
}
.iw-subnav li {
  display: inline-block;
  height: 50px;
}
.iw-subnav li a {
  color: white;
  text-align: center;
  padding: 13px 5px;
  text-decoration: none;
  cursor: pointer;
  color: #333333;
  text-transform: uppercase;
}
.iw-subnav li a:hover {
  color: #155c8f;
}
.iw-subnav img {
  float: left;
  cursor: pointer;
  height: 60%;
  margin-left: 20px;
}
.iw-subnav .subnav-dropdown {
  text-align: center;
}
.iw-subnav .subnav-dropdown .iw-mobilenav-wrapper {
  width: 190px;
  margin-left: auto !important;
}

.hamburger {
  width: 25px;
  height: 5px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}

.hamburger:before, .hamburger:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 5px;
  background: #ffffff;
  transition: 0.5s;
  right: 0;
}

.hamburger:before {
  top: -11px;
}

.hamburger:after {
  top: 11px;
}

.icon.active .hamburger {
  background: transparent !important;
  box-shadow: none;
}

.icon.active .hamburger:before {
  top: 0;
  transform: rotate(45deg);
}

.icon.active .hamburger:after {
  top: 0;
  transform: rotate(135deg);
}

.navblock-ul ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

/*=====^_^===== Startsite =====^_^=====*/
.start-banner {
  height: 500px;
  min-width: 100%;
  background-image: url("../../img/Banner_Larven_2.jpg");
  background-size: cover;
  position: relative;
  background-position: 50% 50%;
}
.start-banner .banner-nav-box a {
  padding-top: 20px;
}
.start-banner .banner-nav-dropdown a {
  padding-top: 25px;
}
.start-banner .start-search-box {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px;
  height: 55px;
  margin-top: 10px;
  margin-right: 15px;
}
.start-banner .start-search-box input {
  height: 35px;
  padding: 5px;
}
.start-banner .start-search-box label {
  font-size: 16px;
  color: #155c8f;
  font-weight: 500;
}
.start-banner .start-search-box .search-btn {
  display: inline-block !important;
  float: right !important;
  width: auto !important;
  height: 35px !important;
  padding: 0 10px;
  width: 100%;
  font-size: 15px;
  line-height: 35px;
  background-color: #009d00 !important;
  color: #ffffff !important;
  border-radius: 0;
  cursor: pointer;
}
.start-banner .start-search-box .search-btn:hover {
  background-color: #007600 !important;
}
.start-banner .banner-nav {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
}

.banner-nav-box:hover, .banner-nav-box:focus, .banner-nav-box:active {
  background-color: rgba(21, 92, 143, 0.8) !important;
  cursor: pointer;
}
.banner-nav-box:hover p, .banner-nav-box:focus p, .banner-nav-box:active p {
  color: #ffffff !important;
}

.banner .banner-nav-dropdown a {
  height: 75px;
  padding-top: 15px;
}
.banner .banner-nav-dropdown img {
  width: 30px;
  height: 30px;
}

.banner-nav-dropdown {
  list-style: none;
}
.banner-nav-dropdown a {
  height: 95px;
  width: 260px;
  background-color: rgba(255, 255, 255, 0.8);
  margin: 0 5px;
  transition: background-color ease 0.2s;
  font-size: 16px;
  color: #155c8f;
  text-transform: uppercase;
  text-align: center !important;
  font-weight: 500;
  text-decoration: none;
  display: block;
  padding-top: 20px;
}
.banner-nav-dropdown a:hover, .banner-nav-dropdown a:focus, .banner-nav-dropdown a:active {
  color: #ffffff;
  background-color: rgba(21, 92, 143, 0.8) !important;
}
.banner-nav-dropdown img {
  border-radius: 50%;
  height: 30px;
  width: 30px;
  border: 2px solid #ffffff;
}
.banner-nav-dropdown .iw-mobilenav-wrapper {
  width: 260px;
  left: 5px !important;
  right: 5px !important;
  background-color: #155c8f !important;
  z-index: 9 !important;
}
.banner-nav-dropdown .iw-mobilenav-wrapper li {
  padding: 12px 14px;
  background-color: transparent !important;
  text-align: center;
}
.banner-nav-dropdown .iw-mobilenav-wrapper li a {
  height: 50px;
  margin: 0;
  padding: 12px 14px;
  display: inline;
  margin-right: auto;
  margin-left: auto;
  color: #ffffff !important;
  background-color: transparent !important;
}
.banner-nav-dropdown .iw-mobilenav-wrapper li a:hover {
  background-color: transparent !important;
  color: #003361 !important;
}
.banner-nav-dropdown .iw-mobilenav-wrapper li .fa-caret-right {
  color: #ffffff !important;
}

.top-headline {
  background-color: rgba(171, 171, 171, 0.1);
  text-align: center;
  margin: 50px 0 30px 0;
}
.top-headline h1 {
  font-size: 32px;
  line-height: 43px;
  font-weight: 300;
  color: #155c8f;
  padding: 10px 0;
}

.content {
  padding: 20px 0;
}
.content .search-box {
  text-align: left;
  padding: 70px 0;
}
.content .search-box input {
  display: block;
  width: 100%;
  margin-bottom: 25px;
  padding: 5px;
}
.content .search-box h2 {
  font-size: 26px;
  line-height: 22.5px;
  color: #155c8f;
  margin-bottom: 40px;
}
.content .search-box p {
  font-size: 15px;
  line-height: 22.5px;
  color: #636363;
}
.content .content-box {
  display: flex;
  flex-direction: column;
}
.content .content-box h3 {
  text-align: center;
  color: #ffffff;
  background-color: #155c8f;
  min-width: 100%;
  font-size: 18.75px;
  line-height: 25px;
  padding: 15px 0;
  font-weight: 500;
}
.content .content-box p {
  text-align: center;
  color: #636363;
  padding-left: 20px;
  padding-right: 20px;
}
.content .content-box img {
  display: block;
  height: 162.5px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  object-fit: cover;
  object-position: 50% 50%;
  margin-top: auto;
}
.content .content-box a {
  display: block;
  text-align: center;
  color: #ffffff;
  background-color: #009d00;
  width: 100%;
  font-size: 18.75px;
  line-height: 25px;
  padding: 15px 0;
}
.content .content-box a:hover {
  background-color: #007600;
  text-decoration: none;
}

.about {
  padding: 0;
}
.about h1 {
  font-size: 26px;
  color: #155c8f;
  margin-bottom: 30px;
}
.about h2, .about h3 {
  background-color: #155c8f;
  text-align: left;
  color: #ffffff;
  padding: 30px;
}
.about p {
  font-size: 15px;
  line-height: 22.5px;
  color: #707070;
}

/*=====^_^===== Textsite =====^_^=====*/
.banner {
  height: 300px;
  /*background-image: url("../../img/Banner_Larven_2.jpg");*/
  background-size: cover !important;
  margin-left: 70px;
  margin-right: 70px;
  position: relative;
  background-position: 50% 50% !important;
}
.banner .banner-nav {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
}
.banner .banner-nav-box {
  height: 75px !important;
}
.banner .banner-nav-box a {
  margin-top: 0px;
  padding-top: 10px;
}

.top-headline-txt {
  background-color: #155c8f;
  text-align: center;
  margin: 50px 0 30px 0;
}
.top-headline-txt h1 {
  font-size: 32px;
  line-height: 43px;
  font-weight: 300;
  color: #ffffff;
  padding: 10px 0;
}

.blue-bg-txt {
  padding: 15px;
  color: #ffffff;
  background-color: #155c8f;
}

.identification {
  background-color: #FFFFFF;
}
.identification h1 {
  color: #ffffff !important;
  background-color: #155c8f;
  padding: 30px;
  margin-bottom: 0;
}
.identification h3 {
  display: block;
  color: #ffffff;
  background-color: #155c8f;
  font-size: 18.75px;
  line-height: 25px;
  padding: 15px 30px;
  font-weight: 500;
}
.identification img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  object-fit: cover;
}
.identification p {
  text-align: left;
  font-size: 15px;
  line-height: 22.5px;
  color: #636363;
  padding: 5px 30px;
}

.similar {
  margin-top: 60px;
}
.similar h3 {
  text-align: center;
  display: block;
  color: #ffffff;
  background-color: #155c8f;
  font-size: 18.75px;
  line-height: 25px;
  padding: 15px;
  font-weight: 500;
}
.similar ul {
  margin-top: 20px;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  color: #707070;
  font-size: 15px;
  line-height: 35px;
  text-align: center;
  list-style-position: inside;
  padding-inline-start: 0;
}

/*=====^_^===== Seminar =====^_^=====*/
.ban-3 {
  background-image: url(../../../assets/img/Banner-Seminar_trans.jpg) !important;
}

/*
.seminar-banner {
  height: 300px;
  background-image: url("../../img/Seminar Header grün.png");
  background-size: cover;
  margin-left: 70px;
  margin-right: 70px;
  position: relative;
  background-position: 50% 50%;

  .banner-nav {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0;
    bottom: 50px;
    left: 0;
    right: 0;
  }

  .banner-nav-box {
    height: 75px;
    width: 260px;
    background-color: $white_01;
    margin: 0 5px;

    p {
      font-size: 16px;
      color: $blue;
      text-transform: uppercase;
      text-align: center;
      font-weight: 500;
    }

    img {
      border-radius: 50%;
      height: 25px;
      width: 25px;
      margin-top: 10px;
      margin-bottom: 5px;
      border: 2px solid $white;
    }
  }
}
*/
.seminar-info {
  padding: 30px 20px;
  text-align: left;
}
.seminar-info h2 {
  font-size: 26px;
  color: #155c8f;
  margin-bottom: 25px;
  overflow-wrap: break-word;
}

.seminar-calendar table {
  font-size: 15px;
  color: #636363;
  font-weight: 400;
}
.seminar-calendar table tr {
  background-color: #dfe7ed;
  border-bottom: 10px solid #ffffff;
}
.seminar-calendar table td {
  vertical-align: middle;
}
.seminar-calendar table .seminar-date {
  white-space: nowrap;
}
.seminar-calendar h3 {
  display: block;
  color: #ffffff;
  background-color: #707070;
  border: 1px solid #636363;
  font-size: 18.75px;
  line-height: 25px;
  padding: 15px;
  font-weight: 500;
  text-align: center;
}
.seminar-calendar .sem-btn {
  text-align: center;
  min-width: 200px !important;
  height: 32px;
  background-color: #155c8f;
  vertical-align: middle;
  line-height: 12px;
}

.small-banner {
  background-image: url("../../img/Grauer Hintergrundblock.png");
  background-size: cover;
  height: 144px;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  background-position: 50% 50%;
}

ul {
  color: #707070;
  font-size: 15px;
}

div.banner-nav-box {
  height: 95px;
  width: 260px;
  background-color: rgba(255, 255, 255, 0.8);
  margin: 0 5px;
  transition: background-color ease 0.2s;
  list-style: none;
}
div.banner-nav-box p, div.banner-nav-box a {
  font-size: 16px;
  color: #155c8f;
  text-transform: uppercase;
  text-align: center !important;
  font-weight: 500;
  text-decoration: none;
  margin-right: auto;
  margin-left: auto;
  display: block;
}
div.banner-nav-box a:hover {
  color: #ffffff;
}
div.banner-nav-box img {
  border-radius: 50%;
  height: 30px;
  width: 30px;
  margin-bottom: 5px;
  border: 2px solid #ffffff;
}

/*=====^_^===== Booking =====^_^=====*/
#booking-form-wrapper {
  opacity: 1;
  transition: all ease 1s;
}

.booking {
  text-align: center;
}
.booking table {
  background-color: #dfe7ed;
  width: 100%;
}
.booking th, .booking td {
  padding: 10px;
}
.booking th {
  width: 30%;
  border-right: 10px solid #ffffff;
  border-bottom: 10px solid #ffffff;
}
.booking td {
  width: 70%;
  border-bottom: 10px solid #ffffff;
}
.booking h3 {
  background-color: #707070;
  border: 1px solid #636363;
  line-height: 25px;
  padding: 15px;
  font-weight: 500;
  color: #ffffff;
}
.booking p, .booking input, .booking a, .booking textarea {
  display: block;
  color: #155c8f;
  background-color: #dfe7ed;
  line-height: 35px;
  margin-bottom: 10px;
  width: 100%;
  border: none !important;
}
.booking a:hover, .booking a:focus, .booking a:active {
  background-color: #155c8f;
  color: #ffffff;
}
.booking input, .booking textarea {
  padding: 0;
  text-indent: 15px;
}
.booking .bgc-clear {
  background-color: transparent !important;
  text-align: left;
  display: inline;
  width: auto;
  margin-left: 10px;
  line-height: 1em !important;
}
.booking .bgc-clear:hover {
  color: #003361;
  text-decoration: none;
}
.booking input[type=checkbox] {
  cursor: pointer;
  display: inline;
  white-space: nowrap;
  width: auto;
  text-align: left;
}
.booking label {
  cursor: pointer;
  text-align: left;
}

.checkbox-element {
  margin-bottom: 20px;
  padding-top: 10px;
  font-size: 14px;
}

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

.button-element button {
  width: auto !important;
  min-width: 130px;
}

.color-blue {
  background-color: #155c8f !important;
}

#sent-form {
  display: none;
  opacity: 0;
  transition: all ease 1s;
  background-color: rgba(171, 171, 171, 0.1);
  text-align: center;
  margin-bottom: 20px;
  padding: 30px 20px;
}

/*=====^_^===== Lexicon =====^_^=====*/
.category {
  padding: 25px 25px 0 25px;
}
.category .img-box {
  text-align: center;
  margin: 25px auto;
  width: 250px;
}
.category .img-box p {
  margin-top: 10px;
}
.category img {
  width: 250px;
  height: 170px;
  object-fit: cover;
  object-position: 50% 50%;
}
.category h2 {
  color: #155c8f;
  margin-bottom: 15px;
}
.category a {
  color: #636363;
  line-height: 22.5px;
  font-size: 15px;
  text-decoration: none;
}
.category a:hover {
  text-decoration: underline;
  color: #333333;
}

.definitions {
  min-width: 100%;
  padding: 25px;
}
.definitions h2 {
  color: #155c8f;
  margin-bottom: 40px;
}

/*=====^_^===== Ads =====^_^=====*/
.add-banner {
  background-color: #FF6600;
  height: 160px;
  width: 100%;
  margin: 30px 0;
}

.ad {
  background-color: #FF6600;
  height: 500px;
  width: 120px;
  position: absolute;
  left: 20px;
  top: 750px;
  opacity: 1;
}

/*=====^_^===== eMail/Call Pop Up Form =====^_^=====*/
.open-button {
  background-color: #009d00;
  color: white;
  border: none;
  cursor: pointer;
  position: fixed;
  top: 200px;
  right: 0;
  width: 50px;
  height: 50px;
  z-index: 9;
  -webkit-box-shadow: 1px 2px 2px 2px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 1px 2px 2px 2px rgba(0, 0, 0, 0.65);
  box-shadow: 1px 2px 2px 2px rgba(0, 0, 0, 0.65);
}

.open-button2 {
  background-color: #009d00;
  color: white;
  border: none;
  cursor: pointer;
  position: fixed;
  top: 280px;
  right: 0;
  width: 50px;
  height: 50px;
  z-index: 9;
  -webkit-box-shadow: 1px 2px 2px 2px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 1px 2px 2px 2px rgba(0, 0, 0, 0.65);
  box-shadow: 1px 2px 2px 2px rgba(0, 0, 0, 0.65);
}

.form-popup {
  width: 0;
  height: max-content;
  position: fixed;
  top: 190px;
  right: 0;
  z-index: 9999999;
  overflow: hidden;
  transition: width ease 0.3s;
}

.form-popup2 {
  width: 0;
  position: fixed;
  top: 280px;
  right: 50px;
  z-index: 99999;
  overflow: hidden;
  transition: width ease 0.3s;
  white-space: nowrap;
  height: 50px;
}

#opX2 {
  opacity: 0;
}

#opX {
  opacity: 0;
}

.blue-bg {
  background-color: #155c8f !important;
}

.form-container {
  max-width: 300px;
  padding: 5px 20px;
  background-color: #009d00;
  -webkit-box-shadow: 3px 4px 11px 3px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 3px 4px 11px 3px rgba(0, 0, 0, 0.65);
  box-shadow: 3px 4px 11px 3px rgba(0, 0, 0, 0.65);
}
.form-container .call, .form-container h2 {
  font-size: 26px;
  color: #ffffff !important;
  text-align: center;
  margin: 20px auto;
  cursor: pointer;
  margin-left: 20px;
  padding: 0 5px;
}
.form-container h2 {
  margin-left: auto;
  cursor: text;
  font-size: 22px;
}

.contact-wrapper button:focus {
  outline: 0 !important;
}

.form-container input[type=text], .form-container textarea, .form-container input[type=email] {
  width: 100%;
  padding: 5px;
  margin: 5px 0 22px 0;
  border: none;
  background: #ffffff;
  font-size: 15px;
}

.form-container input[type=text]:focus, .form-container textarea:focus, .form-container input[type=email]:focus {
  background-color: #ddd;
  outline: none;
}

.form-container .btn {
  background-color: #009d00 !important;
  color: white;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom: 10px;
}

.form-container .cancel {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.form-container .cancel .fa-times {
  color: #c00000;
}
.form-container .cancel .fa-times:hover {
  color: #333333 !important;
}

.form-container .cancel2 {
  position: absolute;
  top: 10px;
  left: 10px;
  cursor: pointer;
}
.form-container .cancel2 .fa-times {
  color: #c00000;
}
.form-container .cancel2 .fa-times:hover {
  color: #333333 !important;
}

.form-container .call:hover {
  text-decoration: none;
  color: #c8c8c8 !important;
  font-weight: 500;
}

.open-button:hover {
  background-color: #007600;
}

.open-button2:hover {
  background-color: #007600;
}

.form-container .btn:hover {
  font-weight: 400 !important;
}

.form-container .btn:hover {
  background-color: #007600 !important;
  border: none !important;
}

.form_error {
  border: 2px solid #d00000 !important;
}

/*=====^_^===== Footer =====^_^=====*/
footer {
  background-color: rgba(171, 171, 171, 0.1);
  margin: 0 !important;
  padding: 30px 0 10px 0;
}
footer ul {
  padding: 0 !important;
  line-height: 26px;
  list-style: none;
}
footer p {
  color: #707070;
  font-size: 14px;
  margin-bottom: 0;
}
footer a {
  color: #707070;
  font-size: 14px;
}
footer h2 {
  color: #636363;
  font-size: 21px;
  line-height: 26px;
}
footer a:hover {
  color: #333333;
}

.subfooter {
  background-color: #707070;
  padding: 15px 0;
}
.subfooter .col-12:nth-child(1) a {
  cursor: default;
  white-space: nowrap;
}
.subfooter .col-12:nth-child(1) a:hover {
  text-decoration: none;
}
.subfooter .col-12:nth-child(2) {
  text-align: right;
}
.subfooter a {
  font-size: 12px;
  color: #ffffff;
}

#topnav-element {
  display: none;
  width: 60px;
  height: 40px;
  position: fixed;
  right: 0px;
  bottom: 110px;
  background: #009d00;
  z-index: 9;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  -webkit-box-shadow: 1px 2px 2px 2px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 1px 2px 2px 2px rgba(0, 0, 0, 0.65);
  box-shadow: 1px 2px 2px 2px rgba(0, 0, 0, 0.65);
}

#topnav-element > a {
  display: block;
  font-size: 1.8em;
  color: #fff;
  width: 40px;
  height: 40px;
  text-decoration: none;
  line-height: 37px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

#topnav-element:hover {
  background-color: #007600;
}

/*=====^_^===== Button Animation =====^_^=====*/
a {
  text-decoration: none;
}

.btn {
  position: relative;
  display: inline-block;
  padding: 0.5em 2em;
  cursor: pointer;
  overflow: hidden;
}
.btn:before, .btn:after {
  content: "";
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #009d00;
}
.btn:before {
  top: 0;
}
.btn:after {
  bottom: 0;
}
.btn:hover > * > *:before, .btn:hover > * > *:after {
  transform: translate3d(0, 0, 0);
}
.btn:hover > * > * > *:before, .btn:hover > * > * > *:after {
  transform: translate3d(0, 0, 0);
}
.btn > *:before, .btn > *:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 2px;
  background-color: #009d00;
}
.btn > *:before {
  left: 0;
}
.btn > *:after {
  right: 0;
}
.btn > * > *:before, .btn > * > *:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 9;
  height: 2px;
  width: 100%;
  background-color: #ffffff;
}
.btn > * > *:before {
  top: 0;
  transform: translate3d(-105%, 0, 0);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn > * > *:after {
  bottom: 0;
  transform: translate3d(105%, 0, 0);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn > * > * > *:before, .btn > * > * > *:after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 9;
  height: 100%;
  width: 2px;
  background-color: #ffffff;
}
.btn > * > * > *:before {
  left: 0;
  transform: translate3d(0, 105%, 0);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn > * > * > *:after {
  right: 0;
  transform: translate3d(0, -105%, 0);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/*=====^_^===== Cookie Biter =====^_^=====*/
#iw-cookie-banner {
  width: 100%;
  background-color: #003361;
  position: fixed;
  bottom: 0;
  z-index: 999;
  padding: 30px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#iw-cookie-banner .iw-banner-text {
  width: 70%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#iw-cookie-banner .iw-banner-text p {
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 0;
  color: #ffffff;
}
#iw-cookie-banner .iw-banner-buttons {
  width: 30%;
  float: right;
}
#iw-cookie-banner .iw-banner-buttons a:nth-child(1) {
  margin-right: 20px;
}
#iw-cookie-banner .iw-banner-buttons #customize-cookies-btn {
  color: #ffffff !important;
  text-decoration: underline;
  cursor: pointer;
}

#customize-cookie-settings {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  min-height: 100%;
  width: 0vw;
  background-color: #ADB5BB;
  z-index: 999999999999;
  overflow-x: hidden;
}
#customize-cookie-settings .ccs-container {
  padding: 20px;
  padding-top: 60px;
  overflow-y: scroll;
  overflow-x: hidden;
  position: relative;
}
#customize-cookie-settings .ccs-container label {
  display: inline;
  float: right;
}
#customize-cookie-settings .ccs-container h1 {
  font-size: 21px;
  font-weight: 600;
}
#customize-cookie-settings .ccs-container h2 {
  font-size: 16px;
  display: inline;
  line-height: 34px;
}
#customize-cookie-settings .ccs-container h3 {
  font-size: 15px;
  line-height: 44px;
  text-align: center;
}
#customize-cookie-settings .ccs-container p {
  font-size: 13px;
  color: #333333;
}
#customize-cookie-settings .ccs-container .fa-times {
  font-size: 26px;
  position: absolute;
  top: 20px;
  right: 20px;
}
#customize-cookie-settings .ccs-container .fa-times:hover {
  color: #ffffff;
  cursor: pointer;
}

.cookie-btn {
  background-color: #5289c0;
  box-shadow: 1px 1px 1px #155c8f;
  padding: 11px 10px;
  border-radius: 5px;
  width: 150px;
  color: #ffffff !important;
  cursor: pointer;
}

.big-btn {
  display: block;
  width: 100%;
  text-align: center;
}

.cookie-btn:hover {
  text-decoration: none;
  background-color: #155c8f;
  color: #ADB5BB;
}

/* Switches */
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 25px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 4px;
  background-color: #ffffff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.blocked-checkbox-color {
  background-color: #636363 !important;
}

#overlay {
  position: fixed;
  /* Sit on top of the page content */
  display: none;
  /* Hidden by default */
  width: 100%;
  /* Full width (cover the whole page) */
  height: 100%;
  /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  /* Black background with opacity */
  z-index: 999999999;
  /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer;
  /* Add a pointer on hover */
}

@media (max-width: 576px) {
  #iw-cookie-banner {
    display: block;
  }

  .iw-banner-text {
    width: 100% !important;
    float: none !important;
  }

  .iw-banner-buttons {
    margin-top: 20px;
    width: 100% !important;
    float: none !important;
    flex-wrap: wrap;
    justify-content: center !important;
  }

  #customize-cookies-btn, .allow-cookies-btn {
    float: none !important;
  }
}
@media (max-width: 907px) {
  .cookieWidth {
    min-width: 100vw;
  }
}
@media (min-width: 908px) and (max-width: 1500px) {
  .cookieWidth {
    min-width: 50vw;
  }
}
@media (max-width: 1124px) {
  .iw-banner-buttons, .iw-banner-text {
    width: 100% !important;
  }

  #customize-cookies-btn, .allow-cookies-btn {
    float: right;
  }

  .iw-banner-buttons {
    display: flex;
    justify-content: flex-end;
  }
}
@media (max-width: 1700px) {
  #customize-cookies-btn {
    padding: 11px 10px;
    white-space: nowrap;
  }

  .allow-cookies-btn {
    margin-right: 0 !important;
  }
}
/*=====^_^===== Local Fonts =====^_^=====*/
/* open-sans-300 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: url("../../fonts/open-sans-v17-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Light"), local("OpenSans-Light"), url("../../fonts/open-sans-v17-latin-300.eot?#iefix") format("embedded-opentype"), url("../../fonts/open-sans-v17-latin-300.woff2") format("woff2"), url("../../fonts/open-sans-v17-latin-300.woff") format("woff"), url("../../fonts/open-sans-v17-latin-300.ttf") format("truetype"), url("../../fonts/open-sans-v17-latin-300.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../../fonts/open-sans-v17-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("../../fonts/open-sans-v17-latin-regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/open-sans-v17-latin-regular.woff2") format("woff2"), url("../../fonts/open-sans-v17-latin-regular.woff") format("woff"), url("../../fonts/open-sans-v17-latin-regular.ttf") format("truetype"), url("../../fonts/open-sans-v17-latin-regular.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
/* open-sans-italic - latin */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  src: url("../../fonts/open-sans-v17-latin-italic.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url("../../fonts/open-sans-v17-latin-italic.eot?#iefix") format("embedded-opentype"), url("../../fonts/open-sans-v17-latin-italic.woff2") format("woff2"), url("../../fonts/open-sans-v17-latin-italic.woff") format("woff"), url("../../fonts/open-sans-v17-latin-italic.ttf") format("truetype"), url("../../fonts/open-sans-v17-latin-italic.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../../fonts/open-sans-v17-latin-600.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url("../../fonts/open-sans-v17-latin-600.eot?#iefix") format("embedded-opentype"), url("../../fonts/open-sans-v17-latin-600.woff2") format("woff2"), url("../../fonts/open-sans-v17-latin-600.woff") format("woff"), url("../../fonts/open-sans-v17-latin-600.ttf") format("truetype"), url("../../fonts/open-sans-v17-latin-600.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../../fonts/open-sans-v17-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("../../fonts/open-sans-v17-latin-700.eot?#iefix") format("embedded-opentype"), url("../../fonts/open-sans-v17-latin-700.woff2") format("woff2"), url("../../fonts/open-sans-v17-latin-700.woff") format("woff"), url("../../fonts/open-sans-v17-latin-700.ttf") format("truetype"), url("../../fonts/open-sans-v17-latin-700.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
/* open-sans-800 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  src: url("../../fonts/open-sans-v17-latin-800.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"), url("../../fonts/open-sans-v17-latin-800.eot?#iefix") format("embedded-opentype"), url("../../fonts/open-sans-v17-latin-800.woff2") format("woff2"), url("../../fonts/open-sans-v17-latin-800.woff") format("woff"), url("../../fonts/open-sans-v17-latin-800.ttf") format("truetype"), url("../../fonts/open-sans-v17-latin-800.svg#OpenSans") format("svg");
  /* Legacy iOS */
}

/*# sourceMappingURL=styles.css.map */
