.elementor-kit-5{--e-global-color-primary:#A38674;--e-global-color-secondary:#000000;--e-global-color-text:#000000;--e-global-color-accent:#FFFFFF;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-size:16px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:#000000;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 p{margin-bottom:26px;}.elementor-kit-5 a{color:var( --e-global-color-accent );}.elementor-kit-5 a:hover{color:var( --e-global-color-text );}.elementor-kit-5 h1{color:#000000;font-family:"Actor", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-5{--e-global-typography-primary-font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.elementor-606 {
    min-height: calc(100vh - 800px);
}

.elementor-post-date {
    font-size: 0.8em;
}
.entry-content table td, .entry-content table th, table td, table th {
    padding-block: 0;
}
/* Spenden-Button Animation */
#nav-second ul.sf-menu>li {
	width: 10%;
}

#menu-second-nav.sf-menu>li:nth-child(5)>a,
#menu-second-nav.sf-menu>li:nth-child(6)>a {
	background-color: red;
	width: 8em;
	max-width: 8em;
}
#menu-second-nav.sf-menu>li:nth-child(6)>a {
	transform: rotate(0deg);
	animation-name: spenden-animate;
	animation-delay: 15s;
	animation-timing-function: ease;
	animation-duration: 2s;
	animation-iteration-count: 2;

}
#menu-hauptnav .current-menu-item>a {
    color: white !important; 
}


@keyframes spenden-animate {
	0%,5%,10% {
		transform: rotate(1deg);
	}
	2.5%,7.5% {
		transform: rotate(-1deg);
	}
	10%,100% {
		transform: rotate(0deg);
	}
}/* End custom CSS */