/*!
 * Start Bootstrap - Createive v4.0.0-beta (http://startbootstrap.com/template-overviews/creative)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-creative/blob/master/LICENSE)
 */

@import url('https://fonts.googleapis.com/css?family=Roboto:400,700|Rubik:400,500,700');

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

* {
  z-index: 1;
}

.font-weight-bold {
  font-weight: 500;
}

.separator {
  z-index: 3;
  margin-top: calc(11vw * -1);
  position: relative;
  top: 1px;
}

.separator-end {
  z-index: 3;
  margin-top: -1px;
  position: relative;
  background-color: #fff;
}

.pos-rel {
  position: relative;
}

.service-wrapper {
  width: 100%;
  padding-top: 70%;
  height: 100%;
}

.service-wrapper-last{
  width: 100%;
  padding-top: 22.33%;
  height: 100%;
}

.service-thumbnail {
  -webkit-box-shadow: 0 0px 10px 0 rgba(150, 150, 150, 0.5);
  -moz-box-shadow: 0 0 10px 0 rgba(150, 150, 150, 0.5);
  box-shadow: 0 0 10px 0 rgba(150, 150, 150, 0.5);
  transition: box-shadow 0.2s ease-in-out;
  border-radius: .5em;
  background-color: #ddd;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.thub-container img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  }
.thumbnail {
  padding-left: 0;
  border: none;
  width: 100%;
}

.thub-container {
  overflow: hidden;
  object-fit: cover;
  position: relative;
  height: 100%;
  margin: 0 0;
}
.thub-overlay {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
  height: 100%;
  top: -100%;
  position: relative;
}

.post-thumb-title-wrapper {
  position: absolute;
  padding: .5em 1em;
  overflow: hidden;
  width: 100%;
  bottom: 0%;
}

.viewport-header {
  position: relative;
  height: 100%;
  min-height: 750px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

h1 {
  font-family: "Syncopate", sans-serif;
  color: white;
  text-transform: uppercase;
  letter-spacing: 3vw;
  line-height: 1.2;
  font-size: 3vw;
  text-align: center;
}

h1 span {
  display: block;
  font-size: 10vw;
  letter-spacing: -1.3vw;
}

body {
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
}

.navbar-brand img {
  top: 0;
  height: 50px;
  margin: 2px 0 0 10px;
}

.navbar {
  background-color: #fff;
}

.nav-item a {
  font-style: none;
  font-weight: 700;
  color: #333;
}

.nav-item a:hover,
.nav-item.active a {
  color: #F7C901;
}

hr {
  max-width: 50px;
  border-width: 3px;
  border-color: #F7C901;
}

hr.light {
  border-color: white;
}

a {
  color: #333;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

a:focus,
a:hover {
  color: #F7C901;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Rubik', 'Helvetica Neue', Arial, sans-serif;
}

#contact .fa {
  vertical-align: middle;
}

#contact li {
  padding: 10px 0;
}

#contact form {
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
}

p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.bg-primary {
  background-color: #F7C901 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-dark {
  color: white;
  background-color: #222222 !important;
}

.tx-size-md {
  font-size: 36px;
  line-height: 1.11119;
  font-weight: 700;
  letter-spacing: .006em;
}

.tx-size-lg {
  font-size: 50px;
}

.text-faded {
  color: rgba(255, 255, 255, 0.7);
}

section {
  position: relative;
  padding: 100px 0;
}

.section-heading {
  margin-top: 0;
}

::-moz-selection {
  color: white;
  background: #222222;
  text-shadow: none;
}

::selection {
  color: white;
  background: #222222;
  text-shadow: none;
}

img::selection {
  color: white;
  background: transparent;
}

img::-moz-selection {
  color: white;
  background: transparent;
}

body {
  -webkit-tap-highlight-color: #222222;
}

.toggle {
  margin-bottom: 2em;
  margin-right: 0.5em;
  font-size: 0.9rem;
  background-color: #fff;
  color: #F7C901;
  float: left;
  border: 1px solid #fff;
}

.toggle:hover {
  text-decoration: none;
  background-color: #eee;
  color: #F7C901;
}

.t-left {
  margin-right: 2%;
}

.rounded {
  border-radius: 15px;
  width: 400px;
}

.featurette-divider {
  margin: 80px 0;
}

.featurette {
  overflow: hidden;
}

.featurette ul {
  margin-left: -20px;
}

.featurette-image.pull-left {
  margin-right: 40px;
}

.featurette-image.pull-right {
  margin-left: 40px;
}

.featurette-heading {
  font-size: 50px;
}

@media(max-width:1200px) {
  .featurette-divider {
    margin: 50px 0;
  }

  .featurette-image.pull-left {
    margin-right: 20px;
  }

  .featurette-image.pull-right {
    margin-left: 20px;
  }

  .featurette-heading {
    font-size: 35px;
  }

  .service-box {
    padding: 50px;
  }
}

@media(max-width:991px) {
  .featurette-divider {
    margin: 40px 0;
  }

  .featurette-image {
    max-width: 50%;
  }

  .featurette-image.pull-left {
    margin-right: 10px;
  }

  .featurette-image.pull-right {
    margin-left: 10px;
  }

  .featurette-heading {
    font-size: 3em;
  }
}

@media(max-width:768px) {
  .padding-top {
    padding-top: 50px;
  }

  .featurette-divider {
    margin: 40px 0;
  }

  .featurette-heading {
    font-size: 2.5em;
  }

  .toggle {
    font-size: 0.84rem;
  }

.show .navbar-nav{
  padding: 2em;
}
}

@media(max-width:668px) {
  .featurette-divider {
    margin: 30px 0;
  }

  .featurette-heading {
    font-size: 1.6em;
  }
}

@media(max-width:414px) {
  .featurette-divider {
    margin: 10px 0;
  }

  .featurette-heading {
    font-size: 1.9em;
  }

  .featurette-image {
    max-width: 100%;
  }

  .featurette-image.pull-left {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .featurette-image.pull-right {
    margin-bottom: 10px;
    margin-left: 0;
  }

  .toggle {
    font-size: 0.84rem;
  }
}

@media(max-width:320px) {
  .toggle {
    font-size: 5vw;
  }
}

header {
  position: relative;
  width: 100%;
  min-height: auto;
  text-align: center;
  color: white;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

header.gallerie-head {
  background-image: url("../img/gallerie-header.jpg");
}

header.impressum-head {
  background-image: url("../img/imp-header.jpg")
}

header.yeni-resim-head {
  background-color: #F7C901;
}

#masthead .header-bg-wrapper {
  width: 100%;
  height: 100vh;
  position: fixed;
}

#masthead {
  padding: 0;
  color: white;
}

#masthead .header-bg-wrapper .header-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-image: url("../img/header.jpg");
}

.arrow-button {
  font-size: 30px;
  cursor: pointer;
  margin: 0;
  border: none;
  color: #fff;
  background: none;
  position: relative;
}

.header-content {
  position: relative;
  width: 100%;
  padding: 150px 15px 100px;
}

.header-content .header-content-inner h1 {
  font-size: 6vw;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
}

.header-content .header-content-inner hr {
  margin: 30px auto;
}

.header-content .header-content-inner p {
  font-size: 20px;
  line-height: 1.11119;
  letter-spacing: .006em;
  font-weight: 300;
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  hr.right {
    margin-left: 90%;
  }

  hr.left {
    margin: 30px 0 !important;
  }

  #masthead {
    height: 100%;
    min-height: 600px;
  }

  #masthead .header-content p {
    font-size: 20px;
    margin: 30px 0;
  }

  header.site-head {
    height: 50%;
    min-height: 600px;
  }

  header.mini-head {
    height: 35%;
    min-height: 300px;
  }

  .header-content {
    position: absolute;
    top: 50%;
    padding: 150px 15px 100px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .header-content .header-content-inner {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
  }

  .header-content .header-content-inner h1 {
    font-size: 50px;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  }

  .header-content .header-content-inner p {
    font-size: 18px;
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}
.bg-bright{
  background: #fff;
}
#apeybau p {
  font-weight: 800;
}

.service-container {
  max-width: 1440px;
  column-count: 2;
  margin-left: auto;
  margin-right: auto;
  -moz-column-width: 18em;
  -webkit-column-width: 18em;
  -moz-column-gap: 1em;
  -webkit-column-gap: 1em;
}

.service-box-wrapper {
  padding: .25rem;
}

.service-box {
  -webkit-column-break-inside: avoid-column;
  page-break-inside: avoid;
  break-inside: avoid-column;
  padding: 15% 15%;
  margin-bottom: 20px;
  background-color: #fafafa;
}

.service-head {
  text-align: center;
}

.service-box p {
  margin-bottom: 0;
}

.text-primary {
  color: #F7C901 !important;
}

.no-gutter>[class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.btn-default {
  color: #222222;
  border-color: white;
  background-color: white;
}

.btn-default.focus,
.btn-default:focus {
  color: #222222;
  border-color: #bfbfbf;
  background-color: #e6e6e6;
}

.btn-default:hover {
  color: #222222;
  border-color: #e0e0e0;
  background-color: #e6e6e6;
}

.btn-default.active,
.btn-default:active,
.open>.btn-default.dropdown-toggle {
  color: #222222;
  border-color: #e0e0e0;
  background-color: #e6e6e6;
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.btn-default.dropdown-toggle.focus,
.open>.btn-default.dropdown-toggle:focus,
.open>.btn-default.dropdown-toggle:hover {
  color: #222222;
  border-color: #bfbfbf;
  background-color: #d4d4d4;
}

.btn-default.active,
.btn-default:active,
.open>.btn-default.dropdown-toggle {
  background-image: none;
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  border-color: white;
  background-color: white;
}

.btn-default .badge {
  color: white;
  background-color: #222222;
}

.btn-primary {
  color: white;
  border-color: #F7C901;
  background-color: #F7C901;
}

.btn-primary.focus,
.btn-primary:focus {
  color: white;
  border-color: #a4270d;
  background-color: #D76909;
}

.btn-primary:hover {
  color: white;
  border-color: #CD610A;
  background-color: #D76909;
}

.btn-primary.active,
.btn-primary:active,
.open>.btn-primary.dropdown-toggle {
  color: white;
  border-color: #CD610A;
  background-color: #D76909;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.btn-primary.dropdown-toggle.focus,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle:hover {
  color: white;
  border-color: #CD610A;
  background-color: #D76909;
}

.btn-primary.active,
.btn-primary:active,
.open>.btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  border-color: #F7C901;
  background-color: #F7C901;
}

.btn-primary .badge {
  color: #F7C901;
  background-color: white;
}

.btn {
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 300px;
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
}

.btn-xl {
  padding: 15px 30px;
}

.main-color {
  color: #F7C901;
}

.white-color {
  color: #fff;
}

.gallery-container h1 {
  text-align: center;
  margin-top: 70px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  color: #58595a;
}

.gallery-container p.page-description {
  text-align: center;
  margin: 30px auto;
  font-size: 18px;
  color: #85878c;
}

/* Styles for the gallery */

.tz-gallery {
  padding: 40px;
}

.tz-gallery .thumbnail {
  padding: 0;
  margin-bottom: 30px;
  border: none;
}

.tz-gallery img {
  border-radius: 2px;
  border-radius: 2px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tz-gallery lightbox {
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 100%;
}

.tz-gallery .caption {
  padding: 26px 30px;
  text-align: center;
}

.tz-gallery .caption h3 {
  font-size: 14px;
  font-weight: bold;
  margin-top: 0;
}

.tz-gallery .caption p {
  font-size: 12px;
  color: #7b7d7d;
  margin: 0;
}

.baguetteBox-button {
  background-color: transparent !important;
}

.radio {
  display: table-cell;
  padding-right: 10px;
}

.thumb {
  max-width: 100%;
  width: 300px;
}

.custom-file-control:lang(de)::before {
  content: "Resim sec";
}

.form-label {
  font-size: 12px;
  margin: 0;
  display: block;
  color: #F7C901;
  opacity: 1;
  -webkit-transition: .333s ease top, .333s ease opacity;
  transition: .333s ease top, .333s ease opacity;
}

.form-control:focus {
  border-color: #F7C901;
}

textarea {
  resize: none;
}

.form-control {
  border-radius: 0;
  border-color: #ccc;
  border-width: 0 0 2px 0;
  border-style: none none solid none;
  box-shadow: none;
}

@media(max-width:768px) {
  .tx-size-md {
    font-size: 20px;
  }

  .service-box {
    padding: 50px;
  }
}

#services {
  padding-bottom: 20px;
}

.service-info-tab {
  display: flex;
}

.service-info {
  padding: 50px;
  display: flex;
}

.service-info-open {
  height: 100px !important;
  transition: height 0.15s ease-in;
}

.service-icon {
  padding-bottom: 20px;
}

.ref-logo {
  margin-bottom: 20px;
  height: 50px;
}

.ref-logo img {
  height: 100%;
  padding: 0 20px;
}

.ref-modal {
  max-width: 100%;
  width: 90%;
  margin: 5%;
}

.ref_img {
  margin: auto;
}

.ref_img img {
  width: 100%;
}

video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
}

main {
  position: relative;
  background-color: #F7C901;
}

.border-none {
  border: none;
}

#header-impressum {
height: 50vh !important;
}

header a {
  position: absolute;
  bottom: 250px;
}

header a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb07 2s infinite;
  animation: sdb07 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}
header a span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
header a span:nth-of-type(2) {
  top: 16px;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
header a span:nth-of-type(3) {
  top: 32px;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}

@-webkit-keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

header::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 80%;
  background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 80%,rgba(0,0,0,.8) 100%);
  background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 80%,rgba(0,0,0,.8) 100%);
}
.swiper-slide a img{
  width: 100%;
}
.swiper-slide .service-wrapper {
  width: 100%;
  padding-top: 50%;
  height: 100%;
}

.swiper-slide .post-thumb-title-wrapper {
  position: absolute;
  padding: .5em 1em;
  overflow: hidden;
  width: 100%;
  bottom: 0%;
}

.swiper-slide .thub-overlay {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(247, 201, 1, 1));
  height: 100%;
  top: -100%;
  position: relative;
}
.swiper-slide a:hover{
  color: #FFF;
}


form .form-control {
  background-color: #f2f6f8;
  border-radius: 2rem;
  border: none;
  box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.11);
}
form .form-control.thick {
  height: 3.3rem;
  padding: 0.5rem 3.5rem;
}
form .form-control:focus {
  background-color: #f2f6f8;
  border: none;
  box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.11);
}
form .message .form-control {
  padding: 0.5rem 1.8rem;
}
form ::placeholder {
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
  color: #838788;
  position: relative;
  left: 0;
}
form input,
form textarea {
  font-family: "Quicksand", sans-serif;
  color: #212529;
  font-size: 1.1rem;
}
form .icon {
  color: #57565c;
  height: 1.3rem;
  position: absolute;
  left: 1.5rem;
  top: 1.1rem;
}

.btn.btn-primary {
  font-family: "Quicksand", sans-serif;
  font-weight: bold;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 3rem;
  border: 0;
  border-radius: 3rem;
  background-image: linear-gradient(131deg, #000, #444, #777, #aaa);
  background-size: 300% 100%;
  transition: all 0.3s ease-in-out;
}

.btn.btn-primary:hover:enabled {
  box-shadow: 0 0.5em 0.5em -0.4em #ff923cba;
  background-size: 100% 100%;
  transform: translateY(-0.15em);
}

#two {
  z-index: 5;
  background-image: url('../img/stairs-6517488.jpg');
  background-size:  100% auto;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#two .background {
  transform: translateZ(9);
}
@media only screen and (max-device-width: 1366px) {
  .two {
    background-attachment: scroll;
  }
}
.contact-text, .contact-text a{
  font-weight: 700;
}