@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
/*	Resets	*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figure,
figcaption,
hgroup,
menu,
footer,
header,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video,
img {
  display: block;
}
a img {
  border: 0;
}
input,
select {
  outline: none;
  border: 0;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
/* ------------------------------------------------------------------- */
/* --- Variables --- */
/* ------------------------------------------------------------------- */
.blueContainer {
  background: rgba(104, 197, 220, 0.2);
  border: 1px solid #00638e;
}
.paragraphs p {
  margin: 10px 0;
}
.clearfix:after {
  clear: both;
  content: " ";
  display: table;
}
.pointer {
  cursor: pointer;
}
/* ------------------------------------------------------------------- */
/* --- GRID --- */
.overflow {
  overflow: hidden;
}
.fullWidth {
  width: 100%;
}
.center {
  text-align: center;
}
.relative {
  position: relative;
  top: 0;
  left: 0;
}
.row {
  width: 100%;
  clear: both;
  position: relative;
  top: 0;
  left: 0;
  box-sizing: border-box;
}
.row.hidden {
  overflow: hidden;
}
.col {
  box-sizing: border-box;
}
.col.marginBottom {
  margin-bottom: 15px;
}
.col.left {
  padding-right: 10px;
}
.col.right {
  padding-left: 10px;
}
.col.floatRight {
  float: right !important;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
  float: left;
}
.col-xs-10 {
  width: 83.33333333%;
  float: left;
}
.col-xs-9 {
  width: 75%;
  float: left;
}
.col-xs-8 {
  width: 66.66666667%;
  float: left;
}
.col-xs-7 {
  width: 58.33333333%;
  float: left;
}
.col-xs-6 {
  width: 50%;
  float: left;
}
.col-xs-5 {
  width: 41.66666667%;
  float: left;
}
.col-xs-4 {
  width: 33.33333333%;
  float: left;
}
.col-xs-3 {
  width: 25%;
  float: left;
}
.col-xs-2 {
  width: 16.66666667%;
  float: left;
}
.col-xs-1 {
  width: 8.33333333%;
  float: left;
}
.col-xs-12-offset {
  margin-left: 100%;
}
.col-xs-11-offset {
  margin-left: 91.66666667%;
}
.col-xs-10-offset {
  margin-left: 83.33333333%;
}
.col-xs-9-offset {
  margin-left: 75%;
}
.col-xs-8-offset {
  margin-left: 66.66666667%;
}
.col-xs-7-offset {
  margin-left: 58.33333333%;
}
.col-xs-6-offset {
  margin-left: 50%;
}
.col-xs-5-offset {
  margin-left: 41.66666667%;
}
.col-xs-4-offset {
  margin-left: 33.33333333%;
}
.col-xs-3-offset {
  margin-left: 25%;
}
.col-xs-2-offset {
  margin-left: 16.66666667%;
}
.col-xs-1-offset {
  margin-left: 8.33333333%;
}
.col-xs-0-offset {
  margin-left: 0;
}
.flaechenContainer .col-xs-6 {
  margin-right: 5%;
  width: 45%;
}
@media (min-width: 769px) {
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
    float: left;
  }
  .col-md-10 {
    width: 83.33333333%;
    float: left;
  }
  .col-md-9 {
    width: 75%;
    float: left;
  }
  .col-md-8 {
    width: 66.66666667%;
    float: left;
  }
  .col-md-7 {
    width: 58.33333333%;
    float: left;
  }
  .col-md-6 {
    width: 50%;
    float: left;
  }
  .col-md-5 {
    width: 41.66666667%;
    float: left;
  }
  .col-md-4 {
    width: 33.33333333%;
    float: left;
  }
  .col-md-3 {
    width: 25%;
    float: left;
  }
  .col-md-2 {
    width: 16.66666667%;
    float: left;
  }
  .col-md-1 {
    width: 8.33333333%;
    float: left;
  }
  .col-md-12-offset {
    margin-left: 100%;
  }
  .col-md-11-offset {
    margin-left: 91.66666667%;
  }
  .col-md-10-offset {
    margin-left: 83.33333333%;
  }
  .col-md-9-offset {
    margin-left: 75%;
  }
  .col-md-8-offset {
    margin-left: 66.66666667%;
  }
  .col-md-7-offset {
    margin-left: 58.33333333%;
  }
  .col-md-6-offset {
    margin-left: 50%;
  }
  .col-md-5-offset {
    margin-left: 41.66666667%;
  }
  .col-md-4-offset {
    margin-left: 33.33333333%;
  }
  .col-md-3-offset {
    margin-left: 25%;
  }
  .col-md-2-offset {
    margin-left: 16.66666667%;
  }
  .col-md-1-offset {
    margin-left: 8.33333333%;
  }
  .col-md-0-offset {
    margin-left: 0;
  }
  .flaechenContainer .col-md-3 {
    margin-right: 5%;
    width: 20%;
  }
  #main-image.col-md-6 {
    width: 46%;
    margin-right: 4%;
  }
}
@media screen and (min-width: 1200px) {
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
    float: left;
  }
  .col-lg-10 {
    width: 83.33333333%;
    float: left;
  }
  .col-lg-9 {
    width: 75%;
    float: left;
  }
  .col-lg-8 {
    width: 66.66666667%;
    float: left;
  }
  .col-lg-7 {
    width: 58.33333333%;
    float: left;
  }
  .col-lg-6 {
    width: 50%;
    float: left;
  }
  .col-lg-5 {
    width: 41.66666667%;
    float: left;
  }
  .col-lg-4 {
    width: 33.33333333%;
    float: left;
  }
  .col-lg-3 {
    width: 25%;
    float: left;
  }
  .col-lg-2 {
    width: 16.66666667%;
    float: left;
  }
  .col-lg-1 {
    width: 8.33333333%;
    float: left;
  }
  .col-lg-12-offset {
    margin-left: 100%;
  }
  .col-lg-11-offset {
    margin-left: 91.66666667%;
  }
  .col-lg-10-offset {
    margin-left: 83.33333333%;
  }
  .col-lg-9-offset {
    margin-left: 75%;
  }
  .col-lg-8-offset {
    margin-left: 66.66666667%;
  }
  .col-lg-7-offset {
    margin-left: 58.33333333%;
  }
  .col-lg-6-offset {
    margin-left: 50%;
  }
  .col-lg-5-offset {
    margin-left: 41.66666667%;
  }
  .col-lg-4-offset {
    margin-left: 33.33333333%;
  }
  .col-lg-3-offset {
    margin-left: 25%;
  }
  .col-lg-2-offset {
    margin-left: 16.66666667%;
  }
  .col-lg-1-offset {
    margin-left: 8.33333333%;
  }
  .col-lg-0-offset {
    margin-left: 0;
  }
}
/* ------------------------------------------------------------------- */
html {
  min-height: 100%;
  height: 100%;
  overflow-y: scroll;
}
html body {
  font-family: 'Open Sans Condensed', sans-serif;
  color: #00638e;
  font-size: 16px;
  height: 100%;
}
html body .img-responsive {
  width: 100%;
  height: auto;
}
html body #bg {
  position: fixed;
  z-index: 100;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #a8ddea;
  background-image: url('/img/bg.jpg'), url('/img/bg.jpg');
  background-position: left top, right top;
  background-repeat: no-repeat, no-repeat;
}
html body #contentWrapper {
  width: 100%;
  min-height: 100%;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  z-index: 200;
  background: white;
}
html body #contentWrapper #logo {
  padding: 20px 0;
  text-align: center;
}
html body #contentWrapper #logo img {
  max-width: 200px;
  display: inline-block;
}
html body #contentWrapper nav {
  position: relative;
  /* Hauptmenü */
}
html body #contentWrapper nav#main #mobileMenuButton {
  display: none;
}
html body #contentWrapper nav#main #lightBlueStripeNav {
  position: absolute;
  z-index: 300;
  width: 100%;
  height: 80%;
  top: 10%;
  left: 0;
  background: rgba(104, 197, 220, 0.2);
  border-top: 1px solid #00638e;
  border-bottom: 1px solid #00638e;
}
html body #contentWrapper nav#main ul {
  list-style: none;
  position: relative;
  z-index: 400;
  max-width: 900px;
  width: 80%;
  margin: 0 auto;
}
@media (min-width: 1080px) {
  html body #contentWrapper nav#main ul#mainNav {
    display: block;
  }
  html body #contentWrapper nav#main ul#mainNav li {
    margin-right: 78.5px;
  }
  html body #contentWrapper nav#main ul#mainNav li:last-of-type {
    margin-right: 0;
  }
}
@media (max-width: 1079px) {
  html body #contentWrapper nav#main ul#mainNav {
    display: none;
  }
}
html body #contentWrapper nav#main ul#mainNav li:hover > .subNav {
  display: block;
}
@media (min-width: 1080px) {
  html body #contentWrapper nav#main ul#mobileNav {
    display: none;
  }
}
@media (max-width: 1079px) {
  html body #contentWrapper nav#main ul#mobileNav {
    display: block;
  }
}
html body #contentWrapper nav#main ul:after {
  clear: both;
  content: " ";
  display: table;
}
html body #contentWrapper nav#main ul li {
  text-align: center;
  display: table;
  float: left;
  width: 110px;
  padding: 10px 0;
  background: #9cd9e8;
  border: 1px solid #00638e;
  font-size: 1.2rem;
}
html body #contentWrapper nav#main ul li ul {
  display: none;
  position: absolute;
  top: calc(100% - 1px);
  background: #e1f4f8;
  border: 1px solid #00638e;
  width: 110px;
  margin-left: -109px;
}
html body #contentWrapper nav#main ul li ul li {
  width: 100%;
  background: none;
  border: 0;
  padding: 6px 0;
  float: none;
}
html body #contentWrapper nav#main ul li ul li a {
  font-size: .9rem;
  font-weight: normal;
  letter-spacing: 1px;
}
html body #contentWrapper nav#main ul li ul li a:hover {
  font-weight: 700;
}
html body #contentWrapper nav#main ul li a {
  text-transform: uppercase;
  color: #00638e;
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 2px;
  font-weight: bold;
}
html body #contentWrapper nav#main ul li a i {
  display: none;
}
html body #contentWrapper nav#breadcrumb {
  width: 80%;
  margin: 0 auto;
  padding: 15px 0;
}
html body #contentWrapper nav#breadcrumb a {
  letter-spacing: 1px;
  font-size: .9rem;
  text-transform: uppercase;
  padding: 0 10px;
  border-right: 1px solid #00638e;
  color: #00638e;
  text-decoration: none;
}
html body #contentWrapper nav#breadcrumb a:visited {
  color: #00638e;
}
html body #contentWrapper nav#breadcrumb a:first-of-type {
  padding-left: 0;
}
html body #contentWrapper nav#breadcrumb a:last-of-type {
  padding-right: 0;
  border: 0;
  font-weight: 700;
  text-decoration: underline;
}
html body #contentWrapper nav#breadcrumb a:hover {
  text-decoration: underline;
}
html body #contentWrapper nav#breadcrumb a i {
  display: none;
}
html body #contentWrapper .content {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  padding-bottom: 95px;
}
html body #contentWrapper .content .contentContainer {
  width: 100%;
  max-width: 861px;
  margin: 0 auto;
}
html body #contentWrapper .content .contentContainer #bemusterung-slideshow {
  display: inline-block;
  margin: 40px 0 0 55px;
}
html body #contentWrapper .content .contentContainer #bemusterung-slideshow #thumb-container {
  display: inline-block;
}
html body #contentWrapper .content .contentContainer #bemusterung-slideshow #thumb-container .row .col {
  margin-bottom: 20px;
}
html body #contentWrapper .content .contentContainer #bemusterung-slideshow #thumb-container .row .col img.active {
  border: 1px solid #00638e;
}
html body #contentWrapper .content .contentContainer #bemusterung-slideshow #thumb-container .row .col img:hover {
  border: 1px solid #00638e;
  cursor: pointer;
}
html body #contentWrapper .content .contentContainer h1 {
  text-transform: uppercase;
  color: black;
  position: relative;
  margin: 15px 0 16px 39px;
  font-size: 2.5rem;
}
html body #contentWrapper .content .contentContainer h1:before {
  width: 1px;
  height: 200%;
  position: absolute;
  content: "";
  display: block;
  background: #00638e;
  left: -10px;
  top: 12px;
}
html body #contentWrapper .content .contentContainer h1:after {
  width: calc(100% + 38px);
  height: 1px;
  position: absolute;
  content: "";
  display: block;
  background: #00638e;
  left: -40px;
  top: 66px;
}
html body #contentWrapper .content .contentContainer h2 {
  font-weight: 300;
  color: black;
  font-size: 1.4rem;
  margin: 0 0 3rem 39px;
}
html body #contentWrapper .content .contentContainer .thumbWrapper {
  padding: 3.2rem 0 0 3.2rem;
}
html body #contentWrapper .content .contentContainer .thumbWrapper:after {
  clear: both;
  content: " ";
  display: table;
}
html body #contentWrapper .content .contentContainer .thumbWrapper .thumb {
  position: relative;
  float: left;
  width: 110px;
  margin-right: 123px;
  margin-bottom: 2rem;
}
html body #contentWrapper .content .contentContainer .thumbWrapper .thumb:nth-of-type(4) {
  margin-right: 0;
}
html body #contentWrapper .content .contentContainer .thumbWrapper .thumb a {
  text-decoration: none;
}
html body #contentWrapper .content .contentContainer .thumbWrapper .thumb a img {
  width: 110px;
  height: 110px;
  display: inline-block;
  border: 1px solid #00638e;
}
html body #contentWrapper .content .contentContainer .thumbWrapper .thumb a img.verkauft {
  border: none;
}
html body #contentWrapper .content .contentContainer .thumbWrapper .thumb a span {
  display: block;
  font-size: .9rem;
  color: #00638e;
}
html body #contentWrapper .content .contentContainer .thumbWrapper .thumb .verkauft {
  position: absolute;
  right: -6px;
  bottom: 37px;
  width: auto;
  height: auto;
}
html body #contentWrapper .content .contentContainer .thumbWrapper .thumb:hover span {
  text-decoration: underline;
}
html body #contentWrapper .content .contentContainer .textWrapper {
  position: relative;
  top: -5px;
  left: 29px;
  padding: 1rem;
  width: calc(100% - 29px);
}
html body #contentWrapper .content .contentContainer .textWrapper:after {
  clear: both;
  content: " ";
  display: table;
}
html body #contentWrapper .content .contentContainer .hint {
  text-transform: uppercase;
}
html body #contentWrapper .content .contentContainer .hint a {
  color: #68c5dc;
  text-decoration: underline;
}
html body #contentWrapper .content .contentContainer .blueContainer h2 {
  margin: 10px 0 0;
  font-weight: bold;
  color: #00638e;
  font-size: 18px;
}
html body #contentWrapper .content .contentContainer .blueContainer ul {
  margin-left: 20px;
}
html body #contentWrapper .content#start .moodSlider {
  margin: 1.5rem auto 2.5rem;
  max-width: 800px;
  width: 100%;
  position: relative;
  border-bottom: 15px solid #00638e;
}
html body #contentWrapper .content#start .moodSlider img {
  width: 100%;
  position: relative;
}
html body #contentWrapper .content#start .moodSlider .slideItem {
  position: absolute;
  top: 0;
  left: 0;
}
html body #contentWrapper .content#start .moodSlider .slideItem#slide1 {
  position: relative;
}
html body #contentWrapper .content#start .moodSlider .fade {
  position: absolute;
  z-index: 200;
  top: 0;
  left: 0;
  height: 20%;
  width: 100%;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ffffff 10%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(top, #ffffff 10%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, #ffffff 10%, rgba(255, 255, 255, 0) 100%);
}
html body #contentWrapper .content#start .moodSlider .moodText {
  font-weight: 700;
  position: absolute;
  color: white;
  padding: 8px 40px 8px 14px;
  font-size: 2.4rem;
  text-transform: uppercase;
  line-height: 2.5rem;
  background: rgba(0, 99, 142, 0.8);
}
html body #contentWrapper .content#start .moodSlider .moodText.pos1 {
  right: 0;
  top: 20%;
}
html body #contentWrapper .content#start .moodSlider .moodText.pos2 {
  left: 0;
  bottom: 10%;
  padding: 8px 14px;
}
html body #contentWrapper .content#start .moodSlider #moodNav {
  position: absolute;
  z-index: 300;
  bottom: 15px;
  right: 25px;
}
html body #contentWrapper .content#start .moodSlider #moodNav .circle {
  width: 12px;
  height: 12px;
  background: white;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #00638e;
}
html body #contentWrapper .content#start .moodSlider #moodNav .circle.active {
  background: #68c5dc;
}
html body #contentWrapper .content#start .moodSlider #moodTitle {
  position: absolute;
  background: #00638e;
  color: white;
  text-transform: uppercase;
  padding: 2px 18px;
  left: 20px;
  bottom: -30px;
}
html body #contentWrapper .content#start .moodSlider #moodTitle span {
  letter-spacing: 2px;
}
html body #contentWrapper .content#start .slider {
  width: 100%;
}
html body #contentWrapper .content#start .slider:after {
  clear: both;
  content: " ";
  display: table;
}
html body #contentWrapper .content#start .slider > * {
  float: left;
}
html body #contentWrapper .content#start .slider .sliderNav {
  height: 110px;
  width: 60px;
  display: table;
}
html body #contentWrapper .content#start .slider .sliderNav #left {
  display: table-cell;
  vertical-align: middle;
}
html body #contentWrapper .content#start .slider .sliderNav #left .arrow {
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 17px 10px 0;
  border-color: transparent #00638e transparent transparent;
}
html body #contentWrapper .content#start .slider .sliderNav #right {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
html body #contentWrapper .content#start .slider .sliderNav #right .arrow {
  display: inline-block;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 17px;
  border-color: transparent transparent transparent #00638e;
}
html body #contentWrapper .content#start .slider #innerWrapper {
  width: calc(100% - 120px);
}
html body #contentWrapper .content#start .slider #innerWrapper #lightSlider {
  /* float:left;*/
}
html body #contentWrapper .content#start .slider #innerWrapper #lightSlider:last-of-type {
  margin: 0;
}
html body #contentWrapper .content#start .slider #innerWrapper #lightSlider a {
  text-decoration: none;
  color: #00638e;
}
html body #contentWrapper .content#start .slider #innerWrapper #lightSlider a:visited {
  color: #00638e;
}
html body #contentWrapper .content#start .slider #innerWrapper #lightSlider a:hover span {
  text-decoration: underline;
}
html body #contentWrapper .content#start .slider #innerWrapper #lightSlider a img {
  border: 1px solid #00638e;
  width: 110px;
  height: 110px;
}
html body #contentWrapper .content#start .slider #innerWrapper #lightSlider a span {
  display: block;
  font-size: .9rem;
}
html body #contentWrapper .content#projekt .projektMood {
  margin-bottom: 1rem;
  width: 100%;
  max-width: 860px;
}
html body #contentWrapper .content#projekt .row #objektShort {
  display: inline-block;
  padding: 1rem;
  margin-right: 2rem;
  background: rgba(104, 197, 220, 0.2);
  border: 1px solid #00638e;
}
html body #contentWrapper .content#projekt .row #objektShort span {
  display: inline-block;
}
html body #contentWrapper .content#projekt .row #objektBeschreibung {
  display: inline-block;
  color: black;
  width: 70%;
}
html body #contentWrapper .content#projekt .weitereInfosWrapper {
  margin-top: 1rem;
}
html body #contentWrapper .content#projekt .weitereInfosWrapper h3 {
  color: black;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: .5rem;
  text-transform: uppercase;
}
html body #contentWrapper .content#projekt .weitereInfosWrapper .header {
  margin-bottom: 10px;
  background: rgba(104, 197, 220, 0.2);
  border: 1px solid #00638e;
  padding: 5px;
}
html body #contentWrapper .content#projekt .weitereInfosWrapper .header span {
  text-transform: uppercase;
  font-weight: 700;
  display: block;
}
html body #contentWrapper .content#projekt .weitereInfosWrapper .header .toggleBut {
  padding: 2px 6px;
  float: right;
  font-size: .8rem;
}
html body #contentWrapper .content#projekt .weitereInfosWrapper .header .toggleBut .fa-minus {
  display: none;
}
html body #contentWrapper .content#projekt .weitereInfosWrapper .header .infoContainer {
  padding: 20px 35px;
  display: none;
}
html body #contentWrapper .content#projekt .weitereInfosWrapper .header .infoContainer .flaechenContainer:after {
  clear: both;
  content: " ";
  display: table;
}
html body #contentWrapper .content#projekt .weitereInfosWrapper .header .infoContainer .flaechenContainer span {
  text-transform: none;
  display: block;
  font-size: .8rem;
  font-weight: 300;
}
html body #contentWrapper .content#projekt .weitereInfosWrapper .header .infoContainer .flaechenContainer span:first-of-type {
  font-weight: 700;
}
html body #contentWrapper .content#projekt .weitereInfosWrapper .header .infoContainer .flaechenContainer .row .col-md-4 {
  width: 30%;
  margin-right: 3%;
}
html body #contentWrapper .content#projekt .weitereInfosWrapper .header .infoContainer .flaechenContainer .row .col-md-4:last-of-type {
  margin-right: 0;
}
html body #contentWrapper .content#projekt .weitereInfosWrapper .header .infoContainer .flaechenContainer .flaechenBild img {
  max-width: 300px;
  width: 100%;
  margin: .5rem 0;
}
html body #contentWrapper .content#partner .textWrapper {
  margin-top: 4rem;
}
html body #contentWrapper .content#partner .textWrapper .col {
  text-align: center;
  min-height: 80px;
  margin-bottom: 2rem;
}
html body #contentWrapper .content#partner .textWrapper .col img {
  display: inline-block;
  max-width: 180px;
  max-height: 80px;
}
html body #contentWrapper .content#anfahrt iframe {
  border-bottom: 15px solid rgba(0, 99, 142, 0.2);
}
html body #contentWrapper #footer {
  position: absolute;
  background: #00638e;
  height: 35px;
  width: 100%;
  bottom: 0;
  left: 0;
  /* Footer-Menü */
}
html body #contentWrapper #footer #lightBlueStripe {
  position: absolute;
  bottom: 10px;
  background: #68c5dc;
  width: 100%;
  height: 30px;
}
html body #contentWrapper #footer #lightBlueStripe::before {
  display: block;
  content: "";
  width: 98%;
  height: 1px;
  left: 1%;
  top: 10px;
  position: absolute;
  background: white;
}
html body #contentWrapper #footer nav {
  text-align: right;
}
html body #contentWrapper #footer nav ul {
  list-style: none;
  padding: 6px 70px 0 0;
}
html body #contentWrapper #footer nav ul li {
  display: inline-block;
  color: #ffffff;
}
html body #contentWrapper #footer nav ul li a {
  color: inherit;
  margin: 0 0 0 10px;
  text-decoration: none;
}
html body #contentWrapper #footer nav ul li a:hover {
  text-decoration: underline;
}
html body #contentWrapper #footer nav ul li a:visited {
  color: inherit;
}
@media only screen and (max-width: 1080px) {
  html body #contentWrapper #logo {
    display: inline-block;
    height: 72px;
    overflow: hidden;
    text-align: left;
    padding-left: 15px;
  }
  html body #contentWrapper #logo img {
    max-width: 150px;
  }
  html body #contentWrapper nav#main #mobileMenuButton {
    display: table;
    position: fixed;
    width: 40px;
    height: 40px;
    top: 0;
    right: 20px;
    font-size: 1.8rem;
    background: #00638e;
    color: white;
    text-align: center;
    z-index: 500;
  }
  html body #contentWrapper nav#main #mobileMenuButton i {
    display: table-cell;
    vertical-align: middle;
  }
  html body #contentWrapper nav#main #lightBlueStripeNav {
    display: none;
  }
  html body #contentWrapper nav#main ul#mobileNav {
    z-index: 400;
    display: none;
    max-width: none;
    padding-top: 50px;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #68c5dc;
    color: #00638e;
  }
  html body #contentWrapper nav#main ul#mobileNav li {
    position: relative;
    width: 100%;
    float: none;
    border-bottom: 0;
    padding: 5px 0;
  }
  html body #contentWrapper nav#main ul#mobileNav li:last-of-type {
    border: 1px solid #00638e;
  }
  html body #contentWrapper nav#main ul#mobileNav li.active {
    padding-bottom: 0;
  }
  html body #contentWrapper nav#main ul#mobileNav li.active i {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  html body #contentWrapper nav#main ul#mobileNav li i {
    display: block;
    position: absolute;
    right: 15px;
    top: 6px;
    font-size: 1.5rem;
  }
  html body #contentWrapper nav#main ul#mobileNav li .subNav {
    position: relative;
    width: 100%;
    max-width: none;
    top: 0;
    left: 0;
    margin: 0;
    padding-top: 0;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    border-top: 1px solid #00638e;
  }
  html body #contentWrapper nav#main ul#mobileNav li .subNav li {
    width: 100%;
    border: 0;
    padding: 6px 0;
    float: none;
  }
  html body #contentWrapper nav#breadcrumb {
    width: 100%;
    padding: 20px 20px 5px 15px;
    text-align: left;
  }
  html body #contentWrapper nav#breadcrumb a {
    font-size: .8rem;
  }
  html body #contentWrapper .content {
    max-width: none;
  }
  html body #contentWrapper .content .contentContainer {
    max-width: none;
    padding: 0 1%;
  }
  html body #contentWrapper .content .contentContainer .thumbWrapper .thumb {
    width: 25%;
    min-width: 115px;
    margin-right: 0;
  }
  html body #contentWrapper .content .contentContainer .thumbWrapper .thumb .verkauft {
    left: 36px;
  }
  html body #contentWrapper .content#start .slider {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }
  html body #contentWrapper .content#start .slider .sliderNav {
    width: 30px;
  }
  html body #contentWrapper .content#start .slider #innerWrapper {
    width: calc(100% - 60px);
  }
}
@media only screen and (max-width: 1080px) and (min-width: 1080px) {
  html body #contentWrapper nav#main ul#mobileNav {
    display: none;
  }
}
@media only screen and (max-width: 570px) {
  html body #contentWrapper .content#start .moodSlider .moodText {
    letter-spacing: 1px;
    font-size: 1rem;
    line-height: normal;
  }
  html body #contentWrapper .content#start .slider #innerWrapper .imgLocation {
    width: 50%;
    text-align: center;
  }
  html body #contentWrapper .content#start .slider #innerWrapper .imgLocation:nth-of-type(3),
  html body #contentWrapper .content#start .slider #innerWrapper .imgLocation:nth-of-type(4) {
    display: none;
  }
  html body #contentWrapper .content#start .slider #innerWrapper .imgLocation img {
    display: inline-block;
  }
  html body #contentWrapper .content#start .slider .sliderNav #left {
    text-align: right;
  }
  html body #contentWrapper .content#start .slider .sliderNav #left .arrow {
    display: inline-block;
  }
  html body #contentWrapper .content#start .slider .sliderNav #right {
    text-align: left;
  }
  html body #contentWrapper .content#partner .textWrapper .col {
    height: 80px;
  }
  html body #contentWrapper .content#partner .textWrapper .col img {
    max-width: 80%;
  }
  html body #contentWrapper .content .contentContainer h1 {
    font-size: 1.5rem;
  }
  html body #contentWrapper .content .contentContainer h1:after {
    width: 105%;
    left: -30px;
    top: 34px;
  }
  html body #contentWrapper .content .contentContainer h1:before {
    width: 1px;
    height: 150%;
    top: 8px;
  }
  html body #contentWrapper .content .contentContainer h2 {
    margin: 0 0 1rem 39px;
  }
  html body #contentWrapper .content .contentContainer .thumbWrapper .thumb {
    width: 50%;
    min-width: 115px;
  }
  html body #contentWrapper .content .contentContainer .textWrapper {
    top: -15px;
  }
  html body #contentWrapper .content#projekt .row #objektShort {
    width: 100%;
    margin: 0;
  }
  html body #contentWrapper .content#projekt .row #objektBeschreibung {
    margin-top: 1rem;
    width: 100%;
    padding: 1rem;
  }
}
