/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

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

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

/* 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:300 11px/1.4 Arial, sans-serif;
	color: #395775;
	background-color: #f7f7f7;
	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 {
	color: inherit;
	text-decoration: underline;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:none;
}

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

/* wrapper */
.wrapper {
	max-width: 640px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	font-size: 1.6rem;
	line-height: 1.5;
}
/* banner */
.banner_wrapper {
	position: relative;
}

.banner_wrapper h2 {
	position: absolute;
	font-family: "Times New Roman", "serif";
	left: 1.4em;
	top: 2.5em;
	color: #fff;
	font-weight: normal;
	font-size: 2.88em;
	line-height: 1.08;
}

.banner_wrapper h2::before {
	content: '';
	display: inline-block;
	width: 1em;
	height: 0.04em;
	background-color: #fff;
	left: -0.05em;
	top: -0.38em;
	position: absolute;
}


/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {
	background-color: #395775;
	color: #fff;
	padding: 2em 2em;
	border: 20px solid #fff;
	border-top: none;
}

.footer_inner {
	font-size: 0.8em;
	letter-spacing: 0.03em;
}

.footer hr {
	height: 1px;
	background-color: #fff;
	border: none;
}

.footer_sub {
	display: flex;
	justify-content: space-between;
}

.footer_sub .col_right {
	text-align: right;
}

.page-template-tpl-openday .footer {
	border: none;
	padding-left: 0;
	padding-right: 0;
	color: #4A4A4A;
	border-top: 2px solid #395775;
	background-color: #fff;
}

.page-template-tpl-openday .footer hr {
	background-color: #d9d9d9;
}

.page-template-tpl-openday .tdot_no {
	display: none;
}

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

.content_wrapper {
	border: 20px solid #fff;
	padding: 2.5em 3em;
	min-height: 20em;
}

/* open day */


.page-template-tpl-openday {
	font-family: 'meta_regular';
	background-color: #fff;
	color: #4A4A4A;
}

.page-template-tpl-openday :where(.wp-block-columns.is-layout-flex) {
	gap: 4em;
}

.page-template-tpl-openday .wrapper {
	width: 84%;
	max-width: 1500px;
	font-size: 1.8rem;
}

.page-template-tpl-openday strong {
	font-family: 'meta_medium';
}

.page-template-tpl-openday h2 {
	font-family: "BauerBodniBTWXX-Roman";
	color: #395775;
	font-weight: normal;
	font-size: 3.2em;
	line-height: 1.3;
	margin: 0;
}

.page-template-tpl-openday .wp-block-table table {
	width: auto;
}

.page-template-tpl-openday .wp-block-table td {
	border: none;
	padding: 0;
	padding-right: 2em;
}


.page-template-tpl-openday .wp-block-button__link {
	background-color: rgba(57, 87, 117, 0);
	width: auto;
	border: 2px solid rgba(57, 87, 117, 1);
	letter-spacing: 0em;
	color: rgba(57, 87, 117, 1);
	text-transform: uppercase;
	padding: 0.5em 2em;
	font-weight: bold;
	transition: all 0.5s;
	-webkit-appearance: none;
	border-radius: 4em;
	font-size: 1em;
}

header {

}

.header_inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 3em 0 6em 0;
}

.rb275 {
	height: 5.5em;
	width: auto;
}

.logo_rb {
	height: 4em;
	width: auto;
	transform: translateX(-23%);
}

.rb_t1, .rb_t2 {
	cursor: pointer;
}

.rb_t1::before {
	content: '';
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	background-image: url(/wp-content/uploads/2025/02/rb_arrow.svg);
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 0.5em;
	transform-origin: center center;
	transform: rotate(0deg);
	margin-bottom: -0.5em;
	transition: all 0.5s;
}

.rb_t1.active::before {
	transform: rotate(90deg);
}

.rb_t2::before {
	content: '';
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	background-image: url(/wp-content/uploads/2025/02/rb_arrow.svg);
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 0.5em;
	transform-origin: center center;
	transform: rotate(0deg);
	margin-bottom: -0.5em;
	transition: all 0.5s;
}

.rb_t2.active::before {
	transform: rotate(90deg);
}

.rb_tab {
	display: none;
}



.anrede_wrapper .wpcf7-radio {
	display: flex;
	flex-direction: row !important;
}

.anrede_wrapper .wpcf7-list-item {
	margin-right: 2em;
}

.page-template-tpl-openday .form_wrapper .label_text {
	display: inline-block;
	width: 8em;
}

.page-template-tpl-openday .form_wrapper .wpcf7-text {
	width: 24em;
	max-width: calc(100% - 10em);
	padding: 0.3em 0em;
	border: none;
	border-bottom: 1px solid #4A4A4A;
}

.rotx1 {
	display: inline-block;padding-bottom: 0.8em;
}

.rb_t3 {
	display: block;
	padding-top: 1.5em;
	padding-bottom: 0.5em;
	cursor: pointer;
}

.rb_t3::before {
	content: '';
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	background-image: url(/wp-content/uploads/2025/02/rb_arrow.svg);
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 0.5em;
	transform-origin: center center;
	transform: rotate(0deg);
	margin-bottom: -0.5em;
	transition: all 0.5s;
}

.rb_t3.active::before {
	transform: rotate(90deg);
}

.page-template-tpl-openday .submit_wrapper {
	padding: 2.5em 0 1em 0;
	text-align: center;
}

.page-template-tpl-openday input[type="submit"] {
	background-color: rgba(57, 87, 117, 0);
	width: auto;
	border: 2px solid rgba(57, 87, 117, 1);
	letter-spacing: 0.02em;
	color: rgba(57, 87, 117, 1);
	text-transform: uppercase;
	padding: 0.5em 2em;
	margin-left: 0;
	font-weight: bold;
	transition: all 0.5s;
	-webkit-appearance: none;
	border-radius: 4em;
}

.page-template-tpl-openday .wp-block-column p a {
	text-decoration: underline;
}

.page-template-tpl-openday .wp-block-column p a:hover {
	color: #395775;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	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');}


.form_wrapper br, .form_wrapper p {
	display: contents;
}

.wpcf7-list-item {
	margin: 0 0 0 0;
}

.form_wrapper .wpcf7-list-item label {
	padding-left: 1.6em;
	position: relative;
}

[data-name="Antwort"] {
	display: block;
	padding: 0.5em 0 1.5em 0;
}

.form_wrapper label {
	display: block;
	padding: 0.5em 0;
	
}

.form_wrapper .label_text {
	display: inline-block;
	width: 6em;
}

.form_wrapper .wpcf7-text {
	width: 16em;
	padding: 0.3em 0.6em;
	border: 1.5px solid #395775;
}

.wpcf7-list-item-label::before {
	content: "";
	position: absolute;
	width: 1.2em;
	height: 1.2em;
	border: 1.5px solid #395775;
	display: inline-block;
	margin-right: 0.5em;
	margin-bottom: -0.2em;
	left: 0;
	top: 0.6em;
}

.wpcf7-list-item input[type="checkbox"], .wpcf7-list-item input[type="radio"] {
	display: none;
}

input[type="checkbox"]:checked + .wpcf7-list-item-label::before, input[type="radio"]:checked + .wpcf7-list-item-label::before  {
	background-image: url(/wp-content/uploads/2024/12/rbe_ico_check.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.form_wrapper .wpcf7-radio {
	display: flex; 
	flex-direction: column;
}

.submit_wrapper {
	padding: 1.5em 0;
}

input[type="submit"] {
	background-color: rgba(57, 87, 117, 0);
	width: auto;
	border: 1.5px solid rgba(57, 87, 117, 1);
	letter-spacing: 0.02em;
	color: rgba(57, 87, 117, 1);
	text-transform: uppercase;
	padding: 0.5em 2em;
	margin-left: 6em;
	font-weight: bold;
	transition: all 0.5s;
	-webkit-appearance:none;
	border-radius: 0;
}

input[type="submit"]:hover {
	background-color: rgba(57, 87, 117, 1);
	color: #fff;
}






.wp-block-button__link {
	background-color: rgba(57, 87, 117, 0);
	width: auto;
	border: 1.5px solid rgba(57, 87, 117, 1);
	letter-spacing: 0em;
	color: rgba(57, 87, 117, 1);
	text-transform: uppercase;
	padding: 0.5em 2em;
	font-weight: bold;
	transition: all 0.5s;
	-webkit-appearance:none;
	border-radius: 0;
	font-size: 1em;
}

.wp-block-button__link:hover {
	background-color: rgba(57, 87, 117, 1);
	color: #fff;
	text-decoration: none;
}



.antwort_abmeldung, .antwort_anmeldung {
	display: none;
}








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


@media only screen and (max-width : 1700px)  {
	
	.page-template-tpl-openday h2 {
		font-size: 2.4em;

	}
	
	
}

@media only screen and (max-width : 1300px)  {
	
	.page-template-tpl-openday .wrapper {
		width: 94%;
	}
	
	.logo_rb {
		height: 3em;
		transform: translateX(0);
	}
	
	.rb275 {
		height: 4.5em;
	}
	
	
}




@media only screen and (max-width : 640px)  {
	
	.content_wrapper {
		padding: 2em 1.8em;
		min-height: 20em;
	}
	
	.banner_wrapper h2 {
		font-size: 2.2em;
	}
	
	.form_wrapper .wpcf7-text {
		width: 14em;
	}
	
	.form_wrapper .wpcf7-text {
		width: 100%;
	}
	
	input[type="submit"] {
		margin-left: 0;
	}
	
	
	
	.page-template-tpl-openday h2 {
		font-size: 2.1em;
	}
	
	.logo_rb {
		height: 2em;
	}
	
	.rb275 {
		height: 3.5em;
	}
	
}





/*------------------------------------*\
    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;
	}
}
