

/*************************************************************************/
/*  Theme Custom  */

body {
	font-family: 'Satoshi-Regular', sans-serif;
	font-weight: 400;
	font-size: clamp(18px,1.6vw,24px);
	line-height: 142%;
	color: #000;
	background-color: #fff;
}

/*Link Farbe */
a { color: #222;}

/* Link in Editor-Texten */
:is(.res-content p, .res-content li) a:not(.nav-link, .dropdown-item) {
	font-weight: 400;
    border-bottom: 1px solid #000;
}

@media only screen and (min-width: 970px) {
	:is(.desktop-nav, .navbar-nav) .current-page-ancestor a {
    color: #7CB6C8;
}
} 

b, strong {
	font-family: 'Satoshi-Bold', sans-serif;
	font-weight: 700;
}
.res-content ul li a {
    border-bottom: 0 !important;
}
.brand-color {
    color: #0C4A88;
}

/* Title clamp */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Satoshi-Medium', sans-serif;
	font-weight: 500;
	line-height: 120%;
	color: #4B4B4B;
}
h1 {
    font-size: clamp(26px, 2.8vw, 230%);
}
h2 {
    font-size: clamp(24px, 2.35vw, 190%);
}
h3 {
	font-size: clamp(18px, 2vw, 165%);
	line-height: 120%;
}
h4 {
	font-family: 'Satoshi-Bold', sans-serif;
	font-size: clamp(19px, 1.7vw, 133%);
	line-height: 120%;
	font-weight: 700;
}
h5 {font-size: clamp(18px, 1.5vw, 105%);} 
h6 {font-size: clamp(17px, 1.4vw, 100%);} 

@media only screen and (max-width: 970px) {
	 h1, h2, h3, h4, h5, h6 { 
		 /* hyphens: auto; */
		 /* -webkit-hyphens: auto; */
		}
	
	body {
    overflow-x: hidden;
}
}

/* Container align wide  */

.container {
    max-width: 1330px;
}
.container-fluid {
    max-width: 85%;
}
.res-header .container-fluid {
    max-width: 97%;
}
.container-small {
	max-width: 1030px;
	margin: 0 auto;
}
@media only screen and (max-width: 1290px) {
	.container-small {
    max-width: 70%;
    margin: 0 auto;
}
}
@media only screen and (max-width: 1100px) {
		.container-small {
    max-width: 80%;
    margin: 0 auto;
}
}
/* Laptop Surface */
@media only screen and (max-width: 1500px) {
	.container{	max-width: 92%;}
	.container-fluid {max-width: 92%;}
	
	.container :not(.alignfull) .inner-container.container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}
}


/* Logo */
.logo {
    padding-top: 25px;
    padding-bottom: 25px;
}

/* Logo Size  */
.logo img {
	width: clamp(100px, 15vw, 300px);
	height: auto;
}

/* Logo Mobile  */
@media only screen and (max-width: 970px) {
.res-nav .logo-mobile img {
    height: 45px;
}
}

.res-nav .nav-link {
    color: #0C4A88;
		font-family: 'Satoshi-Medium', sans-serif;
	font-weight: 500;
}

.res-rightheader a {
    color: #0C4A88;
}
#res-nav-clone .res-rightheader {
    font-size: 90%;
}

#res-right-header .nav-link {
    color: #0C4A88;
    font-size: 80%;
    background: #DDF2F6;
    border-radius: 30px;
    font-family: 'Satoshi-Medium', sans-serif;
    font-weight: 500;
    padding: 0.3rem 1.9rem;
}


/* RES Nav */
@media only screen and (min-width: 970px) {

	.res-nav .navbar-expand-md .navbar-nav .nav-link {
		padding-right: clamp(13px, 1.4vw, 30px);
		padding-left: clamp(13px, 1.4vw, 30px);
	}

}

@media only screen and (min-width: 1100px) {
		.res-nav .nav-link {
		font-size: 92%;
		padding: 0.7rem 1.3rem;
		white-space: nowrap;
		
	}
}

@media only screen and (max-width: 1100px) {
		.res-nav .nav-link {
		font-size: 15px;
		padding: 0.7rem 0.6rem !important;
		white-space: nowrap;
		
	}
}


/* Hover */
.res-nav-section li a:hover {
    color: #7CB6C8;
}

/* active Nav */
	li.active > a.nav-link,
	.res-header li.current-page-ancestor .current-page-ancestor a,
	#burger-menu-nav li.current-page-ancestor .current-page-ancestor a,
	#burger-menu-nav li.current-page-ancestor > a.nav-link,
	.res-navtab .tabs .nav-link.active,
	.res-navtab .tab-links .nav-single-tab.active .nav-link,
	#res-menu-mobile .current-page-ancestor > a, 
	#res-menu-mobile .current-page-ancestor .dropdown-submenu.active > a, 
	#res-menu-mobile .dropdown-submenu.active > a {
		color: #7CB6C8;
}
/* active Nav in dropdownn */
li.active .current-menu-item > a.dropdown-item {
    color: #7CB6C8;
	font-weight: 700;
}

.res-nav .dropdown a {
	display: flex;
	align-items: center;
}

/*  Fixnav */
.res-fixnav.show .logo {
    padding-top: 10px;
    padding-bottom: 10px;
}
.res-fixnav.show .logo img {
    width: clamp(90px, 10vw, 350px);
    height: auto;
}
/* Fixnav Desktop */
@media only screen and (min-width: 970px) {
	.res-fixnav.show { 
		background: rgba(255,255,255, 1.0);
	}
.res-fixnav.show .res-nav li a {
    font-size: 85%;
}
	.res-fix-nav-in-viewport:not(.page-on-top) .res-fixnav {
		box-shadow: 3px 8px 10px rgba(200, 200, 200, 0.3);
	}
}
/* Fixnav Mobile */
@media only screen and (max-width: 970px) {
	
	.res-fix-nav-in-viewport:not(.page-on-top) .res-fixnav {
		background: #ffffff;
		box-shadow: 3px 8px 10px rgba(200, 200, 200, 0.3);
	}	
	.res-header-mobile {
		background: #ffffff;
	}
	.res-fix-nav-in-viewport:not(.page-on-top) .res-fixnav .res-mobile-bar {
		background-color: #fff;	
	}
	.res-nav .logo-mobile {
    display: block;
    position: relative;
    width: 80%;
    padding: 15px 0 15px 5%;
}
} 



/* Buttons */
.btn {
    padding: 0.53rem 2.4rem;
    font-size: 20px;
    border-radius: 40px;
    font-family: 'Satoshi-Bold', sans-serif;
    font-weight: 700;
}

.btn-primary{
    background-color: #7CB6C8;
    color: #fff !important;
	border: none !important;
	position: relative;
	overflow: hidden;
	opacity: 1;
}
.btn-primary:hover {
background-color: #7CB6C8;
	opacity: 1;
}

.btn-primary::before {
    position: absolute;
    content: "";
    inset: -2px;
    border-radius: 30px;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0s;
    background: #0C4A88;
}
.btn-primary:hover::before, a:hover .btn-primary::before {
    transform: scaleX(1)!important;
    transform-origin: left center!important;
}

.btn-primary span, .btn-secondary span {
    position: relative;
}
.btn-primary:link {
}
.btn-primary:visited {
}
.btn-primary:hover {
}
.btn:hover {
	opacity: 1;
}
.btn-primary:active {
}
.btn-primary:focus {
}
.btn-arrow:hover {
    padding-left: 10px;
}

.btn-secondary {
    background-color: #0C4A88;
    color: #fff !important;
	border: none !important;
	position: relative;
	overflow: hidden;
	opacity: 1;
}
.btn-secondary:hover {
background-color: #0C4A88;
	opacity: 1;
}
.btn-secondary::before {
    position: absolute;
    content: "";
    inset: -2px;
    border-radius: 30px;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0s;
    background: #7CB6C8;
}
.btn-secondary:hover::before, a:hover .btn-secondary::before {
    transform: scaleX(1)!important;
    transform-origin: left center!important;
}
.btn-outline:hover {
    border-color: #0C4A88;
    color: #0C4A88;
}
.btn-text-link {
    color: #0C4A88;
	padding: 0;
	border-radius: 0;
	font-weight: 400;
	border-bottom: none!important;
}
.btn-arrow {
	position: relative;
	padding: 0;
	margin: 0;
	border-radius: 0;
	font-weight: 400;
	transition: all .3s ease-in-out;
}

.btn-arrow:after {
	content: "\f178";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    margin-left: 8px;
    font-weight: 400;
    font-size: 100%;
	text-decoration: none;
	transition: all .3s ease-in-out;
}

p .btn-secondary::before, p .btn-primary::before {
display: none;
}
.slider-text p .btn-secondary::before, .slider-text p .btn-primary::before {
display: block;
}
p .btn-secondary:hover {
	background: #7CB6C8;
}
.slider-text p .btn-secondary:hover {
	background: #0C4A88;
}
p .btn-primary:hover {
	background: #0C4A88;
}

.btn-sm {
	font-size: 80%;
} 


/* Btns Mobile  */
@media only screen and (max-width: 970px) {
	.btn {font-size: 90%;}
	.btn-sm {font-size: 75%;} 
}	


/* Footer */

.res-footer {
	border-top: 0px solid #eee;
	background-color: transparent;
}

.res-widget-footer .footer-tile {
	padding-bottom: 15px;
}
.footer-social-box a {
	background: #000;
	border-radius: 100%;
}
.res-widget-footer.footer-social-icon .fa-res-icon svg {
	fill: #fff;
	height: clamp(20px,1.0vw,80px);
}
.res-widget-footer.footer-social-icon span.fa-res-icon,
.res-widget-footer.footer-social-icon span.fa-res-i {
	width: 45px;
	height: 45px;
	color: #fff;
}

.copyright-col2.pl-md-2{
	padding-left: 0!important;
}
	.res-footer .logo-zeile p{
		font-size: 12px;
		line-height: 155%;
		margin-bottom: 0;
	}
.res-footer .logo-zeile .res-txt h4 {
    color: #DE5928;
    font-size: 12px !important;
    font-weight: 500;
    line-height: 155%;
    margin-top: 7px;
}
.res-footer .logo-zeile .res-txt.seniorenzentrum h4 {
    color: #42874c;
}
@media only screen and (min-width: 970px) { 
	.res-footer .logo-zeile{
		margin-bottom: 0!important;
	}
	.res-footer .logo-zeile, .res-footer .logo-zeile .wp-block-columns{
		gap: 0!important;
	}
	.res-footer .logo-zeile .res-txt{
		padding-left: 2vw;
		padding-right: 10px;
	}
	.res-footer .logo-zeile .erstes-feld .res-txt{
		padding-left: 0;
	}
	.res-footer .logo-zeile .wp-block-image {
		padding-right: 2vw;
		padding-left: 10px;
	}
	.res-footer .logo-zeile .letztes-feld .wp-block-image{
		border-right: none;
	}
	.res-footer .logo-zeile .wp-block-columns .wp-block-columns .wp-block-column:first-of-type{
		border-right: 1px solid rgba(0,0,0,0.1);
	}
	.res-footer .res-widget-footer address{
		line-height: 165%;
		margin-bottom: 0.5rem;
	}
	.res-footer-copyright.d-flex-inline{
		justify-content: flex-end;
	}
}


/* Blog Container */

@media only screen and (min-width: 1400px) { 
	.res-blog .container {
		max-width: 1440px;
	}
}


/* Headline grosse Title  */

.headline-title h1  {
	font-size: clamp(240%, 4.2vw, 440%);
	line-height: 110%;
}
.headline-title h2  {
	font-size: clamp(240%, 3.8vw, 360%);
	line-height: 110%;
}
.headline-title h3  {
	font-size: clamp(240%, 3.3vw, 280%);
	line-height: 110%;
}
.res-boxes .headline-title h2,
.res-boxes .headline-title h3,
.res-slider-content .headline-title h2,
.res-slider-content .headline-title h3 {
	font-size: clamp(140%, 2.4vw, 330%);
	line-height: 110%;
}




/* Formular UI  */

.forminator-ui .forminator-required {
	color: #eee;
	opacity: 0.4;
}
.forminator-ui .forminator-label {
    font-size: 90%;
    font-family: inherit;
    font-weight: 300;
	padding-bottom: 0.5rem;
}

.forminator-ui .forminator-checkbox, 
.forminator-ui .forminator-checkbox__label, 
.forminator-ui .forminator-checkbox__label p {
    font-size: 90%;
    font-family: inherit;
    font-weight: 300;
}
/* forminator error-message font */
.forminator-ui.forminator-design--flat span.forminator-error-message {
    color: #000 !important;
	font-weight: 400 !important;
}
/* forminator Button */
.forminator-ui .forminator-button-submit {
	border-radius: 40px !important;
	padding: 0.4rem 2.4rem !important;
	font-size: 90% !important;
	font-weight: 300 !important;
}

/* Oversize 4k Monitor */
/*
@media only screen and (min-width: 1980px) {
	.container,
	.res-blog .container {
		width: 85%;
    	max-width: 1880px;
	}
}
*/



/*************************************************************************/
/*   Custom-CSS  */

.marker{
	display: inline-block;
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
	border-bottom: 1px solid #2b52b9;
	color: #2b52b9;
}

/* footer */

.res-widget-footer {
    font-size: 85%;
    line-height: 180%;
}

.res-content .postContent li:before, .res-footer-links li:before {
	content: "\f0c8";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    margin-left: -25px;
    text-decoration: inherit;
    font-weight: bold;
    font-size: 10px;
    opacity: 1;
	color: #7CB6C8;
}

.footer-links {
    display: block;
    column-count: 2;
}

.res-footer .res-txt h4 {
    font-family: 'Satoshi-Medium', sans-serif;
    font-size: clamp(19px, 1.7vw, 115%);
    line-height: 120%;
    font-weight: 500;
} 
.res-footer-links ul {
    font-size: 100%;    
}
.res-footer-links li:before {
line-height: 400%;
}

.res-footer .txt-textfield {
    font-size: clamp(14px,1.4vw,20px);
    line-height: 142%;
}

/* .res-header-image .layout-3 */

.res-header-image .layout-3 .jarallax {
    height: 100%;
}

.res-header-image.style-01.Beige .sloganbox-background {
    background: #ffffff;
}

.res-header-image .layout-3 .res-header-image-text {
    position: absolute;
    left: 3%;
}


/* .res-header-image style-01 */


.res-header-image.style-01 {
	
}
.res-header-image.style-01 .res-header-image-vertical-center {
    left: -40%;
}
@media only screen and (max-width: 1440px) {
	.res-header-image.style-01 .res-header-image-vertical-center {
    left: -60%;
}
}
@media only screen and (min-width: 768px) {
	.res-header-image.style-01 .layout-1.jarallax {
    background-color: #fff;
    max-width: 61%;
    margin: 0 0 0 auto;
}

} 

.res-header-image.style-01 .sloganBox h1, .res-header-image.style-01 .sloganBox h2, .res-header-image.style-01 .sloganBox h3 {
    color: #4B4B4B;
}

.res-header-image.style-01 .res-header-image-vertical-center .sloganBox {
	color: #000;
}
.res-header-image.style-01 .sloganbox-background {
    background: #F9F5EE;
    padding: 3.7rem 4rem;
}
.res-header-image.style-01 .sloganBox .btn-secondary, .res-header-image.style-01 .sloganBox .btn-outline {
    background-color: #0C4A88;
}

.pagetitle {
    background: #0C4A88;
    padding: 5px 15px;
}
.pagetitle_2 {
    display: block;
    margin-left: 57px;
}

/* .res-slider-content */ 

.res-slider-content.alignfull .no-center-mode-desktop .slider {
    margin-left: 15px;
}
.res-slider-content.style-standard .slick-prev, .res-slider-content.style-standard .slick-next {
    background: #7CB6C8;
    border-radius: 50%;
}
.res-slider-content.style-standard .slick-next:before {
    opacity: 1;
    color: #fff;
}
.res-slider-content.style-standard .slick-prev.slick-disabled:before, .res-slider-content.style-standard .slick-next.slick-disabled:before {
    opacity: 1;
    color: #fff;
    font-size: 30px;
}
.res-slider-content.style-standard .slick-prev {
    margin-left: 3% !important;
}
.res-slider-content.style-standard .slick-next {
    margin-right: 3.5% !important;
}
.res-slider-content.style-standard .slick-prev:before {
    opacity: 1;
    color: #fff;
}
.res-slider-content.style-standard .slick-next:hover, .res-slider-content.style-standard .slick-prev:hover {
    background: #7CB6C8;
    border-radius: 50%;
    box-shadow: 0px 0px 16px 0px #00000082;
}
.res-slider-content.style-standard .slick-prev, .res-slider-content.style-standard .slick-next {
    background: #7CB6C8;
    border-radius: 50%;
}

.res-slider-content.style-standard .slick-disabled {
	opacity: 0.5 !important;
}
.res-slider-content.style-01 .boxlayout01 .postContent h4 {
	color: #fff;
	font-family: 'Satoshi-Medium', sans-serif;
	    font-size: clamp(18px, 1.5vw, 101%);
	font-weight: 500;
}
.res-slider-content.style-01 .boxlayout01 .postImg img {
    max-width: 65px;
    height: 100%;
    max-height: 80px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.res-slider-content.style-01 .boxlayout01 .box-content {
    padding-top: 5px;
    padding-left: 0;
    padding-right: 0;
}
.res-slider-content.style-01 .boxlayout01 .postBox {
    padding: 40px 30px;
    height: 100%;
}

.res-slider-content.style-01 .slick-prev, .res-slider-content.style-01 .slick-next {
	    background: #fff;
    border-radius: 50%;
    box-shadow: 1px 2px 3px #0000000f;
	    z-index: 1;
}

.res-slider-content.style-01 .slick-disabled {
	opacity: 1 !important;
}

.res-slider-content.style-01 .slick-next {
    margin-right: calc(0px - -15px);
}
.res-slider-content.style-01 .slick-prev {
    margin-left: calc(0px - 0px);
}
.res-slider-content.style-01 .slick-prev.slick-disabled:before, .res-slider-content.style-01 .slick-next.slick-disabled:before {
    opacity: 1;
}
.res-slider-content .slick-prev:hover:before {
    padding-right: 0px !important;
}
.res-slider-content .slick-next:hover:before {
    padding-left: 0px !important;
}

.res-slider-content .slick-next {
    top: 45%;
}
.res-slider-content .slick-prev {
    top: 45%;
}

.res-slider-content .flatbox .overflow-hidden {
     overflow: visible!important;
}

.res-slider-content .flatbox .postBox {
    background: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
	border: 1px solid #e5e9ed;
}
.res-slider-content .box-padding03 {
    padding: 15px 30px 35px 30px;
    display: flex;
    flex-direction: column;
}
.res-slider-content .slick-dots li.slick-active button:before {
    opacity: .95;
    color: #0C4A88;
}

.res-slider-content .flatbox .postBox i {
    color: #0C4A88;
    margin-top: auto !important;
}

@media only screen and (min-width: 970px) {
.res-slider-content .slider-text-row {
	    display: flex;
    align-items: center;
}
} 

@media only screen and (max-width: 970px) {
	.res-slider-content  .slider-text {
    text-align: center;
}
} 

.slider-text-row .slick-dots {
    text-align: left;
}
.res-slider-content .slick-dots li button:before {
    color: #0C4A8833;
}


/* res-icons-text */

.res-icons-text.style-standard .layout-2 .icons-txt-img img {
    max-height: 55px;
    max-width: 55px;
}

.res-icons-text .box-icon-padding04 {
    padding: 40px 40px 35px 40px;
}

.res-icons-text.style-standard .layout-2 .iconbox {
    box-shadow: 3px 3px 6px #e5e5e5;
    margin: 0 10px 15px 10px;
    background: #fff;
}
.slider-text-row .slider-text h3, .slider-text-row .slider-text h2 {
	font-size: clamp(26px, 2.8vw, 230%);
}
.res-icons-text.style-standard .layout-2 .icon-header {
    padding: 23px 30px 23px 30px;
}
.res-icons-text.style-standard .layout-2 .icon-header .icon-titel {
	font-family: 'Satoshi-Bold', sans-serif;
	font-size: clamp(19px, 1.7vw, 133%);
	line-height: 120%;
	font-weight: 700;
}

.res-icons-text.style-standard .layout-2 .icon-titel {
	color: #fff;
}
.res-icons-text.style-standard .layout-2 .icons-txt-content {
    padding: 25px 20px 20px 30px;
}
 .res-icons-text.style-standard .layout-2 .icons-txt-content ul {
    margin-bottom: 0;
}
 .res-icons-text.style-standard .layout-2 li {
    padding-bottom: 0;
    margin-left: 30px;
}
.res-icons-text.style-standard .layout-2 li:before {
    content: "\f068";
    color: #000000;
    font-size: 20px;
    font-weight: 300;
    padding-top: 2px;
}

.res-icons-text.style-standard .farbboxen .icons-txt-content * {
    color: #fff;
}
.res-icons-text.style-standard .farbboxen.transparent .icons-txt-content * {
    color: #000;
}
.res-icons-text.style-standard .farbboxen .icons-txt-content h4 {
	font-family: 'Satoshi-Medium', sans-serif;
	    font-size: clamp(18px, 1.5vw, 105%);
	font-weight: 500;
}

.res-icons-text.style-standard .farbboxen img  {
    max-height: 60px;
}


/* res-text-bild */

.res-text-bild.style-standard .btn-arrow {
    background: #7CB6C8;
    border-radius: 50%;
    aspect-ratio: 1;
    width: 55px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -15%;
    z-index: 1;
    top: 100px;
}

.res-text-bild.style-standard .btn-arrow:after {
	margin-left: 0;
    font-weight: 300;
	color: #fff;
	font-size: 140%;
}


.res-block.beige {
    background: #F9F5EE;
}



.res-text-bild .bilder_block_3 { 
    display: flex;
    align-items: center;
    grid-gap: 15px;
}
.res-text-bild .right-image-sektion img:first-child {
	margin-bottom: 15px;
}
.res-text-bild .left-image-sektion {
    width: 46%;
}

.res-text-bild .right-image-sektion {
    width: 50%;
}

.res-text-bild .bilder_block_3 img, .res-text-bild .txt-imagebox img {
    border-radius: 7px;
}

.res-text-bild .toptitle, .res-txt .toptitle {
    color: #0C4A88;
    font-family: 'Satoshi-Bold', sans-serif;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 15px;
}

/* res-navtab */

.res-navtab {
    border-top: 1px solid #eee;
}

.res-navtab .nav-fill .nav-item {
    flex: none;
    text-align: center;
}
.res-navtab .nav-quer {
    justify-content: center !important;
}
.res-navtab .nav-fill a {
    width: 100%;
    text-align: left;
    font-size: 18px;
}

.res-block.Schwarz h1, .res-block.Schwarz h2, .res-block.Schwarz h3, .res-block.Schwarz h4, .res-block.Schwarz h5, .res-block.Dunkelgrau h1, .res-block.Dunkelgrau h2, .res-block.Dunkelgrau h3, .res-block.Dunkelgrau h4, .res-block.Dunkelgrau h5 {
	color: #fff;
}


/* .res-collapse */

.res-collapse .collapse-icon {
    color: #0C4A88;
    font-size: 135%;
}

.res-collapse .card-header {
    background-color: #F9F5EE;
    padding: 0;
	    border: none;
}

.res-collapse .card {
    background-color: #F9F5EE;
    padding: 20px 25px;
    border-radius: 5px;
	margin-bottom: 15px;
}

.res-collapse .card-body {
    padding: 0;
    border-bottom: 0;
    padding-top: 30px;
}

.res-collapse a:not(.collapsed) .rotate-icon {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.res-collapse .rotate-icon {
    -webkit-transition: all 150ms ease-in 0s;
    -moz-transition: all 150ms ease-in 0s;
    -ms-transition: all 150ms ease-in 0s;
    transition: all 150ms ease-in 0s;
}

.res-collapse .card-header p.title-collapse {
    font-family: 'Satoshi-Medium', sans-serif;
    font-weight: 500;
}

.res-collapse.Beige .card, .res-collapse.Beige .card-header {
    background-color: #ffffff;
}


/* res-table */

.res-table .table-design-custom {
    border-top: none;
}

.res-table .downloads-tabelle-line {
    background: #f9f5ee;
	margin-bottom: 15px;
	border-radius: 5px;
}
.res-table.Beige .downloads-tabelle-line {
    background: #fff;
}
.res-table a:hover {
    opacity: 1;
}
.res-table .download-title {
    font-family: 'Satoshi-Medium', sans-serif;
    font-weight: 500;
}
.res-table .download-title span {
    font-size: clamp(20px,1.3vw,160%);
}
.res-table .downloads-tabelle-line .btn-arrow:after {
	display: none;
}

.res-table .downloads-tabelle-line .btn-arrow i {
    font-size: 35px;
    font-weight: 300;
    color: #0C4A88;
}
.res-table .table-space-custom {
    margin: 0;
    padding: 16px 25px;
}


.res-boxes .box-overlayer h3, .res-boxes .box-overlayer h2, .res-boxes .box-overlayer h1 {
    color: #ffffff;
}


.res-boxes .shadow-sm {
    background: #fff;
}

.res-footer .btn-primary span, .res-footer .btn-secondary span {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.res-footer .btn-primary i, .res-footer .btn-secondary {
    margin-left: 0 !important;
    margin-right: 0.65rem;
}

.searchform .btn-secondary::before {
	display: none;
}

.style-standard.layout01 .layout-1 .txt-imagebox a:hover {
    opacity: 1;
}

.searchform input {
    height: 45px;
    border: 1px solid #dedede;
}
.searchform label {
    width: 80%;
    margin: 0;
    padding: 0;
}
.searchform .btn {
    margin: 0;
    height: 45px;
    width: 60px;
    border: 1px solid #dedede;
}

.searchform .form-control {
    padding: 0.4rem 1rem;
    font-size: 1.2rem;
    color: #000;
}

.res-boxes .teamContent .team-infos .team-contact-icon-link i {
    font-size: clamp(18px,1.5vw,25px);
    color: #0C4A88;
}

.teamContent .fa-phone {
    font-weight: 600;
}

.res-boxes .postContent i {
    color: #0C4A88;
}

.res-vid-play-btn:after {
    color: #0C4A88;
}

.tabs .nav-link:hover {
    color: #7CB6C8;
    background: none;
}


.res-block.custom {
    background-color: #7CB6C8;
}
.res-block.custom .text * {
	color: #fff;
}

.res-block.custom .btn-primary {
    background-color: #ffffff;
    color: #0C4A88 !important;
}
.res-block.custom .btn-primary:hover {
    color: #ffffff !important;
}

.res-slider-content .slick-list {
    padding: 0 2px;
}

.forminator-ui.forminator-design--material .forminator-input, .forminator-ui.forminator-design--material .forminator-input input {
    font-size: 18px !important;
    font-family: 'Satoshi-Medium', sans-serif !important;
    font-weight: 500 !important;
}



/* Spenden Tool */

#tamaro-widget.tamaro-widget .widget-content .widget-block .widget-block-header .title .position {
    background-color: #0C4A88 !important;
}
#tamaro-widget.tamaro-widget .payment-amounts .amounts .amount.selected, #tamaro-widget.tamaro-widget .payment-recurring-intervals>.main .recurring-intervals .recurring_interval.selected {
    color: #0C4A88;
	background: #ffffff;
}
#tamaro-widget.tamaro-widget .payment-recurring-intervals>.main .recurring-intervals .recurring_interval.selected .title {
    color: #0C4A88;
}

#tamaro-widget-overlay.tamaro-widget [type=checkbox]:checked+.md-checkable-icon-wrapper .md-outer-circle, #tamaro-widget-overlay.tamaro-widget [type=checkbox]:checked+.md-checkable-icon-wrapper .md-outer-square, #tamaro-widget-overlay.tamaro-widget [type=radio]:checked+.md-checkable-icon-wrapper .md-outer-circle, #tamaro-widget-overlay.tamaro-widget [type=radio]:checked+.md-checkable-icon-wrapper .md-outer-square, #tamaro-widget.tamaro-widget [type=checkbox]:checked+.md-checkable-icon-wrapper .md-outer-circle, #tamaro-widget.tamaro-widget [type=checkbox]:checked+.md-checkable-icon-wrapper .md-outer-square, #tamaro-widget.tamaro-widget [type=radio]:checked+.md-checkable-icon-wrapper .md-outer-circle, #tamaro-widget.tamaro-widget [type=radio]:checked+.md-checkable-icon-wrapper .md-outer-square {
    stroke: #0C4A88;
}
#tamaro-widget-overlay.tamaro-widget .md-checkable-icon .md-inner-tick, #tamaro-widget.tamaro-widget .md-checkable-icon .md-inner-tick {
    stroke: #0C4A88;
}

#tamaro-widget-overlay.tamaro-widget .btn-primary, #tamaro-widget.tamaro-widget .btn-primary {
    background-color: #7CB6C8;
    color: #fff;
}
#tamaro-widget-overlay.tamaro-widget .btn-primary:hover, #tamaro-widget.tamaro-widget .btn-primary:hover {
    background-color: #0C4A88;
    color: #fff;
}

#tamaro-widget-overlay.tamaro-widget .form-block.select-wrapper.input-empty .field-block .input-select, #tamaro-widget.tamaro-widget .form-block.select-wrapper.input-empty .field-block .input-select {
    color: transparent !important;
}
 


@media only screen and (min-width: 970px) {
	.teamBox h4 {
    font-size: clamp(19px, 1.5vw, 110%);
}
} 

@media only screen and (max-width: 1690px) {
	.res-rightheader .nav-link {
    padding: 0.5rem 0.7rem;
}
} 

@media only screen and (max-width: 1440px) {
	.res-header-image-vertical-center .sloganBox .text-left {
    min-width: 520px;
}
	.res-slider-content .slider-text {
		font-size: 80%;
	}
	.res-header-image.style-01 .sloganbox-background {
    padding: 2rem 2.5rem;
}
}
@media only screen and (max-width: 1290px) {
	.res-slider-content.style-01 .boxlayout01 .postBox {
    padding: 30px 20px;
}
	.res-icons-text .box-icon-padding04 {
    padding: 30px 20px 25px 20px;
}
	.res-boxes .box-padding04 {
    padding: 15px 25px;
}
	.res-footer-links li:before {
    line-height: 340%;
}
	.res-footer .btn {
    padding: 0.53rem 1.4rem;
    font-size: 17px;
}
		.pb-4, .py-4 {
    padding-bottom: 3.5rem!important;
}
.pt-4, .py-4 {
    padding-top: 3.5rem!important;
}
	.mb-4, .my-4 {
    margin-bottom: 3.5rem!important;
}
.mt-4, .my-4 {
    margin-top: 3.5rem!important;
}
}
@media only screen and (max-width: 1100px) {
	#res-right-header .nav-link {
    padding: 0.2rem 1rem;
}
	.res-rightheader .nav-link {
    padding: 0.5rem 0.5rem;
}
	.container {
    max-width: 90%;
}
	.res-text-bild.style-standard .btn-arrow {
    top: 60px;
}
.slider-text.ml-3 {
    margin-left: 30px !important;
}
	.res-slider-content .box-padding03 {
    padding: 10px 20px 20px 20px;
}
	.res-footer .btn {
    padding: 0.4rem 1rem;
    font-size: 15px;
	}
	
	.res-slider-content.alignfull .inner-container.container-off {
    max-width: 100%; 
    margin: 0 auto; 
}
	.res-footer-links li:before {
    line-height: 290%;
}
.alignfull .container-small {
    max-width: 80%;
    margin: 0 auto;
}
}

@media only screen and (max-width: 970px) {
	
		.modal.show .modal-dialog, .modal.show .modal-content {
    height: 95%;
}
	.mobile-x-close span {
    background: #0C4A88;
}
	.home .res-content {
    margin-top: 50px;
}
	.res-text-bild.style-standard .btn-arrow {
    top: -50px;
    right: 7%;
}
.res-text-bild.style-standard .row {
	position: relative!important;
}
.res-text-bild.style-standard .row .position-relative{
	position: unset!important;
}
	.res-text-bild.style-04 .row{
		flex-direction: column!important;
	}
		.res-slider-content .slider-text {
		font-size: 100%;
	}
	
	.slider-text-row .slick-list {
    padding: 0 !important;
}
	.res-icons-text .iconbox-side {
    margin-right: 0 !important;
}
	.res-header .container-fluid {
    max-width: 100%;
}
	
	.burger-lines {
    background: #0C4A88;
    height: 2px;
    width: 40px;
	margin-top: 8px
}
	.burger-lines:before, .burger-lines:after {
    background: #0C4A88 none repeat scroll 0 0;
    right: 0;
    width: 40px;
}
	.burger-lines:before {
    width: 30px;
		top: 11px;
}
	.burger-lines:after {
    top: -11px;
}
	.burger-lines-button.x.closebutton .burger-lines::before, .burger-lines-button.x.closebutton .burger-lines::after {
    background-color: #0C4A88;
}
	
	.overlayer-burgermenu .navbar-nav li a.nav-link {
    line-height: 160%;
    color: #0C4A88;
    border-bottom: 1px solid #eee;
}
	.overlayer-burgermenu ul .dropdown-toggle::after, .overlayer-burgermenu .dropdown-submenu > .dropdown-item::after {
    content: "\f078";
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    border: none !important;
    opacity: 1;
    font-size: 100%;
    margin-left: 0.7rem;
    transition: all .2s ease-in-out;
    display: inline-block;
}
	.burgermenu-nav-section .dropdown > .dropdown-menu a.dropdown-item {
    padding: 0.5rem 0.25rem;
    padding-left: 15px;
    font-weight: 300;
    color: #0C4A88;
		font-size: 18px;
}
	.overlayer-burgermenu .navbar-nav li a.nav-link {
    font-size: 130%;
}
	
	#burgermenu-section .container {
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}
	#burgermenu-section .container .burger-header {
    padding: 23px 40px 15px 15px;
}
	#burgermenu-section .container .burger-footer {
    padding: 23px 15px 15px 15px;
}
#burgermenu-section .container .burger-footer .btn {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
	#burgermenu-section .container .burger-header i {
    font-weight: 300;
    color: #0C4A88;
    font-size: 130%;
}
	#burgermenu-section .container .burger-header .nav-link {
    padding: 0.5rem 1.8rem 0.5rem 0rem;
}
} 


@media screen and (max-width: 970px) and (min-width: 768px) {
	#burgermenu-section .container .burger-footer .btn {
    font-size: 20px;
}
}

@media only screen and (max-width: 768px) {
	.res-header-image .mx-2 {
    margin-left: 0.5rem!important;
}
.res-header-image .mx-2 {
    margin-right: 0.5rem!important;
}
	.res-slider-content.alignfull {
    overflow-x: hidden;
}
	.layout-3.header-img-desktop {
		    overflow: scroll;
	}
	.layout-3.header-img-desktop .d-flex.header-img-height {
		    overflow: scroll;
		width: 240%;
	}
	.res-footer .res-text-bild .txt-imagebox img {
    max-width: 50%;
}
	.layout-3.header-img-desktop .w-25 {
    width: 45%!important;
}
	.res-footer .res-text-bild .mb-2 {
    margin-bottom: 0rem!important;
}
	.res-footer .res-text-bild .mb-2 p {
    margin-top: 0;
    margin-bottom: 0;
}
	.slick-dotted.slick-slider {
    margin-bottom: 40px;
}
	.res-nav .nav-link {
    font-size: 19px;
}
	.res-text-bild, .res-collapse, .res-table  {
    overflow-x: hidden;
}

	.res-header-image-vertical-center .sloganBox .text-left {
    min-width: auto;
}
	.btn {
    font-size: 85%;
}
	.res-table .table-space-custom {
    margin: 0;
    padding: 16px 15px;
}
	.res-table .layout-03 .download-spalte02 {
    padding-bottom: 20px;
}
	.res-table .downloads-tabelle-line .btn-arrow i {
    font-size: 25px;
}
	.res-collapse .card {
    padding: 15px 15px;
    margin-bottom: 15px;
}
	.res-table .layout-03 .download-spalte01 {
	width: 80%;
}
	.search-modal h3 { 
		font-size: 150%;
	}
	
	.openBurgerMenu .overlayer-burgermenu {
		opacity: 1 !important;
		display: block !important;
	}
	
	.res-footer .txt-textfield-btns.pt-2 {
		padding-top: 0 !important;
	}
	.res-footer :where(.wp-block-columns.is-layout-flex) {
    gap: 1em;
}
	.footer-links .nav-link {
    display: block;
    padding: 0.1rem 0;
    line-height: 150%;
}
	.res-footer-copyright .copyright-col1 {
    margin-bottom: 10px;
}
	.res-footer .mb-3, .res-footer .my-3 {
    margin-bottom: 2rem!important;
}
	.mb-3.box-item.boxlayout01, .my-3.box-item.boxlayout01 {
    margin-bottom: 1.25rem!important;
}
	.res-boxes .postContent .vorschau-text {
    font-size: 90%;
    line-height: 120%;
}
	.res-boxes .teamContent .vorschau-text p {
    margin-bottom: 0;
    min-height: auto;
}
	.res-content .text-spalten-Box ul {
    list-style: none;
    font-size: 85%;
    padding: 0;
		margin-bottom: 0;
}
	.txt-section .text-left .btn-text-link {
    display: block;
    text-align: left;
}
	.res-header-image.style-01 .res-header-image-vertical-center {
    left: 0%;
}
	.container-small {
    max-width: 100%;
    margin: 0 auto;
} 
	.res-icons-text.style-standard .layout-2 .icon-header {
    padding: 15px 30px 15px 20px;
}
} 

.raisenow {
    width: 100%;
    height: 1450px;
    outline: none;
    border: none;
}


.res-content .postContent li, .res-footer-links li {
    position: relative;
}