
/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v34-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v34-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

body, html {
  font-family: 'Open Sans', serif !important;
  color: #4E4D4A;
  margin-top: 75px;
}
@media (max-width:991px) {
  body, html {
    margin-top: 10px;
  }
}
.themecolor {
  color: #53bceb;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #4E4D4A;
}
h1, .h1 {
  font-size: 2.3rem;
}
p, ul li, ul {
  font-size: 16px;
}
ul li, ol li {
  margin-bottom: 5px;
  margin-top: 10px;
}

#konzept ul li,
#leistung ul li {
  list-style-type: none;
  display: table-row;
  margin-bottom:10px;
}

#konzept ul li::before,
#leistung ul li::before {
  color: #53bceb;
  content: "■";
  display: inline-block;
  padding-right: 10px;
  margin-bottom: 2px;
  height: 10px;
  width: 10px;
  display: table-cell;
}

ul, ol {
  padding-left: 10px;
}
@media (max-width:991px) {
  ul, ol {
    padding: 0;
  }
}
a {
  color: #53bceb}
a:hover, a:active {
  color: #77b4cf}
.card img {
  width: 100%;
}
.card-img-top {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.grau {
  background-color: #ccc;
}
.normale-color {
  color:#636c72 !important;
}

.bg-color {
  background-color: #296899}
.bg-color-hell {
  background-color: rgba(26, 79, 119, 0.2)}

.weiss {
  color: #fff !important;
}
.weis_bg {
  background-color: #fff
}

/* Slider */
#slider {

}
#slider .slider-text {
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.7);
  padding: 20px;
  background-color: rgba(0,0,0,0.3);
  display: inline-block;
}

#slider .carousel-caption-own {
  position: absolute;
  top: 250px;
  margin: 20px;
}

@media (max-width:991px) {
  #slider .carousel-caption-own {
    position: absolute;
    top: 250px;
  }
}

@media (max-width:425px) {
  #slider .carousel-caption-own {
    position: absolute;
    top: 150px;
  }
}

#slider .item-cover {
  min-height: 600px;
  background-image: url(../img/startseite/slider.jpg);
  background-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: inherit;
  z-index: 20;
}
@media (max-width:425px) {
  #slider .item-cover {
    background-image: url(../img/startseite/slider.jpg);
    min-height: 400px;
  }
  #slider .slider-text p {
    font-size:16px;
  }
  #slider .slider-text h1 {
    font-size:23px;
  }
  #slider .slider-text h2 {
    font-size:20px;
  }
}
@media (min-width:426px) and (max-width:768px) {
  #slider .item-cover {
    background-image: url(../img/startseite/slider.jpg);
  }
}
@media (min-width:769px) and (max-width:1024px) {
  #slider .item-cover {
    background-image: url(../img/startseite/slider.jpg);
  }
}

/* Farben */
#slider .slider-text h1,
#slider .slider-text h2,
#slider .slider-text p,
#slider .slider-text ul,
#slider .slider-text li {
  color: #ffffff;
}
#slider .slider-text li {
  font-size: 21px;
}
#slider .slider-text ul {
  margin: 0;
}
h1, h2, h3, h4, h5, h6 {
  color: #636c72;
}
.btn {
  border-radius: 0;
}
.btn-default {
  color: #fff;
  background-color: #efefef;
  color: #296899;
}
.btn-default:hover, .btn-default:active {
  background-color: #dedede;
  color: #296899;
  opacity: 0.8;
}
.btn-primary {
  color: #fff;
  background-color: #53bceb;
  border-color: #53bceb;
}
.btn-primary:hover, .btn-primary:active {
  background-color: #77b4cf;
  border-color: #77b4cf;
  opacity: 0.8;
}
.bg {
  background-color: #233a46;
  border-color: #53bceb;
}
.bg-header {
  background: rgb(255, 255, 255);
  border-top: 1px solid #ccc;
  border-bottom: 6px solid #296899;
}
#logo {
  width: 240px;
}
@media (max-width:991px) {
  .navbar-light .navbar-nav .nav-link {
    padding: 5px 0 !important;
    border-bottom: 1px solid #ccc;
  }
}

.mobile_fixed_top {
  top: 0;
  bottom:0;
  overflow-y:auto;
  overflow-x:hidden;
}

.navbar-light .navbar-brand, .navbar-light .navbar-toggler {
  color: #2a6798;
  border-radius: 0;
}
.navbar-light .navbar-nav .nav-link {
  color: #607D8B;
  text-transform: uppercase;
  padding: 0.75rem 1.5rem;
  transition: 0.2s;
  border-bottom: 3px solid transparent;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
  background-color: #77b4cf;
  border-color: #77b4cf;
  border-radius: 0.1rem;
  border-bottom: 3px solid #296899;
}
.bordercolor {
  /*
  border: 4px solid #53bceb;
  border-radius: 0.1rem;
  */
}



/* Header */
#nav-contact {
  color: #959595;
}
#header .container {
  padding: 0.5rem 0.5rem;
}
#header .container, #header .container img {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

@media (min-width:991px) {
  .dropdown-menu {
    margin-top:0px;
  }
  .dropdown:hover .dropdown-menu {
    display:block;
  }
  .dropdown-toggle::after {
    display: none !important;
  }
}
.dropdown-menu {
  background-color: #fff;
  border-radius: 0;
  margin-bottom: 5px;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 8px 1.5rem;
  clear: both;
  font-weight: normal;
  color: #292b2c;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  background-color: #fff;
  border-radius: 0.1rem;
  margin: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #77b4cf;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #77b4cf;
}

.nav-right-icon {
  display: block;
  width: 45px;
  height: 45px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid #e5e5e5;
  cursor: pointer;
}
.nav-right-icon i {
  margin-top: 13px;
}

@media (max-width:768px) {
  .nav-tabs .nav-link {
    font-size: 12px;
  }
  .btn {
    white-space: normal;
  }
}




/* Ratgeber */
#ratgeber {
  background-size: cover;
}
#ratgeber p, #ratgeber ul, #ratgeber li {
  color: #fff;
}
#ratgeber h2 {
  color: #fff;
}


.fragen p,
.zitat p,
.anfordern p {
  color: #fff;
  line-height: 1.3;
}
.zitat p {
  font-style: italic
}
.termin p {
  line-height: 1.2;
}


/* Testimonials */
#testimonials {

}
#einzelne-testimonials .col-lg-4 div {
  padding: 20px;
  margin: 15px;
  margin-top:-30px;
  background-color: #fafafa;
  display: inline-block;
}


/* Map */
#map {
  height: 400px;
}

/* Themen */
#themen a {
  color: #636c72;
}
#themen ul li {
}



/* Fragen */
.startseite-fragen-liste li {
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
}



/* Footer */
.footer {
  color: #acb8bc;
  position: relative;
  background: #296899;
}
.footer a,
.footer a:hover,
.footer a:active,
.footer a:focus {
  color: #53bceb;
}
.footer a.btn {
  color: #fff;
}
.footer #map {
  width: 100%;
  height: 250px;
}
.footer-title-line {
  border-bottom: 1px solid #acb8bc;
}
.footer-title {
  color: #fff !important;
  font-size: 22px;
  font-weight: 400;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.footer-item {
  padding: 20px 30px 25px;
}
.opening-right {
  width: 87%;
  float: left;
  color: #fff;
  line-height: 25px;
}
.opening-left {
  width: 13%;
  float: left;
  color: #acb8bc;
  line-height: 25px;
}
.footer-item-3-phone {
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
}
.footer-item-3-phone {
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
}
.footer-item-3-location {
  color: #acb8bc;
  margin-bottom: 20px;
}
.footer-item-3-mail {
  margin-bottom: 20px;
}
.footer-item-3-socials a {
  background: #296899;
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 33px;
  margin-right: 3px;
}
.footer .card {
  background-color: rgba(255, 255, 255, 0.1)
}
.footer .card-title {
  min-height:44px
}


/* General */


/* Spaces */
.mt-6 {
  margin-top: 3.5rem !important;
}
.mt-7 {
  margin-top: 4rem !important;
}
.mt-8 {
  margin-top: 4.5rem !important;
}
.mt-9 {
  margin-top: 5rem !important;
}
.mt-10 {
  margin-top: 5.5rem !important;
}


.mb-6 {
  margin-bottom: 3.5rem !important;
}
.mb-7 {
  margin-bottom: 4rem !important;
}
.mb-8 {
  margin-bottom: 4.5rem !important;
}
.mb-9 {
  margin-bottom: 5rem !important;
}
.mb-10 {
  margin-bottom: 5.5rem !important;
}


.pt-6 {
  padding-top: 3.5rem !important;
}
.pt-7 {
  padding-top: 4rem !important;
}
.pt-8 {
  padding-top: 4.5rem !important;
}
.pt-9 {
  padding-top: 5rem !important;
}
.pt-10 {
  padding-top: 5.5rem !important;
}


.pb-6 {
  padding-bottom: 3.5rem !important;
}
.pb-7 {
  padding-bottom: 4rem !important;
}
.pb-8 {
  padding-bottom: 4.5rem !important;
}
.pb-9 {
  padding-bottom: 5rem !important;
}
.pb-10 {
  padding-bottom: 5.5rem !important;
}

.cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}

[data-toggle="collapse"] i:before {
  content: "\f068"
}

[data-toggle="collapse"].collapsed i:before {
  content: "\f067"
}

.clickable {
  cursor:pointer
}
.text-help {
  color: red;
}

.card {
  display: block;
  border-radius: 0;
  border: none;  
}

.card .card-block {
  position: relative;
}

.card .badge-box {
  position:absolute; top:-20px; left:50%; width:100px; height:100px;margin-left:-25px; text-align:center;
}
.card .font-awesome {
  background:#296899; color:#fff; border-radius:50%;  width:50px; height:50px; line-height:50px; text-align:center; font-size:20px;
}

#konzepte .card {
  height: 100%;
}

#konzept .card {
  margin: 20px 10px 0 10px !important;
}

.lh1_5 {
  line-height:1.5
}






/* Timeline */

.img-circle {
  /* border-radius: 50%; */
}
.timeline {
    position: relative;
    padding:4px 0 0 0;
    margin-top:22px;
    list-style: none;
}

.timeline>li:nth-child(even) {
    position: relative;
    margin-bottom: 50px;
    height: 180px;
    right:-100px;
}

.timeline>li:nth-child(odd) {
    position: relative;
    margin-bottom: 50px;
    height: 180px;
    left:-100px;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
    min-height: 170px;
}

.timeline > li .timeline-panel {
  position: relative;
  float: left;
  width: 41%;
  padding: 0 40px 20px 30px;
  text-align: right;
}

.timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li .timeline-image {
    z-index: 100;
    position: absolute;
    left: 50%;
    border: 7px solid #296899;
    border-radius: 100%;
    background-color:  #fff;
    width: 200px;
    height: 200px;
    margin-left: -100px;
    padding: 50px;
}

.timeline>li .timeline-image h4 {
    margin-top: 12px;
    font-size: 10px;
    line-height: 14px;
}
.timeline > li .timeline-image p {
  text-align: center;
  color: #fff;
  font-size: 80px;
  line-height: 2.2;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 30px 20px 40px;
    text-align: left;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li:last-child {
    margin-bottom: 0;
}

.timeline .timeline-heading h4 {
  margin-top:22px;
    margin-bottom: 4px;
    padding:0;
    color: #b3b3b3;
}

.timeline .timeline-heading h4.subheading {
  margin:0;
  padding:0;
    text-transform: none;
    font-size:18px;
    color:#333333;
}

.timeline .timeline-body>p,
.timeline .timeline-body>ul {
    margin-bottom: 0;
    color:#808080;
}
/*Style for even div.line*/
.timeline>li:nth-child(odd) .line:before {
    content: "";
    position: absolute;
    top: 60px;
    bottom: 0;
    left: 690px;
    width: 4px;
    height:340px;
    background-color:  #296899;
    -ms-transform: rotate(-44deg); /* IE 9 */
    -webkit-transform: rotate(-44deg); /* Safari */
    transform: rotate(-44deg);
}
/*Style for odd div.line*/
.timeline>li:nth-child(even) .line:before  {
    content: "";
    position: absolute;
    top: 60px;
    bottom: 0;
    left: 450px;
    width: 4px;
    height:340px;
    background-color: #296899;
    -ms-transform: rotate(44deg); /* IE 9 */
    -webkit-transform: rotate(44deg); /* Safari */
    transform: rotate(44deg);
}
/* Medium Devices, .visible-md-* */
@media (min-width: 992px) and (max-width: 1199px) {
  .timeline > li:nth-child(even) {
    min-height: 0px;
    right: 0px;
  }
  .timeline > li:nth-child(odd) {
    min-height: 0px;
    left: 0px;
  }
  .timeline>li:nth-child(even) .timeline-image {
    left: 0;
    margin-left: 0px;
  }
  .timeline>li:nth-child(odd) .timeline-image {
    left: 690px;
    margin-left: 0px;
  }
  .timeline > li:nth-child(even) .timeline-panel {
    width: 76%;
    padding: 0 0 20px 0px;
    text-align: left;
  }
  .timeline > li:nth-child(odd) .timeline-panel {
    width: 70%;
    padding: 0 0 20px 0px;
    text-align: right;
  }
  .timeline > li .line {
    display: none;
  }
}
/* Small Devices, Tablets */
@media (min-width: 768px) and (max-width: 991px) {
  .timeline > li:nth-child(even) {
    min-height: 0px;
    right: 0px;
  }
  .timeline > li:nth-child(odd) {
    min-height: 0px;
    left: 0px;
  }
  .timeline>li:nth-child(even) .timeline-image {
    left: 0;
    margin-left: 0px;
  }
  .timeline>li:nth-child(odd) .timeline-image {
    left: 520px;
    margin-left: 0px;
  }
  .timeline > li:nth-child(even) .timeline-panel {
    width: 70%;
    padding: 0 0 20px 20px;
    text-align: left;
  }
  .timeline > li:nth-child(odd) .timeline-panel {
    width: 70%;
    padding: 0 0 20px 0px;
    text-align: right;
  }
  .timeline > li .line {
    display: none;
  }
}
/* Custom, iPhone Retina */
@media only screen and (max-width: 767px) {
  .timeline > li .timeline-panel {
    float: none;
    text-align:center;
  }
  .timeline>li.timeline-inverted>.timeline-panel {
    text-align: center;
  }
  .timeline>li:nth-child(odd),
  .timeline>li:nth-child(even) {
    height: 100%;
  }
  .timeline > li:nth-child(even) {
    margin-bottom: 40px;
    min-height: 0px;
    right: 0px;
  }
  .timeline > li:nth-child(odd) {
    margin-bottom: 40px;
    min-height: 0px;
    left: 0px;
  }
  .timeline>li .timeline-image {
    position: static;
    width: 150px;
    height: 150px;
    margin-bottom:0px;
  }
  .timeline>li:nth-child(even) .timeline-image {
    margin: 0 auto;
  }
  .timeline>li:nth-child(odd) .timeline-image {
    margin: 0 auto;
  }
  .timeline > li:nth-child(even) .timeline-panel {
    width: 100%;
    padding: 20px 0px 20px 0px
  }
  .timeline > li:nth-child(odd) .timeline-panel {
    width: 100%;
    padding: 20px 0px 20px 0px;
  }
  .timeline > li .line {
    display: none;
  }
  .timeline>li:after {
    min-height: 100%;
  }
  .timeline > li .timeline-image p {
    line-height: 1.7;
  }
}

.vorteil-box .vorteil-box-nr {
  background-color: #296899;
  display: inline-block;
  border-radius: 50px;
  margin-bottom: 15px;
  color: #fff;
  width: 60px;
  height: 60px;
  line-height: 2.2;
  font-size: 25px;
  border: 2px solid #72c6ea;
}

.vorteil-box .vorteil-box-linie {
  width: 120px;
  height: 2px;
  background-color: #53bceb;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 10px;
}



/* timeline */
.message-item {
  margin-bottom: 25px;
  margin-left: 40px;
  position: relative;
}
.message-item .message-inner {
  background: #fff;
  padding: 40px;
  position: relative;
}
.message-item .message-inner:before {
  border-right: 10px solid #ddd;
  border-style: solid;
  border-width: 10px;
  color: rgba(0,0,0,0);
  content: "";
  display: block;
  height: 0;
  position: absolute;
  left: -20px;
  top: 6px;
  width: 0;
}
.message-item .message-inner:after {
  border-right: 10px solid #fff;
  border-style: solid;
  border-width: 10px;
  color: rgba(0,0,0,0);
  content: "";
  display: block;
  height: 0;
  position: absolute;
  left: -18px;
  top: 6px;
  width: 0;
}
.message-item:before {
  background: #fff;
  border-radius: 2px;
  bottom: -30px;
  box-shadow: 0 0 3px rgba(0,0,0,0.2);
  content: "";
  height: 100%;
  left: -30px;
  position: absolute;
  width: 3px;
}
.message-item:after {
  background: #fff;
  border: 2px solid #ccc;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  content: "";
  height: 15px;
  left: -36px;
  position: absolute;
  top: 10px;
  width: 15px;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.message-item .message-head {
  border-bottom: 1px solid #eee;
  margin-bottom: 8px;
  padding-bottom: 8px;
}

.ende-mobile {
  border: 1px solid #fff;
  margin-top: 30px;
}

@media only screen and (min-width: 992px) {
  .last-item {
    padding-bottom: 290px;
  }
  .ende-mobile {
    border: none;
  }

}


.zoomimg {
  overflow: hidden;
}

.zoomimg img {
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.zoomimg:hover img {
  -moz-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.noborder {
  border: 1px solid transparent !important;
}

.preisbox {
  border: 10px solid #f1f1f1;
  padding: 60px 0;
  background-color: rgba(39, 144, 176, 0.07);
}
.preisbox .inklusiv {
  background-color: #fff;
  margin-top: 25px;
}
.preisbox .inklusiv p {
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
  margin: 0;
}
.preisbox .preisanzeige {
  padding: 30px 0;
  color: #fff;
  background-color: #296899;
}
.preisbox .preisanzeige .big {
  font-size: 40px;
  font-weight:lighter;
}
.preisbox .preisanzeige .big span {
  font-size: 16px;
}
.preisbox .optionale_leistungen td:first-child {
  float: left !important;
  text-align: left !important;
}
.preisbox .optionale_leistungen td:nth-child(2) {
  min-width:70px;
}

.linie {
  width: 120px;
  height: 2px;
  background-color: #53bceb;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: 10px;
}

.pagination-lg .page-item:last-child .page-link,
.pagination-lg .page-item:first-child .page-link {
  border-radius: 0;
}

.form-control {
  border-radius: 0;
  <!-- padding: 0.9rem .75rem; -->
}

.suchwort {
  color: #53bceb;
  font-weight: bold;
  background-color: #fff;
  padding: 0 5px;
  background: #fff;
}

select.form-control:not([size]):not([multiple]) {
  <!-- height: auto; -->
}


.ueber-uns div {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 20px 10px 5px 10px;
}

.article-text h2 {
  margin-top: 2rem!important;
  margin-bottom: 15px;
  line-height: 1.3;
  font-size: 26px;
}
.article-text h3 {
  margin-top: 2rem!important;
  margin-bottom: 15px;
  line-height: 1.3;
  font-size: 20px;
}
.article-text h4 {
  margin-top: 2rem!important;
  margin-bottom: 15px;
  line-height: 1.3;
  font-size: 18px;
}
.article-text ul,
.article-text ol {
  padding-left: 40px;
}
article {
  margin-top: 160px;
}

.autorbox {
  border: 10px solid #f1f1f1;
  padding: 10px 0;
  background-color: rgba(13, 71, 89, 0.09);
}
.autorbox .autorbild {
  border-radius: 200px;
}

#blog_uebersicht .card-title,
#kategorie .card-title{
  margin-top: 7px;
}
#blog_uebersicht .card-title a,
#kategorie .card-title a{
  font-size: 20px;
}
#blog_uebersicht .card-title a:hover,
#kategorie  .card-title a:hover{
  text-decoration: none;
}


.mk-kontakt .bg-weiss {
  background: #fff;
  padding: 40px;
}
.mk-kontakt .message-head {
  border-bottom: 1px solid #eee;
  margin-bottom: 8px;
  padding-bottom: 8px;
}

.ratenrechner {
  width: 230px;
  margin: 0 auto;
}
.ratenrechner .input-group-addon {
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 85px;
}
.ratenrechner .outer-rand {
  border: 1px dashed #ccc;
  padding: 9px;
}

@media screen and (max-width: 575px) {
  #rc-imageselect, .g-recaptcha {
    transform:scale(0.77);
    -webkit-transform:scale(0.77);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
  }
}

#marketing-konzepte {
  background-color:rgba(158, 158, 158, 0.07);
}

.telefonzeiten_kontakt {
  width:340px
}

.blockquote {
  margin: 30px 0;
  border-left: 0.3rem solid #53bceb;
}
.blockquote p {
  font-size: 26px;
  color: #9E9E9E;
}


#konzept {
  margin-top: 160px;
}
#konzepte,#leistungen, #leistung, #konzept-philosophie, #agb {
  margin-top: 160px;
  margin-bottom: 100px;
}

#konzept .hinweis p,
#leistung .hinweis p {
  font-size:80%;
  text-align: center;
}

#konzept .bootstrap-accordion {
  margin-bottom: 10px;
}
#konzept .bootstrap-accordion .card-block {
  padding: 1rem;
}

#konzept .bootstrap-accordion .card-block h4 {
  margin-bottom: 0;
}

#konzept .neben_video,
#leistung .neben_video {
  border-left: 5px solid #53bceb;
  padding-left: 20px;
  height: 99%;
  padding-top: 20px;
}

#konzept .aufzaehlungspunkte ol {
  list-style: none;
  padding: 0;
}
#konzept .aufzaehlungspunkte li {
  counter-increment: item;
   margin-bottom: 25px;
}
#konzept .aufzaehlungspunkte li:before {
  margin-right: 10px;
  content: counter(item);
  background: #53bceb;
  color: #ffffff;
  width: 1.5em;
  display: inline-block;
  font-size: 50px;
  position: absolute;
  left: -68px;
  border-right: 2px solid #000;
  text-align: center;
  margin-top: 5px;
}

#konzept .bootstrap-accordion-title {
  text-decoration: none;
  font-size: 20px;
}


#leistung h3 {
  font-size: 1.5rem;
}
#leistung .card {
  border-top: 5px solid #53bceb;
}

.table-weiss {
  background-color: #fff;
}
.btn-link {
  color: #53bceb}

.pfeilgroesse-gross {
  width: 30px;
  height: 40px;
  vertical-align: bottom;
}
.pfeilgroesse-normal {
  width: 20px;
  height: 26px;
  vertical-align: bottom;
}

.themecolor {
  color: #53bceb}


#agb h2 {
  font-size: 22px;
  margin-top: 45px;
  margin-bottom: 25px;
}
.ci_rot {
  color: #800000;
}