* {
  box-sizing: border-box;
}
html {
  margin: 0;
  padding: 0;
  width: 100%;
  letter-spacing: 0;
  scroll-behavior: smooth;
  background-color: #000;
}
html.no-scroll {
  overflow-y: hidden;
  padding-right: 10px;
}
body {
  font-size: 1.1em;
  line-height: 150%;
  padding: 0;
  margin: 0;
  font-family: courier, courier new, serif;
  width: 100%;
  color: #cccccc;
  background-color: #000;
}
.heyzinewrap {
  border: none;
  border-top: 1px solid #333;
  width: 100%;
  height: 70vh;
}
.row-with-cols {
  flex-direction: row;
  padding: 0;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}
.column {
  display: flex;
  flex-direction: column;
}
.column.half {
  width: 46%;
}
.column.half.details,
.column.two-thirds.details {
  padding-left: 50px;
}
.column.third {
  width: 40%;
}
.column.two-thirds {
  width: 60%;
}
.newsimage {
  border: 1px solid #555;
}
.bg-wrapper {
  display: flex;
  justify-content: space-between;
}
.bg-wrapper .bg-muster {
  position: relative;
  width: calc(100% / 4 - 20px);
  margin-top: 20px;
}
.bg-wrapper .bg-muster h4 {
  color: #fff;
}
.bg-wrapper .bg-muster img {
  border: 1px solid #fff;
}
#haftung {
  font-size: .7em;
}
.maincontant {
  background-color: transparent;
}
.maincontant:last-child {
  padding-bottom: 60px;
}
.smalltext {
  text-transform: none;
}
.newsbacknav {
  margin-bottom: 60px;
  padding-bottom: 30px;
  border-bottom: 1px solid #555;
  width: 100%;
}
.newsbacknav a {
  color: #fff !important;
}
.news-item {
  display: flex;
  position: relative;
  flex-direction: row;
  margin-bottom: 50px;
  text-decoration: none;
  background-color: #fff;
  padding-right: 20px;
  cursor: default;
}
.news-item p {
  color: #555555;
}
.news-item.is-link {
  cursor: pointer;
}
.news-item.is-link:hover {
  -webkit-box-shadow: 0 0 3px 1px rgba(25, 25, 25, 0.3);
  box-shadow: 0 0 3px 1px rgba(25, 25, 25, 0.3);
  -moz-box-shadow: 0 0 3px 1px rgba(25, 25, 25, 0.3);
}
.news-item:hover .news-img {
  filter: grayscale(0%);
}
.news-item.is-inactive {
  opacity: .6;
  border: 5px dotted #ccc;
}
.news-item.is-inactive::before {
  content: "Eintrag inaktiv, auf Live-Seite nicht sichtbar";
  position: absolute;
  background-color: #cc0000;
  z-index: 10;
  color: #fff;
  font-size: 1.2em;
  padding: 4px 8px;
  right: 0;
  top: 0;
  font-family: Courier;
}
.news-item .news-img {
  background-position: center;
  background-size: cover;
  width: 300px;
  margin-right: 50px;
  transition: all .3s ease;
  flex-shrink: 0;
}
.news-item .news-img:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.news-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 40px 30px 0;
  flex: 1 1 100%;
}
.news-wrap p {
  margin-bottom: 0;
}
.news-headline {
  margin: 0 0 0 0;
  font-size: 2em;
  color: #555555;
}
header {
  width: 100%;
  min-height: 100px;
  background-color: #333;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
  z-index: 10;
  transition: all 1s ease;
}
.master.is-scrolled .header {
  background-color: #fff;
  transition: all 1s ease;
  top: 0;
}
.master.affe .header {
  background-color: #fff;
  transition: all 1s ease;
  top: 0;
}
a.tonext {
  display: block;
  position: relative;
  margin: 60px auto;
  padding: 0;
  width: 50px;
  height: 50px;
  background-color: #e71b80;
  transition: all .5s ease;
  background-image: url(../../static/images/tonext.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
a.tonext:hover {
  background-color: #bb167d;
  -webkit-transform: translateY(6px);
  -moz-transform: translateY(6px);
  transform: translateY(6px);
}
.squareabstandwrapper {
  width: calc(100% + 20px);
  margin-left: -10px;
  overflow: hidden;
  padding: 5px;
}
a.squareabstand,
.squareabstand {
  position: relative;
  width: calc(100% / 3 - 10px);
  margin: 5px;
  background-color: #ccc;
  display: inline-block;
  float: left;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
a.squareabstand:after,
.squareabstand:after {
  content: "";
  display: block;
  padding-bottom: 75%;
}
.squareabstandcontent {
  position: absolute;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  margin: 5px;
  background-color: #000;
  opacity: 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 1s ease;
  font-size: .7em;
  display: none;
}
.squareabstand:hover .squareabstandcontent {
  opacity: .8;
}
.squareinternabstandwrapper {
  width: calc(100% + 20px);
  width: calc(100% + 0px);
  margin-left: -10px;
  margin-left: 0px;
  overflow: hidden;
  padding: 5px;
}
a.squareinternabstand {
  position: relative;
  width: calc(100% / 4 - 10px);
  margin: 5px;
  background-color: #ccc;
  display: inline-block;
  float: left;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
a.squareinternabstand:after {
  content: "";
  display: block;
  padding-bottom: 75%;
}
.squareinternabstandcontent {
  position: absolute;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  margin: 5px;
  background-color: #000;
  opacity: 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 1s ease;
  font-size: .7em;
}
.squareinternabstand:hover .squareinternabstandcontent {
  opacity: .8;
}
.faq-eintrag {
  cursor: pointer;
  border-top: 1px dotted #555;
}
.faq-eintrag:last-of-type {
  border-bottom: 1px dotted #555;
}
.faq-eintrag .iconeintrag {
  width: 80px;
  height: 80px;
  margin: 15px 30px 15px 0;
}
.faq-eintrag h3 {
  font-size: 1.2em;
  transition: all 1s ease;
  font-weight: 300;
  margin: 0;
  color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0;
}
.faq-eintrag h3:hover {
  color: #ccc;
}
.aufklapperfaq {
  overflow: hidden;
  max-height: 0;
  transition: all .5s ease;
  opacity: 0;
}
.aufklapperfaq.is-open {
  max-height: 6000px;
  padding: 0 0 30px 0;
  opacity: 1;
}
.aufklapperfaq p {
  margin-bottom: 0;
}
.plusfaq {
  color: #e71b80;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: all 1s ease;
  display: inline-block;
  margin-left: auto;
  font-size: 2.1em;
  font-weight: 300;
}
.plusfaq.is-open {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
.squarewrapper {
  width: 100%;
  overflow: hidden;
}
a.square {
  position: relative;
  width: calc(100% / 5);
  background-color: #ccc;
  display: inline-block;
  float: left;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.internegalerie a.square {
  background-position: top center;
}
a.square.four {
  width: calc(100% / 4);
}
a.square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.squarecontent {
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  margin: 10px;
  background-color: #000;
  opacity: 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 1s ease;
  font-size: .9em;
  text-align: center;
}
.squarecontent.bildnummer {
  font-size: 2em;
}
.square:hover .squarecontent {
  opacity: .8;
}
p {
  line-height: 150%;
  font-size: 1.0em;
  color: #cccccc;
}
.paketbox {
  background-color: #e71b80;
  color: #000;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 15px;
  margin-top: 15px;
}
.paketbox .paketboxheader {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.paketbox .paketboxcircle {
  background-color: #e71b80;
  border-radius: 50%;
  height: 70px;
  width: 70px;
  border: 5px solid #fff;
}
.paketbox .paketboxcontent {
  background-color: #fff;
  color: #000;
  padding: 10px 10px;
  border-radius: 10px;
}
ul.dotlist {
  margin: 20px 0;
  padding: 0;
  display: block;
}
ul.dotlist li {
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 14px;
}
h1 {
  margin: 0;
  font-size: 1.6em;
  line-height: 1.2em;
  margin-bottom: 15px;
  font-weight: 300;
  color: #e71b80;
  text-transform: uppercase;
  display: block;
  text-align: center;
}
h2 {
  margin: 0;
  font-size: 1.6em;
  line-height: 1.2em;
  margin-bottom: 15px;
  font-weight: 300;
  color: #e71b80;
  text-transform: uppercase;
}
h3 {
  font-size: 1.4em;
  line-height: 1.2em;
  color: #e71b80;
  margin-bottom: 5px;
  display: inline-block;
  font-weight: 300;
  text-transform: uppercase;
}
h4 {
  color: #fff;
}
a {
  color: #ccc;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:focus-visible,
button:focus-visible {
  outline: 3px solid #e71b80;
  outline-offset: 4px;
}
.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000000000;
  padding: 10px 14px;
  color: #000;
  background: #fff;
  transform: translateY(-160%);
  transition: transform .2s ease;
}
.skip-link:focus {
  transform: translateY(0);
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.text-center {
  text-align: center;
}
.text-normal {
  text-transform: none;
}
p {
  margin: 0;
  margin-bottom: 20px;
}
.linkrow {
  font-size: .8em;
  margin-top: 20px;
  border-top: 1px solid #333;
  padding-top: 15px;
  display: flex;
  justify-content: center;
}
.linkrow a {
  margin: 0 12px;
  display: inline-block;
}
.morecitywrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.morecitywrapper .morecitycol {
  width: 30%;
}
.fixedparallaximg {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.menu {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin: 0 auto;
  height: 100px;
  justify-content: center;
}
.logo-wrap {
  width: auto;
  height: 90px;
  margin-top: 10px;
}
.logo {
  width: auto;
  height: calc(100px - 20px);
}
.menu-wrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  flex-grow: 1;
  align-self: flex-end;
}
.menu-item {
  font-size: 1em;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  padding: 0 15px;
  height: 100px;
  line-height: 100px;
  transition: all ease .3s;
  letter-spacing: .2em;
  font-weight: 300;
}
.menu-item:hover {
  background-color: #e71b80;
  color: #fff;
}
.menu-item.is-active {
  background-color: #e71b80;
  color: #fff;
}
.binding {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
.content.workcontent .row {
  display: block;
}
.row {
  display: block;
  max-width: 100%;
  padding: 40px 0 90px 0;
}
.row.center {
  text-align: center;
}
.row.lastrow {
  padding-bottom: 90px;
}
.row.nopaddingtop {
  padding: 0px 10px;
}
.row.smallpad {
  padding-bottom: 0;
}
.row.smallpad h2 {
  margin-bottom: 0;
}
.row img {
  width: 100%;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none !important;
}
.row-headline {
  margin: 0;
  font-size: 3.0em;
  margin-bottom: 10px;
}
.socialwrap {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 40px 0 20px 0;
}
ul.socialmedia {
  padding: 0;
  margin: 0;
  list-style: none;
}
.socialmedia li {
  display: inline-block;
}
.socialmedia li a.icon {
  position: relative;
  width: 60px;
  height: 60px;
  margin: 0 15px;
  text-align: center;
  display: inline-block;
  background-image: url(../../static/images/socialmedia-02.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 500%;
}
.socialmedia li a.icon:hover {
  opacity: .8;
  text-decoration: none;
}
.socialmedia li a.icon.fb {
  background-position: -180px 0;
}
.socialmedia li a.icon.vi {
  background-position: 0 0;
}
.socialmedia li a.icon.insta {
  background-position: -120px 0;
}
.socialmedia li a.icon.yt {
  background-position: -30px 0;
}
.socialmedia li a.icon.in {
  background-position: -120px 0;
}
footer {
  background-color: #e71b80;
  /* Old browsers */
  width: 100%;
  position: relative;
}
footer p {
  color: #fff;
  margin-bottom: 10px;
}
.dreieck {
  width: 30px;
  height: 30px;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #000;
  left: 50%;
  margin-top: 0px;
  position: absolute;
  z-index: 1;
  margin-left: -30px;
  top: 0px;
}
a.triangle {
  width: 40px;
  height: 40px;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 40px solid #e71b80;
  left: 50%;
  margin-top: -40px;
  z-index: 1;
  margin-left: -40px;
  top: 0;
  position: absolute;
}
a.triangle:after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  margin-left: -6px;
  margin-top: 30px;
  border-top: 2px solid;
  border-left: 2px solid;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  color: #fff;
  transition: all .5s ease;
}
a.triangle:hover:after {
  margin-top: 25px;
}
.f-left,
fleft {
  float: left;
}
.f-right,
fright {
  float: right;
}
.loginwrap {
  background-color: #fff;
  z-index: 99999;
  text-align: center;
  padding: 30px 40px;
  -webkit-box-shadow: 0 0 3px 1px rgba(50, 50, 50, 0.8);
  box-shadow: 0 0 3px 1px rgba(50, 50, 50, 0.8);
  -moz-box-shadow: 0 0 3px 1px rgba(50, 50, 50, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  min-width: 300px;
  margin-bottom: 50px;
}
.loginwrap h3 {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.loginwrap input {
  width: 100%;
  margin-bottom: 5px;
  padding: 10px;
  background-color: #f7f7f7;
  border: 1px solid #ccc;
}
.loginwrap .loginbtn {
  width: 100%;
  background-color: #000;
  color: #fff;
  border: none;
  padding: 10px;
  cursor: pointer;
}
.loginwrap .loginbtn:hover {
  background-color: #0074a5;
}
.login-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 888;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.footer-wrap {
  padding: 50px 0 50px 0;
  font-size: .9em;
  overflow: hidden;
}
.footerzeile {
  width: 100%;
  text-align: left;
  color: #fff;
  font-size: 1.0em;
  line-height: 140%;
  font-weight: 100;
  margin-bottom: 50px;
}
.footerzeile img.footerlogo {
  width: 300px;
  margin: 0 auto;
  margin-bottom: 20px;
  float: right;
}
.footerzeile a {
  color: #fff !important;
}
.footerzeile a:visited {
  color: #fff !important;
}
.footerzeile a:hover {
  color: #ddd !important;
}
.footerlinks {
  font-size: .8em;
  border-top: 1px solid #fff;
  padding-top: 15px;
  text-align: right;
  width: 100%;
}
.footerlinks a {
  color: #fff !important;
}
.footerlinks a:visited {
  color: #fff !important;
}
.footerlinks a:hover {
  color: #ddd !important;
}
.footer-item {
  color: #000;
  margin-bottom: 10px;
}
.footer-logo {
  height: auto;
  width: 100%;
  margin: auto 0;
  margin-top: 15px;
}
.swiper-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: calc(100vh - 100px);
  background-color: #cccccc;
}
.swiper-container.small {
  width: 100%;
  height: calc(60vh - 100px);
}
.swiper-container-single {
  width: 100%;
  position: relative;
}
.swiper-container-single::after {
  content: "";
  display: block;
  padding-bottom: 25%;
}
.slide-height {
  position: absolute;
  height: 100%;
  width: 100%;
}
.swiper-slide {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.swiper-button-prev {
  margin-left: 0;
  width: 30px !important;
  background-size: contain !important;
  background-repeat: no-repeat;
  opacity: .5;
}
.swiper-button-prev:hover {
  opacity: .9;
}
.swiper-button-next {
  margin-right: 0;
  width: 30px !important;
  background-size: contain !important;
  background-repeat: no-repeat;
  opacity: .5;
}
.swiper-button-next:hover {
  opacity: .9;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #bbb !important;
  opacity: 1 !important;
}
.swiper-pagination-bullet {
  background: #ddd !important;
  opacity: .6 !important;
}
.slider-wrap {
  width: 90%;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.swiper-container-single .slider-wrap {
  padding: 6% 20px 30px 60px;
}
.master.is-scrolled .scroll-arrow {
  opacity: .6;
}
.scroll-arrow,
a.scroll-arrow {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-image: url('../images/scroll-arrow.svg');
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center center;
  opacity: .8;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  bottom: 50px;
  z-index: 5;
  transition: all 1s ease;
  color: transparent;
  display: inline-block;
  background-color: #e71b80;
}
.scroll-arrow:hover,
a.scroll-arrow:hover {
  opacity: .8;
}
.scroll-arrow.bounce,
a.scroll-arrow.bounce {
  -moz-animation: bounce 4s infinite;
  -webkit-animation: bounce 4s infinite;
  animation: bounce 4s infinite;
  -moz-animation-iteration-count: 3;
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
  color: transparent !important;
}
.swiper-container-single .scroll-arrow {
  bottom: 10px;
}
.spacer {
  height: 100px;
  width: 100%;
}
.master.is-scrolled.spacer {
  height: 100px;
  width: 100%;
}
.parallax {
  height: 560px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.button,
a.btn {
  background-color: #fff;
  color: #e71b80;
  font-weight: bold;
  font-size: 1.3em;
  padding: 15px 20px;
  transition: all ease .3s;
  text-decoration: none;
  margin: 10px 0 0 0;
  display: inline-block;
}
.button:hover,
a.btn:hover {
  background-color: #0074a5;
  color: #fff;
}
.btn,
a.btn {
  font-size: .9em;
  background-color: #e71b80;
  display: inline-block;
  color: #fff;
  padding: 4px 12px;
  text-decoration: none;
  transition: all ease .3s;
  margin-top: 5px;
  border-radius: 4px;
  text-align: center;
}
.btn:hover,
a.btn:hover {
  background-color: #bb167d;
}
.btn.white,
a.btn.white {
  background-color: #fff;
  color: #333 !important;
  width: 100%;
  text-transform: uppercase;
}
.btn.blue,
a.btn.blue {
  background-color: #1876f2;
  width: 100%;
  text-transform: uppercase;
}
ul.pluslist {
  margin: 15px 0;
  padding: 0;
}
ul.pluslist li {
  padding-left: 20px;
  list-style: none;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 15px;
  display: block;
}
ul.pluslist li a {
  color: #fff;
}
ul.pluslist li:before {
  content: "+";
  margin-right: 8px;
  color: #e71b80;
  font-weight: 700;
  margin-left: -15px;
}
.zitatzeile {
  background-color: #e71b80;
  padding: 60px 30px;
  text-align: center;
  color: #fff;
  position: relative;
  font-size: 1.1em;
}
.zitatzeile h2 {
  color: #fff;
  line-height: 150%;
}
.zitatzeile h3 {
  color: #fff;
  font-size: 0.8em;
}
@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@media only screen and (max-width: 1440px) {
  .content.workcontent {
    max-width: 1000px;
  }
}
@media only screen and (max-width: 1280px) {
  .content.workcontent {
    max-width: 900px;
  }
}
@media only screen and (max-width: 1024px) {
  .content.workcontent {
    max-width: 760px;
  }
}
@media only screen and (max-width: 768px) {
  .nobr {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .row {
    padding: 40px 0;
  }
  a.tonext {
    margin: 30px auto;
  }
  .secondpricebox {
    margin-top: 50px;
  }
  .bgzitat {
    height: 200px;
    max-height: 200px;
  }
  .bgzitat-two {
    height: 200px;
    max-height: 200px;
  }
  .nomobile {
    display: none !important;
  }
  .row-headline.workheadline {
    font-size: 1.0em !important;
    padding-top: 10px;
  }
  .content.abstand {
    width: 100%;
  }
  .row.abstand {
    padding: 30px 0;
  }
  .row.abstand p {
    width: 90%;
    margin: 0 auto;
  }
  .row.center {
    text-align: center;
  }
  .row.center p {
    font-size: .9em;
  }
  .nobr {
    display: none;
  }
  body {
    font-size: .9em;
  }
  a[href^="tel"] {
    color: inherit;
    /* Inherit text color of parent element. */
    text-decoration: none;
    /* Remove underline. */
    /* Additional css `propery: value;` pairs here */
  }
  .footerlinks {
    text-align: center;
    font-size: .8em;
  }
  .zitatzeile {
    padding: 50px 10px;
    font-size: .6em;
  }
  a.squareabstand,
  .squareabstand {
    width: calc(100% / 2 - 10px);
  }
  a.square {
    width: calc(100% / 2);
  }
  a.squareinternabstand {
    width: calc(100% / 2 - 10px);
  }
  .swiper-container-single .slider-wrap {
    padding: 6% 20px 30px 15px;
  }
  .swiper-container-single::after {
    content: "";
    display: block;
    padding-bottom: 35%;
  }
  p {
    line-height: 140%;
  }
  h1 {
    font-size: 1.5em;
  }
  .heyzinewrap {
    height: 62vh;
    min-height: 420px;
  }
  .row-headline {
    margin: 0;
    font-size: 1.8em;
  }
  .content {
    padding: 10px 0;
  }
  h2 {
    font-size: 2.1em;
  }
  .scroll-arrow {
    width: 40px;
    height: 25px;
    margin-left: -20px;
    bottom: 35px;
  }
  .swiper-button-next {
    width: 25px !important;
  }
  .nomobile {
    display: none;
  }
  .column.half {
    width: 100%;
  }
  .column.third {
    width: 100%;
  }
  .column.two-thirds {
    width: 100%;
  }
}
@media only screen and (max-width: 520px) {
  .menu {
    height: 82px;
  }
  .logo {
    height: 62px;
  }
  .spacer {
    height: 82px;
  }
  .menu-item {
    height: 82px;
    line-height: 82px;
    letter-spacing: .08em;
    padding: 0 10px;
  }
  .binding {
    width: 92%;
  }
  .linkrow {
    flex-wrap: wrap;
    gap: 10px;
  }
  .linkrow a {
    margin: 0 6px;
  }
  .popup {
    right: 10px;
    bottom: 10px;
    width: calc(100% - 20px);
  }
  .popup-content {
    padding: 18px;
    text-align: left;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
/* pop up Cookies ===================================================================================/*/
.popup {
  opacity: 0;
  position: fixed;
  transition: all .3s ease;
  pointer-events: none;
  -webkit-box-shadow: 0 0 3px 1px rgba(25, 25, 25, 0.5);
  box-shadow: 0 0 3px 1px rgba(25, 25, 25, 0.5);
  -moz-box-shadow: 0 0 3px 1px rgba(25, 25, 25, 0.5);
  bottom: 20px;
  right: 20px;
  width: 90%;
  max-width: 450px;
  max-height: 90vh;
  overflow: hidden;
  z-index: -1;
  text-align: justify;
}
.popup.is-active {
  z-index: 999999999;
  opacity: 1;
  pointer-events: auto;
}
.morecookieinfos {
  font-size: .9em;
  border: 1px solid transparent;
  overflow: hidden;
  max-height: 0;
  transition: all .5s ease;
}
.morecookieinfos.is-open {
  padding: 10px;
  overflow: auto;
  max-height: 600px;
  border: 1px solid #ccc;
  background-color: #eee;
}
.popup-btn {
  padding: 9px;
  background-color: #000000;
  color: #fff !important;
  cursor: pointer;
  text-align: center;
  text-decoration: none !important;
  margin-top: 20px !important;
  border: 0;
  display: block;
  width: 100%;
  font: inherit;
  line-height: 1.4;
}
.popup-btn:hover {
  background-color: #555555;
}
.popup-box {
  position: relative;
  background-color: #fafafa;
  background-clip: padding-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.popup-content {
  width: 100%;
  padding: 25px;
  overflow-x: hidden;
  overflow-y: auto;
  color: #000;
  font-size: .8em;
  box-sizing: border-box;
  line-height: 1.5em;
}
.popup-content strong {
  color: #555555;
}
.popup-content span {
  margin-bottom: 15px;
  font-weight: bold;
  display: block;
  margin-top: 0;
}
.popup-content span:after {
  content: '';
  display: block;
  height: 1px;
  width: 15px;
  margin-top: 10px;
  background: #444444;
  transition: all 1s ease;
}
.popup-content a {
  color: #666;
  font-weight: bold;
  display: block;
  margin-top: 10px;
}
.popup-content a:hover {
  color: #000000;
}
.popup-content:before {
  display: table;
  content: "";
}
.popup-content:after {
  display: table;
  clear: both;
  content: "";
}
.popup-close:hover,
.popup-close:focus {
  opacity: 1;
}
@media only screen and (max-width: 520px) {
  .popup {
    right: 10px;
    bottom: 10px;
    width: calc(100% - 20px);
  }
  .popup-content {
    padding: 18px;
    text-align: left;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
/* ubuntu-300 - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/ubuntu-v15-latin-300.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../fonts/ubuntu-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/ubuntu-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/ubuntu-v15-latin-300.woff') format('woff'), /* Modern Browsers */ url('../fonts/ubuntu-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/ubuntu-v15-latin-300.svg#Ubuntu') format('svg');
  /* Legacy iOS */
}
/* ubuntu-regular - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/ubuntu-v15-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../fonts/ubuntu-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/ubuntu-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/ubuntu-v15-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/ubuntu-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/ubuntu-v15-latin-regular.svg#Ubuntu') format('svg');
  /* Legacy iOS */
}
/* ubuntu-500 - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/ubuntu-v15-latin-500.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../fonts/ubuntu-v15-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/ubuntu-v15-latin-500.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/ubuntu-v15-latin-500.woff') format('woff'), /* Modern Browsers */ url('../fonts/ubuntu-v15-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/ubuntu-v15-latin-500.svg#Ubuntu') format('svg');
  /* Legacy iOS */
}
/* ubuntu-700 - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/ubuntu-v15-latin-700.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../fonts/ubuntu-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/ubuntu-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/ubuntu-v15-latin-700.woff') format('woff'), /* Modern Browsers */ url('../fonts/ubuntu-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/ubuntu-v15-latin-700.svg#Ubuntu') format('svg');
  /* Legacy iOS */
}
