/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/* Bei den Newsboxen auf der Newsseite selbst die weiteren News unten*/
.fe-query-results-shortcode-output {
	justify-content: space-around !important;
}

/* Header Style */

header a:focus {
  outline: solid 0px !important;
}

.removed-first-posts > div:first-child {
  display: none !important;
}

header .container {
  width: 1525px;
  max-width: 100%;
}

#site-header-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;

  margin-top: 30px;
}

#site-navigation-wrap {
  margin-left: auto;
  right: 0;
}

#site-header-inner li:last-child {
  margin-right: 5px;
}

.img-decoration-front::before {
  content: url("./images/decoration-icon.svg");
  position: absolute;
  bottom: -103px;
  right: 140px;
}

.decoration-line-home .elementor-column {
  height: 700px;
}

.decoration-line-home .elementor-column-gap-no {
  margin-right: -15px !important;
}

.decoration-line-home {
  position: relative;
  top: -910px;
  z-index: -2;
}

.home-sub-title-custom {
  margin-top: -653px;
}

.info-blog-icon::before {
  content: url("./images/info.svg");
}

.news-blog-icon {
  content: url("./images/news.svg");
}

.personal-blog-icon {
  content: url("./images/personal.svg");
}

.card-style_cs {
  border-radius: 30px 0px 30px 30px;
  padding: 60px 46px 40px 46px;
  position: relative;
  max-width: 372px;
  width: 100%;
  margin-bottom: 40px;
}

.info-card-color {
  background-color: #e44b3f1a;
}

.news-card-color {
  background-color: #f0f5ef;
}

.personal-card-color {
  background-color: #6834421a;
}

.blog-icon {
  position: absolute;
  right: 0;
  top: -20px;
}

.fe-query-results-shortcode-output {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;

}

.post-date {
  font-family: "Signika", Sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

.info-card-color .post-date {
  color: #E44B3F;
}

.news-card-color .post-date {
  color: #64BA78;
}

.personal-card-color .post-date {
  color: #683442;
}

.post-item-title {
  font-family: "Signika", Sans-serif;
  color: #25323E;
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
  margin-bottom: 36px;
  display: block;
  transition: all .3s ease-in;
}

.post-item-title:hover {
  color: #64ba78;
}

.content-post-exerpt {
  font-family: "Signika", Sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 37px;
}

.link-blog-custom {
  font-family: "Signika", Sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  transition: all .3s ease-in;
  text-align: right;
  display: block;
  margin-left: auto;
}

.link-blog-custom:hover {
  color: #64ba78;
}

.link-blog-custom svg {
  transition: all .3s ease-in;
}

.link-blog-custom:hover svg {
  transform: rotate(24deg);
}

.link-blog-custom:hover svg path {
  fill: #64ba78;
}

.btn-hover-custom a {
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  transition: all ease 0.8s;
  box-shadow: inset 0 0 0 0 #64BA78;
}

.btn-hover-custom a:hover {
  box-shadow: inset 200px 0 0 0 #5C9B6A;
  color: #fff;
}

.home-decoration-tingular .elementor-container .elementor-top-column .elementor-widget-wrap {
  border-radius: 30px 0px 30px 30px;
}

.home-decoration-tingular>.elementor-container {
  position: relative;
}

.home-decoration-tingular>.elementor-container::before {
  content: url(./images/decoration-icon.svg);
  position: absolute;
  top: -97px;
  right: 310px;
  z-index: 2;
}

.footer-top {
  background: #F1F1F1;
  padding-top: 45px;
  padding-bottom: 34px;
}

.footer-bottom {
  background: #64BA78;
  padding-top: 18px;
  padding-bottom: 12px;
}

.footer-bottom-content {
  max-width: 1560px;
  width: 100%;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}

.footer-top--conteiner {
  max-width: 1540px;
  width: 100%;
  margin: 0 auto;
  padding-right: 20px;
}


.footer-top--conteiner {
  display: flex;
  justify-content: space-between;
}

.line-decoration {
  margin-top: 14px;
  width: 58px;
  background: #313941;
  height: 4px;
  border-radius: 10px;
}

.footer-top--conteiner__right {
  display: flex;
}

.footer-title {
  font-family: "Signika", Sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 16px;
}

#menu-footer {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}

#menu-footer li {
  width: 50%;
}

#menu-footer a {
  font-family: "Signika", Sans-serif;
  font-size: 18px;
  line-height: 26px;
  color: #3D3D3D;
  font-weight: 500;
  margin-bottom: 4px;
  transition: all .3s ease-in;
}

#menu-footer a:hover,
.footer-link:hover {
  color: #64ba78;
}

.footer-top--conteiner__right--box {
  margin-right: 170px;
}

.footer-link {
  font-family: "Signika", Sans-serif;
  font-size: 18px;
  line-height: 26px;
  color: #3D3D3D;
  font-weight: 500;
  margin-bottom: 4px;
  transition: all .3s ease-in;
}

.footer-text {
  font-family: "Signika", Sans-serif;
  font-size: 18px;
  line-height: 26px;
  color: #3D3D3D;
  font-weight: 500;
  margin-bottom: 4px;

}

a:focus {
  outline: none !important;
}

.footer-bottom-content--text {
  margin: 0;
  padding: 0;
  font-family: "Signika", Sans-serif;
  font-weight: 600;
  font-size: 16px!important;
  line-height: 28px;
  color: #FFFFFF;
}

a.footer-bottom-content--text:hover {
  color: #c2bdbd;
}

.footer-bottom-content {
  display: flex;
  justify-content: space-between;
}

.footer-right-link {
  margin-right: 50px;
}

/*Font Awesome Pfeil in Navigation verkleinern*/
.fa-angle-down:before {
 	font-size:18px!important;
}

/* Aktueller Menupunkt*/
/*header ul li.current-menu-item a {
  position: relative;
color: #64BA78 !important;

}*/

/* Apply active color to anchor links in the menu */
header ul li a {
  color: #3D3D3D; /* Change this to your desired default color for anchor links */
}

/* Apply active color to the current menu item */
header ul li.current-menu-item a {
  position: relative;
  color: #64BA78 !important; /* Change this to your desired active color for the current menu item */
}


/* Blog Page */
.blog-main-container {
  max-width: 1250px;
  padding: 100px 10px 0px 10px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.alm-btn-wrap {
  text-align: right !important;
}

.alm-load-more-btn {
  font-family: "Signika", Sans-serif !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  background-color: #64BA78 !important;
  border-radius: 10px 0px 10px 10px !important;

  -webkit-transition: all ease 0.8s !important;
  -moz-transition: all ease 0.8s !important;
  transition: all ease 0.8s !important;
  box-shadow: inset 0 0 0 0 #64ba78 !important;
  margin-bottom: 160px !important;
}


.alm-load-more-btn:hover {
  box-shadow: inset 200px 0 0 0 #5c9b6a !important;
  color: #fff !important;
}

.blog-top-container {
  display: flex;
  justify-content: space-between;
  align-items: end;
  flex-wrap: wrap;
}

.blog-top-container {
  margin-bottom: 124px;
}

.blog-top-container--title {
  font-size: 72px;
  line-height: 80px;
  color: #64BA78;
  font-family: "Signika", Sans-serif;
  font-weight: 600;
}

.blog-top-container--text {
  font-size: 24px;
  line-height: 30px;
  color: #3D3D3D;
  font-family: "Signika", Sans-serif;
  font-weight: 600;
  max-width: 488px;
  text-align: right;

}

.alm-reveal {
  display: flex !important;
  justify-content: space-between !important;
  flex-wrap: wrap !important;
  width: 100% !important;
}

.alm-listing .alm-reveal:after {
  display: none !important;
}

.header-line .elementor-divider-separator {
  border-radius: 10px;
}

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

.about-us-custom-decoration {
  margin-top: -420px;
}

.about-us-custom-decoration-right {
  height: 500px;


}

.about-us-custom-decoration-right .elementor-widget-wrap {
  border-radius: 20px 20px 0px 20px;
}

.about-us-custom-decoration-right:before {
  content: "";
  width: 900px;
  position: absolute;
  height: 500px;
	

  background-color: #F0F5EF;
  border-radius: 20px 20px 0px 20px;
  left: -740px;
}

.about-us-custom-decoration-left {
  width: 50% !important;
}

.about-us-custom-decoration-right {
  width: 50% !important;
}

.hero-about-img,
.about-us-img-2 {
  position: relative;
}

.hero-about-img::before {
  content: url('./images/about-us-hero-decoration.svg');
  position: absolute;
  top: 55px;
  left: -50px;
}

.about-us-img-2::before {
  content: url('./images/about-us-hero-decoration-1.svg');
  position: absolute;
  bottom: -90px;
  right: -90px;
}

.decotation-2-about-us {
  margin-top: -850px;
}

.decotation-2-about-us .elementor-column {
  height: 850px;
  position: relative;
  z-index: 0;
  border-radius: 0px 0px 30px 0px;
}

.decotation-2-about-us .elementor-widget-wrap {
  border-radius: 0px 0px 30px 0px;
}

.btn-pdf {
  position: relative;
}

.btn-pdf a {
  font-family: "Signika", Sans-serif !important;
  color: #313941 !important;
  font-size: 14px !important;
  line-height: 16px !important;
  font-weight: bold !important;
  width: 119px;
  height: 145px;
  border-radius: 30px 0px 30px 30px;
  display: flex;
  justify-content: center;
  align-items: end;
  margin-right: 20px;
  position: relative;
  transition: all .3s ease-in;
  margin-bottom: 20px;

}

.btn-pdf .elementor-button-wrapper {
  position: relative;
}

.btn-pdf .elementor-button-wrapper::before {
  content: "PDF";
  font-family: "Signika", Sans-serif !important;
  color: #313941 !important;
  font-size: 14px !important;
  line-height: 16px !important;
  font-weight: bold !important;
  top: 15px;
  position: absolute;
  right: 34px;
  z-index: 1;
}

.btn-pdf a::before {
  content: url('./images/arrow-pdf.svg');
  position: absolute;
  bottom: 62px;
}

.btn-pdf a::after {
  content: '';
  border: 3px solid #313941;
  width: 46px;
  height: 46px;
  position: absolute;
  border-radius: 50%;
  border: 3px solid #313941;
  margin-bottom: 41px;
}

.btn-pdf a:hover::after {
  width: 2px;
  height: 2px;
  transition: all .3s ease-in;
}

.btn-pdf a:hover {
  box-shadow: inset 0px 0px 50px 150px #5c9b6a;
  color: #fff;
}

.decotation-2-about-us .elementor-divider-separator {
  display: none !important;
}

.img-icon-here-box figure {
  width: 100% !important;
}

.img-icon-here-box img {
  width: 107px !important;
  height: 107px !important;
}

.img-icon-here-box {
  width: 180px !important;
	margin-bottom:30px!Important;

}

.grey-icons-contaner .grey-icons-contaner-inside {
  width: 70% !important;

}

.grey-icons-contaner-inside {
  background: #F1F1F1;
  border-radius: 30px 0px 30px 30px;
  padding: 20px 20px 20px 20px;
}

.top--betreuung-fix {
  margin-top: -80px !important;
}

.contact-hero-img,
.main-title-contact {
  position: relative;
}

.contact-hero-img::before {
  content: url(./images/about-us-hero-decoration.svg);
  position: absolute;
  top: -70px;
  right: -52px;
}

.main-title-contact::before {
  content: url('./images/about-us-hero-decoration.svg');
  position: absolute;
  top: -50px;
  right: 138px;
}

.wpcf7-form label {
  font-family: "Signika", Sans-serif;
  color: #3D3D3D;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
}

.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form select {
  background: #FFFFFF !important;
  border-radius: 10px !important;
  border: none !important;
  outline: none;

  font-family: "Signika", Sans-serif !important;
  font-size: 16px !important;
  font-weight: 500;
}

.wpcf7-form select option {
  margin: 40px;
  background: #25323E;
  color: #fff;
  padding-bottom: 2px;
  padding-top: 2px;
}

.wpcf7-form select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff !important;
  background-image: url('./images/contact-from-arrow.svg') !important;
  background-repeat: no-repeat !important;
  background-position-x: 98% !important;
  background-position-y: 10px !important;
}

form select:focus {
  background-image: url('./images/arrow-top-focus.svg') !important;
}

.wpcf7-form .wpcf7-submit {
  font-family: "Signika", Sans-serif !important;
  font-size: 18px !important;
  font-weight: 500;
  background-color: #64BA78 !important;
  border-radius: 10px 0px 10px 10px !important;
  text-transform: initial;
  margin-left: auto;
  width: 217px;
  display: block;
}



.wpcf7-form .wpcf7-submit:hover {
  box-shadow: inset 220px 0 0 0 #5c9b6a;
  color: #fff;
}

.impressum--main-title,
.datenschutz--main-title {
  position: relative;
}

.impressum--main-title::before {
  content: url('./images/about-us-hero-decoration.svg');
  position: absolute;
  top: -50px;
  right: 230px
}

.datenschutz--main-title::before {
  content: url('./images/about-us-hero-decoration.svg');
  position: absolute;
  top: -50px;
  right: 190px
}

/* Cookie */
.cky-consent-container {
  position: fixed;
  box-sizing: border-box;
  z-index: 9999999;
  border-radius: 6px;
  height: 100% !important;
  width: 100% !important;
  background: #00000017;
  top: 0 !important;
  left: 0 !important;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.cky-revisit-bottom-left {
  display: none !important;
}

.cky-consent-bar {
  position: absolute;
  top: 50%;  /* position the top  edge of the element at the middle of the parent */
  left: 50%; /* position the left edge of the element at the middle of the parent */

  transform: translate(-50%, -50%); /* This is a shorthand of
                                       translateX(-50%) and translateY(-50%) */
box-shadow: 3px 3px 6px #00000029 !important;
border-radius: 30px 0px 30px 30px !important;
max-width: 450px;

}

body .cky-title {
  color: #64BA78 !important;
  font-family: "Signika", Sans-serif !important;
  font-weight: 600 !important; 
  font-size: 50px !important;
  line-height: 58px !important;
  text-align: center;
}

.cky-notice-des p {
  color: #3D3D3D !important;
  font-family: "Signika", Sans-serif !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 26px !important;
  text-align: center !important;
  margin-bottom: 0;
}

.cky-btn-accept {
  font-family: "Signika", Sans-serif !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  background-color: #64BA78 !important;
  border-radius: 10px 0px 10px 10px !important;
  -webkit-transition: all ease 0.8s !important;
  -moz-transition: all ease 0.8s !important;
  transition: all ease 0.8s !important;
  box-shadow: inset 0 0 0 0 #64ba78 !important;
  border: none !important;
}

.cky-btn-reject {
  font-family: "Signika", Sans-serif !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  background-color: none !important;
  border-radius: 10px 0px 10px 10px !important;
  -webkit-transition: all ease 0.8s !important;
  -moz-transition: all ease 0.8s !important;
  transition: all ease 0.8s !important;
  box-shadow: inset 0 0 0 0 #64ba78 !important;
  border: 1px solid #64BA78  !important;
  color: #64BA78 !important;
}

.cky-btn-accept:hover {
  box-shadow: inset 200px 0 0 0 #5c9b6a !important;
  color: #fff !important;
}

.cky-btn-reject:hover {
  box-shadow: inset 220px 0 0 0 #5c9b6a !important;
  color: #fff !important;
}

body .cky-title {
  position: relative;
  margin-top: 80px !important;
}

body .cky-title::before {
  content: url('./images/Icon-awesome-cookie-bite.svg');
  position: absolute;
  top: -34px;  /* position the top  edge of the element at the middle of the parent */
  left: 50%; /* position the left edge of the element at the middle of the parent */

  transform: translate(-50%, -50%); /* This is a shorthand of
                                       translateX(-50%) and translateY(-50%) */
}

.single-post-title, .single-post .meta,.single-post #comments,.single-post #related-posts {
  display: none;
}

/*.post-in-category-personal, .post-in-category-personal #site-header-inner, .post-in-category-personal #site-header {
  background: #EFEAEB !important;
  background-color: #EFEAEB !important;
} */

/*.post-in-category-news, .post-in-category-news #site-header-inner, .post-in-category-news #site-header {
  background: #F0F5EF !important;
  background-color: #F0F5EF !important;
} */

.post-in-category-personal footer, .post-in-category-news footer {
  margin-top: -40px;
}

.personal-title-cs {
  color: #683442;
  font-family: "Signika", Sans-serif;
  font-size: 36px;
  font-weight: 700;
  font-style: normal;
  line-height: 44px;
}

.post-in-category-news .personal-title-cs, 
.post-in-category-news .single-post-custom-title  {
  color: #64BA78 !important;
}

.single-post-custom-title {
  color: #683442;
  font-family: "Signika", Sans-serif;
  font-size: 100px;
  font-weight: 600;
  font-style: normal;
  line-height: 108px;
}

.slider-news .eicon-chevron-left:before {
  content: url('./images/arrowbefore-slider.svg');
}

.slider-news .eicon-chevron-right:before {
  content: url('./images/arrow-after.svg');
}

.footer-logo {
  max-width: 264px;
}
/* Responsive */
@media screen and (min-width: 1200px) { 
  .slider-news .elementor-swiper-button {
    top: inherit;
  }

  .slider-news .elementor-swiper-button-prev {
    left: calc(100% - 120px);
  }
	

	
	
	
}
@media screen and (min-width: 1620px) {
  #site-header-inner li {
    margin-right: 40px;
  }

  #site-header-inner li:last-child {
    margin-right: 10px;
  }

  .grey-icons-contaner-inside {
    padding: 100px 120px 70px 170px;
  }

  .grey-icons-contaner .grey-icons-contaner-inside {
    width: 80% !important;
  }
}

@media screen and (max-width: 1320px) {
  #site-header-inner a {
    font-size: 18px !important;
  }

  .about-us-custom-decoration-right:before {
    content: "";
    width: 700px;
    position: absolute;
    height: 440px;
    background-color: #F0F5EF;
    border-radius: 20px 20px 0px 20px;
    left: -650px;
  }
}

@media screen and (max-width: 959px) {

  .mobile-menu .oceanwp-text,
  .mobile-menu .oceanwp-close-text,
  #mobile-menu-search {
    display: none !important;
  }

  .oceanwp-mobile-menu-icon {
    margin-left: auto !important;
    margin-right: 20px;
  }

  #site-header-inner {
    margin-top: 0px;
  }

  .mobile-menu,
  .mobile-menu:hover {
    color: #25323e !important;
  }

  .oceanwp-mobile-menu-icon .fa-bars {
    border-radius: 20px 0px 20px 20px;
    padding: 10px;
    background: #f0f5ef;
  }

	/* Mobiles Menu*/
  #mobile-dropdown ul li {
    border-bottom: 0px solid rgba(0, 0, 0, 0.035);
    background: #f0f5ef!important;
	  font-size: 25px!Important;
	  padding-left:15px!Important;
	  	 
  }
	
	 #mobile-dropdown ul li a:hover {
    color:#333333!important;
	  	 
  }
	
	.sub-menu a  {
 	  font-size: 18px!Important;
	 
  }
	
	/* ENDE MOBILES MENU*/

  .footer-top--conteiner {
    flex-wrap: wrap;
  }

  .footer-top--conteiner__right--box {
    margin-right: 0;
    width: 100%;
    margin-bottom: 30px;
  }

  .footer-top--conteiner__right {
    display: flex;
    padding-left: 20px;
    flex-wrap: wrap;
  }

  #menu-footer {
    max-width: 300px;
  }

  .footer-logo-container {
    margin-bottom: 30px;
  }

  .footer-right-link {
    margin-right: 30px;
  }

  .mobile-main-title-dec {
    margin-top: 100px;
  }

  header ul li.current-menu-item a::before {
    content: none;
  }

  .blog-top-container--title {
    font-size: 36px;
    line-height: 42px;
  }

  .blog-top-container--text {
    font-size: 14px;
    line-height: 18px;
    color: #3D3D3D;
    font-family: "Signika", Sans-serif;
    font-weight: 600;
    max-width: 100%;
    text-align: left;
  }

  .blog-main-container {
    padding: 30px 10px 0px 10px;
  }

  .blog-top-container {
    margin-bottom: 24px;
  }

  .alm-load-more-btn {
    margin-bottom: 60px !important;
  }

  .about-us-custom-decoration {
    margin-top: -610px;
  }

  .about-us-custom-decoration-right,
  .about-us-custom-decoration-right:before {
    height: 640px;
  }

  .decotation-2-about-us .elementor-column {
    height: 1225px;
	 
  }

  .decotation-2-about-us {
    margin-top: -1200px;
  }

  .hero-about-img::before {
    content: url('./images/mobile-svg.svg');
    position: absolute;
    top: -65px;
    left: 510px;
  }


  .about-us-img-2::before {
    content: "";
  }

  .about-us-custom-decoration .elementor-element-d3293cf {
    display: none !important;
  }

  .about-us-custom-decoration-right .elementor-widget-wrap {
    border-radius: 20px 0px 20px 20px;
  }

  .about-us-custom-decoration-right {
    width: 90% !important;
  }

  .contact-hero-img::before {
    content: '';

  }


  .personal-title-cs {
    color: #683442;
    font-family: "Signika", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    line-height: 26px;
    margin-bottom: 0 !important;
  }
  
  .single-post-custom-title {
    color: #683442;
    font-family: "Signika", Sans-serif;
    font-size: 30px;
    font-weight: 600;
    font-style: normal;
    line-height: 38px;
  }


}

@media screen and (max-width: 768px) {

  header ul li.current-menu-item a::before {
    content: none;
  }

  .mobile-main-title-dec {
    margin-top: 0px;
  }

  .home-decoration-tingular>.elementor-container::before {
    content: url('./images/mobile-svg.svg');
    right: 30px;
    top: -50px;
  }
	


  .home-decoration-tingular {
    width: 320px;
    margin: 0 auto;
  }


  .decoration-line-home .elementor-column {
    height: 300px;
    max-width: 300px;
    margin: 0 auto;
  }

  .decoration-line-home .elementor-column-gap-no {
    margin-right: 0px !important;
  }

  .decoration-line-home {
    position: relative;
    top: -10px;
    z-index: -2;
  }

  .h-mobile-home {
    height: 600px;
  }

  .fe-query-results-shortcode-output {
    display: flex;
    justify-content: center;
	 
  }

  .content-post-exerpt {
    font-size: 14px;
    line-height: 21px;
  }

  .post-item-title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 13px;
  }

  .post-date {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 28px;
  }

  .remove-br br {
    display: none;
  }

  .mobile-main-title-dec {
    position: relative;
  }

  .mobile-main-title-dec:before {
    content: '';
    background-image: url('./images/mobile-svg.svg');
    background-repeat: no-repeat;
    position: absolute;
    width: 85px;
    height: 88.07px;
    left: 230px;
    top: -10px;
  }

  .about-us-custom-decoration-right:before {
    content: none;
  }
}
/*MObile Dropdwon kein dash um submenu*/

#mobile-dropdown ul li a .dropdown-toggle:focus {
	outline:none!important;
}



@media screen and (max-width: 700px) {
  #site-logo #site-logo-inner a img {
    margin-left: 10px;
  }
	

	/*WEITERE NEWS AUF SMARTPHONE AUSBLENDEN*/

 /* .fe-query-results-shortcode-output li:nth-child(2) {
    display: none;
  } */

/*  .fe-query-results-shortcode-output li:nth-child(3) {
    display: none;
  } */

  .footer-bottom-content {
    flex-wrap: wrap;
  }

  .footer-bottom-content--text {
    width: 100%;
  }

  #menu-footer a {
    font-size: 14px;
    line-height: 1.3;
  }

  .footer-title {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 8px;
  }

  .footer-bottom-content--text {
    font-size: 14px;
    line-height: 1.3;
  }

  .line-decoration {
    height: 2px;
  }

  .header-line .elementor-divider-separator {
    border-top: 2px solid #25323e !important;
  }


  .hero-about-img::before {
    content: url(./images/mobile-svg.svg);
    position: absolute;
    top: -125px;
    left: 240px;
  }

  .about-us-custom-decoration {
    margin-top: -1011px;
  }

  .about-us-custom-decoration-right {
    height: 790px;
  }

  .about-us-custom-decoration {
    margin-top: -850px;
  }

  .about-us-custom-decoration-right {
    width: calc(100% - 20px) !important;
  }

  .about-us-custom-decoration-right .elementor-widget-wrap {
    border-radius: 0px 0px 20px 20px;
  }

  .about-us-img-2::before {
    content: url('./images/mobile-svg.svg');
    top: -50px;
    right: 0;
  }

  .decotation-2-about-us {
    margin-top: -980px;
  }

  .decotation-2-about-us .elementor-column {
    height: 0px;
    width: 80%;
  }

  .decotation-2-about-us .elementor-column:nth-child(2) {
    height: 800px;
  }


  .grey-icons-contaner .grey-icons-contaner-inside {
    width: 100% !important;
  }

	
.img-icon-here-box {
  width: 300px !important;	

	
	  }
	
  .img-icon-here-box img {
    margin-left: 0;
  }

  .img-icon-here-box h3 {
    margin-bottom: 30px;
  }

  .img-icon-here-box h3 {
    margin-bottom: 10px !important;
    text-align: left;
    font-size: 20px !important;
    line-height: 1.3;
  }

  .top--betreuung-fix {
    margin-top: 0px !important;
  }

  .page-id-536 #main #content-wrap {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .main-title-contact::before {
    content: url('./images/mobile-svg.svg');
    position: absolute;
    top: -50px;
    right: 38px;
}

.wpcf7-form label {
  font-family: "Signika", Sans-serif;
  color: #3D3D3D;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
}


.impressum--main-title::before {
  content: url('./images/mobile-svg.svg');
  position: absolute;
  top: -50px;
  right: 40px;
}

.datenschutz--main-title::before {
  content: url('./images/mobile-svg.svg');
  position: absolute;
  top: -50px;
  right: 40px;
}

.cky-consent-bar {
  position: absolute;
  top: 30%;
}

body .cky-title {
  color: #64BA78 !important;
  font-family: "Signika", Sans-serif !important;
  font-weight: 600 !important;
  font-size: 40px !important;
  line-height: 58px !important;
}

}