/*!
 * Start Bootstrap - Agency v3.3.7+1 (http://startbootstrap.com/template-overviews/agency)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
html, body {
  width: 100%;
  height:100%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}

@font-face {
  font-family: 'Kaushan Script';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/KaushanScript-Regular.ttf'); /* IE9 Compat Modes */
}

:root {
  --color-one: #422e09; /* Dunkelbraun */
  --color-two: #e8e5cf; /* Minzgrün */
  --color-three: #6d2620; /* Rot */
  --color-four: #4a1a16; /* Dunkleres Rot */
  /*
  --color-three: #a14e68;
  --color-four: #8c465c;
  */
};

.text-muted {
  color: #777777;
}
.text-primary {
  color: var(--color-three);
}

.nopadding {
  padding: 0;
  
}

.map {
    width: 100%;
    height: 450px;
}

@media (min-width: 768px) {
  .padding-big {
    padding: 15px;
  }
}

p {
  font-size: 14px;
  line-height: 1.75;
}
p.large {
  font-size: 16px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  outline: none;
}
a {
  color: var(--color-three);
}
a:hover,
a:focus,
a:active,
a.active {
  color: var(--color-four);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: none;
  font-weight: 700;
}

h3 {
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: center;
}

.img-centered {
  margin: 0 auto;
}
.bg-light-gray {
  background-color: #eeeeee;
}
.bg-darkest-gray {
  background-color: #222222;
}
.btn-primary {
  color: white;
  background-color: var(--color-three);
  border-color: var(--color-three);
  font-weight: 700;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: white;
  background-color: var(--color-four);
  border-color: #f6bf01;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: var(--color-three);
  border-color: var(--color-three);
}
.btn-primary .badge {
  color: var(--color-three);
  background-color: white;
}
.btn-xl {
  color: white;
  background-color: var(--color-three);
  border-color: var(--color-three);
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 3px;
  font-size: 18px;
  padding: 20px 40px;
}
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  color: white;
  background-color: var(--color-four);
  border-color: #f6bf01;
}
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  background-image: none;
}
.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
  background-color: var(--color-three);
  border-color: var(--color-three);
}
.btn-xl .badge {
  color: var(--color-three);
  background-color: white;
}


.btn-special {
  color: #666666;
  border-radius: 5px;
  font-size: 1.5em;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  font-weight: 300;
  width: 100%;
  border: 1px solid #666666;
  background: none;
}

.btn-special:hover {
  color: white;
  background-color: #666666;
}

@media (min-width: 768px) {
  .btn-special {
    
  } 
}

.bild-links, .bild-rechts , .bild-mitte{
  max-width: 500px;
  margin: 0px auto;
  width: 100%;
  display: block;
  clear: both;
  margin-bottom: 20px;
  margin-top: 8px;
}

.bild-rund {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -khtml-border-radius: 50%;
}

@media (min-width: 767px) {
  .bild-links {
    max-width: 300px;
    float: left;
    margin-right: 20px;
  }
  .bild-rechts {
    max-width: 300px;
    float: right;
    margin-left: 20px;
  }
}


/* Navigation */



.navbar-custom {
  background-color: var(--color-one);
  border-color: transparent;
}

.navbar-custom .navbar-collapse {
  border-color: rgba(255, 255, 255, 0.02);
}
.navbar-custom .navbar-toggle {
  background-color: var(--color-three);
  border-color: var(--color-three);
  text-transform: uppercase;
  color: white;
  font-size: 12px;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: var(--color-three);
}
.navbar-custom .nav li a {
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1px;
  color: white;
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus {
  color: var(--color-three);
  outline: none;
}
.navbar-custom .navbar-nav > .active > a {
  border-radius: 0;
  color: white;
  background-color: var(--color-three);
}
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
  color: white;
  background-color: var(--color-four);
}
@media (min-width: 768px) {
  .navbar-custom {
    background-color: transparent;
    padding: 25px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
    border: none;
  }
  
  .navbar-custom .navbar-nav > .active > a {
    border-radius: 3px;
  }
}
@media (min-width: 768px) {
  .navbar-custom.affix {
    background-color: var(--color-one);
    padding: 10px 0;
  }
  .navbar-custom.affix .navbar-brand {
    font-size: 1.5em;
  }
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover{

  background-color: var(--color-three);
}

.nav-pills-wrapper {
  margin: 0px auto;
  text-align: center;
  width: 100%;
}

/* Header */

header {
    position: relative;
    width: 100%;
    min-height: 100%;
    text-align: center;
    color: #fff;
    background-image: url(../img/main2.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header .header-content {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    padding: 0 50px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);    
}

header .header-content .header-content-inner {
    margin-top: 50px; /* Wegen Navigation */
    margin-right: auto;
    margin-left: auto;
    max-width: 1000px;
}

header .header-content .intro-lead-in {
    font-family: "Kaushan Script";
    font-size: 2.5em;
}
    
header .header-content .intro-heading {
    font-family: "Kaushan Script";
    font-size: 1.25em; 
}

@media(min-width:768px) {
    header {
        min-height: 100%;
    }

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

    header .header-content .header-content-inner {
        margin-top: 0px;
    }

    header .header-content .intro-lead-in {
      font-size: 4em;
    }
    
    header .header-content .intro-heading {
      font-size: 2em; 
    }
}


section {
  padding-top: 100px;
}

section h2.section-heading {
  font-size: 2em;
  margin-top: 0;
  margin-bottom: 60px;
  font-weight: 200;  
  text-transform: none;
}   

@media (min-width: 768px) {
  section {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  section h2.section-heading {
    font-size: 3em;
    margin-bottom: 90px;
    font-weight: 200;  
  }   

}



.service-heading {
  margin: 15px 0;
  text-transform: none;
}

.category-item {
  margin: 0;
  right: 0;
}

.category-link {
  display: block;
  position: relative;
  margin: 0 auto;
}

.category-link .category-overlay {
  background: rgba(109, 38, 32, 0.9);

  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  display: block;
  text-align: center;
  bottom: 0;
}

.category-link:hover .category-overlay {
  opacity: 1;
}

.category-link .category-caption {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);

  background: none;
  text-align: center;
  color: white;
  text-transform: none;
  font-weight: 300;
  font-size: 1.2em;
}


@media (min-width: 767px) {
  .category-item {
    margin: 0;
  }

  .category-link .category-caption {
    font-size: 1.4em;     
  }
}

.about-image {
  max-width: 500px;
  clear: both;
  margin: 0px auto;
  text-align: center;
}

.about-text {
  margin: 25px;
}

@media (min-width: 767px) {
  .about-image {
    max-width: 300px;
    float: left;
    margin-right: 20px;
  }

  .about-text {
    margin: 0px;
  }
}

@media (min-width: 767px) {
    .rounded-image {
      max-width: 100%;
    }  
}

.rounded-image {
  max-width: 200px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -khtml-border-radius: 50%;
  margin-bottom: 20px;
  margin-top: 20px;
}

.submenu-button {
  border-radius: 40%;
  width: 200px;
  height: 400px;
  border
}

.timeline {
  list-style: none;
  padding: 0;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #f1f1f1;
  left: 40px;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 50px;
  position: relative;
  min-height: 50px;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li .timeline-panel {
  width: 100%;
  float: right;
  padding: 0 20px 0 100px;
  position: relative;
  text-align: left;
}
.timeline > li .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline > li .timeline-image {
  left: 0;
  margin-left: 0;
  width: 80px;
  height: 80px;
  position: absolute;
  z-index: 100;
  background-color: var(--color-three);
  color: white;
  border-radius: 100%;
  border: 7px solid #f1f1f1;
  text-align: center;
}
.timeline > li .timeline-image h4 {
  font-size: 10px;
  margin-top: 12px;
  line-height: 14px;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  text-align: left;
  padding: 0 20px 0 100px;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline > li:last-child {
  margin-bottom: 0;
}
.timeline .timeline-heading h4 {
  margin-top: 0;
  color: inherit;
}
.timeline .timeline-heading h4.subheading {
  text-transform: none;
}
.timeline .timeline-body > p,
.timeline .timeline-body > ul {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    margin-bottom: 100px;
    min-height: 100px;
  }
  .timeline > li .timeline-panel {
    width: 41%;
    float: left;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    width: 100px;
    height: 100px;
    left: 50%;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 13px;
    margin-top: 16px;
    line-height: 18px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    text-align: left;
    padding: 0 30px 20px 20px;
  }
}
@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 18px;
    margin-top: 30px;
    line-height: 26px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}
@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image h4 {
    margin-top: 40px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}
.team-member {
  text-align: center;
  margin-bottom: 50px;
}
.team-member img {
  margin: 0 auto;
  border: 7px solid white;
}
.team-member h4 {
  margin-top: 25px;
  margin-bottom: 0;
  text-transform: none;
}
.team-member p {
  margin-top: 0;
}
aside.clients img {
  margin: 50px auto;
}
section#kontakt {
  background-position: center;
  background-repeat: no-repeat;
}

section#kontakt .form-group {
  margin-bottom: 25px;
}
section#kontakt .form-group input,
section#kontakt .form-group textarea {
  padding: 20px;
}
section#kontakt .form-group input.form-control {
  height: auto;
}
section#kontakt .form-group textarea.form-control {
  height: 236px;
}
section#kontakt .form-control:focus {
  border-color: var(--color-three);
  box-shadow: none;
}
section#kontakt ::-webkit-input-placeholder {
  font-weight: 700;
}
section#kontakt :-moz-placeholder {
  /* Firefox 18- */
  font-weight: 700;
}
section#kontakt ::-moz-placeholder {
  /* Firefox 19+ */
  
  font-weight: 700;
}
section#kontakt :-ms-input-placeholder {
  font-weight: 700;
}
section#kontakt .text-danger {
  color: #e74c3c;
}

.kontakt-send {
  padding-bottom: 50px;
}

.text-address {
  text-align: center;
}

@media (min-width: 768px) {
  .kontakt-send {
    padding-bottom: 0px;
  }
}

@media (min-width: 992px) {
    .text-address {
      text-align: left;
    }  
}


footer {
  padding: 25px 0;
  text-align: center;
}
footer span.copyright {
  line-height: 40px;
  text-transform: uppercase;
  text-transform: none;
}
footer ul.quicklinks {
  margin-bottom: 0;
  line-height: 40px;
  text-transform: uppercase;
  text-transform: none;
}
ul.social-buttons {
  margin-bottom: 0;
}
ul.social-buttons li a {
  display: block;
  background-color: #222222;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 40px;
  color: white;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
  background-color: var(--color-three);
}
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
  outline: none;
}
.category-modal .modal-dialog {
  margin: 0;
  height: 100%;
  width: auto;
}
.category-modal .modal-content {
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  padding: 100px 0;
  text-align: center;
}

.category-modal .modal-content h2 {
  margin-bottom: 15px;
  font-size: 2em;
  font-weight: 600;
  text-transform: none;
}

.category-modal .modal-content h3 {
  margin-bottom: 15px;
  font-size: 1.3em;
  text-transform: none;
}

.category-modal .modal-content p {
  margin-bottom: 30px;
  text-align: left;
}
.category-modal .modal-content p.item-intro {
  margin: 20px 0 30px;
  font-style: italic;
  font-size: 16px;
  text-align: center;
}

.category-modal .modal-content p.item-text {
  margin-top: -20px;
  margin-bottom: 30px;
  text-align: center;
}

.category-modal .modal-content ul.list-inline {
  margin-bottom: 30px;
  margin-top: 0;
}

.category-modal .modal-content ul {
  padding-left: 20px;
  padding-right: 10px; 
  margin-top: 0px;
}

.category-modal .modal-content img {
  margin-bottom: 30px;
}
.category-modal .close-modal {
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: transparent;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.category-modal .close-modal:hover {
  opacity: 0.3;
}
.category-modal .close-modal .lr {
  height: 75px;
  width: 1px;
  margin-left: 35px;
  background-color: #222222;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  z-index: 1051;
}
.category-modal .close-modal .lr .rl {
  height: 75px;
  width: 1px;
  background-color: #222222;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  z-index: 1052;
}
.category-modal .modal-backdrop {
  opacity: 0;
  display: none;
}

.modal-body ul {
  text-align: left;
}

ul.nav-pills {
  width: 100%;
  text-align: center;
}
ul.nav-pills > li {
  display: inline-block;
  float: none;
}

.modal-detail {
  border-bottom: 2px solid #eeeeee;
}

.modal-map {
  width: 100%;
  height: 300px;
  border: none;
}

@media (min-width: 768px) {
  .category-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em;
  }

  .category-modal .modal-content ul {
    padding-left: 40px;
    padding-right: 40px; 
  }

  .modal-detail {
    border-bottom: none;
    border-right: 2px solid #eeeeee;
    margin-bottom: 20px;
  }

  .modal-map {
    width: 100%;
    height: 400px;
  }
}


::-moz-selection {
  text-shadow: none;
  background: var(--color-three);
}
::selection {
  text-shadow: none;
  background: var(--color-three);
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  webkit-tap-highlight-color: var(--color-three);
}