:root {
  --fancybox-accent-color: #06b506;
}

* {
  margin: 0;
  padding: 0; }

body {
  font: 18px/36px AvenirLTStd-Book, Helvetica, Helvetica Neue, Arial;
  line-height: 2em;
  letter-spacing: 0.1em; }

a {
  color: #06b506; }

p {
  margin: 1em 0 1.3em; }

ul {
  margin: 0 0 0 2rem;
}

.noPaddingLR {
  padding-left: 0;
  padding-right: 0; }

.borderTop {
  border-top: 1px solid #06b506;
  margin-top: 1em;
  padding-top: 1em; }

.borderBottom {
  border-bottom: 1px solid #06b506;
  margin-bottom: 1em;
  padding-bottom: 1em; }

#logo img {
  margin-bottom: 1em; }

.nobreak {
  white-space: nowrap;
}

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

  #logo img {
    width: 85%; } }

@media screen and (min-width: 768px) {
  .nav a {
    margin: 0 0.2em 0.2em 0; }
  .content {
    margin-top: 2em; } }
.debug {
  border: 1px solid red; }

.homeMobileLogo {
  margin-top: 1em; }

.homeMobileContent {
  background: url("../img_home/KFO_homeImg320-v2.jpg") no-repeat center -30px;
  background-size: 100%;
  width: 100%;
  min-height: 380px; }
  .homeMobileContent ul {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.2);
    width: 90%;
    padding: 0.4em 0.3em;
    margin: 0.7em auto 0; }
    .homeMobileContent ul li {
      list-style-type: none; }
      .homeMobileContent ul li a {
        color: #000; }
      .homeMobileContent ul li a:hover {
        color: white;
        text-decoration: none; }
  .homeMobileContent .siegel {
    float: right;
    margin-top: -1em; }

.table_sm {
  background: url("../img_home/KFO_homeImg750-v3.jpg") no-repeat center top;
  background-size: 100%;
  width: 750px;
  height: 434px;
  margin: 0 auto 0; }
  .table_sm table {
    border: 0;
    margin: 0;
    padding: 0; }
    .table_sm table img {
      border: 0; }

.table_lg {
  background: url("../img_home/KFO_homeImg954-v3.jpg") no-repeat center top;
  background-size: 100%;
  width: 954px;
  height: 552px;
  margin: 0 auto 0; }
  .table_lg table {
    border: 0;
    margin: 0;
    padding: 0; }
    .table_lg table img {
      border: 0; }

.home .description {
  display: none; }

.nav ul {
  margin: 0;
  display: flex;
  flex-flow: row wrap;
}

.nav {
  margin-top: 1em; }

.nav li {
  list-style-type: none; }

.nav a, .nav a:visited {
  text-align: center;
  background: #06b506;
  border: 1px solid #06b506;
  font-size: 0.9em;
  padding: 5px 9px;
  color: #FFFFFF;
  text-decoration: none;
  display: inline-block; }

.nav a:hover, .nav a.active {
  background-color: #FFFFFF;
  border: 1px solid #06b506;
  color: #06b506; }

@media all and (max-width: 767px) {
  /* mobile version import in navigation.scss */
  .hamburger {
    background: none;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 45px;
    padding: 5px 5px 0 5px;
    color: #06b506;
    border: 0;
    font-size: 1.4em;
    font-weight: bold;
    cursor: pointer;
    outline: none;
    z-index: 100001; }

  .cross {
    background: none;
    position: absolute;
    top: 0;
    left: 0;
    padding: 2px 5px 0 5px;
    color: #FFF;
    border: 0;
    font-size: 3em;
    line-height: 65px;
    font-weight: bold;
    cursor: pointer;
    outline: none;
    z-index: 100001; }

  .menu {
    width: 100%;
    z-index: 1000;
    position: absolute;
    margin: 0;
    top: 0; }

  .nav ul {
    display: block; }

  .nav a {
    width: 100%;
    border-bottom: 1px solid #FFFFFF;
    padding: 5px; }

  .nav a:hover, .nav .active {
    border-bottom: 1px solid #06b506; } }
/* Seitenanfang links home & impressum */
.nav2 ul {
  margin: 0.7em 0 0 0; }
  .nav2 ul li {
    display: inline-block;
    font-size: 0.7em;
    margin-left: 1em; }
    .nav2 ul li a {
      text-decoration: underline; }

.bg2 {
  background: url("../images/kontakt_spangen.jpg") no-repeat top center;
  background-size: 90% auto;
  /*
fixed
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    text-align: center;
   */ }

@media screen and (max-width: 799px) {
  .kontakt {
    background-color: rgba(255, 255, 255, 0.7);
    font-size: 1em;
    line-height: 1em;
    min-height: 400px;
    padding: 1em; } }
@media screen and (min-width: 800px) {
  .kontakt {
    font-size: 1.3em;
    line-height: 1.4em;
    letter-spacing: 0.1em;
    padding: 0;
    min-height: 664px; } }
.footer {
  margin-top: 2em;
  font-size: 0.8em;
  line-height: 0.8em;
  text-align: center; }
  .footer ul {
    margin-bottom: 0; }
  .footer li {
    margin: 0;
    padding: 0.3em; }
  .footer .braekAfter li::after {
    display: table; }

.praxisinfo {
  /*

  margin-bottom: 0;
  height: 150px;
  overflow: hidden;
  */ }
  @media screen and (min-height: 600px) {
    .praxisinfo {
      /*
      height: 394px;
       */ } }
  .praxisinfo img {
    /*

    position: relative;
    top: -140px;
     */
    margin-bottom: 0.8em;
    width: 100%; }

.siegel {
  padding: 1em; }
  .siegel img {
    width: 200px; }

.praxisinfoText label {
  width: 140px;
  display: inline-table;
  margin-right: 20px; }

@media screen and (max-width: 400px) {
  .mobileSmall {
    font-size: 0.8em;
    line-height: 0.9em;
    letter-spacing: 0; }
    .mobileSmall label {
      width: 80px;
      margin-right: 10px; } }
@media screen and (min-width: 401px) and (max-width: 550px) {
  .mobileSmall {
    font-size: 0.9em;
    line-height: 1em;
    letter-spacing: 0; }
    .mobileSmall label {
      width: 120px;
      margin-right: 10px; }

  .siegel {
    text-align: center; } }
@media screen and (min-width: 551px) {
  .mobileSmall {
    font-size: 1.1em;
    line-height: 1em;
    letter-spacing: 0; }
    .mobileSmall label {
      width: 130px;
      margin-right: 13px; }

  .siegel {
    text-align: center; } }
.notfall {
  margin-top: 6em; }

.leistungenText {
  margin-bottom: 20px; }

.jobsText {
  margin-bottom: 20px; }

.defaultList {
  margin: 0;
}
.defaultList li {
  list-style-type: none; }

.leistungenFoto {
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 400px;
  max-width: 100%;
}
.jobsFoto {
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 100%;
}

@media (min-width: 992px) {
  .nav a {
    padding: 5px 13px; }
}
@media (max-width: 767px) {
  .leistungenFoto {
    width: 100%;
    max-width: 100%; }
}

.img_float-right {
  float: right; }

.carousel img {
  width: 100%; }

.fotoTitle {
  color: #06b506;
  font-size: 1.2em;
  padding: 10px 0 0 0;
  text-align: center; }

.button {
  display: inline-block;
  border: 1px solid #06b506;
  background: #06b506;
  color: #FFFFFF;
  padding: 5px 13px;
  margin-top: 10px;
  font-size: 1.65rem;
}
.button:hover, .button:focus {
  background: #FFFFFF;
  color: #06b506;
  text-decoration: none;
}

@media screen and (max-width: 480px) {
  .fotoTitle {
    color: #06b506;
    font-size: 0.85em;
    line-height: 1em;
    letter-spacing: 0.02em;
    padding: 10px 0; } }

.job-ads {
}
.job-ads {
  font-size: 0.8em;
  display: block;
  margin: 2em auto 0 auto;
  padding: 1em;
  background: #06b506;
  color: #FFFFFF;
  text-align: center;
}
.home ~ .jobs .job-ads {
  max-width: 954px;
}
.home ~ .jobs .col-xs-12 {
  padding-left: 0;
  padding-right: 0;
}
.job-ads h2 {
  margin-top: 0;
  margin-bottom: .75em;
  font-size: 2em;
  text-transform: uppercase;
  letter-spacing: 0;
}
.job-ads h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: bold;
  letter-spacing: 0;
}
.job-ads p {
  margin-top: 0;
  line-height: 1.25;
  font-size: 1.2em;
  letter-spacing: 0;
}
.job-ads a {
  display: inline-block;
  color: #FFFFFF;
  background: #06b506;
  margin-top: 2rem;
  padding: 1rem 1.5rem;
  border: 1px solid #FFFFFF;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.2em;
  text-decoration: none;
  line-height: 1;
  letter-spacing: 0;
}
.job-ads a:hover {
  text-decoration: underline;
}