@charset "utf-8";
/* CSS Document */

/* open-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v43-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/open-sans-v43-latin-300.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v43-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/open-sans-v43-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* open-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v43-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/open-sans-v43-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* Open Sans Condensed - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/opensans-condensedbold-webfont.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/OpenSans-CondensedBold.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* lobster-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lobster';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lobster-v32-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/lobster-v32-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}


* {
  margin: 0;
  padding: 0;
}

html,
body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 1.5;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: 'Open Sans Condensed', sans-serif;
  text-transform: uppercase;
}

hr {
  width: 100%;
  height: 3px;
  border: none;
  background: url(res/dot_green.png) repeat;
}



a {
  text-decoration: none;
  color: inherit;
  transition: all 0.2s ease-in-out;
}

a:hover {
  color: #041;
}


header {
  margin: 0;
  padding: 0;
  width: 100%;
  position: absolute;
  top: 0;
}

strong {
  font-weight: 700
}


#browser-update {
  display: none
}

#browser-update + label {
  display: block;
  position: fixed;
  bottom: 4%;
  left: 10%;
  width: 80%;
  background: #fff;
  color: #f60;
  outline: 2px solid #f80;
  z-index: 101;
  padding: 2em;
  font-weight: 700;
  text-align: center;
}

#browser-update + label:after {
  content: "X";
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.3em;
}

#browser-update:checked + label {
  display: none;
}

#browser-update + label:hover:after {
  color: #f80;
}

@supports (display: flex) {
  #browser-update + label {
    display: none
  }
}


#phone_top {
  position: relative;
  display: inline-block;
  float: right;
  margin: 0.5em 1em 0 0;
  padding: 8px;
  font-size: 24px;
  color: #FFF;
}

#phone_top:after {
  content: "";
  display: table;
  clear: both;
}

#button_notdienst {
  font-size: 24px;
  text-align: center;
  background-color: #ab282d;
  margin-top: 0.2em;
  padding: 0.2em 0.5em 0.2em 0.5em;
  border: 1px solid white;
}

#button_notdienst:hover {
  background-color: #e70008;
}


#header_highlight {
  color:white;
  background-color:#ab282d;
  padding: 0.5em 1em;
  border-top: 1px solid white;
}

.slogan {
  color: #FFF;
  text-shadow: 0 1px 6px rgba(0, 16, 8, 1);
  position: absolute;
  bottom: 1em;
  margin: 1% 2%;
  z-index: 100;
}

.slogan div:nth-of-type(1) {
  font-family: 'Lobster', cursive;
  font-size: 4rem;
  font-size: 3vw;
  line-height: 1.0em;
}

.slogan div:nth-of-type(2) {
  font-size: 2.0rem;
  font-size: 1.5vw;
  font-weight: 700;
  text-align: right;
  line-height: 1.2em;
  line-height: 1.0em;
}


#firstpage .slogan {
  width: 100%;
  bottom: 5%;
  text-align: center;
}

#firstpage .slogan div:nth-of-type(1) {
  font-size: 6rem;
  font-size: 5vw;
}

#firstpage .slogan div:nth-of-type(2) {
  font-size: 3rem;
  font-size: 3vw;
  text-align: center;
}



#button_up {
  width: 70px;
  height: 70px;
  position: fixed;
  bottom: 2em;
  right: 2em;
  background: url(res/button_up.png) center no-repeat;
  background-size: cover;
  z-index: 120;
  transition: all 0.2s ease-in-out;
}

#button_up:hover {
  background: url(res/button_up_hover.png) center no-repeat;
  background-size: cover;
}

@media (max-width: 1920px) {
  #button_up {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 1440px) {
  #button_up {
    width: 40px;
    height: 40px;
  }
}

#firstpage {
  position: relative;
  width: 100%;
  min-height: 100%;
  height: 600px;
  height: 100vh;
  overflow: hidden;
}

/* schwarzer Verlauf am unteren Bildrand */
#bg_slideshow div {
  position: relative;
  /* Weitere Styles für die Slideshow */
}

#bg_slideshow div::before {
  content: '';
  position: absolute;
  bottom: 0; /* Positioniert das Overlay am unteren Rand */
  left: 0;
  width: 100%;
  height: 33.33%; /* Nur im unteren Drittel des Bildes */
  /* Der Verlauf von 80% Schwarz (unten) nach 0% Schwarz (oben) */
  background: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0));
  z-index: 1; /* Über dem Bild, unter dem Text */
}

#bg_slideshow {
  background-image: url(img/banner_03.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 120px;
  left: 0;
  overflow: hidden;
  z-index: 99;
}

#bg_slideshow div {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  font-weight: 700;
  overflow: hidden;
}

#bg_slideshow div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

@keyframes bgAnimation {
  0% {
    opacity: 1
  }

  12.5% {
    opacity: 1
  }

  15% {
    opacity: 0;
    animation-timing-function: ease-out;
  }

  98% {
    opacity: 0;
  }

  100% {
    opacity: 1;
    animation-timing-function: ease-in;
  }

}

#bg_slideshow div:nth-of-type(1) {
  animation: bgAnimation 40s linear infinite 0s;
  animation-delay: -41s;
}

#bg_slideshow div:nth-of-type(2) {
  animation: bgAnimation 40s linear infinite 0s;
  animation-delay: -36s;
}

#bg_slideshow div:nth-of-type(3) {
  animation: bgAnimation 40s linear infinite 0s;
  animation-delay: -31s;
}

#bg_slideshow div:nth-of-type(4) {
  animation: bgAnimation 40s linear infinite 0s;
  animation-delay: -26s;
}

#bg_slideshow div:nth-of-type(5) {
  animation: bgAnimation 40s linear infinite 0s;
  animation-delay: -21s;
}

#bg_slideshow div:nth-of-type(6) {
  animation: bgAnimation 40s linear infinite 0s;
  animation-delay: -16s;
}

#bg_slideshow div:nth-of-type(7) {
  animation: bgAnimation 40s linear infinite 0s;
  animation-delay: -11s;
}

#bg_slideshow div:nth-of-type(8) {
  animation: bgAnimation 40s linear infinite 0s;
  animation-delay: -6s;
}




#header_top {
  width: 100%;
  min-height: 90px;
  background-color: #041;
  background-image: url(res/bg_header_top.jpg);
  background-position: top;
  background-size: 100% 100%;
  position: relative;
  z-index: 100;
  overflow: visible
}

#logo {
  position: relative;
  padding: 0.8em;
  width: 25%;
  min-width: 250px;
  height: auto;
  overflow: hidden;
  z-index: 110;
}


#nav_main {
  font-family: 'Open Sans Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 1.5em;
  width: 100%;
  background: whitesmoke;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.8);
  position: relative;
  position: sticky;
  text-align: center;
  z-index: 100;

}

#nav_main > a,
#nav_main > .subnav {
  display: inline-block;
  margin: 0 0.4em;
  padding: 0.1em 0;
  vertical-align: top;
}

#nav_main > .subnav {
  position: relative;
  display: inline-block;
}

#nav_main > .subnav a {
  display: block;
}

#nav_main > .subnav > div {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s;
  padding: 0 0.4em;
  margin: 0;
  background: url(res/bg_fur_white.jpg) repeat;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.8);
}

#nav_main > .subnav:hover > div {
  max-height: 10em;
}





#praxis {
  box-sizing: border-box;
  width: 100%;
  padding: 20%;
  padding: 2em 15%;
  height: auto;
  position: relative;
  background: #ffc;
  overflow: auto;
}










#contentpage {
  width: 100%;
  min-height: 100%;
  background: #FFC;
}

#contentpage hr {
  width: 100%;
  background: url(res/dot_green.png) repeat;
  
}

.team {
  color: white;
  letter-spacing: 1.5px;
  width: 100%;
  text-align: center;
  background: #091a0d;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #091a0d 0%, #4c753a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #091a0d 0%, #4c753a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #091a0d 0%, #4c753a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#091a0d', endColorstr='#4c753a', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}


.team a {
  display: inline-block;
  width: 250px;
  height: 250px;
  background-position: center;
  background-size: cover;
  margin: 10px;
}

.perso {
  position: relative;
  display: inline-block;
  border-radius: 160px;
  box-shadow: 0 10px 20px 0px rgba(21, 57, 19, 0.479);
  box-sizing: border-box;
  overflow: hidden;
  border: 4px solid #fff;
}


.perso:hover {}

.perso > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-size: auto 105%;
  background-position: center;
  filter: sepia(0.1) hue-rotate(0deg) contrast(1) brightness(1) saturate(1.2);
  transition: filter 0.5s ease-in-out;
  /*box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.626) inset;*/
  backface-visibility: hidden;
}

.perso:hover > div {
  filter: sepia(1) hue-rotate(-42deg) contrast(1.1) brightness(1.1) saturate(1.2);
}

.perso p {
  font-family: 'Lobster', cursive;
  font-size: 3rem;
  position: absolute;
  top: 0;
  left: 50%;
  text-align: center;
  -webkit-transform: translateY(-300px) translateX(-50.5%);
  transform: translateY(-120px) translateX(-50.5%);
  margin-top: 30px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-weight: 700;
  font-size: 2em;
  line-height: 1.2;
  color: #fff;
  text-shadow: 1px 2px 15px rgba(0, 0, 0, 0.5);
  -webkit-filter: sepia(0) hue-rotate(0deg) contrast(1) saturate(1);
  filter: sepia(0) hue-rotate(0deg) contrast(1) saturate(1);
  backface-visibility: hidden;
}


.perso:hover p {
  -webkit-transform: translateY(60px) translateX(-50.5%);
  transform: translateY(60px) translateX(-50.5%);
}

.job p, .job:hover p {
  transform: translateY(0.5em) translateX(-50.5%);
}

.job {
  background-color: #9ac78a;
}
.job:hover {
  
  background-color: #abe298;
}

.jobs {
  text-align: center;
  margin: 2em 0;
}

.jobs p {
  margin: 0.8em 0;
}

.container_flex {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  align-items: stretch;
  justify-content: flex-start;
}

.container_flex div:last-of-type:after {
  content: "";
  clear: both;
  display: table;
}

.container_flex > div:not(.header) {
  position: relative;
  width: 50%;
  margin: 0;
  float: left;
  flex: 1 1 auto;
  box-sizing: border-box;
  padding: 2em;
  min-height: 800px;
  min-height: 60vh;
  border-bottom: 2px solid #fff;
  overflow: hidden;
}



.container_flex > div.image {
  position: relative;
  background-color: #8c3;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.container_flex > div.image.dual {
  padding: 0;
}


.container_flex > div.image > .subimage {
  display: block;
  height: 50%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.container_flex > div.image > .subimage:nth-of-type(1) {
  border-bottom: 2px solid #fff;
}


@media (min-width: 1800px) {
  .container_flex > div.image > div.subimage {
    height: 100%;
  }

  .container_flex > div.image > div.subimage:nth-of-type(n) {
    display: none
  }
}
.text ul >li,
.text p {
  hyphens: auto;
}

.text + .image,
.image + .text {
  border-left: 2px solid #fff;
}

div.header,
div.footer {
  width: 100%;
  height: 50px;
  flex: 1 0 auto;
  background-color: #041;
  background-image: url(res/bg_header.jpg);
  background-position: center;
  background-size: 100% 100%;
  overflow: hidden;
  text-transform: uppercase;
  font-size: 22px;
  color: #FFF;
  position: relative;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  z-index: 10;
}



.header h1 {
  margin-left: 60px;
}

.header h1:before {
  position: absolute;
  top: 0;
  left: 0;
  content: url(res/bg_header_bullet.jpg);

}

table {
  width: 100%;
  border-collapse: collapse;
  min-height: 100px;
  background: #f1ffcc;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #f1ffcc 0%, #dfefbf 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #f1ffcc 0%, #dfefbf 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #f1ffcc 0%, #dfefbf 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1ffcc', endColorstr='#dfefbf', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

td {
  padding: 2em;
  width: 50%;
  border: 2px solid #FFF;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

td b,
i,
a,
br {
  margin: 0;
}

td li {
  list-style-image: url(res/bullet_green.png);
}

td img {
  width: 100%;
  max-width: 960px;
  height: auto;
  margin: 0;
  visibility: hidden;
}


.gallery {
  width: 100%;
  text-align: center;  
  display: flex;
  flex-flow: row wrap;
  
  background: #091a0d;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #091a0d 0%, #4c753a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #091a0d 0%, #4c753a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #091a0d 0%, #4c753a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#091a0d', endColorstr='#4c753a', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}


.gallery img {
  display: inline-block;
  width: 12%;
  min-width: 150px;
  max-width: 400px;
  margin: 0.5em;
  height: auto;
  border: 2px solid white;
  border-radius: 4px;
  flex: 1 0 150px;
}


.gallery_small {
  position: relative;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}

.gallery_small a {
  display: inline-block;
  position: relative;
  width: 20%;
  flex: 1 0 auto;
  margin: 0.3em;
}

.gallery_small img {
  box-sizing: border-box;
  width: 100%;
  min-width: 50px;
  height: auto;
  border: 2px solid #666;
  border-radius: 4px;
  visibility: visible;
}


@supports (display: flex) and (object-fit:cover) {
  .gallery {
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    padding: 1em;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
  }

  .gallery a {
    flex: 1 1 12%;
    max-width: 300px;
    min-width: 100px;
    height: 200px;
    margin: 0.5rem;
    overflow: hidden;
    border: 2px solid #fff;
    border-radius: 4px;
    font-size: 0;
  }

  .gallery a img {
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: cover;
    border: none;
  }

  @media (max-width: 640px) {
    .gallery a {
      max-width: 200px;
    }
  }
}

@supports (display: grid) and (object-fit:cover) {
  .gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-auto-rows: 200px;
    grid-column-gap: 1em;
    grid-row-gap: 1.2em;
  }
  
  .gallery a, .gallery img {
    margin: 0;
    display: block;
  }
}

.contact {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  font-size: 20px;
  width: 100%;
  background: #091a0d;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #091a0d 0%, #4c753a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #091a0d 0%, #4c753a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #091a0d 0%, #4c753a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#091a0d', endColorstr='#4c753a', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */

}

.contact div {
  display: inline-block;
  float: left;
  width: 25%;
  flex: 1 1 20%;
  border: none;
  margin: 0.5em;
  padding: 0.3em;
  background: #ffc;
  border: 2px solid #FFF;
  min-width: 300px;
}

.contact p {
  margin: 0.5em 1em;
}

.contact b {
  font-weight: 700;
}


#googlemap {
  overflow: hidden;
  height: 300px;
  width: 100%;
  display: block;
}


@media (min-height: 400px) {
  #googlemap {
    height: 250px;
  }
}

@media (min-height: 600px) {
  #googlemap {
    height: 300px;
  }
}

@media (min-height: 800px) {
  #googlemap {
    height: 500px;
  }
}

@media (min-height: 1000px) {
  #googlemap {
    height: 700px;
  }
}

@media (min-height: 1500px) {
  #googlemap {
    height: 1000px;
  }
}

#googlemap {
  height: 60vh;
}


@media (min-width: 1200px) {
  .container_flex > div.text {
    padding: 5em 10%;
  }
}

@media (max-width: 960px) {

  #nav_main > a,
  #nav_main > .subnav {
    display: inline-block;
    margin: 0 0.4em;
    padding: 0.1em 0;
    vertical-align: top;
  }

  
  .container_flex > div:not(.header) {
    width: 100%;
    min-height: 0;
  }

  #praxis {
    padding: 1em;
  }

  

  div.image {
    order: 1;
  }

  div.text {
    order: 2;
  }

  .container_flex > div.image {
    height: 300px;
    height: 40vh;
    padding: 0;
  }


  .container_flex > div.image > div.subimage {
    height: 100%;
  }

  .container_flex > div.image > div.subimage {
    height: 100%;
  }


  .container_flex > div {
    border: 1px solid #fff;
    border-width: 1px 0;
  }

  .slogan {
    width: 100%;
    margin: 20;
  }

  .slogan div:nth-of-type(n) {
    text-align: center
  }

  .gallery a:nth-of-type(n+9) {
    display: none
  }

  .slogan div:nth-of-type(1) {
    font-size: 2rem;
  }

  .slogan div:nth-of-type(2) {
    font-size: 1.4rem;
  }
}

@media (max-width: 600px) {
  body {
    scroll-behavior: normal;
  }



  #firstpage {
    height: auto;
    min-height: 0;
  }

  #bg_slideshow,
  #firstpage .slogan {
    background-image: none;
    display:none;

  }

  header {
    position: relative;
  }

  #logo {
    min-width: 0;
    width: 100%;
    margin: 0;
  }

  #phone_top {
    font-size: 1.5rem;
    float: none;
    padding: 1em;
  }

  #phone_top span {
    display: none;
  }

  #nav_main .subnav:hover div {
    display: none;
  }

  #nav_main .subnav {
    width: 100%;
    margin: 0
  }

  #nav_main {
    line-height: 1.1em;
    list-style: none;
  }

  #nav_main a {
    margin: 0;
    width: 100%;
    display: list-item;
    border-bottom: 1px solid #333;
  }

  #nav_main {
    border-bottom: 3px solid #260;
  }


  .team a {
    width: 100px;
    height: 150px;
    margin: 0;
    border-width: 2px;
    border-radius: 5%;
  }

  .perso {
    position: relative;
    filter: none;
  }

  .perso > div {
    border-radius: 5%;
    filter: none;
  }

  .perso p {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.65rem;
    margin: 0;
    bottom: 0;
    top: auto;
    left: 0;
    width: 100%;
    height: auto;
    position: absolute;
    transform: none;
  }

  .perso:hover > div {
    filter: none;
  }

  .perso:hover p {
    transform: none;
  }

  .contact div {
    box-sizing: border-box;
    display: inline-block;
    float: left;
    width: 90%;
    flex: 1 1 90%;
    border: none;
    margin: 0;
    padding: 0.3em;
    border: 1px solid #080;
    min-width: 300px;
  }

}

#link_impressum {
  float: right;
  margin: 12px 95px;
  font-size: 18px;
  font-family: 'Open Sans Condensed', sans-serif;
}

#link_impressum:hover {
  color: #bf6;
}