@import url('fontawesome.min.css');
@import url('fonts.css');
@import url('animate.min.css');
@import url('vegas.min.css');

:root {
  --bs-primary: #B6A389;
  --bs-secondary: #666666;
  --bs-tertiary: #9d886a;
}

html, body {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.8;
  color: var(--bs-secondary);
}
body {
  padding-top: 72.4px;
  height: 100%;
}

/* typography */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6  {
  font-weight: 600;
  line-height: 1.35;
  margin: 0 0 15px 0;
  font-family: 'Great Vibes', 'Roboto', sans-serif;
  color: var(--bs-primary);
}
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  color: var(--bs-secondary);
}
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  font-weight: 300;
  color: var(--bs-secondary);
  font-family: 'Roboto', sans-serif;
}

h1, .h1 { font-size: 56px; }
h2, .h2 { font-size: 52px; }
h3, .h3 { font-size: 48px; }
h4, .h4 { font-size: 44px; }
h5, .h5 { font-size: 40px; }
h6, .h6 { font-size: 36px; }

p {
  margin: 15px 0;
  text-align: justify;
  -moz-hyphens: auto; 
  -o-hyphens: auto; 
  -webkit-hyphens: auto; 
  -ms-hyphens: auto; 
  hyphens: auto;
}

a {
  color: var(--bs-primary);
  text-decoration: none;
  transition: all .25s;
}
a:hover {
  color: var(--bs-secondary);
  text-decoration: none;
}

small {
	display: block;
	font-size: 65%;
	font-weight: 300;
}

strong, b, .fw-bold {
	font-weight: 600;
}

hr {
  margin: 45px 0;
}

.ul {
  list-style-image: url('../img/ul.png');
  line-height: 1.8;
}
.ul.big {
  font-size: 20px;
  line-height: 2.2;
}

/* animated */
.animate__animated {
  animation-duration: 2.5s !important;
}

/* images */
.img-content {
  width: 100%;
  max-width: 380px;
  border: 10px solid var(--bs-secondary);
}
.img-rotate-r {
  transform: rotate(2.5deg);
}
.img-rotate-l {
  transform: rotate(-2.5deg);
}
.float-start {
  margin: 15px 60px 30px 0;
}
.float-end {
  margin: 15px 0 30px 60px;
}

/* buttons */
.btn {
  border-radius: 0;
}

/* background */
.bg-primary {
  background-color: var(--bs-primary) !important;
  color: var(--bs-white);
}
.bg-primary h1,
.bg-primary .h1,
.bg-primary h2,
.bg-primary .h2,
.bg-primary h3,
.bg-primary .h3,
.bg-primary h4,
.bg-primary .h4,
.bg-primary h5,
.bg-primary .h5,
.bg-primary h6,
.bg-primary .h6,
.bg-primary a {
  color: var(--bs-white);
}

.bg-secondary {
  background-color: var(--bs-secondary) !important;
  color: var(--bs-white);
}
.bg-secondary h1,
.bg-secondary .h1,
.bg-secondary h2,
.bg-secondary .h2,
.bg-secondary h3,
.bg-secondary .h3,
.bg-secondary h4,
.bg-secondary .h4,
.bg-secondary h5,
.bg-secondary .h5,
.bg-secondary h6,
.bg-secondary .h6,
.bg-secondary a {
  color: var(--bs-white);
}

/* BUTTONS */
.btn {
	border-radius: 0;
	border: none;
	font-weight: 600;
	text-transform: uppercase;
}

.btn-primary {
	background-color: var(--bs-primary);
	color: var(--bs-white);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active {
	background-color: var(--bs-tertiary);
	color: var(--bs-white);
}

.btn-secondary {
	background-color: var(--bs-secondary);
	color: var(--bs-white);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.active {
	background-color: var(--bs-tertiary);
	color: var(--bs-white);
}


/* nav */
.navbar {
  background-color: var(--bs-tertiary) !important;
  padding-top: 0;
  padding-bottom: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
.navbar-nav {
  width: 100%;
}
.nav-item {
  width: 100%;
  text-align: center;
}
.navbar-nav .nav-link {
  color: var(--bs-white);
  font-weight: 600;
  padding: 20px 15px !important;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link.active {
  background-color: var(--bs-white);
  color: var(--bs-tertiary) !important;
}
.navbar-toggler {
  border: none;
  border-radius: 0;
  padding: 0;
  font-size: 25px;
  box-shadow: none !important;
  color: var(--bs-white) !important;
}
.navbar-brand {
  font-size: 18px;
  font-weight: 600;
  color: var(--bs-white) !important;
}

/* header */
.header {
  display: flex;
  position: relative;
  padding: 60px 0;
}
.header .header-title {
  color: var(--bs-primary);
  text-align: center;
  line-height: 1.3;
  font-size: 55px;
  margin: 0;
}
.header .header-title small {
  color: var(--bs-secondary);
  font-size: 35px;
  font-weight: 600;
}

/* fader */
.fader {
  display: flex;
  position: relative;
  min-height: 400px;
}
.fader::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('../img/header-overlay-left.png'), url('../img/header-overlay-right.png');
  background-position: left center, right center;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
}

/* section */
.section {
  display: block;
  position: relative;
  padding: 75px 0;
}

/* footer */
.footer {
  display: block;
  position: relative;
  padding: 75px 0;
  background-color: var(--bs-secondary);
  color: var(--bs-white);
  line-height: 1.5;
  font-size: 16px;
}
.footer a {
	color: var(--bs-white);
}
.footer a:hover, 
.footer a:focus,
.footer a.active {
	color: var(--bs-white);
	opacity: 0.5;
}
.footer .footer-nav a {
	margin-right: 15px;
	font-weight: 600;
}
.footer .footer-nav a:last-child {
	margin-right: 0;
}
.footer .footer-developer {
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	line-height: 1.25;
	font-size: 16px;
}
.footer .footer-developer img {
	width: 100%;
	max-width: 40px;
	margin-right: 5px;
}
.footer .seo a {
  transition: none;
}

/* form */
.form-group {
	margin-bottom: 15px;
}
.form-label {
	font-weight: 600;
}
.form-control {
	border-radius: 0;
	border: none;
}
.form-control:focus {
	box-shadow: none;
}

.has-error .form-control {
	border-color: var(--bs-danger);
}
.has-error .form-label,
.has-error .help-block,
.has-error .form-check-label {
	color: var(--bs-danger);
}

.form-check-input:checked {
  background-color: var(--bs-secondary);
  border-color: var(--bs-secondary);
}

#danke {
	display: none;
}

#captcha {
  color: var(--bs-secondary);
}

/* mobil */
@media (max-width: 1399.98px) {

}
@media (max-width: 1199.98px) {

}
@media (max-width: 991.98px) {
  /* typography */
  h1, .h1 { font-size: 46px; }
  h2, .h2 { font-size: 42px; }
  h3, .h3 { font-size: 38px; }
  h4, .h4 { font-size: 34px; }
  h5, .h5 { font-size: 30px; }
  h6, .h6 { font-size: 26px; }

  /* images */
  .img-rotate-r {
    transform: rotate(2.5deg);
  }
  .img-rotate-l {
    transform: rotate(-2.5deg);
  }
  .float-start,
  .float-end {
    display: block;
    float: none !important;
    margin: 15px auto;
  }

  /* nav */
  .navbar {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .nav-item {
    text-align: start;
  }
  .navbar-nav .nav-link {
    padding: 10px 15px !important;
  }

  /* header */
  .header .header-title {
    font-size: 55px;
  }

  /* fader */
  .fader {
    min-height: 300px;
  }

  /* section */
  .section {
    padding: 30px 0;
  }
}
@media (max-width: 767.98px) {
  /* header */
  .header .header-title {
    font-size: 32px;
  }
  .header .header-title small {
    font-size: 20px;
  }

  /* fader */
  .fader {
    min-height: 220px;
  }
  .fader::after {
    display: none;
  }
}
@media (max-width: 575.98px) {

}