/*!
 * Start Bootstrap - Scrolling Nav (http://startbootstrap.com/)
 /*
 * Copyright 2017 - IONDESIGN GmbH
 */


 /* 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('Ø'),
        url('../fonts/roboto-v20-latin-300.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-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('Ø'),
        url('../fonts/roboto-v20-latin-500.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 */
 }

body {
  width: 100%;
  height: 100%;
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 1px;
  color: #0f1626;
  min-height: 100%;
}

html {
  width: 100%;
  height: 100%
}

h1, .h1-style {
  font-weight: 300;
  font-size: 1.2em;
  margin-top: 40px;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 140%;
}

h1.intro-header {
  margin: 0;
  font-size: 1.6em;
  padding: 15px 0;
}

h2, h3, h4 {
  font-weight: 500;
  font-size: 1em;
  margin-top: 20px;
  margin-bottom: 20px
}

p a, p a:active, p a:focus {
  color: #43b2dc;
  text-decoration: none
}

p a:hover {
  color: #43b2dc;
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: solid 1px #43b2dc
}

b, strong {
  font-weight: 500
}
img{
  max-width: 100%;
  object-fit: contain;
}


.navbar {
  background-color: #f2f2f2;
}

.navbar-brand {
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #777;
}

.navbar-toggler, .navbar-toggler:focus, .navbar-toggler:active {
  border: none;
  margin: 15px 0;
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
}

.nav-link {
  padding: 22px 45px;
  margin: 0 10px;
  color: #666666;
  text-transform: uppercase;
}

.lng-switch{
  display: flex;
  align-items: center;
  color: #666666;
}

.lng-switch a {
  padding: 0;
  margin: 0;
  text-decoration: none;
  color: #666666;
  text-transform: uppercase;
}

.hr30 {
  margin-top: 15px;
  margin-bottom: 15px;
  border: none
}

.award {
  max-height: 200px;
  padding: 20px;
  max-width: 200px;
}

.intro-video{
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
  backface-visibility: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}

.section-intro, .section-about, .section-detail, .section-anfrage {
  height: auto;
  padding-top: 72px;
  background: #ffffff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover
}

.section-intro {
  padding-top: 0;
  padding-bottom: 50px;
  background: #f2f2f2;
}

.explainer{
  max-width: 100%;
}

.section-about {
  padding-top: 64px;
}
.section-dimenson{
  background: #f2f2f2;
  padding: 72px 0;
}

.key-features{
  padding-left: 0;
}

.key-features li{
  list-style-type: '· ';
  padding-inline-start: 0.5em;
  padding-bottom: .5em;
}

.section-gallery {
  height: 0;
  overflow: hidden;
  padding: 60px 0;
  min-height: 80vh;
  display: flex;
  align-items: center;

}

.lg-outer .lg-video{
  padding-bottom: 100%;
  height: auto;
  padding: 0;
}

.lg-video video{
  max-width: 100%;
}

.play_btn{
  position: absolute;
  top:50%;
  left: 50%;
  width: 0px;
  height:0px;
  transform-origin: center;
  transform: translate(-50px,-50px) scaleX(0.8);
  border: 50px solid  transparent;
  border-right: 0;
  border-left: 100px solid rgba(255,255,255,0.8);
  pointer-events: none;
}



.section-anfrage {
  background: #f2f2f2;
  height: auto;
  padding-bottom: 60px
}


#AnfrageButton{
  z-index: 1000;
  position: fixed;
  right:0;
  top:30%;
  padding: 10px 20px;
  background-color: #43b2dc;
  transform-origin: bottom right;
  transform: rotate(-90deg);
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
}

@media (min-width:767px) {
  #AnfrageButton{
    font-size: 1.6em;
    z-index: 1050;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    right:30px;
    top: 20%;
    padding: 10px 20px;
    background-color: #43b2dc;
    transform-origin: bottom right;
    transform: none;
    filter: drop-shadow(0px 5px 10px #888);
  }

}


.datenschutz-section, .disclaimer-section, .impressum-section {
  background: #f2f2f2
}

.impressum-section, .datenschutz-section {
  padding-bottom: 70px;
  padding-top: 150px
}

.section-dimenson a {
  color: #0f1626;
  text-decoration: none;
}

.section-detail .bg{
  /*background-image: url("../img/IONDESIGN_Trinkbrunnen_Details.jpg");*/
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 5%;
  min-height: 80vh;
}

.detail{
  margin: 15px 0;
  font-weight: 500;
}

@media (min-width:767px) {

  .navbar-brand {
    font-size: 1.6em;
    letter-spacing: 3px;
  }

  .section-intro, .section-a, .section-anfrage, .section-about {
    height: 100%;
    background: #f2f2f2;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .section-intro {
    margin-top: 0;
    background-image: url("../img/IONDESIGN_Trinkbrunnen_start.jpg");
    background-size: auto;
    background-position: top center;
    padding-bottom: 0;
  }
  .section-intro .container {
    height: 100%
  }

  .section-about, .section-map {
    background-color: #ffffff;
    height: auto;
    padding: 72px 0 0
  }
  .section-about .container {
    height: 100%
  }

  .detail{
    margin: 30px 0;
  }
  .section-e {
    padding: 95px 0
  }
  .section-gallery {
    padding: 95px 0;
  }
  .section-anfrage {
    height: auto;
    padding-bottom: 130px
  }
}

#content-slider li {
  cursor: pointer;
  position: relative;
}

.lSAction a {
  background-color: #ffffff;
  height: 90px;
  margin-top: -45px;
  opacity: .75
}

.lSAction .lSPrev {
  left: 0
}

.lSAction .lSNext {
  right: 0
}

.lSAction .lSPrev img {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-top: 42px;
  margin-left: 6px
}

.lSAction .lSNext img {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-top: 42px;
  margin-left: 8px
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: #ffffff;
  height: 90px;
  margin-top: -45px;
  border-radius: 0
}

.lg-actions .lg-next:before, .lg-actions .lg-prev:after {
  content: url("../img/arrow-down.png");
  display: inline-block;
  margin-top: 24px
}

.lg-actions .lg-prev {
  left: 0
}

.lg-actions .lg-next {
  right: 0
}

.lg-actions .lg-prev:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-left: 5px;
  margin-right: -5px
}

.lg-actions .lg-next:before {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-left: -5px;
  margin-right: 5px
}
.lg-toolbar {
  background:none;
}

.lg-close {
  background-color: rgba(0,0,0,.45);
}

.bg-info {
  background-color: transparent
}

.validation-error {
  display: none !important
}

.form-group.required .control-label:after {
  content: "*";
  color: #43b2dc;
  margin-left: 5px
}

.control-label {
  color: #9b9b9b;
  font-size: .8em;
  letter-spacing: 1px;
  font-weight: 300;
  margin-bottom: 10px
}

.form-control {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  font-size: 1em;
  letter-spacing: 1px
}

select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: right 16px center;
  background-repeat: no-repeat;
  background-image: url("../img/arrow-down.png");
  padding-right: 1.5em;
  cursor: pointer;
}

.recaptcha {
  height: 78px;
  margin: 15px 0 30px
}

.input-group-addon {
  border-radius: 0;
  border: none;
  border-left: solid 2px #f2f2f2 !important;
  background: #ffffff;
  font-weight: 300;
  color: #9b9b9b
}

::-webkit-input-placeholder {
  color: #9b9b9b
}

:-moz-placeholder {
  color: #9b9b9b;
  opacity: 1
}

::-moz-placeholder {
  color: #9b9b9b;
  opacity: 1
}

:-ms-input-placeholder {
  color: #9b9b9b
}

.btn {
  border: none;
  color: #9b9b9b;
  font-size: 1em;
  letter-spacing: 1px;
  font-weight: 300;
  border-radius: 0
}

.btn:hover {
  color: #ffffff;
  background: #43b2dc
}

.btn-lg {
  padding: 13px 16px;
  text-transform: uppercase
}

footer {
  padding: 60px 0
}

footer img.logos {
  opacity: .8
}

footer img.logos:hover {
  opacity: 1
}

footer .copyright {
  margin-top: 30px
}


model-viewer{
  width: 100%;
  height: 100%;
}
#ar-button{
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  color: inherit;
}