@font-face {
  font-family: 'Contrail One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/contrail-one-v10-latin-regular.eot');
  src: local(''),
       url('../fonts/contrail-one-v10-latin-regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/contrail-one-v10-latin-regular.woff2') format('woff2'),
       url('../fonts/contrail-one-v10-latin-regular.woff') format('woff'),
       url('../fonts/contrail-one-v10-latin-regular.ttf') format('truetype'),
       url('../fonts/contrail-one-v10-latin-regular.svg#ContrailOne') format('svg');
}

@font-face {
  font-family: 'Slabo 27px';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/slabo-27px-v7-latin-regular.eot');
  src: local(''),
       url('../fonts/slabo-27px-v7-latin-regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/slabo-27px-v7-latin-regular.woff2') format('woff2'),
       url('../fonts/slabo-27px-v7-latin-regular.woff') format('woff'),
       url('../fonts/slabo-27px-v7-latin-regular.ttf') format('truetype'),
       url('../fonts/slabo-27px-v7-latin-regular.svg#Slabo27px') format('svg');
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

body {
  background-color: #fff;
  color: #4c4e4e;
  font-family: "Slabo 27px", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "pnum";
  font-feature-settings: "pnum";
  font-variant-numeric: proportional-nums;
  letter-spacing: 0;
}

a {
  color: #4c4e4e;
  text-decoration: none; }
  a:hover, a:active {
    color: #1a1a1a; }

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

section {
  position: relative; }

.page-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }

.icon {
  display: inline-block; }

section {
  z-index: 2; }

body {
  color: #4c4e4e; }
  @media screen and (min-width: 1500px) {
    body .container {
      max-width: 1440px; } }
  @media screen and (max-width: 992px) {
    body .container {
      max-width: 100%;
      padding: 0 40px; } }
  @media screen and (max-width: 480px) {
    body .container {
      padding: 0 15px; } }
  body h3 {
    font-family: "Contrail One", Arial, Helvetica, sans-serif;
    font-size: 42px; }
    @media screen and (max-width: 1200px) {
      body h3 {
        font-size: 32px; } }
    @media screen and (max-width: 768px) {
      body h3 {
        font-size: 28px; } }
  body h5 {
    font-family: "Contrail One", Arial, Helvetica, sans-serif;
    font-size: 18px;
    margin: 0;
    padding-bottom: 15px; }
    @media screen and (max-width: 1200px) {
      body h5 {
        font-size: 14px; } }
  body p {
    font-size: 20px;
    line-height: 1.3; }
    @media screen and (max-width: 1200px) {
      body p {
        font-size: 16px; } }

.page-footer {
  padding-left: 15px; }

@media screen and (max-width: 700px) {
  section [class*='col-sm'] {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; } }

.next {
  cursor: pointer; }

body.modal-open .page-footer {
  visibility: hidden;
  opacity: 0; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #leistungen {
    margin-bottom: 200px; } }

@media (max-width: 1680px) {
  #leistungen {
    height: auto; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #leistungen .sl-content .vertical-image {
    width: 400px;
    height: 300px;
    overflow: hidden; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #leistungen .slick-list {
    overflow: unset !important; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #home {
    margin-top: 100px; } }

#contact {
  margin-top: 100px;
  margin-bottom: 100px; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #contact .row {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #contact .contact-col {
      display: block; } }

h1, h2, h3, h4, h5 {
  font-family: "Slabo 27px", serif; }

h4#jameda-termin-headline{
    padding-top: 15px;
}

h1 {
  font-size: 42px; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 28px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 16px; }

/*
Icon classes can be used entirely standalone. They are named after their original file names.

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
.icon-check {
  background-image: url(../images/spritesheet.png);
  background-position: 0px 0px;
  width: 26px;
  height: 20px; }

.icon-close {
  background-image: url(../images/spritesheet.png);
  background-position: -28px 0px;
  width: 20px;
  height: 20px; }

input[type='text'],
input[type='email'],
input[type='tel'],
input[type='url'],
input[type='search'],
input[type='password'],
textarea,
select {
  font-family: inherit;
  width: 100%;
  max-width: 100%;
  background: none;
  outline: 0 none;
  border: 1px solid #dedede;
  padding: 15px;
  color: #333;
  background-color: #fff;
  margin-top: 8px;
  margin-bottom: 12px; }

.btn {
  display: inline-block;
  vertical-align: middle;
  background: none;
  outline: 0 none;
  border: 0 none;
  border-radius: 0;
  padding: 8px 25px;
  background-color: #000;
  text-transform: uppercase;
  color: #fff; }

.carousel.center .slick-slide {
  -webkit-transition: -webkit-transform 500ms ease-in-out;
  transition: -webkit-transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
  -webkit-transform: scale(0.9, 0.8);
          transform: scale(0.9, 0.8); }
  @media screen and (max-width: 479px) {
    .carousel.center .slick-slide {
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1); } }
  .carousel.center .slick-slide.slick-current {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1); }
    @media screen and (max-width: 479px) {
      .carousel.center .slick-slide.slick-current {
        -webkit-transform: scale(1, 1);
                transform: scale(1, 1); } }

.carousel.center .slick-prev {
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
  right: calc(100% - 20px);
  left: auto; }
  @media screen and (max-width: 1200px) {
    .carousel.center .slick-prev {
      right: calc(100% - 35px); } }
  .carousel.center .slick-prev:before {
    color: #4c4e4e; }

.carousel.center .slick-next {
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
  left: calc(100% - 20px);
  right: auto; }
  @media screen and (max-width: 1200px) {
    .carousel.center .slick-next {
      left: calc(100% - 35px); } }
  .carousel.center .slick-next:before {
    color: #4c4e4e; }

.carousel.center .slick-dots li button:before {
  font-size: 40px; }

.leistungen .sl-vertical {
  width: 550px;
  margin-right: 0;
  margin-left: auto; }
  @media screen and (max-width: 1500px) {
    .leistungen .sl-vertical {
      width: 425px; } }
  @media screen and (max-width: 1200px) {
    .leistungen .sl-vertical {
      width: 365px; } }
  @media screen and (max-width: 992px) {
    .leistungen .sl-vertical {
      width: 100%; } }
  @media screen and (max-width: 700px) {
    .leistungen .sl-vertical {
      max-width: 100%;
      padding: 0 25px; } }
  .leistungen .sl-vertical .sl-content p {
    color: #fff;
    font-size: 19px;
    width: 100%;
    display: block;
    max-width: 100%; }
    @media screen and (max-width: 1024px) {
      .leistungen .sl-vertical .sl-content p {
        font-size: 16px; } }
  .leistungen .sl-vertical .slick-slide {
    width: 100% !important;
    padding: 0 90px 0 60px;
    height: 750px;
    background: #9fccdb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .leistungen .sl-vertical .slick-slide {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
            -ms-flex-direction: row !important;
                flex-direction: row !important;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    @media screen and (max-width: 768px) {
      .leistungen .sl-vertical .slick-slide {
        padding: 0 80px 0 40px;
        height: 600px; } }
    @media screen and (max-width: 480px) {
      .leistungen .sl-vertical .slick-slide {
        padding: 0 40px 0 25px; } }
  .leistungen .sl-vertical .slick-next {
    right: 8px;
    left: auto;
    z-index: 9;
    top: calc(50% + 130px);
    padding-top: 0; }

@media all and (-ms-high-contrast: none) and (max-width: 1440px), (-ms-high-contrast: active) and (max-width: 1440px) {
  .leistungen .sl-vertical .slick-next {
    top: calc(40% - 40px); } }
    @media screen and (max-width: 700px) {
      .leistungen .sl-vertical .slick-next {
        top: calc(50% + 45px); } }
    @media screen and (max-width: 480px) {
      .leistungen .sl-vertical .slick-next {
        right: 5px;
        top: calc(50% + 25px); } }
    .leistungen .sl-vertical .slick-next:before {
      display: none; }
    .leistungen .sl-vertical .slick-next span {
      background-image: url("../images/vert_arr_bottom.png");
      background-size: contain;
      display: block;
      width: 30px;
      height: 30px;
      background-repeat: no-repeat;
      margin: auto;
      background-position: center; }
      @media screen and (max-width: 768px) {
        .leistungen .sl-vertical .slick-next span {
          width: 20px;
          height: 20px; } }
  .leistungen .sl-vertical .slick-prev {
    right: 8px;
    left: auto !important;
    z-index: 9;
    top: calc(50% + 25px);
    padding-bottom: 0; }

@media all and (-ms-high-contrast: none) and (max-width: 1440px), (-ms-high-contrast: active) and (max-width: 1440px) {
  .leistungen .sl-vertical .slick-prev {
    top: calc(30% - 40px); } }
    @media screen and (max-width: 700px) {
      .leistungen .sl-vertical .slick-prev {
        top: calc(50% - 35px); } }
    @media screen and (max-width: 480px) {
      .leistungen .sl-vertical .slick-prev {
        top: calc(50% - 45px);
        padding-bottom: 30px;
        right: 0; } }
    .leistungen .sl-vertical .slick-prev:before {
      display: none; }
    .leistungen .sl-vertical .slick-prev span {
      background-image: url("../images/vert_arr_top.png");
      background-size: contain;
      display: block;
      width: 30px;
      height: 30px;
      background-repeat: no-repeat;
      margin: auto;
      background-position: center; }
      @media screen and (max-width: 768px) {
        .leistungen .sl-vertical .slick-prev span {
          width: 20px;
          height: 20px; } }
  .leistungen .sl-vertical .slick-dots {
    bottom: auto;
    top: calc(50% + 15px);
    right: -15px;
    left: auto; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .leistungen .sl-vertical .slick-dots {
        left: 0;
        right: -85px; } }
  @media all and (-ms-high-contrast: none) and (max-width: 1440px), (-ms-high-contrast: active) and (max-width: 1440px) {
    .leistungen .sl-vertical .slick-dots {
      top: calc(30% - 55px) !important;
      right: 35px !important; } }
    @media screen and (max-width: 768px) {
      .leistungen .sl-vertical .slick-dots {
        top: calc(50% + 15px); } }
    @media screen and (max-width: 700px) {
      .leistungen .sl-vertical .slick-dots {
        top: calc(50% - 35px); } }
    @media screen and (max-width: 480px) {
      .leistungen .sl-vertical .slick-dots {
        top: calc(50% - 55px);
        right: 5px; } }
    .leistungen .sl-vertical .slick-dots li {
      display: none; }
      .leistungen .sl-vertical .slick-dots li.slick-active {
        display: block;
        margin-right: 35px;
        margin-left: auto;
        -webkit-box-shadow: none;
                box-shadow: none; }
        @media screen and (max-width: 480px) {
          .leistungen .sl-vertical .slick-dots li.slick-active {
            margin-right: 8px; } }
  .leistungen .sl-vertical .cur-num {
    font-size: 22px;
    font-family: "Contrail One", Arial, Helvetica, sans-serif; }
    @media screen and (max-width: 768px) {
      .leistungen .sl-vertical .cur-num {
        font-size: 16px; } }
  .leistungen .sl-vertical .sep {
    height: 1px;
    width: 30px;
    background: black;
    margin: 10px 0;
    position: relative;
    left: -8px; }
    @media screen and (max-width: 768px) {
      .leistungen .sl-vertical .sep {
        left: -2px;
        width: 20px; } }
  .leistungen .sl-vertical .slick-track {
    padding-bottom: 0 !important;
    padding-top: 0 !important; }

.laser-prev {
  left: 25px; }

.laser-next {
  right: 25px; }

.leistungen .slider-for .slick-dots li button:before {
  font-size: 45px; }

@media screen and (max-width: 700px) {
  .leistungen .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }

.leistungen .slick-dots {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  bottom: 0;
  top: 85px;
  max-width: 270px;
  height: 70px;
  right: 0;
  left: 0;
  margin: 0 auto; }
  @media screen and (max-width: 1440px) {
    .leistungen .slick-dots {
      height: 70px; } }
  @media screen and (max-width: 700px) {
    .leistungen .slick-dots {
      top: 60px;
      height: 25px; } }
  .leistungen .slick-dots li {
    height: auto;
    padding: 5px 0;
    width: 15px;
    margin: 0 3px; }
    .leistungen .slick-dots li .cur-num {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .leistungen .slick-dots li .leistungen-img {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      display: block;
      width: 50px;
      height: 50px; }

.laser-col .sl-logo {
  max-width: 550px; }
  @media screen and (max-width: 1500px) {
    .laser-col .sl-logo {
      max-width: 435px; } }
  @media screen and (max-width: 1200px) {
    .laser-col .sl-logo {
      max-width: 355px; } }
  @media screen and (max-width: 1024px) {
    .laser-col .sl-logo {
      max-width: 365px;
      top: 140px; } }
  @media screen and (max-width: 992px) {
    .laser-col .sl-logo {
      max-width: 300px; } }
  @media screen and (max-width: 768px) {
    .laser-col .sl-logo {
      max-width: 290px;
      right: 15px;
      top: 120px; } }
  @media screen and (max-width: 700px) {
    .laser-col .sl-logo {
      max-width: 100%;
      top: 0;
      right: 0; } }
  @media screen and (max-width: 414px) {
    .laser-col .sl-logo {
      right: 0; } }

.sl-logo {
  margin-right: 0;
  margin-left: auto;
  max-width: 550px;
  width: 100%;
  position: absolute;
  top: 140px;
  right: 75px;
  z-index: 9; }
  @media screen and (max-width: 1500px) {
    .sl-logo {
      max-width: 435px; } }
  @media screen and (max-width: 1200px) {
    .sl-logo {
      max-width: 365px; } }
  @media screen and (max-width: 992px) {
    .sl-logo {
      max-width: 310px; } }
  @media screen and (max-width: 768px) {
    .sl-logo {
      max-width: 100%;
      right: 0; } }
  @media screen and (max-width: 700px) {
    .sl-logo {
      top: 0;
      right: 0; } }
  @media screen and (max-width: 414px) {
    .sl-logo {
      right: 0; } }
  .sl-logo img {
    max-width: 125px;
    margin-left: 0 !important; }
    @media screen and (max-width: 992px) {
      .sl-logo img {
        max-width: 80px; } }
    @media screen and (max-width: 700px) {
      .sl-logo img {
        max-width: 60px; } }

.modal-open .page-header {
  width: calc(100% - 44px) !important;
  background-color: transparent; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .modal-open .page-header {
      width: calc(100% - 56px) !important; } }
  @media screen and (max-width: 700px) {
    .modal-open .page-header {
      width: calc(100% - 24px) !important;
      margin: 0 auto !important;
      margin-right: 14px !important; } }
  @media screen and (max-width: 480px) {
    .modal-open .page-header {
      width: calc(100% - 14px) !important;
      font-size: 16px;
      margin-right: 9px !important; } }
  .modal-open .page-header.sWidth {
    width: calc(100% - 39px) !important; }
  .modal-open .page-header.bWidth {
    width: calc(100% - 44px) !important; }
    @media screen and (max-width: 700px) {
      .modal-open .page-header.bWidth {
        width: calc(100% - 15px) !important; } }
  .modal-open .page-header.shWidth {
    width: calc(100% - 39px) !important; }
    @media screen and (max-width: 1200px) {
      .modal-open .page-header.shWidth {
        width: calc(100% - 39px) !important; } }
    @media screen and (max-width: 700px) {
      .modal-open .page-header.shWidth {
        width: calc(100% - 15px) !important; } }
  .modal-open .page-header.bhWidth {
    width: calc(100% - 44px) !important; }
    @media screen and (max-width: 700px) {
      .modal-open .page-header.bhWidth {
        width: calc(100% - 15px) !important; } }

.page-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  opacity: 1;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff; }
  @media screen and (max-width: 700px) {
    .page-header {
      border-width: 10px; } }
  @media screen and (max-width: 480px) {
    .page-header {
      margin: 5px;
      border-width: 5px; } }
  .page-header.fixedMenu {
    border-top: 20px solid #9fccdb;
    margin-top: 0; }
    @media screen and (max-width: 700px) {
      .page-header.fixedMenu {
        border-width: 10px; } }
    @media screen and (max-width: 480px) {
      .page-header.fixedMenu {
        border-width: 5px; } }
  .page-header .container {
    background-color: white;
    padding: 10px 50px 10px 10px; }
    @media screen and (max-width: 1200px) {
      .page-header .container {
        padding: 5px 50px 5px 18px; } }
    @media screen and (max-width: 750px) {
      .page-header .container {
        padding: 5px 40px 5px 20px; } }
    @media screen and (max-width: 480px) {
      .page-header .container {
        padding: 5px 20px 5px 10px; } }

.header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 700px) {
    .header-left {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  @media screen and (max-width: 575px) {
    .header-left {
      width: 50%; } }

.logo a {
  background-image: url("../images/zahnarzt-nuernberg-dr-amann-amann-logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 270px;
  height: 100px;
  display: block; }
  @media screen and (max-width: 1366px) {
    .logo a {
      width: 230px;
      height: 100px; } }
  @media screen and (max-width: 768px) {
    .logo a {
      width: 160px;
      height: 40px; } }

section#leistungen.leistungen.data {
        margin-top: 420px;
}
.section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 700px) {
    .section-title {
      display: none; } }
  .section-title:before {
    content: " ";
    display: block;
    height: 1px;
    background: #4c4e4e;
    width: 111px;
    margin: 0 12px 0 40px; }
    @media screen and (max-width: 1366px) {
      .section-title:before {
        width: 70px; } }
    @media screen and (max-width: 700px) {
      .section-title:before {
        margin: 0 12px 0 0; } }
  .section-title .jsScrollChange {
    font-size: 18px;
    letter-spacing: 8px; }
    @media screen and (max-width: 1366px) {
      .section-title .jsScrollChange {
        font-size: 16px;
        letter-spacing: 7px; } }
    @media screen and (max-width: 768px) {
      .section-title .jsScrollChange {
        font-size: 14px;
        letter-spacing: 5px; } }

@media screen and (max-width: 575px) {
  .header-right {
    width: 50%; } }

@media screen and (max-width: 480px) {
  .header-right {
    position: absolute;
    right: 0;
    top: 15px; } }

.burger {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 15px; }
  @media screen and (max-width: 700px) {
    .burger {
      top: 8px; } }
  @media screen and (max-width: 480px) {
    .burger {
      top: 0px;
      right: 20px; } }
  .burger span {
    display: block;
    width: 40px;
    height: 5px;
    background: #4c4e4e;
    border-radius: 2px;
    margin-bottom: 8px;
    position: relative;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transition-delay: .5s;
            transition-delay: .5s;
    z-index: 3; }
    @media screen and (max-width: 1366px) {
      .burger span {
        margin-bottom: 6px;
        height: 4px; } }
    @media screen and (max-width: 480px) {
      .burger span {
        height: 3px;
        width: 30px; } }
    .burger span:last-child {
      margin-bottom: 0; }
  .burger.active span {
    width: 400px;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    animation-direction: reverse; }
    @media screen and (max-width: 768px) {
      .burger.active span {
        width: 200px; } }
    @media screen and (max-width: 480px) {
      .burger.active span {
        width: 120px; } }

.main-nav {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  top: -200px;
  right: 105px;
  padding: 130px 124px;
  -webkit-transition: all, .5s;
  transition: all, .5s;
  -webkit-transition-delay: .0s;
          transition-delay: .0s; }
  @media screen and (max-width: 768px) {
    .main-nav {
      padding: 40px 90px; } }
  @media screen and (max-width: 480px) {
    .main-nav {
      right: 50px; } }
  .main-nav.active {
    visibility: visible;
    opacity: 1;
    background: #9fccdb;
    top: 0;
    -webkit-transition-delay: .5s;
            transition-delay: .5s;
    animation-direction: reverse;
    max-height: 100vh;
    overflow-x: hidden;
    overflow-y: auto; }
    .main-nav.active.active-togg > ul {
      min-height: 740px; }
      @media screen and (max-width: 1200px) {
        .main-nav.active.active-togg > ul {
          min-height: 400px; } }
  .main-nav ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .main-nav ul li {
      position: relative; }
  .main-nav a {
    font-size: 20px;
    font-family: "Contrail One", Arial, Helvetica, sans-serif;
    padding-bottom: 10px;
    display: block; }
    @media screen and (max-width: 1200px) {
      .main-nav a {
        font-size: 16px;
        padding-bottom: 5px; } }
    .main-nav a:hover {
      text-decoration: none; }
      .main-nav a:hover:before {
        content: " ";
        display: inline-block;
        width: 30px;
        height: 5px;
        background-color: black;
        position: absolute;
        top: 10px;
        left: -40px; }
        @media screen and (max-width: 1200px) {
          .main-nav a:hover:before {
            width: 20px;
            height: 2px;
            top: 7px;
            left: -30px; } }

.submenu {
  height: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  right: -200px; }
  .submenu ul {
    height: 0; }
    .submenu ul li {
      height: 0; }
      .submenu ul li a {
        height: 0; }
  .submenu.active {
    height: 100%;
    visibility: visible;
    opacity: 1;
    right: -15px; }
    .submenu.active ul {
      height: auto; }
      .submenu.active ul li {
        height: auto; }
        .submenu.active ul li a {
          height: auto; }
  .submenu a {
    font-size: 22px;
    font-family: "Slabo 27px", serif;
    padding-bottom: 10px;
    display: block; }
    @media screen and (max-width: 1200px) {
      .submenu a {
        font-size: 14px;
        padding-bottom: 5px; } }

.page-footer {
  position: fixed;
  bottom: 20px;
  left: 0;
  right: 0;
  padding: 0;
  padding-left: 15px;
  height: auto;
  min-height: auto;
  z-index: 11; }

body:before {
  content: " ";
  border: 20px solid #9fccdb;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 100%;
  z-index: 1; }
  @media screen and (max-width: 700px) {
    body:before {
      border-width: 10px; } }
  @media screen and (max-width: 480px) {
    body:before {
      border-width: 5px; } }

body:after {
  content: " ";
  display: block;
  position: fixed;
  top: calc(100vh - 20px);
  height: 20px;
  width: calc(100% - 4px);
  background-color: #9fccdb;
  z-index: 10; }
  @media screen and (max-width: 700px) {
    body:after {
      height: 10px;
      top: calc(100vh - 10px); } }
  @media screen and (max-width: 480px) {
    body:after {
      height: 5px;
      top: calc(100vh - 5px); } }
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    body:after {
      width: calc(100% - 16px); } }

@-moz-document url-prefix() {
  body:after {
    width: calc(100% - 16px); } }

section {
  height: 100vh;
  min-height: 740px;
  padding-top: 90px;
  padding-bottom: 90px; }
  @media screen and (max-width: 1366px) {
    section {
      height: auto;
      min-height: auto; } }
  @media screen and (max-width: 700px) {
    section {
      padding-top: 80px;
      padding-bottom: 0; } }

.top_section {
  padding-top: 180px; }
  @media screen and (max-width: 992px) {
    .top_section {
      padding-top: 120px; } }
  @media screen and (max-width: 700px) {
    .top_section {
      padding-top: 90px; } }
  @media screen and (max-width: 768px) {
    .top_section .row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      padding: 0 15px; } }

.c-right {
  background: #9fccdb;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#9fccdb), to(#9fccdb));
  background: linear-gradient(to bottom, #9fccdb 0%, #9fccdb 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$l-blue', endColorstr='$l-blue', GradientType=0);
  /* IE6-9 */
  padding: 40px 75px 40px 15px;
  background-size: 75% 100%;
  background-position: right;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media screen and (max-width: 992px) {
    .c-right {
      padding: 20px 40px 20px 15px; } }
  @media screen and (max-width: 768px) {
    .c-right {
      max-width: 100%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      padding: 40px 15px 40px 15px;
      background-size: 100% 100%; } }

.c-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media screen and (max-width: 768px) {
    .c-left.c-top {
      max-width: 100%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      background-color: #9fccdb;
      padding-bottom: 20px; }
      .c-left.c-top .c-left-wrapper {
        max-width: 220px;
        margin: 0 auto; } }
  .c-left ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .c-left ul li {
      padding-bottom: 15px;
      font-size: 20px; }
      @media screen and (max-width: 1200px) {
        .c-left ul li {
          font-size: 16px;
          padding-bottom: 10px; } }
      @media screen and (max-width: 700px) {
        .c-left ul li {
          padding-bottom: 5px; } }
      .c-left ul li span {
        font-family: "Contrail One", Arial, Helvetica, sans-serif;
        font-size: 20px;
        display: inline-block;
        width: 30px; }
        @media screen and (max-width: 1200px) {
          .c-left ul li span {
            font-size: 16px; } }

.just-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media screen and (max-width: 700px) {
    .just-center {
      height: auto; } }
  .just-center .sl-vertical {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 140px 0 40px 0; }
    @media screen and (max-width: 700px) {
      .just-center .sl-vertical {
        padding: 0; } }
    .just-center .sl-vertical.slick-dotted.slick-slider {
      margin-bottom: 0; }

.slick-slide .about .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 700px) {
    .slick-slide .about .row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }

.about .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 700px) {
    .about .row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }

#home .about-image {
  padding-top: 0;
  padding-bottom: 0; }
  @media screen and (max-width: 700px) {
    #home .about-image {
      padding-left: 15px;
      padding-right: 15px; } }

.member-popup .home-col {
  padding: 90px 15px 40px 15px; }
  @media screen and (max-width: 700px) {
    .member-popup .home-col {
      padding: inherit; }
      .member-popup .home-col .about-image {
        padding-left: 15px;
        padding-right: 15px; } }
  .member-popup .home-col span {
    font-size: 20px;
    padding-bottom: 15px;
    line-height: 1.3;
    display: block; }

.home-col {
  position: inherit;
  padding: 0 15px; }
  @media screen and (max-width: 700px) {
    .home-col {
      padding: inherit; } }
  .home-col p {
    width: 100%;
    max-width: 550px; }
  @media screen and (max-width: 700px) {
    .home-col .home-col-wrapper {
      background-color: #9fccdb;
      padding: 15px 25px;
      position: relative;
      width: calc(100% - 30px);
      margin: auto; } }
  @media screen and (max-width: 700px) {
    .home-col .about-image {
      padding-top: 0;
      padding-bottom: 0; } }

.ex-gutter {
  padding: 20px 0; }

.home_footer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; 
}

.first_entry{
    margin-top: 45px;
}

.last_entry{
    padding-bottom: 15px;
}


  .home_footer .jameda_logo{
    width: 50%;
    position: relative; 
    padding-right: 10px;
}

.home_footer .jameda_logo_right{
    position: relative;
    
}
.home_footer .jameda_logo img { 
      max-width: 170px;
      width: 100%; }

  .home_footer .signature {
    position: absolute;
    text-align: left;
    top: -75px;
    width: 50%;
 }

@media screen and (max-width: 1200px) {
    .home_footer {
        display: block;
    }
    
    .home_footer .signature {
    max-width: 150px;
    margin-right: 0;
    margin-left: auto;
    }
    .home_footer .jameda_logo_right{
      
    } 
   
}
     
@media screen and (max-width: 700px) {
    .home_footer {
         position: relative;
        top: auto;
        right: 18px;
        bottom: -14px;
    }
    .signature {
        position: absolute;
        top: -63px;
        right: 18px;
        bottom: 63px;
    }
}

.home_footer .signature img {
      width: 150px;
      max-width: 150px;
      margin-top: 10px;
}
.jameda_termin{
   position: relative;
   margin-top: 15px;
 }

.about-image {
  max-width: 630px;
  margin-right: 0;
  margin-left: auto;
  padding-top: 80px;
  padding-bottom: 40px; }
  @media screen and (max-width: 1200px) {
    .about-image {
      max-width: 435px; } }
  @media screen and (max-width: 700px) {
    .about-image {
      max-width: 100%;
      margin: auto;
      width: 100%; } }
  .about-image .image-wrapper {
    background: #9fccdb;
    background: -webkit-gradient(linear, left top, left bottom, from(#9fccdb), to(#9fccdb));
    background: linear-gradient(to bottom, #9fccdb 0%, #9fccdb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$l-blue', endColorstr='$l-blue', GradientType=0);
    padding: 40px 75px 40px 15px;
    background-size: 81% 100%;
    background-position: right;
    background-repeat: no-repeat; }
    @media screen and (max-width: 700px) {
      .about-image .image-wrapper {
        padding: 0 25px 25px 25px;
        background-size: 100% 90%;
        background-position: bottom; } }
    @media screen and (max-width: 700px) {
      .about-image .image-wrapper img {
        display: block;
        margin: 0 auto;
        width: 100%; } }

.slider-nav img {
  max-width: 100%; }

@media screen and (max-width: 700px) {
  .leistungen-slide {
    padding-top: 90px; } }

.slider-for.slick-dotted.slick-slider {
  margin-bottom: 0;
  border-right: 20px solid #9fccdb;
  border-left: 19px solid #9fccdb; }
  @media screen and (max-width: 700px) {
    .slider-for.slick-dotted.slick-slider {
      border-width: 10px; } }
  @media screen and (max-width: 480px) {
    .slider-for.slick-dotted.slick-slider {
      border-width: 5px; } }

.slider-for img {
  width: 100%; }

.slider-nav .slick-slide:hover {
  cursor: pointer; }

.slick-prev, .slick-next {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  background-color: transparent;
  border: none;
  padding: 0;
  font-size: 0;
  z-index: 9;
  width: 40px;
  height: 40px; }
  .slick-prev:before, .slick-next:before {
    background-repeat: no-repeat;
    background-size: 100% auto;
    content: "";
    display: block;
    height: 40px;
    opacity: 1;
    width: 40px; }
  .slick-prev:hover:before, .slick-next:hover:before {
    opacity: .8; }

.slick-prev.pos {
  margin-top: 0;
  left: 5px; }

.slick-next.pos {
  margin-top: 0;
  right: 5px; }

.slick-prev {
  left: 0; }
  .slick-prev:before {
    background-image: url("../images/Pfeil_Blau.png");
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }

.slick-next {
  right: 0; }
  .slick-next:before {
    background-image: url("../images/Pfeil_Blau.png");
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg); }

.modal-content {
  background-color: rgba(0, 0, 0, 0);
  border: 0 none;
  border-radius: 0;
  margin-left: 1px; }
  .modal-content .modal-body {
    padding: 0; }
    .modal-content .modal-body iframe {
      margin-bottom: -5px; }
  .modal-content .modal-header {
    position: absolute;
    top: 100px;
    border: 0 none;
    z-index: 9; }
    @media screen and (max-width: 700px) {
      .modal-content .modal-header {
        position: relative;
        top: 0;
        padding: 0 0 10px 0; } }
    .modal-content .modal-header .close {
      margin-left: 0;
      outline: none;
      -webkit-box-shadow: none;
              box-shadow: none;
      position: relative;
      opacity: 1;
      margin-bottom: 40px;
      text-shadow: none; }
      @media screen and (max-width: 700px) {
        .modal-content .modal-header .close {
          padding: 0;
          margin: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
      .modal-content .modal-header .close:before {
        content: " ";
        display: block;
        position: absolute;
        background: url("../images/Pfeil.png");
        height: 15px;
        width: 105px;
        background-size: contain;
        background-repeat: no-repeat;
        bottom: 0;
        left: -5px; }
        @media screen and (max-width: 700px) {
          .modal-content .modal-header .close:before {
            height: 10px;
            width: 90px;
            position: relative; } }
      .modal-content .modal-header .close h3 {
        font-size: 28px;
        color: #4c4e4e; }
        @media screen and (max-width: 700px) {
          .modal-content .modal-header .close h3 {
            font-size: 18px; } }

.leistungen {
  z-index: 6; }
  .leistungen .image-wrapper {
    text-align: right;
    max-width: 435px;
    margin-right: 0;
    margin-left: auto; }
    @media screen and (max-width: 1200px) {
      .leistungen .image-wrapper {
        max-width: 320px; } }
    @media screen and (max-width: 700px) {
      .leistungen .image-wrapper {
        max-width: 100%;
        width: 100%; } }
    .leistungen .image-wrapper.slider-nav {
      max-width: 510px; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .leistungen .image-wrapper.slider-nav {
          max-width: unset !important;
          width: 510px !important; } }
      @media screen and (max-width: 1500px) {
        .leistungen .image-wrapper.slider-nav {
          max-width: 435px; } }
      @media screen and (max-width: 1200px) {
        .leistungen .image-wrapper.slider-nav {
          max-width: 345px; } }
      @media screen and (max-width: 992px) {
        .leistungen .image-wrapper.slider-nav {
          max-width: 80%; } }
      @media screen and (max-width: 768px) {
        .leistungen .image-wrapper.slider-nav {
          max-width: 90%; } }
      @media screen and (max-width: 700px) {
        .leistungen .image-wrapper.slider-nav {
          max-width: 100%;
          margin: 0 auto; } }
      .leistungen .image-wrapper.slider-nav .slick-track {
        -webkit-transform: inherit !important;
                transform: inherit !important;
        width: 100% !important; }
  .leistungen .slick-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background-color: #9fccdb;
    padding: 40px 20px; }
    @media screen and (max-width: 768px) {
      .leistungen .slick-slider .slick-track {
        padding: 15px 5px; } }
  @media screen and (max-width: 575px) {
    .leistungen .leistu-col .slider-nav.slick-initialized .slick-slide img {
      max-height: 70px; } }
  .leistungen .slick-initialized .slick-slide {
    width: 33.3333%;
    max-width: 33.3333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
    text-align: center; }
    .leistungen .slick-initialized .slick-slide:focus {
      outline: 0; }
    .leistungen .slick-initialized .slick-slide .vertical-image {
      width: 100% !important;
      height: 100% !important; }
    .leistungen .slick-initialized .slick-slide img {
      width: auto;
      display: block;
      margin: 0 auto; }
  @media screen and (max-width: 700px) {
    .leistungen img {
      width: 100%;
      display: block;
      margin: 0 auto; } }
  .leistungen .modal .image-wrapper {
    padding-top: 90px;
    padding-bottom: 90px; }

.modal-wr {
  padding: 15px; }
  @media screen and (max-width: 768px) {
    .modal-wr {
      padding: 7px; } }
  @media screen and (max-width: 480px) {
    .modal-wr {
      padding: 5px; } }

.modal {
  padding: 20px;
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
  height: 100%; }
  @media screen and (max-width: 700px) {
    .modal {
      padding: 10px; } }
  @media screen and (max-width: 700px) {
    .modal {
      padding: 0 10px; } }

body .modal-backdrop {
  z-index: 0;
  background-color: #fff; }

body .modal.fade {
  overflow-y: hidden;
  padding: 0 !important; }
  body .modal.fade .modal-dialog {
    -webkit-transform: translate(0%, 0%) scale(0.9, 0.9);
            transform: translate(0%, 0%) scale(0.9, 0.9);
    transition: transform .5s ease-out,-webkit-transform .5s ease-out; }
  body .modal.fade.show .modal-dialog {
    -webkit-transform: translate(0%, 0%) scale(1, 1);
            transform: translate(0%, 0%) scale(1, 1); }

body .modal-dialog {
  width: 100%;
  height: 100%;
  max-width: 100%;
  margin: 0 auto;
  transition: transform .5s ease-out,-webkit-transform .5s ease-out; }

.leistu-col-wrapper {
  padding: 0 25px;
       margin-top: 140px;}
  @media screen and (max-width: 700px) {
    .leistu-col-wrapper {
      padding: 0;
      margin-top: 140px;

      } }
  .leistu-col-wrapper h3 {
    font-size: 42px; }
    @media screen and (max-width: 700px) {
      .leistu-col-wrapper h3 {
        font-size: 28px; } }
  @media screen and (max-width: 700px) {
    .leistu-col-wrapper p {
      font-size: 14px; } }

.leistungen .modal-content {
  height: 100%; }

.leistungen .modal-body {
  height: 100%;
  margin-top: 0;
  margin-bottom: 0; }
  .leistungen .modal-body .slick-initialized .slick-next {
    right: -20px; }
  .leistungen .modal-body .slick-initialized .slick-prev {
    left: -20px; }
  .leistungen .modal-body .slick-initialized .slick-track {
    background: #fff;
    height: 100%;
    display: block;
    padding: 0; }
    @media screen and (max-width: 700px) {
      .leistungen .modal-body .slick-initialized .slick-track {
        display: block;
        padding-bottom: 0 !important;
        padding-top: 0 !important; } }
  .leistungen .modal-body .slick-initialized .slick-slide {
    max-width: inherit;
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    text-align: left; }
    .leistungen .modal-body .slick-initialized .slick-slide:nth-child(4) {
      margin: auto; }
    .leistungen .modal-body .slick-initialized .slick-slide:nth-child(5) {
      margin: auto; }
    .leistungen .modal-body .slick-initialized .slick-slide:nth-child(9) {
      margin: auto; }
    .leistungen .modal-body .slick-initialized .slick-slide:nth-child(10) {
      margin: auto; }
  .leistungen .modal-body .slick-initialized.slick-vertical .slick-next {
    right: 8px; }
    @media screen and (max-width: 480px) {
      .leistungen .modal-body .slick-initialized.slick-vertical .slick-next {
        right: 0; } }

.leistungen .image-wrapper.slider-nav .slick-track:before {
  display: none; }

.modal-body {
  overflow-y: auto !important; }

@media screen and (max-width: 700px) {
  .leistungen-slide .leistu-col {
    height: auto;
    min-height: auto; } }

.leistu-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

@media screen and (max-width: 1024px) {
  .leistungen .leistungen-slide .laser-col .image-wrapper {
    background-size: 80% 100%; } }

@media screen and (max-width: 700px) {
  .leistungen .leistungen-slide .laser-col .image-wrapper {
    background-size: 100% 100%; } }

.leistungen .laser-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 140px 10px 140px 40px; }
  @media screen and (max-width: 1200px) {
    .leistungen .laser-col {
      padding: 140px 10px 140px 40px; } }
  @media screen and (max-width: 1024px) {
    .leistungen .laser-col {
      padding: 200px 15px 200px 40px; } }
  @media screen and (max-width: 700px) {
    .leistungen .laser-col {
      height: auto;
      padding: 15px 40px; } }
  .leistungen .laser-col .image-wrapper {
    background: #9fccdb;
    background: -webkit-gradient(linear, left top, left bottom, from(#9fccdb), to(#9fccdb));
    background: linear-gradient(to bottom, #9fccdb 0%, #9fccdb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$l-blue', endColorstr='$l-blue', GradientType=0);
    padding: 160px 75px 40px 35px;
    background-size: 83% 100%;
    background-position: right;
    background-repeat: no-repeat;
    max-width: 100%; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .leistungen .laser-col .image-wrapper {
        height: 670px; } }
  @media all and (-ms-high-contrast: none) and (max-width: 1440px), (-ms-high-contrast: active) and (max-width: 1440px) {
    .leistungen .laser-col .image-wrapper {
      height: 540px !important; } }
    @media screen and (max-width: 1200px) {
      .leistungen .laser-col .image-wrapper {
        background-size: 80% 100%; } }
    @media screen and (max-width: 1024px) {
      .leistungen .laser-col .image-wrapper {
        background-size: 56% 100%;
        padding: 100px 75px 40px 40px; } }
    @media screen and (max-width: 992px) {
      .leistungen .laser-col .image-wrapper {
        padding: 100px 75px 40px 0; } }
    @media screen and (max-width: 700px) {
      .leistungen .laser-col .image-wrapper {
        background-size: 100% 90%;
        padding: 25px 25px 0px 25px;
        background-position: top; } }
  .leistungen .laser-col h3 {
    font-size: 24px; }

@media screen and (max-width: 700px) {
  .leistungen .laser-col.leistu-col-wrapper {
    padding-left: 15px;
    padding-right: 15px; } }

.leistungen .laser-col.leistu-col-wrapper h3 {
  font-size: 42px; }
  @media screen and (max-width: 700px) {
    .leistungen .laser-col.leistu-col-wrapper h3 {
      font-size: 28px; } }

#team {
  z-index: 3; }
  #team .leistungen .image-wrapper {
    background: #9fccdb;
    background: -webkit-gradient(linear, left top, left bottom, from(#9fccdb), to(#9fccdb));
    background: linear-gradient(to bottom, #9fccdb 0%, #9fccdb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$l-blue', endColorstr='$l-blue', GradientType=0);
    padding: 40px 75px 40px 15px;
    background-size: 81% 100%;
    background-position: right;
    background-repeat: no-repeat; }
    @media screen and (max-width: 700px) {
      #team .leistungen .image-wrapper {
        background-size: 100%;
        padding: 20px; } }
  #team .team-list .row.slider-nav .slick-track:before {
    display: none; }

.team-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: static; }
  .team-col p {
    max-width: 402px; }
    @media screen and (max-width: 700px) {
      .team-col p {
        max-width: 100%; } }

.team-list {
  background-color: #9fccdb;
  padding: 60px 80px; }
  @media screen and (max-width: 1200px) {
    .team-list {
      padding: 20px; } }
  @media screen and (max-width: 700px) {
    .team-list {
      background: #9fccdb;
      background: -webkit-gradient(linear, left top, left bottom, from(#9fccdb), to(#9fccdb));
      background: linear-gradient(to bottom, #9fccdb 0%, #9fccdb 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$l-blue', endColorstr='$l-blue', GradientType=0);
      background-size: 100% 95%;
      background-position: bottom;
      background-repeat: no-repeat; } }

.team-list .container {
  padding: 0; }

@media screen and (max-width: 700px) {
  .team-list {
    padding: 0 20px; } }

@media screen and (max-width: 700px) {
  .team-list .container {
    padding: 0 5px; } }

.team-list .member-col {
  position: static; }
  .team-list .member-col .ava-img-wrapper {
    height: 360px;
    overflow: hidden; }
    @media screen and (max-width: 1499px) {
      .team-list .member-col .ava-img-wrapper {
        height: 360px; } }
    @media screen and (max-width: 992px) {
      .team-list .member-col .ava-img-wrapper {
        height: 240px; } }
    @media screen and (max-width: 700px) {
      .team-list .member-col .ava-img-wrapper {
        height: 240px; } }
  .team-list .member-col .ava-name {
    text-align: right;
    color: #4c4e4e;
    padding: 10px 0 30px 0;
    height: 85px; }
    @media screen and (max-width: 700px) {
      .team-list .member-col .ava-name {
        color: #4c4e4e; } }

@media screen and (max-width: 700px) {
  .contact-col-wrapper {
    padding: 0 25px 20px 25px;
    background-color: #9fccdb; } }

 @media screen and (max-width: 595px) {
      .team-list .member-col .ava-img-wrapper {
        height: 240px; } }



@media screen and (max-width: 700px) {
  .contact .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
    .contact .row .contact-col-wrapper h3, .contact .row .contact-col-wrapper p {
      display: none; } }

.contact .contact-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .contact .contact-col .subtitle {
    max-width: 390px;
    padding-bottom: 60px; }
    @media screen and (max-width: 1200px) {
      .contact .contact-col .subtitle {
        padding-bottom: 15px; } }
  .contact .contact-col .top-offset {
    padding-top: 40px; }
    @media screen and (max-width: 1200px) {
      .contact .contact-col .top-offset {
        padding-top: 15px; } }

.contact .about-image {
  padding-bottom: 0;
  padding-top: 0; }

@media screen and (max-width: 700px) {
  .footer .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }

.footer h5 {
  padding-top: 40px; }

.footer p {
  margin-bottom: 0; }
  @media screen and (max-width: 1200px) {
    .footer p {
      padding-bottom: 0; } }

.footer .map-wrapper {
  background: #9fccdb;
  background: -webkit-gradient(linear, left top, left bottom, from(#9fccdb), to(#9fccdb));
  background: linear-gradient(to bottom, #9fccdb 0%, #9fccdb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$l-blue', endColorstr='$l-blue', GradientType=0);
  padding: 60px 110px 60px 15px;
  background-size: 81% 100%;
  background-position: right;
  background-repeat: no-repeat;
  max-width: 630px;
  width: 100%;
  margin-right: 0;
  margin-left: auto; }
  @media screen and (max-width: 1200px) {
    .footer .map-wrapper {
      padding: 60px 65px 60px 15px; } }
  @media screen and (max-width: 700px) {
    .footer .map-wrapper {
      padding: 25px;
      background-size: 100% 90%;
      background-position: bottom; } }
  .footer .map-wrapper iframe {
    width: 100%; }

    .footer .map-wrapper > .map {
      position: relative;
      min-height: 300px;
    }
.footer img {
  width: 100%; }

.footer .map-address {
  text-align: right;
  color: #fff; }
  .footer .map-address h6 {
    font-family: "Contrail One", Arial, Helvetica, sans-serif;
    font-size: 20px;
    margin: 0;
    padding-bottom: 10px;
    padding-top: 15px; }
    @media screen and (max-width: 992px) {
      .footer .map-address h6 {
        font-size: 16px;
        padding-bottom: 5px;
        padding-top: 10px; } }

.member-col.active .member-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.prev-pop {
  position: absolute;
  top: 50%;
  right: 0; }

.next-pop {
  position: absolute;
  top: 50%;
  left: 0; }

.footer-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.bottom-arrow {
  top: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
  width: 80px;
  -webkit-transform: translate(4px, 0%);
          transform: translate(4px, 0%);
  z-index: 9999; }
  @media screen and (max-width: 1500px) {
    .bottom-arrow {
      width: 60px; } }
  @media screen and (max-width: 1200px) {
    .bottom-arrow {
      width: 50px; } }

.team-col .slick-initialized .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
  width: 100% !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
    }   
  @media screen and (max-width: 1800px) {
    .team-col .slick-initialized .slick-track {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .team-col .slick-initialized .slick-track .slick-slide {
    -webkit-box-flex: 0;
      /* container flex  */  
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    padding: 0 10px; }
    .team-col .slick-initialized .slick-track .slick-slide:focus {
      outline: 0; }
    @media screen and (max-width: 1000px) {
      .team-col .slick-initialized .slick-track .slick-slide {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%; } }
    @media screen and (max-width: 480px) {
      .team-col .slick-initialized .slick-track .slick-slide {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%; } }

::-webkit-scrollbar {
  width: 5px; }

::-webkit-scrollbar-track {
  background: #f1f1f1; }

::-webkit-scrollbar-thumb {
  background: #888; }

::-webkit-scrollbar-thumb:hover {
  background: #555; }

.aFoto {
  max-width: 400px; }
  @media screen and (max-width: 700px) {
    .aFoto {
      max-width: 100%; } }
  .aFoto h5 {
    display: block;
    text-align: right;
    width: 100%;
    padding-top: 10px; }

.slick-dots {
  bottom: -40px; }

@media screen and (max-width: 700px) {
  #impressum {
    padding-left: 15px;
    padding-right: 15px; } }

#impressum .impres {
  padding: 90px 15px; }
  @media screen and (max-width: 700px) {
    #impressum .impres {
      padding: 40px 25px; } }
  #impressum .impres.bg_blue {
    padding: 90px;
    background-color: #9fccdb; }
    @media screen and (max-width: 700px) {
      #impressum .impres.bg_blue {
        padding: 25px; } }

#impressum a {
  word-break: break-all; }

body #CybotCookiebotDialogBodyUnderlay {
    width: 100vw !important
}

body #CybotCookiebotDialog {
    border-color: #fff;
    border-radius: 0.125rem
}

body h2#CybotCookiebotDialogBodyContentTitle {
    display: none
}

body #CybotCookiebotDialogBodyContentText {
    margin-top: 0;
    margin-bottom: 1.25rem;
    text-align: center;
    font-family: 'Slabo 27px', Arial, sans-serif !important;
    font-weight: normal;
    line-height: 1.4 !important;
    color: #000;
    -webkit-font-smoothing: antialiased;
    font-size: 16px !important;
}

body #CybotCookiebotDialogBodyContentText p:nth-child(1) {
    margin-bottom: 0.5rem
}

body #CybotCookiebotDialogBodyContentText p:nth-child(2) {
    margin-bottom: 0;
    font-size: 0.75rem;
    color: #777777
}

body #CybotCookiebotDialogBodyContentText p:nth-child(2) a {
    text-decoration: none;
    color: #777777;
    -webkit-transition: color 0.35s ease;
    transition: color 0.35s ease
}

body #CybotCookiebotDialogBodyContentText p:nth-child(2) a:hover {
    color: #9fccdb
}

body a#CybotCookiebotDialogBodyButtonDecline,body a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
    width: calc(100% - 2.125rem) !important;
    margin: 0.3125rem 0 !important;
    padding: 0.5rem 1rem 0.75rem;
    font-size: 1rem;
    background-color: #9fccdb;
    color: #fff;
    border-color: #9fccdb;
    border-radius: 0.125rem;
    -webkit-transition: color 0.35s ease, background-color 0.35s ease, border-color 0.35s ease;
    transition: color 0.35s ease, background-color 0.35s ease, border-color 0.35s ease
}

body a#CybotCookiebotDialogBodyButtonDecline:hover,body a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection:hover {
    background-color: #78a6b6 !important;
    color: #fff !important;
    border-color: #78a6b6 !important
}

body a#CybotCookiebotDialogBodyButtonAccept,body a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
    width: calc(100% - 2.125rem) !important;
    margin: 0.3125rem 0 !important;
    padding: 0.5rem 1rem 0.75rem;
    font-size: 1rem;
    background-color: #52a2bc;
    font-weight: 700;
    color: #ffffff;
    border-color: #52a2bc;
    border-radius: 0.125rem;
    -webkit-transition: color 0.35s ease, background-color 0.35s ease, border-color 0.35s ease;
    transition: color 0.35s ease, background-color 0.35s ease, border-color 0.35s ease
}

body a#CybotCookiebotDialogBodyButtonAccept:hover,body a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll:hover {
    background-color: #1e7d9c !important;
    color: #ffffff !important;
    border-color: #1e7d9c !important
}

body #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper {
    clear: both !important;
    float: none !important;
    text-align: center
}

body a#CybotCookiebotDialogBodyButtonDetails {
    margin-top: 0 !important;
    line-height: 1.5 !important;
    background-position-y: 0.875rem !important
}

body #CybotCookiebotDialogBodyLevelButtons {
    margin: 0.625rem 0 0 !important
}

/* body #CybotCookiebotDialog a,body #CybotCookiebotDialog div,body #CybotCookiebotDialogBodyContentControls,body #CybotCookiebotDialogBodyContentTitle {
    font-family: 'Slabo 27px', Arial, sans-serif !important;
} */

body .CybotCookiebotDialogBodyLevelButtonWrapper {
    margin-right: 0.1875rem !important
}

/* body .CybotCookiebotDialogDetailBodyContentCookieTypeTable tr {
    background: #1a1a1a !important
} */

/* body .CookieDeclarationTable thead {
    background: #d64b09
} */

/* body .CookieDeclarationTable tbody {
    background: #0f0f0f
} */

/* body .CookieDeclarationTable tbody tr:nth-child(even) {
    background-color: #1a1a1a
} */

body .CookieDeclaration .CookieDeclarationDialogText {
    display: none
}

.cookieconsent-optout-marketing {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #cae8f1
}

.cookieconsent-optout-marketing__maps {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 1.11111rem 1.38889rem;
  text-align: center;
  width: 100%
}

.cookieconsent-optout-marketing__maps--top {
  display: block;
  font-weight: bold;
  margin-bottom: 0.55556rem
}

.cookieconsent-optout-marketing__maps--bottom {
  display: block;
  font-size: 0.77778rem
}









body h1 {
  font-family: "Contrail One", Arial, Helvetica, sans-serif;
  font-size: 42px; }
  @media screen and (max-width: 1200px) {
    body h1 {
      font-size: 32px; } }
  @media screen and (max-width: 768px) {
    body h1 {
      font-size: 28px; } }

body h2 {
  font-family: "Contrail One", Arial, Helvetica, sans-serif;
  font-size: 38px; }
  @media screen and (max-width: 1200px) {
    body h2 {
      font-size: 30px; } }
  @media screen and (max-width: 768px) {
    body h2 {
      font-size: 26px; } }

.leistu-col-wrapper {
      margin-top: 140px;}
@media screen and (max-width: 700px) {
  .leistu-col-wrapper {
    margin-top: 60px;
} }

section.about#home {
  height: auto;
}

section#leistungen.leistungen.data {
  margin-top: 140px;
}

@media screen and (max-width: 1366px) {
  section#leistungen.leistungen.data {
    margin-top: 60px;
  }
}

@media screen and (max-width: 700px) {
  section#leistungen.leistungen.data {
    margin-top: 0;
  }
}

section#seo.seo.data {
  min-height: 0;
  height: auto;
  padding-bottom: 0;
}


#leistungen .modal-wr:hover {
  background-color: rgba(255,255,255,0.2);
}

#leistungen .modal-wr:hover img {
  transform: translateY(-7px);
}

#leistungen .modal-wr {
  transition: background-color 0.35s ease;
}

#leistungen .modal-wr img {
  transition: transform 0.35s ease-in-out;
}