/*  480px - phone landscape */
/*  600px - small tablet */
/*  768px - tablet portrait */
/* 1024px - tablet landscape */
/* 1280px - desktop */
/* 1600px - medium desktop */
/* 1920px - full HD */
/* 2304px */
/* 2560px - 2K */
/* 2880px */
/* 4096px - 4K */
/* 5120px - 5K */
.orange {
  color: #f7a600 !important;
}
.orange a {
  color: #f7a600;
}
.orange a:hover {
  color: #eb5d40;
}
.bg-orange {
  background-color: rgba(247, 166, 0, 0.9);
}
.blue {
  color: #20286d !important;
}
.red {
  color: #eb5d40 !important;
}
.bg-red {
  background-color: rgba(235, 93, 64, 0.9);
}
.bg-blue {
  background-color: rgba(32, 40, 109, 0.9);
}
.white {
  color: #ffffff !important;
}
.black-70 {
  color: #4d4d4d !important;
}
.black-70 a {
  color: #f7a600;
}
.black-70 a:hover {
  color: #eb5d40;
}
.black-85 {
  color: #242424 !important;
}
.to-do {
  color: magenta !important;
}
html {
  scroll-behavior: smooth;
}
#main {
  padding-top: 0px;
  padding-top: 0rem;
  padding-bottom: 0px;
  padding-bottom: 0rem;
}
.container-basic {
  padding-top: 100px;
  padding-top: 6.25rem;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
}
.container-orange {
  background-color: #f7a600;
  padding-top: 100px;
  padding-top: 6.25rem;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
}
.container-red {
  background-color: #eb5d40;
  padding-top: 100px;
  padding-top: 6.25rem;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .container-basic,
  .container-orange,
  .container-red {
    padding-top: 50px;
    padding-top: 3.125rem;
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
  }
}
.container-black-5 {
  background-color: #f0f0f0;
}
.container-shadow {
  box-shadow: 0 0 10px #C9C9C9;
  padding-top: 100px;
  padding-top: 6.25rem;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
  padding-left: 50px;
  padding-left: 3.125rem;
  padding-right: 50px;
  padding-right: 3.125rem;
}
@media screen and (max-width: 991px) {
  .container-shadow {
    padding-top: 50px;
    padding-top: 3.125rem;
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
    padding-left: 10px;
    padding-left: 0.625rem;
    padding-right: 10px;
    padding-right: 0.625rem;
  }
}
@media screen and (max-width: 767px) {
  .container-shadow {
    box-shadow: none;
    padding: inherit !important;
  }
}
@media screen and (max-width: 800px) {
  .tablet-portrait-100 {
    width: 100%;
  }
}
.img-butterfly img,
.img-piggy img {
  max-width: 50%;
}
@media screen and (max-width: 767px) {
  .img-butterfly img,
  .img-piggy img {
    max-width: 20%;
  }
}
.spenden-icon {
  margin-bottom: 15px !important;
  margin-bottom: 0.9375rem !important;
}
.spenden-icon img {
  max-width: 15%;
}
.spendenformular-icon img {
  max-width: 70%;
}
@media screen and (max-width: 767px) {
  .beitrittsformular-icon img {
    max-width: 20%;
  }
}
.partnerlogo img {
  width: 55%;
}
.hover-img img {
  transition: all 0.2s ease-in-out;
}
.hover-img:hover img {
  opacity: 0;
}
.wir-helfen-icon {
  background-size: 200px;
  background-position: center;
}
.wir-helfen-icon img {
  width: 200px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 48px;
  line-height: 3rem;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
}
.h1-visual {
  font-family: "KGSecondChancesSolid", "Boogaloo", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: 45px !important;
  font-size: 2.8125rem !important;
  line-height: 53px !important;
  line-height: 3.3125rem !important;
  letter-spacing: 1.3px !important;
  letter-spacing: 0.08125rem !important;
  text-transform: uppercase !important;
}
.h1-visual + .paragraph {
  margin-top: 30px;
}
@media screen and (min-width: 2000px) {
  .h1-visual {
    font-size: 60px !important;
    font-size: 3.75rem !important;
    line-height: 72px !important;
    line-height: 4.5rem !important;
  }
}
@media screen and (max-width: 991px) {
  .h1-visual {
    font-size: 34px !important;
    font-size: 2.125rem !important;
    line-height: 42px !important;
    line-height: 2.625rem !important;
  }
}
@media screen and (max-width: 767px) {
  .h1-visual {
    font-size: 24px !important;
    font-size: 1.5rem !important;
    line-height: 30px !important;
    line-height: 1.875rem !important;
  }
}
.h1-visual-post {
  font-family: "UniNeueHeavy", "ubuntu", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: 30px !important;
  font-size: 1.875rem !important;
  line-height: 36px !important;
  line-height: 2.25rem !important;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 2000px) {
  .h1-visual-post {
    font-size: 45px !important;
    font-size: 2.8125rem !important;
    line-height: 46px !important;
    line-height: 2.875rem !important;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
  }
}
@media screen and (max-width: 991px) {
  .h1-visual-post {
    font-size: 24px !important;
    font-size: 1.5rem !important;
    line-height: 32px !important;
    line-height: 2rem !important;
  }
}
.h2-visual {
  font-family: "KGSecondChancesSolid", "Boogaloo", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: 24px !important;
  font-size: 1.5rem !important;
  line-height: 30px !important;
  line-height: 1.875rem !important;
  letter-spacing: 1.3px !important;
  letter-spacing: 0.08125rem !important;
  margin-bottom: 30px !important;
  margin-bottom: 1.875rem !important;
  text-transform: uppercase !important;
  hyphens: auto;
}
@media screen and (min-width: 2000px) {
  .h2-visual {
    font-size: 30px !important;
    font-size: 1.875rem !important;
    line-height: 36px !important;
    line-height: 2.25rem !important;
  }
}
@media screen and (max-width: 991px) {
  .h2-visual {
    font-size: 20px !important;
    font-size: 1.25rem !important;
    line-height: 26px !important;
    line-height: 1.625rem !important;
  }
}
.h3-visual,
.h3-visual h3 {
  font-family: "UniNeueHeavy", "ubuntu", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: 18px !important;
  font-size: 1.125rem !important;
  line-height: 24px !important;
  line-height: 1.5rem !important;
  margin-bottom: 30px !important;
  margin-bottom: 1.875rem !important;
  hyphens: auto;
}
@media screen and (min-width: 2000px) {
  .h3-visual,
  .h3-visual h3 {
    font-size: 24px !important;
    font-size: 1.5rem !important;
    line-height: 30px !important;
    line-height: 1.875rem !important;
  }
}
.h4-visual {
  font-family: "UniNeueRegular", "ubuntu", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: 30px !important;
  font-size: 1.875rem !important;
  line-height: 39px !important;
  line-height: 2.4375rem !important;
}
@media screen and (min-width: 2000px) {
  .h4-visual {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
    line-height: 44px !important;
    line-height: 2.75rem !important;
  }
}
@media screen and (max-width: 991px) {
  .h4-visual {
    font-size: 24px !important;
    font-size: 1.5rem !important;
    line-height: 32px !important;
    line-height: 2rem !important;
  }
}
@media screen and (max-width: 767px) {
  .h4-visual {
    font-size: 20px !important;
    font-size: 1.25rem !important;
    line-height: 28px !important;
    line-height: 1.75rem !important;
  }
}
a,
a span {
  transition: all 0.2s ease-in-out;
}
.paragraph,
.paragraph p,
.paragraph li {
  hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  font-family: "UniNeueRegular", "ubuntu", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 32px;
  line-height: 2rem;
  /*@media screen and (max-width:767px){
			.unitize(font-size,28) !important;
			.unitize(line-height,36) !important;
		}*/
}
@media screen and (min-width: 2000px) {
  .paragraph,
  .paragraph p,
  .paragraph li {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 36px;
    line-height: 2.25rem;
  }
}
@media screen and (max-width: 991px) {
  .paragraph,
  .paragraph p,
  .paragraph li {
    font-size: 20px !important;
    font-size: 1.25rem !important;
    line-height: 24px !important;
    line-height: 1.5rem !important;
  }
}
.paragraph-small,
.paragraph-small p,
.paragraph-small li {
  hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  font-family: "UniNeueRegular", "ubuntu", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 30px;
  line-height: 1.875rem;
  /*@media screen and (min-width:2000px){
			.unitize(font-size,30);
			.unitize(line-height,36);
		}
		
		@media screen and (max-width:991px){
			.unitize(font-size,20) !important;
			.unitize(line-height,24) !important;
		}*/
}
@media screen and (max-width: 767px) {
  .paragraph-small,
  .paragraph-small p,
  .paragraph-small li {
    font-size: 16px !important;
    font-size: 1rem !important;
    line-height: 26px !important;
    line-height: 1.625rem !important;
  }
}
.paragraph-small ul {
  padding-left: 22px !important;
}
.note,
.note p,
.note li {
  hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  font-family: "UniNeueRegular", "ubuntu", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: 16px !important;
  font-size: 1rem !important;
  line-height: 20px !important;
  line-height: 1.25rem !important;
}
@media screen and (min-width: 2000px) {
  .note,
  .note p,
  .note li {
    font-size: 20px !important;
    font-size: 1.25rem !important;
    line-height: 24px !important;
    line-height: 1.5rem !important;
  }
}
.columns-2 {
  column-count: 1 !important;
}
@media screen and (min-width: 1024px) {
  .columns-2 {
    column-count: 2 !important;
    column-gap: 40px;
    widows: 2;
  }
}
.emphasis,
.emphasis p p.emphasis {
  font-family: "UniNeueBold", "ubuntu", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  letter-spacing: 0.05em;
  margin-bottom: 0px !important;
  margin-bottom: 0rem !important;
}
.small-note,
.small-note p {
  font-family: "UniNeueRegular", "ubuntu", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px !important;
  font-size: 0.875rem !important;
  line-height: 25px !important;
  line-height: 1.5625rem !important;
  margin-bottom: 0px !important;
  margin-bottom: 0rem !important;
}
.jahreszahl p {
  font-family: "KGSecondChancesSolid", "Boogaloo", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: 100%;
  line-height: 0.8 !important;
}
/*.estp-tab-element{
	.unitize(width,95) !important;
	.unitize(height,95) !important;
} 

.estp-lft-side-tab.estp-tab-wrapper{
	right:0 !important;
	left:auto !important;
}

.estp-tab-element-title{
	.unitize(font-size,13) !important;
	.font(unineue-regular);
}

.estp-tab-tooltip{
	display:none;
}*/
.container-sidetabs .vc_column-inner {
  height: 0 !important;
}
.sidetabs {
  animation: SHOWTABS 10s ease-in-out;
  position: fixed;
  z-index: 999;
  top: calc(50% - 160px);
  right: -120px;
}
.sidetabs .tab {
  background-color: #eb5d40;
  right: 0 !important;
  transition: all 0.2s ease-in-out;
  margin-top: 5px;
  margin-top: 0.3125rem;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  display: flex;
  flex-direction: row;
}
.sidetabs .tab:hover {
  background-color: #f7a600;
  cursor: pointer;
  right: 0;
}
.sidetabs .tab img {
  margin: 20px;
  margin: 1.25rem;
}
.sidetabs .tab .tab-content {
  display: flex;
  align-items: center;
}
.sidetabs .tab p {
  margin-bottom: 0px !important;
  margin-bottom: 0rem !important;
}
.sidetabs .float-out {
  width: 220px;
  position: relative;
  right: -120 !important;
  transition: all 0.2s ease-in-out;
}
.sidetabs .float-out:hover {
  right: 120px !important;
}
@keyframes SHOWTABS {
  0% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#toTop {
  background-color: #ffffff;
  padding-top: 15px;
  padding-top: 0.9375rem;
  height: 50px;
  height: 3.125rem;
  width: 50px;
  width: 3.125rem;
  right: 0px !important;
  right: 0rem !important;
}
#toTop:before {
  content: url("/wp-content/uploads/2020/03/elterninitiative-krebskranker-kinder_lichtblicke-ev_icon-double-arrow-up_18x24px.png");
}
#toTop:hover,
#toTop:focus {
  background-color: #f7a600;
}
#toTop:hover:before,
#toTop:focus:before {
  content: url("/wp-content/uploads/2020/03/elterninitiative-krebskranker-kinder_lichtblicke-ev_icon-double-arrow-up-white_18x24px.png");
}
.satzung-faq .vc_toggle_title {
  padding-left: 0px !important;
  padding-left: 0rem !important;
}
.satzung-faq .vc_toggle_title .white {
  transition: all 0.2s ease-in-out;
}
.satzung-faq .vc_toggle_title:hover .white {
  color: #eb5d40 !important;
}
.satzung-faq .vc_toggle_title p {
  font-family: "UniNeueHeavy", "ubuntu", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
}
.satzung-faq .vc_toggle_icon {
  display: none !important;
}
.satzung-faq .vc_toggle_icon::before,
.satzung-faq .vc_toggle_icon::after {
  display: none !important;
}
.satzung-faq .vc_toggle_content {
  padding-left: 0px !important;
  padding-left: 0rem !important;
}
.maps-tabs .vc_tta-panel-body {
  padding-top: 0px !important;
  padding-top: 0rem !important;
}
.maps-tabs .wpb_gmaps_widget .wpb_wrapper {
  padding: 0px;
  padding: 0rem;
}
.vc_tta-tab a {
  background-color: #f7a600 !important;
  padding-top: 0px !important;
  padding-top: 0rem !important;
  padding-bottom: 0px !important;
  padding-bottom: 0rem !important;
}
.vc_tta-title-text {
  font-family: "UniNeueRegular", "ubuntu", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-size: 1.25rem;
  color: #ffffff;
}
@media screen and (min-width: 2000px) {
  .vc_tta-title-text {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.vc_tta-tab.vc_active a {
  background-color: #f0f0f0 !important;
}
.vc_tta-tab.vc_active a .vc_tta-title-text {
  color: #f7a600;
}
.vc_tta-tab:hover a {
  background-color: #f0f0f0 !important;
}
.vc_tta-tab:hover a .vc_tta-title-text {
  color: #f7a600;
}
.vc_tta-panel-heading {
  background-color: #f7a600 !important;
  color: #ffffff !important;
}
.vc_tta-panel-heading:hover {
  background-color: #f0f0f0 !important;
}
.vc_tta-panel-heading:hover .vc_tta-title-text {
  color: #f7a600 !important;
}
.vc_active .vc_tta-panel-heading {
  background-color: #f0f0f0 !important;
}
.vc_active .vc_tta-panel-heading .vc_tta-title-text {
  color: #f7a600 !important;
}
.eikka-button .vc_btn3.vc_btn3-color-white.vc_btn3-style-modern {
  background-image: none;
  border-color: transparent !important;
}
.eikka-button .vc_btn3.vc_btn3-shape-rounded {
  border-radius: 15px;
}
.eikka-button a {
  font-family: "KGSecondChancesSolid", "Boogaloo", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: 24px !important;
  font-size: 1.5rem !important;
  line-height: 30px !important;
  line-height: 1.875rem !important;
  letter-spacing: 1.3px !important;
  letter-spacing: 0.08125rem !important;
  margin-bottom: 30px !important;
  margin-bottom: 1.875rem !important;
  text-transform: uppercase !important;
  hyphens: auto;
  color: #f7a600 !important;
  margin-bottom: 0px;
  margin-bottom: 0rem;
}
@media screen and (min-width: 2000px) {
  .eikka-button a {
    font-size: 30px !important;
    font-size: 1.875rem !important;
    line-height: 36px !important;
    line-height: 2.25rem !important;
  }
}
@media screen and (max-width: 991px) {
  .eikka-button a {
    font-size: 20px !important;
    font-size: 1.25rem !important;
    line-height: 26px !important;
    line-height: 1.625rem !important;
  }
}
.eikka-button a a {
  color: #f7a600;
}
.eikka-button a a:hover {
  color: #eb5d40;
}
.eikka-button .fa-adjust::before {
  content: url("/wp-content/uploads/2020/03/elterninitiative-krebskranker-kinder_lichtblicke-ev_icon-double-arrow-next-orange_3px_18x24px.png");
}
.eikka-button:hover .vc_btn3.vc_btn3-color-white.vc_btn3-style-modern,
.eikka-button:focus .vc_btn3.vc_btn3-color-white.vc_btn3-style-modern,
.eikka-button:active .vc_btn3.vc_btn3-color-white.vc_btn3-style-modern {
  background-color: #ffffff !important;
  border-color: transparent !important;
}
.eikka-button:hover a,
.eikka-button:focus a,
.eikka-button:active a {
  color: #eb5d40 !important;
}
.eikka-button:hover .fa-adjust::before,
.eikka-button:focus .fa-adjust::before,
.eikka-button:active .fa-adjust::before {
  content: url("/wp-content/uploads/2020/03/elterninitiative-krebskranker-kinder_lichtblicke-ev_icon-double-arrow-next-red_3px_18x24px.png");
}
.eikka-button.eikka-button-small a {
  font-size: 18px !important;
  line-height: 20px !important;
}
/* LESS Document */
@media screen and (max-width: 1199px) {
  .onetap-container-toggle .onetap-toggle {
    margin-right: 60px !important;
    margin-bottom: 5px !important;
  }
}
@media screen and (max-width: 990px) {
  .onetap-container-toggle .onetap-toggle {
    margin-right: 60px !important;
    margin-bottom: 22px !important;
  }
}
@media screen and (max-width: 767px) {
  .onetap-container-toggle .onetap-toggle {
    margin-right: 5px !important;
    margin-bottom: 85px !important;
  }
}
.fusion-top-header .fusion-header .fusion-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fusion-top-header .fusion-header .fusion-row::before,
.fusion-top-header .fusion-header .fusion-row::after {
  display: none;
}
.fusion-main-menu a span {
  font-family: "UniNeueBold", "ubuntu", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
}
@media screen and (min-width: 2000px) {
  .fusion-main-menu a span {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.fusion-main-menu a:hover span {
  color: #f7a600 !important;
}
@media screen and (max-width: 1440px) {
  .fusion-top-header .fusion-mobile-logo {
    max-height: 100px;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
  .fusion-top-header .fusion-header .fusion-row {
    display: block;
  }
  .fusion-top-header .fusion-header .fusion-row .fusion-mobile-menu-icons a {
    font-size: 50px;
  }
  .fusion-top-header .fusion-header .fusion-row .fusion-icon-bars {
    position: relative;
    top: 70px;
  }
  .fusion-top-header .fusion-header .fusion-row .fusion-icon-bars::before {
    content: " ";
    display: block;
    background-image: url("/wp-content/uploads/2020/03/elterninitiative-krebskranker-kinder_lichtblicke-ev_icon-menu-blue_50x50px.png");
    background-size: 100% 100%;
    width: 50px;
    height: 30px;
  }
  .fusion-top-header .fusion-header .fusion-row .fusion-icon-bars:hover::before {
    background-image: url("/wp-content/uploads/2020/03/elterninitiative-krebskranker-kinder_lichtblicke-ev_icon-menu-orange_50x50px.png");
  }
  .fusion-top-header .fusion-header .fusion-row .fusion-icon-bars[aria-expanded="true"]::before {
    background-image: url("/wp-content/uploads/2020/03/elterninitiative-krebskranker-kinder_lichtblicke-ev_icon-menu-orange_50x50px.png");
  }
  .fusion-top-header .fusion-header .fusion-mobile-nav-holder ul li a {
    text-align: center;
    background-color: #ffffff !important;
    font-family: "UniNeueRegular", "ubuntu", sans-serif !important;
    font-weight: normal !important;
    font-style: normal !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
    font-size: 0.875rem !important;
    color: #20286d !important;
  }
  .fusion-top-header .fusion-header .fusion-mobile-nav-holder ul li a:hover {
    color: #f7a600 !important;
  }
  .fusion-top-header .fusion-header .fusion-mobile-nav-holder ul li a:hover a {
    color: #f7a600;
  }
  .fusion-top-header .fusion-header .fusion-mobile-nav-holder ul li a:hover a:hover {
    color: #eb5d40;
  }
}
@media screen and (max-width: 529px) {
  .fusion-logo {
    max-width: 60%;
  }
  .fusion-icon-bars {
    top: 40px !important;
  }
}
@media screen and (max-width: 450px) {
  .fusion-icon-bars {
    top: 20px !important;
  }
  .fusion-icon-bars::before {
    width: 30px !important;
    height: 15px !important;
  }
}
.fusion-footer-widget-area {
  background-color: #242424;
}
.fusion-footer-widget-area p {
  hyphens: auto !important;
  -moz-hyphens: auto !important;
  -webkit-hyphens: auto !important;
  font-family: "UniNeueRegular", "ubuntu", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: 26px !important;
  font-size: 1.625rem !important;
  line-height: 32px !important;
  line-height: 2rem !important;
  /*@media screen and (max-width:767px){
			.unitize(font-size,28) !important;
			.unitize(line-height,36) !important;
		}*/
  color: #ffffff !important;
  font-size: 16px !important;
  font-size: 1rem !important;
  line-height: 20px;
  line-height: 1.25rem;
}
@media screen and (min-width: 2000px) {
  .fusion-footer-widget-area p {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 36px;
    line-height: 2.25rem;
  }
}
@media screen and (max-width: 991px) {
  .fusion-footer-widget-area p {
    font-size: 20px !important;
    font-size: 1.25rem !important;
    line-height: 24px !important;
    line-height: 1.5rem !important;
  }
}
@media screen and (min-width: 2000px) {
  .fusion-footer-widget-area p {
    font-size: 20px !important;
    font-size: 1.25rem !important;
    line-height: 24px;
    line-height: 1.5rem;
  }
}
.fusion-footer-widget-area a {
  color: #ffffff !important;
}
.fusion-footer-widget-area a:hover {
  color: #f7a600 !important;
}
.fusion-footer-widget-area .footer-social-icon {
  font-size: 45px;
  font-size: 2.8125rem;
  margin-right: 15px;
  margin-right: 0.9375rem;
}
.fusion-footer-widget-area .links-impressum-datenschutz {
  margin-top: 154px;
  margin-top: 9.625rem;
}
@media screen and (min-width: 2000px) {
  .fusion-footer-widget-area .links-impressum-datenschutz {
    margin-top: 185px;
    margin-top: 11.5625rem;
  }
}
.fusion-footer-copyright-area {
  background-color: #f7a600;
  padding-top: 10px !important;
  padding-top: 0.625rem !important;
  padding-bottom: 10px !important;
  padding-bottom: 0.625rem !important;
}
.fusion-footer-copyright-area .fusion-copyright-notice div {
  font-family: "UniNeueRegular", "ubuntu", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: 16px !important;
  font-size: 1rem !important;
}
@media screen and (min-width: 2000px) {
  .fusion-footer-copyright-area .fusion-copyright-notice div {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
#sliders-container {
  position: relative;
  top: 0;
}
.slider-typo {
  font-family: "KGSecondChancesSolid", "Boogaloo", sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  #rev_slider_3_1_wrapper {
    background-position: 64% -20% !important;
  }
}
@media screen and (max-width: 991px) {
  #rev_slider_4_1_wrapper {
    background-position: 40% 50% !important;
  }
}
@media screen and (max-width: 991px) {
  #rev_slider_6_1_wrapper {
    background-position: 50% 50% !important;
  }
}
#rev_slider_10_1_wrapper {
  background-position: center -360px !important;
}
@media screen and (max-width: 1800px) {
  #rev_slider_10_1_wrapper {
    background-position: center -200px !important;
  }
}
@media screen and (max-width: 1200px) {
  #rev_slider_10_1_wrapper {
    background-position: center !important;
  }
}
#rev_slider_10_1_wrapper .slider-typo {
  display: none;
}
@media screen and (max-width: 676px) {
  #rev_slider_11_1_wrapper {
    background-position: 30% !important;
  }
}
.zeichen {
  font-size: 120px;
  font-size: 7.5rem;
  line-height: 117px !important;
  line-height: 7.3125rem !important;
}
@media screen and (max-width: 1199px) {
  .zeichen {
    font-size: 78px;
    font-size: 4.875rem;
    line-height: 90px !important;
    line-height: 5.625rem !important;
  }
}
@media screen and (max-width: 991px) {
  .zeichen {
    font-size: 57px;
    font-size: 3.5625rem;
    line-height: 70px !important;
    line-height: 4.375rem !important;
  }
}
@media screen and (max-width: 767px) {
  .zeichen {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 30px !important;
    line-height: 1.875rem !important;
  }
}
/*Slider Startseite*/
#SR7_1_1-1 #SR7_1_1-1-0 {
  margin-top: -60px !important;
}
@media screen and (max-width: 767px) {
  #SR7_1_1-1 #SR7_1_1-1-0 {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  #SR7_1_1-1 #SR7_1_1-1-1 {
    margin-top: -190px !important;
  }
}
.container-2000-kinder {
  background-image: url("/wp-content/uploads/2020/03/elterninitiative-krebskranker-kinder-augsburg_lichtblicke_X4A7625_2540x1974px.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 70%;
  background-attachment: fixed;
}
@media screen and (max-width: 1200px) {
  .container-2000-kinder {
    background-attachment: scroll;
  }
}
.container-2000-kinder .parallax-2000 {
  font-family: "KGSecondChancesSolid", "Boogaloo", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: 200px;
  font-size: 12.5rem;
  margin-bottom: -50px;
  margin-bottom: -3.125rem;
}
@media screen and (min-width: 2000px) {
  .container-2000-kinder .parallax-2000 {
    font-size: 288px;
    font-size: 18rem;
    margin-bottom: -70px;
    margin-bottom: -4.375rem;
  }
}
@media screen and (max-width: 767px) {
  .container-2000-kinder .parallax-2000 {
    font-size: 100px;
    font-size: 6.25rem;
    margin-bottom: -25px;
    margin-bottom: -1.5625rem;
  }
}
.container-2000-kinder .parallax-kinder-in-d {
  font-family: "UniNeueHeavy", "ubuntu", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: 40px !important;
  font-size: 2.5rem !important;
  line-height: 54px;
  line-height: 3.375rem;
}
@media screen and (min-width: 2000px) {
  .container-2000-kinder .parallax-kinder-in-d {
    font-size: 65px !important;
    font-size: 4.0625rem !important;
    line-height: 85px;
    line-height: 5.3125rem;
  }
}
@media screen and (max-width: 767px) {
  .container-2000-kinder .parallax-kinder-in-d {
    font-size: 24px !important;
    font-size: 1.5rem !important;
    line-height: 28px;
    line-height: 1.75rem;
  }
}
.container-erfolg-leistung {
  background-image: url("/wp-content/uploads/2020/03/elterninitiative-krebskranker-kinder-augsburg_lichtblicke_MG_0776_2540x1693px.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 10%;
  background-attachment: fixed;
}
@media screen and (max-width: 1200px) {
  .container-erfolg-leistung {
    background-attachment: scroll;
  }
}
.container-erfolg-leistung .parallax-erfolg-leistung {
  font-family: "KGSecondChancesSolid", "Boogaloo", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: 65px !important;
  font-size: 4.0625rem !important;
  line-height: 85px;
  line-height: 5.3125rem;
  text-transform: uppercase;
}
@media screen and (min-width: 2000px) {
  .container-erfolg-leistung .parallax-erfolg-leistung {
    font-size: 80px !important;
    font-size: 5rem !important;
    line-height: 100px;
    line-height: 6.25rem;
  }
}
@media screen and (max-width: 767px) {
  .container-erfolg-leistung .parallax-erfolg-leistung {
    font-size: 24px !important;
    font-size: 1.5rem !important;
    line-height: 28px;
    line-height: 1.75rem;
  }
}
.container-menschen-hoffnung {
  background-image: url("/wp-content/uploads/2020/03/elterninitiative-krebskranker-kinder-augsburg_lichtblicke_MG_1229_2540x1693px.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 10%;
  background-attachment: fixed;
}
@media screen and (max-width: 1200px) {
  .container-menschen-hoffnung {
    background-attachment: scroll;
  }
}
.container-menschen-hoffnung .parallax-menschen-hoffnung {
  font-family: "KGSecondChancesSolid", "Boogaloo", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: 49px !important;
  font-size: 3.0625rem !important;
  line-height: 65px;
  line-height: 4.0625rem;
  text-transform: uppercase;
}
@media screen and (min-width: 2000px) {
  .container-menschen-hoffnung .parallax-menschen-hoffnung {
    font-size: 64px !important;
    font-size: 4rem !important;
    line-height: 80px;
    line-height: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .container-menschen-hoffnung .parallax-menschen-hoffnung {
    font-size: 24px !important;
    font-size: 1.5rem !important;
    line-height: 28px;
    line-height: 1.75rem;
  }
}
.container-spuren {
  background-image: url("/wp-content/uploads/2020/03/elterninitiative-krebskranker-kinder-augsburg_lichtblicke_shutterstock_1512103673miami-beach-forever_2540x1694px.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 10%;
  background-attachment: fixed;
}
@media screen and (max-width: 1200px) {
  .container-spuren {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 767px) {
  .container-spuren {
    background-position: 10% 10%;
  }
}
.container-spuren .parallax-spuren {
  font-family: "KGSecondChancesSolid", "Boogaloo", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: 49px !important;
  font-size: 3.0625rem !important;
  line-height: 65px;
  line-height: 4.0625rem;
  text-transform: uppercase;
}
@media screen and (min-width: 2000px) {
  .container-spuren .parallax-spuren {
    font-size: 64px !important;
    font-size: 4rem !important;
    line-height: 80px;
    line-height: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .container-spuren .parallax-spuren {
    font-size: 24px !important;
    font-size: 1.5rem !important;
    line-height: 28px;
    line-height: 1.75rem;
  }
}
.container-lichtblicke-schenken {
  background-image: url("/wp-content/uploads/2020/03/elterninitiative-krebskranker-kinder-augsburg_lichtblicke_X4A6988_2540x1027px.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 10%;
  background-attachment: fixed;
}
@media screen and (max-width: 1200px) {
  .container-lichtblicke-schenken {
    background-attachment: scroll;
  }
}
.container-lichtblicke-schenken .parallax-lichtblicke-schenken {
  font-family: "KGSecondChancesSolid", "Boogaloo", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: 49px !important;
  font-size: 3.0625rem !important;
  line-height: 65px;
  line-height: 4.0625rem;
  text-transform: uppercase;
}
@media screen and (min-width: 2000px) {
  .container-lichtblicke-schenken .parallax-lichtblicke-schenken {
    font-size: 64px !important;
    font-size: 4rem !important;
    line-height: 80px;
    line-height: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .container-lichtblicke-schenken .parallax-lichtblicke-schenken {
    font-size: 24px !important;
    font-size: 1.5rem !important;
    line-height: 28px;
    line-height: 1.75rem;
  }
}
.container-mildred-scheel-haus {
  background-image: url("/wp-content/uploads/2020/03/elterninitiative-krebskranker-kinder-augsburg_lichtblicke_X4A7475_2540x1693px.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 10%;
  background-attachment: fixed;
}
@media screen and (max-width: 1200px) {
  .container-mildred-scheel-haus {
    background-attachment: scroll;
  }
}
.container-lichtblicke-wirkung {
  background-image: url("/wp-content/uploads/2020/03/elterninitiative-krebskranker-kinder-augsburg_lichtblicke_shutterstock_621663161Guschenkova_02_2540x1149px.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  background-attachment: fixed;
}
@media screen and (max-width: 1200px) {
  .container-lichtblicke-wirkung {
    background-attachment: scroll;
  }
}
.container-lichtblicke-wirkung .parallax-lichtblicke-wirkung {
  font-family: "KGSecondChancesSolid", "Boogaloo", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: 49px !important;
  font-size: 3.0625rem !important;
  line-height: 65px;
  line-height: 4.0625rem;
  text-transform: uppercase;
}
@media screen and (min-width: 2000px) {
  .container-lichtblicke-wirkung .parallax-lichtblicke-wirkung {
    font-size: 64px !important;
    font-size: 4rem !important;
    line-height: 80px;
    line-height: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .container-lichtblicke-wirkung .parallax-lichtblicke-wirkung {
    font-size: 24px !important;
    font-size: 1.5rem !important;
    line-height: 28px;
    line-height: 1.75rem;
  }
}
.container-unsere-ziele {
  background-image: url("/wp-content/uploads/2020/03/MG_0940_orange-scaled.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  background-attachment: fixed;
  padding-top: 100px;
  padding-top: 6.25rem;
  padding-borrom: 100px;
  padding-borrom: 6.25rem;
}
@media screen and (max-width: 1200px) {
  .container-unsere-ziele {
    background-attachment: scroll;
  }
}
.vc_gitem_row .vc_gitem-col {
  padding: 0px;
  padding: 0rem;
}
.grid-post-date {
  font-family: "KGSecondChancesSolid", "Boogaloo", sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 30px;
  margin-top: 1.875rem;
}
.vc_gitem-post-data-source-post_excerpt p {
  margin-bottom: 0px !important;
  margin-bottom: 0rem !important;
}
.news-grid-button .vc_btn3.vc_btn3-color-warning,
.news-grid-button .vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat {
  padding: 0px;
  padding: 0rem;
  background-color: transparent;
  font-family: "KGSecondChancesSolid", "Boogaloo", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  color: #f7a600;
}
.news-grid-button .vc_btn3.vc_btn3-color-warning:hover,
.news-grid-button .vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat:hover {
  color: #eb5d40;
}
.vc_grid-pagination .vc_grid-pagination-list {
  margin-top: 100px !important;
  margin-top: 6.25rem !important;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-pink > li > a {
  opacity: 1 !important;
  background-color: #f7a600 !important;
  border-color: #f7a600 !important;
  font-family: "UniNeueBold", "ubuntu", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: 20px !important;
  font-size: 1.25rem !important;
  min-width: 36px !important;
  min-width: 2.25rem !important;
  margin-right: 5px;
  margin-right: 0.3125rem;
  margin-left: 5px;
  margin-left: 0.3125rem;
  transition: all 0.2s ease-in-out;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-pink > li > a:hover {
  background-color: #eb5d40 !important;
  border-color: #eb5d40 !important;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-pink > li.vc_grid-page.vc_grid-active > a {
  background-color: #eb5d40 !important;
  border-color: #eb5d40 !important;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default > li:first-child > a {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default > li:last-child > a {
  border-bottom-right-radius: 0 !important;
  border-top-tight-radius: 0 !important;
}
.single-post-date,
.single-post-date p {
  font-family: "KGSecondChancesSolid", "Boogaloo", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  font-size: 1.5rem;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .single-post-date,
  .single-post-date p {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.single-navigation {
  border-bottom: 0 !important;
  border-top: 0 !important;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .single-navigation {
    text-align: center;
  }
}
.single-navigation a {
  font-family: "UniNeueBold", "ubuntu", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-size: 1.25rem;
  color: #f7a600;
}
@media screen and (max-width: 767px) {
  .single-navigation a {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.single-navigation a[rel="prev"] {
  margin-right: 20px;
}
.single-navigation a[rel="prev"]::before {
  content: url("/wp-content/uploads/2020/03/elterninitiative-krebskranker-kinder_lichtblicke-ev_icon-double-arrow-prev-orange_18x24px.png");
  left: -2em;
  top: 60%;
}
@media screen and (max-width: 767px) {
  .single-navigation a[rel="prev"]::before {
    content: url("/wp-content/uploads/2020/03/elterninitiative-krebskranker-kinder_lichtblicke-ev_icon-single-arrow-prev-orange_10x10px.png");
    left: -1em;
    top: 55%;
  }
}
.single-navigation a[rel="prev"]:hover {
  color: #eb5d40;
}
.single-navigation a[rel="prev"]:hover::before {
  content: url("/wp-content/uploads/2020/03/elterninitiative-krebskranker-kinder_lichtblicke-ev_icon-double-arrow-prev-red_18x24px.png");
}
@media screen and (max-width: 767px) {
  .single-navigation a[rel="prev"]:hover::before {
    content: url("/wp-content/uploads/2020/03/elterninitiative-krebskranker-kinder_lichtblicke-ev_icon-single-arrow-prev-red_10x10px.png");
    left: -1em;
    top: 55%;
  }
}
.single-navigation a[rel="next"] {
  margin-left: 20px;
}
.single-navigation a[rel="next"]::after {
  content: url("/wp-content/uploads/2020/03/elterninitiative-krebskranker-kinder_lichtblicke-ev_icon-double-arrow-next-orange_18x24px.png");
  right: -2em;
  top: 60%;
}
@media screen and (max-width: 767px) {
  .single-navigation a[rel="next"]::after {
    content: url("/wp-content/uploads/2020/03/elterninitiative-krebskranker-kinder_lichtblicke-ev_icon-single-arrow-next-orange_10x10px.png");
    right: -1em;
    top: 55%;
  }
}
.single-navigation a[rel="next"]:hover {
  color: #eb5d40;
}
.single-navigation a[rel="next"]:hover::after {
  content: url("/wp-content/uploads/2020/03/elterninitiative-krebskranker-kinder_lichtblicke-ev_icon-double-arrow-next-red_18x24px.png");
}
@media screen and (max-width: 767px) {
  .single-navigation a[rel="next"]:hover::after {
    content: url("/wp-content/uploads/2020/03/elterninitiative-krebskranker-kinder_lichtblicke-ev_icon-single-arrow-next-red_10x10px.png");
    right: -1em;
    top: 55%;
  }
}
.shariff {
  width: 200%;
  margin-left: -50%;
  background-image: url("/wp-content/uploads/2020/03/elterninitiative-krebskranker-kinder-augsburg_lichtblicke_shutterstock_621663161Guschenkova_02_2540x1149px.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  padding-top: 300px;
  padding-top: 18.75rem;
  padding-bottom: 150px;
  padding-bottom: 9.375rem;
}
@media screen and (max-width: 1200px) {
  .shariff {
    width: 110%;
    margin-left: -5% !important;
    background-attachment: scroll;
  }
}
.shariff .ShariffHeadline {
  font-family: "KGSecondChancesSolid", "Boogaloo", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: 45px !important;
  font-size: 2.8125rem !important;
  line-height: 53px !important;
  line-height: 3.3125rem !important;
  letter-spacing: 1.3px !important;
  letter-spacing: 0.08125rem !important;
  text-transform: uppercase !important;
  color: #f7a600 !important;
  text-align: center;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}
.shariff .ShariffHeadline + .paragraph {
  margin-top: 30px;
}
@media screen and (min-width: 2000px) {
  .shariff .ShariffHeadline {
    font-size: 60px !important;
    font-size: 3.75rem !important;
    line-height: 72px !important;
    line-height: 4.5rem !important;
  }
}
@media screen and (max-width: 991px) {
  .shariff .ShariffHeadline {
    font-size: 34px !important;
    font-size: 2.125rem !important;
    line-height: 42px !important;
    line-height: 2.625rem !important;
  }
}
@media screen and (max-width: 767px) {
  .shariff .ShariffHeadline {
    font-size: 24px !important;
    font-size: 1.5rem !important;
    line-height: 30px !important;
    line-height: 1.875rem !important;
  }
}
.shariff .ShariffHeadline a {
  color: #f7a600;
}
.shariff .ShariffHeadline a:hover {
  color: #eb5d40;
}
label {
  font-family: "UniNeueRegular", "ubuntu", sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  font-size: 24px;
  font-size: 1.5rem;
  color: #ffffff !important;
}
@media screen and (max-width: 991px) {
  label {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
input[type="text"] {
  font-family: "UniNeueRegular", "ubuntu", sans-serif;
  font-weight: normal;
  font-style: normal;
}
textarea {
  font-family: "UniNeueRegular", "ubuntu", sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  font-size: 24px !important;
  font-size: 1.5rem !important;
}
@media screen and (max-width: 991px) {
  textarea {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
.quform-required {
  color: #ffffff !important;
}
.form-red textarea {
  color: #eb5d40 !important;
}
.form-red input[type="text"] {
  color: #eb5d40;
}
.quform-button-submit button {
  padding: 10px 20px !important;
}
.quform-submit {
  background: #ffffff !important;
  border: 0 !important;
  border-radius: 15px;
  font-family: "UniNeueRegular", "ubuntu", sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  font-size: 24px;
  font-size: 1.5rem;
  color: #eb5d40 !important;
  padding: 10px 20px !important;
  transition: all 0.2s ease-in-out !important;
}
.quform-submit:hover {
  transform: scale(1.1) !important;
}
@media screen and (max-width: 991px) {
  .quform-submit {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
.form-red .quform-submit:hover {
  color: #f7a600 !important;
}
.quform-option-label-1_33_1 {
  font-family: "UniNeueRegular", "ubuntu", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: 14px !important;
  font-size: 0.875rem !important;
  line-height: 25px !important;
  line-height: 1.5625rem !important;
  margin-bottom: 0px !important;
  margin-bottom: 0rem !important;
  text-transform: none !important;
}
.form-orange textarea {
  color: #f7a600 !important;
}
.form-orange input[type="text"] {
  color: #f7a600;
}
.form-orange .quform-submit:hover {
  color: #eb5d40 !important;
}
.quform-element-2_29 .quform-spacer {
  margin-top: 40px;
  margin-top: 2.5rem;
  padding-bottom: 0px;
  padding-bottom: 0rem;
}
.quform-option-label-2_46_4 {
  margin-bottom: 40px !important;
  margin-bottom: 2.5rem !important;
}
.quform-option-label-2_29_1,
.quform-option-label-2_46_5,
.quform-option-label-2_46_4,
.quform-option-label-2_63_5,
.quform-option-label-2_65_5 {
  hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  font-family: "UniNeueRegular", "ubuntu", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: 16px !important;
  font-size: 1rem !important;
  line-height: 20px !important;
  line-height: 1.25rem !important;
  text-transform: none;
}
@media screen and (min-width: 2000px) {
  .quform-option-label-2_29_1,
  .quform-option-label-2_46_5,
  .quform-option-label-2_46_4,
  .quform-option-label-2_63_5,
  .quform-option-label-2_65_5 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
    line-height: 24px !important;
    line-height: 1.5rem !important;
  }
}
.form-red-box {
  background-color: #eb5d40;
  width: 100%;
  padding: 15px;
  padding: 0.9375rem;
  margin-bottom: 30px !important;
  margin-bottom: 1.875rem !important;
}
.mitgliedbeitrag {
  font-family: "UniNeueRegular", "ubuntu", sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  font-size: 24px;
  font-size: 1.5rem;
  color: #ffffff !important;
}
@media screen and (max-width: 991px) {
  .mitgliedbeitrag {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
.quform-option-label-3_29_1,
.quform-option-label-3_46_5,
.quform-option-label-3_46_4,
.quform-option-label-3_63_5,
.quform-option-label-3_65_5,
.quform-option-label-3_113_1,
.quform-option-label-3_113_5,
.quform-option-label-3_113_4,
.quform-option-label-3_113_2 {
  hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  font-family: "UniNeueRegular", "ubuntu", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: 16px !important;
  font-size: 1rem !important;
  line-height: 20px !important;
  line-height: 1.25rem !important;
  text-transform: none;
  /*font-size: 20px !important;
    font-size: 1.25rem !important;
    line-height: 24px !important;
    line-height: 1.5rem !important;
    text-transform:none !important;*/
}
@media screen and (min-width: 2000px) {
  .quform-option-label-3_29_1,
  .quform-option-label-3_46_5,
  .quform-option-label-3_46_4,
  .quform-option-label-3_63_5,
  .quform-option-label-3_65_5,
  .quform-option-label-3_113_1,
  .quform-option-label-3_113_5,
  .quform-option-label-3_113_4,
  .quform-option-label-3_113_2 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
    line-height: 24px !important;
    line-height: 1.5rem !important;
  }
}
label {
  text-transform: none !important;
}
.quform-element-row {
  margin-top: 15px !important;
}
.quform-element-3_29 .quform-spacer {
  margin-top: 40px;
  padding-bottom: 0px;
}
.spendenbutton-mobile {
  display: none;
}
.spendenformular-desktop {
  display: block;
}
@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2) {
  .spendenbutton-mobile {
    display: block;
  }
  .spendenformular-desktop {
    display: none;
  }
}
.content-grid-start .full-row {
  height: 600px;
}
.content-grid-start .full-row * {
  height: inherit;
}
.content-grid-start .full-row a,
.content-grid-start .full-row img,
.content-grid-start .full-row .grid-inner-inner {
  height: auto;
}
@media screen and (max-width: 767px) {
  .content-grid-start .full-row {
    height: 300px;
  }
}
.content-grid-start .half-row {
  height: 300px;
}
.content-grid-start .half-row * {
  height: inherit;
}
.content-grid-start .half-row a,
.content-grid-start .half-row img,
.content-grid-start .half-row .grid-inner-inner {
  height: auto;
}
@media screen and (max-width: 767px) {
  .content-grid-start .half-row {
    height: 300px;
  }
}
.content-grid-start .content-box .vc_column-inner {
  padding: 0 !important;
}
.content-grid-start .content-box .vc_column-inner .note {
  margin-bottom: 0px;
  margin-bottom: 0rem;
}
.content-grid-start .content-box .vc_column-inner .grid-content-heading {
  font-family: "UniNeueBold", "ubuntu", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  letter-spacing: 0.05em;
  margin-bottom: 0px !important;
  margin-bottom: 0rem !important;
  margin-bottom: 15px !important;
  margin-bottom: 0.9375rem !important;
}
.content-grid-start .content-box .vc_column-inner a,
.content-grid-start .content-box .vc_column-inner p {
  color: #ffffff;
  hyphens: none;
  -webkit-hyphens: none;
  -o-hyphens: none;
  -moz-hyphens: none;
}
.content-grid-start .content-box .vc_column-inner .bg-red:hover * {
  color: #f7a600;
}
.content-grid-start .content-box .vc_column-inner .bg-orange:hover * {
  color: #eb5d40;
}
.content-grid-start .content-box .vc_column-inner .grid-inner-content {
  display: flex;
  align-items: center;
  text-align: center;
  padding: 20px;
  padding: 1.25rem;
  justify-content: space-around;
}
.content-grid-start .content-box img {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.vc_custom_1585306397597 {
  background-position: top center !important;
}
.custombox-overlay.custombox-fadein.custombox-open {
  background-color: rgba(247, 166, 0, 0.8) !important;
}
.paoc-popup-close {
  background: url("/wp-content/uploads/2020/03/icon-modal-close_70x70px.png");
  background-size: contain;
}
.animated {
  animation-duration: 1s !important;
}
.animated.animation-delay-1 {
  animation-duration: 1.5s !important;
}
.animated.animation-delay-2 {
  animation-duration: 2s !important;
}
@media screen and (max-width: 767px) {
  .no-content-box {
    height: 0 !important;
  }
  .content-box::before {
    content: " ";
    display: block;
    width: 100%;
    height: 300px;
    position: absolute;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .content-box.begleiten::before {
    background-image: url("/wp-content/uploads/2020/03/MG_1541_02.jpg");
  }
  .content-box.elternhaus::before {
    background-image: url("/wp-content/uploads/2020/03/X4A7475.jpg");
  }
  .content-box.krebsforschung .bg-orange {
    background-color: rgba(235, 93, 64, 0.9);
  }
  .content-box.krebsforschung .bg-orange a:hover {
    color: #f7a600 !important;
  }
  .content-box.krebsforschung::before {
    background-image: url("/wp-content/uploads/2020/03/DSC_1459.jpg");
  }
  .content-box.hilfestellungen .bg-red {
    background-color: rgba(247, 166, 0, 0.9);
  }
  .content-box.hilfestellungen .bg-red a:hover {
    color: #eb5d40 !important;
  }
  .content-box.kinderkrebszentrum .bg-orange {
    background-color: rgba(235, 93, 64, 0.9);
  }
  .content-box.kinderkrebszentrum .bg-orange a:hover {
    color: #f7a600 !important;
  }
  .content-box.kinderkrebszentrum::before {
    background-image: url("/wp-content/uploads/2020/03/P3A9729.jpg");
  }
  .content-box.ausstattung .bg-red {
    background-color: rgba(247, 166, 0, 0.9);
  }
  .content-box.ausstattung .bg-red a:hover {
    color: #eb5d40 !important;
  }
  .content-box.ausstattung::before {
    background-image: url("/wp-content/uploads/2020/03/thumb_IMG_3222_1024.jpg");
    background-position: top center;
  }
  .content-box.finanzhilfe::before {
    background-image: url("/wp-content/uploads/2020/04/shutterstock_277763507-Kues.jpg");
    background-position: top center;
  }
}
.friends-basic-modal-popup__trigger {
  hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  font-family: "UniNeueRegular", "ubuntu", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 30px;
  line-height: 1.875rem;
  /*@media screen and (min-width:2000px){
			.unitize(font-size,30);
			.unitize(line-height,36);
		}
		
		@media screen and (max-width:991px){
			.unitize(font-size,20) !important;
			.unitize(line-height,24) !important;
		}*/
  text-decoration: none !important;
  text-align: center !important;
  position: relative;
  top: calc(-50% + 55px);
}
@media screen and (max-width: 767px) {
  .friends-basic-modal-popup__trigger {
    font-size: 16px !important;
    font-size: 1rem !important;
    line-height: 26px !important;
    line-height: 1.625rem !important;
  }
}
.ilightbox-overlay.metro-white {
  background-color: rgba(247, 166, 0, 0.8) !important;
  opacity: 0.5 !important;
}
.ilightbox-social {
  display: none !important;
}
.row-anker::before {
  content: '';
  display: block;
  position: relative;
  width: 0;
  height: 300px;
  margin-top: -300px;
}
.container-overflow-left .container-right {
  padding-right: calc((100vw - 1430px) / 2) !important;
  padding-left: 30px;
  padding-top: 200px !important;
  padding-bottom: 200px !important;
}
@media screen and (max-width: 1199px) {
  .container-overflow-left .container-right {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .container-overflow-left .container-right {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media screen and (max-width: 767px) {
  .container-overflow-left .container-left {
    height: 300px;
  }
}
.container-overflow-right .container-left {
  padding-left: calc((100vw - 1430px) / 2) !important;
  padding-right: 30px;
  padding-top: 200px !important;
  padding-bottom: 200px !important;
}
@media screen and (max-width: 1199px) {
  .container-overflow-right .container-left {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .container-overflow-right .container-left {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media screen and (max-width: 767px) {
  .container-overflow-right {
    display: flex;
    flex-direction: column-reverse;
  }
  .container-overflow-right .container-right {
    height: 300px;
  }
}
