/* Scss Document */
/* set all to 0 0 

* {
	margin: 0;
	padding: 0;
}

/*

/* SCSS Variablen */
/* background-colors */
/* fonts */
@font-face {
  font-family: 'agenda-light';
  src: url("fonts/agenda-l-webfont.eot");
  src: url("fonts/agenda-l-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/agenda-l-webfont.woff2") format("woff2"), url("fonts/agenda-l-webfont.woff") format("woff"), url("fonts/agenda-l-webfont.ttf") format("truetype"), url("fonts/agenda-l-webfont.svg#agenda-lightlight") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'agenda-medium';
  src: url("fonts/agenda-m-webfont.eot");
  src: url("fonts/agenda-m-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/agenda-m-webfont.woff2") format("woff2"), url("fonts/agenda-m-webfont.woff") format("woff"), url("fonts/agenda-m-webfont.ttf") format("truetype"), url("fonts/agenda-m-webfont.svg#agenda-mediummedium") format("svg");
  font-weight: normal;
  font-style: normal; }
/* media widths */
/* SCSS Mixins */
.parent {
  position: relative; }

.child.both {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
.child.horizontal {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0); }
.child.vertical {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%); }

html,
body {
  height: 100%;
  margin: 0;
  padding: 0; }

body {
  background-color: #ffffff;
  font-size: 100%;
  position: relative; }

#wrapall {
  min-height: 100%;
  margin-bottom: -36px; }

.logo {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  width: 15px;
  background-color: #ffb17a;
  background-image: url(../images/wortmarke-15x240.png);
  background-position: center center;
  background-repeat: no-repeat; }
  @media (min-width: 768px) {
    .logo {
      width: 18px;
      background-image: url(../images/wortmarke-18x300.png); } }
  @media (min-width: 992px) {
    .logo {
      width: 24px;
      background-image: url(../images/wortmarke-24x400.png); } }

/* ----- title tags ----- */
h1 {
  font-family: 'agenda-medium', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 27px;
  color: #333333;
  text-transform: uppercase;
  margin: 0 0 12px;
  line-height: 1.2em;
  letter-spacing: 0;
  -webkit-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual; }
  @media (min-width: 768px) {
    h1 {
      font-size: 33px;
      margin: 0 0 36px; } }
  @media (min-width: 992px) {
    h1 {
      font-size: 36px;
      margin: 0 0 36px; } }
  @media (min-width: 1200px) {
    h1 {
      font-size: 42px;
      margin: 0 0 36px; } }

#loadpageintomodalcontent h1 {
  font-family: 'agenda-medium', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  color: #333333;
  text-transform: uppercase;
  margin: 0 0 12px;
  line-height: 1.2em;
  letter-spacing: 0; }
  @media (min-width: 768px) {
    #loadpageintomodalcontent h1 {
      font-size: 27px;
      margin: 0 0 36px; } }
  @media (min-width: 992px) {
    #loadpageintomodalcontent h1 {
      font-size: 30px;
      margin: 0 0 36px; } }
  @media (min-width: 1200px) {
    #loadpageintomodalcontent h1 {
      font-size: 36px;
      margin: 0 0 36px; } }

h2 {
  font-family: 'agenda-medium', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  color: #333333;
  text-transform: none;
  margin: 12px 0 6px;
  line-height: 1.2em; }
  @media (min-width: 768px) {
    h2 {
      font-size: 27px;
      margin: 12px 0 9px; } }
  @media (min-width: 992px) {
    h2 {
      font-size: 30px;
      margin: 12px 0 9px; } }
  @media (min-width: 1200px) {
    h2 {
      font-size: 33px;
      margin: 15px 0 9px; } }

h3 {
  font-family: 'agenda-medium', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  color: #333333;
  text-transform: none;
  line-height: 1.2em;
  margin: 12px 0 6px; }
  @media (min-width: 768px) {
    h3 {
      font-size: 24px;
      margin: 12px 0 6px; } }
  @media (min-width: 992px) {
    h3 {
      font-size: 24px;
      margin: 15px 0 6px; } }
  @media (min-width: 1200px) {
    h3 {
      font-size: 27px;
      margin: 15px 0 6px; } }

h4,
h5,
h6 {
  font-family: 'agenda-medium', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #333333;
  text-transform: none;
  line-height: 1.2em;
  margin: 9px 0 3px; }
  @media (min-width: 768px) {
    h4,
    h5,
    h6 {
      font-size: 20px;
      margin: 12px 0 6px; } }
  @media (min-width: 992px) {
    h4,
    h5,
    h6 {
      font-size: 21px;
      margin: 12px 0 6px; } }
  @media (min-width: 1200px) {
    h4,
    h5,
    h6 {
      font-size: 24px;
      margin: 15px 0 9px; } }

/* ----- */
/* ----- texts & links -----*/
p,
ol,
ul,
input,
textarea,
blockquote {
  font-family: 'agenda-light', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #333333;
  text-transform: none;
  line-height: 21px;
  margin-bottom: 12px; }
  @media (min-width: 480px) {
    p,
    ol,
    ul,
    input,
    textarea,
    blockquote {
      font-size: 18px;
      line-height: 24px; } }
  @media (min-width: 1200px) {
    p,
    ol,
    ul,
    input,
    textarea,
    blockquote {
      font-size: 20px;
      line-height: 27px; } }

a:link {
  color: #000099;
  text-decoration: none; }
a:hover, a:focus {
  color: #ffb17a;
  text-decoration: underline; }

/* ----- picture FoifTuusig ----- */
picture img {
  margin: 0 auto; }

/* ----- */
/* ----- navigation ----- */
.navbar {
  margin-bottom: 0; }

.navbar.navbar-default {
  background-color: #ffffff;
  border-color: transparent;
  border-bottom-color: #ffb17a; }
  @media (min-width: 768px) {
    .navbar.navbar-default {
      background-color: transparent;
      border-bottom-color: transparent; } }

.navbar-header {
  position: relative; }

.navbar-default .navbar-toggle {
  position: relative;
  float: right;
  margin-right: 21px;
  padding: 12px 10px;
  margin-top: 9px;
  margin-bottom: 12px;
  background-color: #d1cbaa;
  background-image: none;
  border: 3px solid #ffffff;
  border-radius: 6px; }
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    border-color: #ffffff;
    background-color: #d1cbaa; }
  @media (min-width: 768px) {
    .navbar-default .navbar-toggle {
      margin: 0; } }

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 36px; }

.menutxt {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-family: 'agenda-medium', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #000000;
  text-transform: uppercase;
  text-align: center; }

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  margin-bottom: 0; }

@media (min-width: 768px) {
  .navbar {
    position: fixed;
    top: 15px;
    left: auto;
    right: 30px;
    z-index: 20;
    margin-bottom: 0; }

  .navbar-header {
    padding: 0 3px 30px; }

  .navbar-toggle {
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0; }

  .navbar-brand {
    display: none; }

  .menutxt {
    display: block; } }
/*
.collapse {
  display: block;
}
*/
.navbar-default .navbar-collapse[aria-expanded="false"] {
  height: auto !important; }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 0 0 rgba(255, 255, 255, 0);
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0);
  -webkit-overflow-scrolling: touch;
  background-color: #d1cbaa; }

#navbar {
  width: 300px;
  -webkit-transition: right 0.75s;
  -webkit-transition-delay: 0.2s;
  transition: right 0.75s;
  transition-delay: 0.2s; }

#navbar[aria-expanded="false"] {
  height: auto !important;
  position: fixed;
  top: 0;
  z-index: 20;
  right: -432px; }

#navbar[aria-expanded="true"] {
  height: auto !important;
  position: fixed;
  top: 0;
  z-index: 20;
  right: 0; }

.navbar-collapse.collapse,
.navbar-collapse.collapse.in {
  display: block; }

.navbar-default .navbar-collapse {
  max-height: none;
  border-color: #d1cbaa; }

.navbar-nav {
  margin: 60px -15px; }

.navbar-default .nav.navbar-nav > li > a {
  position: relative;
  display: block;
  padding: 12px 24px;
  font-family: 'agenda-light', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 30px; }
  .navbar-default .nav.navbar-nav > li > a:focus, .navbar-default .nav.navbar-nav > li > a:hover {
    color: #000000; }

.navbar-default .nav.navbar-nav > li.current-menu-parent a,
.navbar-default .nav.navbar-nav > li.current_page_item > a {
  color: #000000;
  background-color: #d1cbaa; }
  .navbar-default .nav.navbar-nav > li.current-menu-parent a:focus, .navbar-default .nav.navbar-nav > li.current-menu-parent a:hover,
  .navbar-default .nav.navbar-nav > li.current_page_item > a:focus,
  .navbar-default .nav.navbar-nav > li.current_page_item > a:hover {
    color: #000000;
    background-color: #d1cbaa; }

.caret {
  display: inline-block;
  width: 0;
  height: 15px;
  margin-left: 6px;
  vertical-align: middle;
  border-top: 8px solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent; }

.dropdown.open .caret {
  border-top: 0;
  border-bottom: 8px solid;
  vertical-align: top;
  height: 18px; }

.navbar-default .navbar-nav .open .dropdown-menu > li a {
  font-family: 'agenda-light', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 24px;
  padding: 12px 24px 0 48px; }
  .navbar-default .navbar-nav .open .dropdown-menu > li a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li a:hover {
    color: #000000; }
.navbar-default .navbar-nav .open .dropdown-menu > li.active a {
  color: #000000;
  background-color: #d1cbaa; }
  .navbar-default .navbar-nav .open .dropdown-menu > li.active a:hover {
    background-color: #d1cbaa; }

.navbar-default .navbar-nav .open .dropdown-menu > li:first-child > a {
  padding-top: 0; }
.navbar-default .navbar-nav .open .dropdown-menu > li:last-child > a {
  padding-bottom: 12px; }

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #000000; }

.dummy {
  height: 100vh; }

/* ----- */
/* ----- IMPORTANT FOR ALL CONTAINERS ----- */
.container {
  padding-right: 24px; }
  @media (min-width: 768px) {
    .container {
      padding-right: 24px; } }
  @media (min-width: 992px) {
    .container {
      padding-right: 48px; } }
  @media (min-width: 1200px) {
    .container {
      padding-right: 60px; } }
  @media screen and (min-width: 1440px) {
    .container {
      padding-right: 15px; } }

.container.projectdetails {
  padding: 0; }

/* ----- flexslider ----- */
.homeslider .container-fluid,
#fullmap .container-fluid {
  padding-left: 0; }

.flexslider,
.flexslider .slides li.parent {
  overflow: hidden;
  height: 190px; }
  @media screen and (min-width: 375px) {
    .flexslider,
    .flexslider .slides li.parent {
      height: 228px; } }
  @media (min-width: 480px) {
    .flexslider,
    .flexslider .slides li.parent {
      height: 264px; } }
  @media screen and (min-width: 600px) {
    .flexslider,
    .flexslider .slides li.parent {
      height: 320px; } }
  @media (min-width: 768px) {
    .flexslider,
    .flexslider .slides li.parent {
      height: 414px; } }
  @media (min-width: 992px) {
    .flexslider,
    .flexslider .slides li.parent {
      height: 530px; } }
  @media (min-width: 1200px) {
    .flexslider,
    .flexslider .slides li.parent {
      height: 654px; } }
  @media screen and (min-width: 1600px) {
    .flexslider,
    .flexslider .slides li.parent {
      height: 810px; } }
  @media screen and (min-width: 1920px) {
    .flexslider,
    .flexslider .slides li.parent {
      height: 960px; } }

.flexslider,
.flexslider .slides li.parent img.child.both {
  width: 100% !important;
  height: auto; }

.flexslider {
  margin: 0 !important;
  border: none;
  border-radius: 0;
  position: relative;
  zoom: 1;
  background-position: center center;
  background-repeat: no-repeat; }

.flexslider .slides li {
  position: relative; }

.mycaption {
  position: absolute;
  bottom: 6px;
  left: 0;
  right: 0;
  text-align: center; }

.mycaption h4 {
  font-size: 16px;
  color: #ffffff;
  text-shadow: 1px 1px 3px #333333; }
  @media (min-width: 768px) {
    .mycaption h4 {
      font-size: 18px; } }
  @media (min-width: 1200px) {
    .mycaption h4 {
      font-size: 21px; } }

.btn.project {
  font-family: 'agenda-medium', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  color: #ffffff;
  text-transform: none;
  line-height: 1.1em;
  background-color: #d1cbaa;
  border-color: #d1cbaa;
  padding: 3px 6px;
  color: #333333;
  -webkit-box-shadow: 2px 2px 2px rgba(66, 66, 66, 0.6);
  -moz-box-shadow: 2px 2px 2px rgba(66, 66, 66, 0.6);
  -o-box-shadow: 2px 2px 2px rgba(66, 66, 66, 0.6);
  box-shadow: 2px 2px 2px rgba(66, 66, 66, 0.6); }
  .btn.project:hover {
    background-color: #ffffff; }
  @media (min-width: 768px) {
    .btn.project {
      font-size: 18px;
      padding: 6px 9px; } }
  @media (min-width: 1200px) {
    .btn.project {
      font-size: 20px;
      padding: 6px 12px; } }

.flex-control-nav.flex-control-paging {
  display: none; }

.flex-direction-nav a {
  text-decoration: none;
  display: none;
  width: 64px;
  height: 64px;
  margin: -64px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: #ffb17a;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.flex-direction-nav a:before {
  content: none !important; }

.flexslider .flex-direction-nav .flex-prev {
  left: 10px;
  opacity: 0.3;
  background-image: url(../images/stre-left.png); }
.flexslider .flex-direction-nav .flex-next {
  right: 10px;
  opacity: 0.3;
  background-image: url(../images/stre-right.png); }
.flexslider:hover .flex-prev,
.flexslider:hover .flex-next {
  opacity: 1.0; }

@media (min-width: 768px) {
  .flex-direction-nav a {
    display: block; } }
/* ----- Teaser Home ----- */
@media (min-width: 768px) {
  .row.teaserrow .teaser:nth-child(3n+3) {
    clear: both;
    float: left; } }

#teaser .fourtea {
  text-align: left;
  padding-bottom: 12px;
  margin-bottom: 0; }

/* ----- modal projectdetails ----- */
.modal {
  max-height: 90%;
  margin: auto; }
  @media (min-width: 768px) {
    .modal {
      max-height: 70%; } }

.modal.fade.in {
  top: 0; }

.modal-backdrop,
.modal-backdrop.fade.in {
  background: none repeat scroll 0 0 #333333 !important; }

.modal-dialog {
  background-color: #ffffff !important;
  margin-bottom: 15px;
  margin-top: 15px;
  padding: 30px; }

.modal-dialog .container {
  width: 100%; }

.modal-dialog button.close {
  opacity: 1.0;
  filter: "alpha(opacity=100";
  position: absolute;
  right: 9px;
  top: -9px;
  z-index: 2; }

.modal-dialog button.close {
  color: #d1cbaa;
  font-size: 36px; }
  @media (min-width: 992px) {
    .modal-dialog button.close {
      font-size: 48px; } }

#loadpageintomodalcontent {
  z-index: 1;
  position: relative; }

.modal-backdrop {
  z-index: 111; }

.modal-backdrop.in {
  opacity: 0.8;
  filter: "alpha(opacity=80"; }

.modal {
  z-index: 222;
  background-color: #ffffff;
  border-radius: 0px; }

.modal-lg {
  width: 100%; }

@media (min-width: 1200px) {
  .modal {
    width: 1040px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .modal {
    width: 930px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .modal {
    width: 720px; } }
@media (max-width: 767px) {
  .modal {
    margin-left: 20px;
    margin-right: 20px;
    width: auto; }

  .modal-dialog {
    padding: 15px 10px 0;
    margin: 5px 0; }

  .modal-dialog .button.close {
    right: 9px;
    top: -4px; } }
/* ----- content & content parts ----- */
section {
  margin: 12px 0;
  background-color: #ffffff; }
  @media (min-width: 768px) {
    section {
      margin: 24px 0; } }

section#top {
  margin: 64px 0 0; }
  @media (min-width: 768px) {
    section#top {
      margin-top: 12px; } }

section#top.homeslider {
  margin: 64px 0 18px; }
  @media (min-width: 768px) {
    section#top.homeslider {
      margin: 0 0 36px; } }

section#fullmap {
  margin: 0;
  padding: 0; }

section.parallax.h25,
section.parallax.h50,
section.parallax.h75,
section.parallax.h100 {
  margin: 0;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover !important; }
  @media (max-width: 768px) {
    section.parallax.h25,
    section.parallax.h50,
    section.parallax.h75,
    section.parallax.h100 {
      background-attachment: scroll !important; } }

section.parallax.h25 {
  height: 25%;
  height: 25vh; }

section.parallax.h50 {
  height: 50%;
  height: 50vh; }

section.parallax.h75 {
  height: 75%;
  height: 75vh; }

section.parallax.h100 {
  height: 100%;
  height: 100vh; }

.container.maintitle {
  padding-top: 12px; }
  @media (min-width: 768px) {
    .container.maintitle {
      padding-right: 108px; } }
  @media (min-width: 992px) {
    .container.maintitle {
      padding-top: 6px; } }
  @media (min-width: 1200px) {
    .container.maintitle {
      padding-top: 0; } }

.col-sm-6.right p:first-child,
.col-sm-6.left p:first-child {
  clear: left;
  padding-top: 15px; }
  .col-sm-6.right p:first-child img,
  .col-sm-6.left p:first-child img {
    padding-top: 6px; }

a.thumb {
  display: block;
  float: left;
  width: 23.5%;
  margin: 0 2% 12px 0; }
  a.thumb:nth-child(4n+5) {
    margin-right: 0; }

/* projectteaser */
@media (max-width: 479px) {
  .row.overview > div.col-xs-6.col-sm-4.col-md-3.cfcol {
    width: 100% !important;
    float: none; } }
.row.overview a {
  text-decoration: none; }

.row.overview .projectteaser {
  margin-top: 15px;
  margin-bottom: 10px;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #ffb17a;
  background-color: transparent; }
  .row.overview .projectteaser:hover {
    background-color: rgba(255, 177, 122, 0.1); }

.teasershort {
  margin: 12px 1px 0; }

.teasershort h3 {
  font-family: 'agenda-medium', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  color: #333333;
  text-transform: uppercase;
  margin: 0 0 6px; }
  @media (min-width: 768px) {
    .teasershort h3 {
      font-size: 15px; } }

.teasershort p {
  font-family: 'agenda-light', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  color: #333333;
  text-transform: none;
  line-height: 1.125em;
  margin: 0 0 12px; }
  @media (min-width: 768px) {
    .teasershort p {
      font-size: 18px; } }
  .teasershort p span {
    font-family: 'agenda-medium', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    color: #333333;
    text-transform: none; }
    @media (min-width: 768px) {
      .teasershort p span {
        font-size: 17px; } }

/* projectdetails */
ul.overview {
  display: none; }

@media (min-width: 768px) {
  section#top.projectdetail h1 {
    margin-bottom: 18px; }

  ul.overview {
    display: block;
    list-style: none;
    margin: 12px 0 0;
    padding: 0; }
    ul.overview li {
      display: inline-block;
      float: left;
      margin: 0 24px 18px 0; }
      ul.overview li a {
        font-family: 'agenda-medium', Arial, Helvetica, sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        color: #d1cbaa;
        text-transform: uppercase;
        display: block; }
        ul.overview li a:hover {
          color: #333333;
          text-decoration: none; }
        ul.overview li a:before {
          content: "Alle "; } }
.container.projectdetails {
  margin-bottom: 24px; }

p.projectimg {
  padding-top: 12px; }

.contfacts h3 {
  margin-top: 36px; }

p.facts {
  font-family: 'agenda-medium', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #333333;
  text-transform: none;
  line-height: 21px;
  clear: both;
  margin: 0 0 6px; }
  @media (min-width: 480px) {
    p.facts {
      font-size: 18px;
      line-height: 24px; } }
  @media (min-width: 1200px) {
    p.facts {
      font-size: 20px;
      line-height: 27px; } }
  p.facts span {
    font-family: 'agenda-light', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #333333;
    text-transform: none;
    display: inline-block;
    width: 50%;
    float: right; }
    @media (min-width: 480px) {
      p.facts span {
        font-size: 18px;
        line-height: 24px; } }
    @media (min-width: 992px) {
      p.facts span {
        width: 60%; } }
    @media (min-width: 1200px) {
      p.facts span {
        font-size: 20px;
        line-height: 27px; } }

.container.projectdetails h3:first-child {
  margin-top: 0; }

.container.projectdetails p.facts.clearfix:first-child {
  margin-top: 6px; }

p.download {
  margin-bottom: 18px; }

/* google map */
.acf-map {
  width: 100%;
  height: 360px;
  border: none;
  margin: 0; }

.acf-map img {
  max-width: inherit !important; }

/* team accordeon */
.panel-group {
  margin: 6px 0 48px; }
  .panel-group include bigger992 {
    margin: 36px 0; }

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0; }

.panel-group .panel-heading {
  border-bottom: 1px solid #333333; }

.panel-default > .panel-heading {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffb17a; }

.panel-heading {
  padding: 12px 0;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel-default {
  border-color: transparent; }

.panel {
  margin-bottom: 0;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

h4.panel-title {
  font-size: 16px;
  line-height: 20px; }
  @media (min-width: 480px) {
    h4.panel-title {
      font-size: 20px;
      line-height: 21px; } }
  @media (min-width: 768px) {
    h4.panel-title {
      font-size: 21px;
      line-height: 26px; } }
  @media (min-width: 992px) {
    h4.panel-title {
      font-size: 24px;
      line-height: 30px; } }
  @media (min-width: 1200px) {
    h4.panel-title {
      font-size: 27px;
      line-height: 36px; } }

.panel-title > a {
  display: block;
  padding-right: 24px; }
  @media (min-width: 768px) {
    .panel-title > a {
      padding-right: 30px; } }
  @media (min-width: 992px) {
    .panel-title > a {
      padding-right: 36px; } }

.panel-title > a:hover,
.panel-title > a:focus {
  color: #333333;
  text-decoration: none; }

.panel-title > a span.glyphicon {
  float: right;
  font-size: 18px;
  margin-right: -21px; }
  @media (min-width: 480px) {
    .panel-title > a span.glyphicon {
      font-size: 21px; } }
  @media (min-width: 768px) {
    .panel-title > a span.glyphicon {
      font-size: 24px;
      margin-right: -27px; } }
  @media (min-width: 992px) {
    .panel-title > a span.glyphicon {
      font-size: 27px;
      margin-right: -33px; } }
  @media (min-width: 1200px) {
    .panel-title > a span.glyphicon {
      font-size: 33px;
      margin-right: -33px; } }

.panel-title > a {
  color: #333333; }
  .panel-title > a .glyphicon-menu-up {
    color: #ffb17a;
    display: inline-block; }
  .panel-title > a .glyphicon-menu-down {
    color: #ffb17a;
    display: none; }

.panel-title > a.collapsed .glyphicon-menu-up {
  display: none; }
.panel-title > a.collapsed .glyphicon-menu-down {
  display: inline-block; }

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: none; }

.panel-body {
  padding: 12px 0; }
  @media (min-width: 768px) {
    .panel-body {
      padding: 15px 0; } }
  @media (min-width: 1200px) {
    .panel-body {
      padding: 24px 0; } }

.row.mailphone p:last-child {
  padding-bottom: 12px;
  border-bottom: 1px solid #ffb17a; }

.panel-body img {
  padding: 3px 0 12px;
  max-width: 220px; }
  @media (min-width: 480px) {
    .panel-body img {
      width: 100%; } }

/* ----- form ----- */
.wpcf7-form {
  color: #333333; }
  .wpcf7-form input,
  .wpcf7-form textarea {
    margin: 6px 0;
    padding: 6px;
    border: 1px solid #ffb17a;
    width: 100%;
    max-width: 360px;
    background-color: #ffffff; }
    .wpcf7-form input:hover, .wpcf7-form input:focus,
    .wpcf7-form textarea:hover,
    .wpcf7-form textarea:focus {
      border-color: #333333; }
  .wpcf7-form textarea {
    height: 120px; }
  .wpcf7-form.invalid span.wpcf7-not-valid-tip {
    display: block; }

/* ----- footer & socket ----- */
#push, #socket {
  height: 36px; }

#socket {
  background-color: #d1cbaa; }
  #socket p {
    float: left;
    width: auto;
    color: #333333;
    margin: 0;
    padding: 9px 0 0;
    font-size: 12px;
    line-height: 18px; }
    @media (min-width: 480px) {
      #socket p {
        font-size: 14px; } }
    @media (min-width: 768px) {
      #socket p {
        font-size: 15px; } }
    @media (min-width: 1200px) {
      #socket p {
        font-size: 16px; } }
  #socket ul {
    list-style: none;
    float: right;
    margin: 0;
    padding: 0; }
    #socket ul li {
      display: inline-block;
      float: right; }
      #socket ul li a {
        padding: 9px 6px 0;
        color: #333333;
        font-size: 12px;
        line-height: 18px;
        display: block; }
        @media (min-width: 480px) {
          #socket ul li a {
            font-size: 14px; } }
        @media (min-width: 768px) {
          #socket ul li a {
            font-size: 15px; } }
        @media (min-width: 1200px) {
          #socket ul li a {
            font-size: 16px; } }

/* ----- Cookie Layer ----- */
#cookthat {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  display: block;
  background-color: #ffb17a;
  padding: 12px 0;
  text-align: center; }
  #cookthat.d-none {
    display: none; }
  #cookthat p {
    margin: 0;
    display: inline-block;
    font-size: 14px; }
    #cookthat p a:hover {
      color: #000000; }
    #cookthat p a.btn.btn-primary {
      padding: 4px 12px;
      color: #333333;
      background-color: #ffb17a;
      border-color: #333333; }
      #cookthat p a.btn.btn-primary:hover {
        color: #ffffff;
        background-color: #333333; }

/* ----- HELPERS ----- */
.scrollup {
  width: 44px;
  height: 44px;
  opacity: 0.15;
  position: fixed;
  bottom: 30px;
  right: 5%;
  z-index: 500;
  display: none;
  text-indent: -9999px;
  background: url(../images/icon_top.png) no-repeat; }
  .scrollup:hover {
    opacity: 0.30; }

.nobr {
  white-space: nowrap; }

/* ----- new 2023 impressum datenschutz ----- */
p.quelle {
  font-size: 12px; }
