*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  color: #4e4e4e;
  margin: 0;
  font-size: 12px;
  font-family: Verdana, 'Jaldi', sans-serif, Tahoma, Arial, Helvetica, SunSans-Regular;
  line-height: 18px;
}

.container {
  position: relative;
  text-align: left;
  min-height: auto;
}

.columnsContainer {
  position: relative;
  margin: 0.5em;
  height: auto;
}

.columnsContainer2 {
  position: relative;
  margin: 0.5em;
  min-height: 30em;
}

.columnsContainer3 {
  position: relative;
  margin: 0.5em;
  min-height: 1300px;
}

.header {
  position: relative;
  height: 70px;
  margin: 0.5em;
  text-align: left;
}

.logo {
  position: relative;
  margin-top: -3em;
  text-align: right;
}

.block0 {
  color: #ffffff;
  border-bottom: 0px solid #ccc;
  height: auto;
  background: #78c5d0;
  margin: 0.0em;
  background-position: center;
  background-image: url("/img/header3.jpg");
}

.line {
  color: #ffffff;
  border-bottom: 0px solid #ccc;
  height: auto;
  background: #000000;
  margin: 0.0em;
  background-position: center;
}

.line_mark {
  color: #ffffff;
  border-bottom: 0px solid #ccc;
  height: 1em;
  background: #ff6b6b;
  margin: 0.0em;
  background-position: center;
}

.block1 {
  color: #ffffff;
  border-bottom: 0px solid #ccc;
  height: auto;
  background: #78c5d0;
  margin: 0.0em;
  background-position: center;
  background-image: url("/img/header4.jpg");
}

.block2 {
  color: #ffffff;
  border-bottom: 0px solid #ccc;
  height: auto;
  background: #78c5d0;
  margin: 0.0em;
  background-position: center;
  background-image: url("/img/header5.jpg");
}

.block3 {
  color: #ffffff;
  border-bottom: 0px solid #ccc;
  height: auto;
  background: #f5f5f5;
  margin: 0.0em;
  background-position: center;
}

.block_slider {
  color: #000000;
  border-top: 0px solid #000;
  height: auto;
  background: #f5f5f5;
  margin: 0.0em;
  background-position: center;
  background-image: url("/img/header10.jpg");
}

.block_u {
  color: #d3d3d3;
  border-bottom: 0px solid #ccc;
  height: auto;
  background: #000000;
  margin: 0.0em;
}

.thumb {
  width: 100%;
}

.parallax-window {
  height: 14em;
  background: transparent;
  background-position: center;
}

.parallax-window-small {
  margin-top: 1em;
  height: 21em;
  background: transparent;
  background-position: center;
}

.parallax-window-small2 {
  min-height: 9em;
  background: transparent;
  background-position: center;
}

/* Youtube Iframe Video */
.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}

/* Youtube Iframe Video /// ENDE */
.header {
  color: #ffffff;
  border-bottom: 0px solid #ccc;
  height: auto;
  background: #5d5d5d;
  margin: 0.0em;
  height: 3.0em;
}

.rightColumn, footer, header {
  border: 0px solid #ccc;
  padding-top: 3em;
}

.leftColumn {
  border: 0px solid #ccc;
  padding-top: 0.0em;
}

.rightColumn {
  border: 0px solid #ccc;
  padding: 0.0em;
}

.rightColumn2 {
  border: 0px solid #ccc;
  padding-top: 3em;
}

.nav {
  list-style: none;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  margin-left: 0.5em;
  margin-bottom: 0;
  padding-left: 0;
  font-weight: bold;
  font-size: 1em;
}

.nav > li,
.nav > li > a {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.inline-items {
  margin-top: 0;
}

.inline-items li {
  margin-left: 0;
  border-left: 1px solid black;
  padding-left: 10px;
  padding-right: 10px;
}

.inline-items li:first-child {
  margin-left: 0;
  border: none;
  padding-left: 0;
  padding-right: 10px;
}

.inline-items li:last-child {
  padding-right: 0;
}

@media screen and (min-width: 65.0em) {
  .container {
    width: 990px;
    position: relative;
    text-align: left;
  }

  .leftColumn {
    margin-right: 25.1em;
    padding-bottom: 1.5em;
  }

  .rightColumn {
    position: absolute;
    top: 0;
    right: 0;
    width: 23em;
  }

  .rightColumn2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 22.75em;
  }
}

@media screen and (min-width: 75.0em) {
  .container {
    width: 1180px;
    position: relative;
    text-align: left;
  }

  .leftColumn {
    margin-right: 25.1em;
    padding-bottom: 1.5em;
  }

  .rightColumn {
    position: absolute;
    top: 0;
    right: 0;
    width: 23em;
  }

  .rightColumn2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 22.75em;
  }

  .parallax-window {
    height: 35em;
    background: transparent;
    background-position: center;
  }
}

@media screen and (min-width: 110.0em) {
  .container {
    width: 1380px;
    position: relative;
    text-align: left;
  }

  .leftColumn {
    margin-right: 25.1em;
    padding-bottom: 1.5em;
  }

  .rightColumn {
    position: absolute;
    top: 0;
    right: 0;
    width: 23em;
  }

  .rightColumn2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 22.75em;
  }

  body {
    font-size: 14px;
    line-height: 21px;
  }
}

@media screen and (min-width: 135.0em) {
  .container {
    width: 1680px;
    position: relative;
    text-align: left;
  }

  .leftColumn {
    margin-right: 25.1em;
    padding-bottom: 1.5em;
  }

  .rightColumn {
    position: absolute;
    top: 0;
    right: 0;
    width: 23em;
  }

  .rightColumn2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 22.75em;
  }

  body {
    font-size: 15px;
    line-height: 23px;
  }

  .headline_xxl {
    font-size: 40px;
    line-height: auto;
    font-weight: bold;
    color: #ffffff;
    font-family: 'Jaldi', sans-serif, Tahoma, Arial, Helvetica, SunSans-Regular;
    margin-left: 0px;
  }

  .headline_xxl_white {
    font-size: 40px;
    line-height: 1.2em;
    font-weight: bold;
    color: #ffffff;
    font-family: 'Jaldi', sans-serif, Tahoma, Arial, Helvetica, SunSans-Regular;
    margin-left: 0px;
  }

  .headline_xxl_black {
    font-size: 40px;
    line-height: 1.2em;
    font-weight: bold;
    color: #ff6b6b;
    font-family: 'Jaldi', sans-serif, Tahoma, Arial, Helvetica, SunSans-Regular;
    margin-left: 0px;
    padding-bottom: 2em;
  }

  h2, h3, h4, h5, h6 {
    font-size: 40px;
    border-bottom: 0px solid #000000;
    padding-bottom: 0.6em;
    font-weight: bold;
    color: #ff6b6b;
    line-height: 1.2em;
    margin-top: 0.10em;
    font-family: 'Jaldi', sans-serif, Tahoma, Arial, Helvetica, SunSans-Regular;
  }
}

/* STYLE FORMATIERUNG */
.headline_xxl {
  font-size: 25px;
  line-height: auto;
  font-weight: bold;
  color: #ffffff;
  font-family: 'Jaldi', sans-serif, Tahoma, Arial, Helvetica, SunSans-Regular;
  margin-left: 0px;
}

.headline_xxl_white {
  font-size: 22px;
  line-height: 1.2em;
  font-weight: bold;
  color: #ffffff;
  font-family: 'Jaldi', sans-serif, Tahoma, Arial, Helvetica, SunSans-Regular;
  margin-left: 0px;
}

.headline_xxl_black {
  font-size: 22px;
  line-height: 1.2em;
  font-weight: bold;
  color: #ff6b6b;
  font-family: 'Jaldi', sans-serif, Tahoma, Arial, Helvetica, SunSans-Regular;
  margin-left: 0px;
  padding-bottom: 2em;
}

h1 {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  line-height: auto;
  font-family: 'Jaldi', sans-serif, Tahoma, Arial, Helvetica, SunSans-Regular;
}

h2, h3, h4, h5, h6 {
  font-size: 24px;
  border-bottom: 0px solid #000000;
  padding-bottom: 0.6em;
  font-weight: bold;
  color: #ff6b6b;
  line-height: 1.2em;
  margin-top: 0.10em;
  font-family: 'Jaldi', sans-serif, Tahoma, Arial, Helvetica, SunSans-Regular;
}

a:link {
  color: #ff6b6b;
  text-decoration: underline;
}

a:visited {
  color: #ff6b6b;
  text-decoration: underline;
}

a:hover {
  color: #ff6b6b;
  text-decoration: none;
}

a:active {
  color: #ff6b6b;
  text-decoration: underline;
}

a.white:link {
  color: #ffffff;
  text-decoration: underline;
}

a.white:visited {
  color: #ffffff;
  text-decoration: underline;
}

a.white:hover {
  color: #ffffff;
  text-decoration: none;
}

a.white:active {
  color: #ffffff;
  text-decoration: underline;
}

.box {
  font-size: 9px;
  border: 0px solid #78c5d0;
  padding: 0.50em;
  margin-bottom: -0.25em;
}

.box_news {
  font-size: 12px;
  border: 0px solid #78c5d0;
  padding: 0.50em;
  margin-bottom: -0.25em;
}

.border0 {
  border: 1px solid #78c5d0;
  background: #3a2a45;
}

.border1 {
  border: 1px solid #000000;
  padding: 0.5em;
  margin-bottom: -0.25em;
}

/*IMAGE HOVER EFFECTS */
.item {
  position: relative;
  border: 0px solid #000;
  margin: 0%;
  overflow: hidden;
  width: auto;
}

.item img {
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.item:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*IMAGE HOVER EFFECTS */
.gallery img {
  text-decoration: none;
}

/*FORMULARE */
input[type="submit"],
input[type="reset"],
input[type="button"],
.button_u {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  background-color: #ff8c8c;
  border-radius: 8px;
  border: solid 1px #4c4b4d !important;
  color: #ffffff !important;
  cursor: pointer;
  display: inline-block;
  font-size: 1.0em;
  font-weight: 600;
  height: 3.5em;
  width: 100%;
  letter-spacing: 0.1em;
  line-height: 3.35em;
  padding: 0 0em;
  text-align: center;
  text-decoration: none;
  text-indent: 0.25em;
  text-transform: uppercase;
  white-space: nowrap;
}

input[type="submit"]:disabled {
  background-color: #ff8c8c;
  color: #ffffff !important;
}

a.button_u:link {
  color: #000000;
  text-decoration: none;
}

a.button_u:visited {
  color: #000000;
  text-decoration: none;
}

a.button_u:hover {
  color: #000000;
  text-decoration: underline;
  background-color: #ff6b6b;
}

a.button_u:active {
  color: #000000;
  text-decoration: none;
}

input[type="text"],
input[type="password"],
select {
  width: 50%;
  max-width: 100%;
  min-width: 100%;
  height: 2.5em;
  padding-left: 0.7em;
  padding-right: 0.7em;
  border: 1px solid #c0c0c0;
  border-radius: 3px;
  background-color: #fcfcfc;
  color: #444;
  box-shadow: none;
  margin-top: 10px;
}

textarea {
  width: 50%;
  max-width: 100%;
  min-width: 100%;
  height: 7em;
  padding-left: 0.7em;
  padding-top: 0.7em;
  padding-right: 0.7em;
  border: 1px solid #c0c0c0;
  border-radius: 3px;
  background-color: #fcfcfc;
  color: #444;
  box-shadow: none;
  margin-top: 10px;
}

select {}



