html {
  scroll-behavior: smooth;
}

a.button,
.boxnav a,
footer a,
.copyright a {
  text-decoration: none;
}
.subnav-blue a {
  color: #2ab7f1;
}
	.tooltip {
		background-color: #2d2d2d;
		max-width: 15rem;
	}

	.tooltip.bottom:before {
		border-color: transparent transparent #2d2d2d;
	}

	.platz-title {
		text-align: center;
		margin-bottom: 20px;
		padding-bottom: 10px;
		font-size: 20px;
	}
h3,
h4 {
  font-size: 28px;
}

.text-just {
  text-align: justify;
}
.mt-0 {
  margin-top: 0 !important;
}

.button.warning,
.button.success {
  color: white;
}

.mt-20 {
  margin-top: 20px;
}
.mt-40 {
  margin-top: 40px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-40 {
  margin-bottom: 40px;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-50 {
  padding-top: 50px;
}
.pb-50 {
  padding-bottom: 50px;
}
.top {
  background-color: #333;
  width: 100%;
  height: 0.5rem;
}

.top .logo-line {
  background-color: #30bff3;
  height: 0.5rem;
  width: 200px;
}
.grid-container {
  /*width:75rem;*/
}
.title-bar {
  background: #fff;
  color: #333;
}
header {
  line-height: 70px;
  width: 100%;
}
header .title-bar.sticky {
  border-bottom: 1px solid #333;
  padding-bottom: 0;
}

.top-bar,
.top-bar ul {
  background: #fff;
  margin-top: 7px;
  padding-bottom: 0;
}

.dropdown.menu a {
  color: #333;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 30px;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  /* ...and now for the proper property */
  transition: 0.5s;
}

a#phone {
  position: absolute;
  top: -20px;
  color: #333;
  margin-left: -160px;
  font-weight: bold;
}

.top-bar ul li {
  border-bottom: 5px solid #fff;
  margin: 0 0.7rem;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  /* ...and now for the proper property */
  transition: 0.5s;
}

.top-bar ul ul li {
  border-bottom: none;
  margin: 0;
  padding: 0 15px;
}

.top-bar ul ul li a {
  padding-bottom: 11px !important;
  border-bottom: 1px solid #333;
}

.top-bar ul ul li:last-child a {
  border-bottom: 0;
}

.top-bar ul li:hover a {
  color: #30bff3;
}

.top-bar ul li:hover ul li a {
  color: #222;
  padding-bottom: 11px;
}

.top-bar ul li:hover ul li:hover a {
  color: #30bff3;
}

.top-bar ul li.kcenter:hover a {
  color: #7ebf18;
}

.top-bar ul li.active {
  border-bottom: 5px solid #30bff3;
}

header {
  max-height: 93px;
}

header .menu .active > a {
  background: #fff;
}

.menu-icon::after {
  background: #333;
  box-shadow: 0 7px 0 #333, 0 14px 0 #333;
}
header .is-drilldown {
  width: 106% !important;
  border-top: 1px solid #000;
  text-align: left;
  margin-left: -16px;
}
header #mobile-nav-icon {
  position: absolute;
  top: 8px;
  right: 15px;
  padding: 0;
}

header .is-drilldown ul li a,
header .is-drilldown ul li.active a {
  color: #000;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  /* ...and now for the proper property */
  transition: 0.5s;
  border-bottom: 1px solid #000;
}
.is-drilldown .menu .active > a,
.is-drilldown ul li:last-child a {
  border-bottom: none;
}
.title {
  border-top: 0px solid #ccc;
  border-bottom: 0px solid #ccc;
  text-align: center;
  margin: 40px 0;
  text-transform: uppercase;
  font-weight: bold;
}
 .title span {
  color: #2ab7f1;
}
 .title span:before {
  border-top: 0px solid white;
  display: block;
  height: 1px;
  content: " ";
  width: 8%;
  left: 46%;
  position: absolute;
  margin-top: -1px;
}
 .title span:after {
  border-top: 3px solid #2ab7f1;
  display: block;
  height: 3px;
  content: " ";
  width: 8%;
  left: 46%;
  position: absolute;
  margin-top: 15px;
}
h1 {
  font-size: 36px;
}
.bg-white {
  background-color: #ffffff;
  margin: 0px 0;
  max-width: 104%;
}
.bg-brushed {
  background: url(../images/patterns/brushed.png) repeat;
  padding: 70px 0 30px 0px;
}

.subnav h3 {
  font-size: 18px;
  font-weight: bold;
}
.subnav {
  font-size: 14px;
}

.subnav a {
  font-size: 30px;
}

.subnav-blue .boxnav {
  background: #30bff3;
}

.subnav-red .boxnav {
  background: #fc4848;
}

.subnav-red a {
  color: #fc4848;
}

.subnav-green .boxnav {
  background: #7ebf18;
}

.subnav-green a {
  color: #7ebf18;
}

.subnav-orange .boxnav {
  background: #fa9b55;
}

.subnav-hellgrau .boxnav {
  background: #999;
}

.subnav-hellgrau a {
  color: #999;
}
.subnav-hellgrau a:hover {
  color: #2ab7f1;
}

.subnav-hellgrau .boxnav:hover {
  background: #2ab7f1;
}

.subnav-hellgrau .boxnav:hover a {
  color: #fff;
}

.subnav-orange a {
  color: #fa9b55;
}

.boxnav {
  width: 90px;
  height: 90px;
  padding-top: 25px;
  margin: 0 auto;
}
.boxnav a {
  color: #fff;
}

.bg-dark {
  background-color: #333;
  padding: 15px 0;
  color: #fff;
  font-size: 2rem;
}

.bg-hellgrau {
  background: url(../images/patterns/brushed.png) repeat;
  padding: 30px 0;
  color: #333;
  -o-transition: 0.7s;
  -ms-transition: 0.7s;
  -moz-transition: 0.7s;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.bg-gray {
  background: #666666;
  padding: 30px 0;
  color: #fff;
}

.bg-hellgrau .bigbox-title {
  color: rgba(255, 255, 255, 0.5);
}

.bg-ggrau {
  background-color: #f5f4f5;
  padding: 30px 0;
  color: #333;
}

.button.secondary {
  color: #fff;
}

footer ul {
  list-style: none;
  margin: 0;
  font-size: 12px;
}

footer ul li:before {
  content: "\203A";
}

footer ul li a {
  color: #fff;
}

footer .border-right {
  border-right: 1px solid #444;
}

footer .border-left {
  border-left: 1px solid #838181;
}

footer .fnavbox {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  footer .fnavbox {
    margin-bottom: 0;
  }
}

.footlogos {
  width: 100%;
  min-height: 40px;
  background: #888;
  padding: 20px 0;
}
.footlogos img {
  max-height: 70px;
}
.footlogos .columns {
  display: table;
  vertical-align: middle;
}
.copyright {
  font-size: 14px;
}

.copyright ul {
  margin: 0;
  list-style: none;
}

.copyright ul li {
  display: inline;
}

.copyright ul li:before {
  content: "\203A";
}

.copyright ul li a {
  color: #fff;
}
.color-blue {
  color: #2ab7f1;
}
div.error-message.visible {
  color: red;
  font-size: 12px;
  margin-top: -15px;
  margin-bottom: 10px;
}
div.error-message.tb.visible {
  margin-top: 0px;
  margin-bottom: 0px;
}
#angeboptAnfordern {
  background: #eeeeee;
}
.button.red {
  background: #fc3f3f;
}
.button.orange {
  background: #f9904b;
}
.button.green {
  background: #73b718;
}
.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
  right: 0;
  margin-top: -12px;
}

.row.header {
  width: 75rem;
  max-width: 100%;
}

img.oc-img-rounded {
  border-radius: 100%;
  background-clip: padding-box;
}
img.oc-img-bordered {
  border: solid 10px #ccc;
  box-sizing: content-box;
}

#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 111px;
  right: 31px;
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #35b8ee !important; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px;
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}
#chatt {
  display: block;
  position: fixed;
  bottom: 37px;
  right: 22px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #212529 !important;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 20px;
}
.b24-widget-button-inner-container {
  right: -33px;
  bottom: -14px;
}
@media only screen and (max-width: 575px) {
  /*     .b24-widget-button-inner-container{
      display: none !important;
  } */
  #myBtn {
    bottom: 45px;
  }
}

#chatt:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}

.bg-dark a {
  color: #6fb93e;
}

.accordion li a.accordion-title {
  font-size: 18px;
  color: #333;
  text-decoration: none;
  font-weight: bold;
}
.accordion-content {
  font-size: 14px;
}

@media only screen and (min-width: 768px) {
  #myBtnCall {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  #myBtnCall {
    position: fixed;
    bottom: 20px;
    z-index: 1000;
    left: 20px;
    background: #35b8ee;
    padding: 10px 15px;
  }
  #myBtnCall a {
    color: #fff;
    text-decoration: none;
  }
  #myBtnCall a.btn {
    padding-right: 20px;
    margin-right: 20px;
    color: #fff;
    border-right: 1px solid #fff;
  }
}

.myaccordion {
  margin: 50px auto;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

.myaccordion .card,
.myaccordion .card:last-child .card-header {
  border: none;
}

.myaccordion .card-header {
  border-bottom-color: #edeff0;
  background: transparent;
}

.myaccordion .fa-stack {
  font-size: 18px;
}

.myaccordion .btn {
  width: 100%;
  font-weight: bold;
  color: #004987;
  padding: 0;
}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
  text-decoration: none;
}

.myaccordion li + li {
  margin-top: 10px;
}

#owl-ergebnisse .owl-item > .err {
  cursor: pointer;
  margin: 6% 8%;
  transition: margin 0.4s ease;
}
#owl-ergebnisse .owl-item.center > .err {
  cursor: auto;
  -ms-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  transform: scale(1.3);
  border: 1px solid black;
}

#owl-ergebnisse .owl-item:not(.center) > div:hover {
  opacity: 0.75;
}

/* ----------------------------------- animated for popup */

.animated {
  background-position: left top;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

.coroa {
  position: absolute;
  right: 0;
  bottom: 100px;
}

@media only screen and (max-width: 600px) {
  .coroa {
    bottom: 0px;
    margin: 25px 0 25px 25px;
    font-size: smaller;
  }
  .coroa-modal {
    bottom: -42px !important;
  }
}

.sticky-top {
  top: 94px;
}
.acc {
  padding: 10px 10px 10px 0;
  margin-bottom: unset;
  text-align: left;
  display: block;
}
.st div .panal {
  border: none;
  margin-bottom: unset;
}
.st .bo {
  border: 1px solid #cecece;
  margin-bottom: 39px;
  padding: 10px;
}
@media only screen and (max-width: 740px) {
  .sticky-top {
    top: 0px;
    font-size: 15px;
  }
  .acc{top: 0px;
    font-size: 15px;position: sticky;}
  .st div .panal {
    font-size: 12px;
    display: none;
    overflow: hidden;
    border: none;
    margin-bottom: unset;
  }
  .acc.active::after {
    content: "_";
    top: -12px;
  }
  .acc::after {
    content: "+";
    position: absolute;
    right: 15px;
    font-size: 28px;
    top: -3px;
  }
  
}

.acc {
  cursor: pointer;
  border: none;
  outline: none;
  transition: 0.4s;
  
}

acc.active {
  background: #dadada !important;
}

.owl-video-wrapper{
    height: 310px !important;
}

.list-group-item.active {
    color: #fff !important;

}
.affix ~ .container-fluid {
   position: relative;
   top: 100px;
  }
  

.youtube {
	background-color: #000;
	margin-bottom: 30px;
	position: relative;
	padding-top: 56.25%;
	overflow: hidden;
	cursor: pointer;
}
.youtube img {
	width: 100%;
	top: -16.82%;
	left: 0;
	opacity: 0.7;
}
.youtube .play-button {
	width: 90px;
	height: 60px;
	background-color: #333;
	box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
	z-index: 1;
	opacity: 0.8;
	border-radius: 6px;
}
.youtube .play-button:before {
	content: "";
	border-style: solid;
	border-width: 15px 0 15px 26.0px;
	border-color: transparent transparent transparent #fff;
}
.youtube img,
.youtube .play-button {
	cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
	position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
	top: 50%;
	left: 50%;
	transform: translate3d( -50%, -50%, 0 );
}
.youtube iframe {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

.scroll {
    display: block;
    height: 96px;
    margin-top: -96px;

    visibility: hidden;
}
#owl-optimierung .owl-item.active.center .item {
  opacity: 1;
  -webkit-transform: scale3d(1.0, 1.0, 1);
  transform: scale3d(1.0, 1.0, 1);
}
#owl-optimierung .owl-item  .item:hover {
    opacity: 1;
}
#owl-optimierung .owl-carousel .owl-stage {
    -ms-flex-align: center!important;
    align-items: center!important;

    display: -ms-flexbox!important;
    display: flex!important;
}
.wiki {
    margin-bottom: 22px;
}
.wiki .card-header {
    height: 163px;
}
.wiki .card-header img {
    height: 135px !important;
}
.wiki .card-body {
    min-height: 300px;
}
.wiki .card-footer {
    height: 64px;
}

.wiki .card-footer a{
    border-radius: 10px;
}

.text-primary {
    color: #30bff3!important;
}

