@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://www.kanta.at/css/OpenSans-Light.ttf) format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://www.kanta.at/css/OpenSans-Regular.ttf) format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://www.kanta.at/css/OpenSans-Bold.ttf) format('truetype');
}

body {
  font-family: 'Open Sans', sans-serif;
}

h1 {
  color: #333;
  font-size: 39px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400 !important;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 5px;
}

h2 {
  color: black;
  font-size: 32px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300 !important;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 5px;
}

h3 {
  color: #6d6d6d;
  font-size: 25px;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  margin-bottom: 5px;
}

h4 {
  color: #fff;
  font-size: 22px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-decoration: none;
  text-transform: none;
  margin-bottom: 5px;
}

hr {
  border: 0;
  height: 2px;
  background-image: linear-gradient(to right, transparent, rgb(9 24 158), transparent);
  width: 60%;
}

body {
  margin-top: 80px;
}

.google-maps {
  position: relative;
  padding-bottom: 26%;
  height: 0;
  overflow: hidden;
}

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.video-frame {
  position: relative;
  z-index: 1;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-top: 20px;
}

.video-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 1;
}

.success-message {
  display: none;
}

.toggle-btn {
  width: 100%;
  max-width: 200px;
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 16px;
  background-color: #D83C3C;
  border: 2px solid transparent;
  transition: all .31s;
  text-align: center;
  padding: 5px;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
}

.toggle-btn:hover,
.toggle-btn:focus,
.toggle-btn:active {
  border: 2px solid #b8d057;
  background-color: #343a40!;
  color: #fff;
  text-decoration: none;
}


/*2. UntermenÃ¼*/

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.open>.dropdown-submenu {
  display: block;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu .caret {
  border-top-color: #000000;
  border-bottom-color: #000000;
  margin-left: 5px;
}

.dropdown-submenu .caret {
  border-top-color: #000000;
  border-bottom-color: #000000;
}

.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}


/*2. UntermenÃ¼*/

.footer {
  margin-top: 2px;
  background-color: #032f60;
  padding-top: 0px;
  padding-bottom: 0px;
  color: white;

  background-image: url(/pcms/bilder/footer-blau-schwamm.jpg);
  background-position: center 52%;
  background-size: cover;

}
@media(max-width:991px){
.footer {
  background-image: none;
}
}



.footer h4 {
  color: #888;
  font-weight: 600;
}

.footer a {
  color: #fff;
}

.footer a:hover {
  color: #fff;
  text-decoration: underline;
}

.subfooter {
  background-color: #212121;
  color: #fff;
}

.subfooter a {
  color: #D83C3C;
}

.subfooter a:hover {
  color: #D83C3C;
  text-decoration: underline;
}

.box {
  -webkit-border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px;
  border-radius: 6px 6px 6px 6px;
  box-shadow: 0px -1px 10px 3px rgba(199, 199, 199, 0.69);
  padding: 10px;
  margin-bottom: 30px;
  text-align: center;
  min-height: 200px;
}

.box h2 {
  margin-top: 0px;
  text-transform: none;
  font-size: 20px;
  color: #777
}

.box p {
  min-height: 80px
}

.btn-primary {
  background-color: #09189e;
  border: 2px solid transparent;
  transition: all .31s;
}

.btn-primary:hover {
  background-color: #fff;
  border: 2px solid #09189e;
  color: #09189e;
}


/*Styles fÃ¼r Layout Stefan*/

.parallax-window {
  min-height: 300px;
  background: rgba(255, 255, 255, 0.6);
}

.navbar-inverse {
  background-color: #313131;
}

.navbar-inverse .navbar-nav>li>a {
  color: #fff;
}



@media(min-width:768px) {
  .dropdown-menu {
      background-color: #343a40;
      border-bottom: 7px solid #09189e;
      border-radius: 0;
      color: #fff;
  }
}

  .dropdown-menu {
      background-color: #343a40;
      border: 0px;
      border-bottom: 7px solid #09189e;
      border-radius: 0;
      color: #fff;
  }
@media(max-width:991px){
.dropdown-menu {
  background-color:transparent;
}
}



.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  background-color: #fff;
  color: #343a40;
}
.dropdown-item.active, .dropdown-item:active {
  color: #b8d057;
  text-decoration: none;
  background-color: #fff;
}
a.dropdown-item {
  color: #fff;
}


.header-start>div.carousel-inner>div.item>div.fill {
  min-height: 700px;
}

.section-dark {
  background-color: #333;
  padding-top: 35px;
  padding-bottom: 25px;
  background-image: url(../img/knot.png);
  background-repeat: repeat;
  margin-bottom: 20px;
}

.primer-p {
  font-size: 22px;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.primer-box {
  position: relative;
}

.pulse {
  -webkit-animation: pulse 3s linear infinite;
  -moz-animation: . pulse 3s linear infinite;
  -ms-animation: pulse 3s linear infinite;
  animation: pulse 3s linear infinite;
}

@keyframes "pulse" {
  0% {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
  }
  50% {
      -webkit-transform: scale(0.97);
      -moz-transform: scale(0.97);
      -o-transform: scale(0.97);
      -ms-transform: scale(0.97);
      transform: scale(0.97);
  }
  100% {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
  }
}

@-moz-keyframes pulse {
  0% {
      -moz-transform: scale(1);
      transform: scale(1);
  }
  50% {
      -moz-transform: scale(0.97);
      transform: scale(0.97);
  }
  100% {
      -moz-transform: scale(1);
      transform: scale(1);
  }
}

@-webkit-keyframes "pulse" {
  0% {
      -webkit-transform: scale(1);
      transform: scale(1);
  }
  50% {
      -webkit-transform: scale(0.97);
      transform: scale(0.97);
  }
  100% {
      -webkit-transform: scale(1);
      transform: scale(1);
  }
}

@-ms-keyframes "pulse" {
  0% {
      -ms-transform: scale(1);
      transform: scale(1);
  }
  50% {
      -ms-transform: scale(0.97);
      transform: scale(0.97);
  }
  100% {
      -ms-transform: scale(1);
      transform: scale(1);
  }
}

.parallax-section {
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  padding-top: 40px;
  padding-bottom: 50px;
  color: #fff;
  min-height: 500px;
position:relative;
}
.parallax-section .container {
position:absolute;
top:50%;
left:50%;
transform: translate(-50%, -50%);

}

.parallax-section h1 {
  color: #fff;
}

.parallax-section h2 {
  color: #fff;
}

.artikel-image {
  max-width: 400px;
  width: 100%;
  margin-top: 20px;
}

.center {
  text-align: center;
}


/* Style Start */

div#image-row {
  margin-top: 75px;
}

img.intropage-img {
  max-width: 500px;
}

@media (max-width:1570px) {
  img.intropage-img {
      max-width: 430px;
  }
}

@media (max-width:1330px) {
  img.intropage-img {
      max-width: 355px;
  }
}

@media (max-width:1100px) {
  img.intropage-img {
      max-width: 290px;
  }
}

@media (max-width:915px) {
  img.intropage-img {
      max-width: 240px;
  }
}

@media (max-width:767px) {
  img.intropage-img {
      max-width: 420px;
      margin-top: 10px;
      margin-bottom: 10px;
  }
  div#image-row {
      margin-top: 40px;
  }
  #progressbar1, #progressbar2, #progressbar3 {
    width:95%;
  }
  .prozent-name{
    margin-bottom:14px;
  }
}

@media (max-width:485px) {
  img.intropage-img {
      max-width: 330px;
  }
}

#intro-page h1.main-title {
  margin-top: 25px;
}

#intro-page img.logo {
  max-width: 150px;
}

p.logo-p {
  text-align: center;
  margin-top: 40px;
  margin-bottom: -35px;
}

.home-img {
  max-width: 70px;
}

.art-3-boxen {
  margin-top: 50px;
  margin-bottom: 50px;
}
#box-1-2-3 {
 text-align:center;
}
@media (max-width:767px) {
  #box-1-2-3 {
      margin-top: 25px;
      margin-bottom: 25px;
  }
}

.main-second-headline.text-center {
  margin-bottom: 50px;
}

.icons {
  text-align: center;
}



a.btn.btn-parallax {
  color: white;
  border: 2px solid white;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 10px;
  transition:all 0.6s;
}

a.btn.btn-parallax:hover {
  color: #003d95;
  border: 2px solid white;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 10px;
  background-color: white;
  font-weight:500;
}

section.leistungen {
  padding: 0px 0px 25px 0px;
}

.outter {
  background-size: cover!important;
  height: 500px;
  position: relative;
  overflow: hidden;
  margin:10px;
  transition: all 0.6s;
}

.inner-content {
  position: absolute;
  width: 100%;
  padding: 15px;
  color: white;
  height: 264px;
  bottom: -200px;
  background: rgb(9 24 158 / 72%);
  text-align: center;
  transition: all .31s;
  z-index: 3;

}

.outter:hover .inner-content {
  bottom: 0;
}

.inner-content h1 {
  margin-bottom: 15px;
  color:white;
  font-weight:400!important;
}

section.art_slider {
  padding: 80px 0px;
}

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

.row li {
  padding-left: 1.3em;
}

.row li:before {
  content: "";
  width: 34px;
  height: 27px;
  display: flex;
  float: left;
  margin-top: 0px;
  background-size: cover;
  color:#09189e;

}
.std-art ul {
list-style: none;
padding: 0;
}
.std-art li {
padding-left: 1.3em;
}
.std-art li::before {
 content: "\f00c";
 font-family: 'Font Awesome\ 5 Free';
display: inline-block;
margin-left: -1.3em; /* same as padding-left set on li */
width: 1.3em; /* same as padding-left set on li */
font-weight: 900;

}
@media(max-width:991px){
.std-art li {
padding-bottom: 10px;
}
}
.inner-content h1 {
  font-size: 28px;
}

div.center.gap.fade-down.section-heading.top-margin {
  padding: 15px 0px;
}

@media(min-width:360px) {
  .parallax-section h1 {
      color: #fff;
      font-size: 15px;
  }
  .parallax-section p {
      visibility: hidden;
      max-height: 0px;
  }
  .parallax-section a.btn.btn-parallax {
      margin-top: 0px;
      margin-bottom: 35px;
  }
  .parallax-section {
      padding-bottom: 0px;
  }
}

@media(min-width:768px) {
  .parallax-section h1 {
      color: #fff;
      font-size: 20px;
  }
  .parallax-section p {
      visibility: hidden;
  }
}

@media(min-width:992px) {
  .parallax-section h1 {
      color: #fff;
      font-size: 25px;
  }
  .parallax-section p {
      visibility: hidden;
  }
}

@media(min-width:1370px) {
  .parallax-section h1 {
      color: #fff;
      font-size: 30px;
  }
  .parallax-section p {
      visibility: hidden;
  }
}

@media(max-width:1206px) {
  .leistungen h1 {
      font-size: 23px;
  }
  .inner-content h1 {
    font-size: 21px;
}
  .inner-content {
      height: 318px;
      bottom: -256px;
  }
}

@media(max-width:991px) {
  .leistungen h1 {
      font-size: 15px;
  }
  .inner-content h1 {
    font-size: 21px;
    text-align: center;
  }
  .inner-content {
      height: 290px;
      bottom: -230px;
  }
  .inner-content p {
      font-size: 13px;
  }
  .formular-map {
      margin-bottom: 30px;
  }
}
.owl-dots{
display:none;
}
@media(max-width:767px) {
  .leistungen h1 {
      font-size: 27px;
  }
  .inner-content {
      height: 348px;
      bottom: -287px;
  }
  .inner-content p {
      font-size: 13px;
  }
  .kontakt-navbar {
  transform: scale(0.75);
  top: 20px;
  right: 75px!important;

}
.owl-nav{
display:none;
}
.owl-dots{
display:block!important;
}
.parallax-section h1 {
  color: #fff;
  font-size: 26px;
}



}

video.startheader {
  /* height:90vh; */
  /* width: 100%; */
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.outter-header {
  position: relative;
  background: #eeeff8;
  top:15px;
  padding-bottom: 45px;
  overflow: hidden;
  height: 90vh;
}





.header-text h1 {
color: #da0811;
text-shadow: 0 0 20px black;
text-transform: uppercase;
text-align: center;
font-size: 71px;
font-weight: 600!important;
}
.header-text h2 {
color: white;
text-shadow: 0 0 20px black;
text-transform: uppercase;
text-align: center;
font-size: 45px;
font-weight: 600!important;
}

.header-text {
  position: absolute;
  left: 50%;
  padding: 25px;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width:400px;
}

.hidden-desktop {
  display: none;
}
@media(max-width:1200px) {
.header-text h1 {
  font-size:60px;
}
.header-text h2 {
  font-size:43px;
}
h2 {
  font-size:26px;
}
}
@media(max-width:1100px) {
.header-text h1 {
  font-size:55px;
}  .header-text h2 {
    font-size:39px;
  }
}
@media(max-width:991px) {
.header-text h1 {
  font-size:50px;
}  .header-text h2 {
    font-size:35px;
  }
  h2 {
     font-size:23px;
   }

video.startheader {
  height:60vh;
}
}
@media(max-width:767px) {
  .hidden-desktop {
      display: block;
  }
  .hidden-mobile {
      display: none;
  }
  .header-text h1 {
    font-size:39px;
  }
  .header-text h2 {
    font-size:28px;
  }
  h2 {
  font-size: 19px;
}
}
@media(max-width:550px) {
.header-text h1 {
  font-size:32px;
}
.header-text h2 {
  font-size:24px;
}
}

.owl-bigimage button.owl-prev {
  position: absolute;
  left: 24px;
  top: 30%;
  z-index: 10;
  font-size: 114px!important;
  color: #dedede!important;
  outline: none!important;
}

.owl-bigimage button.owl-next {
  position: absolute;
  right: 24px;
  top: 30%;
  z-index: 10;
  font-size: 114px!important;
  color: #dedede!important;
  outline: none!important;
}

.owl-dots {
  text-align: center;
}

.owl-bigimage button.owl-dot.active {
  opacity: 1;
}

.owl-bigimage button.owl-dot {
  margin-top: 10px;
  background-color: #212121;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  display: inline-block;
  height: 12px;
  margin: 5px 7px;
  width: 12px;
  filter: Alpha(Opacity=500);
  opacity: 0.55;
}



@media(max-width:1200px) {
  h1 {
      font-size: 30px;
  }

}
@media(max-width:992px) {
  h1 {
      font-size: 27px;
  }

}
@media(max-width:767px) {
h1 {
    font-size: 22px;
}

}
.footer p {
color:white;
}

#google_translate_element{
display: none;
}


.goog-te-banner-frame.skiptranslate { display: none !important;}
body { top: 0px !important; }
#goog-gt-tt{display: none !important; top: 0px !important; }
.goog-tooltip skiptranslate{display: none !important; top: 0px !important; }
.activity-root { display: hide !important;}
.status-message { display: hide !important;}
.started-activity-container { display: hide !important;}

.translate-button {
position: absolute;
top: 25px;
right: 25px;
}

@media (max-width:845px){
.translate-button {
position: absolute;
top: 25px;
right: 85px;
}
}

.bg-dark {
  background-color: #09189e!important;
}

a.nav-link  {
font-size:20px;
color:white!important;
}
.social-icon {
color:white;
font-size: 40px;
}
.kontakt-navbar {
position: absolute;
top: 20px;
right: 25px;
color:white;
font-size: 35px;

}
@media (min-width:1100px) and (max-width:1150px){
.navbar-nav li.nav-item {
  margin-right: 5px;
}}

@media (min-width:991px) and (max-width:1100px){
.navbar-nav li.nav-item {
  margin-right: 0px;
  padding-left:5px;
  padding-right:5px;
}
}
@media (max-width:991px){
.kontakt-navbar {
position: absolute;
top: 22px;
right: 95px;
font-size: 35px;
}
}



li.nav-item {
  margin-right: 20px;
}

.footer-blur {
  position: relative;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(7px);
  max-height: 370px;

}

.footer-padding {
  text-align: center;
  padding: 65px;
  position: relative;
  z-index: 2;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

#progressbar1, #progressbar2, #progressbar3  {
position:relative;
background-color: black;
border-radius: 13px;
/* (height of inner div) / 2 + padding */
padding: 3px;
}

#progressbar1 div.pro-div1, #progressbar2 div.pro-div2, #progressbar3 div.pro-div3 {
background-color: blue;
height: 20px;
border-radius: 10px;
}
#progressbar1 div.pro-div11, #progressbar2 div.pro-div22, #progressbar3 div.pro-div33 {
position: absolute;
    right: -15px;
    top: -14px;
    width: 50px!important;
    height: 50px;
    border-radius: 50%;
    border: 3px solid black;
    background-color: #da0811;
    overflow: auto;
    z-index: 20;
    transition:all 1.4s;
    color:white;
    overflow: hidden;
    font-size: 14px;


}


#prozent h3 {
margin-left: 7px;
font-size: 18px;
font-weight: 600;
color: #09189e;
}
.footer {
max-height:370px;
}

.blog-body {
  margin-top: 40px;
  position: relative;
  margin-bottom: 40px;
  /* min-height: 400px; */
  padding: 25px;
  border: 1px solid white;
  border-radius: 0.25rem;
}
.blog-content {
  min-height: 300px;
}



.blog-content h4 {
  font-size: 30px;
  margin-bottom: 20px;
  margin-top: 30px;
  font-weight: 500;
  min-height: 60px;
}

.blog-content p {
  margin-bottom: 15px;
  color: black;
  min-height: 112px;
}
.blue1, .blue2, .blue3, .blue4, .blue5 {
border:2px solid;
}
.blue1 {
  border-color: blue;
  background-color:rgb(0 0 255 / 10%);
}
.blue2 {

  border-color: #5757ee;
  background-color:rgb(87 87 238 / 10%);
}
.blue3 {
  border-color: #6969b4;
  background-color:rgb(105 105 180 / 10%);
}
.blue4 {
  border-color: #7070ff;
  background-color:rgb(112 112 255 / 10%);
}
.blue5 {
  border-color: #151575;
  background-color:rgb(21 21 117 / 10%);
}
.blue1 .blog-content h4 {
  color: blue;
  opacity: 0.9;
}
.blue2 .blog-content h4 {
  color: #5757ee;
  opacity: 0.9;
}
.blue3 .blog-content h4 {
  color: #6969b4;
  opacity: 0.9;
}
.blue4 .blog-content h4 {
  color: #7070ff;
  opacity: 0.9;
}
.blue5 .blog-content h4 {
  color: #151575;
  opacity: 0.9;
}

.blue1 .blog-content p {
  color: blue;
  opacity: 0.9;
}
.blue2 .blog-content p {
  color: #5757ee;
  opacity: 0.9;
}
.blue3 .blog-content p {
  color: #6969b4;
  opacity: 0.9;
}
.blue4 .blog-content p {
  color: #7070ff;
  opacity: 0.9;
}
.blue5 .blog-content p {
  color: #151575;
  opacity: 0.9;
}
div#form-map {
max-width:100%;
}
div.container#form-map {
padding-left:0px!important;
margin-bottom: 0;

}
#form-map label {
display:none;
}



  .kontakt-navbar a {
    width: 70px;
    height: 70px;
    background-color: #fff;
    text-align: center;
    line-height: 68px;
    font-size: 30px;
    margin: -10px 3px;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    border: 3px solid #fff;
    z-index: 1;
  }
.social-icon a {
  width: 70px;
  height: 70px;
  background-color: #fff;
  text-align: center;
  line-height: 68px;
  font-size: 40px;
  margin: -10px 3px;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  border: 3px solid #fff;
  z-index: 1;
}

.social-icon .icon,
  .kontakt-navbar .icon {
    position: relative;
    color: #262626;
    transition: .5s;
    z-index: 3;
  }
.social-icon a:hover .icon,
  .kontakt-navbar a:hover .icon {
    color: #fff;
    transform: rotateY(360deg);
  }

.social-icon a:before,
  .kontakt-navbar a:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f00;
    transition: .5s;
    z-index: 2;
  }
.social-icon a:hover:before,
  .kontakt-navbar a:hover:before {
    top: 0;
  }
.social-icon a:nth-child(1) a:before,
  .kontakt-navbar a:nth-child(1) a:before{
    background: #3b5999;
  }

  .kontakt-navbar a:nth-child(2) a:before{
    background: #55acee;
  }

  .kontakt-navbar a:nth-child(3) a:before {
    background: #0077b5;
  }

  .kontakt-navbar a:nth-child(4) a:before {
    background: #dd4b39;
  }
  .responsive_map {
      margin-bottom: -8px;
  }

#art .art-3-box a:active {
color: #09189!important;

}
.art-3-boxen p {
font-size: 1.1rem;

}
  .art-3-box a {
    width: 100px;
height: 100px;
background-color: white;
text-align: center;
line-height: 67px;
font-size: 29px;
margin: -10px 3px;
display: inline-block;
border-radius: 50%;
position: relative;
overflow: hidden;
border: 3px solid #09189e;
z-index: 1;
margin-bottom:15px;

  }

.art-3-box i {
margin-top: 18px;
font-size: 50px;
color:#09189e;
}



  .art-3-box .icons {
    position: relative;
    color: #09189e;
    transition: .5s;
    z-index: 3;

  }

  .art-3-box a:hover .icons {
    color: #fff;
    transform: rotateY(360deg);
  }

  .art-3-box a:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #09189e;
    transition: .5s;
    z-index: 2;
    border: 5px solid #09189e;


  }

  .art-3-box a:hover:before {
    top: 0;
  }

  .art-3-box a:nth-child(1) a:before{
    background: #3b5999;
  }

  .art-3-box a:nth-child(2) a:before{
    background: #55acee;
  }

  .art-3-box a:nth-child(3) a:before {
    background: #0077b5;
  }

  .art-3-box a:nth-child(4) a:before {
    background: #dd4b39;
  }

  @media (max-width:991px){
    .formular-map{
padding:30px;      }
.footer {
  min-height:386px!important;
}
.footer-blur {
min-height:390px!important;
}
  }

  @media (max-width:767px){
  .footer {
    min-height:386px!important;
  }
  }
.navbar-nav li:first-child a{
color:#da0811!important;
font-weight:600;
font-size: 22px;

}
.show1 {
opacity: 0;

}
.show2{
opacity:1;
}
.fa-check-circle{
color:#09189e;
}
header {
margin-bottom:30px;
}
.art-bild-kl {
width:100%;
max-width:300px;
display:block;
margin-left:auto;
margin-right: auto;
margin-bottom:30px;
}
.std-art {
background-color:white;
padding: 100px 0 100px 0;

}
.art-3-box img {
border: 0px solid #B2B3B5;
    max-width: 300px;
    border-radius: 50%;
    margin-bottom: 20px;
    transition: all 0.5s;
}
.art-3-box img:hover {
transform:scale(1.12);
}
.site1 .std-art {
  background-color: white;
  padding: 0 0 0 0!important;
}
#map-formular {
background-color:rgb(9 24 158 / 7%);
margin-top: 0px;

}
.formular-map {
padding-top: 25px;


}
#Absenden {

padding: 10px 18px;

}
@media(max-width:991px){
#Absenden{
  width:100%;

}
}
#form1 {
margin-top:30px;
margin-bottom:50px;
}
#form-map {
margin-bottom:40px;

}







.buttons {
text-align: center;
border-radius: 30px;
}

.blob-btn {
z-index: 1;
position: relative;
padding: 20px 46px;
margin-bottom: 30px;
text-align: center;
text-transform: uppercase;
color: #0505A9;
font-size: 16px;
font-weight: bold;
background-color: transparent;
outline: none;
border: none;
transition: color 0.5s;
cursor: pointer;
border-radius: 30px;
}
.blob-btn:before {
content: "";
z-index: 1;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
border: 2px solid #0505A9;
border-radius: 30px;
}
.blob-btn:after {
content: "";
z-index: -2;
position: absolute;
left: 3px;
top: 3px;
width: 100%;
height: 100%;
transition: all 0.3s 0.2s;
border-radius: 30px;
}
.blob-btn:hover {
color: #FFFFFF;
border-radius: 30px;
}
.blob-btn:hover:after {
transition: all 0.3s;
left: 0;
top: 0;
border-radius: 30px;
}
.blob-btn__inner {
z-index: -1;
overflow: hidden;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
border-radius: 30px;
background: #ffffff;
}
.blob-btn__blobs {
position: relative;
display: block;
height: 100%;
filter: url("#goo");
}
.blob-btn__blob {
position: absolute;
top: 2px;
width: 25%;
height: 100%;
background: #0505A9;
border-radius: 100%;
transform: translate3d(0, 150%, 0) scale(1.7);
transition: transform 0.45s;
}
@supports (filter: url("#goo")) {
.blob-btn__blob {
  transform: translate3d(0, 150%, 0) scale(1.4);
}
}
.blob-btn__blob:nth-child(1) {
left: 0%;
transition-delay: 0s;
}
.blob-btn__blob:nth-child(2) {
left: 20%;
transition-delay: 0.08s;
}
.blob-btn__blob:nth-child(3) {
left: 40%;
transition-delay: 0.16s;
}
.blob-btn__blob:nth-child(4) {
left: 60%;
transition-delay: 0.24s;
}
.blob-btn__blob:nth-child(5) {
left: 80%;
transition-delay: 0.3s;
}
.blob-btn__blob:nth-child(6) {
left: 100%;
transition-delay: 0.36s;
}
.blob-btn:hover .blob-btn__blob {
transform: translateZ(0) scale(1.7);
}
@supports (filter: url("#goo")) {
.blob-btn:hover .blob-btn__blob {
  transform: translateZ(0) scale(1.4);
}
}
@media(max-width:767px){
.blob-btn{
  font-size:15px;
}
.parallax-section {
  min-height:400px;
}

}
.counter {
display:inline-block;
margin-top:10px;
}
.site1 .parallax-section {
margin-bottom:0px;
min-height: 300px;

}
.form-btn {
padding: 15px;
top:0;
right:0;
text-align: right;
padding-top: 0;
}

@media(max-width:991px){
.form-btn{
  top:85px;
  width: 100%;
}
}
#leistungen .owl-nav {
  position: absolute;
  top: 35%;
  width: 106%;
  left: -3%;
  z-index:-2;
}

#leistungen .owl-prev {
float:left;
  font-size: 80px;
}

#leistungen .owl-next {
float:right;
  font-size: 80px;
}
button:focus {
outline:none;
}
.datenschutz h4 {
color:gray;
}
#section-prozent {
background: #eeeff8;
}




.fill-up {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-user-select: none;
  user-select: none;
  padding: 10px;
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  -ms-transition: color 1s ease;
  -o-transition: color 1s ease;
  transition: color 1s ease
}

.fill-down,
.fill-left {
  -ms-user-select: none;
  padding: 10px
}

.fill-down,
.fill-up:focus,
.fill-up:hover {
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  -ms-transition: color 1s ease;
  -o-transition: color 1s ease
}

.fill-up:focus,
.fill-up:hover {
  outline: 0;
  color: #1B98E0;
  transition: color 1s ease;
  cursor: pointer
}

.fill-up:after,
.fill-up:before {
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s
}

.fill-down:after,
.fill-down:before,
.fill-up:focus:after,
.fill-up:focus:before,
.fill-up:hover:after,
.fill-up:hover:before {
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s
}

.fill-up:focus:after,
.fill-up:focus:before,
.fill-up:hover:after,
.fill-up:hover:before {
  outline: 0;
  background-color: #3545cf;
  transition: all 1s ease 0s
}

.fill-up:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 3px;
  bottom: 0;
  right: 0
}

.fill-up:focus:before,
.fill-up:hover:before {
  width: 100%;
  height: 100%
}

.fill-up:hover {
  color: #2C3E50!important
}
@media(min-width:991px){
.dropdown-menu.show {
    background: #3d4ccd;
}
.dropdown-item:hover{
  background:#09189e!important;
  color:white;
}
}
@media(max-width:990px){
.dropdown-menu{
border-bottom:none;
}
.dropdown-item:hover{
  background: rgb(9 24 158 / 60%)!important;
  color:white;
}
}
img.ueber-uns-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.site67 .std-art,
.site66 .std-art,
.site65 .std-art,
.site64 .std-art,
.site61 .std-art{
padding-bottom:10px;
}

#myfilter{

    position: relative;

}
#myfilter .container{

z-index: 3;

}


#myfilter:after{

  position: absolute; content: ''; display: block; top: 0; left: 0; height: 100%; width: 100%;

  background: rgb(9 24 158 / 50%);



}
.outter:after{

  position: absolute; content: ''; display: block; top: 0; left: 0; height: 100%; width: 100%;

  background: rgb(9 24 158 / 32%);


  transition: all 0.9s;

}
.outter:hover:after{

transition: all 0.9s;

background: rgb(9 24 158 / 0%);


}


.owl-carousel button.owl-dot {
  margin-top: 10px;
  background-color: #a7a7ff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  display: inline-block;
  height: 12px;
  margin: 5px 7px;
  width: 12px;
  opacity: 0.55;
}
button.owl-dot.active {
  background-color: #09189e;
}
@media(max-width:1141px){
.responsive_map iframe{
  height:600px;
}
}

@media(max-width:991px){
.responsive_map iframe{
  height:360px;
}
}

.imgheader-wrapper{
overflow-x:hidden;
margin-top: 96px;

}
.imgheader {
height:auto;
width: 100%;

}
@media(max-width:991px){
.imgheader {
  height:auto;
  width: 100%;

}
}

@media(min-width:1000px){
a.nav-link {
padding-top:20px;
padding-bottom:20px;
}
.section-parallax {
background-position: center -250px!important;

}

li.nav-item {
padding-top:0px;
padding-bottom:0px;
}
}
@media(max-width:767px){
.std-art {
 background-color:white;
 padding: 60px 0 60px 0;

}
#leistungen {
  padding-bottom:30px;
}
.parallax-section{
  background-position: center right;
  background-attachment: unset;

}
}


#Leistungen {
background-color: #eeeff8;
}

section#Leistungen {
  padding-top: 35px!important;
  padding-bottom: 20px!important;

}

.site7 header {
margin-bottom:0;
}

.left-footer {
background-image: url(/pcms/bilder/footer-blau-schwamm.jpg);
background-position: center;
background-size: cover;
}
section#leistungen {
  padding-bottom: 50px;
  padding-top:30px;
}

@media(min-width:991px) and (max-width:1010px){
.owl-nav {
  display:none;
}
}
