@import url("https://fonts.googleapis.com/css?family=Lato");
body {
  height: auto;
  width: 100vw;
  overflow-x: hidden;
}

* {
  font-family: 'Lato', sans-serif;
  margin: 0;
  padding: 0;
}

a {
  color: black;
  outline: none;
  text-decoration: none;
}

.site-wrapper {
  height: auto;
  width: 100vw;
  max-width: 100vw;
  z-index: 0;
}

.header {
  height: 200px;
  width: 100%;
  top: 0;
  background: rgb(65 163 219);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  font-size: 1.2em;
  font-weight: 400;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.55);
          box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.55);
  z-index: 10;
}

.header .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: calc(100% - 20px);
  width: 400px;
  max-width: calc( 20% - 20px);
  padding: 10px;
}

.header .logo img {
  height: auto;
  max-height: 100%;
}

.logo_header > img{
    width: 300px;
    position: absolute;
    right: 15px;
    bottom: 0;
    top: 533px;
    z-index: 999;
}

.header .menu {
  width: 1200px;
  max-width: calc(80% - 50px);
  height: calc(100% - 70px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 35px;
  padding-right: 15px;
  -webkit-transition: .2s;
  transition: .2s;
}

.header .menu .point-menu-outer {
  cursor: pointer;
  position: relative;
  padding: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  z-index: 3;
}

.header .menu .point-menu-outer b {
  color: #fff;
}

.header .menu .point-menu-outer.active b {
  color: #369ffa;
}

.header .menu .point-menu-outer .after {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .menu .point-menu-outer .after b {
  color: white;
}

.header .menu .point-menu-outer:hover {
  -webkit-transition: .2s;
  transition: .2s;
}

.header .menu .active {
  background: white;
}

.banner {
  position: relative;
  height: auto;
  width: 100% !important;
  margin-top: 0 !important;
  display: inline-block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  pointer-events: none;
}

.banner div {
  width: 500px;
  margin: 0;
  max-width: calc(90% - 70px);
  text-align: center;
  background: #292727da;
  color: white;
  padding: 35px;
  height: auto;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 80px;
}

.banner div h2 {
  margin-top: 20px;
}

.container {
  height: 33.3vw;
  width: 100%;
}

.content-wrap {
  width: 100%;
  height: auto;
  padding-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.content-wrap h1 {
  margin-top: 40px;
  text-align: center;
  color: #777777;
}

.content-wrap h2 {
  text-align: center;
  margin-top: 10px;
  color: #777777;
}

.content-wrap h3 {
  text-align: center;
  margin-top: 10px;
  color: #777777;
}

.content-wrap h4 {
  text-align: center;
  margin-top: 5px;
  color: #777777;
}

.content-wrap ul {
  margin-left: 20px;
  margin-bottom: 50px;
}

.content-wrap .content-head {
  width: 600px;
  max-width: calc(95% - 20px);
}

.content-wrap .gallery {
  padding-top: 60px;
  padding-bottom: 20px;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.content-wrap .content-main {
  margin-top: 40px;
  width: 900px;
  max-width: calc(95% - 20px);
}

.content-wrap .content-main p {
  text-align: justify;
  font-size: 1.05em;
}

.content-wrap .split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 50px;
}

.content-wrap .split p {
  width: 50%;
  padding: 25px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.content-wrap .split div {
  width: 50%;
}

.content-wrap .split div div {
  padding: 20px;
  background: #cee8ff;
  margin: 20px;
  width: calc(100% - 80px);
}

.content-wrap .split div div:first-child {
  margin-top: 0px;
}

.content-wrap .split div div:last-child {
  margin-bottom: 0px;
}

.content-wrap .split img {
  width: 50%;
  max-width: 450px;
  max-width: 100%;
  height: auto;
  max-height: 600px;
}

.content-wrap .triple {
  width: 1300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.content-wrap .triple .triple-item {
  width: calc(31%);
  min-width: 300px;
  height: auto;
  background: #848484;
  margin-bottom: 35px;
  position: relative;
}

.content-wrap .triple .triple-item b {
  position: absolute;
  top: 15px;
  background: #ffffffad;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 260px;
  left: calc(50% - 130px);
  text-align: center;
}

.content-wrap .triple .triple-item img {
  width: 100%;
  height: auto;
}

.content-wrap .triple .triple-item div {
  width: calc(100% - 30px);
  height: auto;
  padding: 15px;
  color: #ecf0f1;
  font-size: 1.05em;
}

.content-wrap .triple .triple-item div li {
  margin-bottom: 15px;
}

.content-wrap .triple .empty {
  background: transparent;
}

.content-wrap .content-leistung {
  width: 900px;
  max-width: calc(95% - 20px);
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 80px;
}

.content-wrap .content-leistung .leistung-inner {
  cursor: default;
  position: relative;
  margin-top: 20px;
  width: calc(50% - 10px);
  height: auto;
  min-height: 200px;
  height: 200px;
  background: lightgrey;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content-wrap .content-leistung .leistung-inner div {
  z-index: 1;
  position: absolute;
  bottom: 0px;
  -webkit-transition: .2s;
  transition: .2s;
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #292727da;
  color: white;
}

.content-wrap .kontakt-outer {
  width: 900px;
  max-width: calc(95% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 30px;
}

.content-wrap .kontakt-wrap {
  width: 600px;
  max-width: calc(95% - 20px);
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.content-wrap .kontakt-wrap input {
  width: calc(100% - 24px);
  padding: 12px;
  background: #9d9d9d;
  border: none;
  color: white;
  font-weight: 600;
}

.content-wrap .kontakt-wrap input:focus {
  outline: none;
}

.content-wrap .kontakt-wrap input[type=submit] {
  cursor: pointer;
  -webkit-transition: .2s;
  transition: .2s;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 20px;
  background: #369ffa;
}

.content-wrap .kontakt-wrap input[type=submit]:hover {
  -webkit-transition: .2s;
  transition: .2s;
  background: #68b7fb;
}

.content-wrap .kontakt-wrap div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  margin-top: 20px;
}

.content-wrap .kontakt-wrap div input {
  width: 20px;
}

.content-wrap .kontakt-wrap div small a {
  text-decoration: underline;
}

.content-wrap .kontakt-wrap textarea {
  width: calc(100% - 24px);
  height: 145px;
  padding: 12px;
  resize: none;
  background: #9d9d9d;
  border: none;
  color: white;
  font-weight: 600;
}

.content-wrap .kontakt-wrap textarea:focus {
  outline: none;
}

.content-wrap .kontakt-wrap b {
  width: 100%;
  text-align: left;
  padding: 20px;
}

.content-wrap .kontakt-wrap p {
  text-align: justify;
}

.content-wrap .kontakt-right {
  position: relative;
  padding: 15px;
  width: calc(300px - 31px);
  max-width: calc(95% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.content-wrap .kontakt-right b {
  padding-bottom: 30px;
  padding-left: 20px;
}

.content-wrap .kontakt-right b i {
  padding-right: 5px;
}

.content-wrap .kontakt-right p {
  text-align: justify;
  padding-left: 20px;
}

.content-wrap .kontakt-right img {
  width: calc(100%);
  height: auto;
  position: absolute;
  bottom: 80px;
}

.content-wrap .footer {
  min-height: 250px;
  width: 100%;
  margin-top: 80px;
  background-color: rgb(65 163 219);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.content-wrap .footer div {
  margin-top: 40px;
  margin-bottom: 40px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.content-wrap .footer div img {
  width: 60%;
  height: auto;
  opacity: 0.6;
}

.content-wrap .footer div .imgDesc {
  margin-top: 30px;
  text-decoration: underline;
}

.content-wrap .footer div h4 {
  font-size: 1.2em;
  margin-bottom: 20px;
}

.content-wrap .footer div span {
  margin-top: 10px;
  margin-bottom: 10px;
}

.content-wrap .footer div span a {
  color: #fff;
}

.content-wrap .footer div span i {
  margin-right: 5px;
}

.content-wrap .footer div span:last-of-type i {
  margin-right: 10px;
}

.content-wrap .media-wrap {
  position: relative;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: row;
      -ms-flex-align: row;
          align-items: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.content-wrap .media-wrap img {
  cursor: pointer;
  -webkit-transition: .5s;
  transition: .5s;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 40px;
  height: 300px;
  -webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.25);
}

.content-wrap .media-wrap img:hover {
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.75);
}

.content-wrap .media-wrap:last-of-type {
  margin-bottom: 70px;
}

.content-wrap .team-wrap {
  width: 1200px;
  max-width: 95%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.content-wrap .team-wrap .member {
  width: 100%;
  height: 300px;
  background: grey;
  margin-bottom: 80px;
}

.content-wrap .team-wrap .member:first-child {
  margin-top: 60px;
}

.content-wrap .team-wrap .member .overlay {
  position: absolute;
  top: 0;
  width: 500px;
  height: 100%;
  background: #292727da;
}

.content-wrap .team-wrap .member .overlay .b {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  color: white;
  font-size: 1.05em;
}

.content-wrap .team-wrap .left-overlay {
  left: 0;
}

.content-wrap .team-wrap .right-overlay {
  right: 0;
}

.beratung {
  position: absolute;
  bottom: 0;
  background: #cee8ff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.beratung b {
  padding: 20px;
}

.menu-mobile {
  display: none;
  height: auto;
  width: 100%;
  position: fixed;
  top: 80px;
}

.menu-mobile div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
  background: white;
}

.menu-mobile div a {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 35px;
  width: calc(100% - 35px);
  border-bottom: 2px solid #777777;
}

.menu-mobile-open {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2em;
  color: #fff;
  margin-right: 30px;
}

.desc {
  margin-top: 60px;
  padding-top: 20px;
  padding-bottom: 10px;
  border-top: 2px solid #777777;
  width: 100%;
}

.outer {
  margin-bottom: 70px;
  width: 1200px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.h150 {
  min-height: 390px !important;
}

.zoomIn-container {
  position: relative;
  display: inline-block;
  overflow: hidden;
  height: 340px;
  width: 590px;
  max-width: 100vw;
  margin-top: 20px;
}

.full {
  width: 1200px !important;
}

.zoomIn-container img {
  width: 100%;
  height: auto;
  -webkit-transition: .5s ease-out;
  transition: .5s ease-out;
  display: block;
  z-index: 1;
}

.zoomIn-overlay {
  -webkit-transition: .5s ease-out;
  transition: .5s ease-out;
  position: absolute;
  top: 0;
  width: 340px;
  height: 100%;
  z-index: 2;
  background: #292727da;
  color: #bdc3c7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.zoomIn-overlay ul {
  margin-left: 0;
  margin-right: 0;
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0.3;
  margin-top: 15px;
  margin-bottom: 15px;
  list-style: none;
  width: 300px;
}

.zoomIn-overlay ul li {
  padding-top: 5px;
  padding-bottom: 5px;
}

.right {
  right: 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-right: 25px;
}

.right ul {
  text-align: right;
}

.left {
  left: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 25px;
}

.left ul {
  text-align: left;
}

.top {
  top: 0;
  left: calc(50% - 370px);
  width: 750px;
  height: 100%;
}

.top ul {
  text-align: center;
}

.zoomIn-head {
  display: block !important;
  margin-top: 15px !important;
  margin-bottom: 15px !important;
  font-size: 1.3em;
  opacity: 1 !important;
  color: white !important;
}

.zoomIn-container:hover img {
  -webkit-transition: .4s ease;
  transition: .4s ease;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transform-origin: 50% 50% 50% 50%;
  transform-origin: 50% 50% 50% 50%;
}

.zoomIn-container:hover .zoomIn-overlay {
  -webkit-transition: .5s;
  transition: .5s;
  width: 360px;
  color: white;
}

.zoomIn-container:hover .top {
  -webkit-transition: .5s;
  transition: .5s;
  left: calc(50% - 400px);
  width: 800px;
  color: white;
}

.zoomIn-container:hover .zoomIn-overlay ul {
  opacity: 1;
}

.angleRight {
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%, 0 66%);
          clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%, 0 66%);
}

.angleRight b {
  margin-top: 130px !important;
}

.angleLeft {
  -webkit-clip-path: polygon(100% 66%, 100% 66%, 100% 100%, 0 100%, 0 0);
          clip-path: polygon(100% 66%, 100% 66%, 100% 100%, 0 100%, 0 0);
}

.angleLeft b {
  margin-top: 130px !important;
}

.animation img {
  -webkit-animation-name: zoomPic;
          animation-name: zoomPic;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  position: absolute;
  bottom: 0;
  left: 0;
}
#info-wrapper {
  z-index: 11;
  font-weight: 200;
  position: fixed;
  bottom: 35px;
  right: 30px;
  width: 215px;
  height: 260px;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

#info-inner {
  height: 100%;
  width: 100%;
  position: relative;
  font-size: 9em;
  background-color: #ffffffd4;
  -webkit-box-shadow: 0px 0px 15px -1px silver;
          box-shadow: 0px 0px 15px -1px silver;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

#info-inner h3 i {
  margin-right: 20px;
}

#info-inInner {
  color: black;
  font-size: 15px;
  position: absolute;
  top: 0;
  left: 20px;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#info-inInner a i {
  color: #292727da;
}

#info-inInner > h3 > i {
  color: #292727da;
  margin-right: 20px;
}

#info-inInner > h3:first-child {
  font-size: 1.4em;
}

#info-inInner > h3:first-child i {
  opacity: 0;
  margin-right: 23px;
  margin-left: 5px;
  color: black;
}

.max {
  display: none;
  position: fixed;
  height: 100vh;
  width: 100vw;
  z-index: 100;
  background: #000000b5;
}

.max img {
  margin-left: 4%;
  width: 90%;
  height: auto;
}

.max i {
  color: white;
  position: fixed;
  top: 20px;
  right: 20px;
  font-size: 2.4em;
}

@-webkit-keyframes zoomPic {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoomPic {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@media only screen and (max-width: 2030px) {
  #info-wrapper {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    right: -160px;
  }
  #info-wrapper:hover {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    right: 20px;
    background-color: #ffffff;
  }
  #info-wrapper:active {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    right: 20px;
    background-color: #ffffff;
  }
  #info-inInner > h3:first-child > i {
    opacity: 1;
    color: black;
  }
}

@media only screen and (max-width: 1200px) {
  .zoomIn-container {
    width: calc(90vw - 40px);
  }
  .outer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .angleLeft {
    -webkit-clip-path: none;
            clip-path: none;
  }
  .angleRight {
    -webkit-clip-path: none;
            clip-path: none;
  }
  .full {
    width: calc(90vw - 40px) !important;
    max-width: 100vw !important;
  }
}

@media only screen and (max-width: 850px) {
  p {
    padding-left: 15px;
    padding-right: 15px;
  }
  .content-wrap .content-main {
    max-width: 100%;
  }
  .content-wrap .split {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .content-wrap .split img {
    width: calc(90% - 40px);
    height: auto;
  }
  .content-wrap .split p {
    width: calc(90% - 40px);
  }
  .content-wrap .split div {
    width: calc(90% - 0px);
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 700px) {
  #info-wrapper {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    right: -160px;
    height: 40px;
  }
  #info-wrapper h3 {
    display: none;
  }
  #info-wrapper h3:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
  }
  #info-wrapper:hover {
    height: 260px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    right: 20px;
    background-color: #ffffff;
  }
  #info-wrapper:hover h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #info-wrapper:active {
    height: 260px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    right: 20px;
    background-color: #ffffff;
  }
  #info-wrapper:active h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #info-inInner > h3:first-child > i {
    opacity: 1;
    color: black;
  }
}

.small_text {
  font-size: 1.1em !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media only screen and (max-width: 1630px) {
  #info-inInner > h3:first-child > i {
    opacity: 1;
    color: black;
  }
}

@media only screen and (max-width: 1000px) {
  .header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 250px;
  }
  .header .logo {
    max-width: 100%;
    height: calc(50% - 20px);
  }
  .header .logo img {
    height: 100%;
    width: auto;
  }
  .header .menu {
    height: calc(50% - 70px);
    max-width: 90%;
  }
  .site-wrapper {
    text-decoration: none;
  }
}

@media only screen and (max-width: 930px) {
  .header {
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
  }
  .header .menu {
    display: none;
  }
  .header .logo {
    height: 100%;
    width: auto;
    margin-left: 20px;
  }
  .menu-mobile-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .site-wrapper {
    margin-top: 80px;
  }
  .media-wrap img {
    max-width: calc(45% - 40px);
    max-height: calc(38vw - 40px);
  }
}

@media only screen and (max-width: 700px) {
  .footer {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .footer div {
    width: 90%;
  }
  .banner {
    height: auto;
  }
  .banner div {
    width: 90%;
    font-size: 0.55em;
    padding: 20px;
    margin-top: 80px;
  }
  .content-wrap .content-leistung .leistung-inner {
    width: calc(100%);
  }
  #info-inInner > h3:first-child > i {
    opacity: 1;
    color: black;
  }
}

@media only screen and (max-width: 650px) {
  .content-wrap .kontakt-outer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .content-wrap .kontakt-right {
    padding: 20px;
    width: calc(95% - 20px);
    height: auto;
    min-height: 500px;
  }
  .content-wrap .kontakt-right img {
    width: calc(95% - 20px);
  }
  .content-wrap .kontakt-right .beratung {
    width: calc(95% - 20px);
  }
}
/*# sourceMappingURL=core.css.map */