* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  max-width: 100%;
  outline: none;
  line-height: 1em;
  position: relative;
}
*:first-of-type {
  margin-bottom: 0;
}
ul {
  list-style: none;
}
body {
  overflow-x: hidden;
}
img {
  max-width: 100%;
  display: block;
}
.clear {
  clear: both;
}
input[type="radio"],
a,
button,
input[type="submit"] {
  cursor: pointer;
}
a:not(.logo) {
  text-decoration: none;
  transition: .1s ease-out;
  -webkit-transition: .1s ease-out;
  -moz-transition: .1s ease-out;
  -o-transition: .1s ease-out;
  -ms-transition: .1s ease-out;
}
a:not(.logo) img {
  transition: .1s ease-out;
  -webkit-transition: .1s ease-out;
  -moz-transition: .1s ease-out;
  -o-transition: .1s ease-out;
  -ms-transition: .1s ease-out;
}
a:not(.logo):hover {
  transition: .2s ease-in;
  -webkit-transition: .2s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  -ms-transition: .2s ease-in;
}
a:not(.logo):hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transition: .2s ease-in;
  -webkit-transition: .2s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  -ms-transition: .2s ease-in;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 100;
}
body {
  color: black;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  line-height: 23px;
  letter-spacing: .9px;
  -webkit-font-smoothing: subpixel-antialiased;
  font-smoothing: subpixel-antialiased;
}
a {
  color: black;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}
h1 {
  margin-bottom: 27px;
  text-transform: uppercase;
  font-size: 33px;
  line-height: 43px;
  letter-spacing: 1px;
}
h2 {
  margin-top: 13px;
  text-transform: uppercase;
  font-family: 'Bitter', serif;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 1px;
}
p {
  margin-top: 13px;
  font-size: 14px;
  line-height: 23px;
  letter-spacing: .9px;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  font-weight: 100;
  text-transform: none;
}
nav {
  z-index: 100;
  background-color: white;
  height: 70px;
  position: fixed;
  width: 100%;
  -moz-box-shadow: 0 0 5px 5px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 0 5px 5px rgba(0,0,0,0.1);
  box-shadow: 0 0 5px 5px rgba(0,0,0,0.1);
  transition: .3s ease-out;
  -webkit-transition: .3s ease-out;
  -moz-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  -ms-transition: .3s ease-out;
  overflow: hidden;
}
nav .logo {
  z-index: 10;
  position: absolute;
  left: 65px;
  top: 20px;
  transform: translate(0,0);
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -o-transform: translate(0,0);
  -ms-transform: translate(0,0);
}
@media screen and (max-width: 599px) {
  nav .logo {
    left: 15px;
  }
}
@media screen and (max-width: 479px) {
  nav .logo {
    color: transparent;
    width: 30px;
  }
}
nav .button {
  z-index: 10;
  position: absolute;
  right: 65px;
  top: 17px;
}
@media screen and (max-width: 599px) {
  nav .button {
    right: 15px;
  }
}
@media screen and (max-width: 479px) {
  nav .button {
    left: 50%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    right: initial;
  }
}
nav .menu-wrapper {
  height: 100vh;
  width: 100%;
  min-height: 600px;
  z-index: 1;
}
nav .menu-wrapper ul {
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  width: 500px;
}
nav .menu-wrapper ul li {
  text-align: center;
  opacity: 0;
  left: -20px;
  transition: .3s ease-out;
  -webkit-transition: .3s ease-out;
  -moz-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  -ms-transition: .3s ease-out;
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
}
nav .menu-wrapper ul li a {
  font-weight: 300;
  font-size: 20px;
  line-height: 75px;
}
@media screen and (max-width: 679px) {
  nav .menu-wrapper ul li a {
    font-size: 16px;
    line-height: 50px;
  }
}
@media screen and (max-width: 379px) {
  nav .menu-wrapper ul li a {
    font-size: 14px;
    line-height: 45px;
  }
}
nav .menu-wrapper ul li:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: black;
}
nav .menu-wrapper ul li:last-of-type:after {
  display: none;
}
@media screen and (max-width: 479px) {
  nav .menu-wrapper ul {
    top: 39%;
  }
}
@media screen and (max-width: 379px) {
  nav .menu-wrapper ul {
    padding: 0 15px;
  }
}
nav .bottombar .header-logo {
  width: 84px;
  position: absolute;
  left: 50%;
  transform: translate(-50%,0);
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  top: -66px;
}
.topbar {
  height: 70px;
  background-color: white;
  position: fixed;
  width: 100%;
  z-index: 10;
}
.bottombar {
  background-image: url(../img/hintergrund_weiss.png);
  position: absolute;
  bottom: 0;
  background-color: rgba(0,102,51,0.8);
  min-height: 53px;
  width: 100%;
}
.bottombar a {
  color: white;
}
@media screen and (max-width: 379px) {
  .bottombar a {
    width: 110px;
    left: 50%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    position: relative;
  }
}
@media screen and (max-width: 699px) {
  .bottombar a.legal-button {
    float: none;
    margin: 30px 0 0;
    width: 110px;
    left: 50%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    position: relative;
  }
}
@media screen and (max-width: 699px) {
  .bottombar a.facebook {
    margin: 0;
  }
}
.bottombar .button {
  position: absolute;
  right: 65px;
  top: 13px;
  border-color: white;
  border-bottom: none;
  border-top: 2px solid white;
}
.bottombar .button.left {
  left: 65px;
}
.bottombar .button:hover {
  background-color: white;
  color: rgba(0,102,51,0.8);
}
@media screen and (max-width: 699px) {
  .bottombar .button {
    right: initial;
    left: 50%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    top: 110px;
  }
}
@media screen and (max-width: 699px) {
  .bottombar {
    height: 210px;
  }
  .bottombar a {
    margin-top: 30px;
  }
}
.legal-button {
  left: 65px;
  line-height: 53px;
  display: block;
  float: left;
  margin-right: 10px;
}
.legal-button img {
  width: 15px;
  float: left;
  margin-right: 16px;
  margin-top: 18px;
}
.menu-button {
  z-index: 10;
  width: 27px;
  display: block;
  position: absolute;
  left: 50%;
  top: 24px;
  transform: translate(-50%,0);
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
}
.menu-button span {
  width: 100%;
  height: 2px;
  display: block;
  background-color: rgba(0,0,0,0.3);
  transition: .1s ease-out;
  -webkit-transition: .1s ease-out;
  -moz-transition: .1s ease-out;
  -o-transition: .1s ease-out;
  -ms-transition: .1s ease-out;
}
.menu-button span:nth-of-type(2) {
  margin: 7px 0;
}
.menu-button span:nth-of-type(2):before {
  -webkit-transition-delay: .1s;
  -moz-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s;
}
.menu-button span:before {
  transition: .1s ease-in;
  -webkit-transition: .1s ease-in;
  -moz-transition: .1s ease-in;
  -o-transition: .1s ease-in;
  -ms-transition: .1s ease-in;
  display: block;
  content: "";
  height: 100%;
  width: 27px;
  background-color: black;
  position: absolute;
}
.menu-button span:last-of-type:before {
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
}
.menu-button:hover span:before {
  width: 0;
  transition: .2s ease-out;
  -webkit-transition: .2s ease-out;
  -moz-transition: .2s ease-out;
  -o-transition: .2s ease-out;
  -ms-transition: .2s ease-out;
}
.menu-button:hover span:nth-of-type(2):before {
  -webkit-transition-delay: .1s;
  -moz-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s;
}
.menu-button:hover span:last-of-type:before {
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
}
@media screen and (max-width: 479px) {
  .menu-button {
    right: 15px;
    left: initial;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
  }
}
.button {
  min-width: 185px;
  text-align: center;
  border-bottom: 2px solid #dc2222;
  border-right: 2px solid #dc2222;
  border-left: 2px solid #dc2222;
  color: #dc2222;
  padding: 8px 25px;
  line-height: 14px;
  transition: .1s ease-out;
  -webkit-transition: .1s ease-out;
  -moz-transition: .1s ease-out;
  -o-transition: .1s ease-out;
  -ms-transition: .1s ease-out;
}
.button:hover {
  background-color: #dc2222;
  color: white;
  transition: .2s ease-in;
  -webkit-transition: .2s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  -ms-transition: .2s ease-in;
}
.logo {
  height: 30px;
  line-height: 30px;
  transition: .25s ease-in;
  -webkit-transition: .25s ease-in;
  -moz-transition: .25s ease-in;
  -o-transition: .25s ease-in;
  -ms-transition: .25s ease-in;
}
.logo img {
  width: 25px;
  margin-right: 28px;
  float: left;
}
.menu-logo {
  left: 50%;
  top: 0;
  width: 85px;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}
header {
  height: 100vh;
  min-height: 600px;
}
header .bottombar {
  background-image: url(../img/hintergrund_weiss.png);
  position: absolute;
  bottom: 0;
  height: 53px;
  width: 100%;
}
@media screen and (max-width: 599px) {
  header .bottombar {
    height: 95px;
  }
}
header .header-bottom {
  z-index: 1;
  position: absolute;
  bottom: 0;
  background-color: rgba(0,102,51,0.8);
  height: 53px;
  width: 100%;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 1px 65px;
  flex-wrap: wrap;
}
header .header-bottom a {
  color: white;
}
header .header-bottom .button {
  border-color: white;
  border-bottom: none;
  border-top: 2px solid white;
  margin: 13px 0 6px;
}
header .header-bottom .button:hover {
  background-color: white;
  color: rgba(0,102,51,0.8);
}
@media screen and (max-width: 820px) {
  header .header-bottom .button {
    margin: 0;
  }
}
@media screen and (max-width: 820px) {
  header .header-bottom {
    height: 145px;
    padding: 16px;
    display: grid;
    justify-content: center;
    gap: 12px;
    background-color: #448762;
  }
}
header .header-text {
  min-height: 156px;
  background-color: rgba(255,255,255,0.8);
  position: absolute;
  bottom: 53px;
  z-index: 10;
  width: 100%;
  padding-top: 28px;
}
header .header-text span {
  display: block;
  text-align: center;
  width: 100%;
  padding: 0 10px;
  font-size: 45px;
  line-height: 45px;
  letter-spacing: 1px;
  font-weight: 100;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 5px;
}
header .header-text span:last-of-type {
  margin-top: 10px;
  margin-bottom: 14px;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 1px;
  font-family: 'Bitter', serif;
}
@media screen and (max-width: 599px) {
  header .header-text span:last-of-type {
    font-size: 16px;
    line-height: 16px;
  }
}
@media screen and (max-width: 379px) {
  header .header-text span:last-of-type {
    font-size: 14px;
    line-height: 14px;
  }
}
@media screen and (max-width: 599px) {
  header .header-text span {
    font-size: 35px;
    line-height: 35px;
  }
}
@media screen and (max-width: 479px) {
  header .header-text span {
    font-size: 25px;
    line-height: 25px;
  }
}
@media screen and (max-width: 379px) {
  header .header-text span {
    font-size: 20px;
    line-height: 20px;
  }
}
header .header-text img {
  width: 633px;
  margin: 0 auto;
  padding: 0 10px;
}
header .header-text .header-logo {
  width: 110px;
  position: absolute;
  left: 50%;
  transform: translate(-50%,0);
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  top: -115px;
  padding: 0;
}
@media screen and (max-width: 820px) {
  header .header-text {
    bottom: 145px;
  }
}
.open .menu-button span {
  transition: .2s ease-out;
  -webkit-transition: .2s ease-out;
  -moz-transition: .2s ease-out;
  -o-transition: .2s ease-out;
  -ms-transition: .2s ease-out;
}
.open .menu-button span:first-of-type {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  top: 9px;
}
.open .menu-button span:nth-of-type(2) {
  opacity: 0;
}
.open .menu-button span:last-of-type {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  top: -9px;
}
.open nav {
  height: 100vh;
  transition: .5s ease-in;
  -webkit-transition: .5s ease-in;
  -moz-transition: .5s ease-in;
  -o-transition: .5s ease-in;
  -ms-transition: .5s ease-in;
  overflow-y: scroll;
}
.open nav .logo {
  color: transparent;
  transition: .1s ease-out;
  -webkit-transition: .1s ease-out;
  -moz-transition: .1s ease-out;
  -o-transition: .1s ease-out;
  -ms-transition: .1s ease-out;
}
.open nav .menu-wrapper {
  height: 100vh;
  width: 100%;
  min-height: 700px;
  z-index: 1;
}
.open nav .menu-wrapper ul {
  padding: 0 10px;
}
.open nav .menu-wrapper ul li {
  left: 0;
  opacity: 1;
  transition: .3s ease-in;
  -webkit-transition: .3s ease-in;
  -moz-transition: .3s ease-in;
  -o-transition: .3s ease-in;
  -ms-transition: .3s ease-in;
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
}
.open nav .menu-wrapper ul li:nth-of-type(2) {
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
}
.open nav .menu-wrapper ul li:nth-of-type(3) {
  -webkit-transition-delay: .8s;
  -moz-transition-delay: .8s;
  -o-transition-delay: .8s;
  transition-delay: .8s;
}
.open nav .menu-wrapper ul li:nth-of-type(4) {
  -webkit-transition-delay: 1.1s;
  -moz-transition-delay: 1.1s;
  -o-transition-delay: 1.1s;
  transition-delay: 1.1s;
}
.open nav .menu-wrapper ul li:nth-of-type(5) {
  -webkit-transition-delay: 1.4s;
  -moz-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.open nav .menu-wrapper ul li:nth-of-type(6) {
  -webkit-transition-delay: 1.7s;
  -moz-transition-delay: 1.7s;
  -o-transition-delay: 1.7s;
  transition-delay: 1.7s;
}
.open nav .menu-wrapper ul li:nth-of-type(7) {
  -webkit-transition-delay: 2s;
  -moz-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s;
}
.open nav .menu-wrapper ul li:nth-of-type(8) {
  -webkit-transition-delay: 2.3s;
  -moz-transition-delay: 2.3s;
  -o-transition-delay: 2.3s;
  transition-delay: 2.3s;
}
.open nav .bottombar {
  background-image: none;
}
@media screen and (max-width: 599px) {
  .subpage header .header-text {
    padding-top: 50px;
  }
}
.subpage header .header-text span:last-of-type {
  font-size: 45px;
  line-height: 45px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 599px) {
  .subpage header .header-text span:last-of-type {
    font-size: 32px;
    line-height: 32px;
  }
}
@media screen and (max-width: 479px) {
  .subpage header .header-text span:last-of-type {
    font-size: 24px;
    line-height: 24px;
  }
}
@media screen and (max-width: 379px) {
  .subpage header .header-text span:last-of-type {
    font-size: 18px;
    line-height: 18px;
  }
}
.subpage header .header-text span.first-line {
  font-weight: 100;
}
.subpage section .choice .text p {
  text-transform: uppercase;
}
.subpage section.section-1 {
  min-height: 1510px;
  background-color: rgba(0,0,0,0.07);
  padding: 0;
}
.subpage section.section-1 .image {
  height: 650px;
  width: 100%;
  border-bottom: 7px solid white;
}
.subpage section.section-1 .text {
  width: 478px;
  margin: 0 auto;
  left: 50%;
  transform: translate(-50%,0);
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  right: initial;
  background-color: rgba(255,255,255,0.9);
  z-index: 10;
}
.subpage section.section-1 .text h3 {
  margin-top: 26px;
  font-size: 16px;
  line-height: 23px;
  text-transform: uppercase;
}
.subpage section.section-1 .text p {
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  line-height: 23px;
}
.subpage section.section-1 .text p:last-of-type {
  margin-top: 0;
}
.subpage section.section-1 .text h2 {
  margin-bottom: 13px;
}
.subpage section.section-1 .text:after {
  display: block;
  content: "";
  height: 1px;
  width: calc(100% - 110px);
  background-color: black;
  position: absolute;
  bottom: 25px;
}
@media screen and (max-width: 599px) {
  .subpage section.section-1 .text {
    position: absolute;
    width: 90%;
  }
}
@media screen and (max-width: 479px) {
  .subpage section.section-1 .text {
    padding: 50px 25px 44px;
  }
  .subpage section.section-1 .text:after {
    width: calc(100% - 50px);
  }
}
.subpage section.section-1 .text h3 {
  margin-bottom: 5px;
}
.subpage section.section-1 .text ul {
  padding-bottom: 35px;
}
.subpage section.section-1 .text ul li {
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 1.2px;
  display: inline-flex;
}
.subpage section.section-1 .text ul li:before {
  display: block;
  content: "-";
  float: left;
  margin-right: 5px;
}
.subpage section.section-1 .text a {
  float: none;
  width: auto;
  border: none;
  margin: 0;
  padding: 0;
  color: black;
  line-height: 23px;
  display: unset;
}
.subpage section.section-1 .text a:hover {
  background-color: transparent;
}
.subpage section.section-1 .bottom {
  background-color: white;
  height: 25px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  border-top: 7px solid white;
}
.subpage section.section-1 .bottom .left {
  background-color: rgba(0,102,51,0.8);
  width: calc(50% - 239px);
  left: 0;
  position: absolute;
  height: 100%;
}
@media screen and (max-width: 599px) {
  .subpage section.section-1 .bottom .left {
    width: 5%;
  }
}
.subpage section.section-1 .bottom .right {
  background-color: black;
  width: calc(50% - 239px);
  position: absolute;
  right: 0;
  height: 100%;
}
@media screen and (max-width: 599px) {
  .subpage section.section-1 .bottom .right {
    width: 5%;
  }
}
@media screen and (max-width: 599px) {
  .subpage section.section-1 {
    min-height: 1710px;
  }
}
@media screen and (max-width: 379px) {
  .subpage section.section-1 {
    min-height: 1910px;
  }
}
@media screen and (max-width: 329px) {
  .subpage section.section-1 {
    min-height: 2010px;
  }
}
.subpage section.section-2 {
  min-height: 1530px;
  background-color: rgba(0,0,0,0.07);
  padding: 0;
}
.subpage section.section-2 .choice {
  min-height: 276px;
  background-color: rgba(0,0,0,0.7);
  width: 100%;
  position: relative;
  border-bottom: 7px solid white;
  padding-top: 35px;
}
.subpage section.section-2 .choice .text {
  width: 376px;
  left: initial;
  top: initial;
  transform: translate(0);
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -o-transform: translate(0);
  -ms-transform: translate(0);
  position: relative;
  background-color: transparent;
  color: white;
  padding: 0;
  height: 154px;
  bottom: initial;
}
.subpage section.section-2 .choice .text:after {
  display: none;
}
.subpage section.section-2 .image {
  height: 650px;
  width: 100%;
  position: relative;
  border-bottom: 7px solid white;
}
.subpage section.section-2 .text {
  width: 478px;
  margin: 0 auto;
  left: 50%;
  transform: translate(-50%,0);
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  right: initial;
  background-color: rgba(255,255,255,0.9);
  z-index: 10;
  color: black;
  padding: 50px 55px 84px;
  bottom: 60px;
}
.subpage section.section-2 .text:after {
  display: block;
  content: "";
  height: 1px;
  width: calc(100% - 110px);
  background-color: black;
  position: absolute;
  bottom: 42px;
}
@media screen and (max-width: 959px) {
  .subpage section.section-2 .text {
    left: initial;
    transform: translate(0);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -o-transform: translate(0);
    -ms-transform: translate(0);
  }
}
@media screen and (max-width: 599px) {
  .subpage section.section-2 .text {
    width: 90%;
  }
}
@media screen and (max-width: 479px) {
  .subpage section.section-2 .text {
    padding: 50px 25px 84px;
  }
  .subpage section.section-2 .text:after {
    width: calc(100% - 50px);
  }
}
.subpage section.section-3 {
  min-height: 1530px;
  background-color: rgba(0,0,0,0.07);
  padding: 0;
}
.subpage section.section-3 .choice {
  min-height: 495px;
  background-color: rgba(0,0,0,0.7);
  width: 100%;
  position: relative;
  border-bottom: 7px solid white;
}
.subpage section.section-3 .choice .text {
  width: 376px;
  background-color: transparent;
  color: white;
  padding: 0;
  padding-top: 56px;
  bottom: 0;
}
.subpage section.section-3 .choice .text:after {
  display: none;
}
.subpage section.section-3 .choice .foreground {
  position: absolute;
  width: 153px;
  height: 187px;
  left: calc(50% + 75px);
  top: 66px;
}
@media screen and (max-width: 599px) {
  .subpage section.section-3 .choice .foreground {
    position: relative;
    left: 50%;
    top: 0;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    margin-top: 45px;
  }
}
@media screen and (max-width: 599px) {
  .subpage section.section-3 .choice {
    padding-top: 25px;
    padding-bottom: 60px;
  }
}
.subpage section.section-3 .image {
  height: 650px;
  width: 100%;
  position: relative;
  border-bottom: 7px solid white;
}
.subpage section.section-3 .text {
  text-align: left;
  width: 478px;
  margin: 0 auto;
  right: initial;
  background-color: rgba(255,255,255,0.9);
  z-index: 10;
  color: black;
  padding: 50px 55px 84px;
  bottom: 50px;
}
.subpage section.section-3 .text:after {
  display: block;
  content: "";
  height: 1px;
  width: calc(100% - 110px);
  background-color: black;
  position: absolute;
  bottom: 42px;
}
@media screen and (max-width: 599px) {
  .subpage section.section-3 .text {
    width: 90%;
  }
}
@media screen and (max-width: 479px) {
  .subpage section.section-3 .text {
    padding: 50px 25px 84px;
  }
  .subpage section.section-3 .text:after {
    width: calc(100% - 50px);
  }
}
.subpage section.section-4 {
  min-height: 1530px;
  background-color: rgba(0,0,0,0.07);
  padding: 0;
}
.subpage section.section-4 .choice {
  min-height: 530px;
  background-color: rgba(0,0,0,0.7);
  width: 100%;
  position: relative;
  border-bottom: 7px solid white;
}
.subpage section.section-4 .choice .text {
  width: 376px;
  background-color: transparent;
  color: white;
  padding: 0;
  padding-top: 72px;
  bottom: initial;
}
.subpage section.section-4 .choice .text:after {
  display: none;
}
.subpage section.section-4 .image {
  height: 650px;
  width: 100%;
  position: relative;
  border-bottom: 7px solid white;
}
.subpage section.section-4 .text {
  bottom: 50px;
  width: 478px;
  left: 50%;
  transform: translate(-50%,0);
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  right: initial;
  background-color: rgba(255,255,255,0.9);
  z-index: 10;
  color: black;
  padding: 50px 55px 84px;
}
.subpage section.section-4 .text img {
  width: 225px;
  margin: 0 auto 50px;
}
.subpage section.section-4 .text:after {
  display: block;
  content: "";
  height: 1px;
  width: calc(100% - 110px);
  background-color: black;
  position: absolute;
  bottom: 42px;
}
@media screen and (max-width: 599px) {
  .subpage section.section-4 .text {
    width: 90%;
  }
}
@media screen and (max-width: 479px) {
  .subpage section.section-4 .text {
    padding: 50px 25px 84px;
  }
  .subpage section.section-4 .text:after {
    width: calc(100% - 50px);
  }
}
@media screen and (max-width: 599px) {
  .subpage section .choice {
    padding: 0 40px;
  }
}
.subpage.page-24 .bottom,
.subpage.page-26 .bottom {
  display: none;
}
.subpage.page-24 section.section-1 .text,
.subpage.page-26 section.section-1 .text {
  bottom: 50px;
}
.subpage.page-24 section.section-1 .text:after,
.subpage.page-26 section.section-1 .text:after {
  bottom: 40px;
}
@media screen and (max-width: 479px) {
  .subpage.page-24 section.section-1,
  .subpage.page-26 section.section-1 {
    min-height: 1210px;
  }
}
.subpage.page-24 section.section-2,
.subpage.page-26 section.section-2 {
  min-height: 754px;
  background-color: transparent;
}
.subpage.page-24 section.section-2 .text,
.subpage.page-26 section.section-2 .text {
  width: 375px;
  padding: 50px 0 83px 0;
  position: relative;
  left: 0;
  transform: translate(0);
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -o-transform: translate(0);
  -ms-transform: translate(0);
}
.subpage.page-24 section.section-2 .text:after,
.subpage.page-26 section.section-2 .text:after {
  display: block;
  content: "";
  height: 1px;
  width: 100%;
  background-color: black;
  position: absolute;
  bottom: 25px;
}
@media screen and (max-width: 459px) {
  .subpage.page-24 section.section-2 .text,
  .subpage.page-26 section.section-2 .text {
    padding: 50px 20px 83px;
  }
}
.subpage.page-24 section.section-2 .map,
.subpage.page-26 section.section-2 .map {
  height: 465px;
  background-color: rgba(0,0,0,0.07);
}
.subpage.page-24 section.section-2 .map *,
.subpage.page-26 section.section-2 .map * {
  max-width: none;
}
.subpage.page-26 section.section-2 .text {
  bottom: 0;
}
.subpage.page-28 section.section-1 {
  background-color: white;
  min-height: 884px;
}
.subpage.page-28 section.section-1 .text {
  width: 375px;
  padding: 50px 0 83px 0;
  position: relative;
  bottom: initial;
  left: 0;
  transform: translate(0);
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -o-transform: translate(0);
  -ms-transform: translate(0);
  text-transform: uppercase;
}
.subpage.page-28 section.section-1 .text h4 {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 1.2px;
}
.subpage.page-28 section.section-1 .text p {
  margin-top: 25px;
}
.subpage.page-28 section.section-1 .text p:last-of-type {
  margin-top: 14px;
}
.subpage.page-28 section.section-1 .text a {
  display: inline-block;
  color: black;
  border: none;
  padding: 0;
  width: auto;
}
.subpage.page-28 section.section-1 .text:after {
  display: none;
}
@media screen and (max-width: 479px) {
  .subpage.page-28 section.section-1 .text {
    text-align: center;
  }
}
.subpage.page-28 section.section-1 .map {
  height: 465px;
  background-color: rgba(0,0,0,0.07);
}
.subpage.page-28 section.section-1 .map * {
  max-width: none;
}
.subpage.page-28 section.section-1 img {
  float: left;
  margin-bottom: 200px;
  width: 109px;
  margin-right: 35px;
}
@media screen and (max-width: 479px) {
  .subpage.page-28 section.section-1 img {
    float: none;
    margin: 0 auto 50px;
  }
}
.gm-style-iw {
  color: black;
}
.text .icon {
  width: 102px;
  margin-bottom: 20px;
}
.text a {
  width: 150px;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  text-align: center;
  padding: 9px 13px 7px;
  color: rgba(0,102,51,0.8);
  border: 2px solid rgba(0,102,51,0.8);
  border-top: transparent;
  display: block;
}
.text a:hover {
  background-color: rgba(0,102,51,0.8);
  color: white;
}
section {
  border-top: 7px solid white;
}
section.section-1,
section.section-4 {
  min-height: 647px;
  width: 100%;
  padding: 0 10px;
}
section.section-1 .section-1-wrapper,
section.section-4 .section-1-wrapper {
  width: 1280px;
  margin: 0 auto;
  min-height: 647px;
}
section.section-1 .text,
section.section-4 .text {
  padding: 50px 50px 44px;
  width: 376px;
  bottom: 0;
  position: absolute;
  right: 65px;
  background-color: rgba(255,255,255,0.8);
}
section.section-1 .text p:last-of-type,
section.section-4 .text p:last-of-type {
  margin-top: 22px;
}
@media screen and (max-width: 767px) {
  section.section-1 .text,
  section.section-4 .text {
    position: absolute;
    left: 50%;
    right: initial;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
  }
}
@media screen and (max-width: 479px) {
  section.section-1 .text,
  section.section-4 .text {
    position: relative;
  }
}
section.section-2 {
  min-height: 718px;
  color: white;
  padding-bottom: 50px;
}
section.section-2 .background {
  width: 100%;
  background-color: rgba(0,0,0,0.7);
  height: 629px;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 959px) {
  section.section-2 .background {
    height: 100%;
    padding-bottom: 50px;
  }
}
section.section-2 .section-2-wrapper {
  width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  section.section-2 .section-2-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
section.section-2 .text {
  width: 23.048%;
  min-width: 250px;
  position: absolute;
  right: 9%;
  bottom: 0;
}
section.section-2 .text a {
  margin-top: 124px;
  width: 210px;
}
@media screen and (max-width: 959px) {
  section.section-2 .text a {
    background-color: white;
    margin: 65px auto;
  }
}
@media screen and (max-width: 959px) {
  section.section-2 .text {
    right: initial;
    position: relative;
    width: 367px;
    margin: 0 auto;
    padding: 45px 40px;
  }
}
section.section-2 .gallery {
  width: 61.79%;
  padding-top: 129px;
  left: 1%;
}
section.section-2 .gallery h3 {
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
}
section.section-2 .gallery .slider {
  width: 92.3%;
  height: 450px;
  left: 50%;
  transform: translate(-50%,0);
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
}
section.section-2 .gallery .slider .slides {
  width: 100%;
  height: 100%;
  display: block;
}
section.section-2 .gallery .slider .slides .slide {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1 !important;
  transition: .2s ease-out;
  -webkit-transition: .2s ease-out;
  -moz-transition: .2s ease-out;
  -o-transition: .2s ease-out;
  -ms-transition: .2s ease-out;
  opacity: 0;
}
section.section-2 .gallery .slider .slides .slide.active {
  z-index: 10 !important;
  transition: .4s ease-in;
  -webkit-transition: .4s ease-in;
  -moz-transition: .4s ease-in;
  -o-transition: .4s ease-in;
  -ms-transition: .4s ease-in;
  opacity: 1;
}
@media screen and (max-width: 839px) {
  section.section-2 .gallery .slider {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  section.section-2 .gallery .slider {
    width: 80%;
  }
}
@media screen and (max-width: 699px) {
  section.section-2 .gallery .slider {
    height: 300px;
  }
}
@media screen and (max-width: 499px) {
  section.section-2 .gallery .slider {
    height: 200px;
  }
}
@media screen and (max-width: 959px) {
  section.section-2 .gallery {
    width: 100%;
    left: initial;
    padding-top: 15px;
  }
}
section.section-2 .direction {
  width: 18px;
  height: 18px;
  display: block;
  border-left: 1px solid white;
  border-bottom: 1px solid white;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 10000;
}
section.section-2 .direction.left {
  left: -20px;
}
section.section-2 .direction.right {
  left: 100%;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
}
section.section-2 .pager-wrapper {
  margin: 30px 0 80px;
}
section.section-2 .pager {
  position: relative;
  height: 8px;
  left: 50%;
  display: inline-block;
  transform: translate(-50%,0);
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
}
section.section-2 .pager li {
  width: 8px;
  height: 8px;
  border: 1px solid white;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  float: left;
  margin-right: 16px;
  cursor: pointer;
  transition: .1s ease-out;
  -webkit-transition: .1s ease-out;
  -moz-transition: .1s ease-out;
  -o-transition: .1s ease-out;
  -ms-transition: .1s ease-out;
}
section.section-2 .pager li:last-of-type {
  margin-right: 0;
}
section.section-2 .pager li.active {
  background-color: white;
  transition: .2s ease-in;
  -webkit-transition: .2s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  -ms-transition: .2s ease-in;
}
section.section-3 {
  min-height: 429px;
}
section.section-3 .background {
  width: 130px;
  left: 50%;
  top: 107px;
  transform: translate(-50%,0);
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  position: absolute;
  z-index: -1;
}
section.section-3 span {
  display: block;
  width: 200px;
  text-align: center;
  font-size: 35px;
  line-height: 35px;
  letter-spacing: 3.5px;
  font-weight: 100;
  text-transform: uppercase;
}
section.section-3 .text {
  font-size: 25px;
  line-height: 25px;
  font-weight: 100;
  text-transform: uppercase;
  width: 500px;
  margin: 0 auto;
  text-align: center;
}
section.section-3 .wrapper {
  margin: 166px auto 105px;
  width: 980px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  section.section-3 .wrapper {
    flex-wrap: wrap;
    margin-top: 90px;
  }
  section.section-3 .wrapper span {
    width: 100%;
    text-align: center;
    margin: 15px 0;
  }
}
section.section-4 .section-4-wrapper {
  width: 1280px;
  margin: 0 auto;
  min-height: 647px;
}
section.section-4 .text a {
  margin-top: 12px;
  width: 190px;
}
.area {
  width: 50%;
  height: 100%;
  position: absolute;
  z-index: 100;
  top: 0;
}
.area.right {
  right: 0;
}
footer {
  border-top: 7px solid white;
  color: white;
  font-size: 14px;
  line-height: 14px;
}
footer a {
  color: white;
}
footer .logo {
  margin-top: 12px;
  top: 12px;
}
@media screen and (max-width: 879px) {
  footer .logo {
    width: 148px;
    display: block;
    height: 53px;
    line-height: 53px;
    margin-bottom: 15px;
    left: 50%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
  }
  footer .logo img {
    margin-right: 12px;
    top: 12px;
  }
}
footer .facebook {
  display: block;
}
footer .facebook img {
  top: -8px;
  width: 15px;
  float: left;
  margin-right: 15px;
}
@media screen and (max-width: 879px) {
  footer .facebook {
    float: none;
    left: 50%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    margin: 0;
    width: 135px;
    bottom: initial;
    position: relative;
    height: 30px;
    margin-top: 25px;
  }
}
footer .legal-button {
  float: right;
  margin-right: 65px;
}
footer .legal-button.imp {
  margin-right: 23px;
}
@media screen and (max-width: 879px) {
  footer .legal-button {
    float: none;
    left: 50%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    margin: 0;
    width: 135px;
  }
}
footer hr {
  margin: 12px 0;
}
footer .footer-top {
  background-color: rgba(0,0,0,0.7);
  min-height: 562px;
  margin-bottom: 63px;
  padding: 70px 10px 0;
}
footer .footer-top form {
  padding-bottom: 45px;
}
footer .footer-top form input[type="submit"] {
  background-color: white;
  border-radius: 0;
}
footer .footer-top ul {
  width: 1045px;
  margin: 0 auto;
}
footer .footer-top ul li {
  width: 33%;
  float: left;
  padding-right: 55px;
}
footer .footer-top ul li label,
footer .footer-top ul li input {
  display: block;
  width: 100%;
}
footer .footer-top ul li label {
  letter-spacing: 1.5px;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
footer .footer-top ul li input {
  padding-left: 11px;
  border-radius: 0;
  margin-bottom: 28px;
  height: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  color: rgba(0,102,51,0.8);
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
}
footer .footer-top ul li select {
  background-color: white;
  padding-left: 11px;
  margin-bottom: 28px;
  color: rgba(0,102,51,0.8);
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  border-radius: 0;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 30px;
  width: 100%;
}
footer .footer-top ul li textarea {
  padding: 11px;
  border-radius: 0;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 119px;
  width: 100%;
  resize: none;
  margin-bottom: 15px;
}
footer .footer-top ul li:nth-of-type(2) {
  padding-left: 55px;
}
@media screen and (max-width: 1100px) {
  footer .footer-top ul li:nth-of-type(2) {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-top ul li:nth-of-type(2) {
    margin-top: 35px;
  }
}
footer .footer-top ul li:nth-of-type(3) {
  padding-left: 55px;
  padding-right: 0;
}
@media screen and (max-width: 1100px) {
  footer .footer-top ul li:nth-of-type(3) {
    padding-left: 20px;
  }
}
footer .footer-top ul li:nth-of-type(4),
footer .footer-top ul li:nth-of-type(5) {
  float: right;
  width: 66%;
  padding-left: 45px;
  padding-right: 0;
}
footer .footer-top ul li:nth-of-type(4) input[type="checkbox"],
footer .footer-top ul li:nth-of-type(5) input[type="checkbox"] {
  width: 20px;
  height: 20px;
  background-color: white;
  float: left;
  cursor: pointer;
  border: 1px solid white;
}
footer .footer-top ul li:nth-of-type(4) input[type="checkbox"]:checked,
footer .footer-top ul li:nth-of-type(5) input[type="checkbox"]:checked {
  background-color: rgba(0,102,51,0.8);
}
footer .footer-top ul li:nth-of-type(4) label,
footer .footer-top ul li:nth-of-type(5) label {
  width: 90%;
  font-size: 14px;
  line-height: 23px;
  letter-spacing: .9px;
  text-transform: none;
  float: right;
}
@media screen and (max-width: 1100px) {
  footer .footer-top ul li:nth-of-type(4),
  footer .footer-top ul li:nth-of-type(5) {
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-top ul li:nth-of-type(4),
  footer .footer-top ul li:nth-of-type(5) {
    margin-top: 20px;
    padding-right: 0 !important;
    padding-left: 0 !important;
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  footer .footer-top ul li:nth-of-type(4) {
    padding-left: 10px;
  }
}
footer .footer-top ul li a {
  display: inline-block;
}
footer .footer-top ul li .data {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
@media screen and (max-width: 1100px) {
  footer .footer-top ul li {
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-top ul li {
    padding-right: 0 !important;
    padding-left: 0 !important;
    width: 100%;
  }
}
footer .footer-top ul .message {
  float: right;
  width: 90%;
  border-top: 2px solid white;
  padding-top: 5px;
  margin-top: 10px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1100px) {
  footer .footer-top ul .message {
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-top ul .message {
    padding-right: 0 !important;
    padding-left: 0 !important;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-top ul {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  footer .footer-top ul {
    width: 90%;
  }
}
@media screen and (max-width: 379px) {
  footer .footer-top ul {
    width: 100%;
  }
}
footer .footer-top .submit {
  transition: .1s ease-out;
  -webkit-transition: .1s ease-out;
  -moz-transition: .1s ease-out;
  -o-transition: .1s ease-out;
  -ms-transition: .1s ease-out;
  margin-top: 25px;
  left: calc(50% + 7px);
  transform: translate(-50%,0);
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  width: 128px;
  height: 40px;
  display: block;
}
footer .footer-top .submit input[type="submit"] {
  color: rgba(0,102,51,0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 14px;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1.5px;
  border: 2px solid rgba(0,102,51,0.8);
  border-top: transparent;
  z-index: 10;
}
footer .footer-top .submit:hover input[type="submit"] {
  color: white;
  background-color: rgba(0,102,51,0.8);
  transition: .2s ease-in;
  -webkit-transition: .2s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  -ms-transition: .2s ease-in;
}
@media screen and (max-width: 767px) {
  footer .footer-top {
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 379px) {
  footer .footer-top {
    padding: 70px 25px;
  }
}
footer .footer-bottom {
  text-transform: uppercase;
  background-color: rgba(0,0,0,0.7);
  min-height: 143px;
  padding: 61px 65px 0;
}
footer .footer-bottom .header-logo {
  width: 84px;
  position: absolute;
  left: 50%;
  transform: translate(-50%,0);
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  top: -56px;
}
@media screen and (max-width: 599px) {
  footer .footer-bottom {
    padding: 61px 15px 0;
    min-height: 350px;
  }
  footer .footer-bottom span {
    width: 100%;
    text-align: center;
    display: block;
  }
}
.default .text {
  width: 80%;
  max-width: 700px;
  margin: 150px auto 25px;
}
.default .text a {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  border: 0;
  text-transform: none;
}
.default .text ul {
  list-style: circle;
  padding-left: 25px;
  margin: 25px 0;
}
.default .text ul li {
  font-size: 14px;
  line-height: 23px;
  letter-spacing: .9px;
}
.hidden {
  display: none;
  visibility: hidden;
  opacity: 0;
}
.connection .text a {
  width: 200px;
  margin: 15px auto 0;
}
.g-recaptcha {
  padding-left: 65px;
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  .g-recaptcha {
    padding-left: 25px;
  }
}
@media screen and (max-width: 767px) {
  .g-recaptcha {
    margin: 0 auto;
    width: 302px;
    padding: 0;
  }
}
.free section .gal-three {
  width: 92.79%;
}
.free section .gal-three .slider {
  height: 300px;
}
.free section .gal-three .slider .slides {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.free section .gal-three .slider .slides .slide {
  flex-basis: 28%;
  height: 200px;
  position: relative;
}
.free section .gal-three .slider .slides .slide:nth-of-type(1),
.free section .gal-three .slider .slides .slide:nth-of-type(2),
.free section .gal-three .slider .slides .slide:nth-of-type(3) {
  opacity: 1;
}
.free section .gal-three .slider .slides .slide:nth-of-type(2) {
  height: 300px;
  flex-basis: 41%;
}
.free section .gal-three .slider .slides .slide:nth-of-type(n+4) {
  display: none !important;
}
.free section.section-1 {
  min-height: 647px;
  width: 100%;
  padding: 0 10px;
}
.free section.section-1 .section-1-wrapper {
  width: 1280px;
  margin: 0 auto;
  min-height: 647px;
}
.free section.section-1 .text {
  padding: 50px 50px 44px;
  width: 376px;
  bottom: 0;
  position: absolute;
  right: 65px;
  background-color: rgba(255,255,255,0.8);
  left: initial;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
}
.free section.section-1 .text p:last-of-type {
  margin-top: 22px;
}
@media screen and (max-width: 767px) {
  .free section.section-1 .text {
    position: absolute;
    left: 50%;
    right: initial;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
  }
}
@media screen and (max-width: 479px) {
  .free section.section-1 .text {
    position: relative;
  }
}
.free section.section-2 {
  min-height: auto;
  padding-bottom: 60px;
  background-color: rgba(0,0,0,0.7);
}
.free section.section-2 .gallery {
  margin: 0 auto;
  left: 0;
  padding-top: 60px;
}
.free section.section-2 .pager-wrapper {
  margin: 20px 0 40px;
}
.free section.section-3,
.free section.section-4 {
  min-height: auto;
}
.free section.section-3 .choice,
.free section.section-4 .choice {
  min-height: auto;
}
.free section.section-3 .choice .text,
.free section.section-4 .choice .text {
  position: relative;
  left: initial;
  margin: 0 auto;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  padding-bottom: 60px;
}
.free section.section-5 {
  min-height: auto;
  background-color: rgba(0,0,0,0.07);
  padding: 0;
}
.free section.section-5 .image {
  height: 650px;
  width: 100%;
  border-bottom: 7px solid white;
  position: absolute;
  top: 0;
}
.free section.section-5 .text {
  padding: 50px 50px 44px;
  width: 376px;
  position: relative;
  background-color: rgba(255,255,255,0.8);
  width: 478px;
  margin: 100px auto 0;
  left: initial;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  right: initial;
  background-color: rgba(255,255,255,0.9);
  z-index: 10;
}
.free section.section-5 .text h3 {
  margin-top: 26px;
  font-size: 16px;
  line-height: 23px;
  text-transform: uppercase;
}
.free section.section-5 .text p {
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  line-height: 23px;
}
.free section.section-5 .text p:last-of-type {
  margin-top: 22px;
}
.free section.section-5 .text h2 {
  margin-bottom: 13px;
}
.free section.section-5 .text:after {
  display: block;
  content: "";
  height: 1px;
  width: calc(100% - 110px);
  background-color: black;
  position: absolute;
  bottom: 25px;
}
@media screen and (max-width: 599px) {
  .free section.section-5 .text {
    position: absolute;
    width: 90%;
  }
}
@media screen and (max-width: 479px) {
  .free section.section-5 .text {
    padding: 50px 25px 44px;
  }
  .free section.section-5 .text:after {
    width: calc(100% - 50px);
  }
}
.free section.section-5 .text h3 {
  margin-bottom: 5px;
}
.free section.section-5 .text ul {
  padding-bottom: 35px;
}
.free section.section-5 .text ul li {
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 1.2px;
  display: inline-flex;
}
.free section.section-5 .text ul li:before {
  display: block;
  content: "-";
  float: left;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .free section.section-5 .text {
    position: absolute;
    left: 50%;
    right: initial;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
  }
}
@media screen and (max-width: 479px) {
  .free section.section-5 .text {
    position: relative;
  }
}
.free section.section-5 .bottom {
  background-color: white;
  height: 25px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  border-top: 7px solid white;
}
.free section.section-5 .bottom .left {
  background-color: rgba(0,102,51,0.8);
  width: calc(50% - 239px);
  left: 0;
  position: absolute;
  height: 100%;
}
@media screen and (max-width: 599px) {
  .free section.section-5 .bottom .left {
    width: 5%;
  }
}
.free section.section-5 .bottom .right {
  background-color: black;
  width: calc(50% - 239px);
  position: absolute;
  right: 0;
  height: 100%;
}
@media screen and (max-width: 599px) {
  .free section.section-5 .bottom .right {
    width: 5%;
  }
}
@media screen and (max-width: 599px) {
  .free section.section-5 {
    min-height: 1710px;
  }
}
@media screen and (max-width: 379px) {
  .free section.section-5 {
    min-height: 1910px;
  }
}
@media screen and (max-width: 329px) {
  .free section.section-5 {
    min-height: 2010px;
  }
}
.free section.section-6 .text {
  margin: 0 auto;
  width: 375px;
  padding: 50px 0 83px 0;
  position: relative;
  left: 0;
  transform: translate(0);
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -o-transform: translate(0);
  -ms-transform: translate(0);
}
.free section.section-6 .text:after {
  display: block;
  content: "";
  height: 1px;
  width: 100%;
  background-color: black;
  position: absolute;
  bottom: 25px;
}
@media screen and (max-width: 459px) {
  .free section.section-6 .text {
    padding: 50px 20px 83px;
  }
}
.dmp_cookiebox-wrap {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 9999;
}
.dmp_cookiebox-wrap.dmp_active {
  display: block;
}
.dmp_cookiebox-wrap * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay {
  width: 100%;
  height: 100vh;
  background-color: rgba(0,0,0,0.75);
  padding: 3vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox {
  max-width: 400px;
  max-height: 100%;
  background-color: white;
  padding: 15px;
  overflow-y: auto;
  transition: .3s;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content {
  font-size: 14px;
  color: black;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content .dmp_cookiebox__content--headline {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content .dmp_cookiebox__content--text {
  margin-bottom: 15px;
  line-height: 1.3em;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content .dmp_cookiebox__content--buttons {
  margin-bottom: 15px;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content .dmp_cookiebox__content--buttons .dmp_cookiebox-button {
  background-color: #f2f2f2;
  font-size: 20px;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  transition: .3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content .dmp_cookiebox__content--buttons .dmp_cookiebox-button:hover {
  background-color: #dddcdc;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content .dmp_cookiebox__content--buttons .dmp_cookiebox-button.dmp_cookie-accept-all {
  background-color: #555555;
  color: #f2f2f2;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content .dmp_cookiebox__content--buttons .dmp_cookiebox-button.dmp_cookie-accept-all:hover {
  background-color: rgba(0,102,51,0.8);
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content .dmp_cookiebox__content--buttons .dmp_cookiebox-button.dmp_cookie-accept-essential {
  font-size: 14px;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-simple .dmp_cookiebox__content--cookie-selection {
  margin-bottom: 15px;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-simple .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__item {
  margin-bottom: 10px;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-simple .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__item .dmp_cookie-selection__item--checkbox {
  display: none;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-simple .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__item .dmp_cookie-selection__item--checkbox:checked + .dmp_cookie-selection__item--label .dmp_cookie-selection__item--display {
  position: relative;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-simple .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__item .dmp_cookie-selection__item--checkbox:checked + .dmp_cookie-selection__item--label .dmp_cookie-selection__item--display::before,
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-simple .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__item .dmp_cookie-selection__item--checkbox:checked + .dmp_cookie-selection__item--label .dmp_cookie-selection__item--display::after {
  content: '';
  position: absolute;
  background-color: rgba(0,102,51,0.8);
  height: 2px;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-simple .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__item .dmp_cookie-selection__item--checkbox:checked + .dmp_cookie-selection__item--label .dmp_cookie-selection__item--display::before {
  top: 7px;
  left: 2px;
  width: 5px;
  transform: rotate(50deg);
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-simple .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__item .dmp_cookie-selection__item--checkbox:checked + .dmp_cookie-selection__item--label .dmp_cookie-selection__item--display::after {
  top: 6px;
  left: 4px;
  width: 10px;
  transform: rotate(-50deg);
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-simple .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__item .dmp_cookie-selection__item--checkbox:disabled + .dmp_cookie-selection__item--label .dmp_cookie-selection__item--display {
  background-color: white;
  border-color: #f2f2f2;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-simple .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__item .dmp_cookie-selection__item--label {
  cursor: pointer;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-simple .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__item .dmp_cookie-selection__item--label .dmp_cookie-selection__item--display {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-bottom: -3px;
  background-color: #f2f2f2;
  border: 1px solid grey;
  margin-right: 10px;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-simple .dmp_cookiebox__content--buttons .dmp_cookiebox-button {
  margin-bottom: 10px;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-simple .dmp_cookiebox__content--buttons .dmp_cookiebox-button:last-child {
  margin-bottom: 0;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-simple .dmp_cookiebox__content--links .dmp_cookiebox-links-wrap {
  text-align: center;
  margin-bottom: 10px;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-simple .dmp_cookiebox__content--links .dmp_cookiebox-links-wrap:last-child {
  margin-bottom: 0;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-simple .dmp_cookiebox__content--links .dmp_cookiebox-links-wrap .dmp_cookiebox-link {
  display: inline;
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced {
  display: none;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--buttons {
  display: flex;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--buttons .dmp_cookiebox-button {
  margin-right: 7px;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--buttons .dmp_cookiebox-button:last-child {
  margin-right: 0;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--buttons .dmp_toggle-advanced {
  display: flex;
  align-items: center;
  margin-left: auto;
  cursor: pointer;
}
@media (max-width: 699px) {
  .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--buttons {
    flex-direction: column;
    align-items: center;
    padding: 10px 0;
  }
  .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--buttons .dmp_cookiebox-button {
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
    max-width: 370px;
  }
  .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--buttons .dmp_cookiebox-button:last-child {
    margin-bottom: 0;
  }
  .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--buttons .dmp_toggle-advanced {
    margin-left: 0;
    padding: 10px 10px 0 10px;
  }
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section {
  background-color: #f2f2f2;
  padding: 10px;
  border-radius: 5px;
  font-size: 12px;
  margin-bottom: 7px;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section:last-child {
  margin-bottom: 0;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_switch-button-input {
  display: none;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_switch-button-input:checked + .dmp_switch-button {
  background-color: rgba(0,102,51,0.8);
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_switch-button-input:checked + .dmp_switch-button::before {
  left: auto;
  right: 4px;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_switch-button {
  position: relative;
  display: block;
  width: 40px;
  height: 21px;
  background-color: #555555;
  border-radius: 50px;
  float: right;
  margin-left: auto;
  cursor: pointer;
  transition: .3s;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_switch-button::before {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  top: 3px;
  left: 4px;
  background-color: #f2f2f2;
  border-radius: 50px;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_cookie-section-header {
  display: flex;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_cookie-section-header .dmp_cookie-section-name {
  font-size: 18px;
  margin-bottom: 15px;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_cookie-section-header .dmp_switch-button {
  margin-right: 5px;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_cookie-section-description {
  margin-bottom: 15px;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_cookie-information .dmp_toggle-cookie-information-wrap {
  margin-bottom: 15px;
  text-align: center;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_cookie-information .dmp_toggle-cookie-information-wrap .dmp_toggle-cookie-information {
  font-weight: bold;
  cursor: pointer;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_cookie-information .dmp_cookie-information-content {
  height: 0;
  overflow: hidden;
  transition: .3s;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_cookie-information .dmp_cookie-information-content table {
  width: 100%;
  margin-bottom: 5px;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_cookie-information .dmp_cookie-information-content table:last-child {
  margin-bottom: 0;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_cookie-information .dmp_cookie-information-content table tr {
  background-color: white;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_cookie-information .dmp_cookie-information-content table tr th,
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_cookie-information .dmp_cookie-information-content table tr td {
  padding: 3px 5px;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_cookie-information .dmp_cookie-information-content table tr th {
  text-align: left;
  font-weight: bold;
  padding-right: 10px;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_cookie-information .dmp_cookie-information-content table tr td {
  padding-left: 10px;
  width: 100%;
  word-break: break-word;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_cookie-information .dmp_cookie-information-content table tr td a {
  color: black;
  text-decoration: none;
  transition: .3s;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_cookie-information .dmp_cookie-information-content table tr td a:hover {
  color: rgba(0,102,51,0.8);
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox.dmp_cookiebox-advanced {
  max-width: 800px;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox.dmp_cookiebox-advanced .dmp_cookiebox-simple {
  display: none;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox.dmp_cookiebox-advanced .dmp_cookiebox-advanced {
  display: block;
}
