@charset "utf-8";
/* CSS Document */

/* FONTS */

@font-face {
	font-family: 'Helvetica-bold';
	src: url('../fonts/Helvetica Bold.eot');
	src: url('../fonts/Helvetica Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Helvetica Bold.woff2') format('woff2'), url('../fonts/Helvetica Bold.woff') format('woff'), url('../fonts/Helvetica Bold.svg#Helvetica Bold') format('svg');
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-2215;
}

@font-face {
	font-family: 'Helvetica-Normal';
	src: url('../fonts/Helvetica-Normal.eot');
	src: url('../fonts/Helvetica-Normal.eot?#iefix') format('embedded-opentype'), url('../fonts/Helvetica-Normal.woff2') format('woff2'), url('../fonts/Helvetica-Normal.woff') format('woff'), url('../fonts/Helvetica-Normal.svg#Helvetica-Normal') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-00FE;
}

@font-face {
	font-family: 'Helvetica-Light';
	src: url('../fonts/Helvetica-Light.eot');
	src: url('../fonts/Helvetica-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Helvetica-Light.woff2') format('woff2'), url('../fonts/Helvetica-Light.woff') format('woff'), url('../fonts/Helvetica-Light.svg#Helvetica-Light') format('svg');
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-00FE;
}

@font-face {
	font-family: 'Frutiger-Light';
	src: url('../fonts/Frutiger-Light.eot');
	src: url('../fonts/Frutiger-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Frutiger-Light.woff2') format('woff2'), url('../fonts/Frutiger-Light.woff') format('woff'), url('../fonts/Frutiger-Light.svg#Helvetica-Light') format('svg');
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-00FE;
}

@font-face {
	font-family: 'Frutiger-Roman';
	src: url('../fonts/Frutiger-Roman.eot');
	src: url('../fonts/Frutiger-Roman.eot?#iefix') format('embedded-opentype'), url('../fonts/Frutiger-Roman.woff2') format('woff2'), url('../fonts/Frutiger-Roman.woff') format('woff'), url('../fonts/Frutiger-Roman.svg#Helvetica-Light') format('svg');
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-00FE;
}

/*-------------------------------------------------------------------------------
						GENERAL CSS STARTS HERE
--------------------------------------------------------------------------------*/

*, *::after, *::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}


body {
	/*mobile 2020*/
	/*before: font-size: 14px, 	font-family: 'Helvetica-Normal';*/
	font-family: 'Helvetica-Normal', Helvetica, sans-serif;
	font-size: 14px;
	background: #f7f4ed;
	-webkit-font-smoothing: subpixel-antialiased;
	letter-spacing: 0.2px;
}


body, html {
	width: 100vw;
	overflow-x: hidden;
}

a, .more_link {
	color: #2194d2;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
}

.more_link:hover, .more_link:focus {
	text-decoration: underline;
	color: #494949;
}

img {
	max-width: 100%;
	height: auto;
}

p {
	font-size: 16px;
	line-height: 1.4;
	color: #494949;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
li {
	color: #494949;
}

h1 {
	font-size: 30px;
	line-height: 1.2;
	margin: 20px 0 10px 0;
	color: #2194d2;
}

h2 {
	font-size: 30px;
	line-height: 1.2;
	margin: 20px 0 10px 0;
	color: #2194d2;
}

h3 {
	font-size: 24px;
	line-height: 1.4;
	margin: 15px 0 15px 0;
	color: #2194d2;
}

h4 {
	font-size: 19.2px;
	line-height: 1.2;
	margin: 10px 0 10px 0;
	color: #2194d2;
}

h5 {
	font-size: 16px;
	line-height: 1.4;
	color: #494949;
	font-weight: bold;
	margin: 0 0 8px 0;
}

/* sources, image description*/
p.small{
	font-size: 14px;
	text-align: left;
	color: #686868;
	margin-bottom: 20px;
}

p.small-center {
	font-size: 14px;
	text-align: center;
	color: #686868;
	margin-bottom: 20px;
}

/* Weibliche Genitalverstümmelung */
/* list bullet point text formatting*/
p.paragraph-list {
	margin: 0 0 20px 25px;
}

/* citations - e.g. ../weiblichegenitalverstuemmelung */
blockquote p {
	font-style: italic;
	font-size: 21px;
	line-height: 1.6;
	hyphens: none;
	color: #494949;
	text-align: center;
	margin: 30px auto 10px auto;
	max-width: 600px;
}

button {
	border-radius: 7px;
}

::-webkit-input-placeholder, ::-moz-placeholder, :-ms-input-placeholder, :-moz-placeholder {
	color: #999;
	opacity: 1;
}

.layout-container {
	position: relative;
	width: 100%;
	float: left;
}

/*.user-logged-in .container{
	margin-top: 80px;
}*/

.container {
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 15px;
	display: block;
	width: 100%;
}

/* .top-header ul, .top-header li ,*/
.header ul, .header li, .footer ul, .footer li {
	list-style: none;
	margin: 8px 0px;
	padding: 0px;
}


.view-id-news .view-footer a, button, html input[type="button"], input[type="reset"], input[type="submit"], .custom-bt {
	background: #449840;
	border: medium none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	padding: 5px 20px;
	opacity: 1;
	cursor: pointer;
	font-family: 'Helvetica-bold';
	line-height: 1.6;
	font-size: 18px;
	text-align: center;
	border-radius: 7px!important;
	width: 200px;
}

.zertifikat button#clickme {
	display: block;
	margin: 10px auto;
}

.view-id-news .view-footer a:hover,
.view-id-news .view-footer a:focus,
button:hover, html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.custom-bt:hover, button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
.custom-bt:focus {
	background: #0095db;
	text-decoration: none;
}
.layout-content .field__item.has-media article .arrow .teaser-block--hover-text:hover,
.layout-content .field__item.has-media article .arrow .teaser-block--hover-text:focus {
	height:105%;
}


.view-mobile-top-teaser.view-id-mobile_top_teaser, .teaser__node__content__bg, .teaser-block--title--bg {
	display: none;
}



/*-------------------------------------------------------------------------------
					GENERAL CSS ENDS HERE
--------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------
					HEADER CSS STARTS HERE
--------------------------------------------------------------------------------*/

/* updated for mobile 2020, also some general css */

/*navigation bar height */
header.header {
	background: none #555555;
	color: #fff;
	height: 50px;
	overflow: visible;
	position: fixed;
	z-index: 11;
	left: 0px;
	top: 0;
	width: 100%;
}

header.header .block-system-branding-block {
	width: 170px;
	min-height: 30px;
	position: absolute;
	z-index: 10;
	/*left: 5px; */
	background: #fff;
	padding: 0;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

header.header .region-header_top {
	position: relative;
}

/*mobile 2020 (whole site)*/
/*optimised clickable area of logo top menu*/
header.header .block-system-branding-block img {
	display: block;
	padding: 15px 10px 25px;
}
header.header a {
	color: #fff;
	font-family: 'Helvetica-bold'
}
/* language buttons*/
.header ul {
	list-style: none;
	margin: 16px 0px;
}
header.header nav.menu--language-menu ul {
	padding-left: 190px;
	text-align: left;
}
header.header nav.menu--language-menu ul li {
	display: block;
	margin: 0 12px 0 0;
	width: 24px;
	float: left;
}
header.header nav.menu--language-menu ul li:last-child {
	margin: 0;
}
header.header nav.menu--language-menu ul li a {
	font-size: 0;
	box-sizing: border-box;
	height: 16px;
	display: block;
	/*vertical-align: top;*/
	background-repeat: no-repeat;
	background-position: left center;
	background-color: transparent;
	background-size: 24px 24px;
	/*border: 1px solid #555555;*/
}


header.header nav.menu--language-menu ul li:nth-child(1) a {
	background-image: url('/themes/rt360/images/france.svg');
}

header.header nav.menu--language-menu ul li:nth-child(2) a {
	background-image: url('/themes/rt360/images/united-kingdom.svg');
}

header.header nav.menu--language-menu ul li:nth-child(3) a {
	background-image: url('/themes/rt360/images/Flag_of_Western_Sahara,_reverse_side.svg.png');
	background-size: 35px;
}

/*youtube "weitere Videos" */
.teaser__node__content .video-embed-field-responsive-video iframe .ytp-expand-pause-overlay .ytp-pause-overlay {
	display:none;
}



/* updated for mobile 2020 */

/*nav ul centered */

header.header nav.menu--main>ul {
	display: block;
	text-align: right;
	margin: 0;
}

header.header nav.menu--main>ul li {
	display: inline-block;
	margin: 0;
	position: relative;
}

/*header.header nav.menu--main > ul li:last-child{display:inline-block;margin:0 0 150px 0;position:relative;}*/

/*Steven
#block-hauptnavigation-3 > ul > li:nth-child(7){display:inline-block;margin:0 0 0 0;position:relative;}

*/

header.header nav.menu--main>ul li a {
	padding: 16px 10px;
	display: block;
	line-height: 1.4;
	font-weight: normal;
	font-family: 'Helvetica';
}

header.header nav.menu--main>ul li:last-child a {
	padding-right: 0;
}

header.header nav.menu--main.block-menu li>ul {
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
	margin: 0px;
	padding: 6px 0;
	width: 240px;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 10px;
	font-weight: normal;
}

header.header nav.menu--main.block-menu li:hover>ul {
	display: block;
}

header.header nav.menu--main.block-menu li ul li {
	display: block;
	width: 100%;
	float: left;
}

header.header nav.menu--main.block-menu li ul li a {
	text-align: left;
	color: #494949;
	border-bottom: 1px solid #fff;
	padding: 10px 10px;
}

header.header nav.menu--main.block-menu li ul li a:hover, header.header nav.menu--main.block-menu li ul li a:focus {
	color: #0095db;
}

header.header nav.menu--main.block-menu li ul li:last-child a {
	border: none;
}

header.header nav.menu--main.block-menu li ul li ul {
	left: 100%;
	border-radius: 10px;
	top: -6px;
}




.gall_slider_js {
	margin: 30px 0;
	position: relative;
}

.gall_slider_js .owl-dots {
	display: none!important;
}

#cboxTitle {
	/*width: 100vw;*/
	background: #fff;
	border-radius: 5px;
	position: static!important;
	float: none!important;
	padding: 10px 6px!important;
	text-align: center;
	display: block!important;
	font-size: 16px;
	line-height: 1.6;
	color: #494949;
	/*margin-top: 30px!important;*/
	font-family: 'Helvetica';
	font-weight: normal;
	height: auto!important;
}

#cboxLoadedContent {
	margin-bottom: -5px;
}

.gall_slider_js .owl-item {
	margin: 0px!important;
	padding: 0 5px 0 5px;
}
.gall_slider_js .owl-item img {
	width: 100%;
	max-height: 450px;
	object-fit: cover;
	object-position: top;
	height: 226px;
	object-position: center;
}

.gall_slider_js .owl-nav button.owl-next, .gall_slider_js .owl-nav button.owl-prev {
	position: absolute;
top: 0;
	/*top: calc(50% - 15px);*/
	font-size: 25px;
	width: 30px!important;
	height: 100%;
	border-radius: 0!important;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;

}


.gall_slider_js .owl-nav button i {
	margin: 0;
}

.gall_slider_js .owl-nav button.owl-next {
	right: 0px;
	background: linear-gradient(-90deg, rgba(50,50,50,1) 1%, rgba(255,255,255,0) 100%);
	transition: transform 0.2s ease;
}

.gall_slider_js .owl-nav button.owl-prev {
	left: 0px;
	background: linear-gradient(90deg, rgba(50,50,50,1) 1%, rgba(255,255,255,0) 100%);
	transition: transform 0.2s ease;
}

.gall_slider_js .owl-nav button.owl-prev:hover {
zoom: 110%;
}
.gall_slider_js .owl-nav button.owl-prev:active {
	background: linear-gradient(90deg, rgba(255,253,253,0.5) 0%, rgba(255,255,255,0) 100%);
}
.gall_slider_js .owl-nav button.owl-next:hover {
	zoom: 110%;
}
.gall_slider_js .owl-nav button.owl-next:active {
	background: linear-gradient(-90deg, rgba(255,253,253,0.5) 0%, rgba(255,255,255,0) 100%);
}
.gall_slider_js .owl-nav button.owl-prev:visited {
		color: #fff;
	}


/* Gallery open*/
.mfp-arrow {
	width: 100px!important;
	opacity: 1;
}
.mfp-arrow-right{
background: linear-gradient(-90deg, rgba(50,50,50,0.5) 50%, rgba(255,255,255,0) 100%)!important;
}
.mfp-arrow-left{
	background: linear-gradient(90deg, rgba(50,50,50,0.5) 50%, rgba(255,255,255,0) 100%)!important;
	}
.mfp-arrow-right:hover {
	opacity: 1;
	background: linear-gradient(-90deg, rgba(50,50,50,0.5) 50%, rgba(255,255,255,0) 100%)!important;
	zoom: 110%;
}
.mfp-arrow-left:hover {
	opacity: 1;
	background: linear-gradient(90deg, rgba(50,50,50,0.5) 50%, rgba(255,255,255,0) 100%)!important;
	zoom: 110%;
}

.mfp-close:hover {
background: none;
zoom: 110%;
}
.mfp-bg {
	backdrop-filter: blur(7px);
	opacity: 0.9;
}
/* prevents from scrolling when Gallery is open*/
body.overlay_body.mfp-zoom-out-cur{
	height: 100vh!important;
	overflow-y: hidden;
	position: fixed;
}

.teaser_body_here ul li {
	list-style: none;
	position: relative;
	padding-left: 15px;
	margin: 0 0 10px;
}

.teaser_body_here ul li::before {
	content: '';
	width: 4px;
	height: 4px;
	display: inline-block;
	background:#494949;
	border-radius: 50%;
	margin-right: 10px;
	position: absolute;
	top: 5px;
	left: 0;
}

.teaser_body_here {
	padding-bottom: 35px;
}

#cboxLoadedContent {
	margin-bottom: 0;
}

body.node-vortrag .node__content_inner.inner_right {
	padding-left: 30px;
}

body.node-vortrag #block-rt360-content {
	padding: 20px 0;
	margin: 90px 0 0;
}

body.node-news_with_teaser .region-content {
	margin: 140px 0 0;
}

body.node-news_with_teaser.user-logged-in .region-content {
	margin: 106px 0 0;
}

body.node-vortrag #block-rt360-content h1, body.node-vortrag #block-rt360-content h2 {
	font-size: 28px;
	line-height: 38px;
}

.tab-content-details .left_custom {
	width: 63%;
	padding-right: 50px;
	float: left;
}

.tab-content-details .right_custom {
	width: 37%;
	float: left;
}

body.node-news_with_teaser .views-field-field-mobile-teaser-image {
	width: 25%;
	float: left;
}

body.node-news_with_teaser .views-field-field-mobile-teaser-image img {
	width: 100%;
	padding-right: 20px;
}

body.node-news_with_teaser .views-row .views-field-view-node {
	font-weight: bold;
}

body.node-news_with_teaser .views-row .views-field-title {
	font-size: 24px;
	margin-bottom: 10px;
	color: #494949;
}
/* aktuelle aktionen*/
body.node-news_with_teaser .views-row .views-field-body .field-content {
	margin-bottom: 10px;
}

/* pager - /..news + medien */
body.node-news_with_teaser nav.pager {
	padding-bottom: 30px;
}
.pager__items {
	display: flex;
	justify-content: center;
	align-items: center;
	list-style: none;
	padding: 0;
	margin: 0;
}
.pager__item.is-active {
	background: #2194d2;
}
.pager__item.is-active a {
	color: white;
}
.pager__item {
	border-radius: 7px;
	border: 1px solid #eee;
	background: white;
	margin: 3px;
	width: 45px;
	height: 45px;
	display: inline-flex;
}
.pager__item a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #2194d2;
	font-weight: 500;
}
.pager__item a:hover {
	background: rgba(33, 148, 210, 0.1);
	border-radius: 7px;
}
.pager__items li.pager__item--last,
.pager__items li.pager__item--first {
	display: none;
}
.pager__item--ellipsis {
	width: auto;
	border: none;
	background: transparent;
	color: #2194d2;
	font-weight: 500;
	padding: 0 5px;
	display: inline-flex;
	align-items: center;
}

	.pager__items li.pager__item--previous,
	.pager__items li.pager__item--next {
		width: auto;
		min-width: 80px;
	}

	.pager__items li.pager__item--previous a,
	.pager__items li.pager__item--next a {
		font-size:0;
	}

	.pager__items li.pager__item--previous a:after {
		content: 'Zurück';
		font-size:14px;         /* original font size */
	  }
	.pager__items li.pager__item--next a:after {
		content: 'Weiter';
		font-size:14px;         /* original font size */
	}

body.node-news_with_teaser .region-content footer.node__meta, body.node-news_with_teaser .region-content .view-filters, body.node-news_with_teaser .block-page-title-block {
	display: none;
}

body.node-news_with_teaser article .teaser__node__content .field--name-field-image {
	padding-bottom: 0;
}

body.node-news_with_teaser .teaser-block--hover-text h2 {
	margin: 0;
	font-size: 24px;
}

body.node-news_with_teaser .layout-content .field--name-field-teaser-block {
	background: #f7f4ed;
}
/* aktuelle aktionen (nicht bisherige) */
.page-node-658 .layout-content .view-content {
	padding: 0;
	margin-bottom: 20px;
}


body.node-news_with_teaser .layout-content .views-element-container>h2,
article .teaser-block--title--text span.field--name-title, article h3,
.node-individuell_ehrung_preis .layout-content .page-title,
#block-newsletter2go h2,
.block-page-title-block .page-title,
.node-overview_page .region-content_top .block-page-title-block h1 {
	display: block;
	padding: 25px 0 15px 0;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
	color: #0095db;
	font-family: 'Helvetica-bold';
	margin: 0;
}



body.node-news_with_teaser .layout-content .views-element-container>h2 {
	background: #fff;
	padding: 25px 15px;
}

body.is-front article .teaser-block--title--text span.field--name-title {
	display: block;
	font-size: 24px !important;
	line-height: 1.3;
}

.node-individuell_ehrung_preis .layout-content .page-title {
	text-align: center;
}

#block-newsletter2go h2 {
	color: #fff;
	padding: 5px 0 10px;
}



/*-------------------------------------------------------------------------------
					HEADER CSS ENDS HERE
--------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------
					HOME PAGE CSS STARTS HERE
---------------------------------------------------------------------------------*/

/*-------------------- HOME PAGE BANNER -------------------*/

/*.user-logged-in { padding-top:0px !important;}*/

.top-header, .main-container, footer.footer {
	float: left;
	display: block;
}

.top-header #block-views-block-top-slidershow-block-1 {
	width: 100%;
	position: relative;
	margin-bottom: 0;
}

.top-header .flex-control-nav.flex-control-paging {
	bottom: 20px;
	width: 100%;
	position: absolute;
	display: block;
	text-align: center;
	z-index: 100;
	margin: 0;
	padding: 10px 0;
}

.top-header .flex-control-nav.flex-control-paging li {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.top-header .flex-control-nav.flex-control-paging li a {
	border-radius: 50%;
	width: 28px;
	height: 28px;
	background: rgba(255, 255, 255, 0.7);
	border: 2px solid rgba(102, 102, 102, 0.8);
	display: inline-block;
	cursor: pointer;
	margin: 0px 5px;
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	font-size: 0;
	text-indent: -9999px;
	transition: all 0.3s ease;
}

.top-header .flex-control-nav.flex-control-paging li a:hover {
	background: rgba(255, 255, 255, 0.9);
	transform: scale(1.1);
}

.top-header .flex-control-nav.flex-control-paging li a.flex-active {
	background: #2194d2;
	border-color: #2194d2;
	-moz-box-shadow: 0 2px 6px rgba(33, 148, 210, 0.5);
	-webkit-box-shadow: 0 2px 6px rgba(33, 148, 210, 0.5);
	box-shadow: 0 2px 6px rgba(33, 148, 210, 0.5);
}

.top-header .views_slideshow_cycle_main.views_slideshow_main .views_slideshow_cycle_teaser_section {
	width: 100%;
	min-height: clamp(560px, 85vh, 960px);
}

.top-header .views_slideshow_cycle_main.views_slideshow_main .views_slideshow_cycle_teaser_section .views-field-field-slider-image img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: clamp(560px, 85vh, 960px);
	object-fit: contain;
	object-position: center center;
}

.top-header .region-header {
	min-height: clamp(560px, 85vh, 960px);
	overflow: visible;
}

.top-header #block-views-block-top-slidershow-block-1 .skin-default,
#block-rt360-views-block-top-slidershow-block-1 .skin-default {
	min-height: clamp(560px, 85vh, 960px);
	height: auto;
	overflow: visible;
	position: relative;
}

.top-header #block-views-block-top-slidershow-block-1 .views_slideshow_cycle_main,
#block-rt360-views-block-top-slidershow-block-1 .views_slideshow_cycle_main {
	position: relative !important;
}

.top-header #block-views-block-top-slidershow-block-1 .views_slideshow_cycle_teaser_section,
#block-rt360-views-block-top-slidershow-block-1 .views_slideshow_cycle_teaser_section {
	position: relative !important;
}

.top-header #block-views-block-top-slidershow-block-1 .views_slideshow_cycle_slide,
#block-rt360-views-block-top-slidershow-block-1 .views_slideshow_cycle_slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: block !important;
	opacity: 0 !important;
	pointer-events: none;
	z-index: 1;
	transition: opacity 0.7s ease;
}

.top-header #block-views-block-top-slidershow-block-1 .views_slideshow_cycle_slide.rt360-slide-active,
#block-rt360-views-block-top-slidershow-block-1 .views_slideshow_cycle_slide.rt360-slide-active,
.top-header #block-views-block-top-slidershow-block-1 .views_slideshow_cycle_slide.views-row-first,
#block-rt360-views-block-top-slidershow-block-1 .views_slideshow_cycle_slide.views-row-first {
	opacity: 1 !important;
	pointer-events: auto;
	z-index: 2;
}

.top-header li .views-field-body .field-content {
	position: absolute;
	z-index: 99;
	bottom: 50px;
	right: 0;
	opacity: 0;
	margin: 0 auto;
	left: 0;
	width: 800px;
	background: rgba(255, 255, 255, .8);
	border-radius: 24px;
	display: block;
	text-align: center;
	padding: 20px 30px;
	margin-bottom: 10px;
}

.top-header li .views-field-body .field-content br {
	display: none;
}

body .top-header li .views-field-body .field-content span, body .top-header li .views-field-body .field-content strong {
	display: block!important;
	width: 100%;
	margin-bottom: 9px!important;
}

.top-header li.flex-active-slide .views-field-body .field-content {
	animation-name: fadein-top;
	animation-delay: 1.5s;
	animation-duration: 1.5s;
	animation-fill-mode: forwards;
}

.user-logged-in .header {
	position: relative;
	margin-bottom: 90px
}

.user-logged-in .flexslider .slides img {
	margin: 0px;
}



@keyframes fadein-top {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.user-logged-in .top-header .block-views-blocktop-slidershow-block-1 {
	margin-top: -90px;
}

header.header nav.menu--main.block-menu li ul li a {
	font-weight: normal!important;
}

.flexslider {
	border: none;
	background: none;
	margin: 0 0 30px;
}

.top-header .flexslider .slides {
	max-height: auto;
	overflow: hidden;
}

.flexslider .slides img {
	height: auto;
	object-fit: cover;
	width: 100%;
	margin: 50px 0px 0px;
}

#block-tabcontentblock h3 span {
	padding-top: 20px!important;
	display: block;
	font-family: 'Helvetica-bold';
}

.page-node-609 #block-tabcontentblock h3 span {
	display: inline-block;
	padding-top: 20px;
}

.is-front .top-header .views-field-body .field-content {
	min-height: 150px!important;
	padding: 0px 20px;
}

.top-header .views-field-body .field-content p {
	margin: 0;
	text-align: center;
	padding: 0 0 65px 0;
	display: block;
	float: left;
	width: 100%;
}
.not-front .top-header .views-field-body .field-content p {
	padding: 0 15px 0 15px;
}

.top-header .views-field-body .field-content p strong {
	display: block;
	margin: 10px 0 0!important;
	font-size: 26px;
	line-height: 28px;
	color: #0b98db;
	font-weight: bold;
	font-family: 'Helvetica-bold';
}

.top-header .views-field-body .field-content a {
	color: #fff;
	background: #0095db;
	padding: 10px;
	width: 190px;
	margin: 10px auto 15px auto;
	display: block;
	border-radius: 7px;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	clear: both;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	font-weight: bold;
	font-family: 'Helvetica-bold';
}

.top-header .views-field-body .field-content a:hover, .top-header .views-field-body .field-content a:focus {
	background: #fff;
	color: #0095db;
}

.top-header .views_slideshow_cycle_main.views_slideshow_main .views_slideshow_cycle_teaser_section .views-field-field-slider-image img {
	object-fit: cover;
}

#colorbox {
	max-height: 80vh;
	/*overflow-x: auto;
	overflow-y: auto;*/
	max-width: 100vw;
	outline: 0;
	left: 0 !important;
	right: 0 !important;
	height: auto !important;
	padding: 0 !important;
	margin: 0 auto;
	border-radius: unset !important;
	background: none;
	top: 10vh !important;
}

.node-homepage .view-news.view-id-news .views-row .views-field-view-node {
	text-align: right;
}

#cboxWrapper {
	position: relative;
	display: block;
	align-items: center;
	justify-content: center;
	background: none;
}

.field--name-field-gallery-title {
	margin: 40px 0 0;
	font-size: 28px;
	line-height: 25px;
	color: #0095db;
	font-family: 'Helvetica-bold'
}

#cboxLoadingOverlay {
	background: transparent!important;
}

#cboxContent {
	position: static;
	background: transparent!important;
}

#cboxCurrent {
	top: 20px;
}

#cboxPrevious, #cboxNext, #cboxSlideshow{
	top: 55px;
	/*border: 2px solid #ccc;*/
	padding: 10px;
	width: 25px !important;
}

#cboxSlideshow:hover, #cboxClose:hover {
	border: 2px solid #ccc;
	outline: none!important;
}

* {
	outline: 0!important
}

#cboxTopCenter, #cboxBottomLeft {
	display: none!important
}

#cboxTopLeft, #cboxBottomCenter {
	display: none!important
}

#cboxTopRight, #cboxBottomRight, #cboxMiddleLeft, #cboxMiddleRight {
	display: none!important
}

/* #cboxWrapper > div:nth-child(2), */

/* #cboxLoadedContent, */

#cboxContent
/* , #cboxLoadedContent .cboxPhoto {width: 100%!important;height: 100%!important}*/

.layout-content {
	margin: 0;
	width: 100%;
	float: left;
	display: block;
}

.layout-content .field--name-field-teaser-block,
.layout-content .field--name-field-teaser-block2,
.layout-content .field--name-field-teaser-block3  {
	margin: 0 -15px;
}

.view-geschenkteaser .view-content .views-view-grid {
	margin: 0 -15px;
}

.not-front .layout-content .field__item.has-media,
.node__content .field--name-field-teaser-block2 .field__item article.empty--footer,
.node__content .field--name-field-teaser-block3 .field__item article.empty--footer {
	display: block;
	float: left;
	width: 33.3%;
	height: auto;
	padding: 15px;
}

.view-geschenkteaser .node--type-teaser-block {
	padding: 15px;
}

/*Geschenkzertifikat*/
.zertifikat img {
	border: 1px solid #eeeeee;
}

.zertifikat input#f1, input#f2 {
height: 35px;
width: 35vw;
background-color: #def1fd;
border: none;
}

.zertifikat .column-image, .zertifikat .column-form {
	float: left;
	width: 50%;
	padding: 10px;
  }

  /* Clear floats after the columns */
  .zertifikat .row_zertifikat:after {
	content: "";
	display: table;
	clear: both;
  }

  .row_zertifikat form label {
  color: #14719b;
  font-size: 20px;
  font-family: Frutiger Black, Helvetica, sans-serif;
  display: inline-block;
  padding: 10px;
  width: 60px;
  vertical-align: middle;
  }

  .zertifikat button[type="zertifikat"] {
  width: auto !important;
  }


.layout-content .field__item.has-media article {
	width: 100%;
	margin: 0;
	display: block;
}

article .teaser__node__content .field--name-field-image img {
	object-fit: cover;
}

article .teaser__node__content .field--label-above {
	margin: 10px 0 0;
}

article .teaser__node__content .field--label-above .field__label {
	height: 20px;
	line-height: 20px;
	margin: 0;
}

article .teaser-block--title .teaser-block--title--bg {
	display: none;
}

article .teaser-block--footer {
	margin: auto;
}

article .teaser-block--footer a {
	width: 200px;
	display: block;
	font-size: 18px;
	color: #fff;
	text-align: center;
	border-radius: 7px;
	font-family: 'Helvetica-bold';
	background: #0095db;
	padding: 10px 0;
	margin: 20px auto;
}
article .teaser-block--footer a:nth-child(1) {
	display:none;
}

article .arrow p {
	font-weight: normal;
}

article .teaser-block--footer a:hover, article .teaser-block--footer a:focus {
	background: #494949!important;
}

.is-front article .teaser-block--footer,
article .teaser__node__content .field--label-above,
article .teaser__node__content .field--label-above .field__label,
article .teaser__node__content .field--label-above .field__item,
article .teaser__node__content .field--name-field-image,
.is-front article .teaser__node__content .field--name-field-image img,
.is-front article .teaser-block--title,
.is-front article .teaser__node__content

{
    width: 100%;
    float: left;
    display: block;
}








/*article .teaser-block--footer,
article .teaser__node__content .field--label-above,
article .teaser__node__content .field--label-above .field__label,
article .teaser__node__content .field--label-above .field__item,
/*article .teaser__node__content .field--name-field-image,
article .teaser__node__content .field--name-field-image img,
 article .teaser-block--title {
	width: 100%;
	float: left;
	display: block;
}
/*article .teaser__node__content*/



/* ../veranstaltungen - margin Text*/
	.page-node-14 .node_right_cont {
		margin-top: 20px;
	}
/* end ../veranstaltungen*/

.block-spenden-homege-block>h2 span {
	font-size: 24px;
	color: #0095db;
	font-family: 'Helvetica-bold';
	margin: 0;
	display: block;
}

.layout-content-bottom {
	width: 100%;
	float: left;
	display: block;
}

.block-spenden-homege-block {
	width: 34%;
	float: left;
	clear: both;
}

.not-front .block-spenden-homege-block {
	width: 100%;
	float: left;
	clear: both;
}

/* Spenden */
.spenden-block-wrapper {
	background: #fff;
	width: 100%;
	height: 565px;
	float: left;
	display: block;
}

.spenden-block-title {
	display: none;
}

.spenden-block-content, .spenden-block-content--items, .spenden-block-content--amounts {
	width: 100%;
	float: left;
	display: block;
}

.spenden-block-content--item {
	display: none;
	position: relative;
	height: 400px;
	width: 100%;
}

.spenden-block-content--item.active {
	display: block;
}

.spenden-block-content--teaser {
	height: 220px;
	object-fit: cover;
	width: 100%;
}

.spenden-block-content--text {
	padding: 0 15px;
}

.spenden-block-content--headline {
	font-family: 'Helvetica-bold';
	font-size: 21px;
	line-height: 1.6;
	color: #494949;
	margin: 10px 0 10px 0;
}

.spenden-block-content--amount-line {
	width: 80%;
	border-bottom: 1px solid #494949;
	position: relative;
	margin: 20px 10% 0;
	display: flex;
	justify-content: space-between;
}

#amounts {
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 999;
	margin: 0 auto;
	opacity: 0;
	height: 47px;
}

.spenden-block-content--amounts {
	text-align: center;
	color: #494949;
}

.spenden-block-content--amount {
	font-weight: 400;
	height: 100%;
	margin-bottom: 15px;
	text-align: center;
	width: 45px;
	cursor: pointer;
}

.spenden-block-content--amount i {
	display: none;
	bottom: -8px;
	height: 14px;
	left: 14px;
	margin: 0;
	position: absolute;
	width: 14px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #2194d2 none repeat scroll 0 0;
}

.spenden-block-content--amount.active i {
	display: block;
}

.spenden-block-content--amount-submit.custom-bt {
	display: inline-block;
	margin: 50px 0 30px;
	width: 250px;
	border-radius: 7px;
}

.block-views-blocknews-block-1 {
	width: 66%;
	float: right;
	background: none;
	border: none;
	padding: 0 0 30px 50px;
	margin: 0;
	box-shadow: none;
}

.block-views-blocknews-block-1>h2 span {
	display: block;
	color: #0095db;
	font-family: 'Helvetica-bold';
	font-size: 24px;
}

.block-views-blocknews-block-1 .views-row {
	padding: 0;
	min-height: 145px;
	margin: 0 0 25px;
	position: relative;
	float: left;
	width: 100%;
	display: block;
}

.block-views-blocknews-block-1 .views-row .views-field-field-image {
	width: 33%;
	padding: 0px 20px 0px 0px;
	margin: 0;
	margin-top: -14px !important;
	float: left;
}

.block-views-blocknews-block-1 .views-row .views-field-created {
	padding-left: 33%;
	margin-top: 0;
	margin-bottom: 0;
}

.block-views-blocknews-block-1 .views-row .views-field-title,
.block-views-blocknews-block-1 .views-row .views-field-field-teaser-text {
	padding-left: 33%;
}

.block-views-blocknews-block-1 .views-row .views-field-view-node {
	padding-left: 0;
	display: inline;
}

.block-views-blocknews-block-1 .views-row .views-field-field-teaser-text {
	padding-left: 33%;
	margin-top: 0;
	padding-top: 0;
}

.block-views-blocknews-block-1 a[href*="/news"] {
	margin: 0 auto;
	background: #0095db;
	display: block;
	width: 200px;
	padding: 10px 20px;
	color: white;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
}

.block-views-blocknews-block-1 .views-row:nth-of-type(3){
	margin: 0 0 10px;
}

/* .block-views-blocknews-block-1 .views-row .views-field-field-image img{height:100px;object-fit:cover;} */

.block-views-blocknews-block-1 .views-row .views-field-title {
	font-family: 'Helvetica-bold';
	font-size: 16px;
	padding-top: 0;
	padding-bottom: 0;
	color: #494949;
}

/*News Start??*
.block-views-blocknews-block-1 .views-row .views-field-field-teaser-text {
	margin: 10px 0 0;
}
*/

/* news mehr link
.block-views-blocknews-block-1 .views-row .views-field.views-field-view-node {
	font-size: 18px;
	border-radius: 7px;
}
*/

.view-id-news .view-footer a {
	margin: 0 auto;
	background: #0095db;
	display: block;
	width: 250px;
	width: 200px;
}
/*#block-faceblock {
	overflow: auto;
}
#block-faceblock {
	clear: both;
}
#block-faceblock iframe {
	width: 200px;
}*/

/* mobile 2020*/
/*smaller Faceblock*/
iframe.mobile {
	display: none;
}

#cboxCurrent {
	display: none!important;
}

#cboxLoadedContent .cboxPhoto {
/*	min-height: 220px;*/
	width: auto!important;
	height: auto!important;
}

#block-form.block-webform-block, #block-newsletter2go {
	width: 47%;
	float: right;
	padding: 0;
	margin: 20px 0;
}

#block-newsletter2go {
	background: #2194d2;
	padding: 20px;
	color: #fff;
	line-height: 1.6;
	min-height: 457px;
	margin-top: 35px;
}

#block-newsletter2go .checkbox-inline{
	line-height: 1.3;
}


#block-newsletter2go form h2 {
	font-size: 17px;
}

.radio_naked input[type="radio"] {
	padding-right: 20px;
}

.radio_naked div:nth-of-type(1), .radio_naked div:nth-of-type(2) {
	display: inline-block;
	margin-right: 5vw;
	margin-top: 10px;
}

#block-newsletter2go a {
	color: #fff;
	text-decoration: underline;
}

#block-newsletter2go input[type="radio"], #block-newsletter2go input[type="checkbox"] {
	margin-right: 10px;
}



#block-newsletter2go button {
	background-color: #449840!important;
}


#block-newsletter2go input[type="text"], #block-newsletter2go input[type="email"] {
	width: 100%;
	padding: 5px 10px;
	font-size: 16px;
	color: #494949;
	line-height: 1.6;
	border-radius: 3px!important;
}



#block-form.block-webform-block form.webform-submission-form {
	background: #2194d2;
	padding: 20px;
	color: #fff;
	width: 100%;
}

#block-form.block-webform-block form.webform-submission-form>label {
	display: block;
}

.form-item, .form-actions {
	margin: 12px 0;
}

#block-form.block-webform-block form>.js-form-item.form-item {
	float: left;
	width: 100%;
	display: block;
}

#block-form .js-form-item.form-item.js-form-type-radio.form-type-radio.js-form-item-anrede.form-item-anrede {
	width: 50%;
	display: inline-block;
}

/*---------------------------------------------------------------------------------
					HOME PAGE CSS STARTS HERE
---------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------
					INFORM PAGE CSS STARTS HERE
---------------------------------------------------------------------------------*/


.node-overview_page.title_upon_banner .node__content article.with--headline--bg .teaser__node__content, .node-overview_page.title_upon_banner .node__content article.with--headline--bg .teaser__node__content img {
	height: 345px;
	padding: 0;
}




.user-logged-in.node-overview_page:not(.title_upon_banner) .layout-container {
	margin-top: 0px;
}

article.node--type-overview-page .teaser__node__content__bg {
	display: none;
}

.node-overview_page .node__content article.with--headline--bg .teaser__node__content {
	top: 0;
	position: relative;
	margin-left: -50vw;
	left: 50%;
	width: 100vw;
	margin-bottom: 15px;
}

.node-overview_page .node__content article.with--headline--bg .teaser__node__content:before {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	display: block;
	left: 0;
	content: " ";
	background: rgba(0, 0, 0, .3);
	z-index: 99;
}

.node-overview_page .node__content article.with--headline--bg .teaser__node__content img {
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.node-overview_page .node__content .field__item.has-media {
	width: 100%;
	float: left;
	display: block;
}

.not-front .node__content article .teaser-block--footer .field--name-field-link {
	text-align: center;
}

.not-front .node__content article .teaser-block--footer .field--name-field-link a:hover, .not-front .node__content article .teaser-block--footer .field--name-field-link a:focus {
	background: #494949;
}

.not-front .node__content .teaser-block--2-col.has-media.col-left, .not-front .node__content .teaser-block--2-col.has-media.col-right {
	width: 50%;
	float: left;
	display: block;
	margin: 0 0 30px 0;
}

.not-front .node__content .teaser-block--2-col.has-media.col-right {
	padding-left: 15px;
}

.not-front .node__content .teaser-block--2-col.has-media.col-left .teaser__node__content img, .not-front .node__content .teaser-block--2-col.has-media.col-right .teaser__node__content img {
	/* height: 330px; */
	width: 100%;
	object-fit: cover;
	object-position: center center;
	padding-bottom: 0
}

.node-overview_page .node__content .field__item.has-media.teaser-block--3-col .without--headline-bg {
	/*margin: 0 0 40px;*/
	width: 100%;
	float: left;
	display: block;
	clear: both;
}

.node-overview_page .node__content .field__item.has-media.teaser-block--3-col .without--headline-bg .teaser__node__content img {
	height: 330px;
	width: 100%;
	object-fit: cover;
	object-position: center center;
}


/*
.not-front .node__content .teaser-block--1-col.has-media.col-middle {
	margin: 0 2%;
}

.not-front .node__content .teaser-block--1-col.has-media.col-left .teaser__node__content img,
.not-front .node__content .teaser-block--1-col.has-media.col-right .teaser__node__content img {
	height: 330px;
	width: 100%;
	object-fit: cover;
	object-position: center center;
}
*/

.not-front .spenden-block--bg, .node-overview_page .teaser__node__content>div.field--name-field-text {
	display: none;
}

/*---------------------------------------------------------------------------------
					INFORM PAGE CSS ENDS HERE
---------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------
					SPENDE PAGE CSS STARTS HERE
---------------------------------------------------------------------------------*/

.node-spende_page .teaser__node__content__bg {
	display: none;
}

.block-spenden-step-block {
	margin: 90px 0 40px;
}

.spenden-step-1-container {
	width: 100%;
	position: relative;
}

.spenden-step-1-container .spenden-step--bg {
	position: relative;
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: center;
}

.spenden-step--form {
	color: #fff;
	position: absolute;
	right: 25px;
	bottom: 60px;
	width: 55%;
}

.spenden-step--headline, .spenden-top-teaser--headline {
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 1;
	margin-bottom: 2%;
}

.spenden-step--desc, .spenden-top-teaser--subline {
	font-size: 12px;
	margin-top: 15px;
	float: left;
	width: 100%;
	display: block;
}

.step-4 .spenden-top-teaser--headline {
	font-size: 25px;
}

.spenden-step--form .text-input {
	width: 70%;
	padding: 2px 15px;
	margin: 6px 0;
	color: #00a53c;
	float: left;
	line-height: 24px;
}

.spenden-step--form form {
	position: relative;
}

.spenden-step--form .submit-bt {
	min-width: 130px;
	width: 20%;
	margin: 0 15px;
	float: left;
}

/*---------------------------------------------------------------------------------
					SPENDE PAGE CSS ENDS HERE
---------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------
					LECTURE AND EVENTS PAGE CSS STARTS HERE
--------------------------------------------------------------------------------*/


/* .node-vortrag_uebersicht .intro__text{padding: 40px 30px;display: block;position: relative;} */

.node-vortrag_uebersicht .intro__text .field--name-field-content-headline {
	text-align: justify;
	display: block;
	padding: 15px;
}

.node-vortrag_uebersicht .intro__text .field--name-body {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-moz-column-fill: balance;
	column-fill: balance;
	-webkit-column-rule: none;
	-moz-column-rule: none;
	column-rule: none;
}


.node-vortrag_uebersicht .node__content .intro__text .intro__text--top-bg, .node-vortrag_uebersicht .node__content .intro__text .intro__text--bottom-bg {
	display: none;
}


.view-promote-vortraege .views-row article {
	padding: 0;
	display: block;
	width: auto;
}

.view-promote-vortraege .views-row article .node__content {
	border-top: 1px dotted #2194d2;
	padding: 4% 0px;
}

.view-promote-vortraege .views-row:first-child article .node__content {
	border-top: none;
}

.view-promote-vortraege .views-row .field--name-field-vortrag-preview {
	width: 90%;
	margin: 0px;
}

.view-promote-vortraege .views-row .field--name-field-vortrag-preview img {
	width: 100%;
}

.view-promote-vortraege .views-row .field--name-title {
	padding-bottom: 3%;
	display: block;
}

/*---------------------------------------------------------------------------------
					LECTURE AND EVENTS PAGE CSS ENDS HERE
---------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------
					NEWS PAGE CSS STARTS HERE
--------------------------------------------------------------------------------*/

.block-views-blocknews-block-2 .view-filters {
	display: none;
}

.news_overview__intro {
	padding: 0px;
}

.block-views-blocknews-block-2, .block-views-blocknews-block-3 {
	margin-top: 0;
	padding: 0;
	width: 100%;
}

/* Target in den Medien - presse */
.region-content_bottom>div.block-views-blocknews-block-3 {
	padding: 0 15px 25px 15px;
}
/* - */

.block-views-blocknews-block-3 .page-title {
	display: none;
}

.block-views-blocknews-block-2 .view-news.view-id-news .views-row,
.page-node-325 .view-news.view-id-news .view-content .views-row,
.page-node-661 .view-content .views-row,
body.node-news_with_teaser .views-row {
	background: white;
	padding: 15px;
	border-top: 2px solid #f7f4ed;
	color: #494949;
	min-height: 156px;
	width: 100%;
	float: left;
	display: block;
	position: relative;
}
body.node-news_with_teaser .views-row:first-child {
	border-top: none;
}

.block-views-blocknews-block-2 .view-news.view-id-news .views-row:first-child,
.page-node-325 .view-news.view-id-news .views-row:nth-child(2),
.page-node-661 .view-content .views-row:first-child { /*is first row element*/
	border-top: none;
	padding-top: 15px;
}



/*
.not-front .block-views-blocknews-block-2 .view-news.view-id-news .views-row p {
	padding-left: 33%;
}
*/
/*
.block-views-blocknews-block-2 .view-news.view-id-news .views-row .views-field-created, .block-views-blocknews-block-2 .view-news.view-id-news .views-row .views-field-title, .block-views-blocknews-block-2 .view-news.view-id-news .views-row .views-field-field-teaser-text, .block-views-blocknews-block-2 .view-news.view-id-news .views-row .views-field-view-node {
	width:75%;
}*/


/*
.block-views-blocknews-block-2 .view-news.view-id-news .views-row .views-field-view-node {
	position: absolute;
	margin-bottom: 10px;
	text-align: right;
	font-size: 15px;
	font-weight: bold;
}
*/

.block-views-blocknews-block-2 .view-news.view-id-news .views-row .views-field-title,
.page-node-325 .view-news.view-id-news .views-row .views-field-title{
	font-family: Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #494949;
	line-height: 1.2;
	margin-bottom: 10px;
}
/* news, presse, aktionen*/
.block-views-blocknews-block-2 .view-news.view-id-news .views-row span.field-content,
.view-display-id-block_3 .views-row span.field-content,
.view-display-id-block_3 .views-row a:nth-child(2) {
margin-bottom: 0px;
padding-left: 33%;
display: block;
}
body.node-news_with_teaser .views-row .field-content { /*aktuelle aktionen*/
margin-bottom: 0px;
padding-left: 25%;
display: block;
}


body.node-news_with_teaser .views-row .views-field-field-mobile-teaser-image .field-content {
	padding-left: 0;
}

body.node-news_with_teaser .teaser_body_here {
	background: white;
	padding: 10px 15px 20px 15px;
	margin: 20px 0 0 0;
}

.block-views-blocknews-block-2 .view-news.view-id-news .views-row span.field-content p,
.view-display-id-block_3 .views-row span.field-content p {
	margin-bottom: 5px;
}


.block-views-blocknews-block-2 .view-news.view-id-news .views-row span.field-content p,
.page-node-325 .view-news.view-id-news .views-row span.field-content p {
	margin-bottom: 10px;
	font-weight: normal;
}
.page-node-661 .view-content .views-row span.field-content a {
	margin-top: 10px;
}


.block-views-blocknews-block-2 .view-news.view-id-news .views-row .views-field-created,
.page-node-325 .view-news.view-id-news .views-row .views-field-created,
.page-node-661 .view-content .views-row .views-field-created,
body.node-news_with_teaser .views-row .views-field-created{
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}

.is-front .view-news.view-id-news .views-row .views-field-field-image {
	width: 33%;
	padding: 0px 20px 20px 0px;
	margin: 0;
	float: left;
}

.not-front .view-news.view-id-news .views-row .views-field-field-image img,
.page-node-325 .view-news.view-id-news .views-row .views-field-field-mobile-teaser-image img{
	padding: 0px 20px 25px 0px;
	width: 33%;
	margin: 0;
	float: left;
}


.view-news.view-id-news .views-row .views-field-field-image a {
	display: block;
}

/*mobile 2020*/

.is-front .views-field-field-teaser-text .field-content p {
	padding-left: 33%;
}

#block-views-block-news-block-1 .created {
	font-size: 14px;
	font-family: 'Helvetica-normal';
	white-space: pre-line;
}

#block-views-block-news-block-1 .created span::before {
	content: "\A";
	white-space: pre;
  }

/* .view-news.view-id-news .views-row .views-field-field-image a img{ width:100%; object-fit:cover;} */



/*News row*/
.date-test {
	margin-bottom: 10px;
}





/*---------------------------------------------------------------------------------
					NEWS AND EVENTS PAGE CSS ENDS HERE
---------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------
					OVERVIEW PAGE CSS ENDS HERE
---------------------------------------------------------------------------------*/
/*
.node-overview_page_body .teaser-block--1-col .teaser__node__content img {}
*/
/*---------------------------------------------------------------------------------
					OVERVIEW PAGE CSS ENDS HERE
---------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------
					FOOTER CSS STARTS HERE
--------------------------------------------------------------------------------*/

#block-socialmedialinks .fa-2x {
	display: block;
}

.footer {
	background: #555555;
	color: #fff;
	overflow: hidden;
	padding: 0;
	margin: 0;
	font-size: 12px;
}

.footer a {
	color: #fff;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.2;
}

footer p {
	color: #fff;
	font-size: 12px;
}

.region-footer {
	margin: 20px 0px auto;
}

#block-rt360-footer ul {
	margin: auto;
	width: 220px;
	text-align: center;
	padding-bottom: 10px;
}

#block-rt360-footer ul li {
	display: inline-block;
	margin-left: 5px;
}



.footer .region-footer nav.menu--main>ul>li {
	width: 20%;
	padding-right: 20px;
	float: left;
}

.footer .region-footer nav.menu--main>ul>li>a {
	font-weight: bold;
}

.footer .region-footer nav.menu--main ul ul {
	margin: 16px 0;
	width: 100%;
	display: block;
	float: left;
}

.footer .region-footer nav.menu--main ul li>ul li {
	margin: 0 0 10px;
	line-height: 12px;
}

.footer .region-footer nav.menu--main ul li>ul li:last-child {
	margin: 0;
}

.region-footer .block h2 {
	font-size: 13px;
	margin: 0 0 10px;
}


.footer .region-footer>div {
	display: block;
	padding-right: 0;
	width: 25%;
	margin: 0;
	/*font-family: 'Frutiger';*/
}


.footer .region-footer .block-social-media-links-block {
	width: 100%;
	float: left;
	display: block;
	padding: 30px 0;
}

.footer .region-footer .social-media-links--platforms {
	display: block;
	text-align: center;
}

.footer .region-footer .social-media-links--platforms li {
	margin: 0 5px;
	width: 45px;
	height: 45px;
	background-size: 40px 40px;
	background-repeat: no-repeat;
	font-size: 0;
	background-position: center center;
}

/*
.footer .region-footer .social-media-links--platforms li:nth-child(1) {
	background-image: url("../images/fb.png");
}

.footer .region-footer .social-media-links--platforms li:nth-child(2) {
	background-image: url("../images/instagram.png");
}

.footer .region-footer .social-media-links--platforms li:nth-child(3) {
	background-image: url("../images/youtube.png");
}
*/
.footer .region-footer .social-media-links--platforms li a {
	display: block;
	height: 100%;
	width: 100%;
}

/*-------------------------------------------------------------------------------
					FOOTER CSS ENDS HERE
--------------------------------------------------------------------------------*/

.top-header .menu--top-menu li {
	margin: 0px 0px 0px 10px;
}

.node__content li, .node__content ol,
 .view-geschenkteaser li{
	margin: 5px 0 10px 15px;
}

time {
	font-size: 12px!important;
}

/* ../chronologie tabelle*/
.page-node-139 .field--name-body td {
	vertical-align: top;
	padding: 10px 0px 25px 5px;
}
.page-node-139 .field--name-body td hr {
	border-top: 1px solid rgb(216, 222, 228);
}

.ehide {
	display: none!important;
}

.block-label {
	font-weight: 400;
	font-size: 24px;
}

.layout-content .view-header .page-title {
	left: -3.5%;
	line-height: 61px;
	padding: 0 2%;
	right: auto;
	top: -13.5%;
	width: 103%;
}

/* #cboxLoadedContent, #cboxContent{width: 100%!important;} */

/* .block-local-tasks-block{position:absolute;bottom:-27px;width:100%;max-width:940px;height:40px;z-index:10;text-align:right;} */

/* views */

.footer.footer--top a {
	color: #555555!important;
}

footer #display-when-opened {
	display: none!important;
}

.region-content_top .block-views {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/* Make top slider full-width */
.block-views-blocktop-slidershow-block-1,
#block-views-block-top-slidershow-block-1 {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	margin-bottom: -20px;
	overflow: hidden;
	height: auto;
}

.not-front #block-views-block-top-slidershow-block-1 {
	padding-top: 0%;
}

.is-front .view-news.view-id-news .views-row .views-field-created {
	font-size: 12px;
	color: #666666;
	padding-left: 33%;
}
.is-front .view-news.view-id-news .views-row .views-field-created span {
	padding-bottom: 5px;
}

.shelp {
	cursor: pointer;
	height: 16px;
	position: relative;
	display: inline-block;
	width: 16px;
	z-index: 2;
}

.shelp::before {
	content: "";
	font-family: FontAwesome;
	font-size: 16px;
	left: 0;
	position: absolute;
	top: 0px;
	color: #555555;
}

.shelp .tooltip {
	background: none #fff;
	color: #555555;
	display: none;
	font-size: 12px;
	min-height: 120px;
	padding: 10px;
	position: absolute;
	right: 5px;
	bottom: -50px;
	width: 600px;
}

.shelp:hover .tooltip {
	display: block;
}

/* menu */
.footer--top .block-menu li {
	margin-left: 20px;
	float: right!important;
	width: auto!important;
}

.footer--top .block-menu li a {
	font-weight: normal!important;
}

.footer .contextual {
	display: none!important;
}

.menu--top-menu {
	text-align: right;
}

/* header */
.site-name {
	height: 100%;
	display: block;
}

.header #block-teasermainmenublock {
	height: 35px;
	margin-top: -4.5%;
	position: relative;
	text-align: right;
	width: 100%;
}

.header #block-teasermainmenublock .block-menu {
	font-size: 16px;
	margin-right: 0px;
}

.header #block-teasermainmenublock .block-menu a {
	color: #555555!important;
	margin-right: 10px;
	font-size: 16px;
	display: inline-block;
	height: 100%;
	line-height: 37px;
}

.header #block-teasermainmenublock .block-menu a:hover {
	opacity: 0.8;
}

.header #block-teasermainmenublock .block-menu a:last-child {
	margin-right: 0px;
}

.header #block-teasermainmenublock .block-menu>ul>li:last-child a {
	width: 75px;
	color: #fff!important;
	text-align: center;
	background: url('../images/global/menue-spenden-grafik-v01.png') no-repeat center top transparent;
}

.header #block-teasermainmenublock .block-menu ul ul a {
	margin: 10px 0px 0px;
	font-size: 16px;
	color: #fff!important;
}

.header #block-teasermainmenublock .block-menu ul ul a:hover {
	text-decoration: underline;
}

.main-submenu {
	display: none;
	width: 99%;
	height: auto;
	position: absolute;
	top: 35px;
	left: 0px;
	z-index: 50;
	text-align: left;
	box-shadow: 0 5px 10px #252525;
	background: rgb(0, 0, 0);
	background: transparent\9;
	background: rgba(0, 0, 0, 0.8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
	zoom: 1;
	color: #fff;
	padding: 1% 0px 0px;
}

.main-submenu.active {
	display: block;
}

.main-submenu a {
	color: #fff;
}

.main-submenu__wrapper>div {
	width: 31%;
	float: left;
	display: block;
	margin: 0 0 1% 2.5%;
}

.main-submenu__wrapper>div:nth-child(3n+1) {
	clear: left;
	margin-left: 1%;
}

.main-submenu__item figure {
	display: block;
	float: left;
	height: auto;
	margin: 0 3.8% 0 0;
	overflow: hidden;
	width: 35.1%;
}

.main-submenu__item__title span {
	background-color: #fff;
	background-image: none;
	color: #3f4040;
	display: block;
	font-weight: bold;
	margin: 0 0 6px 8.7em;
	padding: 3px 3px 3px 0;
	position: relative;
	text-align: right;
	letter-spacing: -0.2px;
}

.main-submenu__item__desc p {
	color: #fff;
	font-size: 0.875em;
	line-height: 125%;
	max-height: 65px;
	overflow: hidden;
}

#block-mobilemainmenu ul {
	display: none;
}

.hamburger {
	position: absolute;
	display: none;
	width: 35px;
	height: 12px;
	margin-right: 0px;
	border-top: 5px solid #555;
	border-bottom: 5px solid #555;
	top: 53%;
	right: 50px;
	border-radius: 0px;
	cursor: pointer;
}

.hamburger:before {
	content: "";
	position: absolute;
	top: 3px;
	left: 0px;
	width: 100%;
	border-top: 5px solid #555;
}

/* main content */

/* top slider */

.top-slider--img {
	width: 100%;
	max-width: none;
	margin: 0;
	position: relative;
}

.top-header .views_slideshow_cycle_main.views_slideshow_main .views_slideshow_cycle_teaser_section > div {
	width: 100%;
	max-width: none;
}

.top-slider--mask {
	position: absolute;
	left: 0px;
	top: 0px;
}

.exclude-slider-text .top-slider--mask {
	display: none;
}

/* Moved to line 2652 for better control
.top-slider--content--wrapper {
	display: block;
	padding: 0px;
	position: relative;
	width: 116%;
	max-width: 970px;
	margin-left: -7.5%;
	margin-top: -5%;
}
*/

.top-slider--text-bg {
	width: 100%;
	height: auto;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 1;
}

.top-slider--headline {
	color: #f67b4a;
}

/* Moved to line 2665 for better control
.top-slider--content {
	left: 0;
	margin: 2% auto 0;
	padding: 5% 10%;
	position: absolute;
	top: 0;
	z-index: 2;
}
*/

.top-slider--text {
	text-align: center;
	-webkit-column-count: 1;
	/* Chrome, Safari, Opera */
	-moz-column-count: 1;
	/* Firefox */
	column-count: 1;
	-moz-column-fill: balance;
	column-fill: balance;
	-webkit-column-rule: none;
	-moz-column-rule: none;
	column-rule: none;
}

.top-slider--link {
	display: block;
	text-align: right;
}

.layout-content-top.top-silder-exclude-text .views-slideshow-controls-top {
	top: 88%;
}

.views-slideshow-controls-bottom {
    position: relative;
    width: 100%;
    margin: 50px 0 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
	pointer-events: none;
	z-index: 50;
}

.views-slideshow-controls-bottom * {
	pointer-events: auto;
}

.views-slideshow-controls-bottom .widget_pager {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0;
	width: auto !important;
}

.views-slideshow-controls-bottom .widget_pager li,
.views-slideshow-controls-bottom .views-slideshow-pager-bullets li {
	display: flex;
	margin: 0;
	padding: 0;
	flex: 0 0 auto;
	width: 22px;
	height: 31px;
	margin: 0 6px;
	justify-content: center;
	align-items: center;
	list-style: none;
	text-indent: -9999px !important;
	background: none !important;
}

.views-slideshow-controls-bottom .widget_pager li a {
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.8);
	border: 2px solid rgba(0, 0, 0, 0.3);
	text-indent: -9999px !important;
	overflow: hidden;
	cursor: pointer;
	transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
	font-size: 0;
}

.views-slideshow-controls-bottom .widget_pager li a:hover {
	background-color: #2294d3;
	border-color: #2294d3;
	transform: scale(1.1);
}

.views-slideshow-controls-bottom .widget_pager li.active a,
.views-slideshow-controls-bottom .widget_pager li a.active {
	background-color: #2194d2;
	border-color: #2194d2;
}

/* teaser block */
.node__content .field__item article.empty--footer {
	padding-bottom: 0px;
}

.teaser-block--2-col .teaser-block--title {
	width: 105%;
	left: -2%;
}

.media-page-title {
	width: 100%;
}

.media-page-title span {
	width: 95%;
}

.node-overview_page_body .layout-content .page-title, .node-overview_page_body .layout-content .page-title span {
	background: none transparent;
	font-weight: 400;
	font-family: Oswald, "Open Sans", sans-serif;
	width: 100%;
	padding: 0px;
	color: #555555;
	padding: 0 2.2%;
}

.top-slider--content--wrapper {
	position: absolute;
	bottom: 100px;
	display: block;
	padding: 0;
	max-width: 50%;
	margin: 0 auto;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 100;
}

.top-slider--content {
	padding: 0 16px 5px;
	background-color: rgba(255, 255, 255, .75);
	text-align: center;
	border-radius: 30px;
	min-height: 125px;
	display: block;
}

.top-slider--headline {
	display: none;
}

.top-slider--text strong {
	display: block;
	color: #0b98db;
	font-family: 'Helvetica-bold';
	font-size: 26px;
	margin: 0 0 10px 0;
	line-height: 1.2;
}

body .top-slider--content .field--name-title,
body .top-slider--content .top-slider--headline {
	font-family: 'Helvetica-bold';
	color: #2194d2;
	font-size: 30px;
	font-weight: 600;
	display: block;
	margin: 0 0 10px 0;
	line-height: 1.2;
}

body .top-slider--content p {
	font-family: 'Helvetica-Normal';
	color: #494949;
}

body .top-slider--content p a,
body .top-slider--link a {
	font-family: 'Helvetica-bold';
	width: 150px;
	display: block;
	background: #2294d3;
	border-radius: 4px;
	margin: auto;
	padding: 0;
	line-height: 43px;
	text-align: center;
	color: #fff;
	height: 40px;
}

.teaser-block--3-col .teaser-block--footer>div.field--name-field-teaser-subline-text {
	display: block;
	float: left;
	font-size: 13px;
	font-weight: 300;
	height: 20px;
	line-height: 20px;
	padding-right: 0;
	width: 76%;
	text-overflow: ellipsis;
	white-space: nowrap;
}

body:not(.page-node-1135).node--type-page .node__content {
	background: #fff;
	padding: 25px 0;
}

.teaser__node__content>div.field--name-field-teaser-date {
	padding: 9% 0px 0px 7%;
	width: auto;
	display: block;
	font-size: 12px;
}

.with--date .teaser__node__content>div.field--name-field-text {
	padding-top: 15%;
	overflow: hidden;
}

.teaser__node__content>div.field--name-field-teaser-hover-text {
	cursor: default;
	display: none;
	width: 86%;
	height: 86%;
	padding: 7%;
	overflow: hidden;
	background: rgb(255, 255, 255);
	background: transparent\9;
	background: rgba(255, 255, 255, 0.8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffffff, endColorstr=#ccffffff);
	zoom: 1;
}

.node__content article.empty--footer .teaser__node__content__bg {
	padding-bottom: 40px;
}

.teaser__node__content .field--name-field-link {
	position: relative;
	z-index: 10;
	bottom: 0px;
	width: 100%;
	height: 30px
}
/*
.teaser__node__content .field--name-field-yt-video {
	height: 286px;
}*/

.video-embed-field-responsive-video {
	width: 100%;
	height: 100%;
}
/* Kampagnentrailer height, size
.not-front .node__content .teaser-block--2-col.has-media.col-left.has-media.has-video .video-embed-field-responsive-video {
	height: 286px;
}*/

.teaser__node__content .video-embed-field-responsive-video iframe {
	width: 100%!important;
	height: 100%!important;
}

/* news */

/* tab content */

.node-new_presse .tab-content-labels,
.node-standard .tab-content-labels {
	display: block;
	background: none;
}

.tab-content-label {
	cursor: pointer;
	display: inline-block;
	color: #555;
	background: none #fff;
	line-height: 20px;
	padding: 5px 10px;
	-webkit-box-shadow: 3px -4px 5px 0px rgba(196, 196, 196, 1);
	-moz-box-shadow: 3px -4px 5px 0px rgba(196, 196, 196, 1);
	box-shadow: 3px -4px 5px 0px rgba(196, 196, 196, 1);
}

.node-new_presse .tab-content-label {
	-webkit-box-shadow: 1px 0 2px -1px rgba(196, 196, 196, 1);
	-moz-box-shadow: 1px 0 2px -1px rgba(196, 196, 196, 1);
	box-shadow: 1px 0 2px -1px rgba(196, 196, 196, 1);
}

.tab-content-label.active {
	color: #2194d2;
	cursor: default;
	font-weight: bold;
}

.tab-content {
	display: none;
}

.tab-content.active {
	display: block;
}

.top-image-area {
	position: relative;
}

.top-image-area--text {
	position: absolute;
	bottom: 0px;
	height: 20%;
	width: 100%;
	overflow: hidden;
	background: rgb(255, 255, 255);
	background: transparent\9;
	background: rgba(255, 255, 255, 0.8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffffff, endColorstr=#ccffffff);
	zoom: 1;
}

.top-image-area--text .text-inner-wrapper {
	display: block;
	padding: 2%;
}

.field--name-field-top-image-headline {
	font-weight: 400;
	font-size: 16px;
}

.top-image-area--text .field--name-field-link {
	text-align: right;
}

.top-image-area--text .field--name-field-link a {
	position: relative;
}

.top-image-area--text .field--name-field-link a::after {
	content: ">";
}

/* Aktion */

body.node-aktion .layout-content .region-content .field__label {
	display: none;
}
article.node--type-aktion {
	margin-bottom: 20px;
}
article.node--type-aktion .clearfix{
	clear: none;
}
article.node--type-aktion .field--name-field-left-content{
    width: 63%;
    padding-right: 50px;
    float: left;
}
article.node--type-aktion .field--name-field-right-content{
	width: 36%;
    float: right;
}


.not-front.node-aktion .layout-content-top, .not-front.node-aktion .top-silder-exclude-text #block-views-block-top-slidershow-block-1 {
	margin-bottom: 0px;
}



.region-content_bottom>div.block-views-blockstartseite-aktionen-block-1 {
	display: block;
	float: right;
	width: 32%;
	margin: 0px;
	padding: 0px;
	height: 371px;
	background: none #fff;
}

.block-views-blockstartseite-aktionen-block-1 .view-display-id-block_1 {
	position: absolute;
	width: 100%;
	height: 100%;
}

.block-views-blockstartseite-aktionen-block-1 .view-display-id-block_1 .view-header img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}

.block-views-blockstartseite-aktionen-block-1.block-views>h2 {
	left: -3%;
	padding: 0 8%;
	top: -10%;
	width: 91%;
	/*background:url(../images/global/streifen-blue-v01_left.png) no-repeat left top transparent;*/
	z-index: 2;
}

.block-views-blockstartseite-aktionen-block-1.block-views>h2 span {
	content: " ";
	position: absolute;
	z-index: 1;
	width: 90%;
	height: 100%;
	left: 10%;
	/*background:url(../images/global/streifen-blue-v01_right.png) no-repeat right top transparent;*/
	font-weight: 300;
}

.block-views-blockstartseite-aktionen-block-1 .view-display-id-block_1 .view-content {
	height: 92%;
	left: 5%;
	position: absolute;
	top: 8%;
	width: 90%;
	z-index: 2;
	line-height: 1.5;
	font-size: 12px;
}

.block-views-blockstartseite-aktionen-block-1 .view-display-id-block_1 .views-field-title {
	font-size: 14px;
	padding: 1% 0 2%;
}

.block-views-blockstartseite-aktionen-block-1 .view-display-id-block_1 .view-content>div {
	position: absolute;
	height: 50%;
	padding-top: 5%;
	width: 100%;
	top: 45%;
	border-top: 1px dotted #2194d2;
}

.block-views-blockstartseite-aktionen-block-1 .view-display-id-block_1 .view-content>div:first-child {
	top: 0px;
	border-top: none;
	height: 45%;
	padding-top: 0px;
}

.block-views-blockstartseite-aktionen-block-1 .view-display-id-block_1 .view-content>div.clearfix {
	height: 1px;
	display: inline-block;
}




.not-front.node-aktion .block-system-main-block .field--name-field-aktion-form, .not-front.node-page .block-system-main-block .field--name-field-aktion-form {
	background: #fff;
}

/* Übersicht ohne Teaser Headline */

.node-overview_page .teaser-block--title {
	display: none!important;
}

/* Übersicht mit Teaser Headline */

.not-front.node-overview_page_body .block-system-main-block {
	background: none transparent;
	padding: 4% 0px;
}

.node-overview_page_body .overview-page__body {
	padding: 2% 4%;
	background: none #fff;
}

.overview-page__body h1 {
	padding-left: 0px;
}

.node-overview_page_body .teaser-block--3-col .teaser-block--title--text {
	padding: 0px 4%;
}

.node-overview_page_body .teaser-block--title--text span {
	padding-top: 2%;
}

.node-overview_page_body .teaser-block--1-col .teaser-block--title--text span {
	padding-top: 7%;
}

.node-overview_page_body .teaser-block--2-col .teaser-block--title--text {
	padding: 0 5%;
}

.node-overview_page_body .teaser-block--2-col .teaser-block--title--text span {
	padding-top: 4%;
}

/* News */

.node-new_presse .layout-content-top, .node-new_presse #block-views-block-top-slidershow-block-1, .node-standard .layout-content-top, .node-standard #block-views-block-top-slidershow-block-1 {
	margin-bottom: 0px;
}

.node-new_presse.not-front .block-system-main-block
/*, .node-standard.not-front .block-system-main-block*/

	{
	display: none;
}

.block-rt360-tab-content {
	margin-bottom: 20px;
}

/* YAML form */

.field--name-field-aktion-form {
	margin-bottom: 2%;
}

.webform-submission-add-form {
	padding: 30px 15px;
	overflow: hidden;
	color: #494949;
	background: #fff;
	width: 70%;
	display: block;
	margin: auto;
}

.webform-submission-newsletter-form>label {
	margin: 10px 0px;
	color: #fff!important;
	display: block;
	font-size: 24px;
	line-height: 1.2;
}

.webform-submission-add-form>label {
	margin: 10px 0px;
	color: #2194d2;
	display: block;
	font-size: 24px;
	line-height: 1.2;
}

.webform-submission-add-form .yaml-form label {
	color: #fff;
	position: relative;
}

.form-required::after {
	position: absolute;
	right: -10px;
	top: -3px;
	background: none;
	content: "*";
}

.webform-submission-add-form .form-item {
	display: inline-block;
	margin: 0px 0px 15px 0px;
}

.webform-submission-add-form .form-item.form-item-data-protection {
	display: block;
	margin-right: 6px;
}

.webform-submission-add-form .form-item.form-wrapper {
	width: 100%;
	margin: 0px 0px 5px;
}

.webform-submission-add-form .fieldset-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.webform-submission-add-form .form-item.form-wrapper .fieldset-legend {
	position: relative;
}

.webform-submission-add-form .form-item.form-type-textfield, .webform-submission-add-form .form-item.form-type-email, .webform-submission-add-form .form-type-textarea {
	width: 49%;
	padding: 0 5px;
	float: left;
}

.webform-submission-add-form .form-type-textarea {
	width: 100%!important;
	margin: 0px 0px 15px 0px!important;
}

.webform-submission-add-form .form-item.form-type-textfield>input, .webform-submission-add-form .form-item.form-type-email>input, .webform-submission-add-form .form-type-textarea textarea {
	height: auto;
	padding: 10px;
	width: 100%;
	line-height: 1.1;
	resize: none;
	margin: 0;
	border-radius: 3px;
	color: #494949;
	border: 1px solid #aaa;
}

.webform-submission-add-form .form-type-textarea textarea {
	height: auto;
	padding: 10px;
	width: 100%;
	line-height: 1.2;
	resize: none;
}

.webform-submission-add-form .form-checkboxes .form-item, .form-radios .form-item {
	margin-right: 5px;
}

.yamlform-submission-newsletter-form {
	width: 50%;
	height: 300px;
	overflow: hidden;
	position: relative;
}

.node__content .yamlform-submission-newsletter-form {
	width: 92%;
}

.block-yamlform.yamlform-submission-newsletter-form h2 {
	color: #fff;
}

.yamlform-submission-newsletter-form .yaml-form {
	margin: 0 0 0 auto;
	height: 300px;
}

.yaml-form .form-actions {
	width: 100%;
	text-align: right;
	margin-top: 0px;
}

.submit-spenden {
	border-radius: 7px 0 0 7px!important;
	background: #449840;
	border: medium none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	line-height: 27px;
	opacity: 1;
	cursor: pointer;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	width: 100%!important;
	font-size: 23px;
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
	text-transform: uppercase;
	padding: 0px;
	padding: 10px 0px;
	-moz-hyphens: none;
	-o-hyphens: none;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .custom-bt:hover {
	opacity: 1;
}

/*Allgemeinen Spenden-Button ausblenden*/
body.node-geschenkdetail .submit-spenden,
.page-node-1091 .submit-spenden,
.page-node-1135 .submit-spenden,
.page-node-1109 .submit-spenden,
.page-node-1140 .submit-spenden,
.page-node-1154 .submit-spenden,
.page-node-1155 .submit-spenden,
.page-node-1134 .submit-spenden,
.page-node-1091 .submit-spenden

.page-node-1157 .submit-spenden,
.page-node-1158 .submit-spenden,
.page-node-1159 .submit-spenden,
.page-node-1160 .submit-spenden,
.page-node-1161 .submit-spenden,
.page-node-1162 .submit-spenden,
.page-node-1163 .submit-spenden,
.page-node-1164 .submit-spenden,
.page-node-1165 .submit-spenden,
.page-node-1166 .submit-spenden,
.page-node-1172 .submit-spenden,
.page-node-622 .submit-spenden,

.page-node-1194 .submit-spenden,
.page-node-1193 .submit-spenden,
.page-node-1192 .submit-spenden,
.page-node-1191 .submit-spenden,
.page-node-1190 .submit-spenden,
.page-node-1189 .submit-spenden,
.page-node-1188 .submit-spenden,
.page-node-1187 .submit-spenden,
.page-node-1186 .submit-spenden,
.page-node-1185 .submit-spenden,
.page-node-1184 .submit-spenden,
.page-node-1183 .submit-spenden,
.page-node-1182 .submit-spenden,
.page-node-1203 .submit-spenden,
.page-node-1347 .submit-spenden,

.node-aktion .submit-spenden
{
	display: none;
}

.page-node-1157 .page-title,
.page-node-1158 .page-title,
.page-node-1159 .page-title,
.page-node-1160 .page-title,
.page-node-1161 .page-title,
.page-node-1162 .page-title,
.page-node-1163 .page-title,
.page-node-1164 .page-title,
.page-node-1165 .page-title,
.page-node-1166 .page-title,
.page-node-1172 .page-title  {
	display: none;
}


/*Button Geschenkdetail Spendino*/
/*.node-geschenkdetail .row-detail #spendinoWidget_1_7239 .spendinoForm, /*change*/
.node-geschenkdetail .row-detail #spendinoWidget_1_7283 .spendinoForm,
.node-geschenkdetail .row-detail #spendinoWidget_1_7285 .spendinoForm,
.node-geschenkdetail .row-detail #spendinoWidget_1_7287 .spendinoForm,
.node-geschenkdetail .row-detail #spendinoWidget_1_7289 .spendinoForm,

.node-geschenkdetail .row-detail #spendinoWidget_1_7291 .spendinoForm,
.node-geschenkdetail .row-detail #spendinoWidget_1_7293 .spendinoForm,
.node-geschenkdetail .row-detail #spendinoWidget_1_7295 .spendinoForm,
.node-geschenkdetail .row-detail #spendinoWidget_1_7297 .spendinoForm,
.node-geschenkdetail .row-detail #spendinoWidget_1_7299 .spendinoForm,

.node-geschenkdetail .row-detail #spendinoWidget_1_7301 .spendinoForm,
.node-geschenkdetail .row-detail #spendinoWidget_1_7303 .spendinoForm,
.node-geschenkdetail .row-detail #spendinoWidget_1_7305 .spendinoForm {
	background-color: #449840 !important;
	top: 0px !important;
	left: 55px !important;
	font-size: 0px !important;
	width: 200px !important;
	padding: 10px 20px !important;
	}





	.node-geschenkdetail .row-detail a.spendinoForm {
	 font-size: 0;
	}
	.node-geschenkdetail .row-detail a.spendinoForm:after {
	display: block;
	content: "Jetzt schenken" !important;
	font-size: 18px;
	}
	.node-geschenkdetail .row-detail #spendinoWidget_1_7239
	.node-geschenkdetail #spendinoWidget_1_7289 {
	background-color: unset !important;
	}


.page-node-1134 h1 {
	display: none;
}

/* Vortrag */
.block-vortrag-buchhen-list-block {
	margin-top: 4%;
	padding: 0% 2%;
	width: auto;
	display: block;
	background: none #fff;
}

.vortrag-buchen--labels, .vortrag-buchen--list {
	display: table;
	width: 100%;
}

.vortrag-buchen--labels {
	font-weight: 400;
	font-size: 15px;
}

.vortrag-buchen--label {
	display: table-cell;
	width: 10%;
	text-align: center;
	vertical-align: top;
	padding-bottom: 15px;
}

.vortrag-buchen--label.label--preview {
	width: 15%;
}

.vortrag-buchen--label.label--name {
	width: 20%;
}

.vortrag-buchen--label.label--desc {
	width: 35%;
}

.vortrag-buchen--list .views-field {
	display: table-cell;
	width: 10%;
	text-align: center;
	vertical-align: top;
}

.vortrag-buchen--list .views-field {
	padding: 20px;
	border-top: 1px dotted #2194d2;
}

.vortrag-buchen--list .views-field.views-field-field-buchen-teaser {
	width: 15%;
}

.views-field.views-field-field-buchen-teaser img {
	width: 100%;
}

.vortrag-buchen--list .views-field.views-field-title {
	font-size: 14px;
	font-weight: 300;
	width: 20%;
}

.vortrag-buchen--list .views-field.views-field-field-datum {
	font-weight: 400;
}

.vortrag-buchen--list .views-field.views-field-body {
	width: 35%;
	text-align: left;
}

.vortrag-buchen--list .views-field.views-field-field-link {
	vertical-align: middle;
}

.vortrag-buchen--list .views-field.views-field-field-link a {
	font-size: 30px;
	line-height: 1;
	color: #00a53c;
}

/* Spendenbescheinigung*/
.page-node-629 p{
	padding-left: 18px;
}

/* Jahresbriefe */
/* Header */
.briefe__intro {
	background: none #008fd1;
	color: #fff;
	-webkit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	padding: 30px 0px;
	margin-bottom: 30px;
}

.briefe__intro span {
color: #fff;
}

.briefe__intro>div {
	padding: 0px 10px;
}

.briefe__intro>img {
	width: 100%;
}

.field--name-field-briefe-headline {
	font-size: 20px;
	line-height: 1;
}

.briefe__list{
	display: inline-block;
	text-align: center;
}
.node__content .field--name-field-brief>.field__item>article {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 0px;
	display:block;
	margin: auto;
	text-align:center;
	width: 90%;
}
.node__content .field--name-field-brief>.field__item {
	display: inline-block;
	text-align: center;
	width: 30%;
	margin: 0 auto 30px auto;
}



.field--name-field-brief-preview-image {
	width: 100%;
	margin: 0 auto;
}

a.brief--pdf {
	width: 100%;
	margin-top: -3px;
	line-height: 40px;
	display: block;
	text-align: center;
	font-weight: 400;
	font-size: 16px;
	background: none;
}


/* ehrungen */

.ref-page-list {
	background: none #fff;
}

.field--name-field-referenz-standard-seite {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
	padding: 0;
	position: relative;
	z-index: 10;
}

.node--type-individuell-ehrung-preis .ref-page-list {
	padding: 10px;
}

.field--name-field-referenz-standard-seite .field__item article {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 0px 0px 10px;
}

.field--name-field-referenz-standard-seite .field__item article a {
	font-weight: 300;
	font-size: 16px;
	color: #555555;
	display: block;
}

.field--name-field-referenz-standard-seite .field__item article a:hover {
	color: #2194d2;
}

/* donate */



.spenden-intro-teaser {
	width: 100%;
	height: auto;
	position: relative;
}

.spenden-top-teaser {
	position: relative;
	display: none;
	width: 100%;
	height: auto;
}

.spenden-top-teaser.active {
	display: block;
}

.spenden-top-teaser--content {
	color: #fff;
	height: 50%;
	position: absolute;
	right: 3%;
	top: 35%;
	width: 55%;
}

.spenden-top-teaser--text {
	display: none;
}

.spenden-top-teaser--text.active {
	display: block;
}

.spenden-confirm-text {
	display: none;
}

.yaml-form label.option {
	font-weight: 300;
}

#edit-lastschrift-form, #edit-ueberweisung-form, #edit-paypal-form {
	display: none;
	width: 100%!important;
}

.yamlform-submission-spenden-form .yaml-form>div.form-type-textfield, .yamlform-submission-spenden-form .yaml-form>div.form-type-email, .yamlform-submission-spenden-form .yaml-form>div.form-type-checkbox, .yamlform-submission-spenden-form .yaml-form>div.form-wrapper, .yamlform-submission-spenden-form .yaml-form #edit-haus-nr, .yamlform-submission-spenden-form .yaml-form #edit-street-zip, .yamlform-submission-spenden-form.yaml-form>div.form-type-textfield, .yamlform-submission-spenden-form.yaml-form>div.form-type-email, .yamlform-submission-spenden-form.yaml-form>div.form-type-checkbox, .yamlform-submission-spenden-form.yaml-form>div.form-wrapper, .yamlform-submission-spenden-form.yaml-form #edit-haus-nr, .yamlform-submission-spenden-form.yaml-form #edit-street-zip {
	display: block;
	width: 49%!important;
	margin: 0px 0px 2% 0px!important;
}

.yamlform-submission-spenden-form .yaml-form>div.form-wrapper.form-actions, .yamlform-submission-spenden-form.yaml-form>div.form-wrapper.form-actions {
	width: 100%;
	text-align: right;
}

.yamlform-submission-spenden-form .yaml-form>div:nth-child(odd), .yamlform-submission-spenden-form .yaml-form #edit-street-zip, .yamlform-submission-spenden-form.yaml-form>div:nth-child(odd), .yamlform-submission-spenden-form.yaml-form #edit-street-zip {
	float: right;
}

.yamlform-submission-spenden-form .yaml-form>div:nth-child(even), .yamlform-submission-spenden-form .yaml-form #edit-haus-nr, .yamlform-submission-spenden-form.yaml-form>div:nth-child(even), .yamlform-submission-spenden-form.yaml-form #edit-haus-nr {
	float: left;
}

.yamlform-submission-spenden-form .yaml-form #edit-haus-nr .form-item, .yamlform-submission-spenden-form .yaml-form #edit-street-zip .form-item, .yamlform-submission-spenden-form.yaml-form #edit-haus-nr .form-item, .yamlform-submission-spenden-form.yaml-form #edit-street-zip .form-item {
	display: block;
	width: 49%;
	margin: 0px;
	float: left;
}

.yamlform-submission-spenden-form .yaml-form #edit-haus-nr .form-item input, .yamlform-submission-spenden-form .yaml-form #edit-street-zip .form-item input, .yamlform-submission-spenden-form.yaml-form #edit-haus-nr .form-item input, .yamlform-submission-spenden-form.yaml-form #edit-street-zip .form-item input {
	padding: 0px 4%;
	width: 92%;
}

.yamlform-submission-spenden-form .yaml-form #edit-haus-nr .form-item.form-item-hausnummer, .yamlform-submission-spenden-form .yaml-form #edit-street-zip .form-item.form-item-ort, .yamlform-submission-spenden-form.yaml-form #edit-haus-nr .form-item.form-item-hausnummer, .yamlform-submission-spenden-form.yaml-form #edit-street-zip .form-item.form-item-ort {
	float: right;
}

.yamlform-submission-spenden-form .yaml-form .form-item-betrag, .yamlform-submission-spenden-form.yaml-form .form-item-betrag {
	width: 49%;
}

.yamlform-submission-spenden-form .yaml-form .form-item-betrag>*, .yamlform-submission-spenden-form.yaml-form .form-item-betrag>* {
	display: inline-block;
}

.yamlform-submission-spenden-form .yaml-form legend, .yamlform-submission-spenden-form.yaml-form legend {
	font-weight: 300;
}

#edit-lastschrift-form>label, #edit-ueberweisung-form>label, #edit-paypal-form>label {
	font-weight: 400;
	font-size: 20px;
	display: block;
	width: 100%;
	margin-bottom: 2%;
}

#edit-lastschrift-form>label.small--label, #edit-ueberweisung-form>label.small--label, #edit-paypal-form>label.small--label {
	font-weight: 300;
	font-size: 14px;
}

#edit-lastschrift-form>div {
	width: 49%;
}

#edit-lastschrift-form-inputs {
	float: left;
}

#edit-lastschrift-form-agb {
	float: right;
}

#edit-pay-method {
	margin-top: 5px;
}

.form-item-zahlungsperiode {
	display: block!important;
}

.form-type-radio .description, .form-type-checkbox .description {
	margin-top: -19px;
	margin-left: 17px;
}

.yaml-form .form-item.form-wrapper#edit-lastschrift-begin-time--wrapper {
	display: inline-block;
	width: 49%;
}

#edit-lastschrift-begin>label {
	display: block;
}

.yaml-form .form-item.form-item-ermaechtigung {
	margin: 15px 0px;
}

/* media */

.media-page-title {
	margin-bottom: 70px;
}

#block-mediaprojektfilterblock {
	position: absolute;
	top: 85px;
	right: 0px;
	z-index: 10;
}

/*#cboxWrapper{left:20px;}*/

#cboxLoadedContent {
	background: none;
	max-width: 100vw;
}

#cboxContent {
	margin-top: 30px;
	/*position: relative;*/
	overflow: unset!important;
	height: auto!important
}
.cboxPhoto {
	max-width: 100vw;
}

#cboxWrapper {
	overflow: unset!important;
	max-width: 100vw;
}

.path-taxonomy .block-views {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: none transparent;
	padding: 0px;
}

.media__preview, .view-media-overview .views-row {
	position: relative;
	width: 100%;
	height: auto;
	background: none #fff;
	z-index: 1;
}

.media__preview__bg {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}

.media__preview img {
	width: 100%;
	height: 100%;
}

.views-field-field-media-cat-teaser-image img {
	width: 100%;
}

.media__preview .field--name-field-media-video {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.media__preview__text {
	height: 30px;
	overflow: hidden;
	padding: 15px 10px 10px;
}

.media_details {
	display: none;
}

.media_details__text {
	background: none #fff;
	padding: 15px;
}

.view-media-gallery, .view-media-overview {
	position: relative;
}

.view-media-gallery .views-row, .view-media-overview .views-row {
	position: relative;
	width: 49%;
	margin-bottom: 2%;
}

.view-media-gallery .views-row:nth-child(odd), .view-media-overview .views-row:nth-child(odd) {
	float: right;
}

.view-media-gallery .views-row:nth-child(even), .view-media-overview .views-row:nth-child(even) {
	float: left;
}

/*
.view-media-gallery .view-content h3 {
	clear: both;
	color: #2194d2;
	font-family: just another hand;
	font-size: 20px;
	font-weight: 300;
	margin: 4% 0 2%;
}
*/

.media-lightbox-trigger {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	cursor: pointer;
	z-index: 10;
}

.view-id-media_overview .view-filters {
	display: none;
}

.view-id-media_overview .views-field.views-field-view-taxonomy-term, .view-id-media_overview .views-field.views-field-view-taxonomy-term a {
	top: 0px;
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 2;
}

.view-id-media_overview .views-field.views-field-view-taxonomy-term a {
	text-indent: -90000px;
}

.view-id-media_overview .views-field-nothing {
	display: block;
	height: 50px;
	margin-bottom: 15px;
	overflow: hidden;
	padding: 10px 10px 0;
}

.form-composite>.fieldset-wrapper>.description, .form-item .description {
	font-size: 13px;
	color: #494949;
}

/* YAML Page */

.node__content .yaml-form>div.form-item {
	width: 48%;
}

.node__content .yaml-form .form-actions, .node__content .yaml-form .form-item.form-item-data-protection {
	width: 97.5%!important;
}

.node__content .yaml-form>div:nth-child(odd), .not-front.node-yamlform .form-wrapper>div:nth-child(odd) {
	margin-right: 1%;
}

.node__content .yaml-form>div:nth-child(even), .not-front.node-yamlform .form-wrapper>div:nth-child(even) {
	margin-left: 2%;
	margin-right: 0px;
}

.not-front.node-yamlform .block-page-title-block {
	top: -2.5%;
}

.not-front.node-yamlform .form-wrapper, .not-front.node-yamlform .form-wrapper .form-item {
	width: 48%;
	display: inline-block;
}

.not-front.node-yamlform .form-wrapper.fieldgroup, .not-front.node-yamlform .form-wrapper.form-actions {
	width: 100%;
}

.not-front.node-yamlform .form-wrapper .form-item.form-type-radio {
	width: auto;
	display: inline-block;
}

/* Basic Page */

/* Block */

#block-topmedialinkblock {
	width: 70px;
	height: 95px;
	position: absolute;
	z-index: 5;
	right: -88px;
	top: 40px;
	cursor: pointer;
	background: url(../images/global/menue-media-grafik-v01.png) no-repeat left top transparent;
}

#block-topmedialinkblock a {
	display: block;
	font-size: 15px;
	font-weight: 300;
	height: 10%;
	padding-top: 94%;
	text-align: center;
	width: 100%;
}


#block-spendenstickyblock {
	position: fixed;
	right: 0px;
	top: 350px;
	width: 180px;
	min-height: 50px;
	z-index: 10;
	margin: 0px;
}

.spenden-sticky--form {
	height: 49px;
	padding: 22px 0 0 50px;
	width: 130px;
	color: #fff;
	z-index: 2;
	position: relative;
	cursor: pointer;
	left: 0;
}

.spenden-sticky--headline, .spenden-sticky--social--headline {
	margin-bottom: 8px;
	font-size: 16px;
}

.spenden-sticky--social--headline {
	color: #555555;
}

.spenden-sticky--form .text-input {
	width: 50px;
	display: inline-block;
	height: 12px;
	color: #555555;
}

.spenden-sticky--form .submit-bt {
	height: 20px;
	line-height: 20px;
}

.spenden-sticky--social {
	position: relative;
	z-index: 1;
	width: 125px;
	height: 70px;
	background: none #fff;
	margin: -10px 0px 0px auto;
	padding: 20px;
}

.social-link img {
	width: 100%;
	height: auto;
}

.spenden-sticky--social .social-link {
	display: inline-block;
	width: 32px;
	margin-right: 6px;
	cursor: pointer;
}

.spenden-success--headline {
	font-weight: 400;
	font-size: 20px;
	margin-bottom: 10px;
}

.spenden-success--basic-info {
	background: none #ededed;
	padding: 40px 20px;
}

.spenden-success--details {
	margin-bottom: 20px;
}

.spenden-success--details--item {
	margin-bottom: 5px;
}

.spenden-success--details--item label {
	font-weight: 400;
}

body.node-new_presse .region-content_top .js-quickedit-page-title.page-title,
.node-geschenkdetail .block-page-title-block .page-title,
.page-node-1135 .block-page-title-block .page-title,
.page-node-1140 .block-page-title-block .page-title{
	display: none;
}

body.not-front div#views_slideshow_cycle_div_top_slidershow-block_1_0, .views_slideshow_cycle_slide {
	width: 100%!important;
	height: auto!important;
}

body.not-front.node-projekt .main-container {
	padding: 15px;
}

body.not-front.path-user .main-container {
	padding-top: 90px;
}

body.not-front.node-jahresbriefe_uebersicht .main-container {
	padding-top: 140px;
}

.path-medien .region-content_bottom, .path-presse .region-content_bottom, .path-target-medien .region-content_bottom {
	padding-top: 75px;
}

.node-overview_page_body .teaser-block--title--text span {
	color: #0095db;
	padding-top: 0;
	font-family: 'Helvetica-bold';
	font-size: 20px;
}

body.not-front .teaser-block--title--text {
	padding: 0!important;
}

body.not-front .node__content .field--name-field-teaser-block>.field__item article .teaser__node__content__bg {
	height: 260px;
}

body.page-node-113.not-front .node__content .field--name-field-teaser-block>.field__item.teaser-block--2-col .text-formatted.field.field--name-field-teaser-hover-text.field--type-text-long.field__item {
	min-height: 218px;
}

.open_toolbar.Btn_foot {
	bottom: 140px!important;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

img.image-style-slider[src*="data"][data-lazysrc*="http"][typeof*="foaf"] {
	display: none!important;
}

body .top-header #block-hauptnavigation-3>ul>li {
	height: 41px;
	margin-right: 20px;
}



.views-field-field-top-slider .field-content {
	display: none;
}

body .top-header #block-hauptnavigation-3>ul>li>a {
	font-family: 'Helvetica-bold';
	font-size: 14px;
	line-height: 40px;
}

body .top-header #block-hauptnavigation-3>ul>li>ul li a {
	white-space: nowrap;
	font-family: 'Helvetica-Normal';
	font-size: 14px;
	padding: 12px 0 5px 12px;
	color: #494949!important;
	line-height: 30px;
	border-bottom: 1px solid #fff;
	display: block;
}

body .top-header #block-hauptnavigation-3>ul>li>ul li:nth-last-of-type(1) a {
	border: none!important;
}

body .top-header #block-hauptnavigation-3>ul>li:nth-of-type(5) ul {
	left: auto;
	right: 0!important;
}

body .top-header #block-hauptnavigation-3>ul>li>ul {
	min-width: 195px;
	background: rgba(255, 255, 255, .75);
	padding: 0px 0px 0px 0;
	overflow: visible;
	border-radius: 5px;
}

body .top-header #block-hauptnavigation-3>ul>li>ul li {
	margin: 0;
	padding-right: 15px;
}

body .top-header #block-hauptnavigation-3>ul>li>ul li a:hover {
	color: #29a0d8!important;
}

.top-slider--img,
.top-slider--img img,
#views_slideshow_cycle_div_top_slidershow-block_1_1 {
	max-width: 100%!important;
	width: 100%!important;
}

.top-slider--img img {
	height: auto;
	max-height: none;
	object-fit: cover;
	object-position: center center;
}

body #spendinoToolbarOpener #spendinoToolbarOpenerCenter {
	width: auto;
	position: relative;
	min-width: 125px;
}

body #spendinoToolbarOpener #spendinoToolbarOpenerText {
	width: 100px;
	margin: auto;
	background-color: #449840!important;
}

#spendinoToolbarOpenerRight, #spendinoToolbarOpenerLeft {
	display: none!important;
}

body #spendinoToolbarOpener {
	text-transform: uppercase;
	top: 150px!important;
	height: 60px;
	margin: 0;
	position: fixed;
	padding: 0px;
	display: block;
	background-color: #449840!important;
	border-top-left-radius: 10px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 10px;
	overflow: hidden;
}

body #spendinoToolbarOpenerCenter {
	background-color: #449840!important;
}

/* body .top-slider--content{padding:0;}
 */

body.is-front .teaser__node__content>img, body.is-front .teaser-block--footer>div.field--name-field-teaser-headline, body.is-front .spenden-block-wrapper .spenden-block--bg {
	display: none!important;
}

body.is-front .teaser__node__content>div.field--name-field-text {
	display: none;
}

.teaser__node__content>div.field--name-field-teaser-hover-text {
	display: block!important;
	width: auto!important;
	height: auto!important;
	padding: 0!important;
}

body.is-front .node--type-teaser-block:hover .teaser__node__content>div.field--name-field-teaser-hover-text {
	animation-name: unset!important;
}

.yamlform-submission-newsletter-form {
	width: 62%;
	float: right;
	background: none!important;
	box-shadow: none!important;
	margin-top: 70px;
	padding: 0 13%;
	box-sizing: border-box;
}

body .yamlform-submission-newsletter-form .yaml-form {
	padding: 0;
	margin: 0;
	background: none!important;
	box-shadow: none!important;
}

body .yamlform-submission-newsletter-form .yaml-form fieldset, body .yamlform-submission-newsletter-form .yaml-form .form-item.form-item-data-protection {
	display: none;
}

body .yamlform-submission-newsletter-form .yaml-form .form-item.form-type-textfield>input, body .yamlform-submission-newsletter-form .yaml-form .form-item.form-type-email>input, body .yamlform-submission-newsletter-form .yaml-form .form-type-textarea textarea {
	font-family: 'Helvetica-Normal'!important;
	box-shadow: none!important;
	height: 35px;
	font-size: 15px;
}

body .yamlform-submission-newsletter-form .yaml-form .yamlform-button--submit {
	box-shadow: none;
	display: block;
	margin: 10px auto;
	background: #0095db;
	height: 36px;
	width: 145px;
	font-size: 16px;
	font-family: 'Helvetica-bold';
}

body .yamlform-submission-newsletter-form .yaml-form label[for='edit-newsletter-label'] {
	display: none!important
}

body .block-yamlform.yamlform-submission-newsletter-form h2 {
	color: #fff;
	text-align: center;
	color: #2194d2;
	font-family: 'Helvetica-bold';
	font-size: 15px;
}

body .yamlform-submission-newsletter-form h2::before {
	content: 'Newsletter';
	display: block;
	color: #0095db;
	font-family: 'Helvetica-bold';
	font-size: 18px;
	margin: 3px 0 12px;
	display: block;
}

body .yamlform-submission-newsletter-form h2 {
	font-family: 'Helvetica-Normal'!important;
	text-align: left!important;
	color: #494949!important;
	line-height: 18px;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 10px;
}


.spenden-sticky--form {
	padding: 0!important;
	width: 100%!important;
}

.top-header .toggle_btn {
	display: none;
}

#spendinoToolbar {
	display: block;
	transform: scaleY(0);
	transition: .5s!important;
	top: unset;
	bottom: 0;
}

#spendinoToolbar:not(.auto_height) {
	height: auto!important;
}

#spendinoToolbar.opened {
	transform: scaleY(1)!important;
	transition: .5s!important;
}

.Btn_foot {
	position: absolute;
	width: 157px;
	right: 40px;
	text-align: center;
	background: green;
	color: #fff;
	height: 40px;
	margin: 0;
	font-size: 16px;
	line-height: 40px;
	border-radius: 8px 8px 0 0px;
	bottom: 0;
}

#block-footerblock2 strong {
	word-wrap: break-word;
}

.col-right+.col-left {
	clear: both;
}

.top-slider--content {
	opacity: 0;
	animation-name: fadein;
	animation-duration: 2s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	animation-delay: .5s;
}

@keyframes fadein {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}




body:not(.page-node-1091) .tab-content-details { /*not geschenkspenden*/
	padding: 0 15px;
	background: white;
}

.node--type-page .node__content {
	padding: 0px;
}

body.node-page .main-container {
	padding-top: 140px;
}

.field--name-field-referenz-standard-seite .field__item article {
	padding: 0px;
}




/*news - Bild links, Text rechts daneben*/
.node-homepage .view-news.view-id-news .views-row .views-field-field-image {
	padding: 0px 20px 20px 0px;
	margin-top: -14px;
}

.title_upon_banner .main-container, body.not-front.node-webform .main-container {
	margin: 140px 0px 10px;
}


.page-node-22 .field-content {
	text-align: center;
}


.top-header .views-field-body .field-content .empty-wrapper {
	padding: 0px;
	text-align: center;
	color: transparent;
}

.block-system-main-block .field--name-field-link {
	text-align: center;
}

#buttonContainer .btn {
	padding: 10px;
	width: 190px;
	margin: 0 auto;
	border-radius: 7px;
	text-align: center;
	line-height: 20px;
	clear: both;
	position: absolute;
	bottom: 1px;
	left: 0;
	right: 0;
	margin-top: 20px!important;
}

.btn {
	font-size: 18px!important;
	border-radius: 7px!important;
	width: 200px!important;
	padding: 6px 0!important;
	line-height: 25px!important;
}

.page-node-325 #block-spendenhomepageblock {
	display: none;
}


.view-display-id-block_3 .views-row .views-field-title {
	font-size: 24px;
	line-height: 30px;
}




#block-hauptnavigation-3 ul li>a {
	font-weight: bold;
}

.page-node-217 #edit-telefon {
	float: left;
}

.page-node-217 .webform-submission-add-form .form-type-textarea textarea {
	width: 98%;
}

.field--name-field-pdf-download {
	text-align: center;
}

.node-projekt .field--name-field-image {
	padding-bottom: 0px!important;
}

/* Galerie Icons*/
#cboxPrevious, #cboxNext {
	top: calc(45%);
}

#cboxPrevious {
	background: url(../images/arrow-left-grey-white.png) no-repeat 0 0 !important;
	border: none;
	width: 80px !important;
	height: 80px;
	background-size: 80px !important;
	left: -80px!important;
}

#cboxNext {
	background: url(../images/arrow-right-grey-white.png) no-repeat 0 0 !important;
	border: none;
	width: 80px !important;
	height: 80px;
	background-size: 80px !important;
	background-position: right top!important;
	right: -80px;
	left: unset;
}

#cboxClose {
	background: url(../images/close-grey-white.png) no-repeat 0 0 !important;
	border: none;
	width: 60px !important;
	height: 60px;
	background-size: 65px !important;
	background-position: right top!important;
	top: -35px;
	right: -70px;
	left: unset;
}

.social-link--fb::after {
	content: 'Aktion';
	display: block;
}

.social-link--fb {
	display:none;
	text-align: center;
	border-radius: 7px 0 0 7px;
	font-family: 'Helvetica-bold';
	text-transform: uppercase;
	background: rgb(66, 103, 178) url(../images/fb_icon.png) no-repeat left 16px center/36px!important;
	height: 74px;
	border: none;
	padding: 10px 0 10px 53px;
	font-size: 23px;
	line-height: 27px;
	position: fixed;
	width: 180px;
	right: 0;
	top: 260px;
	z-index: 9999;
}

#cboxMiddleRight, #cboxMiddleLeft {
	display: none!important;
	width: 0!important
}

.cboxLoadedContent {
	border-radius: 7px;
}

.page-node-265 .text-formatted {
	padding-bottom: 20px;
}

.page-node-661 .layout-content .view-content {
	padding: 0px!important;
}


.node-standard {
	margin: 0px;
}

#block-tabcontentblock .left_custom h3 {
	margin: 0 0 10px!important;
}

.page-node-265 h3 {
	padding: 20px 0px 0px!important;
}

.page-node-118 .layout-content .region-content {
	padding: 0 15px 10px;
}

body.page-node-25 #block-rt360-content {
	background: white;
	}

/**css custom**/

	/*********************************************
			RESPONSIVE CSS STARTS HERE
	*******************************************/

@media (max-width:767px) {
	body:not(.page-node-1091, .page-node-1008).node-projekt .layout-content .region-content, body.node-vortrag_uebersicht .layout-content .region-content article, body.node-page .layout-content .region-content article
	 {
		background: #fff;
		padding: 0 10px;
	}

	/*Aktionen*/
body.node-aktion .layout-content .region-content {
	padding: 0 15px 25px;
	background: #fff;
}

	.teaser__node__content .video-embed-field-responsive-video iframe {
		width: 100%!important;
		height: 100%!important;
		border-radius: 15px 15px 0 0;
	}

	/* ../kontakt */
	body.page-node-25 #block-rt360-content .clearfix {
		padding: 15px 15px 0 15px;
		}

	/*mobile 2020*/
	p, li, td {
		font: 14px/1.4 Helvetica, sans-serif;
	}
	a, .more_link {
		font-size: 14px;
	}

	h1 {
		font-size: 28px;
		text-align: left;
	}

	h2 {
		font-size: 24px;
	}
	h3, article h3 {
		font-size: 21px;
		padding: 15px 0px 10px 0px;
	}

	.block-views-blocknews-block-1 .views-row .views-field-title {
		font-size: 14px;
	}

	h4 {
		font-size: 16px;
		line-height: 1.2;
		margin: 8px 0 8px 0;
	}
	h5 {
		font-size: 14px;
		margin: 0 0 8px 0;
	}

	/* sources, image description*/
	p.small-center {
		font-size: 12px;
		margin-bottom: 15px;
	}
	/* Weibliche Genitalverstümmelung */
	/* bullet point text formatting*/
	p.paragraph-list {
		margin: 0 0 20px 25px;
	}
	/* citations - e.g. ../weiblichegenitalverstuemmelung */
	blockquote p {
		font-style: italic;
		font-size: 16px;
		line-height: 1.4;
		hyphens: none;
		color: #494949;
		text-align: center;
		margin: 10px auto 10px auto;
		max-width: 80%;
	}

	.top-header .views-field-body .field-content p{
		text-align: left;
		font-size: 16px;
		line-height: 1.6;
		padding: 0 0 5% 0;
	}
	.is-front .top-header .views-field-body .field-content,
	.not-front .top-header .views-field-body .field-content {
		bottom: 0;
		background: none;
		width: 100%;
		padding: 0 15px;
	}

	.not-front .top-header .views-field-body .field-content p {
		padding: 0;
	}

	.node-homepage .layout-content .field__item.has-media,
	.not-front .node__content .teaser-block--2-col.has-media.col-left,
	.not-front .node__content .teaser-block--2-col.has-media.col-right,
	.not-front .node__content .teaser-block--1-col.has-media.col-left,
	.not-front .node__content .teaser-block--1-col.has-media.col-right,
	.not-front .node__content .teaser-block--1-col.has-media.col-middle,
	.node__content .field--name-field-teaser-block2 .field__item article.empty--footer,
	.node__content .field--name-field-teaser-block3 .field__item article.empty--footer,
.view-geschenkteaser .views-row .views-col {
	background-color: #fff;
    width: 80%! important;
    display: block;
	margin: 0 auto 20px;
	float: none;
	}

	.view-geschenkteaser .views-view-grid .views-row {
		padding: 0 15px;
	}

	/* Downloads - when button */
	.page-node-743 .node__content .teaser-block--2-col.has-media {
	margin: 0 auto;
	-webkit-box-shadow: 0px 5px 10px 3px rgba(173,166,157,0.2)!important;
	-moz-box-shadow: 0px 5px 10px 3px rgba(173,166,157,0.2)!important;
	box-shadow: 0px 5px 10px 3px rgba(173,166,157,0.2)!important;
	}

	/* Allgemein */
	body.node-page .main-container {
		padding-top: 0px;
	}

	#block-rt360-content table tr {
		width: 100%!important;
	}
	.node--type-page .node__content {
		padding: 15px;
	}

	.node--type-page .node__content .zertifikat {
		padding: 30px 15px;
		background-color: white;
	}

	/*mobile 2020*/
	/*footer*/
	.footer .region-footer nav.menu--main>ul {
		display: none;
	}

	.footer .region-footer>div {
	margin: auto;
	width: 245px;
	padding: 10px;
	float: none;
	}

	/*div width - img + p*/
	.footer .region-footer div#block-spendenkonto {
		width: 345px;
	}

	.footer .region-footer #block-spendenkonto img {
		margin: 0 20px 30px 0;
		padding: 10px;
		background-color: white;
		border-radius: 10px;
	}
	.footer-block-1 {
		margin-bottom: 20px;
	}

	/* headline title.. impressionen margin */
		.field--name-field-gallery-title {
			font-size: 24px;
			margin: 40px 15px 0;
		}

.node-overview_page:not(.title_upon_banner) .layout-container, body.not-front.node-news_overview .main-container, body.not-front.node-vortrag_uebersicht .main-container {
		margin-top: 0;
	}

	.tab-content-label {
		cursor: pointer;
		display: inline-block;
		color: #555;
		font-size: 11px;
		background: none;
		line-height: 12px;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		padding: 3px 7px 0 9px;
		border-left: 1px solid #494949;
	}

	.tab-content-labels {
		margin: 10px 15px;
	}

	nav.pager {
		margin-top: 20px;
	}

	.container {
		max-width: 1170px;
		margin: 0 auto;
		padding: 0;
		display: block;
		width: 100%;
	}

	header.header .region-header_top {
		position: relative;
		margin: 0 15px;
	}

	/* first tab without vertical line*/
	[data-target="tab-content--0"] {
		border-left: none!important;
		padding-left: 0!important;
	}

/* Hintergrund Tablet und kleiner */
	body .node-overview_page .layout-content .region-content {
		padding: 0 0 25px;
		background: none;
	}

	/* front-page - slider full height*/
	.is-front .top-header .flexslider .slides {
		height: fit-content;
		text-align: left;
	}
	/* ul styling*/
	.top-header .flex-control-nav.flex-control-paging li a {
		width: 24px;
		height: 24px;
		background: rgba(255, 255, 255, 0.7);
		border: 2px solid rgba(102, 102, 102, 0.8);
		cursor: pointer;
		margin: 0px 4px;
		opacity: 1;
	}
	.top-header .flex-control-nav.flex-control-paging li a.flex-active {
		background: #2194d2;
		border-color: #2194d2;
		opacity: 1;
	}

	.page-node-145 .main-container .container {
		max-width: 1170px;
		margin: 0 auto;
		padding: 0;
		display: block;
		width: 100%;
		}

	/* projects */
	.is-front .main-container .container .region-content {
		top: 0px;
		padding: 0;
	}

	.is-front .flex-control-nav.flex-control-paging,
	.node-individuell_ehrung_preis .flex-control-nav.flex-control-paging,
	.page-node-265 .flex-control-nav.flex-control-paging {
		padding: 10px 0;
		background: transparent;
	}

	.page-node-528 .teaser-block--hover-text {
		background-color: #fff;
		padding: 10px 15px 10px 15px;
	}

	.teaser-block--hover-text{
		padding: 0 15px;
		margin: 0;
		border-radius: 0 0 15px 15px;
		position: relative;
	}
	/* when video - no arrow */
	.not-front .has-video .teaser-block--hover-text {
		padding: 10px 15px 10px 15px;
		background-color: white;
		margin: 0;
	}

	.page-node-325 .teaser-block--hover-text {
		background: none;
	}

	/* for pdf-download-buttons instead of arrows */
	.page-node-743 .teaser-block--hover-text {
		padding: 0 15px 70px 15px;
		margin: 0 0 -70px 0;
		color: white;
		position: relative;
		z-index: 2;
	}
.page-node-743 article .teaser-block--footer {
	margin: 0 0 20px 0;
}

		/*youtube video rounded corners*/
	.youtube_player iframe body {
		background-color: none !important;
	}

	.youtube_player iframe body
	.html5-video-player:not(.ytp-transparent), .html5-video-player.unstarted-mode{
	border-radius: 15px !important;
	}

	/*rounded corners*/
	article .teaser-block--footer {
		border-radius: 0 0 15px 15px;
		width: 100%;
		background: white;
		margin: 0;
		position: relative;
		z-index: 3!important;
	}
	/*link pfeil geschenkspenden ausblenden*/
	.page-node-1109 article .teaser-block--footer,
	.page-node-1154 article .teaser-block--footer,
	.page-node-1091 article .teaser-block--footer,
	.page-node-1155 article .teaser-block--footer{
		display: none;
	}

	.not-front .node__content .teaser-block--2-col.has-media.col-left,
	.not-front .node__content .teaser-block--2-col.has-media.col-right,
	.layout-content .field__item.has-media,
	.view-geschenkteaser .views-row .views-col {
		border-radius: 15px;
	}

	.node-homepage article .teaser__node__content .field--name-field-image img,
	.not-front .node__content .teaser-block--2-col.has-media.col-left .teaser__node__content img,
	.not-front .node__content .teaser-block--2-col.has-media.col-right .teaser__node__content img,
	article .teaser__node__content .field--name-field-image img {
		border-radius: 15px 15px 0 0;
	}

	/* shadows*/
	.layout-content .field--name-field-teaser-block {
		margin: 0;
		padding: 0 15px;
	}

	/*mobile Fatwas, Goldenes Buch */
	.page-node-45 .layout-content .field--name-field-teaser-block, .page-node-156 .layout-content .field--name-field-teaser-block {
		margin: 20px 0;
		padding: 0 15px;
	}


	.page-node-1008 .layout-content .field--name-field-teaser-block {
	padding: 0;
	}
	.page-node-528 .layout-content .field--name-field-teaser-block {
		margin: 0;
		padding: 10px 15px;
	}

	.node-homepage .layout-content .field--name-field-teaser-block {
		padding: 30px 15px 20px 15px;
	}

	.not-front .node__content .teaser-block--2-col.has-media.col-right {
		padding: 0;
	}
	.layout-content .field__item.has-media,
	.view-geschenkteaser .node--type-teaser-block {
		padding: 0;
		-webkit-box-shadow: 0px 5px 10px 3px rgba(173,166,157,0.2);
		-moz-box-shadow: 0px 5px 10px 3px rgba(173,166,157,0.2);
		box-shadow: 0px 5px 10px 3px rgba(173,166,157,0.2);
		}


	.page-node-325 .layout-content .field__item.has-media {
		border-radius: 0;
		box-shadow: none;
		padding: 0!important;
	}
	.page-node-325 .layout-content .field--name-field-teaser-block {
		padding: 0;
	}

	.not-front .layout-content .field__item.has-media,
	.view-geschenkteaser .node--type-teaser-block {
		padding: 0;
	}

	.page-node-139 tbody {
		width: 80%;
	}

	html .social-link--fb {
		position: fixed;
		margin: 0;
		bottom: 0;
		color: transparent!important;
		width: 45px!important;
		z-index: 99999;
		right: 0px;
		top: unset;
		padding: 0;
		height: 45px;
		color: transparent;
		background: rgb(66, 103, 178) url(../images/fb_icon.png) no-repeat center center/38px!important;
		border-radius: 0!important;
	}


	.page-node-325 .view-news.view-id-news .views-row .views-field-field-image {
		width: 100%;
		float: none;
		text-align: center;
	}

	.page-node-325 .views-field img {
		padding: 5px 0px;
	}


	/*here*/
	.top-header .views-field-body .field-content a {
		font-size: 0px;
		bottom: 0;
		margin: 0 auto 10px auto;
		width: auto;
		background: #0095db;
		padding: 10px;
		display: block;
		clear: both;
		position: relative;
		left: 0;
		right: 0;
		font-weight: bold;
		font-family: 'Helvetica-bold';
		background: url(../images/arrow_right_blue.png) no-repeat 0 0 !important;
		border: none;
		background-size: 27px !important;
		}

	.top-header .views-field-body .field-content a:inth-of-type(1) {
		display: none;
	}

	.node_right_cont, .node_left_cont {
		width: 100%;
		float: none;
		clear: both;
		display: block;
		margin: auto;
		text-align: left;
	}
	/* ../ youtube-videos (/..veranstaltungen, /..waiapi */
	.youtube_player iframe{
		width: 100%;
	}
	.page-node-176 #block-tabcontentblock .node__content img {
		width: 100%;
	}
	/* /..waiapi - maps */
	.page-node-176 iframe, .page-node-5 iframe {
		width: 100%;
		height: 300px;
	}

	/*Jahresbriefe*/
	.node__content .field--name-field-brief>.field__item {
		display: inline-block;
		text-align: center;
		width: 48%;
		margin: 0 auto 30px auto;
	}
	body.not-front.node-jahresbriefe_uebersicht .main-container {
		padding-top: 42px;
	}

	/*mobile 2020*/
	/* Spendenblock Mobile*/
	.block-spenden-homege-block {
		width: 100%;
		padding: 0 15px 20px 15px;
		float: none;
	}
	.spenden-block-wrapper {
		display: none;
	}

	.spenden-block-mobile {
		display: block;
		text-align: center;
		width: 60vw;
		margin: auto;
	}

	.circle-spende {
		width: 20vw;
		height: 20vw;
		margin: auto;
		background-color: #fff;
		border-radius: 50%;
		border: 1px solid #eee;
		display: inline-block;
		padding-top: 10%;
		text-align: center;
	}


	.spenden-block-mobile p {
		margin: 5px 0 0 0;
	}

	.spenden-block-mobile  .vl {
		width: 1px;
		margin: 10px auto 10px auto;
		border-left: 1px solid #494949;
		height: 20px;
		}

	.spenden-block-content--amount-submit.custom-bt {
		margin: 30px auto;
	}
	/* End Spendenblock Mobile*/


		.block-page-title-block .page-title,
		.node-overview_page .region-content_top .block-page-title-block h1 {
		text-align: left;
		font-size: 14px;
		color: #666;
		padding: 70px 15px 15px 15px;
	}

	/* News + Presse */
	.page-node-325 #block-rt360-page-title h1.page-title{
		text-align: left;
		font-size: 14px;
		color: #666;
		padding: 0 15px 10px 15px;
		margin-top: -25px;
	}
	/*.node-news_overview .block-page-title-block .page-title {
		padding: 70px 0px 10px 0px;
	}*/

	/* Headline ohne Bild*/
	.page-node-622 .block-page-title-block .page-title,
	.page-node-625 .block-page-title-block .page-title,
	.page-node-628 .block-page-title-block .page-title,
	.page-node-217 .block-page-title-block .page-title,
	.page-node-797 .block-page-title-block .page-title,
	.page-node-805 .block-page-title-block .page-title,
	.page-node-118 .block-page-title-block .page-title,
	.page-node-265 .block-page-title-block .page-title {
		padding: 10px 15px;
	}

	/* ..chronologie - Tabelle */
	.page-node-139 .field--name-body td {
		padding: 5px;
	}

	.field--name-body td hr {
		margin: 30px auto 30px auto;
		display: block;
		border-top: 1px solid rgb(216, 222, 228);
	}

	body.not-front.node-news_overview .main-container {
		padding-top: 0px;
	}

	.ytp-cued-thumbnail-overlay-image {
		background-size: contain;
		width: 100%;
	}
	.node-vortrag_uebersicht .layout-content .page-title {
		width: 100%!important;
	}

	#block-hauptnavigation-2 {
		margin: 20px 0px;
	}
	.flexslider {
		background: #fff;
		margin: 0;
	}

	#block-form.block-webform-block, #block-newsletter2go {
		margin: 30px 0 0 0;
	}

	.page-node-118 tbody {
		background: #e6e6e6;
		padding: 10px;
	}
	.page-node-118 table {
		background: #e6e6e6;
	}

	.node-overview_page .region-content_top {
		margin: 0px;
		padding: 0;
		background: none;
	}


	/* Home - News */
	.is-front .block-views-blocknews-block-1 {
		width: 100%;
		float: none;
		padding: 0 15px 0 15px;
	}

	.not-front .view-news.view-id-news .views-row .views-field-field-image img,
	.page-node-325 .view-news.view-id-news .views-row .views-field-field-mobile-teaser-image img{
		padding: 0px 20px 10px 0px;
		width: 33%;
		margin: 0;
		float: left;
	}

	.block-views-blocknews-block-2 .view-news.view-id-news .views-row,
	.page-node-325 .view-news.view-id-news .view-content .views-row {
		background: #fff;
		padding: 15px;
		margin: 0 0 5px 0;
	}
	.block-views-blocknews-block-2 .view-news.view-id-news .views-row,
	.page-node-325 .view-news.view-id-news .view-content .views-row {
		border: none;
		border-radius: 7px;
	}

	/*mobile 2020*/
	/*Impressionen*/
	.gall_slider_js .owl-item {
		margin: 0px!important;
		padding: 0 5px 0 5px;
		width: 200px!important;
	}

	.owl-carousel .owl-stage-outer  {
		height: 150px;
	}
	.gall_slider_js .owl-item img {
		width: 200px!important;
		object-fit: cover;
		object-position: top;
		height: 150px;
	}

	/*mobile 2020*/
	/*newsletter footer*/
	#block-newsletter2go h2 {
		color: #0095db;
	}

	.radio_naked div:nth-of-type(1), .radio_naked div:nth-of-type(2) {
		margin-right: 10vw;
	}

	#block-newsletter2go div.checkbox-inline label {
		font-size: 12px;
	}

	/*mobile 2020*/
	/* Button "mehr erfahren" invisible if tablet or smaller device */
	/* class from twig node--teaser-block.html.twig*/
	article .teaser-block--footer a {
		display: none;
	}
	/* ..die Fatwas button PDF-Download*/
	article .teaser-block--footer .field--name-field-pdf-download a {
		display: block;
	}
	article .teaser-block--footer .field--name-field-pdf-download a:nth-of-type(1) {
		display: none;
	}

	/* arrow instead of Button*/
	article .arrow{
		display: block;
		width: 100%;
		height: 100%;
		z-index: 1;
	}
	.layout-content .field__item.has-media article .arrow {
		background-color: white;
		border-radius: 15px;

	}

	/* new */
	i.fas.fa-arrow-right {
		color: #0095db;
		font-size: 21px;
		padding: 10px 0 10px 10px;
		z-index: 0;
	}

	.node-news_with_teaser .region-content {
		margin: 94px 0 0!important;
	}
	.webform-submission-add-form {
		width: 100%;
	}
	.vortrag-buchen--list .views-field {
		padding: 20px 0px;
	}

	.title_upon_banner .main-container, body.not-front.node-webform .main-container {
		margin: 90px 0px 10px;
	}
	.page-node-22 .field--name-title {
		font-size: 17px;
	}

	body .tab-content-details table,
	body .tab-content-details table tbody,
	body .tab-content-details table tr,
	body .tab-content-details table td,
	body .tab-content-details table th,
	#block-form.block-webform-block,
	#block-newsletter2go {
		display: block;
		font: 14px/1.4 Helvetica, sans-serif;
		width: 100%!important;
		max-width: 100%!important;
	}

	body .tab-content-details table td {
		padding: 0 15px;
	}

	.webform-submission-aktion-mitmachen-form .fieldset-wrapper,
	body .tab-content-details table,
	body .tab-content-details table tbody,
	body .tab-content-details table tr,
	body .tab-content-details table td,
	body .tab-content-details table th,
	#block-form.block-webform-block {
		color: #494949;
	}


	body .tab-content-details table td iframe {
		max-width: 100%;
	}
	body .tab-content-details table td h2 {
		font-size: 23px;
		line-height: 30px;
	}

	.tab-content-details .left_custom {
		margin: 0px;
	}

	.top-header .views-field-body .field-content p strong {
		font-size: 28px!important;
	}

	article .teaser-block--title {
		margin-bottom: 0;
	}
	body.is-front article .teaser-block--title--text span.field--name-title,
	article .teaser-block--title--text span.field--name-title {
		padding: 15px 15px 10px 15px;
		font-size: 21px;
	}
/* aktuelle aktionen*/
	body.node-news_with_teaser .views-row .views-field-body .field-content {
		font: 14px/1.4 Helvetica, sans-serif;
		margin-bottom: 10px;
	}


	body.page-node-25.node-webform .main-container {
		margin: 0 0 10px;
	}

	body.page-node-25 .field--name-body td {
		padding: 0px!important;
		display: table-row;
	}
	body.page-node-25 .field--name-body table {
	margin: 20px 0;
	}

	.node--type-geschenkdetail .node__content {
		padding-top: 70px;
	}
	body.page-node-1135 .main-container,
	body.page-node-1140 .main-container{
		padding-top: 55px;
	}


	.node--type-geschenkdetail {
		padding: 0 15px;
	}
	.node--type-geschenkdetail h1 {
		margin: 0 0 10px 0;
	}

	.node--type-geschenkdetail .field--name-field-left-content {
		background-color: #ffffff;
		padding: 15px;
	}
	.node--type-geschenkdetail .field--name-field-right-content {
		background-color: #ffffff;
		padding: 0 15px 15px 15px;
	}

	.zertifikat .column-image  {
		float: none;
		display: block;
		margin: auto;
		width: 60%;
		padding: 10px 10px 30px ;
	}

	.zertifikat .column-form {
		float: none;
		display: block;
		margin: auto;
		width: 80%;
		padding: 10px;
	}

	.zertifikat input#f1, input#f2 {
		width: 55vw;
		}

	.not-front .layout-content .field__item.has-media article .teaser-block--hover-text .geschenkteaser,
	.view-geschenkteaser .views-col .geschenkteaser{
			padding: 10px 0px;
		}

	footer.footer {
		padding: 30px 15px 0px 15px;
		bottom: 50px;
	}
}

@media (min-width:768px) and (max-width:990px) {
	.node-homepage .view-news.view-id-news .views-row .views-field-field-image {
		padding: 0px 10px 50px 0px;
		margin-top: -14px;
	}
	.node-geschenkdetail .col {
		float: none;
		margin-bottom: 25px;
}

	.node_right_cont, .node_left_cont {
		width: 100%;
		float: none;
		clear: both;
		display: block;
		margin: auto;
		text-align: left;
	}

	.spenden-block-wrapper {
		margin-bottom: 20px;
	}
	.is-front #block-views-block-news-block-1 .view-id-news {
		height: 565px;
	}
	.is-front .block-views-blocknews-block-1 .views-row {
		margin: 0 0 15px;
	}

	.footer .region-footer>div {
		display: block;
		width: 33%;
	}

	.footer .region-footer>div#block-spendenkonto {
		display: block;
		padding: 0 0 20px 0;
		width: 100%;
		margin: auto;
		font-size: 11px;
		float: none;
	}
	#block-rt360-footer {
		margin-bottom: 5x0px;
	}


}

@media (max-width:990px) {
	.tab-content-details .left_custom,
	article.node--type-aktion .field--name-field-left-content {
		width: 100%;
		padding-right: 0px;
		float: left;
		margin-bottom: 35px;
	}
	.tab-content-details .right_custom,
	article.node--type-aktion .field--name-field-right-content {
		width: 100%;
		float: left;
	}
	.left_custom iframe {
		max-width: 100%!important;
		width: 100%!important;
	}

	#block-spendenstickyblock, .spenden-sticky-container, .submit-spenden {
		display: block;
		font-size: 20px;
		left: 0;
		text-align: center;
		position: fixed;
		top: unset;
		bottom: 0;
		height: 50px;
		z-index: 10;
		border-radius: 0px!important;
	}

	#block-newsletter2go {
		width: 100%;
	}
}

@media (max-width:600px) {
	.spenden-block-mobile {
		width: 80vw;
	}

	.circle-spende {
		width: 25vw;
		height: 25vw;
		margin-top: 0;
	}

	.circle-spende span {
		font-size: 12px;
		color: #494949;
	}
	/* End Spendenblock Mobile*/


/* News + Presse + Aktuelle Aktionen */
.not-front .view-news.view-id-news .views-row .views-field-field-image img,
.page-node-325 .view-news.view-id-news .views-row .views-field-field-mobile-teaser-image img,
body.node-news_with_teaser .views-field-field-mobile-teaser-image {
	display: block;
    padding: 0px 0px 5px 0px;
    width: 60%;
    float: none;
}
.block-views-blocknews-block-2 .view-news.view-id-news .views-row span.field-content,
.view-display-id-block_3 .views-row span,
.page-node-325 .views-row span.field-content,
.view-display-id-block_3 .views-row a:nth-child(2),
body.node-news_with_teaser .views-row .field-content{
	padding-left: 0;
}

.node-overview_page .node__content .field__item.has-media.teaser-block--3-col .without--headline-bg .teaser__node__content img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

.block-views-blocknews-block-2 .view-news.view-id-news .views-row .views-field-created, .page-node-325 .view-news.view-id-news .views-row .views-field-created {
    margin-bottom: 10px;
	font-size: 12px;
}

.block-views-blocknews-block-2 .view-news.view-id-news .views-row .views-field-title,
.page-node-325 .view-news.view-id-news .views-row .views-field-title,
body.node-news_with_teaser .views-row .views-field-title {
    font-family: 'Helvetica-bold';
    font-size: 14px;
	}

}

@media (max-width:519px) {
	.node-homepage .layout-content .field__item.has-media,
	body:not(.page-node-1091, .page-node-1109, .page-node-1154, .page-node-1155).not-front .node__content .teaser-block--1-col.has-media.col-left,
	body:not(.page-node-1091, .page-node-1109, .page-node-1154, .page-node-1155).not-front .node__content .teaser-block--1-col.has-media.col-right,
	body:not(.page-node-1091, .page-node-1109, .page-node-1154, .page-node-1155).not-front .node__content .teaser-block--1-col.has-media.col-middle {
		background-color: #fff;
		width: 100%!important;
		display: block;
		margin: 0 auto 20px;
	}

	.node-geschenkdetail .button-schenken {
		margin: 20px auto 0 auto;
		display: block;
		width: 80vw;
	}


		/*Button Geschenkdetail Spendino*/
		.node-geschenkdetail .row-detail #spendinoWidget_1_7239 .spendinoForm,
		.node-geschenkdetail .row-detail #spendinoWidget_1_7283 .spendinoForm,
		.node-geschenkdetail .row-detail #spendinoWidget_1_7285 .spendinoForm,
		.node-geschenkdetail .row-detail #spendinoWidget_1_7287 .spendinoForm,
		.node-geschenkdetail .row-detail #spendinoWidget_1_7289 .spendinoForm,

		.node-geschenkdetail .row-detail #spendinoWidget_1_7291 .spendinoForm,
		.node-geschenkdetail .row-detail #spendinoWidget_1_7293 .spendinoForm,
		.node-geschenkdetail .row-detail #spendinoWidget_1_7295 .spendinoForm,
		.node-geschenkdetail .row-detail #spendinoWidget_1_7297 .spendinoForm,
		.node-geschenkdetail .row-detail #spendinoWidget_1_7299 .spendinoForm,

		.node-geschenkdetail .row-detail #spendinoWidget_1_7301 .spendinoForm,
		.node-geschenkdetail .row-detail #spendinoWidget_1_7303 .spendinoForm,
		.node-geschenkdetail .row-detail #spendinoWidget_1_7305 .spendinoForm {
			background-color: #449840 !important;
			top: 15px !important;
			left: 0px !important;
			font-size: 0px !important;
			width: 200px !important;
			padding: 10px 20px !important;
			}

 img.icons-geschenk {
		width: 18px;
	}

	.node-geschenkdetail .row-detail {
		margin-top: -25px;
	}


	.node-geschenkdetail div.imgSteps {
		width: 100%;
	}

	.node-geschenkdetail .col {
		float: none;
		width: auto;
	}



	.zertifikat .row_zertifikat form label {
		font-size: 18px;
		width: 15vw;
	}

	.zertifikat .column-form{
		width: 90%;
	}
	/*height projekte home*/
	.node-homepage article .teaser__node__content .field--name-field-image img {
			object-fit: cover;
			object-position: 100% 25%;
			width: 100vw;
			height: 50vw;
		}

	.view-id-news .view-footer a, button, html input[type="button"], input[type="reset"], input[type="submit"], .custom-bt, article .teaser-block--footer a {
		padding: 10px 20px;
		font-size: 16px;
		width: 200px!important;
	}

	.zertifikat button#clickme {
		display: block;
		margin: auto;
	}

	#block-faceblock iframe.desktop {
		display: none;
	}

	.view-id-news .view-footer a {
		margin: 30px auto;
	}


	#block-faceblock iframe.mobile {
		display: block;
		height: 230px;
		overflow: auto;
		padding: 30px 0 0 0;
		margin: 10px auto;
		float: none;
	}
	#block-spendenstickyblock, .spenden-sticky-container, .submit-spenden {
		font-size: 18px;
		height: 45px;
	}

	h1 {
		font-size: 24px;
		margin: 10px 0 5px 0;
	}

	h2 {
		font-size: 20px;
		margin: 10px 0 10px 0;
	}
}


@media (max-width:480px) {
	.not-front .node__content .teaser-block--2-col.has-media.col-left,
	.not-front .node__content .teaser-block--2-col.has-media.col-right {
		width: 100%!important;
		margin-bottom: 20px;
	}

#block-newsletter2go h2 {
	color: #0095db;
	text-align: center;
}
/* Buttons centered when mobile */
#block-newsletter2go button{
	margin: 30px auto !important;
	display: block;
	width: 50%;
}
/* Buttons centered for ../kontakt */
.page-node-25 #edit-actions {
	text-align:center;
}

#block-newsletter2go {
    background-image: url(/themes/rt360/images/global/logo_background_grey.png);
    background-size: 500px 500px;
    background-repeat: no-repeat;
    background-color: transparent;
	background-position: top center;
}

	.footer .region-footer nav.menu--main>ul>li {
		width: 100%!important;
	}

	.field--name-field-brief-preview-image {
		width: 100%!important;
	}
	.node__content .field--name-field-brief>.field__item>article {
		width: 90%;
		display: inline-block;
		margin: auto;
	}
	/* ../chronologie Tabelle Abstand*/
	.page-node-139 #block-rt360-content table td {
		width: 100%!important;
		font-size: 8px; /*beeinflusst Abstand Mobile*/
	}

	.page-node-139 .field--name-body td {
		width: 100%!important;
		padding: 0;
		height: fit-content;
		display: block;
		margin: auto;
	}

	.node-vortrag_uebersicht .layout-content .page-title {
		width: 100%!important;
	}

	.views-field-view-node .field-content .more_link {
		padding: 0px!important;
	}
	.view-news.view-id-news .views-row .views-field-view-node {
		width: 100%!important;
	}

	.spenden-block-mobile h4 {
		font-size: 24px;
		line-height: 0.8;
		color: #449840;
		margin: 0;
	}
	.spenden-block-mobile .vl {
		width: 1px;
		margin: 5px auto 8px auto;
		border-left: 1px solid #494949;
		height: 15px;
	}


.arrow a:active {
	color: red!important;
	z-index: 99999;
}


	.news_overview__intro {
		padding: 0px;
	}

/* /..waiapi - maps */
.page-node-176 iframe a #largeMapLink,
.page-node-176 iframe a #dirMapLink{
	font-size: 12px!important;
}

	.page-node-531 .node-page .main-container {
		padding-top: 95px;
	}

	.view-news.view-id-news .views-row .views-field-body, .view-news.view-id-news .views-row .views-field-view-node {
		width: 100%!important;
	}
	.article .teaser-block--footer a {
		margin: 20px auto 0px auto;
	}

	.view-news.view-id-news .views-row .views-field-field-image a {
		display: block;
	}
	.view-news.view-id-news .views-row .views-field-field-image a img {
		width: 100%;
		max-width: auto;
	}

	.vortrag-buchen--list .views-field.views-field-field-link a {
		margin-top: 0px!important;
	}
	.webform-submission-add-form .form-item.form-type-textfield, .webform-submission-add-form .form-item.form-type-email, .webform-submission-add-form .form-type-textarea {
		width: 100%;
		float: none;
	}
	.webform-submission-add-form .form-item.form-type-textfield>input, .webform-submission-add-form .form-item.form-type-email>input, .webform-submission-add-form .form-type-textarea textarea {
		width: 100%;
	}

	.page-node-217 .webform-submission-add-form .form-type-textarea textarea {
		width: 100%;
	}
	.spenden-sticky--form {
		float: left;
		width: calc(100% - 60px)!important;
		margin-left: -7px;
	}
	.spenden-sticky-container br {
		display: block;
	}

	#block-spendenstickyblock {
		display:block;
	}


	/*News Homepage*/
	/*news - Bild links, Text rechts daneben*/
.node-homepage .view-news.view-id-news .views-row .views-field-field-image {
	padding: 0px 10px 77px 0px;
	margin-top: -14px;
}

	.node-standard .text-formatted ul {
		padding: 10px;
	}

	.view-news.view-id-news .views-row .views-field-body, .view-news.view-id-news .views-row .views-field-view-node {
		width: 100%;
	}

	.view-id-news .view-footer {
		margin: -10px auto 0px auto;
		display: block;
	}

	footer.footer {
		bottom: 20px;
	}
}




@media (min-width:481px) and (max-width:767px) {
	.spenden-block-mobile h4 {
		font-size: 30px;
		color: #449840;
		margin: 0;
	}

	.node__content .field--name-field-brief>.field__item {
		text-align: center;
	}
	.field--name-field-brief-preview-image {
		width: 100%!important;
	}
	.node__content .field--name-field-brief>.field__item>article {
		width: 90%;
		display: inline-block;
		margin: auto;
	}
	#block-newsletter2go {
		background-image: url('/themes/rt360/images/global/logo_background_grey.png');
		background-size: 800px 800px;
		background-repeat: no-repeat;
		background-color: transparent;
		background-position: top center;
	}
	#block-newsletter2go button {
		margin: 30px 0;
		display: block;
	}
}

/* for really small phones like iPhone5/SE */
@media only screen and (min-width:200px) and (max-width:360px) {
	/* Tab one line without breaking - max width */
	.tab-content-label {
		cursor: pointer;
		display: inline-block;
		color: #555;
		font-size: 10px;
		background: none;
		line-height: 12px;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		padding: 0 1px 0 6px;
		border-left: 1px solid #494949;
		height: 14px;
	}
	.tab-content-labels {
		margin: 5px 10px 10px 10px;
	}
}


@media (min-width: 768px) and (max-width: 1049px) {
	#block-hauptnavigation-2 {
		margin: 20px 0px;
	}

	.top-header li .views-field-body .field-content {
		margin: auto! important;
	}
	.spenden-block-content--amount-submit.custom-bt {
		width: 187px;
	}

	.flex-active-slide .field-content {
		margin: 0px !important;
	}

	body.node-news_with_teaser .views-row .views-field-view-node {
		width: 100% !important;
	}
} /* close min 768px max 991px */



@media (min-width: 768px) and (max-width: 987px) {
/*Button Geschenkdetail*/
.node-geschenkdetail .row-detail #spendinoWidget_1_7239 .spendinoForm,
.node-geschenkdetail .row-detail #spendinoWidget_1_7283 .spendinoForm,
.node-geschenkdetail .row-detail #spendinoWidget_1_7285 .spendinoForm,
.node-geschenkdetail .row-detail #spendinoWidget_1_7287 .spendinoForm,
.node-geschenkdetail .row-detail #spendinoWidget_1_7289 .spendinoForm,

.node-geschenkdetail .row-detail #spendinoWidget_1_7291 .spendinoForm,
.node-geschenkdetail .row-detail #spendinoWidget_1_7293 .spendinoForm,
.node-geschenkdetail .row-detail #spendinoWidget_1_7295 .spendinoForm,
.node-geschenkdetail .row-detail #spendinoWidget_1_7297 .spendinoForm,
.node-geschenkdetail .row-detail #spendinoWidget_1_7299 .spendinoForm,

.node-geschenkdetail .row-detail #spendinoWidget_1_7301 .spendinoForm,
.node-geschenkdetail .row-detail #spendinoWidget_1_7303 .spendinoForm,
.node-geschenkdetail .row-detail #spendinoWidget_1_7305 .spendinoForm {
	background-color: #449840 !important;
	top: 15px !important;
	left: 0px !important;
	font-size: 0px !important;
	width: 200px !important;
	padding: 10px 20px !important;
	}

}


@media (min-width:520px) and (max-width:990px) {
	/*editing facblock*/
		.node-overview_page #block-faceblock {
			clear: left;
			float: none;
			margin: 0 auto;
		}

		#block-faceblock iframe.desktop {
			display: block;
			height: 256px;
			overflow: auto;
			padding: 50px 0 0 0;
			margin: 0px auto 0px auto;
			float: none;
		}
	}

	@media (min-width:520px) and (max-width:767px) {
		/*height projekte home + jobs neu*/
		.node-homepage article .teaser__node__content .field--name-field-image img,
		article .teaser__node__content .field--name-field-image img {
			object-fit: cover;
			object-position: 100% 25%;
			width: 80vw;
			height: 40vw;
		}
	}




@media only screen and (min-width:991px) and (max-width:1199px) {
	.node-homepage article .teaser__node__content .field--name-field-image,
	body:not(.page-node-1091, .page-node-, .page-node-1154, .page-node-1109, .page-node-1155) article .teaser__node__content .field--name-field-image img,
	.teaser__node__content .field--name-field-yt-video {
		height: 242px;
	}
	.tab-content-details {
		padding: 0px;
	}
	.block-views-blocknews-block-2 .view-news.view-id-news .views-row .views-field-field-image {
		padding-right: 10px;
	}
}


@media (min-width:991px) {
	#block-faceblock{
		width: 50%;
		float:left;
	}

	#block-faceblock iframe.desktop{
		display: block;
		height: 460px;
		overflow: auto;
		padding: 0;
		margin: 34px 0;
		float: left;
	}

}


@media (min-width:768px) {

	/*Geschenkspende Detailseiten*/
	body.node-geschenkdetail .field--name-field-left-content, body.node-geschenkdetail .field--name-field-right-content {
		width: 50%;
		float: left;
		clear: none;
		padding-right: 15px;
	}

	body.node-geschenkdetail .field--name-field-right-content {
		padding: 15px;
		background: white;
	}

	body.node-geschenkdetail #block-seitentitel {
		display: none;
	}


	.not-front .layout-content .field__item.has-media article .teaser-block--hover-text .geschenkteaser,
	.teaser-block--hover-text .geschenkteaser{
		padding: 10px 15px;
		background-color: white;
		position: relative;
		top: -3px;
	}


	body:not(.page-node-1109, .page-node-1091, .page-node-1154,).not-front .layout-content .field__item.has-media {
		width: 50%; /*was 33.3%*/
		float: left;
		display: block;
		margin: 0 0 40px;
	}


	/* Hintergrund weiß/beige*/
	body:not(.is-front) .layout-content .region-content {
		padding: 0 15px 25px;
		background: #fff;
	}


	.node-new_presse .main-container, :not(.page-node-625, .page-node-622, .page-node-628, .page-node-797, .page-node-805, .page-node-217, .page-node-265).not-front.user-not-logged-in.node-standard.overlay_body .main-container {
		margin: 104px 0px 0px !important;
	}

	.node-overview_page:not(.title_upon_banner) .layout-container, body.not-front.node-news_overview .main-container, body.not-front.node-vortrag_uebersicht .main-container, .node-geschenkdetail .main-container  {
		margin-top: 140px;
	}

	body.node-aktion .layout-container {
		margin-top: 70px;
	}

	i.fas.fa-arrow-right {
			display: none;
		}

	.spenden-block-mobile {
			display: none;
		}

	.footer .region-footer #block-spendenkonto img {
			display: none;
		}

		.is-front .layout-content .field__item.has-media {
			display: block;
			float: left;
			width: 33.3%;
			height: auto;
			margin: 0;
			padding: 15px 15px 40px 15px;
		}

		.pager__items {
			padding-top: 20px;
		}

		.zertifikat .column-form {
			padding: 150px 10px 10px;
		}

} /* Close query*/


@media (min-width:1300px) {
	.zertifikat input#f1, input#f2 {
		width: 24vw;
	}
}

/* Local Tasks (Tabs) Styling for Drupal 11 */
.block-local-tasks-block,
#block-rt360-local-tasks {
	margin: 20px 0;
}

/* Target the UL directly (it has no class) */
.block-local-tasks-block > ul,
#block-rt360-local-tasks > ul {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 2px solid #e0e0e0;
}

.block-local-tasks-block > ul > li,
#block-rt360-local-tasks > ul > li {
	margin: 0 5px 0 0;
	padding: 0;
}

.block-local-tasks-block > ul > li > a,
#block-rt360-local-tasks > ul > li > a {
	display: inline-block;
	padding: 10px 20px;
	background-color: #f5f5f5;
	color: #333;
	text-decoration: none;
	border: 1px solid #ddd;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
	font-weight: 500;
	transition: all 0.3s ease;
}

.block-local-tasks-block > ul > li > a:hover,
#block-rt360-local-tasks > ul > li > a:hover {
	background-color: #e8e8e8;
	color: #000;
}

/* Active tab styling */
.block-local-tasks-block > ul > li > a.is-active,
#block-rt360-local-tasks > ul > li > a.is-active,
.block-local-tasks-block > ul > li > a[aria-current="page"],
#block-rt360-local-tasks > ul > li > a[aria-current="page"] {
	background-color: #fff;
	color: #0071b8;
	border-bottom: 2px solid #fff;
	margin-bottom: -2px;
	font-weight: 700;
}

/* Devel Module Specific Styling */
.block-local-tasks-block > ul > li > a[href*="devel"],
#block-rt360-local-tasks > ul > li > a[href*="devel"] {
	background-color: #f0f0f0;
}

.block-local-tasks-block > ul > li > a[href*="devel"]:hover,
#block-rt360-local-tasks > ul > li > a[href*="devel"]:hover {
	background-color: #e0e0e0;
}

/* Projekt Gallery Styles */
.projekt-gallery {
	margin: 0;
	clear: both;
	background-color: #e8e3dd;
	padding: 40px 20px;
	width: 100%;
}

.projekt-gallery .gallery-title {
	font-family: 'Frutiger-Roman', Arial, sans-serif;
	font-size: 32px;
	margin-bottom: 30px;
	color: #0088cc;
	text-align: left;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.projekt-gallery .gallery-images {
	max-width: 1200px;
	margin: 0 auto;
	padding-bottom: 20px;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	scroll-behavior: smooth;
}

.projekt-gallery .gallery-images .mfp-field,
.projekt-gallery .gallery-images .field--name-field-image,
.projekt-gallery .gallery-images > div[class*="field"] {
	display: flex !important;
	gap: 15px;
	flex-wrap: nowrap;
	width: 100%;
}

.projekt-gallery .gallery-images::-webkit-scrollbar {
	height: 8px;
}

.projekt-gallery .gallery-images::-webkit-scrollbar-track {
	background: #d0cbc4;
	border-radius: 4px;
}

.projekt-gallery .gallery-images::-webkit-scrollbar-thumb {
	background: #0088cc;
	border-radius: 4px;
}

.projekt-gallery .gallery-images .field__item {
	flex: 0 0 auto;
	margin: 0;
	display: inline-block;
	width: auto !important;
}

.projekt-gallery .gallery-images .field__item a {
	display: block;
	line-height: 0;
	width: auto;
	height: auto;
}

.projekt-gallery .gallery-images img {
	height: 280px;
	width: auto !important;
	max-width: none !important;
	display: block;
	cursor: pointer;
	transition: transform 0.3s ease;
	object-fit: contain;
}

.projekt-gallery .gallery-images a:hover img {
	transform: scale(1.05);
}

/* Mobile adjustments for projekt gallery */
@media (max-width:767px) {
	.projekt-gallery {
		padding: 30px 15px;
	}

	.projekt-gallery .gallery-images img {
		height: 200px;
	}
}


/* Facebook widget spacing */
.fb-margin-top {
	margin-top: 34px;
}

/* Hide exposed filter forms on aktuelle-aktionen page */
#views-exposed-form-news-block-4,
#views-exposed-form-news-block-5 {
	display: none;
}

/* News views styling for press/media pages - Drupal 11 */
.block-views-blocknews-block-2 .view-news.view-id-news .views-row,
.page-node-325 .view-news.view-id-news .view-content .views-row,
.page-node-661 .view-content .views-row,
body.node-overview_page .views-row {
	background: white;
	padding: 15px;
	border-top: 2px solid #f7f4ed;
	color: #494949;
	min-height: 156px;
	width: 100%;
	float: left;
	display: block;
	position: relative;
}

/* News field layout - Drupal 11 */
body.node-overview_page .views-field-field-mobile-teaser-image {
	width: 25%;
	float: left;
}

body.node-overview_page .views-field-field-mobile-teaser-image img {
	width: 100%;
	padding-right: 20px;
}

body.node-overview_page .views-row .views-field-view-node {
	font-weight: bold;
}

body.node-overview_page .views-row .views-field-title {
	font-size: 24px;
	margin-bottom: 10px;
	color: #494949;
}

body.node-overview_page .views-row .views-field-body .field-content {
	margin-bottom: 10px;
}

.page-node-325 .view-news.view-id-news .views-row .views-field-title {
	font-family: Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #494949;
	line-height: 1.2;
	margin-bottom: 10px;
}

/* Fix: Remove min-height when no slider content is present */
.top-header .region-header:empty,

/* Fix: Remove min-height from slider region when empty (no slider content) */

/* Override min-height: only apply when slider has actual slideshow content */
.top-header .region-header {
	min-height: 0 !important;
}

/* Apply min-height only when slideshow content is present */
.top-header .region-header:has(.views_slideshow_cycle_main) {
	min-height: 55vh !important;
}

/* Fallback for browsers that don't support :has() - use specific class */
.top-header .region-header .views_slideshow_cycle_main {
	min-height: 55vh;
}

.top-header:has(.views_slideshow_cycle_main) .region-header {
	min-height: 55vh !important;
}

/* Hide exposed filter form on news page */
#views-exposed-form-news-block-2 {
	display: none;
}

/* News page layout - Drupal 11 (node-news_overview) */
body.node-news_overview .views-field-field-mobile-teaser-image {
	width: 25%;
	float: left;
}

body.node-news_overview .views-field-field-mobile-teaser-image img {
	width: 100%;
	padding-right: 20px;
}

body.node-news_overview .views-row .views-field-view-node {
	font-weight: bold;
}

body.node-news_overview .views-row .views-field-title {
	font-size: 24px;
	margin-bottom: 10px;
	color: #494949;
}

body.node-news_overview .views-row .views-field-body .field-content {
	margin-bottom: 10px;
}

body.node-news_overview .views-row {
	background: white;
	padding: 15px;
	border-top: 2px solid #f7f4ed;
	color: #494949;
	min-height: 156px;
	width: 100%;
	float: left;
	display: block;
	position: relative;
}

/* News page white container */
body.node-news_overview .region-content {
	background: #fff;
	padding: 0 15px 25px;
}

/* Remove white background from individual news rows on news overview page */
body.node-news_overview .views-row {
	background: transparent;
	border-top: 2px solid #f7f4ed;
	padding: 15px 0;
}

/* News page uses field-image instead of field-mobile-teaser-image */
body.node-news_overview .views-field-field-image {
	width: 25%;
	float: left;
}

body.node-news_overview .views-field-field-image img {
	width: 100%;
	padding-right: 20px;
}
