/*!
 * Start Bootstrap - Scrolling Nav (http://startbootstrap.com/)
 /*
 * Copyright 2026 - 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: 14px;
  letter-spacing: 1px;
  color: #0f1626
}

html {
  width: 100%;
  height: 100%
}

h1 {
  font-weight: 300;
  font-size: 1.2em;
  margin-top: 40px;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 2px
}

h1.intro-header {
  margin: 0;
  font-size: 1.2em;
  padding: 0 0 15px
}

h2,h3 {
  font-weight: 500;
  font-size: 1em;
  margin-top: 20px;
  margin-bottom: 20px
}

p a, p a:active, p a:focus {
  color: #35678a;
  text-decoration: none
}

p a:hover {
  color: #35678a;
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: solid 1px #35678a
}

p.padding-top-30 {
  padding-top: 30px
}

img {
  max-width: 100%;
  height: auto;
}

a{
  color:inherit;
  text-decoration: none;
}

.navbar-brand {
  font-size: 2em;
  font-weight: 300;
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: 5px
}

nav {
  text-transform: uppercase;
  letter-spacing: 2px
}

.navbar-default {
  background-color: #f2f2f2;
  border-bottom: #9b9b9b
}

.navbar-default:has( .img-caption) {
  padding: 15px;
  background-color: #ccc
}

.navbar .navbar-toggle {
  border: none;
  margin: 15px;
  background-color: transparent;
  border-radius: 0
}

.navbar-nav li a {
  color: #666666;
}

.navbar-nav li a.active {
  color: #000;
}

.navbar-header {
  padding-bottom: 30px
}

#navbar {
  -webkit-transition: background 1s ease;
  -moz-transition: background 1s ease;
  -o-transition: background 1s ease;
  -ms-transition: background 1s ease;
  transition: background 1s ease
}

.navbar-toggler, .navbar-toggler:focus, .navbar-toggler:hover {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.navbar{
  background-color: #fff;
  transition: background-color 0.5s ease;
}

.navbar:has(> div > button.collapsed){
  background-color:transparent;
}

.navbar-nav li {
    padding: 10px 20px 10px 0;
}
.navbar-nav li a{
  color: #666666;
}

@media (min-width:767px) {
  h1.intro-header {
    font-size: 1.8em
  }
  .navbar-default {
    background-color: transparent;
    border-bottom: none
  }
  .top-nav-collapse {
    height: 100px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0.1) 75%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0.1) 75%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0.1) 75%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66ffffff', endColorstr='#00ffffff', GradientType=0)
  }
  .navbar-nav li a {
    padding: 15px 15px 15px 0;
  }
}

.text-lg {
  font-size: 1.4em;
  margin-bottom: 30px
}

.text-muted {
  color: #9b9b9b
}

.hr30 {
  margin-top: 15px;
  margin-bottom: 15px;
  border: none
}

.award {
  width: 60px;
  padding: 15px 0
}

.img-features {
  margin-bottom: 15px
}

.info-panel {
  background: rgba(255, 255, 255, .88);
  padding: 20px 25px;
  margin: 15px 0
}

@media (min-width:767px) {
  .info-panel {
    padding: 35px 45px
  }
}

.caption {
  margin-bottom: 30px
}

.fill-height {
  height: 100%
}

.table-container {
  height: auto;
  display: block
}

.table-width-100 {
  width: 100%
}

.table-cell {
  display: block
}

.table-bottom {
  vertical-align: inherit
}

.table-middle {
  vertical-align: inherit
}

.table-top {
  vertical-align: inherit
}

.anfrage-section, .gestell-section, .intro-section, .masse-section, .platte-section {
  height: auto;
  padding-top: 70px;
  background: #ffffff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover
}

.intro-section {
  padding-top: 0;
  padding-bottom: 50px;
}

.beschreibung-section {
  padding-top: 30px;
  padding-bottom: 0;
  background: #f2f2f2;
}

.konfiguration-section {
  background: #f2f2f2;
  padding-top: 90px;
  padding-bottom: 30px;
}

.konfiguration-section img {
  margin: 0 auto;
}

.gallery-section {
  height: 0;
  overflow: hidden;
  border-bottom: solid 15px #ffffff
}

.datenschutz-section, .disclaimer-section, .impressum-section {
  background: #f2f2f2
}

.impressum-section, .datenschutz-section {
  padding-bottom: 70px;
  padding-top: 150px
}

@media (min-width:767px) {
  .col-md-vertical-align-bottom {
    display: flex;
    align-items: flex-end
  }
  .col-sm-vertical-align {
    display: flex;
    align-items: center
  }
  .text-right-sm {
    text-align: right
  }
  .text-left-sm {
    text-align: left
  }
  .table-container {
    height: 100%;
    display: table
  }
  .table-cell {
    display: table-cell
  }
  .table-bottom {
    vertical-align: bottom
  }
  .table-middle {
    vertical-align: middle
  }
  .table-top {
    vertical-align: top
  }
  .anfrage-section, .gestell-section, .intro-section, .masse-section, .platte-section {
    height: 100%;
    background: #f2f2f2;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
  }
  .intro-section {
    margin-top: 0;
    padding-bottom: 50px;
    background-image: url("../img/schreibtisch_start.jpg");
  }
  .intro-section .container, .anfrage-section .container {
    height: 100%
  }
  .beschreibung-section {
    padding-top: 90px;
    padding-bottom: 120px
  }
  .gestell-section {
    background-image: url("../img/schreibtisch_gestell.jpg");
    padding-bottom: 5%;
    background-position: center bottom;
  }
  .gestell-section .container {
    height: 100%
  }
  .platte-section {
    background-image: url("../img/schreibtisch_platte.jpg")
  }
  .platte-section .container {
    height: 100%
  }
  .masse-section {
    background-image: url("../img/schreibtisch_platte.jpg")
  }
  .masse-section .container {
    height: 100%
  }
  .konfiguration-section {
    text-align: left;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .konfiguration-section .container {
    height: 100%
  }
  .konfiguration-section .container img {
    margin: auto
  }
  .anfrage-section {
    padding-top: 0;
    background-image: url("../img/schreibtisch_anfrage_bg.jpg")
  }
}

.grey-spacer {
  border-bottom: solid 15px #ffffff;
  background-color: #f2f2f2;
  height: 110px
}

#content-slider li {
  cursor: pointer
}

.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
}

.bg-info {
  background-color: transparent
}

.validation-error {
  display: none !important
}

.form-group.required .control-label:after {
  content: "*";
  color: #35678a;
  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;
  line-height: 1.3333333;
  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: #ffffff;
  background: #35678a;
  font-size: 1em;
  letter-spacing: 1px;
  font-weight: 300;
  border-radius: 0;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease
}

.btn:hover {
  color: #35678a;
  background: #ffffff
}

.btn-lg {
  padding: 13px 16px;
  text-transform: uppercase
}

footer {
  padding: 60px 0
}

footer .footer-logo-ion {
  width: 150px;
  display: block;
}

footer img.logos:hover {
  opacity: 1
}

footer .product-image{
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}

footer .product-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer-link img {
  transition: transform 0.5s ease;
}

.footer-link:hover img {
  transform: scale(1.1);
}

footer .copyright {
  margin-top: 30px
}
