* {
  box-sizing: border-box;
}

@media (max-width: 1400px) {
  html {
    font-size: 100%;
  }
}

@media (max-width: 1200px) {
    html {
        font-size: 90%;
    }
}

@media (max-width: 1100px) {
  html {
    font-size: 80%;
  }
}

@media (max-width: 1000px) {
  html {
    font-size: 70%;
  }
}

@media (max-width: 900px) {
  html {
    font-size: 60%;
  }
}

@media (max-width: 750px) {
  html {
    font-size: 55%;
  }
}

@media (max-width: 620px) {
  html {
    font-size: 50%;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 45%;
  }
}

@media (max-width: 400px) {
  html {
    font-size: 40%;
  }
}

body {
    font-size: 1rem;
    font-family: 'Open Sans', sans-serif;
    color: #052755;
}

.dark {
    background: #e6e6e6;
}

h1 {
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
}

main h1 {
    color: #052755;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1248px;
  padding: 1.5rem;
}

.content {
  padding-top: 0;
}

.content p {
  margin-top: 0;
}

#site-header {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0em;
  width: 100%;
  height: 370px;
  background: url(../media/menubg.png) no-repeat;
  background-size: 100% 100%;
  color: darkblue;
  z-index: 10;
  text-align: center;

}

#site-logo {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

#site-logo img {
  display: block;
  width: auto;
  height: 100%;
}

#menu-toggle {
  display: none;
}

#site-nav img{
  width: 10%;
  height: auto;
}

#site-nav a {
  display: inline-block;
  margin: 0 1em;
  color: #052755;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}

#site-nav a:hover {
  background-image: url(../media/hover.png);
  background-repeat: repeat-x;
  background-position: 100% 90%;
  padding-bottom: 0px;
  white-space: nowrap;
}


#site-nav .icon{
  margin: 0.5rem;
  width: 2rem;
}

#site-nav .icon:hover{
  background: none;
}

#site-nav .logo{
  margin-right: 6rem;
    width: 7.5rem;
}

#site-nav .logo:hover{
  background: none;
}

#site-nav .weather:hover{
  background: none;
}

#site-nav a img{
  width: 100%;
  height: auto;

}

#site-nav .social {
  display: inline-block;
  margin-left: 4rem;
}

body {
  padding-top: 360px;
}

#site-header,
main section {
    border-bottom: 2px;
    color: #052755;
}


#site-content .title{
    padding-top: 110px;
    margin-top: 4rem;
    margin-left: 6vw;
    margin-right: 6vw;
}

#site-content .title h2{
    font-weight: bold;
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 3rem;
}

section.intro {
  position: relative;
  padding: 0;
  height: 50vw;
  border-bottom: none;
  overflow: hidden;
  /*border-bottom: 10px solid #ffffff;*/
}

section.intro .slider {
  width: 100%;
  height: 100%;
}

section.intro .slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

section.intro .slide .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-top: -200px;
  background: no-repeat center;
  background-size: cover;
  z-index: 2;
}

section.intro .slide .background  video {
    width: 100%;
    height: 100%;
    object-fit: cover; }

section.intro .intro-txt {
  position: relative;
  bottom: 40%;
  left: 7%;
  text-align: left;
  font-size: 2rem;
  color: #052755;
  font-weight: bold;
  z-index: 3;
}

section.intro .intro-txt h1{
  text-align: left;
  font-size: 5rem;
  color: #052755;
  font-weight: bold;
  z-index: 3;
}

section.intro .slide .content img {
  width: 20%;
  max-width: 640px;
  height: auto;
}

section.intro2  .title2 {
    margin-top: 10rem;
    margin-bottom: 3rem;
    margin-right: 25vw;
    margin-left: 5vw;
    text-align: left;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
}

section.intro2  .title2 h2{
    text-align: left;
    font-size: 3rem;
    font-weight: bold;
}

.text {
    margin-top: 3rem;
    margin-bottom: 3rem;
    margin-right: 20vw;
    margin-left: 5vw;
    text-align: left;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.2rem;
}

.text span{
    text-decoration: underline;
}

.text h2{
    font-size: 3rem;
    font-weight: bold;
}

section.intro2 .picbox{
    margin-right: 5vw;
    margin-left: 5vw;
    color: #0480d5;
    font-family: 'Josefin Sans', sans-serif;
}

.row {
    flex-direction: row;
    justify-content: center;
}

.col-md-2 {
  background: url(../media/box.png) no-repeat;
  background-size: 100% 100%;
  margin-left: 1rem;
  margin-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 1rem;
  text-align: left;
}

.col-md-2 ul{
  margin-bottom: 0;
  padding-left: 2rem;
}

.col-md-2 ul a{
  font-size: 1rem;
  color: #052755;
  text-decoration: none;
}

section.about-us {
  text-align: center;
  color: #052755;
  font-weight: bold;
  font-size: 2rem;
  padding-top: 6rem;
}

section.about-us .about-txt img{
  margin-top:  1vw;
  margin-bottom:  4vw;
  height: 1vw;
}

section.about-us a{
    font-weight: normal;
}

section.about-us a:hover {
    background-image: url(../media/hover.png);
    background-repeat: repeat-x;
    background-position: 100% 100%;
    padding-bottom: 0.5rem;
    white-space: nowrap;
}

#site-content {
    font-family: "Josefin Sans", sans-serif;
    color: #052755;
}

#site-content .pth{
    color: #052755;
    font-family: 'Josefin Sans', sans-serif;
    z-index: 100;
}

#site-content .pth a{
    color: #052755;
    font-family: 'Josefin Sans', sans-serif;
}

section.gallery .container {
    position: relative;
    overflow: hidden;
}

section.gallery .pics {
    text-align: center;
    padding-bottom: 4vw;
}

section.gallery .pics img{
    height: auto;
    padding-right: 1vw;
    padding-left: 1vw;
}

section.gallery .pic-info {
    position: absolute;
    white-space: nowrap;
    text-align: center;
}

section.gallery .pic-info .prev{
    position: absolute;
    bottom: 0vw;
    left: 25vw;
}

section.gallery .pic-info .prev img{
    width: 1rem;
}

section.gallery .pic-info .next{
    position: absolute;
    bottom: 0vw;
    left: 72.3vw;
}

section.gallery .pic-info .next img{
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    width: 1rem;
}

section.gallery .pic-info .pic-txt{
    position: absolute;
    bottom: 0vw;
    left: 33.2vw;
    width: 32.3vw;
    background: white;
    padding: 2rem 2rem 0rem;
}

section.gallery .pic-info .pic-txt-box{
    position: relative;
    text-align: left;
    width: 100%;
    padding: 0rem;
    font-size: 1rem;
    white-space: normal;
    color: #13D2DF;
}

section.gallery .pic-info .pic-txt .pic-txt-box h3{
    text-align: left;
    font-size: 1rem;
    color: #052755;
}

section.gallery .pic-border {
    width: 100%;
    margin-top: -2.5rem;
}

section.gallery .pic-border img{
    width: 100%;
}

section.gallery .prev , section.gallery .next {
    background: none;
    border: none;

}

section.gallery .prev button, section.gallery .next button{
    background: none;
    border: none;
    padding: 0;
}

section.boxes .box .box-title {
    text-align: center;
    color: #052755;
    font-weight: bold;
    font-size: 2rem;
    padding-top: 2rem;
}

section.boxes .box .box-title h1{
    padding-bottom: 0.5rem;
}

section.boxes .box .box-title img{
    margin-top:  1vw;
    margin-bottom:  4vw;
    height: 1vw;
}

section.boxes .box .arrow-prev button, section.boxes .box .arrow-next button{
    background: none;
    border: none;
    padding: 0;
}

section.boxes .pic-border {
    position: relative;
    width: 100%;
    margin-top: -5rem;
    margin-bottom: -10%;
    z-index: 5;
}

section.boxes .pic-border img{
    width: 100%;
}

section.boxes .slick-list{
    height: auto !important;
}

section.boxes2 {
    margin-top: 7rem;
}

section.boxes2 .box .box-content .box-content-txt-box h2{
    font-weight: bold;
}

section.boxes2 .box .box-content-txt-box .deco{
    width: 100%;
    text-align: left;
}

section.boxes2 .box .box-content-txt-box .deco img{
    width: 30%;
}

#site-content .src{
    margin-left: 7vw;
    margin-right: 7vw;
}

#site-content .src h2{
    font-weight: bold;
    padding-bottom: 3rem;
    font-family: 'PT Sans', sans-serif;
}

section.boxes3 {
    padding-top: 110px;
    font-family: 'Josefin Sans', sans-serif;
}

section.boxes3 h3{
    font-weight: bold;
    margin-bottom: 1rem;
}

section.boxes3 .pic-border {
    position: relative;
    width: 100%;
    z-index: 5;
}

section.boxes3 .pic-border img{
    width: 100%;
}

.pic-border2 {
    position: relative;
    width: 100%;
    margin-top: -13rem;
    z-index: 5;
}

.pic-border2 img{
    width: 100%;
}

.pic-border3 {
    position: relative;
    width: 100%;
    margin-top: -13vw;
    margin-bottom: -9vw;
    z-index: 5;
}

.pic-border3 img{
    width: 100%;
}

section.miniboxes {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-right: 8%;
    padding-left: 8%;
    margin-bottom: 3rem;
}

section.miniboxes .box{
    margin-left: 1.5%;
    margin-right: 1.5%;
    margin-bottom: 3rem;
    width: 30%;
    height: auto;
}

section.miniboxes .box-content-img{
    margin-bottom: 2rem;
}

section.miniboxes .box-content-txt-box{
    font-size: 1.5rem;
}

section.miniboxes .box-content-txt-box h2{
    font-weight: bold;
    font-size: 2.5rem;
}

#site-content .pages{
    flex: none;
    width: 100%;
    font-size: 2rem;
    text-align: center;
}

#site-content .pages a{
    color: #052755;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

#site-content .pages2{
    text-align: center;
    margin-top: 6rem;
}

#site-content .pages2 a{
    color: #052755;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    font-size: 2rem;
}

section.info{
    background: #e6e6e6;
    padding-bottom: 10rem;
    font-size: 1.2rem;
}

section.info h1{
    color: #13d2df;
    font-size: 3rem;
    text-decoration: underline;
    text-align: left;
    font-weight: normal;
    padding-top: 5rem;
    margin-bottom: 5rem;
    margin-left: 8vw;
}

section.info .infoboxes{
    display: flex;
    margin-left: 6.5vw;
    margin-right: 6.5vw;
    color: #052755;
}

section.info p{
    margin-bottom: 2rem;
}

section.info a{
    color: white !important;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.5rem;
    background: #0a3c85;
}

section.info .infobox{
    margin-left: 1.5vw;
    margin-right: 1.5vw;
    margin-bottom: 3rem;
    width: 30vw;
    height: auto;
    color: #052755;
    text-align: justify-all;
}

section.events {
    position: relative;
    padding: 0;
    height: 60vw;
    border-bottom: none;
    overflow: hidden;
    /*border-bottom: 10px solid #ffffff;*/
}

section.events .slider {
    width: 100%;
    height: 100%;
}

section.events .slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

section.events .slide .background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: 0px;
    background: no-repeat center;
    background-size: cover;
    z-index: 2;
}

section.events .intro-txt {
    position: relative;
    bottom: 50%;
    left: 7%;
    text-align: left;
    font-size: 2rem;
    color: #052755;
    font-weight: bold;
    z-index: 3;
}

section.events .intro-txt h1{
    text-align: left;
    font-size: 5rem;
    color: #052755;
    font-weight: bold;
    z-index: 3;
}

section.events .slide .content img {
    width: 20%;
    max-width: 640px;
    height: auto;
}

section.social {
    text-align: center;
    height: 20vw;
    padding: 7vw;
}

section.social img{
    height: 6vw;
    padding-left: 2vw;
    padding-right: 2vw;
}

#site-footer {
    text-align: center;

    background: #0480d5;
    padding-top: 5vw;
    color: white;
}

@media (min-width: 1400px) {
  #site-footer {
    text-align: center;

    background: #0480d5;
    padding-top: 5vw;
    color: white;
}
}

#site-footer img{
    width: 17vw;
    padding-bottom: 5vw;
}

@media (min-width: 1400px) {
  #site-footer img{
    width: 242px;
    padding-bottom: 5vw;
}
}

#site-footer a{
    color: white;
    font-size: 1rem;
    text-decoration: none;
    margin-left: 1rem;
    margin-right: 1rem;
    text-transform: uppercase;
    font-weight: bold;
}

#site-footer a:hover {
    background-image: url(../media/hover.png);
    background-repeat: repeat-x;
    background-position: 100% 100%;
    padding-bottom: 0.8rem;
    white-space: nowrap;
}

#site-footer .impressum {
    margin-top: 2rem;
    padding-top: 2rem;
    padding-bottom: 1.5rem;
    background: #0A3C85;
    color: white;
}

#site-footer .impressum p{
    font-size: 0.6rem;
    color: white;
}

#site-footer .impressum a{
    font-size: 0.8rem;
    color: white;
    margin-left: 1rem;
    margin-right: 1rem;
    text-transform: uppercase;
    font-weight: bold;
}

#site-footer .impressum a:hover {
    background: none;
}

#site-footer .impressum p {
    padding-top: 0.5rem;
}

#site-footer .impressum p a{
    font-size: 0.8rem;
    color: white;
    margin-left: 0rem;
    margin-right: 0rem;
    text-transform: uppercase;
    font-weight: bold;
}

#site-footer .impressum p a:hover {
    background: none;
}

#site-footer .imglnk:hover {
    background: none;
}

.parallax-scroll-wrap {
  overflow: hidden;
}

.hidden {
  display: none !important;
}

.video-link {
  cursor: pointer;
}
.video-link img {
  width: 100%;
  height: auto;
}

#lightbox {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 20;
  background: rgba(0, 0, 0, 0.5);
}

#lightbox-content {
  position: absolute;
  top: 32px;
  left: 32px;
  right: 32px;
  bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#lightbox-content iframe {
  width: 100%;
  height: 100%;
}

#lightbox-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 1.5rem;
  color: white;
}

.image-wrap {
  background: black;
}

.image-wrap img {
  object-fit: contain;
}

.slick-slide {
    height: auto !important;
}