img {
  image-rendering: optimizeQuality;
}

/*.clear {
    clear: both;
}*/
body h1,
body h2,
body h3,
body h4,
body h5 {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-weight: 700;
  padding: 0;
}
body p {
  font-size: 18px;
  line-height: 27px;
}

h1 {
  font-size: 32px;
  color: black;
}

h2 {
  color: black;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-15 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
.btn-client {
  background-image: -o-linear-gradient(top, #FFFF01 0, #FF8000 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFF01), to(#FF8000));
  background-image: linear-gradient(to bottom, #FFFF01 0, #FF8000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$bgc1", endColorstr="$bgc2", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border: 1px solid #000;
  font-family: Arial;
  font-weight: bold;
  color: #000;
  -webkit-box-shadow: inset 0 3px 5px 0 rgba(255, 255, 255, 0.3);
          box-shadow: inset 0 3px 5px 0 rgba(255, 255, 255, 0.3);
  padding: 10px;
  border-radius: 5px;
}
.btn-client:active, .btn-client:hover {
  background-color: #FFFF01;
  color: #fff;
}

header {
  height: 80px;
  background-color: #fff;
  z-index: 14;
  width: 100%;
  position: fixed;
  top: 0;
}
header .icons {
  position: absolute;
  right: 10px;
  top: 30px;
}
header .icons span {
  padding-right: 5px;
  text-decoration: none;
  color: #1d1d1d;
  font-size: 18px;
}
header .icons span.mailHeader {
  position: relative;
}
header .icons span.mailHeader a {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
header .icons span.number {
  font-weight: 700;
  font-family: open sans;
}
header img.logo {
  width: auto;
  height: 80px;
  background-color: #e2007a;
  padding: 20px;
}

.fadeIn {
  top: 0;
  -webkit-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.fadeOut {
  top: -80px;
  -webkit-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

@media screen and (max-width: 1200px) {
  header .icons {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  header {
    background-color: #e2007a;
  }
}
.navigation {
  z-index: 99;
}
.navigation nav {
  left: 285px;
  position: absolute;
  top: 28px;
}
.navigation nav ul li {
  display: inline-block;
}
.navigation nav ul li.active a {
  font-weight: 700;
  color: #e2007a;
}
.navigation nav ul li.active a:hover {
  color: #e2007a;
  text-decoration: none;
}
.navigation nav ul li a {
  float: left;
  color: #1d1d1d;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  margin-right: 15px;
}
.navigation nav ul li a:hover {
  text-decoration: underline;
  color: #1d1d1d;
}
.navigation nav ul li ul {
  display: none;
}

.sidebar {
  margin-bottom: 50px;
}
.sidebar .sidenav {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 30px;
}
.sidebar .sidenav ul {
  padding-left: 0;
  margin-top: 5px;
}
.sidebar .sidenav ul li {
  list-style: none;
}
.sidebar .sidenav ul li a {
  font-size: 18px;
  padding: 10px 0;
  border-bottom: 1px solid;
  border-color: gainsboro;
  color: #1d1d1d;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
  display: block;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.sidebar .sidenav ul li a:hover {
  color: #e2007a;
}
.sidebar .sidenav ul li.active a {
  color: #fff;
  font-weight: 700;
  background-color: #e2007a;
}
.sidebar .sidenav ul li.active a:hover {
  background-color: #e2007a;
}
.sidebar h2 {
  margin-bottom: 0;
}
.sidebar .kontakt {
  padding: 15px;
  background: url("../images/b.jpg");
}
.sidebar .kontakt span {
  color: black;
  margin-bottom: 5px;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  margin-bottom: 20px;
  margin-top: 7px;
}
.sidebar .kontakt img {
  width: 100%;
  margin-bottom: 15px;
}
.sidebar .kontakt p {
  font-size: 1.1vw;
}
.sidebar .kontakt a {
  color: #e2007a;
  font-weight: bold;
  font-size: 16px !important;
}
.sidebar .kontakt a::before {
  content: "";
}

@media screen and (max-width: 992px) {
  .sidebar {
    display: none;
  }

  body {
    padding-top: 0 !important;
  }

  header {
    position: relative !important;
    height: auto !important;
  }
  header .meanmenu-reveal {
    top: 15px !important;
  }
}
@media (min-width: 1200px) {
  .sidebar .kontakt p {
    font-size: 16px;
  }
  .sidebar .kontakt a {
    font-size: 14px;
  }
}
.mean-container .mean-bar {
  position: relative;
  background: transparent;
  height: 0;
  min-height: 0;
  padding: 0 !important;
}

.mean-container .mean-bar a.meanmenu-reveal.meanclose {
  background-color: #e2007a;
  color: #fff;
}

.mean-container .mean-bar a.meanmenu-reveal span {
  background-color: #fff;
}

.mean-container .mean-bar .mean-nav {
  margin-top: 76px;
  background-color: #e2007a;
}

body,
html {
  height: 100%;
}
body,
p {
  font-family: open sans;
  font-weight: 400;
}

.clear {
  clear: both;
}

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

.richtext {
  font-size: 18px;
  line-height: 27px;
}
.richtext p {
  font-size: 18px;
  line-height: 27px;
}
.richtext p a {
  text-decoration: underline;
}
.richtext ul {
  font-size: 18px;
}
.richtext ul li {
  border-bottom: 1px solid black;
  padding-bottom: 4px;
  margin-bottom: 4px;
}
@media screen and (max-width: 992px) {
  body {
    padding-top: 80px;
  }
}
.footer {
  position: relative;
  color: #4d4d4d;
  height: 300px;
  background-image: url("../images/b.jpg");
}
.footer .footerbox {
  margin-top: 30px;
}
.footer .footerbox h4 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
}
.footer .footerbox ul {
  margin-top: 0;
  margin-bottom: 40px;
  padding-left: 0;
}
.footer .footerbox ul li {
  list-style: none;
  margin-top: 0;
  padding-left: 0;
  font-size: 18px;
}
.footer .footerbox ul li a {
  color: #4d4d4d;
}
.footer .footerbox ul.last {
  margin-top: 43px;
}
.footer .footerbox ul.last li a {
  color: #4d4d4d;
}

@media screen and (max-width: 992px) {
  .footer {
    height: auto;
  }

  .footer ul.last {
    margin-top: 40px;
  }
}
.contact-form fieldset {
  margin: 0 20px 0 0;
  border: none;
}
.contact-form label {
  display: block;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 0;
}
.contact-form input[type=text],
.contact-form textarea {
  width: 640px;
  max-width: 100%;
  display: block;
  margin: 0 0 15px 0;
  padding: 7px;
  background-color: #EFEFEF;
  border: none;
  border-bottom: 1px solid #999;
}
.contact-form textarea {
  height: 140px;
}
.contact-form .actions {
  margin-left: 25px;
}

.contentDetail .form.update fieldset input {
  width: 75%;
  padding: 5px;
  max-width: 75%;
}
.contentDetail .form.update fieldset textarea {
  width: 75%;
  max-width: 75%;
  padding: 10px;
}
.contentDetail .form.update fieldset .checkwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contentDetail .form.update fieldset .checkwrap input {
  width: 13px;
  float: left;
  margin-right: 20px;
  margin-top: 6px;
}
.contentDetail .form.update fieldset .checkwrap label {
  width: calc(100% - 33px);
  float: right;
}
.contentDetail .form.update fieldset .checkwrap.margin {
  margin-bottom: 30px;
}
.contentDetail .form.update fieldset .url label {
  width: 100%;
}
.contentDetail .form.update fieldset .url textarea {
  width: 100%;
  max-width: 100%;
  margin-bottom: 50px;
}
.contentDetail .form.update fieldset h3 {
  margin-bottom: 20px;
}
.contentDetail .form.update fieldset .error {
  border-color: #dd052b;
  border-style: solid;
}
.contentDetail .form.update fieldset .labelerror {
  color: #dd052b;
}
.contentDetail .form.update .button {
  border: none;
  padding: 10px;
  float: right;
  margin-right: 10px;
}

@media screen and (max-width: 992px) {
  .contentDetail .form.update fieldset input {
    width: 100%;
  }
  .contentDetail .form.update fieldset textarea {
    width: 100%;
    max-width: 100%;
  }
}
h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 2.5em;
  color: #e2007a;
  margin-top: 0;
}

h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 1.3em;
  display: inline;
}

h3 {
  font-family: "Montserrat", sans-serif !important;
  font-size: 30px;
  font-weight: 300;
  line-height: 45px;
  font-weight: 400 !important;
  margin: 0 0 30px;
}

.padding {
  padding: 0;
}

.ref img {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}
.ref .subtitle span a {
  color: #e2007a;
  font-size: 18px;
  font-weight: 700;
}
.ref .subtitle span a:before {
  content: "> ";
}
.ref .leistungen {
  margin-top: 110px;
}
.ref .leistungen ul {
  padding-left: 0;
}
.ref .leistungen ul li {
  font-size: 18px;
  list-style: none;
  margin-bottom: 7px;
  padding-bottom: 4px;
  border-bottom: 1px solid;
  border-color: #e6e6e6;
}
.ref .leistungen ul li:last-child {
  border: none;
}
.ref .leistungen ul li span {
  padding-right: 15px;
}

@media screen and (max-width: 992px) {
  .hund .leistungen {
    margin-top: 10px;
    margin-bottom: 30px;
  }
}
.carousel {
  margin-top: 79px;
  height: 80vh;
}
.carousel.carousel-detail {
  margin-top: 0;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
  position: relative;
  height: 450px;
}
.carousel.carousel-detail .counter,
.carousel.carousel-detail .item-skip {
  display: none;
}
.carousel.carousel-detail .toggler {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 99990;
  display: inline-block;
}
.carousel.carousel-detail .toggler li.item-toggle {
  list-style: none;
  width: 15px;
  height: 15px;
  background: #3d3d3d;
  border-radius: 100%;
  display: inline-block;
  margin-left: 7px;
  cursor: pointer;
}
.carousel.carousel-detail .toggler li.item-toggle.active {
  background: #e2007a;
}
.carousel.carousel-detail .carousel-vis {
  position: relative;
  height: 450px;
}
.carousel.carousel-detail .carousel-vis .item .image {
  background-attachment: scroll;
  background-position: top center;
}
.carousel.carousel-detail .carousel-vis .item span {
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  padding: 10px;
  z-index: 2;
  bottom: 0;
  width: 100%;
}
.carousel.carousel-detail .carousel-vis .item span p {
  margin: 0;
  padding: 0;
}
.carousel .carousel-vis {
  display: block;
  position: absolute;
  width: 100%;
  border: 1px solid #ccc;
  margin: 0 auto;
  overflow: hidden;
  height: 80vh;
}
.carousel .carousel-vis .item {
  position: absolute;
  overflow: hidden;
  display: block;
  z-index: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  color: white;
}
.carousel .carousel-vis .item .overlay {
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(62%, transparent), color-stop(85%, rgba(0, 0, 0, 0.25)), color-stop(92%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.55)));
  background: -o-linear-gradient(top, transparent 62%, rgba(0, 0, 0, 0.25) 85%, rgba(0, 0, 0, 0.4) 92%, rgba(0, 0, 0, 0.55) 100%);
  background: linear-gradient(to bottom, transparent 62%, rgba(0, 0, 0, 0.25) 85%, rgba(0, 0, 0, 0.4) 92%, rgba(0, 0, 0, 0.55) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.carousel .carousel-vis .item .caption {
  bottom: 160px;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  position: relative;
  width: 100%;
  z-index: 15;
  color: #fff;
}
.carousel .carousel-vis .item .caption img {
  height: 20px;
  margin-top: -2px;
  margin-left: 5px;
}
.carousel .carousel-vis .item .caption h3 {
  font-size: 67px;
  text-transform: uppercase;
}
.carousel .carousel-vis .item .caption span {
  text-shadow: 0 0 0;
  color: #fff;
  font-size: 24px;
  margin-left: 0;
}
.carousel .carousel-vis .item .caption span.heading {
  font-size: 67px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  width: 100%;
}
.carousel .carousel-vis .item.active {
  z-index: 10;
  left: 0;
}
.carousel .carousel-vis .item.active .caption h3 {
  color: white;
  font-size: 67px;
}
.carousel .carousel-vis .item.active .overlay {
  right: -250px;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.carousel .carousel-vis .item .image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  position: relative;
  background-position: top center;
  background-attachment: fixed;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.carousel .carousel-vis .item .image.scrollimg {
  background-position: center 0;
}
.carousel .carousel-vis .item .image .link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 50;
}
.carousel .carousel-vis .toggler {
  bottom: 200px;
  position: absolute;
  text-align: center;
  left: 30%;
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 999;
}
.carousel .carousel-vis .toggler li {
  border: none;
  width: 15px;
  height: 15px;
  background: #e2007a;
  margin: 0;
  border-radius: 0;
  margin-left: 11px;
  display: inline-block;
  cursor: pointer;
}
.carousel .carousel-vis .toggler li.active {
  background: #ccc;
}
.carousel .carousel-vis .right {
  background-image: url("../images/arrow_right.svg");
  right: 40px;
}
.carousel .carousel-vis .left {
  background-image: url("../images/arrow_left.svg");
  left: 40px;
}
.carousel .carousel-vis .left,
.carousel .carousel-vis .right {
  background-repeat: no-repeat;
  background-position: bottom;
  width: 35px;
  z-index: 10;
  position: absolute;
  bottom: 80px;
  cursor: pointer;
}

@media screen and (max-width: 992px) {
  .carousel {
    display: none !important;
  }
}
@media screen and (min-width: 1940px) {
  .carousel-vis .item .image {
    background-size: cover;
    background-attachment: initial;
    background-position: center center;
  }
}
.kontaktfeld {
  z-index: 13;
  position: fixed;
  height: 60px;
  width: 60px;
  background-color: #e2007a;
  right: 0;
  top: 150px;
  color: white;
  text-align: center;
  padding-top: 15px;
  font-size: 22px;
  -webkit-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.kontaktfeld .text {
  opacity: 0;
  font-size: 15px;
  -webkit-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}

/* Slideout & Sticky */
.sticky a {
  color: white;
}
.sticky a:before {
  content: "> ";
}

.slideout {
  left: 0;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.slideout_inner {
  left: -250px;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.slideout:hover,
.slideout:hover .slideout_inner {
  left: 0;
  z-index: 500;
}

.stickyRechts .slideout:hover,
.stickyRechts .slideout:hover .slideout_inner,
.stickyRechts .slideout {
  right: 0;
  left: auto;
}

.stickyRechts .slideout {
  right: 0;
  left: auto;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.stickyRechts .slideout .slideout_inner {
  right: -250px;
  left: auto;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.stickyRechts .slideout .iconInner {
  right: 250px;
  left: auto;
}

.stickyRechts .slideout_inner {
  right: -250px;
  left: auto;
}

.slideout,
.slideout_inner {
  background: #e2007a;
  position: fixed;
}

.slideout_inner {
  width: 250px;
}

.slideout_inner .spacer {
  padding: 5px 20px 20px;
}

.slideout_inner .spacer h3 {
  color: white;
  margin-bottom: 10px;
  margin-top: 0;
}

.slideout .icon {
  background: none repeat scroll 0 0 #e2007a;
  color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  font-size: 25px;
  height: 50px;
  padding: 12px;
  position: absolute;
  top: 0;
  width: 50px;
}

.slideout .iconInner {
  left: 250px;
}

.slideoutWetter {
  z-index: 1;
}

.slideoutMail {
  z-index: 2;
  top: 55px;
}

.sticky {
  position: absolute;
  top: 25px;
}

.stickyRechts {
  top: 150px;
  z-index: 9999;
}

.stickyRechts {
  right: 0;
  color: white;
}

@media screen and (max-width: 992px) {
  .sticky {
    display: none;
  }
}
#gallery {
  background: url("../images/b3.jpg") 50% 0 no-repeat fixed;
  background-size: cover;
  color: white;
  margin: 0 auto;
  padding: 0;
}

@media screen and (max-width: 992px) {
  #gallery {
    background-position: inherit !important;
  }
}
.galerie {
  padding-bottom: 40px;
  margin-top: 7px;
}
.galerie h3 {
  color: white;
  margin-bottom: 20px;
}
.galerie h3:before {
  content: "> ";
}
.galerie .reihe {
  position: relative;
  height: auto;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 35px;
}
.galerie .reihe .bild {
  position: relative;
  overflow: hidden;
  max-width: 300px;
  padding-right: 20px;
  margin-bottom: 20px;
  min-height: 260px;
}
.galerie .reihe .bild a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 50;
  left: 0;
  top: 0;
  cursor: pointer;
}
.galerie .reihe .bild .image-container {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
}
.galerie .reihe .bild .image-container .overlay {
  opacity: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e2007a;
  z-index: 11;
  opacity: 0;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  overflow: hidden;
  position: absolute;
  display: table-cell;
  width: 100%;
  height: 100%;
}
.galerie .reihe .bild .image-container .overlay span {
  color: #fff;
  padding: 20px;
  opacity: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.galerie .reihe .bild .image-container .overlay span p {
  font-weight: 300;
  text-transform: none;
  display: block;
  margin-top: 7px;
  -webkit-font-smoothing: antialiased;
}
.galerie .reihe .bild .image-container img {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-backface-visibility: hidden;
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.galerie .reihe .bild .image-container:hover .overlay {
  opacity: 0.9;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  width: 100%;
}
.galerie .reihe .bild .image-container:hover img {
  -webkit-transform: perspective(1px) scale(1.1);
          transform: perspective(1px) scale(1.1);
  overflow: hidden;
  -webkit-backface-visibility: hidden;
}
.galerie .reihe .bild .image-container:hover .overlay span {
  opacity: 1;
}
.galerie .reihe .bild img {
  position: relative;
  margin-right: 15px;
  width: 100%;
}
.galerie.screendesign .bild,
.galerie.screendesign .image-container,
.galerie.screendesign .overlay {
  max-height: 300px;
}
.galerie.screendesign .center {
  text-align: center;
}
.galerie.screendesign .bild {
  max-width: inherit;
}
.galerie.screendesign .image-container {
  border: 1px solid #ccc;
}

.pressebilder a {
  padding: 4px;
}
.pressebilder a:after, .pressebilder a:before {
  content: "" !important;
}

@media screen and (max-width: 992px) {
  .galerie .reihe .bild .image-container .overlay {
    padding-top: 125px;
    font-size: 18px;
  }

  .StartContent {
    margin-bottom: 30px;
  }

  .galerie .reihe .bild {
    max-width: 100%;
  }

  .galerie .reihe .bild img {
    max-width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  .galerie .reihe .bild {
    max-width: 100%;
    margin-bottom: 15px;
  }

  .galerie .reihe .bild .image-container .overlay {
    padding-top: 15px;
    font-size: 32px;
  }

  .galerie .reihe {
    margin-bottom: 0;
  }
}
.dreieck {
  background: url("../images/dreieck.png") no-repeat top center;
  height: 40px;
  margin-top: -1px;
}

.dreieckgrau {
  background: url("../images/pfeil_grau.png") no-repeat top center;
  height: 40px;
  margin-top: -1px;
}

.sticker {
  top: 116px;
  background-color: #e2007a;
  z-index: 12;
  height: 167px;
  width: 167px;
  border-radius: 108px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 15px;
  float: right;
  position: relative;
  -webkit-box-shadow: 3px 10px 71px -16px black;
  box-shadow: 3px 10px 71px -16px black;
}
.sticker .stickerInner {
  -webkit-transform: rotate(-15deg);
      -ms-transform: rotate(-15deg);
          transform: rotate(-15deg);
  text-align: center;
}
.sticker .stickerInner span {
  line-height: 1.3;
  font-size: 20px;
  color: white;
  text-align: center;
  margin-bottom: 0;
  font-weight: bold;
  margin-top: 14px;
  display: inline-block;
}
.sticker .stickerInner a {
  color: white;
  text-decoration: underline;
  line-height: 30px;
  color: #fff;
}

.stimmungsbild .sticker {
  top: 41px;
}

@media screen and (max-width: 992px) {
  .sticker {
    margin: 0 auto;
    float: none;
  }
}
body {
  background: #eee !important;
  height: auto;
  /* IE6-9 */
}
body .sd-access {
  width: 400px;
  height: 240px;
  margin: 13% auto 0;
  background-color: rgba(20, 20, 20, 0.9);
  padding: 20px;
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  opacity: 0;
  -webkit-transition: all ease 1s;
  -o-transition: all ease 1s;
  transition: all ease 1s;
}
body .sd-access.loaded {
  margin-top: 15%;
  opacity: 1;
  -webkit-transition: all ease 1s;
  -o-transition: all ease 1s;
  transition: all ease 1s;
}
body .sd-access .password {
  width: 100%;
  height: 40px;
  outline-width: 0;
  outline-color: #777;
  background-color: #fff;
  border: 0;
  padding: 10px;
  display: block;
  font-family: "alwyn-new-web", sans-serif;
  text-align: center;
}
body .sd-access input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
body .sd-access input[type=submit] {
  width: 100%;
  height: 40px;
  background-color: #fff;
  padding: 10px;
  border: 0;
  font-family: "alwyn-new-web", sans-serif;
  font-weight: 800;
  border-top: 1px solid #ccc;
  cursor: pointer;
}
body .sd-access input[type=submit]:hover {
  border-top: 1px solid #e2007a;
  background-color: #e2007a;
  color: #fff;
}
body .sd-access h2 {
  color: #fff;
  padding-bottom: 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  color: #e2007a;
  display: block;
}
body .sd-access h2 .subtitle {
  font-family: "alwyn-new-web", sans-serif;
  color: #fff;
  font-weight: 100;
}
body .sd-access .msg {
  font-family: "alwyn-new-web", sans-serif;
  color: #fff;
  font-size: 0.9em;
  display: block;
  padding-top: 30px;
}
body .sd-access .msg b {
  font-weight: 700;
  color: #e2007a;
}

body {
  background-color: #eee;
}

.searchover .search {
  display: none;
  top: 64px;
  position: absolute;
  width: 300px;
  height: 40px;
  margin-left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  outline-width: 0;
  outline-color: #777;
  background-color: black;
  border: 0;
  padding: 10px;
  display: block;
  font-family: "alwyn-new-web", sans-serif;
  border-radius: 5px;
  text-align: center;
}
.searchover input[type=submit] {
  height: 35px;
  width: 35px;
  top: 0;
  background: url("../images/suche.png") no-repeat center center;
  background-color: #ffed00;
  position: absolute;
  right: 15px;
  border: 0;
}

.sd-overview {
  margin-top: 100px;
  padding: 25px 5% 0;
}
.sd-overview .overview {
  position: relative;
  width: 25%;
  height: 25%;
  float: left;
  opacity: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.sd-overview .overview h2 {
  width: 100%;
  padding: 5px;
  visibility: hidden;
  height: 0;
  -webkit-transition: max-height 0.15s ease-out;
  -o-transition: max-height 0.15s ease-out;
  transition: max-height 0.15s ease-out;
  overflow: hidden;
}
.sd-overview .overview:hover h2 {
  visibility: visible;
  background-color: black;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  height: 100%;
  padding-top: 15px;
  opacity: 0.9;
  color: #e2007a;
  padding-top: 105px;
  -webkit-transition: padding-top 0.5s ease;
  -o-transition: padding-top 0.5s ease;
  transition: padding-top 0.5s ease;
}

ul.screendesign {
  list-style-type: none;
  text-align: center;
  margin: 0;
  padding: 0;
}
ul.screendesign li {
  height: 100%;
  width: 100%;
  background-color: white;
  vertical-align: middle;
  position: absolute;
  display: none;
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 100%;
}
ul.screendesign li:first-child {
  display: block;
}
.sd-navi {
  padding: 15px;
  height: 100%;
  left: 0;
  position: fixed;
  max-width: 60px;
  z-index: 1;
  -webkit-transition: max-width ease 200ms;
  -o-transition: max-width ease 200ms;
  transition: max-width ease 200ms;
}
.sd-navi .navbg {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 100%;
  height: 60px;
  background: white;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -webkit-transition: height 0.2s, box-shadow 0.2s;
  -webkit-transition: height 0.2s, -webkit-box-shadow 0.2s;
  transition: height 0.2s, -webkit-box-shadow 0.2s;
  -o-transition: height 0.2s, box-shadow 0.2s;
  transition: height 0.2s, box-shadow 0.2s;
  transition: height 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
}
.sd-navi .sd-button {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  height: 60px;
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
  white-space: nowrap;
  color: transparent;
}
.sd-navi ul {
  position: relative;
  z-index: 2;
  padding: 60px 0 0;
  -webkit-transition: visibility 0.3s;
  -o-transition: visibility 0.3s;
  transition: visibility 0.3s;
  text-align: right;
  cursor: default;
  z-index: 0;
}
.sd-navi ul li {
  list-style: none;
}
.sd-navi ul li a {
  position: relative;
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.4rem;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  font-size: 14px;
  -webkit-transition: color ease 500ms;
  -o-transition: color ease 500ms;
  transition: color ease 500ms;
}
.sd-navi ul .fa {
  width: 45px;
  padding-left: 5px;
  font-size: 1.5em;
}
.sd-navi ul .fa.fa-home {
  font-size: 1.7em;
}
.sd-navi ul span {
  position: relative;
  display: block;
  opacity: 0;
  text-align: left;
}
.sd-navi ul ul a.active::after {
  opacity: 1;
}

.is-visible {
  max-width: 60px;
  overflow: hidden;
  -webkit-transition: max-width ease 500ms;
  -o-transition: max-width ease 500ms;
  transition: max-width ease 500ms;
  white-space: nowrap;
}
.is-visible:hover {
  max-width: 300px !important;
  -webkit-transition: max-width ease 500ms;
  -o-transition: max-width ease 500ms;
  transition: max-width ease 500ms;
}
.is-visible .navbg {
  height: 100%;
  -webkit-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
}
.is-visible ul {
  z-index: 1;
  cursor: pointer;
}
.is-visible ul span {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-animation: slideIn 0.15s backwards;
  animation: slideIn 0.15s backwards;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  display: block;
  color: #333;
  padding-left: 15px;
  padding-right: 20px;
  margin: 0 -15px;
  -webkit-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}
.is-visible ul span:hover {
  background-color: #eee;
  -webkit-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}
.is-visible ul a.active {
  color: #ffffff;
  -webkit-transition: color ease 500ms;
  -o-transition: color ease 500ms;
  transition: color ease 500ms;
}

.sd-button span,
.sd-button span::after,
.sd-button span::before {
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: #333;
}

.sd-button span {
  left: 20px;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.sd-button span::after,
.sd-button span::before {
  content: "";
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.sd-button span::before {
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
}

.sd-button span::after {
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
}

.no-touch .sd-button:hover ~ .navbg {
  -webkit-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
}

.is-visible .sd-button span {
  background-color: transparent;
}

.is-visible .sd-button span::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.is-visible .sd-button span::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#accordion .panel {
  border: none;
  border-bottom: 1px solid black;
  margin-top: 0;
}
#accordion .panel .panel-heading {
  background-color: #fff;
  padding: 0;
}
#accordion .panel .panel-heading .panel-title {
  margin-bottom: 0;
}
#accordion .panel .panel-heading .panel-title a[data-toggle=collapse] {
  color: #1d1d1d;
  padding: 10px 45px 10px 0;
  display: block;
  font-weight: 400;
  position: relative;
}
#accordion .panel .panel-heading .panel-title a[data-toggle=collapse]:before {
  content: normal;
}
#accordion .panel .panel-heading .panel-title a[data-toggle=collapse]:active, #accordion .panel .panel-heading .panel-title a[data-toggle=collapse]:focus, #accordion .panel .panel-heading .panel-title a[data-toggle=collapse]:hover {
  text-decoration: none;
}
#accordion .panel .panel-heading .panel-title a[data-toggle=collapse] .accarrow {
  height: 100%;
  width: 50px;
  position: absolute;
  right: 0;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/accordion_arrow.svg");
  background-size: 45%;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#accordion .panel .panel-heading .panel-title a[aria-expanded=true] .accarrow {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
#accordion .panel .panel-collapse .panel-body {
  border-top: none;
  padding: 0;
}
#accordion .panel .panel-collapse .panel-body p {
  margin-bottom: 15px;
}

.compare-table {
  display: block;
  margin-bottom: 60px;
  width: 100%;
}
.compare-table ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  z-index: 10;
  margin-left: 0;
  padding-left: 0;
  padding-bottom: 14px;
}
.compare-table li {
  list-style: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.compare-table li:last-child {
  border-right: 1px solid #DDD;
}
.compare-table button {
  width: 100%;
  border: 1px solid #DDD;
  border-right: 0;
  border-top: 0;
  padding: 10px;
  background: #FFF;
  font-size: 14px;
  font-weight: bold;
  height: 60px;
  color: #999;
}
.compare-table li.active button {
  background: #F5F5F5;
  color: #000;
}
.compare-table table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  font-size: 16px;
}
.compare-table th {
  background: #F5F5F5;
  display: none;
  border: 1px solid #DDD;
  border-top: 3px solid #0097CF;
}
.compare-table td,
.compare-table th {
  height: 53px;
}
.compare-table td,
.compare-table th {
  padding: 10px;
  empty-cells: show;
}
.compare-table td {
  border: 1px solid #DDD;
}
.compare-table td,
.compare-table th {
  text-align: left;
}
.compare-table td + td,
.compare-table th + th {
  text-align: center;
  display: none;
}
.compare-table td.default {
  display: table-cell;
}
.compare-table .bg-purple {
  border-top: 3px solid #e2007a;
}
.compare-table .bg-blue {
  border-top: 3px solid #0097CF;
}
.compare-table .sep {
  background: #F5F5F5;
  font-weight: bold;
}
.compare-table .txt-l {
  font-size: 28px;
  font-weight: bold;
}
.compare-table .txt-top {
  position: relative;
  top: -9px;
  left: -2px;
}
.compare-table .tick {
  font-size: 18px;
  color: #2CA01C;
}
.compare-table .hide {
  border: 0;
  background: none;
}
@media (min-width: 960px) {
  .compare-table ul {
    display: none;
  }
  .compare-table td,
.compare-table th {
    display: table-cell !important;
  }
  .compare-table td,
.compare-table th {
    width: 330px;
  }
  .compare-table td + td,
.compare-table th + th {
    width: auto;
  }
}

.box {
  width: 100%;
}
.box a.whole {
  height: 100%;
  position: absolute;
  width: 100%;
}
.box a.whole:before {
  content: "";
}
.box .image {
  height: 290px;
}
.box .inner {
  background: #e2007a;
  float: left;
  width: 100%;
}
.box .inner h4 {
  color: white;
  margin-left: 10px;
  margin-right: 10px;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.whiteBackground {
  background-color: #fff;
}

.startBGProdukte {
  background-image: url("../images/b.jpg");
}

.introStart {
  width: 100%;
  height: 350px;
}

.intro h1 {
  font-size: 30px;
  line-height: 45px;
  margin: 0 0 30px;
  color: #1d1d1d;
  font-weight: normal;
}
.intro h1 span {
  color: #e2007a;
}
.intro a {
  color: #e2007a;
  font-weight: bold;
  padding: 0 4px;
}
.intro a::before {
  content: "> ";
}

.content {
  padding-top: 40px;
  padding-bottom: 40px;
}
.content h3 span {
  color: #e2007a;
}

.StartNavigation {
  padding-top: 40px;
  padding-bottom: 40px;
}
.StartNavigation h3 {
  color: #e2007a;
}
.StartNavigation ul {
  padding-left: 0;
}
.StartNavigation ul li {
  list-style: none;
}
.StartNavigation ul li a {
  text-decoration: none;
  display: block;
  background-color: white;
  margin-bottom: 5px;
  padding: 10px 12px;
  color: black;
  font-size: 20px;
  word-break: unset;
  line-height: initial;
}
.StartNavigation ul li a:hover {
  background-color: #e2007a;
  color: white;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .galerie .reihe .bild .image-container .overlay {
    padding-top: 170px;
  }
}
@media screen and (max-width: 992px) {
  .StartContent {
    margin-bottom: 30px;
  }

  .introStart {
    height: 250px;
  }

  .introStart .typedIntro {
    font-size: 32px;
    margin-top: 130px;
  }

  .news .padding {
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .introStart {
    display: none;
  }
}
.LogoBox {
  display: block;
  margin-bottom: 40px;
  background: #efefef;
  background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#d3d3d3));
  background: -o-linear-gradient(top, #efefef 0%, #d3d3d3 100%);
  background: linear-gradient(to bottom, #efefef 0%, #d3d3d3 100%);
}
.LogoBox .inner {
  background-size: 80% auto;
  background-repeat: no-repeat;
  background-position: center 18%;
  height: 350px;
  width: 100%;
  position: relative;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  overflow: hidden;
}
.LogoBox .inner a {
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 10;
}
.LogoBox .inner a:hover {
  opacity: 0.2;
}
.LogoBox .inner .info {
  width: 100%;
  padding: 10px;
  background: #e2007a;
  color: #fff;
  position: absolute;
  bottom: 0;
  text-align: center;
  font-size: 18px;
  opacity: 1;
}
.LogoBox .inner:hover .info {
  bottom: 0;
  opacity: 1;
}
.LogoBox.big .inner {
  background-size: 20% auto;
}
.LogoBox.bigOne .inner {
  background-size: 80% auto;
}
.LogoBox.modx .inner {
  background-size: 50% auto;
}
.LogoBox.wordpress .inner {
  background-size: 60% auto;
  background-position: center 35%;
}
.LogoBox.typo .inner {
  background-size: 60% auto;
  background-position: center 35%;
}
.LogoBox.joomla .inner {
  background-size: 60% auto;
  background-position: center 35%;
}
.LogoBox.redaxo .inner {
  background-size: 80% auto;
  background-position: center 45%;
}

.stimmungsbild {
  background: no-repeat top center/cover;
  height: 250px;
  -webkit-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  margin-top: 80px;
  background-position: bottom center;
}

.linkbildbox {
  position: relative;
}
.linkbildbox a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  background-color: #fff;
}
.linkbildbox a:hover {
  opacity: 0.2;
}
.linkbildbox .titel {
  display: block;
  padding: 7px;
  background: #e6e6e6;
  margin-bottom: 30px;
}

.contentDetail {
  font-family: open sans;
  line-height: 25px;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.contentDetail ul.breadcrumb {
  margin-left: 0;
  background-color: white;
}
.contentDetail .bildTitel {
  margin-bottom: 20px;
}
.contentDetail h1,
.contentDetail h2,
.contentDetail h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #e2007a;
  display: block;
}
.contentDetail h1 span,
.contentDetail h2 span,
.contentDetail h3 span {
  color: #e2007a;
}
.contentDetail h1 {
  font-size: 40px;
  line-height: 56px;
  margin: 0 0 30px;
  display: block;
  -webkit-hyphens: manual;
  -ms-hyphens: manual;
      hyphens: manual;
  color: #1d1d1d;
  font-weight: 400;
}
.contentDetail h1:before {
  color: #e2007a;
}
.contentDetail h1 span {
  font-weight: 700;
  font-size: 70px;
  display: block;
  line-height: 80px;
  margin-bottom: 30px;
  color: #e2007a;
}
.contentDetail h2,
.contentDetail h3 {
  margin-top: 0;
  font-size: 22px;
  line-height: 35px;
  margin-bottom: 30px;
  color: #1d1d1d;
}
.contentDetail p {
  margin-bottom: 25px;
}
.contentDetail a {
  color: #e2007a;
  font-weight: 400;
}
.contentDetail a.button {
  margin-bottom: 25px;
  display: inline-block;
}
.contentDetail ul {
  margin: 0 0 25px 15px;
  padding: 0;
}
.contentDetail ul.files {
  margin: 0;
}
.contentDetail ul.files li {
  list-style: none;
}
.contentDetail ul.files li a {
  border-bottom: 1px solid;
}
.contentDetail .listeModul {
  margin-bottom: 15px;
  background: #efefef;
  padding: 20px;
}
.contentDetail .listeModul:last-child {
  border-bottom: none;
}
.contentDetail .listeModul h3 {
  margin-bottom: 7px;
}
.contentDetail .listeModul img {
  margin-bottom: 20px;
}
.contentDetail .sitemap ul {
  margin-left: 0;
}
.contentDetail .sitemap ul li {
  list-style: none;
}
.contentDetail .sitemap ul li ul {
  margin-left: 15px;
}
.contentDetail .sitemap ul li ul li ul {
  margin-left: 15px;
}
.contentDetail .showcasePDF {
  position: relative;
}
.contentDetail .showcasePDF .inner {
  margin-bottom: 15px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 1;
}
.contentDetail .showcasePDF .inner:hover {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0.7;
}
.contentDetail .showcasePDF .inner img {
  max-width: 100%;
  border: 1px solid #e9e9e9;
  margin-bottom: 10px;
}
.contentDetail .showcasePDF .inner h3 {
  font-size: 18px;
  line-height: initial;
  margin-bottom: 0;
  max-width: 100%;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.contentDetail .showcasePDF .inner .showcasesubtitle {
  font-size: 14px;
  line-height: 17px;
  margin: 5px 0 15px;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.contentDetail .showcasePDF .inner span {
  font-size: 12px;
  color: #b6b6b6;
}
.contentDetail .showcasePDF .inner a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.contentDetail .showcasePDF .inner a::before {
  content: "";
}

.contentDetail hr {
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top: 1px solid #1d1d1d;
}
.contentDetail #field13_wrap label {
  width: 100%;
  margin-top: 30px;
}
.contentDetail #field13_wrap span.boolDiv {
  width: 100%;
  display: inline-table;
}
.contentDetail #field13_wrap span.boolDiv:first-of-type {
  margin: 0;
}
.contentDetail #field13_wrap span.boolDiv:last-of-type {
  margin: 0;
}
.contentDetail #field13_wrap span.boolDiv input {
  float: left;
  width: auto;
  margin-right: 5px;
}
.contentDetail #field13_wrap span.boolDiv label {
  width: auto;
  margin: 0;
}
.contentDetail form.form fieldset {
  border: 0;
  margin: 0;
}
.contentDetail form.form fieldset div {
  clear: both;
  margin-top: 10px;
}
.contentDetail form.form fieldset input {
  width: 50%;
}
.contentDetail form.form fieldset textarea {
  width: 50%;
  height: 100px;
}
.contentDetail form.form fieldset label {
  float: left;
  width: 25%;
}
.contentDetail form.form .actions input {
  color: #fff;
  background-color: #e2007a;
}

@media screen and (max-width: 992px) {
  .stimmungsbild {
    margin-top: 0;
  }

  .contentDetail form.form fieldset input {
    width: 70%;
  }
  .contentDetail form.form fieldset textarea {
    width: 70%;
  }
  .contentDetail form.form fieldset label {
    float: left;
    width: 30%;
  }
}
.teamBoxNeu {
  width: 100%;
  font-size: 14px;
  margin-bottom: 30px;
}
.teamBoxNeu .keinbild {
  background-color: #ededed;
  padding: 15px;
  min-height: 155px;
}
.teamBoxNeu .keinbild .position {
  min-height: auto;
}
.teamBoxNeu h3 {
  font-family: "Open Sans", sans-serif;
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 800;
  line-height: initial;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.teamBoxNeu .position {
  font-size: 14px;
  margin-bottom: 10px;
  min-height: 50px;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
}
.teamBoxNeu .mailLink {
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.teamBoxNeu .mailLink span {
  margin-right: 5px;
}
.teamBoxNeu .mailLink a {
  position: relative;
  width: auto;
  height: auto;
  padding-left: 0;
  color: #1d1d1d;
  font-weight: normal;
  text-decoration: underline;
}
.teamBoxNeu .mailLink a::before {
  content: "";
}
.teamBoxNeu .phone span {
  margin-right: 5px;
  font-size: 14px;
}
.teamBoxNeu .bild .second {
  display: none;
}

.linieouter {
  display: block;
  width: 100%;
}
.linieouter .spacer {
  display: block;
  width: 100%;
  height: 40px;
}
.linieouter .linie {
  height: 1px;
  background-color: #d0d0d0;
  display: block;
  width: 100%;
}

/* Alt */
.teamBox {
  position: relative;
  font-family: open sans;
  margin-bottom: 40px;
  min-height: 420px;
}
.teamBox h3 {
  font-family: "Open Sans", sans-serif;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 800;
  line-height: initial;
}
.teamBox .position {
  font-size: 14px;
  margin-bottom: 10px;
}
.teamBox .mailLink span {
  margin-right: 5px;
  font-size: 14px;
}
.teamBox .mailLink a {
  position: relative;
  width: auto;
  height: auto;
  padding-left: 0;
  color: #1d1d1d;
  font-weight: normal;
  font-size: 16px;
}
.teamBox .mailLink a::before {
  content: "";
}
.teamBox .phone span {
  margin-right: 5px;
  font-size: 14px;
}
.teamBox .bild {
  /* ****** HOVER DEAKIVIERT -> FEHLER IN CHROME
  &:hover {
      .first {
          display: none;
      }

      .second {
          display: block;
      }
  }*/
}
.teamBox .bild .second {
  display: none;
}

.news {
  padding-top: 40px;
  padding-bottom: 40px;
}
.news h3 {
  color: #e2007a;
  margin-bottom: 0;
}
.news h4 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #1d1d1d;
  font-weight: 400;
  line-height: initial;
}
.news .padding {
  padding: 0 15px 0 0;
}
.news .padding span a {
  color: #e2007a;
  font-size: 18px;
  font-weight: 700;
}
.news .padding span a:before {
  content: "> ";
}

.newsListe {
  display: block;
  margin-bottom: 20px;
  font-size: 18px;
  margin-bottom: 20px;
  padding: 20px;
  background-color: #e9e9e9;
}
.newsListe .bild a {
  padding-left: 0;
  float: left;
}
.newsListe .bild a::before {
  content: "";
}
.newsListe .bild a img {
  float: left;
  max-width: 100%;
  width: 100%;
}
.newsListe h3 {
  margin-bottom: 0;
}
.newsListe .datum {
  display: block;
  font-size: 14px;
}
.newsListe .readmore {
  display: inline-block;
  margin-top: 10px;
}
.newsListe .readmore::before {
  content: "> ";
}

.pagingNews {
  display: block;
  margin-top: 10px;
}
.pagingNews ul.pageList {
  margin: 0;
}
.pagingNews ul.pageList li {
  list-style: none;
  display: inline-block;
}
.pagingNews ul.pageList li a {
  padding: 3px 7px;
}
.pagingNews ul.pageList li a::before {
  content: "";
}
.pagingNews ul.pageList li a.active {
  background: #e2007a;
  color: #fff;
}

.RefOuter .refBoxInner {
  display: inline-block;
  border-bottom: 1px solid black;
  padding-bottom: 25px;
  margin-bottom: 25px;
  position: relative;
}
.RefOuter .refBoxInner a {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.RefOuter .refBoxInner a:hover {
  opacity: 0.3;
}

a.linkRef {
  position: absolute;
  right: 0;
  padding-left: 0;
  background: #e2007a;
  padding: 5px;
  color: #fff;
}
a.linkRef::before {
  content: "";
}

.RefListe .button-group {
  margin-bottom: 15px;
}
.RefListe .button-group button {
  border: none;
  background: #e6e6e6;
  font-family: open sans;
  font-size: 14px;
  border-radius: 7px;
}
.RefListe .button-group button.is-checked {
  background: #e2007a;
  color: #fff;
  -webkit-box-shadow: 0 0 20px -6px;
          box-shadow: 0 0 20px -6px;
}
.RefListe .grid {
  margin-right: 0;
}
.RefListe .grid .element-item {
  padding: 0;
  width: 260px;
  height: 260px;
  overflow: hidden;
  margin-right: 15px;
  margin-bottom: 15px;
  margin-left: 0;
  background-size: cover;
}
.RefListe .grid .element-item a {
  padding-left: 0;
}
.RefListe .grid .element-item a::before {
  content: "";
}

ul.ReferenzenBilder {
  margin: 0;
}
ul.ReferenzenBilder li {
  list-style: none;
  margin-bottom: 25px;
  display: block;
}
ul.ReferenzenBilder li a {
  padding-left: 0;
}
ul.ReferenzenBilder li a::before {
  content: "";
}
ul.ReferenzenBilder li a img {
  margin-bottom: 80px;
}

form.loginLoginForm fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
form.loginLoginForm fieldset label {
  display: block;
}
form.loginLoginForm fieldset label input.loginPassword, form.loginLoginForm fieldset label input.loginUsername {
  width: 100%;
  margin-top: 5px;
}
form.loginLoginForm fieldset input {
  padding: 7px;
}
form.loginLoginForm fieldset input[name=Login] {
  margin-top: 10px;
  background-color: #e2007a;
  color: #fff;
  border: 0;
  padding: 7px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
form.loginLoginForm fieldset input[name=Login]:hover {
  background-color: #1d1d1d;
}

.refexport .ref-item {
  cursor: pointer;
  margin-bottom: 30px;
}
.refexport .ref-item .itemwrap {
  overflow: hidden;
  border: 1px solid black;
}
.refexport .ref-item .img {
  height: 200px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.refexport .ref-item .title {
  min-height: 80px;
  display: block;
}
.refexport:after {
  display: block;
  clear: both;
  content: "";
}
.refexport .block:after {
  display: block;
  clear: both;
  content: "";
}

.refexportWrap .export_ref {
  width: 8cm;
  float: left;
  display: inline-block;
  margin-bottom: 30px;
  padding: 0 15px;
  float: left;
}
.refexportWrap .export_ref .inner img {
  display: block;
  max-width: 100%;
  height: auto;
}
.refexportWrap .export_ref .inner .title {
  margin-top: 8px;
  font-weight: bold;
}

.golivebox {
  background-image: url("../images/timeline.gif");
  background-repeat: repeat-y;
  background-position: 60px top;
  position: relative;
}
.golivebox a.link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 10;
}
.golivebox a.link::before {
  content: "";
}
.golivebox a.link:hover {
  opacity: 0.4;
}
.golivebox .date {
  color: #e2007a;
  text-align: center;
  min-height: 75px;
  width: 100%;
}
.golivebox .date span {
  background: #fff;
  padding: 7px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.golivebox .inhalt {
  min-height: 75px;
  border-bottom: 1px solid black;
  padding-bottom: 15px;
  margin-bottom: 15px;
  line-height: 1;
}
.golivebox .inhalt a {
  color: #1d1d1d;
  text-decoration: none;
}
.golivebox .inhalt p {
  margin-bottom: 0;
}
.golivebox .inhalt h3 {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 600 !important;
}

@media screen and (max-width: 770px) {
  .golivebox {
    background-image: none;
  }
  .golivebox .date {
    text-align: left;
    min-height: auto;
  }
  .golivebox .date span {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    text-align: left;
    left: auto;
    top: auto;
    position: relative;
    padding: 0;
  }
}
.tableVergleich {
  font-size: 14px;
  line-height: normal;
}
.tableVergleich .row {
  margin: 0;
}
.tableVergleich .row .firstRow,
.tableVergleich .row .spalten {
  padding: 0;
}
.tableVergleich .row .firstRow .box,
.tableVergleich .row .spalten .box {
  min-height: 30px;
  border-bottom: 1px solid #1d1d1d;
  text-align: center;
  margin-bottom: 5px;
}
.tableVergleich .row .firstRow .box.heading,
.tableVergleich .row .spalten .box.heading {
  min-height: 55px;
  font-weight: bold;
}
.tableVergleich .row .firstRow .box img,
.tableVergleich .row .spalten .box img {
  max-width: 70%;
  height: 15px;
}
.tableVergleich .row .firstRow .box input[type=checkbox][disabled],
.tableVergleich .row .spalten .box input[type=checkbox][disabled] {
  cursor: auto;
  visibility: hidden;
}
.tableVergleich .row .firstRow .box input[type=checkbox][disabled]:checked::before,
.tableVergleich .row .spalten .box input[type=checkbox][disabled]:checked::before {
  background-image: url("../images/checkbox_ja.svg");
  opacity: 1;
  background-color: #b3ffb3;
}
.tableVergleich .row .firstRow .box input[type=checkbox][disabled]::before,
.tableVergleich .row .spalten .box input[type=checkbox][disabled]::before {
  background-image: url("../images/checkbox_nein.svg");
  height: 20px;
  width: 20px;
  display: inline-block;
  content: "";
  visibility: visible;
  background-repeat: no-repeat;
  opacity: 0.4;
  background-color: #fb4d6c;
}
.tableVergleich .row .firstRow.firstRow,
.tableVergleich .row .spalten.firstRow {
  text-align: left;
}
.tableVergleich .row .firstRow.firstRow .box,
.tableVergleich .row .spalten.firstRow .box {
  text-align: left;
}

@media screen and (max-width: 1200px) {
  .tableVergleich .row .col-md-1 span.text,
.tableVergleich .row .col-md-3 span.text,
.tableVergleich .row .col-sm-1 span.text,
.tableVergleich .row .col-xs-1 span.text,
.tableVergleich .row .col-xs-3 span.text {
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .tableVergleich .row .col-md-1 .box.heading,
.tableVergleich .row .col-md-3 .box.heading,
.tableVergleich .row .col-sm-1 .box.heading,
.tableVergleich .row .col-xs-1 .box.heading,
.tableVergleich .row .col-xs-3 .box.heading {
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: block;
    min-height: 30px;
  }
}