body {
  color: #222;
  font-weight: 300;
  position: relative;
  background-image: -webkit-radial-gradient(center center, circle, #ffffff 0%, #ffffff 50%, #eaeaea 100%);
  background-image: -moz-radial-gradient(center center, circle, #ffffff 0%, #ffffff 50%, #eaeaea 100%);
  background-image: -ms-radial-gradient(center center, circle, #ffffff 0%, #ffffff 50%, #eaeaea 100%);
  background-image: -o-radial-gradient(center center, circle, #ffffff 0%, #ffffff 50%, #eaeaea 100%);
  background-attachment: fixed;
}

.js main.blurin{
  color: #47afdd;
}

.js .pace-done main.blurin{
  color: #222;
  transition: all 3s ease-out;
}

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}

#navbar {
  font-family: "Raleway", sans-serif;
}
.navbar.overlay{mix-blend-mode: overlay;}
.navbar:hover, .touch .navbar{mix-blend-mode: normal;}
.navbar::after {
  content: '';
  display: block;
  width: 100%;
  height: 0.7em;
  position: absolute;
  left: 0;
  bottom: -0.7em;
  background: url(img/schatten.png) no-repeat top center;
  -webkit-background-size: 100% 0.7em;
  -moz-background-size: 100% 0.7em;
  -ms-background-size: 100% 0.7em;
  -o-background-size: 100% 0.7em;
  background-size: 100% 0.7em;
}
.navbar-default {
  background: rgba(255, 255, 255, 0.98);
}

@media (max-width:991px){
  .navbar::after, .navbar-default {
    background: none
  }
  .navbar-default .collapse.in, .navbar-default .collapsing{
    background: rgba(255, 255, 255, 0.98);
  }
  #navbar{margin-top:50px;}
  #navbar ul li a{text-align: center;}
}
.navbar-toggle{
  margin:0.5em 0;
  float:none;
  position: absolute;
  left:50%;
  transform: translateX(-50%);
}

@media (min-width:992px){
  .navbar-right .dropdown-menu{
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
.dropdown-menu{
  box-shadow: 0 6px 12px rgba(26,100,134,0.3);
  border:0;
}
.dropdown-menu li a{
  color: #307593;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, #LeistungenMenu a.active{
  background-color: #47afdd; color:#fff;
}
#LeistungenMenu a.active{
  font-weight: 600;
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse{
  max-height:90vh;
}

footer {
  padding-top: 20px;
}
footer p {
  text-align: center;
}

.center{text-align: center;}
.img-fluid{max-width:100%;}
.round{
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0 9px 18px rgba(0,0,0,0.3) inset;
}
/*.round.has_link_label{
  box-shadow: 0 2px 3px rgba(0,0,0,0.6);
}*/
.round img{mix-blend-mode: multiply;}

.dot{color:#47afdd}

@media (max-width:800px){
  .buzzword{display:block; margin:0.5em 0;}
  .dot{display:block;}
}

.prime-color, .icon{
  color: #47afdd;
}

.actwebsite, .calltoaction{
  display: block; text-align: center;
  padding:1em;
  color:#47afdd;
  font-weight: 600;
  text-transform: uppercase;
}

.calltoaction{ border: 1px solid #47afdd;
  box-shadow: 0 1px 1px rgba(26,100,134,0.3);
}

.calltoaction:hover, .calltoaction:active{
  text-decoration: none; color:#fff;
  background: linear-gradient(to bottom, rgba(71,175,221,1) 0%,rgba(58,142,178,1) 100%);
  mix-blend-mode: multiply;
}

.calltoaction:active{
  position: relative; top:1px;
  box-shadow: none;
}

#big_logo{
  display: block;
  margin:0 auto;
  width: 33%;
}

#kasse, #privat{
  font-weight: 300;
  color: #47afdd;
  font-size: 2em;
  transform: translateY(-50%) translateX(-50%);
  margin-top: -5px;
  display: inline-block;
  position: relative;
  left: 50%;
}

@media (max-width:991px){
  #big_logo{
    width: 60%;
  }
}

.navbar-nav img{
  height:22px;
  position:relative;top:-2px;
  margin-right:2px;
}
.navbar-default .navbar-nav>li>a.is_active{
  color:#47afdd;
}
.navbar-default .navbar-nav>li>a.is_active:hover{
  color:#47afdd;
  cursor: default;
}
.sub, .sub .dropdown-menu{
  font-size:12px;
  font-weight: 400;
}
.navbar-default .navbar-toggle{
  border:0;
  background-color: #fff;
  border-radius:0;
  mix-blend-mode: overlay;
}
.navbar-default .navbar-toggle .icon-bar{
  background-color: #47afdd;
}

.navbar-default .navbar-toggle:hover{
  background-color: #47afdd;
  mix-blend-mode: multiply;
}

.navbar-default .navbar-toggle:hover .icon-bar{
  background-color: #fff;
}

.navbar-default .container-fluid{
  padding:0 30px;
}

.submenu .navbar-nav>li>a{
  padding-top:0px;
}

h1,h2,h3,h4{font-weight: 300;}
.home h1, h1{text-transform: uppercase; letter-spacing: 1px;}
.home h1{font-size: 28px}
h1{font-size:2.5em;}
h2{font-size: 21px;}
h3{font-size: 1.8em;}
h4{font-size: 1.5em;}

hr{display: block; height:1px; width:100%; background-color:#47afdd; margin:0;}

.line-left, .line-right{
  width:50%;
  display:inline-block;
}

.line-left{padding:0 124px 0 20px;}
.line-right{padding:0 20px 0 124px;}

.lead.no-margin{
  margin-bottom:0;
}
.smaller{font-size:0.8em;}

.aktuell{
  box-shadow: 0 1px 3px rgba(26,100,134,0.6);
  border-radius: 16px;
}

.simple-contact-infos a{
  color:#000;
}
.simple-contact-infos a:hover{
  color:#47afdd;
  text-decoration: none;
}

@media (max-width:992px){
  h1,h2,h3,h4{text-align: center;}
  .submenu{
    margin-top:40px;
  }
  .smaller{display: block; margin-top:4px;}
}

p, li{font-weight: 400; text-align: justify;}

ul{padding:0;}

ul > li > ul{
  padding-left:1em;
}

.zitieren{
  position: relative;
  padding:0.5em;
  /*border: 1px solid #47afdd;
  border-radius: 8px;*/
  font-size: 1em; font-weight: 300;
  font-style: italic;
  text-align: center;
}

.zitieren_start{
  /*bottom: 4px;
  left: 4px;*/
  background-image: url('img/zitier_.svg');
}
.zitieren_end{
  /*top: 4px;
  right: 4px;*/
  right:3px;
  background-image: url('img/_zitier.svg');
}

.zitieren_start, .zitieren_end{
  display:inline-block;
  width:20px;
  height: 20px;
  position: relative;
  top:4px;
  background-size: cover;
}

.flex{
  display:flex;
  align-items: center;
  align-content: center;
}

.flex.stretch{
  display:flex;
  align-items: stretch;
  align-content: stretch;
}

.page-thumb{
  width:70vmin;
  margin:-20vmin auto -50vmin auto;
  opacity:0.15;
}
.page-thumb .round{
  box-shadow: none;
}

.page-thumb .round img{
  filter: blur(2px);
}

@media (max-width:991px){
  .flex{
    flex-direction:column;
  }
  .leistung{
    min-height:50vw;
  }

  .leistung-thumb{
    margin-bottom:-35vw;
    opacity:0.3;
  }

  .leistung-thumb .round{
    box-shadow: none;
  }

}
@media (max-width:400px){

  .leistung-thumb{
    width:70%;
    margin-bottom:-45vw;
  }
}

@media (min-width:992px){
  .moveup{
    transform: translateY(-21px);
  }
}

.ovhi{overflow: hidden;}
.flex-center{flex-direction: row;
  flex-wrap: nowrap;
}

.prominent-button {
  padding: 30px;
  text-align: center;
  border: 1px solid #fff;
  margin: 30px 0;
  display: block;
  color: #fff;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.prominent-button:hover {
  text-decoration: none;
  background: #fff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
  -ms-box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
  -o-box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#jkit-lightbox-bg {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background: #fff;
}
#jkit-lightbox-content {
  display: none;
  position: fixed;
  border: none;
  margin-left: -0.5%;
  z-index: 10001;
  background: #fff;
  padding: 10px;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 1em rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 1em rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 1em rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.3);
}
#jkit-lightbox-title {
  display: none;
  position: fixed;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  height: 20px;
  left: 0px;
  top: 0px;
  z-index: 10002;
  text-align: left;
}
#jkit-lightbox-nav {
  position: fixed;
  display: none;
  color: #7b5724;
  font-size: 16px;
  z-index: 10003;
  cursor: pointer;
  cursor: hand;
}
#jkit-lightbox-nav-next,
#jkit-lightbox-nav-prev {
  position: fixed;
  height: 100%;
  width: 100px;
  top: 0;
  padding-top: 10px;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  -ms-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  text-align: center;
}
#jkit-lightbox-nav-next:hover,
#jkit-lightbox-nav-prev:hover {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
#jkit-lightbox-nav-next:empty,
#jkit-lightbox-nav-prev:empty {
  background: none;
  cursor: default;
}
#jkit-lightbox-nav-next {
  right: 0;
  background: url(../images/next.png) center center no-repeat;
}
#jkit-lightbox-nav-prev {
  left: 0;
  background: url(../images/prev.png) center center no-repeat;
}
#jkit-lightbox-nav .jkit-lightbox-closer {
  position: fixed;
  top: 10px;
  left: 50%;
  margin-left: -35px;
}
.thumbnail {
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.thumbnail:hover {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: scale(1.02, 1.02);
  -moz-transform: scale(1.02, 1.02);
  -ms-transform: scale(1.02, 1.02);
  -o-transform: scale(1.02, 1.02);
  transform: scale(1.02, 1.02);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
  -ms-box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
  -o-box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
}

.mbfix-1{margin-bottom:1em} .mbfix-2{margin-bottom:2em} .mbfix-3{margin-bottom:3em} .mbfix-4{margin-bottom:4em} .mbfix-5{margin-bottom:5em}
.mtfix-1{margin-top:1em} .mtfix-2{margin-top:2em} .mtfix-3{margin-top:3em} .mtfix-4{margin-top:4em} .mtfix-5{margin-top:5em} .mtfix-6{margin-top:6em}
.mb-1{margin-bottom:5vmin} .mb-2{margin-bottom:10vmin} .mb-3{margin-bottom:15vmin} .mb-4{margin-bottom:20vmin} .mb-5{margin-bottom:25vmin}
.mt-1{margin-top:5vmin} .mt-2{margin-top:10vmin} .mt-3{margin-top:15vmin} .mt-4{margin-top:20vmin} .mt-5{margin-top:25vmin}

.has_link_label{position: relative;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0 2px 3px rgba(0,0,0,0.6);
  transition: border-radius 0.3s ease-in;
}

.has_link_label img{
  transform: scale(1.05,1.05);
}
.has_link_label:hover img{
  /*filter: grayscale(90%) blur(2px);*/
  filter: grayscale(100%);
}

.link_label-bg{position: absolute; width: 100%; height: 100%; top:0; left:0;
  background: rgba(70,172,206,1);
  overflow: hidden;
  border-radius: 50%;
  mix-blend-mode: screen;
  opacity:0;
}
.link_label{color:#000; font-weight: 600; text-align: center; font-size: 1.6em; text-transform: uppercase;
  transition: all 0.7s ease-in; color:#47afdd;
width:100%; position: absolute; top:50%; transform: translateY(-50%);
opacity: 0;}

.touch .link_label{
  opacity:1;
  color:#fff;
  text-shadow: 0 1px 1px #000, 0 1px 2px #000;
  filter: none;
}

.has_link_label .link_label-bg{
  transition: all 0.3s ease-in;
}
.has_link_label .link_label{
  transition: all 0.7s ease-in;
}

.has_link_label:hover .link_label-bg, .has_link_label:hover .link_label{
  opacity:1;
  transition: all 0.3s ease-out;
  color:#000;
}

@media (max-width:800px){
  .link_label{font-size: 1.3em;}
}

#googlemaps{height:75vh; width:100%;
  border-radius: 16px; box-shadow: 0 3px 6px rgba(26,100,134,0.5);
}

@media (max-width:600px){
  .link_label{font-size: 1em;}
}
@media (max-width:400px){
  .link_label{font-size: 0.8em;}
}

.no-js #preloader {
  display: none;
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1031;
  /*background: #ffffff url(../images/loading-bg.jpg) center left no-repeat;*/
  background: #ffffff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.load {
  margin: auto;
  top: 50%;
  left: 50%;
  font-size: 0.75em;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: absolute;
  animation: load5 1.1s infinite ease;
  transform: translateX(-50%) translateY(-50%) translateZ(0);
}
@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #47afdd, 1.8em -1.8em 0 0em rgba(71, 175, 221, 0.2), 2.5em 0em 0 0em rgba(71, 175, 221, 0.2), 1.75em 1.75em 0 0em rgba(71, 175, 221, 0.2), 0em 2.5em 0 0em rgba(71, 175, 221, 0.2), -1.8em 1.8em 0 0em rgba(71, 175, 221, 0.2), -2.6em 0em 0 0em rgba(71, 175, 221, 0.5), -1.8em -1.8em 0 0em rgba(71, 175, 221, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(71, 175, 221, 0.7), 1.8em -1.8em 0 0em #47afdd, 2.5em 0em 0 0em rgba(71, 175, 221, 0.2), 1.75em 1.75em 0 0em rgba(71, 175, 221, 0.2), 0em 2.5em 0 0em rgba(71, 175, 221, 0.2), -1.8em 1.8em 0 0em rgba(71, 175, 221, 0.2), -2.6em 0em 0 0em rgba(71, 175, 221, 0.2), -1.8em -1.8em 0 0em rgba(71, 175, 221, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(71, 175, 221, 0.5), 1.8em -1.8em 0 0em rgba(71, 175, 221, 0.7), 2.5em 0em 0 0em #47afdd, 1.75em 1.75em 0 0em rgba(71, 175, 221, 0.2), 0em 2.5em 0 0em rgba(71, 175, 221, 0.2), -1.8em 1.8em 0 0em rgba(71, 175, 221, 0.2), -2.6em 0em 0 0em rgba(71, 175, 221, 0.2), -1.8em -1.8em 0 0em rgba(71, 175, 221, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(71, 175, 221, 0.2), 1.8em -1.8em 0 0em rgba(71, 175, 221, 0.5), 2.5em 0em 0 0em rgba(71, 175, 221, 0.7), 1.75em 1.75em 0 0em rgba(71, 175, 221, 0.2), 0em 2.5em 0 0em rgba(71, 175, 221, 0.2), -1.8em 1.8em 0 0em rgba(71, 175, 221, 0.2), -2.6em 0em 0 0em rgba(71, 175, 221, 0.2), -1.8em -1.8em 0 0em rgba(71, 175, 221, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(71, 175, 221, 0.2), 1.8em -1.8em 0 0em rgba(71, 175, 221, 0.2), 2.5em 0em 0 0em rgba(71, 175, 221, 0.5), 1.75em 1.75em 0 0em rgba(71, 175, 221, 0.7), 0em 2.5em 0 0em #47afdd, -1.8em 1.8em 0 0em rgba(71, 175, 221, 0.2), -2.6em 0em 0 0em rgba(71, 175, 221, 0.2), -1.8em -1.8em 0 0em rgba(71, 175, 221, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(71, 175, 221, 0.2), 1.8em -1.8em 0 0em rgba(71, 175, 221, 0.2), 2.5em 0em 0 0em rgba(71, 175, 221, 0.2), 1.75em 1.75em 0 0em rgba(71, 175, 221, 0.5), 0em 2.5em 0 0em rgba(71, 175, 221, 0.7), -1.8em 1.8em 0 0em #47afdd, -2.6em 0em 0 0em rgba(71, 175, 221, 0.2), -1.8em -1.8em 0 0em rgba(71, 175, 221, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(71, 175, 221, 0.2), 1.8em -1.8em 0 0em rgba(71, 175, 221, 0.2), 2.5em 0em 0 0em rgba(71, 175, 221, 0.2), 1.75em 1.75em 0 0em rgba(71, 175, 221, 0.2), 0em 2.5em 0 0em rgba(71, 175, 221, 0.5), -1.8em 1.8em 0 0em rgba(71, 175, 221, 0.7), -2.6em 0em 0 0em #47afdd, -1.8em -1.8em 0 0em rgba(71, 175, 221, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(71, 175, 221, 0.2), 1.8em -1.8em 0 0em rgba(71, 175, 221, 0.2), 2.5em 0em 0 0em rgba(71, 175, 221, 0.2), 1.75em 1.75em 0 0em rgba(71, 175, 221, 0.2), 0em 2.5em 0 0em rgba(71, 175, 221, 0.2), -1.8em 1.8em 0 0em rgba(71, 175, 221, 0.5), -2.6em 0em 0 0em rgba(71, 175, 221, 0.7), -1.8em -1.8em 0 0em #47afdd;
  }
}
/* pace */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pace-inactive {
  display: none;
}
.pace .pace-progress {
  background: #47afdd;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}
.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #47afdd, 0 0 5px #47afdd;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #47afdd;
  border-left-color: #47afdd;
  border-radius: 10px;
  animation: pace-spinner 400ms linear infinite;
}
@keyframes pace-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* pace end */

/* ************************************ mq **************************************** */
@media (max-width: 667px) {

}
@media (max-width: 991px) {
  #navbar {
    text-align: center;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {

}
@media (min-width: 1200px) and (max-width: 1599px) {

}
@media (min-width: 1600px) {

}
