.hyphenate {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
html,
body {
  overflow-x: hidden;
}

html,
body,
header {
  /* height: 100%; */
  margin: 0;
  padding: 0;
}
header {
  z-index: 1000;
}
body {
  position: relative;
}
footer {
  height: 55px;
  background: #fff;
  display: block;
  bottom: 0;
}
footer .container {
  width: 1180px;
  padding: 0 15px;
  margin-right: auto;
  margin-left: auto;
  vertical-align: middle;
}
footer .sectionText {
  bottom: 5px;
  position: absolute;
}

nav {
  max-width: 100%;
  width: 100%;
  padding-top: 9px;
  background: rgba(34, 34, 34, 0.95);
  z-index: 99;
  position: fixed;
}

nav .container {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

nav .brand {
  display: inline;
  float: left;
  padding: 12px;
  z-index: 2;
  font-size: 1.9em;
  color: #ffffff;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  text-decoration: none;
}

nav .logo {
  float: left;
  display: inline;
}

nav .burger {
  display: none;
  cursor: pointer;
}

nav .burger div {
  width: 25px;
  height: 3px;
  background-color: #ffffff;
  margin: 5px;
  transition: all 0.3s ease;
}

nav ul li {
  display: inline-block;
  padding-left: 5px;
}

nav ul a {
  color: #ffffff;

  font-family: "Raleway", sans-serif;
  text-decoration: none;
  font-size: 0.85em;
  text-transform: uppercase;
  font-weight: 600;
}

nav .blue_line {
  margin-top: 5px;
  height: 6px;
  background: #42cafd;
}

p {
  hyphenate-limit-chars: auto 5;
  hyphenate-limit-lines: 2;
}

#Willkommen {
  padding: 0em;
  width: 100%;
  height: 830px;
  overflow: hidden;
}

.welcome_img {
  height: 100%;
  width: 100%;
}

.no-js .welcome_img {
  background: linear-gradient(rgba(26, 26, 26, 0.1), rgba(26, 26, 26, 0)),
    url(img/welcome.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-filter: blur(0.04rem); /* Safari 6.0 - 9.0 */
  filter: blur(0.09rem);
}

.no-webp .welcome_img {
  background: linear-gradient(rgba(26, 26, 26, 0.1), rgba(26, 26, 26, 0)),
    url(img/welcome.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-filter: blur(0.09rem); /* Safari 6.0 - 9.0 */
  filter: blur(0.09rem);
}

.webp .welcome_img {
  background: linear-gradient(rgba(26, 26, 26, 0.1), rgba(26, 26, 26, 0)),
    url(img/welcome.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-filter: blur(0.04rem); /* Safari 6.0 - 9.0 */
  filter: blur(0.04rem);
}

.welcome_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-size: 5.8em;
  color: #ffffff;
}
.welcome_text p {
  margin: 0;
  padding: 0;
}

.anchorOffset {
  position: relative;
}
.anchorOffset span {
  position: absolute;
  top: -70px;
}

section {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  padding: 5em 0;
}

section .container {
  font-size: 1.35em;
  padding: 0 15px;
  margin-right: auto;
  margin-left: auto;
  width: 1180px;
  vertical-align: middle;
}

section.noPadding {
  padding: 0em 0;
}

section.background {
  background: #42cafd;
}

section h1 {
  font-size: 2em;
  text-align: center;
  margin: 0 auto;
}

.sectionText {
  width: 50%;
  display: inline-block;
  font-family: "Spectral", serif;
}

table tfoot tr.spaceUnder td {
  padding-top: 20px;
}

.sectionText table tr td {
  min-width: 50px;
}
.sectionText .compactText tbody {
  padding: 15em;
  margin: 15em;
}

.sectionText .imgInTable img {
  width: 75%;
  height: 75%;
  object-fit: contain;
}

.compactText {
  padding-left: 100px;
}
.compactText h1 {
  text-align: left;
}

.sectionImgContainer {
  width: 50%;
  float: right;
}

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

section.swapsides .sectionImgContainer {
  float: left;
}

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

section.navArrow {
  padding: 2em;
}
.navArrow {
}
.navArrow a {
  transition: opacity 0.35s;
}
.navArrow a:hover {
  opacity: 0.5;
}

.navArrow a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  border: 2px solid #000;
  border-radius: 100%;
  box-sizing: border-box;
}
.navArrow a span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 18px;
  height: 18px;
  margin: -12px 0 0 -9px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}

* {
  box-sizing: border-box;
}
/* ==========================================================================*/
/* == SLIDESHOW =============================================================*/
/* ==========================================================================*/

.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.3s;
  animation-name: fade;
  animation-duration: 1.3s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.6;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.6;
  }
  to {
    opacity: 1;
  }
}
/* ==========================================================================*/
/* == SLIDESHOW END =========================================================*/
/* ==========================================================================*/

.openHours img {
  width: 33px;
  height: 33px;
}

#map {
  height: 700px;
  width: 100%;
}

.sectionText .copyright {
  padding: 0px 5px;
}
/* Tablets... */
@media only screen and (max-width: 1280px) and (min-width: 851px) {
  #welcome_text {
    font-size: 4em;
  }
  section .container {
    width: 100%;
  }
  section.swapsides .sectionText {
    width: 47%;
  }
  .compactText {
    padding-left: 50px;
  }

  footer {
    height: 37px;
  }
  .img-vertical {
    max-width: 87%;
  }
}
/* Tablets hochkant... */
@media only screen and (max-width: 851px) {
  nav .brand {
    padding-top: 16px;
  }

  nav .brand a {
    font-size: 1.5em;
  }

  nav ul a {
    font-size: 0.7em;
  }

  section {
    padding: 1em 0;
  }

  section .container {
    width: 90%;
    padding: 0vw 0vw;
  }

  .sectionText {
    width: 100%;
    align-items: center;
  }

  .sectionImgContainer {
    width: 70%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  /* .swiper-container .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
  } */
  .mobileOffset {
    padding-top: 50px;
  }
  section.swapsides .sectionImgContainer {
    float: none;
  }

  .img-vertical {
    max-width: 65%;
  }

  .compactText {
    padding-left: 100px;
  }

  .sectionArrow {
    /* 10% and 500% to circumvent surrounding box size */
    width: 10%;
    position: relative;
    transform: translateX(500%) translateX(-27px);
  }

  footer {
    height: 35px;
  }
}

/* smartphone... */
@media only screen and (max-width: 700px) {
  .scroll-nav {
    padding: 0px 10%;
    font-size: 1.2em;
    justify-content: space-around;
    position: absolute;
    right: 0px;
    height: 51vh;
    top: 57px;
    background: rgb(66, 202, 253, 1);
    display: flex;
    flex-direction: column;
    transition: transform 0.5s ease-in;
    align-items: center;
    width: 50%;
    transform: translateX(100%);
  }
  nav ul a {
    color: #00000f;
  }
  .scroll-nav li {
    opacity: 0;
  }
  nav .burger {
    display: block;
  }
  .nav-active {
    transform: translateX(0%);
  }
  #Willkommen {
    height: 500px;
  }
  .welcome_text {
    font-size: 3em;
  }

  .img-vertical {
    max-width: 55%;
  }
}
@media only screen and (max-width: 650px) {
  .sectionImgContainer {
    width: 80%;
  }
  .compactText {
    padding-left: 0px;
  }
}

@media only screen and (max-width: 450px) {
  .sectionImgContainer {
    width: 100%;
  }
  .img-vertical {
    max-width: 50%;
  }

  table tr td {
    min-width: 36px;
  }
}

@media (min-width: 435px) {
  .hidden-ss {
    display: none !important;
  }
}

@media only screen and (max-width: 360px) {
  .sectionText .openHours {
    font-size: 5.85vw;
  }

  .sectionText .contactTable {
    font-size: 5.85vw;
  }
  .sectionText .imgInTable img {
    width: 65%;
    height: 65%;
    object-fit: contain;
  }

  .img-vertical {
    max-width: 50%;
  }
}

@media only screen and (max-width: 335px) {
  .welcome_text {
    font-size: 2.6em;
  }
}

@keyframes navLinkFade {
  from {
    opacity: 0;
    transform: translateX(80px);
  }
  to {
    opacity: 1;
    transform: translateX(0px);
  }
}

.toggle .line1 {
  transform: rotate(-45deg) translate(-5px, 6px);
}
.toggle .line2 {
  opacity: 0;
}
.toggle .line3 {
  transform: rotate(45deg) translate(-5px, -6px);
}
