* {
  box-sizing: border-box;
}
html {
  margin: 0;
  padding: 0;
  width: 100%;
  letter-spacing: 0.05em;
}
html.no-scroll {
  overflow-y: hidden;
  padding-right: 10px;
}
.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000000000;
  transform: translateY(-150%);
  background: #000000;
  color: #ffffff;
  padding: 8px 12px;
  text-decoration: none;
  transition: transform .2s ease;
}
.skip-link:focus {
  transform: translateY(0);
}
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
body {
  font-size: 1.1em;
  line-height: 1.8em;
  padding: 0;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  width: 100%;
  background-color: #007fa3;
}
.maincontant {
  background-color: #ffffff;
}
.maincontant:last-child {
  padding-bottom: 60px;
}
.trennerimage {
  width: 100%;
  height: 300px;
}
header {
  width: 100%;
  min-height: 80px;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
  z-index: 100;
  transition: all 1s ease;
}
.master.is-scrolled .header {
  background-color: #ffffff;
  transition: all 1s ease;
  top: 0;
}
.galhead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
}
.galhead .btn {
  margin: 0;
}
.bloglistwrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.bloglistwrapper a.bloglisteintrag,
.bloglistwrapper .bloglisteintrag {
  display: flex;
  width: 100%;
}
.bloglistwrapper a.bloglisteintrag:hover,
.bloglistwrapper .bloglisteintrag:hover {
  background-color: #ffffff;
}
.bloglistwrapper .bloglistimage {
  min-width: 25%;
  max-width: 25%;
}
.bloglistwrapper .bloglistimage img {
  width: 100%;
}
.bloglistwrapper .bloglistdescr {
  flex-grow: 1;
  margin-left: 50px;
  padding: 0 30px 10px 0;
}
.bloglistwrapper .bloglistdescr h2 {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
.bloglistwrapper .blogdate {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 6px 0;
  font-size: .9em;
  margin-bottom: 15px;
}
.bloglistwrapper .blogtrenner {
  width: 100%;
  position: relative;
}
.bloglistwrapper .blogtrenner::after {
  content: "";
  clear: both;
  width: 300px;
  display: block;
  margin: 0 auto;
  position: relative;
  height: 40px;
  background-image: url(../images/graue-blende.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin-top: 50px;
  margin-bottom: 50px;
}
.colhalf {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.colhalf .col {
  width: 46%;
  margin-bottom: 30px;
}
.blogdate {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 6px 0;
  font-size: .9em;
  margin-bottom: 15px;
  overflow: hidden;
  justify-content: space-between;
  display: flex;
  align-items: center;
}
a.tonext {
  display: block;
  position: relative;
  margin: 60px auto;
  padding: 0;
  width: 50px;
  height: 50px;
  background-color: #222222;
  transition: all .5s ease;
  background-image: url(../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: #007fa3;
  -webkit-transform: translateY(6px);
  -moz-transform: translateY(6px);
  transform: translateY(6px);
}
.squareabstandwrapper {
  width: calc(100% + 0px);
  margin-left: 0;
  overflow: hidden;
  padding: 5px;
}
a.squareabstand {
  position: relative;
  width: calc(100% / 2 - 10px);
  margin: 5px;
  background-color: #cccccc;
  display: inline-block;
  float: left;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
a.squareabstand:after {
  content: "";
  display: block;
  padding-bottom: 56%;
}
.squareabstandcontent {
  position: absolute;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  margin: 5px;
  opacity: .9;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 1s ease;
  font-size: 3em;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-shadow: 2px 2px 4px #000000;
}
.squareabstand:hover .squareabstandcontent {
  opacity: .5;
  padding-top: 40%;
  font-size: 2em;
}
.squareinternabstandwrapper {
  width: calc(100% + 0px);
  margin-left: 0;
  overflow: hidden;
  padding: 5px;
}
a.squareinternabstand {
  position: relative;
  width: calc(100% / 4 - 10px);
  margin: 5px;
  background-color: #cccccc;
  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: #000000;
  opacity: 0;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 1s ease;
  font-size: .7em;
}
.squareinternabstand:hover .squareinternabstandcontent {
  opacity: .8;
}
.squarewrapper {
  width: 100%;
  overflow: hidden;
}
a.square {
  position: relative;
  width: calc(100% / 5);
  background-color: #cccccc;
  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: #000000;
  opacity: 0;
  color: #ffffff;
  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;
}
.swiper-container.workswipecontainer {
  width: 100%;
  height: 100%;
  margin-top: 10px;
}
.swiper-container.workswipecontainer .swiper-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
}
.swiper-container.workswipecontainer::after {
  content: "";
  display: block;
  padding-bottom: 56%;
}
.workpagination {
  position: relative !important;
  margin: 0 auto;
  padding-top: 10px;
}
.workpagination .swiper-pagination-bullet {
  margin: 2px;
}
p {
  line-height: 150%;
  font-size: 1.0em;
  color: #222222;
}
.singleheaderimage {
  width: 100%;
  height: 300px;
  background-size: auto 300px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #eeeeee;
}
h1 {
  color: #007fa3;
  font-size: 2.1em;
  margin-top: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .1em;
}
h2 {
  color: #007fa3;
  font-size: 1.5em;
  margin-top: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .1em;
}
h3 {
  color: #222222;
}
a {
  color: #555;
  text-decoration: none;
}
.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;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.logo-wrap {
  width: auto;
  height: 80px;
}
.logo {
  width: auto;
  height: 80px;
}
.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: #888888;
  padding: 0 15px;
  height: 80px;
  line-height: 80px;
  transition: all ease .3s;
  letter-spacing: .1em;
  font-weight: 400;
  text-transform: uppercase;
}
.menu-item:hover {
  background-color: #007fa3;
  color: #ffffff;
}
.menu-item.is-active {
  background-color: #007fa3;
  color: #ffffff;
}
a:focus-visible,
button:focus-visible,
.menu-item:focus-visible,
.btn:focus-visible,
.footer-item:focus-visible,
.popup-btn:focus-visible {
  outline: 3px solid #000000;
  outline-offset: 3px;
}
.content {
  background-color: #ffffff;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
}
ul.pluslist {
  margin: 10px 0;
  padding: 0;
}
ul.pluslist li {
  list-style: none;
  padding-left: 20px;
  margin-bottom: 10px;
}
ul.pluslist li:before {
  content: "•";
  margin-right: 6px;
  color: #007fa3;
  font-weight: 700;
  margin-left: -15px;
}
.halfboxwrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  align-items: stretch;
}
.halfbox {
  width: 48%;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  flex-direction: column;
}
.content.workcontent .row {
  display: block;
}
.row {
  display: block;
  max-width: 100%;
  padding: 30px 10px 60px 10px;
}
.row.center {
  text-align: center;
}
.row.nopaddingtop {
  padding: 0 10px;
}
.row.smallpad {
  padding-bottom: 0;
}
.row.smallpad h2 {
  margin-bottom: 0;
}
.row img {
  width: 100%;
}
.row-headline {
  margin: 0;
  font-size: 2.5em;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: .1em;
}
footer {
  background-color: #007fa3;
  width: 100%;
  position: relative;
}
footer p {
  color: #ffffff;
  margin-bottom: 10px;
}
a.triangle {
  width: 40px;
  height: 40px;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 40px solid #007fa3;
  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: #ffffff;
  transition: all .5s ease;
}
a.triangle:hover:after {
  margin-top: 25px;
}
.f-left,
.fleft {
  float: left;
}
.f-right,
.fright {
  float: right;
}
.loginwrap {
  background-color: #ffffff;
  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 #cccccc;
}
.loginwrap .loginbtn {
  width: 100%;
  background-color: #000000;
  color: #ffffff;
  border: none;
  padding: 10px;
  cursor: pointer;
}
.loginwrap .loginbtn:hover {
  background-color: #007fa3;
}
.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 {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
  font-size: .9em;
  overflow: hidden;
}
.footerzeile {
  width: 100%;
  text-align: left;
  color: #333;
  font-size: 1.0em;
  line-height: 140%;
  font-weight: 100;
  margin-bottom: 50px;
}
.footerzeile img.footerlogo {
  width: 100px;
  margin: 0 auto;
  margin-bottom: 20px;
  float: right;
}
.footerzeile a {
  color: #ffffff !important;
}
.footerzeile a:visited {
  color: #ffffff !important;
}
.footerzeile a:hover {
  color: #ddd !important;
}
.footerlinks {
  font-size: 1.0em;
  text-align: center;
  width: 100%;
}
.footerlinks a {
  color: #ffffff !important;
}
.footerlinks a:visited {
  color: #ffffff !important;
}
.footerlinks a:hover {
  color: #cccccc !important;
}
a.footer-item,
.footer-item {
  color: #ffffff;
  margin: 5px 20px;
  display: inline-block;
}
.footer-logo {
  height: auto;
  width: 60%;
  margin: auto 0;
  margin-top: 15px;
}
.swiper-container {
  width: 100%;
  height: calc(100vh - 80px);
  background-color: #f1f1f1;
}
.swiper-container.small {
  width: 100%;
  height: calc(60vh - 80px);
}
.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;
  position: relative;
}
.swiper-slide.galerie {
  background-size: contain;
}
.bildinfo {
  position: absolute;
  bottom: 20px;
  right: 0;
  text-align: right;
}
.bildinfo h5 {
  font-size: .9em;
  background-color: #ffffff;
  padding: 2px 5px;
  font-weight: 500;
  margin: 0;
}
.bildinfo h6 {
  font-size: .8em;
  background-color: #ffffff;
  display: inline-block;
  padding: 2px 5px;
  margin: 0;
}
.swiper-wrapper.is-hidden .bildinfo {
  display: none;
}
.swiper-button-prev {
  background-image: url('../images/prev-button.png') !important;
  margin-left: 10px;
  width: 30px !important;
  background-size: contain !important;
  background-repeat: no-repeat;
  opacity: .7;
}
.swiper-button-prev:hover {
  opacity: 1;
}
.swiper-button-next {
  background-image: url('../images/next-button.png') !important;
  margin-right: 10px;
  width: 30px !important;
  background-size: contain !important;
  background-repeat: no-repeat;
  opacity: .7;
}
.swiper-button-next:hover {
  opacity: 1;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: none;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: none;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #007fa3 !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 {
  width: 60px;
  height: 32px;
  background-image: url('../images/scroll-arrow.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  opacity: 0;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: 50px;
  z-index: 5;
  transition: all 1s ease;
}
.scroll-arrow:hover {
  opacity: .8;
}
.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;
}
.swiper-container-single .scroll-arrow {
  bottom: 10px;
}
.spacer {
  height: 80px;
  width: 100%;
}
.master.is-scrolled.spacer {
  height: 80px;
  width: 100%;
}
.parallax {
  height: 560px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.button {
  background-color: #ffffff;
  color: #555555;
  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 {
  background-color: #007fa3;
  color: #ffffff;
}
.btn {
  font-size: .7em;
  background-color: #555555;
  border: 0;
  box-decoration-break: clone;
  color: #ffffff;
  padding: 5px 10px;
  text-decoration: none;
  transition: all ease .3s;
  margin-top: 5px;
  display: inline-block;
  cursor: pointer;
}
.btn:hover {
  background-color: #007fa3;
}
.zitatzeile {
  background-color: #329ad7;
  padding: 60px 30px;
  text-align: center;
  color: #ffffff;
  font-size: 1.1em;
}
.zitatzeile h2 {
  color: #ffffff;
  font-weight: 300;
}
.zitatzeile h3 {
  color: #ffffff;
  font-size: 0.8em;
}
img.portraitvita {
  width: 100%;
  display: inline-block;
}
.burger {
  display: none;
  position: relative;
  background: transparent;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 48px;
  height: 48px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  cursor: pointer;
  -webkit-transition: background .3s;
  z-index: 99999999;
  transition: all 1s ease;
  margin-left: auto;
}
.burger:focus {
  outline: 0;
}
.burger span {
  display: block;
  position: absolute;
  top: 22px;
  left: 9px;
  right: 9px;
  height: 3px;
  background: #000000;
}
.burger span::after,
.burger span::before {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #000000;
  content: "";
}
.burger span::before {
  top: -10px;
}
.burger span::after {
  bottom: -10px;
}
.burgertox {
  background-color: transparent;
}
.burgertox span {
  -webkit-transition: background 0 .3s;
  transition: background 0 0.3s;
}
.burgertox span::after,
.burgertox span::before {
  -webkit-transition-duration: .3s, .3s;
  transition-duration: .3s, .3s;
  -webkit-transition-delay: .3s, 0;
  transition-delay: 0.3s, 0;
}
.burgertox span::before {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}
.burgertox span::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
}
.burgertox.is-active {
  background-color: transparent;
}
.burgertox.is-active span {
  background: 0 0;
}
.burgertox.is-active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.burgertox.is-active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.burgertox.is-active span::after,
.burgertox.is-active span::before {
  -webkit-transition-delay: 0s, .3s;
  transition-delay: 0s, 0.3s;
}
@-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) {
  .parallax {
    height: 400px;
  }
  .content.workcontent {
    max-width: 900px;
  }
}
@media only screen and (max-width: 1024px) {
  .parallax {
    background-attachment: inherit;
    height: 500px;
  }
  .content.workcontent {
    max-width: 760px;
  }
}
@media only screen and (max-width: 1023px) {
  .colhalf {
    display: block;
  }
  .colhalf .col {
    width: 100%;
  }
  .bloglistwrapper {
    display: block;
    justify-content: space-between;
    flex-direction: column;
  }
  .bloglistwrapper a.bloglisteintrag,
  .bloglistwrapper .bloglisteintrag {
    display: block;
    width: 100%;
  }
  .bloglistwrapper .bloglistimage {
    min-width: 100%;
    max-width: 100%;
  }
  .bloglistwrapper .bloglistimage img {
    width: 100%;
    margin-bottom: 20px;
  }
  .bloglistwrapper .bloglistdescr {
    margin-left: 0;
  }
  .zitatzeile {
    padding: 50px 10px;
    font-size: .8em;
  }
  .halfbox {
    width: 100%;
  }
  .singleheaderimage {
    height: 200px;
    background-size: auto 200px;
  }
}
@media only screen and (max-width: 768px) {
  .nobr {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .logo {
    width: auto;
    height: 50px;
    margin-top: 15px;
  }
  .nomobile {
    display: none !important;
  }
  .workswipecontainer {
    height: 34vh !important;
  }
  .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;
  }
  .footerzeile {
    text-align: center;
  }
  .footerzeile img.footerlogo {
    width: 34%;
    float: none;
    margin-bottom: 30px;
  }
  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: 30px 10px;
    font-size: .6em;
  }
  a.squareabstand {
    width: calc(100% / 1 - 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%;
  }
  .row-headline {
    margin: 0;
    font-size: 1.6em;
  }
  .content {
    padding: 10px 0;
  }
  h2 {
    font-size: 1.2em;
  }
  .menu-wrap {
    position: fixed;
    background-color: #ffffff;
    width: 100%;
    left: 0;
    right: 0;
    top: 80px;
    height: 0;
    overflow: hidden;
    transition: all .5s ease;
    flex-direction: column;
    justify-content: flex-start;
    font-size: 1.6em;
  }
  .menu-wrap.is-open {
    overflow: auto;
    height: 100vh;
    box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.4);
    padding-top: 10px;
  }
  .burger {
    display: block;
  }
  .swiper-container {
    height: calc(54vh - 80px);
  }
  .slider-wrap {
    padding: 0 0 10px 0;
  }
  .swiper-button-prev {
    width: 25px !important;
  }
  .scroll-arrow {
    width: 40px;
    height: 25px;
    margin-left: -20px;
    bottom: 35px;
  }
  .swiper-button-next {
    width: 25px !important;
  }
  .nomobile {
    display: none;
  }
  .parallax {
    background-attachment: inherit;
    height: 250px;
  }
  .column.half {
    width: 100%;
  }
  .column.third {
    width: 100%;
  }
  .column.two-thirds {
    width: 100%;
  }
  .footer-logo {
    height: auto;
    width: 75%;
    float: left;
    margin-top: 15px;
  }
}
/* 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 #cccccc;
  background-color: #eee;
}
button.popup-btn {
  border: 0;
  display: block;
  width: 100%;
  font: inherit;
  padding: 9px;
  background-color: #000000;
  color: #ffffff !important;
  cursor: pointer;
  text-align: center;
  text-decoration: none !important;
  margin-top: 20px !important;
}
button.popup-btn:hover {
  background-color: #007fa3;
}
.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: #000000;
  font-size: .9em;
  box-sizing: border-box;
  line-height: 1.5em;
}
.popup-content h4 {
  margin-bottom: 15px;
  font-weight: bold;
  margin-top: 0;
}
.popup-content h4: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: #007fa3;
}
.popup-content:before {
  display: table;
  content: "";
}
.popup-content:after {
  display: table;
  clear: both;
  content: "";
}
.popup-close:hover,
.popup-close:focus {
  opacity: 1;
}
/* roboto-100 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/roboto-v20-latin-100.eot');
  /* IE9 Compat Modes */
  src: local('Roboto Thin'), local('Roboto-Thin'), url('../fonts/roboto-v20-latin-100%EF%B9%96.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/roboto-v20-latin-100.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/roboto-v20-latin-100.woff') format('woff'), /* Modern Browsers */ url('../fonts/roboto-v20-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/roboto-v20-latin-100.svg#Roboto') format('svg');
  /* Legacy iOS */
}
/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-v20-latin-300.eot');
  /* IE9 Compat Modes */
  src: local('Roboto Light'), local('Roboto-Light'), url('../fonts/roboto-v20-latin-300%EF%B9%96.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/roboto-v20-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/roboto-v20-latin-300.woff') format('woff'), /* Modern Browsers */ url('../fonts/roboto-v20-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/roboto-v20-latin-300.svg#Roboto') format('svg');
  /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v20-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'), url('../fonts/roboto-v20-latin-regular%EF%B9%96.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/roboto-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/roboto-v20-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/roboto-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/roboto-v20-latin-regular.svg#Roboto') format('svg');
  /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto-v20-latin-500.eot');
  /* IE9 Compat Modes */
  src: local('Roboto Medium'), local('Roboto-Medium'), url('../fonts/roboto-v20-latin-500%EF%B9%96.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/roboto-v20-latin-500.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/roboto-v20-latin-500.woff') format('woff'), /* Modern Browsers */ url('../fonts/roboto-v20-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/roboto-v20-latin-500.svg#Roboto') format('svg');
  /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v20-latin-700.eot');
  /* IE9 Compat Modes */
  src: local('Roboto Bold'), local('Roboto-Bold'), url('../fonts/roboto-v20-latin-700%EF%B9%96.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/roboto-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/roboto-v20-latin-700.woff') format('woff'), /* Modern Browsers */ url('../fonts/roboto-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/roboto-v20-latin-700.svg#Roboto') format('svg');
  /* Legacy iOS */
}
/* roboto-900 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/roboto-v20-latin-900.eot');
  /* IE9 Compat Modes */
  src: local('Roboto Black'), local('Roboto-Black'), url('../fonts/roboto-v20-latin-900%EF%B9%96.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/roboto-v20-latin-900.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/roboto-v20-latin-900.woff') format('woff'), /* Modern Browsers */ url('../fonts/roboto-v20-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/roboto-v20-latin-900.svg#Roboto') format('svg');
  /* Legacy iOS */
}
