/*
 * Main website CSS
 */

/* general page elements */
body {
  width: 100%;
  height: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #555555;
  background-color: #FFFFFF;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Prata", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 35px;
}

h2 {
  display: inline-block;
  position: relative;
  margin-bottom: 70px;
}

h2::after {
  content: "";
  position: absolute;
  left: 25%;
  width: 50%;
  margin-top: 45px;
  border: 2px solid #AF986E;
}

h3 {
  margin: 0 0 25px;
}

p {
  font-size: 18px;
  line-height: 1.5;
  margin: 0 0 25px;
}

p2 {
  font-size: 15px;
}

p3 {
  font-size: 12px;
}

@media (min-width: 768px) {
  p {
    margin: 0 0 35px;
    font-size: 18px;
    line-height: 1.6;
  }

  p2 {
    font-size: 15px;
  }

  p3 {
    font-size: 12px;
  }
}

a {
  color: #555555;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #555555;
}

.underline {
  border-bottom: 1px dotted #555555;
}

.underline:hover,
.underline:focus {
  border-bottom: 1px solid #555555;
}

.intro-arrow {
  color: #FFFFFF;
}

.intro-arrow:hover,
.intro-arrow:focus {
  color: #FFFFFF;
}

.logo {
  float: left;
  height: 100%;
}

/* navigation bar (all sites) */
.navbar-custom {
  font-family: "Prata", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 0;
  border-bottom: 1px solid #AF986E;
  background-color: #AF986E;
}

.navbar-custom .navbar-toggle {
  font-size: 14px;
  color: #FFFFFF;
  background-color: #AF986E;
}

.navbar-custom .navbar-toggle:focus,
.navbar-custom .navbar-toggle:active {
  outline: none;
}

.navbar-custom .navbar-brand {
  font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
  outline: none;
}

.navbar-custom .navbar-brand img {
  height: 100%;
}

.navbar-custom a {
  color: #FFFFFF;
}

.navbar-custom .nav li a {
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

.navbar-custom .nav li a:hover {
  color: #555555;
  outline: none;
  background-color: rgba(255, 255, 255, 0.5);
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
  outline: none;
  background-color: rgba(255, 255, 255, 0.5);
}

.navbar-custom .nav li.active {
  outline: none;
}

.navbar-custom .nav li.active a {
  color: #555555;
  background-color: #AF986E;
}

.navbar-custom .nav li.active a:hover {
  color: #555555;
}

@media (min-width: 768px) {
  .navbar-custom {
    padding: 20px 0;
    border-bottom: none;
    letter-spacing: 1px;
    background: transparent;
    -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  }

  .navbar-custom.top-nav-collapse {
    padding: 0;
    background: #AF986E;
    border-bottom: 1px solid #AF986E;
  }
}

/* landing page scroll arrow */
.scroll-arrow {
  text-align: center;
  vertical-align: middle;
  font-size: 1.84em;
  margin-top: 50px;
}

.scroll-arrow-header {
  margin-top: 150px;
}

/* landing page intro section */
.intro {
  display: table;
  width: 100%;
  height: auto;
  padding: 100px 0;
  text-align: left;
  background: url(../img/index-main.png) no-repeat bottom center scroll;
  background-color: #4e4341;
  color: #FFFFFF;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.intro .intro-body {
  display: table-cell;
  vertical-align: middle;
  padding-top: 100px;
}

.intro .intro-body .brand-heading {
  font-size: 30px;
}

.intro .intro-body .intro-text {
  font-size: 15px;
}

@media (min-width: 768px) {
  .intro {
    height: 100%;
    padding: 0;
  }

  .intro .intro-body .brand-heading {
    font-size: 50px;
  }

  .intro .intro-body .intro-text {
    font-size: 25px;
  }
}

.intro .intro-body h1.brand-heading::after {
  content: "";
  position: absolute;
  display: block;
  width: 210px;
  margin-top: 15px;
  border: 2px solid #AF986E;
}

.datenschutz {
  height: 100px;
  background: transparent;
  background-color: #4e4341;
}

/* landing page sections */
.landing-section {
  padding-top: 80px;
  padding-bottom: 200px;
}

#welcome img {
  width: 100%;
}

#fewo .description {
  margin-top: 10px;
}

#fewo img {
  margin-bottom: 20px;
}

#fewo table {
  width: 80%;
  margin: 0 auto !important;
}

#contact {
  padding-bottom: 0;
  padding-top: 100px;
}

/* contact form */
#contact-form {
  margin-top: 30px;
}

#contact-form-header {
  padding-bottom: 35px;
}

#message {
  resize: vertical;
}

.float-label-control {
  position: relative;
  margin-bottom: 3.5em;
}

.float-label-control ::-webkit-input-placeholder {
  color: transparent;
}

.float-label-control :-moz-placeholder {
  color: transparent;
}

.float-label-control ::-moz-placeholder {
  color: transparent;
}

.float-label-control :-ms-input-placeholder {
  color: transparent;
}

.float-label-control input:-webkit-autofill,
.float-label-control textarea:-webkit-autofill {
  background-color: transparent !important;
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
  -moz-box-shadow: 0 0 0 1000px white inset !important;
  box-shadow: 0 0 0 1000px white inset !important;
}

.float-label-control input,
.float-label-control textarea,
.float-label-control label {
  font-size: 1.3em;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.float-label-control input:focus,
.float-label-control textarea:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  border-bottom-width: 2px;
  border-color: #555555;
  padding-bottom: 0;
}

.float-label-control textarea:focus {
  padding-bottom: 4px;
}

.float-label-control input,
.float-label-control textarea {
  display: block;
  width: 100%;
  padding: 0.1em 0em 1px 0em;
  border: none;
  border-radius: 0px;
  border-bottom: 1px solid #aaa;
  outline: none;
  margin: 0px;
  background: none;
}

.float-label-control textarea {
  padding: 0.1em 0em 5px 0em;
}

.float-label-control label {
  position: absolute;
  font-weight: normal;
  top: -1.3em;
  left: 0.0em;
  color: #555555;
  z-index: -1;
  font-size: 1.3em;
  -moz-animation: float-labels 300ms none ease-out;
  -webkit-animation: float-labels 300ms none ease-out;
  -o-animation: float-labels 300ms none ease-out;
  -ms-animation: float-labels 300ms none ease-out;
  -khtml-animation: float-labels 300ms none ease-out;
  animation: float-labels 300ms none ease-out;
  /* There is a bug sometimes pausing the animation. This avoids that.*/
  animation-play-state: running !important;
  -webkit-animation-play-state: running !important;
}

.float-label-control input.empty+label,
.float-label-control textarea.empty+label {
  top: 0.1em;
  font-size: 1.5em;
  animation: none;
  -webkit-animation: none;
}

.float-label-control input:not(.empty)+label,
.float-label-control textarea:not(.empty)+label {
  z-index: 1;
}

.float-label-control input:not(.empty):focus+label,
.float-label-control textarea:not(.empty):focus+label {
  color: #aaa;
}

.float-label-control.label-bottom label {
  -moz-animation: float-labels-bottom 300ms none ease-out;
  -webkit-animation: float-labels-bottom 300ms none ease-out;
  -o-animation: float-labels-bottom 300ms none ease-out;
  -ms-animation: float-labels-bottom 300ms none ease-out;
  -khtml-animation: float-labels-bottom 300ms none ease-out;
  animation: float-labels-bottom 300ms none ease-out;
}

.float-label-control.label-bottom input:not(.empty)+label,
.float-label-control.label-bottom textarea:not(.empty)+label {
  top: 3em;
}

.status {
  margin-top: 10px;
  color: #b31616;
  font-size: 1.3em;
}

/* content page sections */
.content-wrapper {
  padding-top: 200px;
  padding-bottom: 100px;
  /*background: url(../img/all-bg.png) no-repeat top center scroll;*/
}

.content-section {
  color: #555555;
  background-color: #FFFFFF;
  margin-bottom: 20px;
}

/* page content with sidebar menu */
.content {
  margin: 0;
}

.content ul {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 25px;
}

.content-menu {
  position: fixed;
  padding: 40px 30px;
  text-transform: uppercase;
}

.content-menu-item {
  display: block;
  padding: 10px;
  color: #555555;
}

.content-menu-item:focus,
.content-menu-item:hover {
  color: #555555;
  background-color: #FFFFFF;
}

.content-menu .active {
  background-color: #FFFFFF;
}

.content-menu-subitem {
  text-indent: 10px;
  font-size: 12px;
}

.content-text {
  padding: 40px 30px;
}

@media (min-width: 768px) {
  .content-text {
    padding: 40px 30px 40px 50px;
  }
}

/* buttons */
.btn {
  text-transform: uppercase;
  font-family: "Prata", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
}

.btn-default {
  margin-top: 5px;
  border: 1px solid #AF986E;
  color: #FFFFFF;
  background-color: #AF986E;
}

.btn-default:hover,
.btn-default:focus {
  border: 1px solid #AF986E;
  outline: none;
  color: #AF986E;
  background-color: transparent;
}

/* collapse list of buttons in one column if small window size */
ul.banner-buttons {
  margin-top: 0;
}

@media (max-width: 1199px) {
  ul.banner-buttons {
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  ul.banner-buttons li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }

  ul.banner-buttons li:last-child {
    margin-bottom: 0;
  }
}

/* page footer */
footer {
  margin-top: 50px;
  padding: 15px 0;
  color: #FFFFFF;
  border-top: 1px solid #4e4341;
  background-color: #4e4341;
}

#footer a {
  color: #FFFFFF;
}

#footer .underline {
  border-bottom: 1px dotted #FFFFFF;
}

#footer .underline:hover,
#footer .underline:focus {
  border-bottom: 1px solid #FFFFFF;
}

/* modal window */
@media screen and (min-width: 768px) {
  .video-modal {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .custom-modal {
    width: 90%;
  }
}

.modal-title {
  float: left;
  color: #FFFFFF;
}

.modal-body {
  background-color: #555555;
}

.modal a {
  color: #AF986E;
}

.modal a:hover,
.modal a:focus {
  text-decoration: none;
  color: #AF986E;
}

.modal .btn-default {
  margin-top: 5px;
  border: 1px solid #AF986E;
  color: #AF986E;
  background-color: transparent;
}

.modal .btn-default:hover,
.modal .btn-default:focus {
  border: 1px solid #AF986E;
  outline: none;
  color: #555555;
  background-color: #AF986E;
}

/* text selection */
.light {
  font-weight: 400;
}

::-moz-selection {
  text-shadow: none;
  background: transparent;
}

::selection {
  text-shadow: none;
  background: transparent;
}

img::selection {
  background: transparent;
}

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

/* map application */
#map {
  height: 325px;
}

/* fonts */
@font-face {
  font-family: 'Prata';
  font-style: normal;
  font-weight: 400;
  src: local('Prata Regular'), local('Prata-Regular'), url(../fonts/prata/Prata-Regular.ttf) format('truetype');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

@font-face {
  font-family: 'Philosopher';
  font-style: normal;
  font-weight: 400;
  src: local('Philosopher Regular'), local('Philosopher-Regular'), url(../fonts/philosopher/Philosopher-Regular.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

@font-face {
  font-family: 'Philosopher';
  font-style: normal;
  font-weight: 700;
  src: local('Philosopher Bold'), local('Philosopher-Bold'), url(../fonts/philosopher/Philosopher-Bold.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(../fonts/opensans/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(../fonts/opensans/k3k702ZOKiLJc3WVjuplzOgdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}