@charset "utf-8";
/* CSS Document */

:root {
  --green: #18e418;
  --lightgreen: #85e085;
  --grey: #545454;
  --text: #29292d;
  --midgrey: #868686;
  --lightgrey: #e6e6e6;
  --verlauf: radial-gradient(circle at 100% 100%, #1fff1f 0%, rgb(6 243 113) 100%);
}

/* open-sans-300 - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url('../fonts/open-sans-v18-latin-ext_latin-300.woff2') format('woff2'),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/open-sans-v18-latin-ext_latin-300.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-regular - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url('../fonts/open-sans-v18-latin-ext_latin-regular.woff2') format('woff2'),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/open-sans-v18-latin-ext_latin-regular.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-600 - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url('../fonts/open-sans-v18-latin-ext_latin-600.woff2') format('woff2'),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/open-sans-v18-latin-ext_latin-600.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-700 - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../fonts/open-sans-v18-latin-ext_latin-700.woff2') format('woff2'),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/open-sans-v18-latin-ext_latin-700.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-800 - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url('../fonts/open-sans-v18-latin-ext_latin-800.woff2') format('woff2'),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/open-sans-v18-latin-ext_latin-800.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* fira-sans-regular - latin */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 400;
  src: local(''),
    url('../fonts/fira-sans-v11-latin-regular.woff2') format('woff2'),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/fira-sans-v11-latin-regular.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* fira-sans-600 - latin */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 600;
  src: local(''),
    url('../fonts/fira-sans-v11-latin-600.woff2') format('woff2'),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/fira-sans-v11-latin-600.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* fira-sans-700 - latin */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 700;
  src: local(''),
    url('../fonts/fira-sans-v11-latin-700.woff2') format('woff2'),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/fira-sans-v11-latin-700.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

html {
  height: 100%;
}

body {
  margin: 0;
  height: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8em;
  color: #29292d;
  color: var(--text);
  caret-color: transparent;
}

h1,
h2,
h3,
h4 {
  color: #29292d;
  color: var(--text);
  font-weight: 700;
  font-family: "Fira Sans", sans-serif;
  margin-bottom: 1.5em;
}

h1 {
  font-size: 1.6em;
  line-height: 1em;
}

section {
  position: relative;
}

section:nth-of-type(1) {
  background-color: #fff;
}

section:nth-of-type(1) .sectiontitle {
  color: #b0b0b0;
}

section:nth-of-type(2) {
  background-color: #fff;
}

section:nth-of-type(2) .sectiontitle {
  color: #b0b0b0;
}

section:nth-of-type(3) {
  background-color: #b0ffba;
}

section:nth-of-type(3) .sectiontitle {
  color: #fff;
}

section:nth-of-type(4) {
  background-color: #fff;
}

section:nth-of-type(4) .sectiontitle {
  color: #b0b0b0;
}

.sectiontitle {
  font-size: 1.3em;
  text-transform: uppercase;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.content h1:first-of-type {
  font-size: 3em;
  margin-top: 7px;
  margin-bottom: 40px;
}

section:nth-child(even) .content h1:first-of-type,
section:nth-child(even) .sectiontitle {
  text-align: center;
}

#impressum-ds-wrapper h1:first-child,
#impressum-ds-wrapper h2:first-child {
  margin-top: 0;
}

a {
  color: #29292d;
  color: var(--text);
  text-decoration: none;
}

a:hover {
  color: #545454;
  color: var(--green);
}

#container {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#impressum-header {
  display: block;
  position: relative;
  height: 78px;
  width: 100%;
  background-color: #fff;
}

#header {
  display: block;
  position: relative;
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-color: #545454;
  background-color: var(--grey);
  overflow: hidden;
}

#headerimage {
  position: fixed;
  height: inherit;
  width: 100%;
  object-fit: cover;
}

.headertel {
  position: relative;
  left: 27px;
  top: 27px;
  color: #fff;
  line-height: 1em;
  font-size: 17px;
}

.headertel a {
  color: #fff;
}

.headertel svg {
  float: left;
  margin-right: 10px;
  margin-top: 1px;
  fill: #fff;
}

#loading {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 100000;
}

#loading-bg {
  background: #fff;
  opacity: 1;
  transition: opacity 0.7s;
  width: 100%;
  height: 100%;
}

#ladelogo {
  opacity: 1;
  transition: opacity 1s;
}

#ladelogo img {
  width: 100%;
  height: auto;
}

#ladelogo .logotype {
  opacity: 0;
}

.logo,
#ladelogo {
  position: absolute;
  width: 300px;
  top: 50vh;
  transform: translate(-50%, -50%);
  left: 50%;
}

.logo img {
  width: 100%;
  height: auto;
}

.logotype {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5%;
  width: 77%;
}

.logotype img {
  width: 100%;
  height: auto;
}

#header-mobile {
  position: fixed;
  display: block;
  background: none;
  z-index: 10000;
  width: 100%;
  top: 0;
}

#logo-mobile {
  height: 60px;
  position: absolute;
  left: 35px;
  bottom: 70px;
  display: block;
  opacity: 0;
  transition: opacity 0.5s ease 0s;
}

#logo-mobile img {
  height: 100%;
}

#logotype-mobile {
  display: none;
  position: absolute;
  left: 20px;
  margin-top: 4px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10000;
}

#logotype-mobile img {
  max-width: 130px;
  width: 26vw;
}

#menubutton {
  position: absolute;
  top: 27px;
  right: 27px;
  height: 19px;
  width: 30px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 100000;
}

.menubar {
  background: #18e418;
  background: var(--verlauf);
  width: 100%;
  height: 3px;
  border-radius: 1.5px;
  align-self: center;
  transition: 0.3s ease 0s;
}

#overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.5s ease 0s;
}

#nav-wrapper {
  height: auto;
  position: absolute;
  top: 90px;
  left: 35px;
  right: 35px;
  max-width: 300px;
  white-space: nowrap;
}

#legal-wrapper {
  display: flex;
  position: absolute;
  bottom: 31px;
  left: 35px;
  opacity: 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 11px;
  text-transform: uppercase;
  transition: opacity 0.5s ease 0s;
}

#legal-wrapper span,
#legal-wrapper a {
  margin-right: 20px;
}

@media(max-height:600px) and (orientation: landscape) {
  #nav-wrapper {
    top: 27px;
  }

  #logo-mobile {
    left: auto;
    right: 35px;
    bottom: 30px;
  }
}

@media(max-height:300px) and (orientation: landscape) {

  #legal-wrapper {
    left: auto;
    right: 125px;
  }
}


#nav {
  display: none;
  background: url('../images/nav_background.png');
  background: rgba(255, 255, 255, 0.95);
  position: fixed;
  right: 0;
  height: 100%;
  width: 0%;
  color: #29292d;
  color: var(--text);
  top: 0;
  transition: width 0.5s ease 0s;
  z-index: 10000;
  overflow: hidden;
  box-shadow: -4px 0px 7px 0px #00000038;
}

#nav span:hover {
  cursor: pointer;
}

#nav a {
  color: #222222;
}

.nav-item {
  opacity: 0;
  left: 50%;
  transform: translateX(-50%);
  clear: both;
  position: relative;
  padding-bottom: 11px;
  font-size: 7vmin;
  line-height: 1.2em;
  font-weight: 700;
  font-family: "Fira Sans", sans-serif;
  text-transform: uppercase;
  transition: opacity 0.5s ease 0s;
}

.nav-item:last-child {
  margin-bottom: 0;
  border: none;
}

#spacer {
  display: block;
  height: 85px;
}

#impressum-wrapper {
  position: relative;
  background: #fff;
  overflow: hidden;
  top: 0;
  z-index: 10;
}

#impressum-ds-wrapper {
  float: left;
  max-width: 930px;
}

#ga {
  max-width: 930px;
  padding-top: 80px;
}

#ga-wrapper {
  margin-top: 90px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

#ga-wrapper a {
  margin-right: 15px;
  margin-bottom: 15px;
}

#ga-wrapper a:hover {
  color: inherit;
}

.ga-element {
  position: relative;
  width: 192px;
  height: 192px;
  background-color: #b0ffba;
  border-radius: 8px;
  float: left;
}

.ga-element img {
  transition: scale 1s;
  width: 100%;
}

.ga-element img:hover {
  scale: 0.9;
}

.ga-name {
  font-weight: bold;
  position: absolute;
  bottom: 0;
  margin: 0px 15px 15px 15px;
}

#insta {
  position: sticky;
  bottom: 0;
  height: 0;
  overflow: visible;
}

#insta a {
  position: absolute;
  bottom: 27px;
  left: 27px;
  color: #fff;
  display: block;
  height: 30px;
  align-content: center;
}

@keyframes instarotate {
  0% {
    rotate: 0deg;
    scale: 100%;
  }

  2% {
    scale: 100%;
  }

  10% {
    scale: 80%;
  }

  18% {
    scale: 100%;
  }

  20% {
    rotate: -720deg;
    scale: 100%;
  }

  80% {
    rotate: -720deg;
    scale: 100%;
  }

  82% {
    scale: 100%;
  }

  90% {
    scale: 80%;
  }

  98% {
    scale: 100%;
  }

  100% {
    rotate: 0deg;
    scale: 100%;
  }
}

#instalogo {
  width: 30px;
  margin-right: 15px;
  height: 30px;
  float: left;
}

.instanimation {
  animation-name: instarotate;
  animation-duration: 5s;
  animation-delay: 2s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
}

#insta a p {
  margin: 0;
  line-height: 30px;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  width: 0%;
}

.textreveal {
  animation: reveal 5s 2s steps(19,end) 1;
}

#instatext {
  display: inline-block;
}

@keyframes reveal {
  0% { width:0% }
  2% { width:0% }
  18% { width:100% }
  82% { width:100% }
  98% { width:0% }
  100% { width:0% }
}

#wrapper {
  position: relative;
  background: #fff;
  overflow: hidden;
  box-shadow: 0px 4px 10px;
}

.content-wrapper {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
  box-sizing: border-box;
}

#leistungen .content-wrapper {
  padding-bottom: 60px;
}

#ueber-uns .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#ueber-uns .content {
  flex: 1;
}

.content {
  box-sizing: border-box;
  display: block;
  position: relative;
  margin: 0px auto;
  font-size: 16px;
  padding: 90px 35px 35px 35px;
}

#willkommentext {
  max-width: 600px;
  width: 100%;
  padding-right: 50px;
  margin-bottom: 40px;
}

#topausbilder {
  position: relative;
  right: 0;
  max-width: 450px;
}

#topausbilder img {
  max-width: 100%;
}

#kontakt .content {
  padding-top: 50px;
}

.highlighttext {
  position: relative;
  border: 8px solid;
  padding: 5px 35px;
  border-radius: 15px;
  margin: 60px 0;
}

.highlighttext:last-child {
  margin-bottom: 0;
}


.gruenkontur {
  border-color: #b0ffba;
}

.weisskontur {
  border-color: #fff;
}

.graukontur {
  border-color: #fff;
}

.gruenkontur:after {
  content: url(../images/sprechblase_gruen.svg);
  position: absolute;
  bottom: -40px;
  right: 8px;
}

.weisskontur:after {
  content: url(../images/sprechblase_weiss.svg);
  position: absolute;
  bottom: -40px;
  left: 8px;
}

.graukontur:after {
  content: url(../images/sprechblase_grau.svg);
  position: absolute;
  bottom: -40px;
  right: 8px;
}


#leistungenimage {
  position: relative;
  background: #ffe9de;
}

#leistungenbild {
  width: 109%;
  height: auto;
  position: relative;
  right: -35px;
  bottom: -55px;
  max-width: 500px;
}

#leistungenschrift {
  position: absolute;
  width: 1360px;
  left: 360px;
  top: -46px;
}

#kontaktimage {
  height: 490px;
  position: relative;
}

#ueberimage {
  display: block;
}

#ueberimage img,
#ueberimage-desktop img {
  width: 100%;
  height: auto;
}

#ueberimage-desktop {
  display: none;
  width: 50%;
  right: 0;
  box-sizing: border-box;
  padding: 90px 35px 90px 35px;
  line-height: 0;
}

#kontaktimage img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}

#kontaktimage .content {
  position: absolute;
  bottom: 0;
  padding-bottom: 50px;
}

#kontaktimage .content .sectiontitle {
  color: #b0ffba;
}

#kontaktimage .content h1 {
  color: #fff;
  margin-bottom: 0;
}

.kontakttitel {
  display: none;
}

.anfahrttablet {
  display: block;
  position: relative;
  width: 100%;
  padding: 35px;
  box-sizing: border-box;
}

.kontakttablet {
  display: block;
  position: relative;
  top: 0;
  width: 100%;
  padding: 35px;
  box-sizing: border-box;
}

.anfahrttablet img,
.kontakttablet img {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%);
  width: 100%;
  height: auto;
  max-width: 370px;
}

.slider_content {
  height: 400px;
  margin: 40px 0 140px;
  padding: 0 35px;
}

.slider_content img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.slider_text {
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  margin-top: 25px;
}

#slider-background {
  position: absolute;
  width: 100vw;
  left: 0;
  bottom: 0;
}

#slider-background img {
  position: relative;
  width: 100%;
  min-width: 2000px;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 250px;
}


@media (min-width:1241px) {
  #impressum-wrapper .content {
    display: flex;
    justify-content: space-between;
  }

  #impressum-wrapper .spalte1 {
    margin-left: auto;
  }

  .zweibreit {
    width: 440px;
  }

  #impressum-ds-wrapper {
    display: flex;
    width: 930px;
  }

  .impressum {
    margin-right: 75px;
  }

  #ga {
    padding-top: 280px;
  }
}

.block {
  background: #e6e6e6;
  max-height: 600px;
  line-height: 0;
}

.block img {
  width: 100%;
  height: auto;
}

#map {
  width: 100%;
  height: 500px;
}

.popup-logo {
  position: relative;
}

#footer {
  display: block;
  position: relative;
  font-size: 17px;
  line-height: 11px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1150px;
  padding: 100px 0 20px 0;
}

#footer-wrapper {
  width: 100%;
  background: #fff;
  color: #29292d;
  color: var(--text);
  padding-bottom: 66px;
}

#footer a {
  color: #29292d;
  color: var(--text);
}

#footer a:hover {
  color: #545454;
  color: var(--green);
}

#footer span:hover {
  color: var(--green);
  cursor: pointer;
}

.footer-logo {
  position: absolute;
  left: 0;
  margin-top: 11px;
  height: 60px;
  width: auto;
}

.footer-logo img {
  height: 100%;
  width: auto;
}

.footer-column {
  display: table-cell;
  float: left;
  width: 50%;
  height: 100%;
  margin: 0;
}

.footer-column p {
  height: 11px;
  white-space: nowrap;
}

.left svg {
  float: left;
  margin-top: -3px;
  margin-right: 10px;
  margin-bottom: -1px;
}

.footer-column:last-child {
  margin-right: 0;
}

.footer-column:nth-child(3) {
  height: 1px;
}

.left {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: table;
}

.right {
  width: 600px;
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

.greenline {
  stroke: #29292d;
  stroke: var(--text);
}

.greenfill {
  fill: #29292d;
  fill: var(--text);
}

.spalte1 {
  margin-left: 0;
  padding-top: 80px;
}

.zweibreit {
  max-width: 468px;
}

.woosh-container {
  width: 3px;
  height: 36px;
  background: none;
  position: fixed;
  overflow: hidden;
  bottom: 90px;
  right: 50%;
  border-radius: 3px;
}

@keyframes woosh {
  0% {
    top: 100%;
  }

  40% {
    opacity: 1;
  }

  50% {
    top: -100%;
    opacity: 0;
  }


  100% {
    top: -100%;
  }
}

.woosh {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  position: relative;
  top: 100%;
  background: var(--verlauf);
  animation-name: woosh;
  animation-duration: 3s;
  animation-delay: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0, 0.69, 0.33, 0.38);
}

#impressum-logo-wrapper {
  width: 119px;
  margin-top: 80px;
  margin-right: 100px;
  float: left;
}

#impressum-logo img {
  width: 100%;
  height: auto;
}

#impressum-wrapper .content {
  padding-top: 0;
}

@media(min-width:900px) {
  .content {
    padding-bottom: 100px;
  }

  #willkommen .content {
    display: flex;
  }

  #topausbilder {
    margin-left: auto;
  }

  #leistungen .content {
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
  }

  #anfahrt .content {
    width: 50%;
    margin: 0;
  }

  #kontakt .content {
    width: 50%;
    margin-right: 0;
  }

  .anfahrttablet {
    right: 0;
    height: calc(100% - 500px);
  }

  .kontakttablet {
    height: 100%;
  }

  .anfahrttablet,
  .kontakttablet {
    position: absolute;
    top: 0;
    width: 50%;
  }

  .anfahrttablet img,
  .kontakttablet img {
    transform: translate(-50%, -50%);
  }

  #ueberimage {
    display: none;
  }

  #ueberimage-desktop {
    display: block;
  }
}


@media(min-width:1240px) {

  .content-wrapper {
    padding: 125px 35px;
  }

  #leistungen .content-wrapper {
    padding-bottom: 125px;
  }

  #leistungen .content {
    margin: 0 auto 60px auto;
  }

  #ueber-uns {
    background: #efefef;
  }

  #ueber-uns .content-wrapper {
    align-items: flex-start;
  }

  #ueber-uns .content {
    padding-right: 60px;
  }

  #ueberimage-desktop {
    padding-top: 0;
    padding-bottom: 0;
  }

  .slider_content {
    height: 600px;
  }

  #slider-background img {
    margin-bottom: 350px;
  }

  #impressum-wrapper .content-wrapper {
    padding-top: 0;
  }

  .content {
    padding: 0;
    margin: 0;
  }

  #kontakt .content {
    width: 370px;
    padding: 0;
  }

  #kontaktimage {
    position: absolute;
    left: 50%;
  }

  #kontaktimage img {
    height: 700px;
    width: 500px;
    position: relative;
    top: -90px;
  }

  #kontaktimage .content {
    display: none;
  }

  .kontakttitel {
    display: block;
  }

  .anfahrttablet,
  .kontakttablet {
    display: none;
  }

  #anfahrt .content {
    width: 370px;
    float: right;
  }

  #map-wrapper {
    width: 660px;
  }

  #map {
    height: 660px;
  }
}

@media(max-width:1240px) {

  #footer {
    margin-bottom: 0px;
    padding: 70px 35px 20px 35px;
    width: auto;
  }

  .footer-logo {
    position: absolute;
    left: 5%;
    margin-top: 16px;
  }

  .left {
    float: none;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    display: table;
  }

  .right {
    width: 600px;
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    float: none;
  }

  .footer-column {
    display: table-cell;
    width: 50%;
    margin: 0;
  }
}

@media (max-width:900px) {

  #nav {
    max-width: 900px;
  }

  .nav-item {
    font-size: 10vmin;
  }

  .logo,
  #ladelogo {
    width: 50%;
    max-width: 250px;
  }

  #spacer {
    display: block;
    height: 85px;
  }

  #footer-wrapper {
    padding-bottom: 0;
  }

  #footer {
    overflow: hidden;
  }

  .footer-logo {
    position: absolute;
    right: 35px;
    left: auto;
  }

  .left .footer-column:first-child {
    margin-top: 0;
  }

  .left .footer-column:last-child {
    position: relative;
  }

  .right .footer-column:last-child {
    /*		border-top: 0.5px solid var(--lightgrey);*/
    padding-top: 15px;
    clear: both;
    margin-top: 50px;
    text-transform: uppercase;
    font-size: 13px;
    display: flex;
    justify-content: space-between;
  }

  .footer-column {
    display: block;
    float: none;
    width: auto;
    height: auto;
    margin-right: auto;
    margin-left: 0;
    margin-top: 50px;
  }

  .footer-column p {
    display: block;
    margin-left: 0;
    margin-right: 0;
    width: fit-content;
  }

  .left {
    width: auto;
    margin-left: 0;
  }

  .right {
    float: none;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    padding: 0;
  }
}

@media (max-width:500px) {

  #impressum-wrapper .content {
    font-size: 14px;
    line-height: 1.6em;
  }

  #ga-wrapper a {
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .ga-element {
    width: 140px;
    height: 140px;
  }

  .footer-logo {
    float: none;
    position: absolute;
    bottom: 150px;
    left: 50%;
    margin-top: 0;
    transform: translateX(-50%);
    height: 65px;

  }

  .right .footer-column:last-child {
    margin-top: 230px;
  }

  .right .footer-column:first-child {
    display: none;
  }

  #footer {
    text-align: center;
  }

  .left {
    margin-left: auto;
  }

  .footer-column p {
    width: auto;
  }

  .left svg {
    margin-right: 5px;
    float: none;
  }
}

@media (max-height:700px) and (orientation: landscape) {

  .logo,
  #ladelogo {
    width: 50vh;
  }

}

@media(max-height:500px) {

  .woosh-container {
    bottom: 50%;
    right: 27px;
    transform: translateY(50%);
  }
}

@media(min-height:900px) {
  .nav-item {
    font-size: 3.8em;
  }
}

@media (max-width:440px) {
  .left .footer-column p:last-child a {
    white-space: normal;
    line-height: 25px;
  }
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}