/*!
 * Start Bootstrap - Modern Business (http://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */

body {
    font-family: "nudista-web",sans-serif;
}

a {
  transition: ease 0.3s;
}

a:hover {
  text-decoration: none;
  color:#767676;
}

h2 {
  font-family: "rift-soft",sans-serif;
  color: #2e2e2e;
}

h2 span {
  font-family: "rift-soft",sans-serif;
  font-weight: 900;
  color: #290e75;
}

.carousel-item {
    height: 65vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.description {
  color: #767676;
  font-weight: 400;
  font-size: 15px;
}

.description ul li {
  color: #767676;
  font-weight: 400;
  font-size: 15px;
}

.description-2 {
  color: #454545;
  font-weight: 400;
  font-size: 15px;
}

.portfolio-item {
    margin-bottom: 30px;
}

.logo {
  width: 280px;
}

.nav-link {
  border-bottom: 2px solid #f8f9fa;
  transition: border-color ease 0.3s;
}

.nav-link:hover {
  border-bottom: 2px solid red;
}

.nav-link-active {
  border-bottom: 2px solid red;
  font-weight: 900;
}

.wrapper {
  background: #fff;
  border-bottom: 1px solid #e7e7e7;
  position: fixed;
  z-index: 1031;
  font-size: 12px;
  padding-top: 7px;
  padding-bottom: 7px;
  width: 100%;
  top:0;
  transition: top ease 0.2s;
}

.fixed-top {
  top:32px;
  transition: top ease 0.2s;
}

.scrolled {
  transition: top ease 0.2s;
}

.scrolled .fixed-top {
  top:0;
}

.scrolled .wrapper {
  top:-40px;
}

header {
  margin-top: 100px;
}

.text-align-right {
  text-align: right;
}

.carousel-caption-2 {
  position: absolute;
  left: 20%;
  top: 50%;
}

.title1 {
  position: relative;
  display: inline-block;
  background: #290e75;
  padding: 10px 20px 0px 20px;
  border-radius: 10px 10px 0px 0px;
  z-index: 21;
}

.title1-text {
  color: #fff;
  font-family: "rift-soft",sans-serif;
  font-weight: 900;
  font-size: 40px;
  line-height: 1em;
}

.title3 {
  position: relative;
  display: inline-block;
  background: #290e75;
  padding: 10px 20px 0px 20px;
  border-radius: 10px 10px 10px 10px;
  z-index: 21;
}

.title3-text {
  color: #fff;
  font-family: "rift-soft",sans-serif;
  font-weight: 900;
  font-size: 40px;
  line-height: 1em;
}

.title2 {
  position: relative;
  background: #fd2014;
  padding: 15px 10px 5px 20px;
  border-radius: 0px 10px 10px 10px;
  width: 400px;
  hyphens: auto;
  z-index: 22;
}

.title2-text {
  color: #fff;
  font-size: 16px;
  line-height: 1em;
}

.text-transform {
  font-variant: small-caps;
  font-size: 22px;
  vertical-align: 15px;
}

.arrows {
  position: absolute;
  bottom: 0;
  z-index: 20;
}

.contact-sidebar {
  position: fixed;
  top: 40%;
  left: -15px;
  z-index: 30;
}

.phone {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  position: relative;
  width: 240px;
  height: 50px;
  margin-bottom: 10px;
  margin-left: -170px;
  border: none;
  border-radius: 0px 10px 10px 0px;
  -o-text-overflow: clip;
  text-overflow: clip;
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.1);
background: #f8f9fa; /* Old browsers */
  transition: margin 0.3s, width 0.3s, color 0.3s;
}

.phone:hover {
  margin-left: 0px;
}

.icon-position {
    margin-left: -21px;
    margin-top: -6px;
}

.icon {
  -webkit-box-sizing: content-box;
  position: absolute;
  right: -1px;
  top: 2px;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 47px;
  height: 46px;
  color: #290e75;
  font-size: 20px;
  border: none;
  -o-text-overflow: clip;
  text-overflow: clip;
}

.icon-2 {
  -webkit-box-sizing: content-box;
  position: absolute;
  right: 2px;
  bottom: 2px;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 46px;
  height: 48px;
  color: #290e75;
  font-size: 20px;
  border: none;
  -o-text-overflow: clip;
  text-overflow: clip;
}

.sidebar-text {
  color: #290e75;
}

.sidebar-text-2 {
  color: #290e75;
  padding-top: 10px;
  padding-left: 20px;
}

.phone p {
    padding-top: 15px;
    padding-left: 30px;
}

.contact-sidebar a {
  text-decoration: none;
}

.margin-left-30 {
  padding-left: 50px;
}

.margin-top-50 {
  margin-top: 50px;
}

.margin-bottom-50 {
  margin-bottom: 50px;
}

.padding-top-50 {
  padding-top: 50px;
}

.padding-bottom-50 {
  padding-bottom: 50px;
}

.padding-right-20 {
  padding-right: 50px;
}

.arrow-top {
  position: absolute;
  padding-top: 5px;
  padding-left: 15px;
}

.img-responsive {
  width: 100%;
}

.img-rounded {
  border-radius: 20px;
}

.wrapper-gb {
  background: #d3d8e6; /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #d3d8e6 0%, #b9bdca 99%); /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #d3d8e6 0%,#b9bdca 99%); /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #d3d8e6 0%,#b9bdca 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d8e6', endColorstr='#b9bdca',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.wrapper-grey {
  background: #ffffff; /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #f3f3f3 100%); /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%,#f3f3f3 100%); /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #ffffff 0%,#f3f3f3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.service-box {
  position: absolute;
  width: 240px;
  background: #efefef;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.04);
  right: 30px;
  bottom: 30px;  
  transition: ease 0.3s;
}

.service-box p {
  font-family: "rift-soft",sans-serif;
  font-weight: 900;
  color: #290e75;
  font-size: 20px;
  text-align: center;
}

.service-box2 {
  position: absolute;
  width: 240px;
  background: #efefef;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.04);
  right: 30px;
  bottom: 30px;
  transition: ease 0.3s;
}

.service-box2 p {
  font-family: "rift-soft",sans-serif;
  font-weight: 900;
  color: #290e75;
  font-size: 22px;
  padding-top: 15px;
  padding-left: 20px;
  text-align: left;
}

.service-box2 .subtitle {
  font-size: 12px;
  font-family: "nudista-web",sans-serif;
  font-weight: 300;
  padding-top: 0px;
  margin-top: -10px;
  line-height: 1em;
}

.icon-service {
   display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

.services a .service-box:hover {
  opacity: 0.8;  
}

.services a .service-box2:hover {
  opacity: 0.8;  
}

.water-title {
  color: #290e75;
  font-family: "rift-soft",sans-serif;
  font-weight: 900;
  font-size: 40px;
  line-height: 1em;
}

.text-align-center {
  text-align: center;
}

.bg-grey {
  background-color: #e7e7e7;
}

.rounded-20 {
  border-radius: 20px;
}

.job-title {
  font-size: 20px;
  height: 50px;
  padding: 18px 0px 0px 10px;
}

.job-button {
  background-color: #fd2014;
  height: 60px;
  margin: 4px -11px 4px 0px;
  color: #fff;
  padding-top: 18px;
  transition: ease 0.3s;
}

.job-button:hover {
  opacity: 0.7;
}

.job a {
  text-decoration: none;
}

.job a:hover {
  text-decoration: none;
}

/*contact*/
.contactform textarea,.contactform input{width: 100%;padding:0.9em;border:1px solid #ccc;margin-bottom: 1em;border-radius: 5px;font-family:"nudista-web",sans-serif;font-weight:400;outline: none;font-size: 0.9em;}
/*contact*/

.top5 { margin-top:5%; }


.btn-contact {
  background: rgba(253, 32, 20, 0);
  border-radius: 5px;
  padding: 25px;
  border: 2px solid rgba(253, 32, 20, 1);
  color: rgba(253, 32, 20, 1);
  font-family: "nudista-web",sans-serif;
  font-weight: 600;
  font-size: 20px;
  transition: all 0.7s;
  outline: none;
  width: 100%;
  text-align: center;
}

.btn-contact span {
  float: right;
  padding-left: 20px;
  padding-right: 10px;
}

.btn-contact:hover {
  background: rgba(253, 32, 20, 1);
  border-radius: 5px;
  border: 2px solid rgba(253, 32, 20, 1);
  color: #fff;
  font-family: "nudista-web",sans-serif;
  transition: all 0.7s;
}

.map {height: 350px;}

footer {
  color: #fff;
  font-size: 14px;
}

footer a {
  color: #fff;
  text-decoration: none;
}

footer a:hover {
  color: #d9d9d9;
  text-decoration: none;
}

.trennbereich {
  height: 150px;
}

.feedback-error {
  color:#fff;
  font-weight: 700;
  margin-bottom: 15px;
  padding: 15px;
  border-radius: 10px;
  background-color: #ffaaaa;
  border: 1px dotted #ff3232;
  text-align: center;
}

.feedback-error i{
  display: block;
  text-align: center;
   padding: 20px;
}

.feedback-error i:before {
  display: inline-block;
  font-size: 6em;
}

.feedback-success {
  color:#fff;
  font-weight: 700;
  margin-bottom: 15px;
  padding: 15px;
  border-radius: 10px;
  background-color: #bdbdbd;
  border: 1px dotted #464646;
  text-align: center;
}

.feedback-success i{
  display: block;
  text-align: center;
  padding: 20px;
}

.feedback-success i:before {
  display: inline-block;
  font-size: 6em;
}

.to-fade {
  opacity: 1;
  -webkit-transition: opacity 500ms ease-out 1s;
  -moz-transition: opacity 500ms ease-out 1s;
  -o-transition: opacity 500ms ease-out 1s;
  transition: opacity 500ms ease-out 1s;
}

.to-fade.fading {
  opacity: 0;
  pointer-events: none;
}

.video_background {
  position: absolute;
  top: 50%; 
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%; 
  min-height: 100%; 
  width: auto; 
  height: auto;
  z-index: -1000; 
  overflow: hidden !important;
}


@media (max-width: 991px) {
    .wrapper {
      display: none;
    }
    
    .fixed-top {
      top:0px;
      transition: top ease 0.2s;
    }
    
    .margin-top-50-tablet {
      margin-top: 50px;
    }
    
    .service-box2 {
      position: absolute;
      width: 170px;
      background: #efefef;
      border-radius: 10px;
      box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.04);
      right: 30px;
      bottom: 30px;
    }

    .service-box2 p {
      font-family: "rift-soft",sans-serif;
      font-weight: 900;
      color: #290e75;
      font-size: 16px;
      padding-top: 15px;
      padding-left: 20px;
      text-align: left;
    }
}

@media (min-width: 768px) {
  .margin-bottom-50-desktop {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
    .margin-top-50-mobil {
      margin-top: 50px;
    }
    
    .service-box2 {
      position: absolute;
      width: 240px;
      background: #efefef;
      border-radius: 10px;
      box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.04);
      right: 30px;
      bottom: 30px;
    }

    .service-box2 p {
      font-family: "rift-soft",sans-serif;
      font-weight: 900;
      color: #290e75;
      font-size: 22px;
      padding-top: 15px;
      padding-left: 20px;
      text-align: left;
    }
}

@media (max-width: 600px) {
    .title1 {
      display: none;
    }
    .title2 {
      display: none;
    }
    .title3 {
      display: none;
    }
}

@media (min-width: 440px) {
.slider-desktop-none {
  display: none !important;
}
}

@media (max-width: 440px) {
.video-display-none {
  display: none !important;
}
}

@media (max-width: 436px) {
  .logo{width: 200px;}
  header{margin-top: 80px;}
  }
