@import url("//hello.myfonts.net/count/3d91dc");
/*
	Theme Name: Rahn+Bodmer
	Theme URI: https://www.rahnbodmer.ch
	Description: Rahn+Bodmer WordPress Theme
	Version: 0.1
	Author: Metz oder Vieli GmbH
	Author URI: https://www.metzodervieli.ch
	Tags: 

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

:root {
	--rb_blau_hell: #84A3C4;
	--rb_blau_dunkel: #395775;
	--rb_grau_dunkel: #4A4A4A;
	--rb_grau_hell: #9EA1A2;
	--rb_gruen_dunkel: #6B8B8D;
	--rb_gruen_dunkel2: #536D6F;
	--rb_grau_bg: #F7F7F7;
	--rb_grau_text: #d8d8d8;
	--rb_filter_blau_hell: invert(68%) sepia(57%) saturate(189%) hue-rotate(170deg) brightness(83%) contrast(96%);
	--rb_filter_blau_dunkel: invert(30%) sepia(36%) saturate(588%) hue-rotate(169deg) brightness(93%) contrast(90%);
	--rb_filter_gruen_dunkel: invert(57%) sepia(17%) saturate(486%) hue-rotate(135deg) brightness(89%) contrast(83%);
	--rb_filter_grau_dunkel: invert(32%) sepia(6%) saturate(0%) hue-rotate(237deg) brightness(84%) contrast(94%);
	--rb_filter_grau_hell: invert(73%) sepia(3%) saturate(246%) hue-rotate(149deg) brightness(87%) contrast(92%);
	--rb_filter_grau_text: invert(93%) sepia(0%) saturate(348%) hue-rotate(136deg) brightness(90%) contrast(103%);	
}

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:normal 11px/1.4 'meta_regular', Helvetica, Arial, sans-serif;
	font-variant-numeric: lining-nums;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color: inherit;
	text-decoration:none;
}
a:hover {
	
}





a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus, textarea {
	outline:0 !important;
}

strong {
	font-family: 'meta_medium', sans-serif;
	font-weight: normal;
}

.wp-block-image img {
	height: auto;
}

.wp-block-image figcaption {
	text-align: center;
	font-size: 0.9em;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	font-size: clamp(16px, 1.05vw, 2.4rem);
	line-height: 1.7;
	width: 100%;
	margin:0;
	position:relative;
	color: var(--rb_grau_dunkel);
}
/* header */
.header {

}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {
	background-color: var(--rb_blau_dunkel);
	color: #d8d8d8;
	font-size: clamp(18px, 1.1vw, 2.4rem);
	padding: 9vw 3vw;
}

.footer a {
	color: #D8D8D8;
	position: relative;
	padding-bottom: 0.2em;
	transition: color 0.5s;
}

.footer a:hover {
	color: #fff;
}


.footer a::after {
	content: "";
	width: 0%;
	height: 2px;
	background-color: #d8d8d8;
	bottom: 0;
	position: absolute;
	left: 0;
	transition: all 0.5s;
}

.footer a:hover::after {
	width: 100%;
	background-color: #fff;
}

.footer .row1 .col2 a::after {
	opacity: 0;
}



.footer_row {
	margin: 0 auto;
}


	.footer_row.row1 {
		padding-bottom: 2em;
		border-bottom: 1px solid #fff;
		margin-bottom: 2em;
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}

.ico_linkedin {
	height: clamp(20px, 2.5vw, 60px);
	width: auto;
}

.footer_row.row2 .col2 {
	padding-top: 1.5em;
	text-align: right;
}

@media only screen and (min-width: 600px) {
	
	.footer {
		padding: 3vw;
		
	}
	
	.footer_row.row2 {
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}
	
}




/*------------------------------------*\
    LAYOUT
\*------------------------------------*/

/* Teaserblocks */

.teaserblock {
	background-color: var(--rb_grau_bg);
	margin-top: 3vw;
	display: flex;
	flex-direction: column;
}

.teaserblock_box {
	padding: 3vw;
}

.teaserblock_text {
	font-size:  clamp(16px, 1.1vw, 2.8rem);
}

.teaserblock.bild_links, .teaserblock.bild_rechts {
	flex-direction: column-reverse;
}

.teaserblock.bild_links .box2, .teaserblock.bild_rechts .box2, .partner_wrapper .teaserblock_box.box2 {
	min-height: 54vw;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.partner_wrapper .teaserblock_box.box2 {
	min-height: 58vw;
}

.partner_wrapper .teaserblock_box.box2 {
	min-height: 58vw;
}

.partner_wrapper.gl_wrapper .teaserblock_box.box2 {
	min-height: 120vw;
}

.teaserblock_link {
	position: relative;
	display: inline-block;
}

.teaserblock_link_wrapper {
	padding: 1em 0;
}

.teaserblock_link strong, .page_link strong {
	display: flex;
	align-items: center;
	position: relative;
}


.teaserblock_link a, .page_link a {
	padding-right: 3em;
	transition: all 0.5s;
	color: inherit !important;
}

.teaserblock_link:hover a, .page_link:hover a {
	padding-right: 4em;
}

.teaserblock_link strong::after, .page_link strong::after {
	content: "";
	width: 1.7em;
	height: 1.02em;
	display: inline-block;
	position: absolute;
	right: 0;
	pointer-events: none;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(/wp-content/themes/rahnbodmer/img/ico_arrow_right.svg);
}


.page_link_ct.ipl {
	padding-right: 0;
	text-align: left;
}

.page_link_ct.ipl .page_link {
	margin-right: 0;
}

.page_link_ct.ipl span {
	padding-left: 3em;
	cursor: pointer;
}

.page_link_ct.ipl .page_link:hover strong::after {
	left: 0.75em;
}

.page_link_ct.ipl .page_link strong::after {
	right: auto;
	left: 0;
	transition: left 0.5s;
}



.partner_wrapper .teaserblock {
	flex-direction: column-reverse;
}


.teaserblock_vid {
	position: relative;
}

.tb_play_ct {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(/wp-content/uploads/2023/09/play_newsbox.svg);
	background-size: auto 50%;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1;
	top: 0;
	left: 0;
	opacity: 0.7;
	cursor: pointer;
}

.tb_play_ct:hover {
	opacity: 0.85;
}

.tb_vid_wrapper {
	position: absolute;
	background-color: var(--rb_blau_dunkel);
	opacity: 0;
	pointer-events: none;
	display: flex;
	justify-content: center;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 3;
	transition: opacity 1s;
}

.tb_vid_inner {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.tb_vid_ratio {
	object-fit: contain;
}

.tb_vid {
	position: relative;
	display: inline-block;
}

.tb_vid_inner iframe {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
}

.teaserblock_vid.active .tb_vid_wrapper {
	opacity: 1;
	pointer-events: auto;
}






.bereich_privatkunden {
	color: var(--rb_blau_hell);
}
.teaserblock.bereich_privatkunden .teaserblock_link strong::after, .parent-pageid-77 .page_link strong::after, .parent-pageid-1553 .page_link strong::after,  .bereich_privatkunden .page_link strong::after {
	filter: var(--rb_filter_blau_hell);
}
.teaserblock.bereich_privatkunden.farben_invers {
	background-color: var(--rb_blau_hell);
	color: #fff;
}
.teaserblock.bereich_privatkunden.farben_invers .teaserblock_link strong::after {
	filter: invert(1);
}

.bereich_stiftungen {
	color: var(--rb_gruen_dunkel);
}
.teaserblock.bereich_stiftungen .teaserblock_link strong::after, .parent-pageid-564 .page_link strong::after, .parent-pageid-1552 .page_link strong::after, .bereich_stiftungen .page_link strong::after {
	filter: var(--rb_filter_gruen_dunkel);
}
.teaserblock.bereich_stiftungen.farben_invers {
	background-color: var(--rb_gruen_dunkel);
	color: #fff;
}
.teaserblock.bereich_stiftungen.farben_invers .teaserblock_link strong::after {
	filter: invert(1);
}

.bereich_externe {
	color: var(--rb_grau_hell);
}
.teaserblock.bereich_externe .teaserblock_link strong::after, .bereich_externe .page_link strong::after {
	filter: var(--rb_filter_grau_hell);
}

.parent-pageid-576 .page_link strong::after, .parent-pageid-1557 .page_link strong::after {
	filter: var(--rb_filter_grau_dunkel);
}

.teaserblock.bereich_externe.farben_invers {
	background-color: var(--rb_grau_hell);
	color: #fff;
}
.teaserblock.bereich_externe.farben_invers .teaserblock_link strong::after {
	filter: invert(1);
}

.bereich_allgemein, .page_link {
	color: var(--rb_blau_dunkel);
}
.teaserblock.bereich_allgemein .teaserblock_link strong::after,  .page_link strong::after {
	filter: var(--rb_filter_blau_dunkel);
}
.teaserblock.bereich_allgemein.farben_invers {
	background-color: var(--rb_blau_dunkel);
	color: #fff;
}
.teaserblock.bereich_allgemein.farben_invers .teaserblock_link strong::after {
	filter: invert(1);
}

@media only screen and (min-width: 1000px) {
	
	.teaserblock, .partner_wrapper .teaserblock {
		flex-direction: row;
		min-height: 27vw;
	}
	
	.partner_wrapper.gl_wrapper .teaserblock_box.box2 {
		min-height: 31vw;
	}
	
	.partner_wrapper .teaserblock:nth-child(2n + 1){
		flex-direction: row-reverse;
	}

	
	.teaserblock.bild_rechts {
		flex-direction: row;
	}
	
	.teaserblock.bild_links {
		flex-direction: row-reverse;
	}
	
	.teaserblock .teaserblock_box {
		width: 50%;
	}
	
	.gl_wrapper .teaserblock .teaserblock_box.box1 {
		width: 75%;
	}
	.gl_wrapper .teaserblock .teaserblock_box.box2 {
		width: 25%;
	}
	
	.teaserblock.bild_ohne .box1, .teaserblock.bild_rechts .box1 {
		padding: 3vw 5vw;
	}
	
	.teaserblock.bild_links .box2, .teaserblock.bild_rechts .box2, .partner_wrapper .teaserblock_box.box2 {
		min-height: unset;
	}
	
	.teaserblock.bild_ohne .teaserblock_text_wrapper {
		padding-top: clamp(62px, 5.85vw, 14.82rem);
	}
	
	.teaserblock_content_wrapper {
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	
	.teaserblock_link_wrapper {
		padding: 1em 0 0 0;
	}
	
	
}


/* Berater */



.berater_ct {
	text-align: center;
	padding: 3vw 0;
}

.berater_wrapper {
	display: grid;
	grid-template-columns: repeat( auto-fill, minmax(max(320px, 20vw), 1fr) );
	gap: 3vw;
	flex-wrap: wrap;
	text-align: left;
	padding-top: 3vw;
}



.berater_box {
	background-color: var(--rb_grau_bg);
	padding-bottom: 0.5em;
}

.berater_text {
	padding: 1em;
	position: relative;
}

.berater_name {
	height: calc(4em + 0.5vw);
	display: flex;
	width: 100%;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
}

.berater_box h3 {
	margin: 0;
	display: inline-flex;
}

.berater_box h3 span {
	font-size: clamp(28px, 0.7em, 1em);
}

.berater_bezeichnung {
	text-transform: uppercase;
	display: block;
	padding-bottom: 0.3em;
}

.berater_flipcard {
	
}

.berater_flipcard_wrapper {
	perspective: 200vw;
	cursor: default;
	pointer-events: none;
}

.berater_box.active .berater_flipcard {
	
}

.berater_foto {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: auto;
	padding-bottom: 115%;
	top: 0;
	left: 0;
	 -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

.berater_beschreibung {
	background-color: var(--rb_blau_dunkel);
	color: var(--rb_grau_bg);
	position: relative;
	width: 100%;
	height: auto;
	bottom: 0;
	left: 0;
	opacity: 1;
	max-height: 0vw;
	overflow: hidden;
	display: flex;
	align-items: center;
	transition: all 1s;
	 -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}



.berater_beschreibung > span {
	padding: 1em;
}


.berater_box.active .berater_beschreibung {
	max-height: 115vw;
	opacity: 1;
}

.mob_info_flip {
	position: absolute;
	background-color: var(--rb_blau_dunkel);
	color: #fff;
	top: 0;
	right: 0;
	height: 3em;
	width: 3em;
	display: flex;
	justify-content: center;
	align-items: center;
	
}

.bereich_privatkunden .berater_beschreibung, .bereich_privatkunden .mob_info_flip {
	background-color: var(--rb_blau_hell);
}
.bereich_stiftungen .berater_beschreibung, .bereich_stiftungen .mob_info_flip {
	background-color: var(--rb_gruen_dunkel);
}
.bereich_externe .berater_beschreibung, .bereich_externe .mob_info_flip {
	background-color: var(--rb_grau_hell);
}

.bereich_externe a:hover {
	color: var(--rb_grau_dunkel);
}


@media only screen and (min-width: 1040px) {
	
	.mob_info_flip {
		display: none;
	}
	
	.berater_flipcard_wrapper {
		pointer-events: auto;
	}
	
	.berater_box.active .berater_flipcard {
		transform: rotateY(180deg);
	}	
	
	.berater_foto {
		position: absolute;
		padding-bottom: 0;
		height: 100%;
	}
	
	.berater_beschreibung {
	background-color: var(--rb_blau_dunkel);
	color: var(--rb_grau_bg);
	padding: 1em;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	 -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
	transform: rotateY(180deg);
}
	
	.berater_beschreibung > span {
		padding: 0;
	}
	
	.berater_flipcard {
	transition: transform 0.5s;
	transform-style: preserve-3d;
	position: relative;
	padding-top: 115%;
}
	

}

.mob_info_flip::before {
	content: '+';
	position: relative;
	display: inline-flex;
	font-family: 'meta_medium', sans-serif;
	font-size: 2em;
}

.berater_box.active .mob_info_flip::before {
	content: '-';
}



/*------------------------------------*\
    PAGES
\*------------------------------------*/

article {
	background-color: var(--rb_grau_bg);
	padding: 3vw;
	padding-bottom: calc(3vw + 3em);
}

article a {
	color: var(--rb_grau_dunkel);
}

article a:hover {
	color: #000;
}

@media only screen and (min-width: 940px) {

	article {
		padding-bottom: inherit;
		padding: 3vw 6vw;
	}
	
	.page-template-default article {
		padding: 3vw 6vw 6vw 6vw;
	}

}


.home article {
	background-color: #fff;
	padding: 0;
}

.home article .teaserblock:first-child {
	margin-top: 0;
}

.home .breadcrumbs {
	display: none;
}


section {
	padding: 3vw;
}



section p {

}



.wp-block-separator {
	border: none;
	border-top: 1px solid var(--rb_grau_dunkel);
	width: clamp(200px, 60vw, 100%);
	opacity: 0.5;
}


.intro_ct {
	width: 100%;
	height: 100vw;
	background-image: url(/wp-content/uploads/2021/09/rb_home_intro.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 32vw;
}




.home .intro_ct {
	background-position: center top;
	background-size: 240% auto;
	height: 110vw;
}

.intro_vid {
	display: none;
}

.intro_text_wrapper.intro_small {
	display: none;
}


@media only screen and (min-width: 800px) {
	
	
	.intro_ct {
		height: 45vh;
		background-position: center 80%;
		background-image: none;
	}
	
	.intro_ct.intro_large {
		height: 80vh;
		background-position: center center;
	}
	
	.home .intro_ct{
		height: 100vh;
		background-position: center center;
	}
	
	.breadcrumbs {
		letter-spacing: 0.05em;
	}
	
	.intro_vid {
		display: inherit;
	}
	
	
}


.intro_vid {
	position: absolute;
	width: 100%;
	height: 100%;
}

.intro_vid video {
	width: 100%;
	height: 100%;
	position: absolute;
	object-fit: cover;
}






.intro_ct a {
	color: #fff;
	position: relative;
}

.meta_menu a::after {
	content: "";
	width: 0%;
	height: 2px;
	background-color: #fff;
	bottom: 0;
	position: absolute;
	right: 0;
	transition: width 0.5s;
}

.meta_menu a:hover::after {
	width: 100%;
}

.mm_meta .meta_menu a {
	position: relative;
}

.mm_meta .meta_menu a::after {
	background-color: var(--rb_blau_dunkel);
	right: auto;
	left: 0;
}


.intro_ct .bg_ovl {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
}

.prototyp_video_header .intro_ct .bg_ovl {
	background-color: rgba(0,0,0,0.2);
}

.intro_menu {
	position: absolute;
	padding: 6vw 3vw;
	font-size: clamp(16px, 1.1vw, 3.6rem);
	top: 0;
	right: 0;
	display: flex;
	z-index: 4;
	flex-direction: column;
	align-items: flex-end;
}

.menu_icon {
	width: 40px;
	height: 40px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	cursor: pointer;
}

.mi_line {
	width: 40px;
	height: 2px;
	background-color: #fff;
	margin: 0;
	line-height: 1;
	display: inline-block;
	position: absolute;
	transition: all 0.5s;
	opacity: 1;
}

.mi_line.line1 {
	transform: translateY(-11px);
}

.mi_line.line3 {
	transform: translateY(11px);
}

.menuopen .mi_line.line2 {
	opacity: 0;
}

.menuopen .mi_line.line1 {
	-moz-transform: rotate(45deg) translateY(0px);
-webkit-transform: rotate(45deg) translateY(0px);
-o-transform: rotate(45deg) translateY(0px);
-ms-transform: rotate(45deg) translateY(0px);
transform: rotate(45deg) translateY(0px);
}

.menuopen .mi_line.line3 {
	-moz-transform: rotate(-45deg) translateY(0px);
-webkit-transform: rotate(-45deg) translateY(0px);
-o-transform: rotate(-45deg) translateY(0px);
-ms-transform: rotate(-45deg) translateY(0px);
transform: rotate(-45deg) translateY(0px);
}


.meta_menu {
	display: flex;
	flex-direction: column;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	align-items: flex-end;
	padding-top: 50px;
}



.logo_ct {
	position: absolute;
	padding: 6vw 3vw;
	top: 0;
	left: 0;
	z-index: 3;
}

@media only screen and (min-width: 800px) {
	
	.logo_ct, .intro_menu {
		padding: 3vw 3vw;
	}
	
	
	
	
}

.logo_ct img {
	height: clamp(40px, 4vw, 80px);
	width: auto;
}

.intro_text_wrapper {
	position: relative;
	width: 100%;
	color: var(--rb_blau_dunkel);
	margin: 0 auto;
	padding: 3vw;
}







.intro_text {
	position: relative;
	z-index: 2;
	width: 100%;
	background-color: var(--rb_grau_bg);
	padding: 3vw;
}

.intro_text h3 {
		font-family: "BauerBodniBTWXX-Roman", Times, serif;
	font-weight: normal;
	font-size: clamp(3.6rem, 3.375vw, 8.55rem);
	letter-spacing: 0.03em;
	line-height: 1.3;
	margin: 0.5em 0;
	min-height: 0vw;
}


.intro_text h3 br {
	display: none;
}

.intro_text h2 {
	padding-bottom: 1em;
	font-size: clamp(18px, 1.2375vw, 4.05rem);
}


@media only screen and (min-width: 800px) {
	
	.intro_text h3 br {
		display: inherit;
	}
	
	.intro_text_wrapper {
		position: absolute;
		top: 0;
		left: 0;
		height: 80vh;
		display: none;
		color: #fff;
		align-items: center;
	}
	
	.intro_large.intro_text_wrapper {
	display: flex;
}
	
	.home .intro_text_wrapper {
		height: 100vh;
		display: flex;
	}
	
	.intro_text {
		background-color: transparent;
		/*padding: 5vw 5vw 1vw 5vw;*/
		height: 60%;
		max-width: 60vw;
		color: #fff !important;
		padding-left: clamp(48px, 4.8vw, 95px)
	}
	
	
	
	
}




.subbox {
	border-top: 3vw solid #fff;
}

.subbox_links {
	padding: 1em 0;
}


.btt {
	text-align: center;
	padding-top: 5vw;
	padding-bottom: 0;
}

@media only screen and (min-width: 800px) {
	
	.btt {
		padding-top: 3vw;
	}
	
}

.home .btt {
	display: none;
}

.btt span {
	cursor: pointer;
	font-size: clamp(16px, 1.1vw, 3.6rem);
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-family: 'meta_medium', sans-serif;
}

.btt img {
	height: 1.5em;
	margin-right: 0.5em;
	transform: translateY(-0.5em);
	transition: all 0.5s;
}

.btt span:hover img {
	transform: translateY(-20px);
}

.breadcrumbs {
	padding: 0 3vw;
	height: 3vw;
	letter-spacing: 0.15em;
	display: flex;
	font-size: clamp(12px, 1.1vw, 3.6rem);
	align-items: flex-end;
	transform: translateY(100%);
}

.breadcrumbs_inner {
	padding-bottom: 0.5em;
}


.breadcrumbs a {
	color: var(--rb_grau_dunkel);
}

.breadcrumbs a:hover {
	color: var(--rb_grau_hell);
}







/*------------------------------------*\
    SPEZIALINHALTE
\*------------------------------------*/

.img_width_80 {
	text-align: center;
}

.img_width_80 img {
	width: 80% !important;
}

@media only screen and (max-width: 1500px) {
	.img_width_80 img {
		width: 100% !important;
	}
}


.si_883 {
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	padding: 3vw;
	color: #fff;
	position: relative;
	margin-left: -3vw;
	margin-right: -3vw;
}

.si_883::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
	top: 0;
	left: 0;
}

.si_883 .spezialinhalt_inner {
	position: relative;
	z-index: 3;
}


.si_883 h3 {
	text-align: center;
	padding-bottom: 1em;
	font-size: clamp(3.6rem, 3.375vw, 8.55rem);
}

.si_883 .teasertext {
	color: #fff;
	line-height: 1.4;
	padding-top: 1em;
	padding-bottom: 1em;
}

.si_883 .teasertext > p {
	border-left: 0.15em solid #fff;
	padding: 0 0.5em 0.5em 0.8em;
}

.si_883 strong {
	display: block;
	font-size: 1.3em;
	padding-bottom: 0.4em;
	letter-spacing: 0.03em;
	line-height: 1.2;
}

.si_883 .teasertext br {
	display: none;
}



@media only screen and (min-width: 1000px) {
	
	
.si_883 .teasertext.tx2 {
	padding-left: 30%;
	padding-top: 2em;
	padding-bottom: 2em;
}

.si_883 .teasertext.tx3 {
	padding-left: 15%;
	padding-bottom: 2em;
}

.si_883 .teasertext.tx4 {
	padding-left: 40%;
	padding-bottom: 0em;
}

.si_883 .teasertext.tx5 {
	padding-left: 0%;
	padding-top: 0em;
}
	
	
}

@media only screen and (min-width: 1200px) {
	
	.si_883 .teasertext br {
		display: inline;
	}
	
	.si_883 strong {
		display: inline-block;
	}

	
}



/* Zeitstrahl */


.zeitstrahl_wrapper {
	text-align: center;
	padding-bottom: 3em;
	display: flex;
	flex-direction: column;
}

.zeitstrahl_wrapper.reverse {
	flex-direction: column-reverse;
}

.zeitstrahl_box {
	padding-top: 8em;
	position: relative;
}

.zeitstrahl_box::before {
	content: '';
	position: absolute;
	width: 0.15em;
	height: 2.5em;
	background-color: var(--rb_blau_dunkel);
	top: 3em;
	left: 50%;
	transform: translateX(-50%);
}

.zeitstrahl_wrapper .zeitstrahl_text p {
	margin-top: 0;
	font-size: 0.86em;
}

.zeitstrahl_titel h3 {
	margin-bottom: 0;
	padding-bottom: 0.2em;
}


.zeitstrahl_text .wp-block-image {
	padding-top: 1em;
}

.zeitstrahl_filter_wrapper {
	text-align: center;
	padding-top: 2em;
}

.zeitstrahl_box.anim .zeitstrahl_titel {
	transition: all 0.5s;
	transition-delay: 0.25s;
	opacity: 1;
	transform: translateY(0px);
}
.zeitstrahl_box.anim.aset .zeitstrahl_titel {
	opacity: 0;
	transform: translateY(50px);
}

.zeitstrahl_box.anim .zeitstrahl_text {
	transition: all 0.5s;
	transition-delay: 0.5s;
	opacity: 1;
	transform: translateY(0px);
}

.zeitstrahl_box.anim.aset .zeitstrahl_text {
	opacity: 0;
	transform: translateY(50px);
}

.zeitstrahl_box.anim::before {
	transition: all 0.5s;
	height: 2.5em;
}

.zeitstrahl_box.anim.aset::before {
	height: 0em;
}



@media only screen and (min-width: 640px) {
	
	.zeitstrahl_filter_wrapper {
		font-size: 1.3em;
		padding-top: 0em;
	}
	
	.zeitstrahl_wrapper .zeitstrahl_text p {
	font-size: inherit;
}

	
}

.zeitstrahl_filter_inner {
	display: flex;
	justify-content: center;
}

.zeitstrahl_filter {
	display: flex;
	flex-direction: column;
	padding: 0 2em;
	cursor: pointer;
	opacity: 0.5;
	letter-spacing: 0.08em;
}

.zeitstrahl_filter:hover {
	opacity: 0.7;
}

.zeitstrahl_filter.active {
	opacity: 1;
}

.zeitstrahl_filter img {
	height: 2em;
	width: auto;
	margin-bottom: 0.3em;
}


/* Formulare */

.wpcf7-list-item {
	margin: 0;
	margin-right: 1em;
}

.wpcf7-text, .wpcf7-textarea {
	width: 100%;
	-moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.wpcf7-text {
	border: none;
	border-bottom: 1px solid rgba(0,0,0,0.3);
	background-color: transparent;
}
.wpcf7-text:focus {
	border-bottom: 1px solid;
}

.wpcf7-textarea {
	border: 1px solid rgba(0,0,0,0.3);
	background-color: transparent;
	height: 8em;
}
.wpcf7-textarea:focus {
	border: 1px solid;
}


.kontakt_chapter strong {
	font-size: 1.2em;
	color: var(--rb_blau_dunkel);
	display: block;
	text-align: center;
}


.wpcf7-form input[type='checkbox'] {
	display: none;
}

.wpcf7-checkbox .wpcf7-list-item-label::before, .wpcf7-acceptance .wpcf7-list-item-label::before {
	content: '';
	position: relative;
	width: 1em;
	height: 1em;
	border: 1px solid;
	display: inline-block;
	margin-right: 0.6em;
	margin-bottom: -0.1em;
}

.wpcf7-acceptance .wpcf7-list-item-label::before {
	margin-left: -1.5em;
}

.wpcf7-checkbox input:checked + .wpcf7-list-item-label::before, .wpcf7-acceptance input:checked + .wpcf7-list-item-label::before {
	background-color: var(--rb_grau_dunkel);
}

.kontakt_thema .wpcf7-checkbox {
	display: grid;
	grid-template-columns: auto;
}

.kontakt_thema {
	padding: 0.8em 0;
}

.kontakt_thema .wpcf7-checkbox > span {
	padding: 0.4em 0em 0.4em 0;
}

.kontakt_chapter.chap2 {
	padding-top: 4em;
}

.kontakt_angaben {
	display: flex;
	flex-direction: column;
	grid-template-columns: 1fr;
}

.kontakt_feld {
	display: flex;
	padding: 1em 0;
	align-items: center;
}

.kontakt_feld .inl_label {
	width: 7em;
	flex-shrink: 0;
}


.kontakt_feld.feld_nachricht {
	flex-wrap: wrap;
}
.kontakt_feld.feld_nachricht .inl_label {
	width: 100%;
	padding-bottom: 0.5em;
}


.kontakt_feld .wpcf7-form-control-wrap {
	width: 100%;
}

.kontakt_feld .Anrede > span {
	display: flex;
	justify-content: space-around;
}




.wpcf7-form select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
	-moz-padding-start: calc(10px - 3px);
	background-color: transparent;
	width: 100%;
	outline: 1px solid rgba(0,0,0,0.3) !important;
	padding: 0.7em 1.2em;
}



.Domizil::before {
	content: '';
	width: 1em; 
	height: 1em;
	position: absolute;
	right: 1em;
	top: 0.9em;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(/wp-content/themes/rahnbodmer/img/ico_select_arrow.svg);
	pointer-events: none;
}

.wpcf7-acceptance a {
	text-decoration: underline;
	text-decoration-thickness: 2px;
}

.wpcf7-acceptance a:hover {
	opacity: 0.7;
}

.Nutzungsbedingungen {
	padding-left: 1.5em;	
}

.acceptance_text, .txt_pflichtfelder {
	font-size: 0.86em;
	padding-top: 2em;
}

.feld_senden {
	padding: 1em 0 0 0;
}

.wpcf7-submit {
	-moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
	border-radius: 0;
	border: 0.15em solid var(--rb_grau_dunkel);
	padding: 0.6em 8em 0.6em 1.4em;
	background-color: transparent;
	font-family: 'meta_medium', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	/*font-size: 1.2em;*/
	color: var(--rb_grau_dunkel);
	position: relative;
	transition: all 0.5s;
}

.submit_wrapper:hover .wpcf7-submit {
	background-color: var(--rb_grau_dunkel);
	color: #fff;
}

.submit_wrapper {
	position: relative;
	display: flex;
	align-items: center;
}

.submit_wrapper::after {
	content: '';
	width: 1.7em;
	height: 1.02em;
	display: inline-block;
	position: absolute;
	right: 2em;
	transform: translateX(0%);
	filter: invert(0);
	pointer-events: none;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(/wp-content/themes/rahnbodmer/img/ico_arrow_right.svg);
	transition: all 0.5s;
}

.submit_wrapper:hover::after {
	transform: translateX(50%);
	filter: invert(1);
}

.wpcf7-not-valid-tip {
	font-size: 0.8em;
	position: absolute;
}

.wpcf7 form .wpcf7-response-output {
	margin: 0;
	margin-top: 1.5em;
	line-height: 1.4;
	padding: 0.6em 1.2em;
	border: none !important;
	font-family: 'meta_medium', sans-serif;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
	background-color: rgb(166,98,107);
	color: #fff;
}

.wpcf7-not-valid-tip {
	color: rgb(166,98,107);
}

.wpcf7 form.sent .wpcf7-response-output {
	background-color: var(--rb_blau_dunkel);
	color: #fff;
}

.wpcf7 .ajax-loader {
	position: absolute;
	right: -3em;
}

.wpcf7-spinner {
	position: absolute;
	right: -3em;
}



.publikationen_auswahl {
	display: grid;
	grid-template-columns: 1fr 1fr;
		grid-gap: 2em;
	position: relative;
	padding-top: 4em;
}

.publikation3 {
	grid-column: span 2;
}

.publikation_titel {
	padding: 0.7em 0 0.3em 0;
}

.publikation_bild {
	display: inline-block;
	width: 8em;
	height: 8em;
	background-size: contain;
	background-position: left bottom;
	background-repeat: no-repeat;
}

.publikation_bild img {
	object-fit: contain;
	width: 100%;
	height: 100%;
	object-position: bottom left;
	transform: scale(1);
	transform-origin: left bottom;
	transition: transform 0.5s;
}




.publikationen_auswahl .wpcf7-list-item.first {
	margin-right: 3em;
}


.publikation_box {
	display: flex;
	flex-direction: column;
}

.publikation_box > :last-child {
  margin-top: auto;
	display: flex;
}

.publikation_subdesc {
	display: inline-block;
	padding-left: 1.6em;
}

.formular_senden_wrapper {
	display: flex;
	flex-direction: column;
	grid-column: span 2;
	padding-top: 1em;
}





@media only screen and (min-width: 1000px) {
	
	.kontakt_einzug {
	padding-left: 7.2em;
}
	
	.kontakt_thema .wpcf7-checkbox > span {
	padding: 0.8em 0.25em 0.8em 0;
		font-size: 1em;
}
	
	.kontakt_thema .wpcf7-checkbox {
		grid-template-columns: auto auto auto;
	}
	
	.kontakt_angaben {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 2em;
		font-size: 1.2em;
	}
	
	.kontakt_feld .Anrede > span {
		width: 40%;
	}
	
	.feld_voll {
		grid-column: span 2;
	}
	
	.kontakt_feld.feld_nachricht .Ihre_Nachricht {
		padding-left: 6em;		
	}
	
	.Nutzungsbedingungen {
		padding-left: 7.5em;
	}
	

	
	.formular_senden_wrapper {
		padding-left: 6em;
	}
	
	
	.publikationen_auswahl {
		grid-gap: clamp(4em, 10%, 40%);
		grid-template-columns: 1fr 1fr 1fr;
	}
	
	.publikation3 {
		grid-column: auto;
	}
	
	.publikation_bild {
		width: 10em;
		height: 10em;
	}
	
	.publikation_bild img:hover {
		transform: scale(1.8);
	}

}




@media only screen and (min-width: 1360px) {

	.publikationen_auswahl {
		grid-gap: clamp(4em, 10%, 40%);
	}
	
}


@media only screen and (min-width: 1500px) {
	
	.kontakt_thema .wpcf7-checkbox {
		grid-template-columns: auto auto auto auto auto;
	}	
	
	
}

/* 275 Jahre */

.jub_logo_rb {
	position: absolute;
	height: 6vw;
	width: auto;
	right: 3vw;
	bottom: 3vw;
	pointer-events: none;
}

.intro_small .jub_logo_rb {
	height: 4vw;
}

.zs_jub_logo img {
	width: 35%;
}

.newsbox_jub275 .teaserblock_box {
	background-position: right bottom !important;
}

@media only screen and (max-width: 760px) {
	
	.jub_logo_rb, .intro_small .jub_logo_rb {
		height: 10vw;
	}
	
	.zs_jub_logo img {
		width: 55%;
	}

	
}



/*------------------------------------*\
    MENU
\*------------------------------------*/

.menu_wrapper {
	position: fixed;
	/*width: 80vw;*/
	width: 85vw;
	height: 100vh;
	top: 0;
	right: 0;
	display: inline-block;
	justify-content: center;
	overflow-y: auto;
	/*background-color: var(--rb_blau_dunkel);*/
	color: #fff !important;
	z-index: 5;
	opacity: 0;
	overflow-y: scroll;
	pointer-events: none;
	transition: all 0.001s;
	transition-delay: 0.5s;
}

body {
	
}

body.no_scroll {
	overflow-y: hidden;
}



.menuopen .menu_wrapper {
	opacity: 1;
	pointer-events: all;
	transition: all 0.001s;
	transition-delay: 0.001s;
}

.menu_wrapper .menu_menu {
	position: fixed;
	top: 3vw;
	right: 3vw;
	z-index: 8;
}


.menu_inner_ct {
	min-height: 100vh;
	background-color: var(--rb_blau_dunkel);
	opacity: 0;
	transition: opacity 0.5s;
}

.menuopen .menu_inner_ct {
	opacity: 1;
}

.menu_inner {
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	width: 100%;
	padding: 20vw 5vw;
}

.menu_inner > * {
	width: 100%;
}



.menu_wrapper h4 {
	color: #fff;
	display: inline-block;
	margin: 0;
	padding-bottom: 0.5em;
}

.menu_wrapper ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.menu_wrapper ul.mm_item > li > span {
	font-family: "BauerBodniBTWXX-Roman", Times, serif;
	font-weight: normal;
	color: #fff;
	font-size: clamp(2.4rem, 2.25vw, 5.7rem);
	letter-spacing: 0.03em;
	padding-bottom: 0.3em;
	text-align: left;
	line-height: 1.1;
	display: inline-block;
	cursor: pointer;
}

.menu_wrapper ul.mm_item > li > span a {
	display: inline-block;
}

.menu_block .mm_item {
	padding-left: 0.1em;
}

	
	.menu_wrapper h4 {
		font-size: clamp(1.1rem, 1vw, 2.4rem);
	}

.menu_wrapper ul.mm_item > li  ul {
	padding-left: 1em;
	margin-left: 0.1em;
	margin-bottom: 1.5em;
	border-left: 1px solid #fff;
	font-size: clamp(1.4rem, 1.3125vw, 3.325rem);
	line-height: 2;
	letter-spacing: 0.02em;
	position: relative;
	display: none; 
	opacity: 0;
	transition: opacity 2s;
}


.menu_wrapper .menu_block.active ul.mm_item > li:hover  ul {
	opacity: 1;
	display: inherit;
}


.menu_wrapper ul.mm_item > li.active  ul {
	opacity: 1;
}

.menu_wrapper ul.mm_item > li  ul::before {
	content: "";
	position: absolute;
	top: 0;
	left: -2em;
	height: 1px;
	width: 2em;
	opacity: 0;
	background-color: #fff;
	transition: opacity 2s;
}

.menu_wrapper ul.mm_item > li.active  ul::before {
	opacity: 1;
}



.menu_wrapper ul.mm_item > li  ul li span {
	cursor: pointer;	
	display: inline-block;
	line-height: 1.3;
}

.menu_block {
	padding-bottom: 2em;
}


@media only screen and (min-width: 940px) {
	
	.menu_inner {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 6em 4em;
	}
	
	.menu_block {
		width: 35vw;
	}
	
	.menu_block.block2 {
		order: 3;
	}
	
	.menu_block.block3 {
		order: 2;
	}
	
	.menu_block.block4 {
		order: 4;
	}
	
	.menu_wrapper ul.mm_item > li  ul {
		margin-left: 4em;
	}
	
	.menu_wrapper ul.mm_item > li  ul::before {
		left: -4em;
		width: 4em;
	}
	
	.menu_wrapper ul.mm_item > li ul li span {
		transition: all 0.5s;
		padding-left: 0em;
		padding-right: 1em;
	}
	
	.menu_wrapper ul.mm_item > li ul li span:hover {
		padding-left: 1em;
		padding-right: 0em;
	}
	
	
	
	
	
	
	
	.menu_wrapper ul.mm_item > li {
	position: relative;
}

.menu_wrapper ul.mm_item > li > span {
	width: 20vw;
	margin-bottom: 0.3em;
	padding-bottom: 0.1em;
	border-bottom: 1px solid rgba(255,255,255,0);
}
	
	.menu_wrapper .menu_block.block3 ul.mm_item > li > span {
		width: 32vw;
	}

.menu_wrapper ul.mm_item > li:hover > span {
	border-bottom: 1px solid rgba(255,255,255,1);
}

.menu_wrapper ul.mm_item > li ul {
	position: absolute;
	left: 22vw;
	width: 22vw;
	border-left: none !important;
	z-index: 5;
	padding-left: 0 !important;
	margin-left: 0 !important;
	transition: opacity 0.5s;
}

.menu_wrapper ul.mm_item > li ul::before {
	display: none !important;
}

.menu_wrapper.menu_wrapper ul.mm_item > li ul {
	display: inline-block;
	pointer-events: none;
	transition: opacity 0.5s;
}

.menu_wrapper.menu_wrapper ul.mm_item > li:hover ul {
	display: inherit;
	opacity: 1;
	pointer-events: auto;
	pointer-events: auto;
	top: 0;	
}

.menu_block {
	transition: width 0.5s;
}

.mbact .menu_block {
	width: 26vw;
}

.mbact .menu_block.active {
	width: 44vw;
}

.menu_inner {
	overflow-x: hidden;
}
	
	
	
	
	
	
	
}







.mob_menu_wrapper {
	position: sticky;
	background-color: #fff;
	width: 100%;
	height: auto;
	z-index: 4;
	padding: 0 3vw;
	top: 0;
}



.mob_menu_inner {
		display: flex;
	flex-wrap: wrap;
	padding: clamp(20px, 1.5vw, 40px) 0;
}


@media only screen and (min-width: 800px) {
	
	.mob_menu_wrapper {
		position: fixed;
		opacity: 0;
		transform: translateY(-100%);
		pointer-events: none;
		transition: all 0.5s;
	}
	
	.scrld .mob_menu_wrapper {
		opacity: 1;
		pointer-events: auto;
		transform: translateY(0%);
	}
	
.mob_menu_wrapper, .home .mob_menu_wrapper {
	margin-bottom: 0;
}
	

	
}





.mm_logo {
	width: 60%;
}

.mm_logo img {
	height: clamp(40px, 4vw, 80px); 
	width: auto;
}

.mm_menu {
	width: 40%;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	position: relative;
}

.mm_menu_inner {
	/*display: inline-block;*/
	cursor: pointer;
	display: flex;
	align-items: center;
}

.mm_menu_inner > span {
	text-transform: uppercase;
	padding-right: 0.5em;
	/*font-size: clamp(18px, 1.3vw, 4.2rem);*/
	letter-spacing: 0.1em;
	display: inline-flex;
	color: var(--rb_blau_dunkel);
}

.intro_menu .mm_menu_inner > span {
	color: #fff;
}

.mm_menu .mi_line {
	background-color: var(--rb_blau_dunkel);
}

.mm_meta {
	width: 100%;
	padding-top: 15px;
	display: none;
}

.mm_meta.mob {
	padding: 0 3vw;
	display: block;
	padding-bottom: 3em;
	font-size: 0.7em;
}



@media only screen and (min-width: 800px) {
	
	.mm_meta {
		display: block;
		transition: all 0.5s;
	}
	
	.scrld0 .mm_meta {
		padding-top: 0px;
	}
	
	.mm_meta.mob {
		display: none;
	}
	
}

.mm_meta .meta_menu {
	display: flex;
	width: 100%;
	justify-content: flex-end;
	padding-top: 0;
	flex-direction: row;
	align-items: center;
	letter-spacing: 0.05em;
}

.mm_meta .meta_menu a {
	color: var(--rb_blau_dunkel);
}

.mm_meta .meta_menu span {
	border-right: 1px solid var(--rb_blau_dunkel);
	margin: 0 1em;
	display: inline-block;
	height: 1em;
}

.mm_breadcrumbs {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 5px;
	display: none;
}

.mm_breadcrumbs a {
	color: var(--rb_blau2);
	letter-spacing: 0.1em;
}








/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/




@font-face {
  font-family: "BauerBodniBTWXX-Roman";
  src: url('fonts/font.woff2') format('woff2'), url('fonts/font.woff') format('woff');
}

@font-face {font-family: 'meta_medium';src: url('fonts/edb10ad6-3b49-4999-b637-f8cd137c1aad.eot');src: url('fonts/edb10ad6-3b49-4999-b637-f8cd137c1aad.eot?#iefix') format('embedded-opentype'),url('fonts/5361a8da-2038-4b9f-b58e-060e60605608.woff2') format('woff2'),url('fonts/407aae8b-c685-4c9e-8484-59ce8648be84.woff') format('woff'),url('fonts/8347360b-ca68-493b-8aaa-a786cacc8be0.ttf') format('truetype');}

@font-face {font-family: 'meta_regular';src: url('fonts/bf43edcd-8a86-4b4e-9e01-a678d1e1fd71.eot');src: url('fonts/bf43edcd-8a86-4b4e-9e01-a678d1e1fd71.eot?#iefix') format('embedded-opentype'),url('fonts/d7094d22-fbb3-45d1-844d-bdaf8dba6950.woff2') format('woff2'),url('fonts/a84f9414-0a63-43c3-af4e-b539379a7663.woff') format('woff'),url('fonts/e3753515-ab02-4ecb-87a5-f8cc051e5ed1.ttf') format('truetype');}



h2 {
	font-weight: normal;
	font-size: clamp(1.6rem, 1.5vw, 3.8rem);
	letter-spacing: 0.1em;
	line-height: 1.5;
	text-transform: uppercase;
	margin: 0.5em 0;
}

.teaserblock_link, .page_link {
	font-weight: normal;
	font-size: clamp(1.6rem, 1.5vw, 3.8rem);
	letter-spacing: 0.1em;
	line-height: 1.5;
	text-transform: uppercase;
}

.page_link {
	font-size: clamp(1.6rem, 1.2vw, 2.8rem);
}

.page_link_ct {
	padding: 0.5em 0;
	text-align: right;
	padding-right: 25%;	
}

.page_link_ct.mob_zentriert {
	text-align: center;
}

.gl_legende {
	font-size: 0.8em;
	color: #000;
}

.page-template-template-gl .teasertext {
	padding-bottom: 0;
}

.page-template-template-gl article {
	padding-bottom: inherit;
}



@media only screen and (min-width: 680px) {
	
	.page_link_ct {
		padding-right: 50%;	
	}
	
	.page_link_ct.mob_zentriert {
		text-align: right;
	}
	
}

.page_link {
	display: inline-block;
	transition: all 0.5s;
	margin-right: -3em;
}

.page_link:hover {
	margin-right: -4em;
}

.page_link_ct.current_page {
	filter: grayscale(1);
	opacity: 0.5;
}


h3, .zitat, .zeitstrahl_text {
	font-family: "BauerBodniBTWXX-Roman", Times, serif;
	font-weight: normal;
	font-size: clamp(2.8rem, 2.6vw, 6.4rem);
	letter-spacing: 0.03em;
	line-height: 1.3;
	margin: 0.5em 0;
	min-height: 0vw;
	position: relative;
}

.home h3 {
	text-align: left;
}

.teaserblock h3 {
	margin-top: 0.8em;
}

.teaserblock h3 span {
	display: inline-block;
}

.teaserblock h3::before, .intro_text h3::before {
	content: "—";
	position: absolute;
	left: 0;
	top: -1.2em;
}

article h3, .zitat {
	text-align: center;
}

article > h3 {
	color: var(--rb_blau_dunkel);
}


.zitat {
	margin: 0.5em auto 1.5em auto;
	color: var(--rb_blau_dunkel);
}

.zitat::before {
	content: "\\";
	display: block;
	font-weight: bold;
}

.zitat::after {
	content: "\\";
	display: block;
	font-weight: bold;
}

.parent-pageid-77 article h3, .parent-pageid-77 article h4, .parent-pageid-77 .zitat, .parent-pageid-77 .teasertext, .parent-pageid-77 article strong, .parent-pageid-77 article p a, .bereich_privatkunden a, .parent-pageid-77 .intro_text,
.parent-pageid-1553 article h3, .parent-pageid-1553 article h4, .parent-pageid-1553 .zitat, .parent-pageid-1553 .teasertext, .parent-pageid-1553 article strong, .parent-pageid-1553 article p a, .parent-pageid-1553 .intro_text
{
	color: var(--rb_blau_hell);
}

.parent-pageid-77 article p a:hover, .parent-pageid-1553 article p a:hover, .bereich_privatkunden a:hover, article p strong {
	color: var(--rb_blau_dunkel);
}


.parent-pageid-564 article h3, .parent-pageid-564 article h4, .parent-pageid-564 .zitat, .parent-pageid-564 .teasertext, .parent-pageid-564 article strong, .parent-pageid-564 article p a, .bereich_stiftungen a, .parent-pageid-564 .intro_text,
.parent-pageid-1552 article h3, .parent-pageid-1552 article h4, .parent-pageid-1552 .zitat, .parent-pageid-1552 .teasertext, .parent-pageid-1552 article strong, .parent-pageid-1552 article p a, .parent-pageid-1552 .intro_text
{
	color: var(--rb_gruen_dunkel);
}

.parent-pageid-564 article p a:hover, .parent-pageid-1552 article p a:hover, .bereich_stiftungen a:hover{
	color: var(--rb_gruen_dunkel2);
}

.parent-pageid-576 article h3, .parent-pageid-576 article h4, .parent-pageid-576 .zitat, .parent-pageid-576 .teasertext, .parent-pageid-576 article strong, .parent-pageid-576 article p a, .parent-pageid-576 .intro_text,
.parent-pageid-1557 article h3, .parent-pageid-1557 article h4, .parent-pageid-1557 .zitat, .parent-pageid-1557 .teasertext, .parent-pageid-1557 article strong, .parent-pageid-1557 article p a, .parent-pageid-1557 .intro_text
{
	color: var(--rb_grau_dunkel);
}



article > p, .mobilefold, article > ul, article > .wp-block-image, .article_item, h3.txt_left   {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

h3.txt_left {
	text-align: left;
}



article > ul {
	padding-left: 1em;
}

article > ul li {
	margin-bottom: 2em;
}




.mobilefold {
	display: none;
}

.mobilefold_inner {
	display: inline-block;
}

.mob_p_btn {
	text-align: center;
}

.mob_p_btn span {
		display: inline-block;
		background-color: transparent;
		text-transform: uppercase;
		color: var(--rb_grau);
		font-size: 12px;
		letter-spacing: 0.08em;
		padding: 0.5em 1.5em;
		-webkit-border-radius: 50px;
border-radius: 50px;
	}
	
	.mob_p_btn span::before {
		content: "+ ";
		font-size: 16px;
	}
	
	.mob_p_btn.active span::before {
		content: "- ";
	}

.mob_p_btn.active .mehr, .mob_p_btn .weniger {
		display: none;
	}
	
	.mob_p_btn.active .weniger, .mob_p_btn .mehr {
		display: inline-block;
	}


.teasertext {
	font-size: clamp(18px, 1.3vw, 3.2rem);
	padding-bottom: 1em;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	color: var(--rb_blau_dunkel);
}

.berater_ipm {
	padding: 3em 0;
	margin-left: auto;
		margin-right: auto;
}

@media only screen and (min-width: 800px) {

	article p > a {
	white-space: nowrap;
}
	
	article > p, .mobilefold, article > ul, article > .wp-block-image, .article_item, h3.txt_left  {
		width: clamp(200px, 60vw, 100%);
	}
	
	.mobilefold {
		display: block !important;
	}
	
	.mob_p_btn {
		display: none;
	}
	
	
	.teasertext, .berater_ipm {
		width: clamp(200px, 75vw, 100%);
	}
	
	.si_883 .spezialinhalt_inner {
		overflow: hidden;
	}
	
	.si_883 h3.anim {
		opacity: 1;
		transition: all 1s;
		transform: translateY(0%);
	}
	.si_883 h3.anim.aset {
		opacity: 0;
		transform: translateY(50%);
	}
	
	.si_883 .spezialinhalt_inner > div {
		opacity: 1;
		transition: all 1s;
		transform: translateX(0%);
	}
	
	.si_883 .spezialinhalt_inner > div.aset:nth-of-type(even){
		opacity: 0;
		transform: translateX(20%);
	}
	
	.si_883 .spezialinhalt_inner > div.aset:nth-of-type(odd){
		opacity: 0;
		transform: translateX(-20%);
	}
	
	
	
	
}


h4 {
	font-weight: normal;
	letter-spacing: 0.1em;
	text-align: center;
	line-height: 1.5;
	text-transform: uppercase;
}

h5 {
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.5;
	margin: 0.25em 0;
	font-size: clamp(2.4rem, 2.4vw, 4rem);
	font-family: 'meta_medium', sans-serif;
}

h3.quote {
		max-width: 25ch;
	margin-left: auto;
	margin-right: auto;
	}




.download_link_ct {
	padding: 0.5em 0;
}

.download_link_ct span {
	display: inline-block;
	padding-left: 1.2em;
}

.presseartikel_ct {
	padding-top: 1em;
	padding-bottom: 1em;
}

.presseartikel strong {
	color: var(--rb_blau_dunkel);
}




/* tmp */





@media only screen and (max-width:1000px) {

	.knz_box {
		flex-direction: column;
	}

	.knz_box .wp-block-image {
		text-align: center;
	}

	.knz_box .wp-block-image img {
		max-width: 70%;
	}

	.knz3, .knz4 {
		flex-direction: row;
		align-items: flex-end;
	}

	.knz3 h5, .knz4 h5 {
		font-size: 0.9em;
	}


	.knz3 .wp-block-column:nth-child(1) {
		width: 50%;
		order: 2;
		flex-basis: auto !important;
	}
	.knz3 .wp-block-column:nth-child(1) h5 {
		text-align: left;
	}
	

	.knz3 .wp-block-column:nth-child(2) {
		order: 5;
	}

	.knz3 .wp-block-column:nth-child(3) {
		width: 50%;
		order: 3;
		flex-basis: auto !important;
	}
	.knz3 .wp-block-column:nth-child(3) h5 {
		text-align: right;
	}
	
	
	
	.knz4 .wp-block-column:nth-child(1) {
		width: 50%;
		order: 2;
		flex-basis: auto !important;
	}
	.knz4 .wp-block-column:nth-child(1) h5 {
		text-align: left;
	}
	

	.knz4 .wp-block-column:nth-child(2) {
		order: 5;
	}

	.knz4 .wp-block-column:nth-child(3) {
		width: 50%;
		order: 3;
		flex-basis: auto !important;
	}
	.knz4 .wp-block-column:nth-child(3) h5 {
		text-align: right;
	}

	.mtg_box {
		flex-direction: column-reverse;
		margin-bottom: 3em;
	}
	
	.mtg_box figure {
		float: none !important;
	}
	
	
}



.ani_circ_wrapper {
	width: clamp(24rem, 20vw, 80%);
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ani_circ_txt {
	position: absolute;
	text-align: center;
	z-index: 2;
	opacity: 1;
	transition: opacity 1s;
	transition-delay: 0.5s;
	color: var(--rb_blau_dunkel);
}

.ani_circ_wrapper.aset .ani_circ_txt {
	opacity: 0;
}

.ani_circ_ct {
	position: relative;
	width: 100%;
	padding-top: 100%;
	background-color: var(--rb_grau_bg);
	border-radius: 100%;
	overflow: hidden;
	background-size: 90% auto;
	background-position: center center;
	background-repeat: no-repeat;
}

#ani_circ1 .ani_circ_ct {
	background-image: url(/wp-content/uploads/2021/10/rb_knz_kreis_blau.svg);
}

#ani_circ2 .ani_circ_ct {
	background-image: url(/wp-content/uploads/2021/10/rb_knz_kreis_hellblau.svg);
}
#ani_circ2 .ani_circ_txt {
	color: var(--rb_blau_hell);
}

#ani_circ3 .ani_circ_ct {
	background-image: url(/wp-content/uploads/2021/10/rb_knz_kreis_kvd.svg);
}

#ani_circ4 .ani_circ_ct {
	background-image: url(/wp-content/uploads/2021/10/rb_knz_kreis_kvk.svg);
}

#ani_circ5 .ani_circ_ct {
	background-image: url(/wp-content/uploads/2021/10/rb_knz_kreis_blau.svg);
}


.ac_ovl {
	position: absolute;
	width: 50%;
	height: 100%;
	right: 0;
	top: 0;	
	overflow: hidden;
}

.ac_ovl.ovl2 {
	right: auto;
	left: 0;
}

.ac_ovl.ovl1::before {
	content: '';
	width: 100%;
	height: 100%;
	background-color: var(--rb_grau_bg);
	top: 0;
	right: 2px;
	position: absolute;
	transform-origin: left center;
	transition: transform 0.5s;
	transition-timing-function: ease-in; 
}

.ac_ovl.ovl2::before {
	content: '';
	width: 100%;
	height: 100%;
	background-color: var(--rb_grau_bg);
	top: 0;
	left: 2px;
	position: absolute;
	transform-origin: right center;
	transition: transform 0.5s;
	transition-delay: 0.5s;
	transition-timing-function: ease-out;
}

.ani_circ_wrapper .ac_ovl::before {
	transform: rotate(180deg);
}

.ani_circ_wrapper.aset .ac_ovl::before {
	transform: rotate(0deg);
}


.knz_subtext {
	letter-spacing: 0.07em;
}

.knz_box .wp-block-column {
	margin-left: 0;
}



/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/





@media only screen and (max-width: 800px) {
	
	.desktop_only {
		display: none;
	}
	
}






/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
