/*
* green: color:#8ab68a;
*/



@font-face {
  font-family: 'roboto_monoregular';
  src: url(fonts/robotomono-regular-webfont.woff2) format('woff2'), url(fonts/robotomono-regular-webfont.woff) format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'roboto_monothin';
  src: url(fonts/robotomono-thin-webfont.woff2) format('woff2'), url(fonts/robotomono-thin-webfont.woff) format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'comfortaa';
  src: url(fonts/Comfortaa-Medium.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}
html, .pageWrapper {
  height:100%;
}
body {
  padding: 0;
  margin: 0;
  font-family: roboto, sans-serif;
  font-size: 1em;
  font-weight: 100;
  -webkit-animation: fadeIn 2s;
  background:#fff;
  color:#313131;
  height:100%;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}
@keyframes fadeIn {
  from {
  	opacity: 0;
  }
  to {
 	opacity: 1;
  }
}
.mobile, .tablet {
  display: none;
}
.desktop, .fullscreen {
  display:block;
}
.container {
  width: 1200px;
  margin: 0 auto;
  padding:30px 15px;

}
.row {
  width:100%;
}
.container-full {
  margin: 0 auto;
  padding: 0
}
.container > .container {
  padding:0;
}
.contentWrapper {
  margin:160px auto 0 auto;
}

.flexbox {
  margin: 0 auto;
  display: flex;
  flex-wrap:wrap;
}
.flexbox.txtImg {
  flex-wrap: nowrap;
  align-items: center;
}
.flex-100 {
  width:100%;
}
.flex-75 {
  width:75%;
}
.flex-66 {
  width:66%;
}
.flex-50 {
  width:50%;
}
.flex-33 {
  width:33%;
}
.flex-25 {
  width:25%;
}
.container .flexbox {
  margin:0 -15px;
}
.flexItem, .flex_item {
  padding:15px;
}
.imgList {
  padding:0;
}
.flexJustify-left {
  justify-content: flex-start;
}
.flexJustify-center {
  justify-content: center;
}
.flexJustify-right {
  justify-content: flex-end;
}
.flexJustify-sb {
  justify-content: space-between;
}
.flexJustify-sa {
  justify-content: space-around;
}
.flexJustify-se {
  justify-content: space-evenly;
}
.flexAlign-start {
  align-items: flex-start;
}
.flexAlign-center {
  align-items: center;
}
.flexAlign-baseline {
  align-items: baseline;
}
.flexAlign-end {
  align-items: flex-end;
}
.flexAlign-strech {
  align-items: stretch;
}
.spaceBetween .flexbox {
  justify-content: space-between;
  padding:15px;
}
.noFlex {
  width:100%;
  display:block;
}
.content {
  padding: 50px 0
}


h1,h2, h3 {
  font-weight: 300;
  color:#8ab68a;
  font-family: 'comfortaa', sans-serif;
}

h1+h2, h2+h3 {
  margin-top: 0
}

blockquote {
  font-size:1.2em;
  font-weight: 400;
}
a {
  color:#003c75;
  transition:all 0.4s ease;
  text-decoration: none;
  transition:all 0.4s ease;
}

a:focus, a:hover {
  color:#8ab68a;
}
.divider {
  width:100%;
  padding:30px 15px;
}

.article_nav ul {
  padding:0;
  margin:0;
  list-style: none;
  display:flex;
  flex-wrap:wrap;
  justify-content: center;
}

a, li, p {
  font-size: 1.2em
}
label a {
  font-size:1em;
}
.nav li li, li a, p a, span a {
  font-size: 1em
}
.article_nav ul li {
  margin:15px;
}
.mobile {
  display: none
}

img {
  /*width: 100%;*/
  height: auto
}

.text-center, .align-center {
  text-align: center
}

.text-right {
  text-align: right
}

.smallContent {
  max-width: 768px;
}
.text-justify {
  text-align: justify;
}
p.twoCols {
  column-count:2;
  column-gap:30px;
}

.header_top {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 200;
  padding: 15px 0;
  width:100%;
  transition:all 0.4s ease;
  color:#545454;
  background: #fff;
  box-shadow: 2px 2px 8px rgba(0,0,0,0.6);
}
.header_top .container {
  padding:0 15px;
}
.header_top .flexbox {
  justify-content:space-between;
  align-items: flex-start;
  width:100%;
}
.header_top .flex_item {
  padding:0 15px;
}
.nav-up {
  top: -250px
}
.logo {
  text-align: center;
}
.logo img {
  max-width: 300px;
  height:auto;
}
.info {
  text-align: right;
}

.menu_btn a {
  height: 30px;
  display: block;
  width: 30px;
  margin: 10px 0
}

.menu_btn a span, .menu_btn a:after, .menu_btn a:before {
  content: '';
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background: #8ab68a;
  /* box-shadow: 2px 2px rgba(0,0,0,0.6); */
  margin: 6px 0;
  display: block;
  transition: all .4s ease
}

.nav li ul, html.mm-opened .menu_btn a span {
  display: none
}

html.mm-opened .menu_btn a:before {
  transform: rotate(45deg)
}

html.mm-opened .menu_btn a:after {
  transform: rotate(-45deg);
  margin-top: -9.5px
}

html.mm-opened .menu_btn a {
  margin-top: 20px
}

.mainNav ul {
  margin: 0;
  padding: 0;
  display:flex;
  justify-content: center;
}

.mainNav li {
  position: relative;
  list-style: none;
}
.mainNav li a {
  padding:5px 15px;
  display:inline-block;
  /* text-shadow:1px 1px rgba(0,0,0,0.6); */
  font-weight: 300;
}
.mainNav li:last-child a {
  padding-right:0;
}
.mainNav li a:hover, .mainNav li a:focus, .mainNav li.active a, .info a:hover, .info a:focus {
  color:#8ab68a;
}
.mainNav ul.subNav {
  opacity:0;
  transition:all 0.4s ease;
  visibility: hidden;
  width:100%;
  display:block;
}
.subNav li a {
  font-size:0.65em;
  background:rgba(49,49,49,1);
  width:100%;
  display:block;
}
.mainNav li:hover > ul.subNav, .mainNav li:focus > ul.subNav {
    visibility: visible;
    opacity:1;
}


.mainNav li ul {
  position: absolute;
  left: 0;
  z-index: 500
}


/*slider*/
.headSlider, .headSliderSub {
  position: relative;
  overflow:hidden;
}
.headSlider .slick-slider, .headSliderSub .slick-slider {
  margin:0;
}
.arrowDown {
  width:50px;
  height:50px;
  background:url(/custom/assets/arrow-down.png) center center no-repeat;
  background-size:contain;
  position: absolute;
  left:50%;
  margin-left:-25px;
  bottom:15%;
  z-index: 100;
  cursor:pointer;
  transform: scale(1);
	animation: pulse 2s infinite;
}

@keyframes pulse {
	0% {
		transform: scale(0.95);
	}

	70% {
		transform: scale(1);
	}

	100% {
		transform: scale(0.95);
	}
}
.sliderItem,  .parallaxTxt {
  position:relative;
}
.sliderItem {
  height:100vh;
  background-size:cover !important;
}
.headSliderSub .sliderItem {
  height:600px;
  background-size:100% auto !important;
}
.sliderItem .flexbox, .parallaxTxt .flexbox {
  position: absolute;
  top:0;
  left:0;
  bottom:0;
  right:0;
  justify-content: center;
  align-items: center;
}
.parallaxTxt .flexbox {
  align-items: center;
}
.sliderItem .linkWrapper {
  text-align: center;
  position: relative;
  z-index:100;
}

.sliderTxt {
  max-width: 50%;
  background:rgba(49,49,49,0.7);
  padding:60px;
  position: relative;
}
.slick-active .sliderTxt {
    -webkit-animation: fadeIn 2s;
    animation: fadeIn 2s;
}
.sliderTxtInner p, .parallaxTxt {
  color:#fff;
  font-family: 'roboto';
  font-size:2em;
  text-shadow: 1px 1px rgba(0,0,0,0.6);
  text-align: center;
  margin:5px;
  font-weigth:100;
}
 .button {
  padding:10px 20px;
  font-size:1.2em;
  color:#fff;
  border: 1px solid #8ab68a;
  background:#8ab68a;
  transition:all 0.4s ease;
  text-decoration: none;
  display:inline-block;
  margin-top:15px;
  /* box-shadow: 2px 2px 6px rgba(0,0,0,0.6); */
}

.headSlider .slick-dots, .headSliderSub .slick-dots {
  bottom:10px;
}
.headSlider .slick-dots li button::before, .headSliderSub .slick-dots li button::before {
  content:'';
  border:1px solid #8ab68a;

}
/*contentSlider*/

.contentSliderItem .flex_item {
  width:50%;
  height:400px;
  padding:30px 60px 30px 30px;
}
.fullImg .contentSliderImg {
  height:400px;
  background-size:100% auto !important;
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
}
.fullImg .contentSliderTxt, .fullImg .contentSliderTxt h2, .fullImg .contentSliderTxt h3 {
  color:#fff;
  text-shadow:1px 1px rgba(0,0,0,0.6);
}
.fullImg .contentSliderTxt {
  height:400px;
  z-index:100;
  position: relative;
  text-align: center;
}
.contentSliderTxt .flexbox {
  height: 100%;
  align-items: center;
  justify-content: center;
}
.contentSliderItem {
  position: relative;
}
.contentSliderItem .nextItem {
  height:60px;
  width:30px;
  background:url(/custom/assets/arrow-next.png) no-repeat center center;
  background-size:contain;
  position: absolute;
  top:50%;
  margin-top:-30px;
  right:30px;
  z-index:100;
  cursor:pointer;
}

/*content*/
.greenArea {
  background: #8ab68a;
  background: -webkit-linear-gradient(bottom right, #323232, #050505);
  background: -moz-linear-gradient(bottom right, #323232, #050505);
  background: linear-gradient(to top left, #323232, #050505);
}
.lightGreenArea {
  background-color: rgba(138,182,138,0.19);
}


/*parallax*/
.parallaxItem {
  height:500px;
  background-size:cover !important;
  background-attachment: fixed !important;
  overflow:hidden;
  position: relative;
}
.parallaxTxt {
  height:100%;
}
.parallaxTxt h2, .parallaxTxt h3 {
  color:#fff;
}
.parallaxItem::before, .headSlider::before, .headSliderSub::before {
  content:'';
  position: absolute;
  background:rgba(0,0,0,0.4);
  top:-20px;
  left:0;
  right:0;
  height:40px;
  border-radius: 50%;
  filter: blur(12px);
  z-index: 100;
}
.parallaxItem::after, .headSlider::after, .headSliderSub::before {
  content:'';
  position: absolute;
  background:rgba(0,0,0,0.4);
  bottom:-20px;
  left:0;
  right:0;
  height:40px;
  border-radius: 50%;
  filter: blur(12px);
  z-index: 100;
}
/*Video*/
.plyr {
  min-width: 500px;
  margin:15px;
}
/*fadIn effect*/
.fade-in {
  opacity: 0;
  transform: translateY(20vh);
  visibility: hidden;
  transition: opacity 0.6s ease-out, transform 1.2s ease-out;
  will-change: opacity, visibility;
}
.fade-in.is-visible {
  opacity: 1;
  transform: none;
  visibility: visible;
}
/*hebammenverzeichnis mit Ampel*/
.serviceItem {
  border:1px solid #8ab68a;
  margin:30px auto;
  border-radius: 6px;
  overflow:hidden;
  padding:0 15px;
  width:100%;
}
.sortby {
  display:none;
}
.provider {
  background-color: rgba(138,182,138,0.19);
}
.provider h3 {
  display:block;
  width:100%;
  text-align: center;
  position: relative;
  font-size:1.8em;
}
.provider h3::after {
  content:'';
  position: absolute;
  bottom:-15px;
  left:0;
  right:0;
  height:1px;
  background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1), rgba(255,255,255,0));
  z-index: 10;
}
.pLabel, .pValue {
  display: block;
}
.pLabel {
  background:#8ab68a;
  color:#fff;
  padding:10px 5px;
  text-align: center;
    border-radius:4px 4px 0 0;
}
.pValue {
  padding:5px;
}
.strongGreen {
  font-weight: 400;
  color:#8ab68a;
  padding-right:10px;
}
.infoItem {
  display:flex;
}
table.dl {
  margin-bottom: 15px;
}
table.dl th {
  text-align: right;
  color:#8ab68a;
}
td .icon {
  padding: 0 5px;
  color:#666;
}
.calWrapper {
  flex-wrap: nowrap;
  justify-content: space-between;
}
.calendar {
  padding:0;
  margin:15px;
  width:50%;
}
.calInner {
  border:1px solid #8ab68a;
  border-radius:4px 4px 0 0;
  overflow: hidden;
}
.monthVal {
  white-space: nowrap;
}
.calendar .flex_item {
  padding:5px;
}

.calendar .flexbox, .provider {
  position: relative;
  margin:1px 0;
}
.calendar .flexbox::after, .provider::after {
  position: absolute;
  content:'';
  width:100%;
  height:1px;
  bottom:0;
  background:linear-gradient( to right, rgba(138,182,138,0.1), rgba(138,182,138,0.6),rgba(138,182,138,0.1));
}
.calendar .month {
  color:#8ab68a;
  font-weight: 400;
}
.calendar .grey {
  opacity: 0.3;
}
.calendar .green {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#18961c+0,7edd77+100 */
background: #18961c; /* Old browsers */
background: -moz-linear-gradient(left,  #18961c 0%, #7edd77 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #18961c 0%,#7edd77 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #18961c 0%,#7edd77 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#18961c', endColorstr='#7edd77',GradientType=1 ); /* IE6-9 */
color:#fff;
}
.calendar .red {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cc3420+0,e2713d+100 */
background: #cc3420; /* Old browsers */
background: -moz-linear-gradient(left,  #cc3420 0%, #e2713d 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #cc3420 0%,#e2713d 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #cc3420 0%,#e2713d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc3420', endColorstr='#e2713d',GradientType=1 ); /* IE6-9 */
color:#fff;
}
.text {
  padding:0 5px;
}
.txtInner {
  margin:0 !important;
  flex-wrap:nowrap;
  align-items: center;
}
.map {
  padding:15px 5px;
}
.noResultsContainer {
  display:none;
}
.filters {
  padding:15px;
  background-color: rgba(138,182,138,0.19);
}
.infoItem {
  padding:5px;
}
.moreBtn {
  border:1px solid #8ab68a;
  color:#8ab68a;
  padding:15px;
  text-align: center;
  font-weight:400;
  cursor:pointer;
  transition:all 0.4s ease;
}
.moreBtn span {
  width:20px;
  height:20px;
  display: block;
  border-left:1px solid #8ab68a;
  border-bottom:1px solid #8ab68a;
  transform: rotate(-45deg);
  margin: 0 auto;
}
.moreBtn:hover, .moreBtn:focus {
  background:#8ab68a;
  color:#fff;
}
.moreBtn:hover span, .moreBtn:focus span {
  border-color:#fff;
}
/*formular*/
.yform {
  padding:15px;
  width:80%;
}
.form-group, .form-check-group {
  margin-bottom:15px;
  display: flex;
  align-items: center;
}
.control-label {
  padding:5px 15px;
  width:30%;
  text-align: right;
  font-size:1.2em;
  color:#00547a;
}
.checkbox {
    padding-right:15px;
    font-size:1.2em;
}
.checkbox label {
    display:block;
    text-indent:0;
}
.alert li {
    font-weight:bold;
    color:#cc3420;
}

.input-group {
    width:58.2%;
    display:flex;
}
.input-group .form-control {
    flex-grow:1;
}

.input-group-btn .btn {
    margin-left:15px;
}

.form-control {
  padding:5px 15px;
  background:transparent;
  border:1px solid #8ab68a;
  border-radius: 0;
  width:60%;
  font-size:1.2em;
  color:#666;
  background: #eee;
}

.form-control.datepicker {
  width:20%;
}
.qRequest {
  width:80%;
  margin:0 auto;
}
.qRequest label {
  display:none;
}
.qRequest .form-control.datepicker, .qRequest .btn {
  width:100%;
  background:transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border:1px solid #8ab68a;
  color:#fff;
  font-weight: 100 !important;
  margin:15px 0;
  font-family: 'roboto';
}


.yform .btn {
  color:#666;
  padding:10px 20px;
  font-size:1.2em;
  font-weight:400;
  border:1px solid #8ab68a;
  background:transparent;
  margin-left:30%;
  cursor:pointer;
  transition:all 0.4s ease;
}
.yform .qRequest .btn, .pinkBtn {
  border:1px solid #8ab68a;
  padding:10px 20px;
  font-size:1.2em;
  color:#8ab68a;
  border-radius:0;
  margin:15px 0;
}
.button:hover, .button:focus, .yform .btn:hover, .yform .btn:focus, .yform .qRequest .btn:hover,  .yform .qRequest .btn:focus, .yform .btn:hover, .yform .btn:focus  {
  background:#cebca5;
  color:#313131;
  border-color:#cebca5;
}
.formcheckbox label {
  margin-left: 30%;
}
.form-check-label {

}
.formcheckbox {
    margin-bottom:15px;
}
.reset {
  display: block;
  color:#8ab68a;
  font-weight: 400;
  cursor:pointer;
  padding:15px 0;
  transition:all 0.4s ease;
}
.reset:hover, .reset:focus {
  color:#999;
}
.contentImg {
  width:400px;
  height:auto;
}
.imgList {
  align-items: center;
}
.listImg img:not([width]) {
  width:100%;
  height:auto;
}
.gallery.flexbox {
  justify-content: center;
  align-items: center;
  padding:30px 0;
}
.gallery a {
  display: inline-block;
}
.gallery.bottomLeftImg {
  justify-content: flex-start;
}
/*footer*/
footer {
  padding-bottom:10px;
}
.footer {
  position: relative;
}
.footer a {

}
.footer a:hover, .footer a:focus {

}


.footer .flexbox {
  justify-content: space-between;
  align-items: flex-end;
  margin:0 -15px;
}
.fLinks {
  margin-top:30px;
}
.footer .flex_item {
  width:50%;
}
.fLogo img {
  width:150px;
  height:auto;
}
.fLogo {
  padding:15px;
}
.navFooter ul {
  margin:0;
  padding:0;
  display:flex;
}
.navFooter ul li {
  padding:0 15px 0 0;
  display:inline-block;
}
.rex-navi1 li {
  list-style: none;
}
.copyWrapper {
  text-align: center;
  padding:5px 15px;
}
.copyWrapper p {
  margin:0;
}

/*mediaqueries*/

@media screen and (max-width:1350px) {
  body {
    font-size:1em;
  }
  .container {
    width:100%;
    max-width:1024px;
  }
  .info {
    width:20%;
  }
}
@media screen and (max-width:1200px) {

}
@media screen and (max-width:1024px) {
  .fullscreen {
    display:none;
  }
  .tablet {
    display: block;
  }
  .location {
    width:50%;
  }
  .serviceInfo {
    width:100%;
  }


}
@media screen and (max-width:768px) {
  .mobile {
    display:block;
  }
  .desktop {
    display:none;
  }
  .header_top {
    position: absolute;
  }
  p, li, a {
    /* font-size: 1em; */
  }

  .mobile .email-show:after, .mobile .email-show::before {
    display:none;
  }
  .mobile .mail {
    background:url(/custom/assets/mail.png) center center no-repeat;
    background-size:contain;
    position: relative;
  }
  .mobile .mail a {
    display: block;
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
  }
  .rex-yform {
    padding:15px 0;
  }
  .control-label {
    width:30%;
  }
  .contentImg {
    width:100%;
  }
  .calWrapper {
    flex-wrap: wrap;
  }
  .flex-50 {
    width:100%;
  }
  .txtInner {
    flex-wrap:wrap;
  }
}
@media screen and (max-width:600px) {

  .form-group {
    flex-wrap:wrap;
  }
  .form-control, .control-label {
    width:100%;
  }
  .control-label {
    padding:5px 0;
        text-align: left;
  }
  .rex-yform .btn {
    margin-left:0;
  }
  .calendar {
    font-size:0.9em;
  }
}
@media screen and (max-width:400px) {

}
