/***********************
 Farben
 ***********************/
/***********************
 Allgemein
 ***********************/
* {
  margin: 0;
  padding: 0; }

body, html {
  font-family: 'Open Sans', sans-serif; }

.row {
  margin-right: 0px;
  margin-left: 0px; }

.width {
  max-width: 1070px;
  margin: 0 auto;
  position: relative; }

img {
  max-width: 100%;
  height: auto; }

p, table, ul {
  color: #000;
  font-size: 17px;
  margin-bottom: 25px;
  font-weight: normal; }

a, a:link, a:visited {
  color: #2c448f; }

a:hover, a:focus, a:active {
  text-decoration: none;
  color: #4bb85f; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px; }

h1 {
  color: #2c448f;
  font-size: 25px;
  font-weight: normal;
  margin-bottom: 25px; }

h2.h1 {
  color: #2c448f;
  font-size: 25px;
  font-weight: normal;
  margin-bottom: 25px; }

.clear {
  clear: both;
  float: none;
  width: 100%; }

.gruen {
  color: #4bb85f; }

.bold {
  font-weight: 600; }

.mobile {
  display: block; }

.oben {
  right: 15px;
  bottom: 110px;
  position: fixed; }
/***********************
 Head
 ***********************/
.head {
  padding-top: 35px;
  padding-bottom: 35px; }
  .head img.logo {
    width: 250px; }
  .head .align-right {
    text-align: right; }
  .head form.suche {
    position: relative;
    width: 250px;
    max-width: 100%;
    display: inline-block;
    margin-bottom: 55px; }
    .head form.suche input[type="text"] {
      line-height: 26px;
      padding: 0px 10px 0px 30px;
      border: 1px solid #000;
      background: #fff;
      width: 250px;
      max-width: 100%; }
    .head form.suche input[type="submit"] {
      height: 26px;
      width: 26px;
      background-color: transparent;
      background-image: url(../images/head_suche-icon.png);
      background-repeat: no-repeat;
      background-position: center center;
      text-indent: -9999px;
      border: none;
      position: absolute;
      top: 0px;
      left: 0px; }
  .head ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px; }
    .head ul li {
      display: inline-block;
      vertical-align: top;
      padding: 10px 0px 10px 40px;
      margin-left: 40px;
      border-left: 1px solid #000;
      position: relative; }
      .head ul li:first-child {
        border-left: none;
        margin-left: 0px; }
      .head ul li a, .head ul li a:link, .head ul li a:visited {
        color: #000;
        font-weight: normal;
        font-size: 17px;
        display: block; }
      .head ul li a:hover, .head ul li a:focus, .head ul li a:active, .head ul li.active a, .head ul li.active a:link, .head ul li.active a:visited {
        color: #2c448f; }
      .head ul li.active ul li a, .head ul li.active ul li a:link, .head ul li.active ul li a:visited {
        color: #000;
        font-weight: normal; }
        .head ul li.active ul li a:hover, .head ul li.active ul li a:focus, .head ul li.active ul li a:active, .head ul li.active ul li.active a, .head ul li.active ul li.active a:link, .head ul li.active ul li.active a:visited {
          color: #2c448f; }
      .head ul li ul {
        display: none;
        position: absolute;
        left: 0px;
        padding: 20px 40px;
        background-color: #fff;
        z-index: 200;
        text-align: left; }
        .head ul li ul li {
          margin: 0px;
          padding: 5px 0px;
          border: none;
          display: block; }
      .head ul li:hover ul, .head ul li:focus ul, .head ul li:active ul {
        display: block; }
  .head button {
    display: none;
    background: none;
    border: none;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: right;
    color: #fff;
    background-color: #2c448f;
    padding: 5px 15px;
    margin-top: 25px; }
    .head button:hover, .head button:focus, .head button:active {
      background-color: #4bb85f; }
/***********************
 Slider
 ***********************/
.slider {
  margin-bottom: 50px !important; }
  .slider img {
    width: 100%;
    height: auto; }
  .slider .textbox {
    background-image: url(/basics/images/slider_text-bg.png);
    background-repeat: repeat;
    padding: 20px 25px;
    position: absolute;
    width: 330px;
    max-width: 100%; }
    .slider .textbox.links-oben {
      top: 30px;
      left: 15px; }
    .slider .textbox.rechts-oben {
      top: 30px;
      right: 15px; }
    .slider .textbox.links-unten {
      bottom: 30px;
      left: 15px; }
    .slider .textbox.rechts-unten {
      bottom: 30px;
      right: 15px; }
    .slider .textbox h3 {
      color: #2c448f;
      font-size: 25px;
      font-weight: normal;
      margin-bottom: 5px; }
    .slider .textbox p {
      color: #58585a;
      margin-bottom: 0px; }
  .slider .slick-next {
    right: 30px;
    width: 35px;
    height: 35px;
    background: url(/basics/images/slider_pfeil-rechts.png);
    background-position: right center;
    background-repeat: no-repeat;
    opacity: 0.5; }
    .slider .slick-next:before {
      display: none; }
    .slider .slick-next:hover, .slider .slick-next:focus, .slider .slick-next:active {
      opacity: 1;
      background: url(/basics/images/slider_pfeil-rechts.png); }
  .slider .slick-prev {
    left: 30px;
    z-index: 100;
    width: 35px;
    height: 35px;
    background: url(/basics/images/slider_pfeil-links.png);
    background-position: left center;
    background-repeat: no-repeat;
    opacity: 0.5; }
    .slider .slick-prev:before {
      display: none; }
    .slider .slick-prev:hover, .slider .slick-prev:focus, .slider .slick-prev:active {
      opacity: 1;
      background: url(/basics/images/slider_pfeil-links.png); }
  .slider .slick-dots {
    bottom: 15px;
    width: auto;
    right: 30px; }
    .slider .slick-dots li {
      margin: 0px; }
      .slider .slick-dots li button:before {
        font-size: 10px;
        color: #fff; }
      .slider .slick-dots li.slick-active button:before {
        color: #2c448f; }
/***********************
 Content
 ***********************/
.content {
  padding-bottom: 25px; }
  .content img.bild_links {
    float: left;
    margin: 0px 30px 15px 0px;
    max-width: 50%; }
  .content ul {
    list-style-image: url(/basics/images/content_li-icon.png);
    padding-left: 17px; }
  .content .akkordeonbox {
    margin-bottom: 25px; }
    .content .akkordeonbox .box h3 {
      color: #4bb85f;
      font-weight: 600;
      font-size: 17px;
      margin-bottom: 15px;
      cursor: pointer;
      padding-left: 25px;
      background-image: url(/basics/images/content_akkordeon-zu.png);
      background-repeat: no-repeat;
      background-position: left center; }
      .content .akkordeonbox .box h3:hover, .content .akkordeonbox .box h3:focus, .content .akkordeonbox .box h3:active, .content .akkordeonbox .box h3.akkordeon_offen {
        background-image: url(/basics/images/content_akkordeon-offen.png); }
      .content .akkordeonbox .box .text {
        padding: 5px 25px; }
/***********************
 Iconblock
 ***********************/
.iconblock {
  padding-top: 30px;
  padding-bottom: 10px; }
  .iconblock .box {
    text-align: center;
    padding: 15px 5px;
    margin-bottom: 20px;
    min-height: 178px; }
    .iconblock .box:hover, .iconblock .box:focus, .iconblock .box:active {
      background-color: #bee0c5; }
    .iconblock .box img {
      margin-bottom: 10px; }
    .iconblock .box p {
      margin-bottom: 0px; }
/***********************
 Referenzen
 ***********************/
.referenzen {
  margin-bottom: 36px; }
  .referenzen.oben {
    margin-bottom: 0px;
    position: relative;
    right: inherit;
    bottom: inherit; }
  .referenzen .box {
    width: 100%;
    height: 200px;
    background-size: cover;
    position: relative;
    margin-bottom: 30px; }
    .referenzen .box .inhalt {
      text-align: center;
      display: none;
      position: absolute;
      left: 0px;
      right: 0px;
      top: 0px;
      bottom: 0px;
      background-image: url(../images/referenzen_inhalt-bg.png);
      width: 100%;
      height: 100%; }
      .referenzen .box .inhalt .center {
        display: table-cell;
        vertical-align: middle; }
      .referenzen .box .inhalt img {
        margin: 0px 5px 10px 5px;
        cursor: pointer; }
      .referenzen .box .inhalt p {
        color: #fff;
        font-weight: 600;
        margin-bottom: 0px; }
    .referenzen .box:hover .inhalt, .referenzen .box:focus .inhalt, .referenzen .box:active .inhalt {
      display: table; }
  .referenzen a.button, .referenzen a.button:link, .referenzen a.button:visited {
    background-color: #2c448f;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 36px;
    padding: 0px 10px;
    text-align: center; }
  .referenzen a.button:hover, .referenzen a.button:focus, .referenzen a.button:active {
    background-color: #4bb85f; }
  .referenzen .referenzliste.element-item {
    width: 33.3333% !important; }
  .referenzen .auswahl {
    margin-bottom: 45px; }
    .referenzen .auswahl button {
      color: #000;
      padding: 3px 30px;
      display: inline-block;
      vertical-align: top;
      border: none;
      border-left: 1px solid #000;
      background: none; }
      .referenzen .auswahl button:first-child {
        padding-left: 0px;
        border: none; }
      .referenzen .auswahl button:last-child {
        padding-right: 0px; }
      .referenzen .auswahl button:hover, .referenzen .auswahl button:focus, .referenzen .auswahl button:active, .referenzen .auswahl button:checked {
        color: #2c448f; }
    .referenzen .auswahl p {
      margin-bottom: 0px; }
      .referenzen .auswahl p a, .referenzen .auswahl p a:link, .referenzen .auswahl p a:visited {
        color: #000;
        padding: 3px 30px;
        display: inline-block;
        vertical-align: top;
        border-left: 1px solid #000; }
      .referenzen .auswahl p a:first-child, .referenzen .auswahl p a:link:first-child, .referenzen .auswahl p a:visited:first-child {
        padding-left: 0px;
        border: none; }
      .referenzen .auswahl p a:last-child, .referenzen .auswahl p a:link:last-child, .referenzen .auswahl p a:visited:last-child {
        padding-right: 0px; }
      .referenzen .auswahl p a:hover, .referenzen .auswahl p a:focus, .referenzen .auswahl p a:active, .referenzen .auswahl p a.active, .referenzen .auswahl p a.active:link, .referenzen .auswahl p a.active:visited {
        color: #2c448f;
        font-weight: 600; }
  .referenzen ul {
    list-style-image: url(../images/content_li-icon.png);
    padding-left: 17px; }
  .referenzen .slider-referenzen {
    margin-bottom: 25px; }
    .referenzen .slider-referenzen img {
      width: 100%;
      height: auto; }
    .referenzen .slider-referenzen .slick-next {
      right: 15px;
      width: 35px;
      height: 35px;
      background: url(../images/slider_pfeil-rechts.png);
      background-position: right center;
      background-repeat: no-repeat;
      opacity: 0.5; }
      .referenzen .slider-referenzen .slick-next:before {
        display: none; }
      .referenzen .slider-referenzen .slick-next:hover, .referenzen .slider-referenzen .slick-next:focus, .referenzen .slider-referenzen .slick-next:active {
        opacity: 1;
        background: url(../images/slider_pfeil-rechts.png); }
    .referenzen .slider-referenzen .slick-prev {
      left: 15px;
      z-index: 100;
      width: 35px;
      height: 35px;
      background: url(../images/slider_pfeil-links.png);
      background-position: left center;
      background-repeat: no-repeat;
      opacity: 0.5; }
      .referenzen .slider-referenzen .slick-prev:before {
        display: none; }
      .referenzen .slider-referenzen .slick-prev:hover, .referenzen .slider-referenzen .slick-prev:focus, .referenzen .slider-referenzen .slick-prev:active {
        opacity: 1;
        background: url(../images/slider_pfeil-rechts.png); }
  .referenzen.team .box {
    margin-bottom: 10px; }
    .referenzen.team p.name {
      margin-bottom: 30px; }
  .referenzen .main_box {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 20px; }
    .referenzen .main_box .overlayPop {
      width: auto !important;
      height: auto !important;
      top: 0px;
      left: 0px;
      right: 0px;
      bottom: 0px; }
    .referenzen .main_box p {
      position: absolute;
      bottom: 15px;
      left: 15px;
      right: 15px;
      text-align: center;
      margin: 0px;
      color: #fff;
      display: none; }
/***********************
 News
 ***********************/
.news {
  margin-bottom: 35px; }
  .news .auswahl {
    margin-bottom: 45px;
    text-align: right; }
    .news .auswahl button {
      color: #000;
      padding: 3px 30px;
      display: inline-block;
      vertical-align: top;
      border: none;
      border-left: 1px solid #000;
      background: none; }
      .news .auswahl button:first-child {
        padding-left: 0px;
        border: none; }
      .news .auswahl button:last-child {
        padding-right: 0px; }
      .news .auswahl button:hover, .news .auswahl button:focus, .news .auswahl button:active {
        color: #2c448f; }
    .news .auswahl p {
      margin-bottom: 0px; }
      .news .auswahl p a, .news .auswahl p a:link, .news .auswahl p a:visited {
        color: #000;
        padding: 3px 30px;
        display: inline-block;
        vertical-align: top;
        border-left: 1px solid #000; }
      .news .auswahl p a:first-child, .news .auswahl p a:link:first-child, .news .auswahl p a:visited:first-child {
        padding-left: 0px;
        border: none; }
      .news .auswahl p a:last-child, .news .auswahl p a:link:last-child, .news .auswahl p a:visited:last-child {
        padding-right: 0px; }
      .news .auswahl p a:hover, .news .auswahl p a:focus, .news .auswahl p a:active, .news .auswahl p a.active, .news .auswahl p a.active:link, .news .auswahl p a.active:visited {
        color: #2c448f; }
  .news .top {
    padding-bottom: 25px; }
  .news .bild img {
    width: 100%;
    height: auto;
    margin-bottom: 25px; }
  .news .box {
    margin: 0 0 40px 0; }
    .news .box img {
      max-width: 49%;
      margin: 0px 20px 10px 0px;
      float: left; }
  .news p.pagination {
    text-align: right;
    display: block;
    font-size: 14px;
    margin: 0px; }
    .news p.pagination a, .news p.pagination a:link, .news p.pagination a:visited {
      color: #000;
      margin: 0px 3px; }
    .news p.pagination a:hover, .news p.pagination a:focus, .news p.pagination a:active, .news p.pagination a.active, .news p.pagination a.active:link, .news p.pagination a.active:visited {
      color: #2c448f; }
    .news p.pagination a.notactive, .news p.pagination a.notactive:link, .news p.pagination a.notactive:visited {
      color: #58585a; }
  .news ul.news_pagination {
    list-style-type: none;
    margin: 0px;
    padding: 15px 0px 0px 0px;
    text-align: right; }
    .news ul.news_pagination li {
      display: inline-block;
      vertical-align: top;
      font-size: 14px; }
      .news ul.news_pagination li a, .news ul.news_pagination li a:link, .news ul.news_pagination li a:visited {
        color: #000;
        margin: 0px 3px; }
      .news ul.news_pagination li a:hover, .news ul.news_pagination li a:focus, .news ul.news_pagination li a:active, .news ul.news_pagination li.active a, .news ul.news_pagination li.active a:link, .news ul.news_pagination li.active a:visited {
        color: #2c448f; }
  .news.detail img {
    max-width: 60%;
    margin: 0px 30px 10px 0px;
    float: left; }
/***********************
 Teamdetail
 ***********************/
.teamdetail {
  margin-bottom: 50px; }
  .teamdetail .bild {
    text-align: right; }
  .teamdetail hr {
    border: none;
    width: 100%;
    height: 3px;
    background-color: #4bb85f;
    margin: 0px; }
  .teamdetail h1 {
    margin-bottom: 50px; }
  .teamdetail p.phone {
    font-size: 25px;
    font-weight: bold;
    background-image: url(/basics/images/teamdetail_icon-phone.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding: 4px 0px 4px 45px;
    margin-bottom: 5px; }
  .teamdetail p.mail {
    font-size: 25px;
    font-weight: bold;
    background-image: url(/basics/images/teamdetail_icon-mail.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding: 0px 0px 0px 45px;
    margin-bottom: 5px; }
    .teamdetail p.mail a, .teamdetail p.mail a:link, .teamdetail p.mail a:visited {
      color: #000; }
    .teamdetail p.mail a:hover, .teamdetail p.mail a:focus, .teamdetail p.mail a:active {
      color: #4bb85f; }
/***********************
 Kontakt
 ***********************/
.kontakt {
  background-color: #4bb85f;
  padding-top: 10px;
  padding-bottom: 1px;
  margin-bottom: 8px; }
  .kontakt p {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px; }
    .kontakt p.phone {
      font-size: 25px;
      font-weight: bold;
      padding: 12px 0px 12px 40px;
      background-image: url(/basics/images/kontakt_phone-icon.png);
      background-position: left center;
      background-repeat: no-repeat; }
    .kontakt p a, .kontakt p a:link, .kontakt p a:visited {
      color: #fff; }
    .kontakt p a:hover, .kontakt p a:focus, .kontakt p a:active {
      color: #000; }
/***********************
 Footer
 ***********************/
.footer {
  background-color: #2c448f;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center; }
  .footer p {
    margin-bottom: 0px;
    color: #fff;
    font-size: 14px;
    line-height: 25px; }
    .footer p a, .footer p a:link, .footer p a:visited {
      color: #fff; }
    .footer p a:hover, .footer p a:focus, .footer p a:active, .footer p a.active, .footer p a.active:link, .footer p a.active:visited {
      color: #bee0c5; }
/***********************
 Media Query
 ***********************/
@media (max-width: 995px) {
  .head ul li {
    padding-left: 20px;
    margin-left: 20px; }

  .referenzen .auswahl p a, .referenzen .auswahl p a:link, .referenzen .auswahl p a:visited {
    padding: 3px 10px; }
    .referenzen .auswahl button {
      padding: 3px 10px; } }

@media (max-width: 767px) {
  .referenzen .referenzliste.element-item {
    width: 50% !important; }

  .head ul {
    display: none; }
    .head form.suche {
      display: none; }
    .head #mainmobile {
      padding: 25px 0px 0px 0px; }
      .head #mainmobile ul {
        display: block;
        text-align: left; }
        .head #mainmobile ul li {
          display: block;
          margin: 0px;
          padding: 5px 0px;
          border: none; }
          .head #mainmobile ul li ul {
            padding: 0px 0px 0px 15px;
            background: none;
            position: relative; }
      .head #mainmobile form.suche {
        display: block;
        margin: 0px;
        width: 100%; }
        .head #mainmobile form.suche input[type="text"] {
          width: 100%; }
    .head button {
      display: inline-block; }

  .desktop {
    display: none; }

  .mobile {
    display: block; }

  .slider .textbox.links-oben, .slider .textbox.rechts-oben, .slider .textbox.links-unten, .slider .textbox.rechts-unten {
    position: relative;
    left: 0px;
    right: 0px;
    top: inherit;
    bottom: inherit;
    background: #4bb85f;
    width: 100%;
    max-width: inherit; }
    .slider .textbox.links-oben h3, .slider .textbox.rechts-oben h3, .slider .textbox.links-unten h3, .slider .textbox.rechts-unten h3 {
      color: #fff; }
    .slider .textbox.links-oben p, .slider .textbox.rechts-oben p, .slider .textbox.links-unten p, .slider .textbox.rechts-unten p {
      color: #fff; }
    .slider .slick-prev, .slider .slick-next {
      top: 30px; }
    .slider .slick-prev {
      left: 15px; }
    .slider .slick-next {
      right: 15px; }
    .slider .slick-dots {
      display: none !important; }

  .referenzen .auswahl p a, .referenzen .auswahl p a:link, .referenzen .auswahl p a:visited {
    padding: 3px 25px;
    display: block;
    border-left: 1px solid #000;
    margin-bottom: 4px; }
    .referenzen .auswahl p a:first-child, .referenzen .auswahl p a:link:first-child, .referenzen .auswahl p a:visited:first-child {
      padding: 3px 25px;
      display: block;
      border-left: 1px solid #000; }
    .referenzen .auswahl button {
      padding: 3px 25px;
      display: block;
      border-left: 1px solid #000;
      margin-bottom: 4px; }
    .referenzen .auswahl button:first-child {
      padding: 3px 25px;
      display: block;
      border-left: 1px solid #000; }

  .news .auswahl p {
    text-align: left; }
    .news .auswahl p a, .news .auswahl p a:link, .news .auswahl p a:visited {
      padding-right: 15px;
      padding-left: 15px; }

  .footer p span {
    display: block; }
    .footer p span.none {
      display: none; } }

@media (max-width: 480px) {
  .content img.bild_links {
    float: none;
    margin: 0px 0px 20px 0px;
    max-width: inherit; }

  .referenzen .referenzliste.element-item {
    width: 100% !important; }

  .content img.bild_links, .content img.bild_rechts {
    float: none;
    margin: 0px 0px 20px 0px;
    max-width: 100%; }

  .news .auswahl p {
    text-align: left; }
    .news .auswahl p a, .news .auswahl p a:link, .news .auswahl p a:visited {
      padding-right: 10px;
      padding-left: 10px; }

  .referenzen.team .col-xs-6 {
    width: 100%; }
    .referenzen .col-xs-6 {
      width: 100%; }

  .footer ul span {
    display: block; }
    .footer ul span.none {
      display: none; } }

@media (max-width: 400px) {
  .news .auswahl p {
    text-align: left; }
    .news .auswahl p a, .news .auswahl p a:link, .news .auswahl p a:visited {
      padding: 3px 25px;
      display: block;
      border-left: 1px solid #000;
      margin-bottom: 4px; }
      .news .auswahl p a:first-child, .news .auswahl p a:link:first-child, .news .auswahl p a:visited:first-child {
        padding: 3px 25px;
        display: block;
        border-left: 1px solid #000; }
    .news.detail img {
      max-width: 100%; }
    .news .box img {
      max-width: 100%; } }
