/* CSS Document */


/*cookie*/
.cc_container .cc_message {line-height:1.4em;}


div.div-hervorgehoben div.element div.element-content p:nth-of-type(2) {
  margin-top: 18px;
}

h1 {   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
}

.element-map-text .openstreetmap {
    height: 500px;
}

.teaserraster-mail {
  word-break:break-all;  
}

h3 {color: #007883;}

.fff h3 {
    color: #ffffff;
}

.infobox ul, .infobox ol {
    list-style-type: none;
    padding: 0 0 0 20px;
    margin: 0;
  line-height: 28px;
}

.infobox ul li, .infobox ol li{
    margin-bottom: 1em;
}

.infobox ol li{
    counter-increment: count-me;
}

.infobox ul li::before {
    content: "\2022";
    display: inline-block;
    position: relative;
    max-width: 0;
    max-height: 0;
    left: -16px;
    top: 1px;
    color: #007883;
}

.infobox ol li::before {

    content: counter(count-me) ". ";
    display: inline-block;
    position: relative;
    max-width: 0;
    max-height: 0;
    left: -16px;
    color: #007883;

}

.infobox .element-text h3 {
    margin-top: 0px;
}

.first-content {

    min-height: 30px;
}

.element-teaser-1 .inner-5, .element-teaser-2 .inner-5 {
    display:none;
}

.element-teaser-3 .inner-1, .element-teaser-1 .inner-1 {
    display:none;
}

.element li a {
    color: #007883;
    text-decoration: underline;
}

.element .element {
  margin-bottom: 0px;
}

.element .element-text {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}



.container .container {
  width:100%;
}


.video-container {

    position: relative;

    padding-bottom: 56.25%;

    padding-top: 30px; height: 0; overflow: hidden;

}

 

.video-container iframe,

.video-container object,

.video-container embed {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

}

.sharebox-background p {
  color: #fff;  
}

.spendentext h3 {
  color:#000000;
}

a.spenden-info-link {position: absolute;bottom: 100px;left: 50%;transform: translateX(-50%); color:#ffffff}
a.spenden-info-link:hover {color:#ffffff}



.dka-header h1 {
  text-shadow: 0 0 5px black;
}

.element-subpage-h1 h1 {
  margin-bottom:50px;
}

.abstand4 {
  padding: 4px;
}

/*FORMULARE*/

form#cse-search-box1 {
background-color:#ffffff;  
}


.dka-input-field textarea {
padding: 10px;
width: 100%;
}

.dka-input-field textarea.focus, .dka-input-field textarea:focus {
    outline: 0;
    border: solid 1px #007883;
    -webkit-box-shadow: 0 0 5px 1px #969696;
    -moz-box-shadow: 0 0 5px 1px #969696;
    box-shadow: 0 0 5px 1px #969696;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);
}



.dka-input-field select {
    
}
.dka-footer select {
    padding: 10px;
    background-color: #f0f0f0;
    outline: 0;
    border: 1px solid #232323;
  padding: 10px;
    width: 100%;
  -webkit-appearance: none;
    -moz-appearance: none;
}
.dka-footer input {
  padding-bottom:8px;
}

.element-formular select:first-of-type {
    margin-top: 0px;
    margin-right: 0px;
}


.element-formular select {
    margin: 0;
    width: 100%;
    padding: 10px;
}

#rechnungsadresse {
  display:none;
}


#rechnungsadresse.show {
display:inline;
color:#000000;
}

.element-klappe-group h2,.element-klappe-group h3,.element-klappe-group h4,.element-klappe-group h4, .element-klappe-group h6 {
margin-left: auto;
    margin-right: auto;
    width: 66.6667%;
}


.show {
  display:inherit;
}

.element-formular #teeform  p {
    text-align: left;
  font-weight:normal;
  
}

.team-card h6 {
  text-align: center;
}

/*SPENDEN*/

.row-spendenbetrag p {
  padding-top:15px;
}

.left p {
  text-align: left;
  padding-left:0;
}
.right p {
  text-align: right;
  padding-right:0;
}

h3.spendenverwendung {
  text-align:  center;  
}

.spendenform p {
  text-align: left;
}

.spendenform p.no-left-margin {
  margin-left:0px;
	padding-left:10px;
}

.spendenzweckwiederholung {
	/*font-weight: 700;*/
	color: #007883;
	font-size: 26px;
	
}

.spendenform p.spendenzweckwiederholung {
	text-align: center;
}

.element-carousel {margin-bottom:10px;}

.row-unterstuetzung {margin-top:67px; margin-bottom:67px;}

.row-methode {margin-bottom:67px;}

.row-spendenbetrag, .row-unterstuetzung, .row-methode, .row-steuer {
background-color:#f0f0f0;
	}

.element-formular .row-steuer div:first-of-type {
    padding-left: 10px;
}

.row-methode label {
    font-weight: 400;
}

/*FOOTER*/
.dka-footer h5 {
    letter-spacing: 0;
    font-weight: 500;
      font-size: 16px;
}



/**THE SAME CSS IS USED IN ALL 3 DEMOS**/    
/**gallery margins**/  
ul.gallery{    
margin-left: 3vw;     
margin-right:3vw;  
}    

.zoom {      
-webkit-transition: all 0.35s ease-in-out;    
-moz-transition: all 0.35s ease-in-out;    
transition: all 0.35s ease-in-out;     
cursor: -webkit-zoom-in;      
cursor: -moz-zoom-in;      
cursor: zoom-in;  
}     

.zoom:hover,  
.zoom:active,   
.zoom:focus {
/**adjust scale to desired size, 
add browser prefixes**/
-ms-transform: scale(2.5);    
-moz-transform: scale(2.5);  
-webkit-transform: scale(2.5);  
-o-transform: scale(2.5);  
transform: scale(2.5);    
position:relative;      
z-index:100;  
}

.element-map h3 {
  margin: 0 0 10px;
  font-weight: 500;
    padding: 20px 0;
    width: 70%;
    border-bottom: 1px solid #007883;
  margin-bottom: 18px;
  color: #007883;
}

.element-map  ul {
  list-style-type: none;
padding: 0 0 0 20px;
margin: 0;
line-height: 28px;
}

.element-map ul li::before {
    content: "\2022";
    display: inline-block;
    position: relative;
    max-width: 0;
    max-height: 0;
    left: -16px;
    top: 1px;
    color: #007883;
}


/**To keep upscaled images visible on mobile, 
increase left & right margins a bit**/  
@media only screen and (max-width: 768px) {   
ul.gallery {      
margin-left: 15vw;       
margin-right: 15vw;
}

/**TIP: Easy escape for touch screens,
give gallery's parent container a cursor: pointer.**/
.DivName {cursor: pointer}


a.btn-dka-cta {
    white-space:normal;
}
    

}



@media (min-width:768px){
.youtube-left {
  padding-right:20px;
}
.youtube-right {
  padding-left:20px;
}
}

@media (min-width: 992px) {

  .anchortarget::before {

    content: "";

    display: block;

    height: 63px;

    margin: -63px 0 0; } }


.frame .smcx-embed {
    
    max-width:none;
    
}

.frame .smcx-embed > .smcx-iframe-container {
    
    max-width:none;
    
}

.mcol .bildbeschreibung {
    position: absolute;
    bottom: 0;
    background-color: rgba(255,255,255,.85);
    color: #000;
    width: calc(100% - 8px);
    margin: 0;
    padding: 8px;
}

.dropdown-backdrop {
	z-index:-990;}
.element-material .col-sm-12 {

    box-shadow: 0 .3rem 1rem -.5rem rgba(0,0,0,.5);

}

@media (min-width: 992px) {
.element-material .row .col-xs-2 {
    padding: 20px 10px 20px 40px;
	}}
@media (min-width: 768px) {
.element-material .row .col-xs-2 {
    padding-left: 28px;
}}

@media (min-width: 768px){
.element-material .col-sm-12 {
    box-shadow: 0 0.3rem 1rem -0.5rem rgba(0,0,0,.5);
}}

@media (min-width: 1200px) {
.cb-shadow:focus, .cb-shadow:hover {
    box-shadow: 0 3rem 6rem -2rem rgba(0,0,0,.35);
}}


@media (min-width:992px) {
.col-md-pull-4 {
	width:33.33%;
	right:66.67%;
}

.col-md-push-8 {
	left:35.33%;
	width:64.67%;
}
	
	
}


.grid-2s .element-klappe {
	width:100%;
}

@media (min-width: 768px) {
.kleiner-abstand-rechts {
		padding-right:10px;
	}	}


.element-themen-raster-1 .cb-bg {
	background-color: rgba(0,0,0,.3);
}

.raster-content h3, .raster-content p {
	text-shadow: 0 0 5px #000;
}

.newsletter-grey {
	color:#777777;
	font-size:0.9em;
	font-style:italic;
}


.ButtonGross {

color: #007883;
    text-decoration: none;
border: 2px solid #007883;
    padding: 18px;
letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 0;
-webkit-transition: background-color .4s linear;
    -ms-transition: background-color .4s linear;
    transition: background-color .4s linear;
    box-shadow: none;
    text-shadow: none;
font-size: 16px;
line-height: 1.33;
display: inline-block;
margin-bottom: 0;

    font-weight: 400;
text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
}

.ButtonGross:hover {

color: #fff;
background-color: #007883;
    text-decoration: none;

outline: 0;
    border: 2px solid #007883;
    padding: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 0;
    -webkit-transition: background-color .4s linear;
    -ms-transition: background-color .4s linear;
    transition: background-color .4s linear;
    box-shadow: none;
    text-shadow: none;
font-size: 16px;
line-height: 1.33;
margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;


}

p a.ButtonGross:link {
	text-decoration:none;
}

.img-logos-unterstuetzer {
	height:60px;
	width:auto;
	padding-right:24px;
	padding-bottom:12px;
	display:inline;
}
.img-logos-unterstuetzer2 {
	height:120px;
	
}

.bg-spenden-virtuell {
	background-color: #1D2929;
	  color:#fff;
}

@media (min-width:768px) {
.bg-spenden {
	    background: url(/fileadmin/st/king_green_kl.webp);
	background: url(/fileadmin/st/desktop.webp);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    min-height: 100%;

}
	.bg-spenden-meine {
	    background: url(/fileadmin/st/meinespende/1.webp);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    min-height: 100%;

}
.bg-spenden-virtuell {
	
	    background: url(/fileadmin/st/virtuell_kl.webp);
	    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    min-height: 100%;
}
	.bg-spenden2 {
	    background: url(/fileadmin/st/spendenbg_kl.webp);
		background: url(/fileadmin/st/spendenseite/1.webp);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    min-height: 100%;

}
	.bg-spenden3 {
	
		background: url(/fileadmin/st/spenden_kwabena.webp);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    min-height: 100%;

}
	.bg-spenden4 {
	
		background: url(/fileadmin/custom/img/weiss.png);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    min-height: 100%;

}
}
@media (max-width:767px) {
.dka-top .dka-logo-spenden {
	margin-top: 60px;
	margin-bottom: 24px
}
}
@media (min-width:768px) {
.dka-top .dka-logo-spenden {
	margin-top: 54px;
	max-width: 70%;
	margin-bottom: 24px
}
}
@media (min-width:992px) {
.dka-top .dka-logo-spenden {
	margin-top: 40px;

	/*width: 380px;*/
	margin-bottom: 0
}
}
@media (min-width:1200px) {
.dka-top .dka-logo-spenden {
	/*width: 420px*/
}
}

.dka-footer-spenden {
    background-color: #f0f0f0;
    color: #232323;
    width: 100%;
    padding: 60px 10% 80px 10%;
    margin-top: 67px;
}

.dka-footer-spenden img {
    
    padding: 0px 0px 0px 0px;
    margin-top: 0px;
}

.circle.cfooter {
    width: 30%;
    padding-bottom: 30%;
    margin: 16px 0px;
}

@media (min-width:700px) {
.circle.cfooter {
    width: 30%;
    padding-bottom: 30%;
    margin: 16px 0px;
}
}

@media (min-width:992px) {
.circle.cfooter {
    width: 64%;
    padding-bottom: 64%;
    margin: 0 auto;
}

}


.footer-spendenabsetzbarkeit {
    width: 32%;
    padding-bottom: 30%;
    margin: 16px 0px;
}

@media (min-width:700px) {
.footer-spendenabsetzbarkeit {
    width: 32%;
    padding-bottom: 30%;
    margin: 16px 0px;
}
}

@media (min-width:992px) {
.footer-spendenabsetzbarkeit {
    width: 64%;
    padding-bottom: 64%;
    margin: 0 auto;
}

}



@media (min-width:768px) {

	.spenden-mobil-header {
		display:none;
	}
}

/*herret am 6.7.24*/
.spenden-mobil-header {
		display:none;
	
	}
@media (min-width:768px) {

	.main-spenden {
	margin-top:60px;
}
}


.dka-logo-spenden img {
	width:80%;
}

.spenden-nav-hervorhebung-li, .spenden-mobil-nav-li {
	background-color: #ffae00;
}
.spenden-nav-hervorhebung-li a {
	color: #333;
padding-left: 15px;
padding-right: 15px;
font-size: 18px;
font-weight: 500;
letter-spacing: 1px;
text-transform: uppercase;
}
.menu-container ul.menu li.spenden-nav-hervorhebung-li a {
    color: #333;
}

.menu-container ul.menu li.spenden-nav-hervorhebung-li {
    color: #333;
}

.menu-container ul.menu li.spenden-nav-hervorhebung-li:focus, .menu-container ul.menu li.spenden-nav-hervorhebung-li:hover {
    border-bottom: 2px solid #333;

}


.spenden-mobil-nav-li  {
	font-size: 18px;
font-weight: 500;
letter-spacing: 1px;
text-transform: uppercase;
}

.mm-listview>li>span.spenden-nav-hervorhebung-span {
	
	color: #333;
}

.mm-listview>li.spenden-nav-hervorhebung-li>span {
	color: #333;
}

.spenden-mobil-nav-span
{
	color: #333;
}

.spendenbox-guetesiegel-img {
	width:100%;
	margin: 16px 0px;
	margin-top:0px;
	margin-bottom:24px;
	text-align:left;
}

.spendenbox-absetzbar-img {
	width:100%;
	margin: 16px 0px;
	margin-top:8px;
	margin-bottom:16px;
	text-align:left;
}

.element-virtueller-sternsingerbesuch hr {
	    margin-top: 20px;
padding-bottom:20px;
}

.virtuell-spenden-textvorschlag {
	background-color:#ffae00;
}


@media (min-width: 992px) {
.element-formular  .row .element-material div:last-of-type {
        padding: 6px 10px;
}
	.element-formular  .row  div.element-material:last-of-type {
        padding: 6px 10px;
}
}
@media (min-width: 992px) {
.element-formular .row .element-material  div:first-of-type {
        padding: 6px 10px;
}
	.element-formular .row   div.element-material:first-of-type {
        padding: 6px 10px;
}
	}

@media (max-width: 991px) {

.element-teaser-1 .inner-3 {
    border: 1px solid #767676;
    padding: 18px 5%;
	background-color: #ffffff;
}
	} 
 

@media (min-width: 992px) {

#c5471  .element-teaser-1 .inner-3 {

    padding: 18px 5%;
	background-color: #ffffff;
}
	} 
 
@media (min-width: 768px) {
#c5471 .col-teaser {
    background-color: #ffffff;
}
}

@media (min-width: 768px) {
#c5471  .element-teaser-1.cb-shadow {
    background-color: #ffffff;
}
	}


#c5471  .element-teaser-1 {
    width: 100%;
    
    margin-bottom: 40px;
}


@media (min-width: 768px) {
	.amazonien-2spaltig {column-count: 2;  column-gap: 10px;}
}





/*marmarfa*/

.respond_registration_parent {max-width: 600px; margin: 0 auto;}
.respond_registration span {display: inline-block;}
.respond_registration * {color: #000; line-height: 25px;}
.respond_registration h2 {
    color: #009ba2;
    font-size: 39px;
    text-align: center;
    line-height: 45px;
    margin-bottom: 50px;
}
.respond_registration .anzahl {
    text-align: center;
    display: block;
    font-weight: bold;
    font-size: 22px;
}
.respond_registration .anzahl-von {color: #009ba2;}
.respond_registration .marmara-progress-wrapper {
    border: 1px solid #000;
    max-width: 450px;
    margin: 0 auto;
}
.respond_registration .marmara-progress-bar {padding: 5px 10px;}
.respond_registration .text-center {text-align: center; display: block;}
.respond_registration .bold {font-weight: bold;}
.respond_registration ul li {margin-bottom: 10px;}
.respond_registration ul li:before {color: #009ba2; font-size: 12px;}
.respond_registration .respond_personendaten .field.field-text {margin-bottom: 10px;}
.respond_registration .respond_personendaten .field.field-text div {
       position: relative;
}
.respond_registration .respond_personendaten input {padding: 10px 10px 5px 10px;}
.respond_registration .respond_personendaten select { padding: 10px 10px 5px 5px; background-color: #fff;}
.respond_registration .respond_personendaten input,
.respond_registration .respond_personendaten select {border: 2px solid #b0b0b0; width: 100%;}
.respond_registration .respond_personendaten label {
       position: absolute;
       padding-left: 10px;
font-size: 10px;
z-index: 999;
top: 1px;
color: #6c6c6c;
line-height: 16px;
}
.respond_registration .respond_personendaten .field.field-text:focus-within label {color: #000;}
.respond_registration .field.field-checkbox,
.respond_registration .field.field-radio {
display: flex;
    flex-direction: row-reverse;
    align-items: baseline;
    justify-content: flex-end;
}
.respond_registration ul {margin-bottom: 20px; margin-top: 20px;}
.respond_registration ul.last_signers {margin: 0 0 20px 0;}
.respond_registration ul.last_signers li {font-size: 12px; line-height: 14px; padding-right: 15px;}
.respond_registration span.letzt {font-size: 22px; line-height: 28px; margin-bottom: 15px;}
.respond_registration span.letzt + br {display: none;}
.respond_registration .field + div.block {text-align: center;}
.respond_registration .field + div.block input[type="submit"] {margin-top: 30px;}
.respond_registration input[type="submit"] {
    border: none;
    padding: 10px 30px;
    color: #fff;
    background-color: #009ba2;
    font-weight: bold;
    text-transform: uppercase;
}
.respond_registration input[type="submit"]:hover,
.respond_registration input[type="submit"]:focus,
.respond_registration input[type="submit"]:active {background-color: #006468;}
.respond_registration ul.last_signers {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
}
.respond_registration input[type="checkbox"],
.respond_registration input[type="radio"] {appearance: none;}
.respond_registration .field.field-checkbox input[type="checkbox"]:before,
.respond_registration .field.field-radio input[type="radio"]:before {
    width: 14px;
    height: 14px;
    border: 1px solid #000;
    content: '';
    display: flex;
align-items: flex-end;
    margin-right: 5px;
}
.respond_registration .field.field-radio input[type="radio"]:before {
border: 1px solid #b0b0b0;
border-radius: 10px;
background-clip: content-box;
padding: 3px;
width: 16px;
height: 16px;
display: flex;
}
.respond_registration .field.field-radio input[type="radio"]:checked:before {
background-color: #009ba2;
border-color: #009ba2;
}
.respond_registration .field.field-checkbox input[type="checkbox"]:checked:before {
   content: "?";
   background-color: #009ba2;
   border-color: #009ba2;
color: #fff;
align-items: center;
}
.respond_registration .pflicht {margin-top: 20px;}

@media screen and (min-width: 500px){
.respond_personendaten {column-count: 2;}
.respond_personendaten .field.field-text:first-child {column-span: all}
.respond_personendaten .field.field-text input,
.respond_personendaten .field.field-text select {width: 100%;}
.respond_personendaten, .pflicht, .respond_registration .field.field-checkbox, .respond_registration .field.field-radio,
.respond_registration span.unterstuetz {max-width: 500px; margin: 0 50px;}
.respond_registration ul {margin-right: 40px; margin-left: 60px;}
}

.respond_registration span.unterstuetz {margin-bottom: 10px;}
