.clearfix:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

html {
  box-sizing: border-box; }

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

* {
  max-height: 1000000px; }

body {
  color: #000;
  background: #fff;
  font: 15px/1.2 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

.gm-style img {
  max-width: none; }

/* custom select styles */
.jcf-select {
  display: block;
  position: relative;
  background: #fff;
  min-width: 150px;
  border-radius: 8px;
  height: 57px; }

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0; }

.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  margin: 0 60px 0 18px;
  color: #4a4a4a;
  font-size: 20px;
  line-height: 57px;
  font-weight: 300;
  letter-spacing: 0.03px; }
  @media (max-width: 1023px) {
    .jcf-select .jcf-select-text {
      font-size: 17px;
      margin-right: 50px; } }
  @media (max-width: 767px) {
    .jcf-select .jcf-select-text {
      font-size: 20px;
      margin-right: 60px; } }

.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  width: 56px;
  bottom: 0;
  right: 0;
  top: 0; }
  @media (max-width: 1023px) {
    .jcf-select .jcf-select-opener {
      width: 40px; } }
  .jcf-select .jcf-select-opener:after {
    content: '\f107';
    font: 32px/1 FontAwesome;
    color: #00b4b0;
    position: absolute;
    top: 50%;
    left: 50%;
    font-weight: 600;
    transform: translate(-50%, -50%); }
    @media (max-width: 1023px) {
      .jcf-select .jcf-select-opener:after {
        padding: 0 3px;
        margin-left: -4px; } }

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999; }

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0; }

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px; }

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto; }

.jcf-select-drop .jcf-select-drop-content {
  border: 1px solid #00b4b0; }

/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px; }

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  line-height: 16px;
  font-size: 14px;
  width: 100%; }

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%; }

.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.jcf-list ul li {
  overflow: hidden;
  display: block; }

.jcf-list .jcf-overflow {
  overflow: auto; }

.jcf-list .jcf-option {
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 6px 18px;
  color: #656565;
  height: 1%; }

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important; }

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #00b4b0;
  color: #fff; }

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000; }

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px; }

/* common custom form elements styles */
.jcf-disabled {
  background: #ddd !important; }

.jcf-focus,
.jcf-focus * {
  border-color: #f00 !important; }

h1, h2, h3, h4, h5, h6, p, span {
  color: #4a4a4a; }

/***************************************
banner
***************************************/
#banner {
  background: url("../img/bg-za.jpg") no-repeat fixed;
  background-size: cover;
  min-height: 500px;
  position: relative; }

@media (max-width: 479px) {
  #banner {
    background: url("../img/bg-za.jpg") no-repeat fixed;
    background-size: cover;
    position: relative;
    background-attachment: scroll;
    min-height: 500px;
    background-position-x: -50px;
    background-position-y: -30px; }
  #banner .banner-info {
    padding-top: 50px; } }

@media (min-width: 481px) and (max-width: 1023px) {
  #banner {
    min-height: 650px; }
  #banner h1 {
    font-size: 22px;
    font-weight: 900;
    line-height: 1.3;
    color: #fff;
    padding-top: 100px; } }

@media only screen and (min-width: 1300px) {
  #banner {
    min-height: 650px; } }

@media (max-width: 479px) {
  #banner h1 {
    font-size: 22px;
    padding-top: 30px;
    padding-bottom: 10px; } }

#banner h2 {
  color: #fff;
  padding: 4px 6px;
  font-size: 36px; }

@media (max-width: 479px) {
  #banner h2 {
    font-size: 24px;
    padding: 0px 10px; } }

@media (max-width: 544px) {
  #banner h1 {
    font-size: 22px;
    font-weight: 900;
    line-height: 1.3;
    color: #fff;
    padding-top: 30px; } }

#banner .iconstyle {
  height: 70px;
  display: inline; }

@media (max-width: 479px) {
  #banner .iconstyle {
    margin-top: 30px; } }

#banner .banner-info {
  padding-top: 120px; }

@media only screen and (max-width: 767px) {
  #banner .bg-color {
    background: rgba(0, 180, 176, 0.5);
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(rgba(39, 169, 225, 0.8), rgba(39, 169, 225, 0.3));
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(39, 169, 225, 0.8), rgba(39, 169, 225, 0.3));
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(39, 169, 225, 0.8), rgba(39, 169, 225, 0.3));
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(39, 169, 225, 0.8), rgba(39, 169, 225, 0.3));
    /* Standard syntax */
    min-height: 500px; } }

@media only screen and (min-width: 768px) {
  #banner h1 {
    font-size: 40px;
    font-weight: 900;
    line-height: 1.3;
    color: #fff;
    padding-top: 100px; }
  #banner .bg-color {
    background: rgba(39, 169, 225, 0.3);
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(-90deg, rgba(39, 169, 225, 0.3), rgba(39, 169, 225, 0.8), rgba(39, 169, 225, 0.3));
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(-90deg, rgba(39, 169, 225, 0.3), rgba(39, 169, 225, 0.8), rgba(39, 169, 225, 0.3));
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(-90deg, rgba(39, 169, 225, 0.3), rgba(39, 169, 225, 0.8), rgba(39, 169, 225, 0.3));
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(-90deg, rgba(39, 169, 225, 0.3), rgba(39, 169, 225, 0.8), rgba(39, 169, 225, 0.3));
    /* Standard syntax */
    min-height: 550px; } }

@media (min-width: 481px) and (max-width: 1023px) {
  #banner .bg-color {
    min-height: 650px; } }

@media only screen and (min-width: 1300px) {
  #banner .bg-color {
    min-height: 650px; }
  #banner {
    background-position-y: -200px; } }

#banner .bg-color2 {
  background-color: rgba(0, 131, 137, 0.6);
  min-height: 90px; }

#banner .banner-logo img {
  display: inline-block; }

#banner .banner-text {
  color: #fff;
  padding-top: 0px; }

#banner .banner-text h1 {
  font-family: "Lato", sans-serif;
  font-size: 35px;
  text-transform: uppercase;
  padding-bottom: 150x; }

#banner button.search_button {
  background: #26A8E1;
  color: #fff;
  border: none;
  padding: 0;
  width: 57px;
  height: 57px;
  border-radius: 8px;
  font-size: 29px;
  line-height: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0; }

@media (max-width: 479px) {
  #banner button.search_button {
    position: static;
    display: block;
    width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: 25px;
    padding: 0; } }

#banner button.search_button span {
  color: #fff; }

#banner .search-form {
  font-size: 0;
  position: relative;
  padding-right: 65px; }

@media (max-width: 479px) {
  #banner .search-form {
    padding: 0;
    margin: 0; } }

#banner .search-form .my-font-style {
  font-size: 16px; }

#banner .form-group {
  padding: 0 10px;
  position: relative;
  vertical-align: top;
  margin: 0; }

@media (max-width: 479px) {
  #banner .form-group {
    padding: 0 0 10px 0; } }

#banner .panel-title {
  font-size: 20px; }

#banner .panel-body .btndiv {
  padding: 5px;
  display: inline-block; }

#banner .btn-appoint {
  padding: 20px 40px;
  font-size: 16px;
  background-color: rgba(39, 169, 225, 0.7);
  border-radius: 3px;
  display: inline-block;
  color: #fff; }

#banner .btn-appoint:focus {
  padding: 20px 40px;
  font-size: 16px;
  background-color: rgba(39, 169, 225, 0.7);
  border-radius: 3px;
  display: inline-block;
  color: #fff; }

#banner .btn-appoint::after {
  padding: 20px 40px;
  font-size: 16px;
  background-color: rgba(39, 169, 225, 0.7);
  border-radius: 3px;
  display: inline-block;
  color: #fff; }

#banner .btn-appoint:hover {
  background-color: rgba(39, 169, 225, 0.9);
  color: #fff; }

#banner .overlay-detail a i {
  text-align: center;
  position: realtive;
  bottom: 25px;
  font-size: 100px;
  margin: 0 auto;
  color: #fff; }

#banner .text-primary i {
  padding-top: 8px;
  display: inline-block; }

/* Zahnaerzte Neu Animation */
.font-sizes {
  font-size: 26px;
  font-weight: 600; }
  @media (max-width: 580px) {
    .font-sizes {
      font-size: 24px;
      font-weight: 600; } }

/* Zahnaerzte Neu Animation End */
.fix-wrap {
  height: 500px; }
  @media (min-width: 769px) {
    .fix-wrap {
      position: relative;
      height: 550px; } }
  @media (max-width: 580px) {
    .fix-wrap {
      height: 500px; } }
  @media (max-width: 767px) {
    .fix-wrap {
      position: relative;
      height: 470px; } }

/***************************************
parts down the site
***************************************/
.no-blue-line {
  text-align: center;
  padding-bottom: 21px;
  position: relative;
  margin-bottom: 0px;
  font-size: 24px; }
  @media (max-width: 479px) {
    .no-blue-line {
      padding-bottom: 34px;
      font-size: 24px; } }

.about-us-block {
  position: relative;
  border-bottom: 1px solid #efefef;
  background-color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  /*@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
      //background-image: none;
      left: 0;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
      //background-image: none;
      left: 0;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
  }
}*/ }
  @media (max-width: 767px) {
    .about-us-block {
      padding: 2px 2px; }
      .about-us-block .container {
        padding: 3px 3px; } }
  .about-us-block h2 {
    text-align: center;
    padding-bottom: 21px;
    position: relative;
    margin-bottom: 0px; }
    @media (max-width: 479px) {
      .about-us-block h2 {
        padding-bottom: 34px;
        font-size: 24px; } }
    .about-us-block h2:after {
      width: 30px;
      height: 2px;
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      background: #27a9e1;
      content: "";
      margin: 0 auto; }
      @media (min-width: 481px) {
        .about-us-block h2:after {
          width: 50px; } }
  .about-us-block #sogehts .icon i {
    color: #27A9E1;
    font-size: 45px; }
  .about-us-block #sogehts .service-info {
    margin-bottom: 20px;
    text-align: center; }
    .about-us-block #sogehts .service-info img {
      width: 25%;
      display: table;
      margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    .about-us-block #sogehts .service-info img {
      padding-top: 20px; } }
  .about-us-block #sogehts .icon-info h4 {
    padding-bottom: 15px; }
  .about-us-block #sogehts .icon-info p {
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    line-height: 1.2; }
  .about-us-block #sogehts #service .row {
    padding-bottom: 30px; }
  .about-us-block #sogehts #service p {
    font-size: 18px; }
  @media only screen and (max-width: 768px) {
    .about-us-block #sogehts i {
      padding-top: 30px; }
    .about-us-block #sogehts p {
      font-size: 18px; } }
  .about-us-block span {
    color: #26A8E1;
    font-size: 25px; }
    .about-us-block span.right {
      position: absolute;
      top: 45px;
      right: 10px;
      width: 40px;
      height: 40px; }
    .about-us-block span.left {
      position: absolute;
      top: 45px;
      left: 10px;
      width: 40px;
      height: 40px; }
  @media (max-width: 479px) {
    .about-us-block .first-row-in-about {
      padding-bottom: 0px; }
    .about-us-block .indicate {
      height: 60px;
      top: -40px; } }
  .about-us-block #warumzumedo {
    background-color: #F3F3F3; }
  .about-us-block i {
    color: #26A8E1;
    font-size: 50px;
    padding-bottom: 20px; }
  .about-us-block .p-first {
    text-align: center;
    padding: 30px 0px 70px 0px;
    font-size: 20px; }
    @media (max-width: 479px) {
      .about-us-block .p-first {
        padding: 30px 0px 0px 0px; } }
  .about-us-block .p-second {
    text-align: center;
    font-weight: bold;
    padding: 10px 0px;
    margin-top: 30px;
    margin-bottom: 30px;
    background: #fff; }
  .about-us-block .ser-title {
    margin-top: 50px;
    padding-bottom: 27px; }
  .about-us-block #credentialsxs,
  .about-us-block #credentials {
    background: rgba(43, 187, 251, 0.2); }
  .about-us-block .downput {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0; }
  .about-us-block .testimonials i.fa {
    color: #26A8E1;
    font-size: 30px;
    position: absolute;
    left: 30px; }
  @media (max-width: 479px) {
    .about-us-block .testimonials .carousel-inner {
      min-height: 250px;
      left: 15px; } }
  .about-us-block .testimonials span {
    margin-top: 30px; }
  .about-us-block .testimonials .testi-padding {
    padding: 60px 0px; }
  .about-us-block .testimonials .testi-details {
    padding: 14px 24px;
    margin-bottom: 20px;
    border-radius: 3%;
    background-color: #fff;
    color: white;
    height: 200px; }
    @media (max-width: 479px) {
      .about-us-block .testimonials .testi-details {
        width: 90%; } }
    .about-us-block .testimonials .testi-details .col-md-12,
    .about-us-block .testimonials .testi-details .col-md-10 {
      height: 170px; }
  .about-us-block .testimonials .testi-details h3 {
    color: #26A8E1;
    padding-top: 30px;
    font-size: 17px; }
    @media (max-width: 479px) {
      .about-us-block .testimonials .testi-details h3 {
        padding-top: 30px; } }
  .about-us-block .first-row-in-about {
    text-align: center;
    padding-bottom: 60px; }
    .about-us-block .first-row-in-about p {
      font-size: 17px;
      line-height: 1.3; }
    .about-us-block .first-row-in-about p strong {
      font-size: 20px; }
    .about-us-block .first-row-in-about .col-md-3 {
      padding: 0px 20px; }
    .about-us-block .first-row-in-about img {
      width: 25%;
      padding-bottom: 20px; }
      @media (max-width: 479px) {
        .about-us-block .first-row-in-about img {
          display: inline; } }

@media (min-width: 481px) and (max-width: 1023px) {
  .about-us-block .first-row-in-about img {
    width: 50%; } }
    .about-us-block .first-row-in-about .carousel-indicators {
      background: transparent;
      border-radius: 50%; }
    .about-us-block .first-row-in-about .carousel-indicators .active {
      background-color: #27a9e1; }
    .about-us-block .first-row-in-about .carousel-indicators li {
      background-color: #fff;
      border-color: #27a9e1; }
    .about-us-block .first-row-in-about .first-row-xs {
      height: 20px;
      display: inline-block; }
    .about-us-block .first-row-in-about .left-arrow-carousel {
      color: #27a9e1; }
    .about-us-block .first-row-in-about .right-arrow-carousel {
      color: #27a9e1; }
    @media (max-width: 1023px) {
      .about-us-block .first-row-in-about {
        padding-top: 20px;
        padding-bottom: 40px; } }
    @media (min-width: 481px) {
      .about-us-block .first-row-in-about .col-xs-12 {
        padding: 0 30px; }
        .about-us-block .first-row-in-about .col-xs-12 i.fa {
          left: 40px; } }
  .about-us-block .second-row-in-about {
    margin-bottom: 60px; }
    @media (max-width: 479px) {
      .about-us-block .second-row-in-about {
        margin-bottom: 20px;
        padding: 0px 10px; } }
    .about-us-block .second-row-in-about img.iconsonly {
      width: 25%;
      padding-bottom: 20px; }
    .about-us-block .second-row-in-about .highimg {
      height: 100px; }
      .about-us-block .second-row-in-about .highimg img {
        margin-top: 20px;
        padding: 10px;
        background: #26A8E1;
        margin-bottom: 10px;
        width: 181;
        height: 34; }
    .about-us-block .second-row-in-about p {
      font-size: 17px; }
    @media (min-width: 481px) {
      .about-us-block .second-row-in-about .right {
        border-right: 3px solid #fff; }
      .about-us-block .second-row-in-about .top {
        border-top: 3px solid #fff; } }
    .about-us-block .second-row-in-about .col-md-4 {
      padding: 40px 20px 0px 20px;
      text-align: center;
      height: 220px; }
    .about-us-block .second-row-in-about .col-md-3 {
      padding-top: 5px;
      padding-bottom: 5px;
      text-align: center;
      height: 200px; }
  .about-us-block #welchebehandlung {
    padding-bottom: 40px; }
  .about-us-block .third-row-in-about.second-row {
    margin-bottom: 40px; }
  .about-us-block .third-row-in-about h3 {
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 15px;
    font-weight: 600;
    margin-left: 50px;
    font-size: 20px; }
  .about-us-block .third-row-in-about p {
    font-size: 17px;
    margin-left: 50px; }
  .about-us-block .third-row-in-about i {
    float: left; }
  .about-us-block .third-row-in-about a {
    font-size: 17px;
    text-decoration: underline;
    font-weight: 400; }
  .about-us-block .third-row-in-about .aligna {
    margin-top: 30px;
    margin-left: 50px; }
  .about-us-block .third-row-in-about .btn {
    margin-left: 68px;
    border-radius: 3px;
    background: #00B4B0;
    color: #fff;
    padding: 6px 6px 8px;
    font-size: 15px;
    line-height: 1.27;
    font-weight: 600;
    padding: 9px 12px;
    white-space: normal;
    margin-top: 10px;
    width: 340px; }
  .about-us-block .third-row-in-about .col-md-6 {
    margin-bottom: 20px; }
  @media (max-width: 479px) {
    .about-us-block .third-row-in-about i {
      margin-right: 30px; }
    .about-us-block .third-row-in-about .col-xs-12 {
      padding-top: 30px;
      padding-left: 25px;
      padding-right: 20px; }
    .about-us-block .third-row-in-about .btn {
      margin-top: 30px;
      margin-left: 0px;
      width: 100%; } }
  @media (max-width: 479px) {
    .about-us-block .carousel-inner {
      min-height: 290px; } }

/***************************************
cta -2
***************************************/
#cta-2 {
  background-color: #262626; }
  #cta-2 .container {
    padding: 30px 0 20px 0; }
  #cta-2 a {
    color: #ffffff; }
  #cta-2 p {
    font-size: 17px;
    line-height: 1.3; }
  #cta-2 .gray {
    color: #C8C8C8; }
  #cta-2 .white {
    color: #fff; }
  #cta-2 .icon-play, #cta-2 .icon-play:hover, #cta-2 .icon-play:focus {
    background-color: #EA515E;
    padding: 5px 10px;
    color: #fff;
    text-decoration: none;
    padding: 5px 17px;
    margin-top: 26px;
    display: block; }
  #cta-2 .text-primary {
    color: #fff; }
  #cta-2 .icon-mar {
    margin-right: 7px; }
  @media only screen and (max-width: 768px) {
    #cta-2h2 {
      margin: 30px 0; } }

/***************************************
threewords
***************************************/
#threewords {
  background-color: #fff; }
  #threewords span {
    font-size: 20px; }
  #threewords .borderimg {
    border: 5px solid #F3F3F3;
    padding: 10px;
    border-radius: 17px; }
  #threewords img.center-block {
    border-radius: 8px; }
  #threewords .top-buffer {
    margin-top: 90px; }
  @media only screen and (max-width: 768px) {
    #threewords .top-buffer {
      margin-top: 20px; }
    #threewords .row {
      margin-bottom: 30px; } }
  #threewords .top-buffer-small {
    margin-top: 30px; }
  #threewords .darkgray {
    color: #484751; }
  #threewords .icon-play, #threewords .icon-play:hover, #threewords .icon-play:focus {
    background-color: #EA515E;
    padding: 5px 10px;
    color: #fff;
    text-decoration: none;
    padding: 5px 17px;
    margin-top: 26px;
    display: block; }
  #threewords .text-primary {
    color: #fff; }
  #threewords .icon-mar {
    margin-right: 7px; }
  #threewords .image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden; }
  #threewords .middle {
    width: 50%;
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); }
  #threewords .text {
    background-color: rgba(95, 197, 228, 0.8);
    text-align: center;
    color: white;
    font-size: 16px;
    padding: 10px 20px; }
  #threewords ul li {
    padding: 5px 10px;
    color: #26A8E1; }
  #threewords li span {
    color: #262626; }
