html {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300
}

body, html {
  height: 100%;
  min-width: 320px
}

body {
  max-width: 100vw;
  overflow-x: hidden
}

a {
  color: #000;
  text-decoration: none
}

span {
  cursor: default
}

h1 {
  display: block;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-weight: 600
}

h2 {
  display: block;
  font-size: 18px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0
}

h3 {
  display: block;
  font-size: 18px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  line-height: 2
}

h4 {
  display: block;
  font-size: 28px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  line-height: 2;
  text-transform: uppercase
}


#site-wrapper {
  position: relative;
  min-height: 100%;
  height: auto !important;
  height: 100%
}

#content {
  padding-bottom: 200px
}

footer {
  position: absolute;
  bottom: 0;
  height: 200px;
  width: 100%
}

.centerText {
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px;
  max-width: 900px;
  width: 90vw;
  color: #fff;
  border-radius: 5px;
  text-align: justify;
  cursor: default
}

.centerText a {
  color: #87ceeb
}

#fullBack {
  background-image: url(/assets/img/bg.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
  height: 100vh
}

#fullBack100 {
  background-image: url(/assets/img/bg.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
  height: 100%;
  min-height: 100vh
}

@media only screen and (max-width:650px) {
  #fullBack, #fullBack100 {
    background-image: url(/assets/img/bg_min.jpg) !important
  }
}

#fullBack100noCover {
  position: relative;
  height: 100%;
  min-height: 100vh
}



.stopper {
  height: 20px;
  width: 100vw;
  background-image: url(/assets/img/bg.jpg);
  background-position: center;
  background-size: cover
}

#noSupport {
  display: block;
  position: fixed;
  height: 100vh;
  width: 100vw;
  background-color: #000;
  z-index: 10000
}

nav {
  width: 100%;
  height: 40px;
  position: fixed;
  top: 0;
  z-index: 1000;
  transition: all .5s ease-in-out
}

#nav-center {
  margin: auto;
  max-width: 1024px
}

.nav-link {
  float: left;
  width: calc(100% / 6);
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase
}

#navLast {
  margin-right: -1px
}

.nav-link:hover {
  transition: .25s;
  background: rgba(120, 120, 120, .5);
  -webkit-backdrop-filter: saturate(120%) blur(15px);
  backdrop-filter: saturate(120%) blur(15px)
}

.nav-link-active {
  background: rgba(120, 120, 120, .5);
  -webkit-backdrop-filter: saturate(120%) blur(15px);
  backdrop-filter: saturate(120%) blur(15px)
}

#gradient {
  background-image: linear-gradient(to right, #292462, #743164)
}

#nav-logo-svg {
  width: 50px;
  transition: .15s
}

#nav-logo-svg:hover {
  transition: .25s;
  transform: scale(1.05)
}

@media only screen and (max-width:650px) {
  .nav-link {
    width: 100%;
    height: 50px
  }

  #gradient {
    background: rgba(0, 0, 0, 0)
  }

  nav {
    overflow: hidden;
    height: 50px
  }

  #nav-logo-svg {
    width: 60px
  }
}

#arrow-div {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
  z-index: 1001;
  cursor: pointer
}

#arrow {
  transition: all .5s ease-in-out
}

.rotated {
  transform: rotate(-180deg)
}

@media only screen and (min-width:650px) {
  #arrow-div {
    display: none
  }
}

.nav-height {
  height: 300px
}

.unToggle {
  position: fixed;
  top: 300px;
  width: 100vw;
  height: calc(100vh - 240px)
}

#footer-inner {
  margin: auto;
  height: 100%;
  max-width: 800px;
  display: flex
}

@media only screen and (max-width:530px) {
  footer {
    height: 160px
  }

  #content {
    padding-bottom: 160px
  }
}

#footer-logo-div {
  width: calc(100% / 3);
  float: left;
  display: flex;
  align-items: center;
  justify-content: center
}

#footer-logo {
  width: 55%
}

#footer-contact {
  width: calc(100% / 3);
  float: left;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  cursor: default;
  position: relative
}

#bottom-links {
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translate(-50%, 0);
  -ms-transform: translate(-62%, 0);
  display: flex;
  align-items: center;
  justify-content: center
}

.bottom-a {
  transition: .25s;
  margin: 0 5px
}

.bottom-a:hover {
  color: grey;
  transition: .25s
}

#social {
  width: calc(100% / 3);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative
}

.socialLogo {
  width: 55%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .25s
}

@media only screen and (max-width:500px) {
  #footer-logo {
    width: 65%
  }

  .socialLogo {
    width: 75%
  }
}

.errorImg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%);
  width: 600px;
  max-width: 90vw
}

#profileWrapper {
  width: 100vw;
  cursor: default
}

.profileBox {
  width: 95%;
  max-width: 1024px;
  height: 300px;
  border-radius: 5px;
  margin: 0 auto;
  margin-top: 30px !important;
  margin-bottom: 30px !important;
  position: relative
}

.profileImg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: 5px 0 0 5px;
  background-image: url(/assets/img/sk.jpg);
  background-size: cover;
  width: 300px
}

.profileImg2 {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: 5px 0 0 5px;
  background-image: url(/assets/img/jp.jpg);
  background-size: cover;
  width: 300px
}

.profileTextWrapper {
  position: absolute;
  right: 0;
  height: 100%;
  width: calc(100% - 300px);
  background-color: #f7f7f7;
  border-radius: 0 5px 5px 0
}

.profileText {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -53%);
  width: 80%;
  box-sizing: border-box;
  text-align: justify
}

@media screen and (max-width:680px) {
  .profileBox {
    height: auto
  }

  .profileImg {
    position: inherit;
    height: 250px;
    width: 100%;
    border-radius: 5px 5px 0 0
  }

  .profileImg2 {
    position: inherit;
    height: 250px;
    width: 100%;
    border-radius: 5px 5px 0 0
  }

  .profileTextWrapper {
    position: inherit;
    width: 100%;
    background-color: #f7f7f7;
    border-radius: 0 0 5px 5px
  }

  .profileText {
    position: inherit;
    right: 0;
    transform: translate(0, 0);
    width: 100%;
    margin: auto;
    padding: 20px;
    box-sizing: border-box;
    text-align: justify
  }
}

.history {
  width: 90%;
  max-width: 1024px;
  height: 900px;
  margin: auto;
  margin-bottom: 50px !important;
  background-color: #f7f7f7;
  border-radius: 5px;
  text-align: center;
  padding-top: 10px
}

.galRow {
  display: flex;
  flex-wrap: wrap
}

.galCol {
  flex: 25%;
  max-width: 25%
}

.galCol img {
  vertical-align: middle
}

@media screen and (max-width:800px) {
  .galCol {
    flex: 50%;
    max-width: 50%
  }
}

.galleryFull a img {
  width: 100%;
  margin: 0
}


#contact {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90vw;
  width: 600px;
  color: #000;
  font-weight: 500;
  border-radius: 5px
}

@media only screen and (max-height:640px) {
  #contact {
    position: static;
    transform: translate(0, 0);
    margin: auto;
    margin-top: 30px;
    max-width: 90vw;
    width: 600px;
    color: #000;
    font-weight: 500;
    border-radius: 5px
  }
}

.contactTxt {
  display: block;
  margin-bottom: 5px
}

#contactMail {
  width: 100%;
  margin-bottom: 15px;
  border-radius: 2px;
  border: 0;
  padding: 3px 5px;
  box-sizing: border-box;
  font-weight: 300;
  background: rgba(255, 255, 255, .9)
}

#contactMsg {
  width: 100%;
  height: 250px;
  margin-bottom: 10px;
  border-radius: 2px;
  border: 0;
  padding: 5px 5px;
  box-sizing: border-box;
  resize: none;
  background: rgba(255, 255, 255, .9);
  font-weight: 300
}

@media only screen and (max-width:375px) {
  #contactMsg {
    height: 150px
  }
}

#send {
  width: 100%;
  height: 30px;
  line-height: 30px;
  border-radius: 2px;
  border: 0;
  box-sizing: border-box;
  background: #fff;
  transition: all .25s;
  cursor: pointer
}

#send:hover {
  background: rgba(50, 50, 50, .5);
  color: #fff
}

#return-msg {
  display: none
}

#connectBtnWrapper {
  height: 100px;
  max-width: 600px;
  position: relative
}

#Fm {
  position: absolute;
  top: 50px;
  left: 5%;
  width: 40%;
  max-width: 200px;
  transition: all .25s
}

#Wa {
  position: absolute;
  top: 50px;
  right: 5%;
  width: 40%;
  max-width: 200px;
  transition: all .25s
}

#Wa:hover {
  transform: scale(1.03)
}

#Fm:hover {
  transform: scale(1.03)
}

#exp-window {
  width: 350px;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

@media only screen and (max-height:300px) {
  #exp-window {
    width: 300px;
    margin: auto;
    margin-bottom: 50px;
    position: static;
    transform: translate(0, 0)
  }
}

@media only screen and (max-width:400px) {
  #exp-window {
    width: 80vw
  }
}

#exp-cap {
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase
}

.exp-mail {
  color: #fff;
  transition: all .3s
}

.exp-mail:hover {
  color: #696969
}

#leistungenWrapper {
  width: 100vw;
  height: 100%;
  cursor: default
}

#leistungenWrapperInner {
  max-width: 1124px;
  margin: 0 auto
}

.leistungenRow {
  width: 100%;
  box-sizing: border-box;
  padding: 50px 50px 0 50px
}

.leistungenHead {
  direction: rtl
}

.leistungenInfo {
  text-align: justify;
  margin-right: 10%
}

.leistungenAdd {
  height: 200px;
  margin-right: 10%;
  margin-top: 20px;
  background-color: green
}

@media only screen and (max-width:650px) {
  .leistungenRow {
    padding: 50px 25px 50px 25px
  }

  .leistungenInfo {
    margin-right: 0
  }

  .leistungenAdd {
    margin-right: 0
  }

  h4 {
    font-size: 20px
  }
}

#leistung {
  margin: 10px;
  padding: 10px;
  background-color: #f7f7f7;
  text-align: center
}

#ref {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden
}

.columnMain {
  flex: 25%;
  max-width: 25%;
  overflow: hidden
}

.columnMain img {
  margin-top: 8px;
  vertical-align: middle;
  transition: all .25s
}

.columnMain img:hover {
  transform: scale(1.05)
}

@media screen and (max-width:800px) {
  .columnMain {
    flex: 50%;
    max-width: 50%
  }
}

#uber {
  margin: 10px;
  width: calc(100% - 20px);
  background-color: #f7f7f7;
  position: relative
}

#aboutPicDiv {
  width: 50%;
  display: inline;
  float: left
}

#aboutPic {
  box-sizing: border-box;
  max-width: 100%;
  max-height: 300px;
  padding: 20px 10px 20px 20px;
  float: right
}

#aboutTextDiv {
  width: 50%;
  display: inline;
  float: right
}

@media screen and (min-width:670px) {
  #aboutTextDiv {
    width: 50%;
    display: inline;
    float: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%)
  }
}

#aboutText {
  box-sizing: border-box;
  padding: 20px 20px 20px 10px;
  max-width: 400px;
  float: left;
  display: flex;
  text-align: justify
}

@media screen and (max-width:450px) {
  #aboutPicDiv, #aboutTextDiv {
    width: 100%;
    display: block
  }

  #aboutPic, #aboutText {
    float: none;
    width: 100%;
    padding: 20px 20px 10px 20px;
    max-width: 100%
  }

  #aboutText {
    float: none;
    width: 100%;
    padding: 10px 20px 20px 20px;
    max-width: 100%
  }
}

#mehrLink {
  color: #00bfff;
  transition: all .3s
}

#mehrLink:hover {
  color: #000
}

.row {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden
}

.column {
  flex: 25%;
  max-width: 25%;
  overflow: hidden
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  transition: all .25s;
  cursor: pointer
}

.column img:hover {
  transform: scale(1.05)
}

@media screen and (max-width:800px) {
  .column {
    flex: 50%;
    max-width: 50%
  }
}

#logoWrapper {
  position: relative;
  cursor: pointer
}

#logoPlus {
  position: absolute;
  top: 50px;
  right: 50px;
  width: 20px;
  height: 20px;
  background-image: url(/assets/svg/x.svg);
  filter: invert(1);
  transform: rotate(45deg);
  background-size: cover;
  transition: all .25s
}

#refZoom {
  position: fixed;
  top: 50vh;
  left: 50vw;
  transform: translate(-50%, -50%);
  z-index: 2000;
  width: 70vw;
  height: 0;
  border-radius: 5px;
  background: rgba(230, 230, 230, .8) !important;
  transition: all .5s ease-in-out
}

.refZoomAnimate {
  height: 70vh !important
}

.displayBlock {
  display: block !important
}

@media screen and (max-width:600px) {
  #refZoom {
    top: calc(50vh + 20px);
    width: 90vw
  }
}

#xBtn {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: none
}

#xImg {
  width: 30px;
  height: 30px;
  transition: all .25s;
  filter: invert(.5)
}

#xImg:hover {
  width: 30px;
  height: 30px;
  transform: rotate(-90deg)
}


.your-class div {
  height: 45vw;
  max-height: 100vh;
  overflow: hidden;
  background-size: cover
}

@media screen and (max-width:1000px) {
  .your-class div {
    height: 60vw
  }
}

@media screen and (max-width:600px) {
  .your-class div {
    height: 80vw
  }
}

@media screen and (max-width:500px) {
  .your-class div {
    height: 140vw
  }
}

.slide1 {
  background-image: url(/assets/img/slider/1.jpg);
  background-position: top
}

@media screen and (max-width:500px) {
  .slide1 {
    background-image: url(/assets/img/slider/1m.jpg) !important;
    background-position: right !important
  }
}

.slide2 {
  background-image: url(/assets/img/slider/2.jpg);
  background-position: 50% 10px
}

@media screen and (max-width:800px) {
  .slide2 {
    background-position: 50% 20px
  }
}

@media screen and (max-width:650px) {
  .slide2 {
    background-position: 50% 30px
  }
}

.slide3 {
  background-image: url(/assets/img/slider/3.jpg);
  background-position: 50% -50px
}

@media screen and (max-width:1000px) {
  .slide3 {
    background-position: 50% -25px
  }
}

@media screen and (max-width:750px) {
  .slide3 {
    background-position: 50% 0
  }
}

.slide4 {
  background-image: url(/assets/img/slider/4.jpg);
  background-position: 50% 30px
}

@media screen and (max-width:700px) {
  .slide4 {
    background-position: 50% 40px
  }
}

@media screen and (max-width:560px) {
  .slide4 {
    background-position: 50% 50px
  }
}

@media screen and (max-width:600px) {
  .slide4 {
    background-position: -100px 50px
  }
}

.slide5 {
  background-image: url(/assets/img/slider/5.jpg);
  background-position: top
}
