/*
Theme Name: muenstergruendet
Author: millerwerke
Version: 1.0
Text Domain: msg
*/


@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/roboto-condensed-v16-latin-300.eot'); 
  src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'),
       url('fonts/roboto-condensed-v16-latin-300.eot?#iefix') format('embedded-opentype'), 
       url('fonts/roboto-condensed-v16-latin-300.woff2') format('woff2'), 
       url('fonts/roboto-condensed-v16-latin-300.woff') format('woff'), 
       url('fonts/roboto-condensed-v16-latin-300.ttf') format('truetype'), 
       url('fonts/roboto-condensed-v16-latin-300.svg#RobotoCondensed') format('svg'); 
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/roboto-condensed-v16-latin-regular.eot'); 
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'),
       url('fonts/roboto-condensed-v16-latin-regular.eot?#iefix') format('embedded-opentype'), 
       url('fonts/roboto-condensed-v16-latin-regular.woff2') format('woff2'), 
       url('fonts/roboto-condensed-v16-latin-regular.woff') format('woff'), 
       url('fonts/roboto-condensed-v16-latin-regular.ttf') format('truetype'), 
       url('fonts/roboto-condensed-v16-latin-regular.svg#RobotoCondensed') format('svg'); 
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/roboto-condensed-v16-latin-italic.eot'); 
  src: local('Roboto Condensed Italic'), local('RobotoCondensed-Italic'),
       url('fonts/roboto-condensed-v16-latin-italic.eot?#iefix') format('embedded-opentype'), 
       url('fonts/roboto-condensed-v16-latin-italic.woff2') format('woff2'), 
       url('fonts/roboto-condensed-v16-latin-italic.woff') format('woff'), 
       url('fonts/roboto-condensed-v16-latin-italic.ttf') format('truetype'),
       url('fonts/roboto-condensed-v16-latin-italic.svg#RobotoCondensed') format('svg'); 
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 300;
  src: url('fonts/roboto-condensed-v16-latin-300italic.eot'); 
  src: local('Roboto Condensed Light Italic'), local('RobotoCondensed-LightItalic'),
       url('fonts/roboto-condensed-v16-latin-300italic.eot?#iefix') format('embedded-opentype'), 
       url('fonts/roboto-condensed-v16-latin-300italic.woff2') format('woff2'), 
       url('fonts/roboto-condensed-v16-latin-300italic.woff') format('woff'), 
       url('fonts/roboto-condensed-v16-latin-300italic.ttf') format('truetype'),
       url('fonts/roboto-condensed-v16-latin-300italic.svg#RobotoCondensed') format('svg'); 
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/roboto-condensed-v16-latin-700.eot'); 
  src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'),
       url('fonts/roboto-condensed-v16-latin-700.eot?#iefix') format('embedded-opentype'), 
       url('fonts/roboto-condensed-v16-latin-700.woff2') format('woff2'),
       url('fonts/roboto-condensed-v16-latin-700.woff') format('woff'), 
       url('fonts/roboto-condensed-v16-latin-700.ttf') format('truetype'),
       url('fonts/roboto-condensed-v16-latin-700.svg#RobotoCondensed') format('svg');
}




html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;}
body{line-height:1;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th,td{font-weight:normal;text-align:left;}
h1,h2,h3,h4,h5,h6{clear:both;}
html{overflow-y:scroll;font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}
a:focus{outline:thin dotted;}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block;}
audio,canvas,video{display:inline-block;}
audio:not([controls]){display:none;}
del{color:#333;}
ins{background:#fff9c0;text-decoration:none;}
hr{background-color:#ccc;border:0;height:1px;}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}
sup{top:-0.5em;}
sub{bottom:-0.25em;}
small{font-size:smaller;}
img{border:0;-ms-interpolation-mode:bicubic;}

* {
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
html {
	font-size:10px;
	background:#fff;
	min-height:100vh;
	overflow-x:hidden;
}
@media all and (max-height: 900px), all and (max-width: 1200px) {
	html {
		font-size:9.5px;
	}
}
@media all and (max-height: 768px), all and (max-width: 1024px) {
	html {
		font-size:9px;
	}
}
@media all and (max-height: 600px), all and (max-width: 800px) {
	html {
		font-size:8.5px;
	}
}
@media all and (max-height: 420px), all and (max-width: 500px) {
	html {
		font-size:8px;
	}
}
body {
	position:relative;
	min-height:100vh;
	max-width:128rem;
	margin: 0 auto;
	padding-bottom:20rem;
	font-family:'Roboto Condensed', sans-serif;
	font-style:normal;
	font-weight:300;		
	font-size:1.6rem;
	line-height:2.4rem;
	background:#fff;
	color:#333;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
@media all and (max-width: 800px) {
	body {
	 padding-bottom:24rem;

	}
}
@media all and (max-width: 600px) {
	body {
	 padding-bottom:34rem;

	}
}



/***********************************************
 layout 
***********************************************/

.full {
	width:100%;
}
.half {
	position:relative;
	width:100%;
	max-width:128rem;
	margin:0 auto;
	padding-top:0rem;
	padding-bottom:0rem;
	padding-left:1.5rem;
	padding-right:1.5rem;
}
.half.nopadd {
	padding-left:0rem;
	padding-right:0rem;
}
.half.pagebuilder {
	padding-top:2rem;
}
.full:after,
.half:after {
	content:'';
	display:block;
	clear:both;
	width:100%;
	height:0px;
}

.w1,.w2,.w3,.w4,.w5,.w6,.w7,.w8,.w9,.w10,.w11,.w12 {
	float:left;
	position:relative;
	margin-left:1rem;
	margin-right:1rem;
	margin-bottom:2rem;
}
.w1  { width:calc(8.3333% - 2rem); 	}
.w2  { width:calc(16.6666% - 2rem); }
.w3  { width:calc(25% - 2rem); 		}
.w4  { width:calc(33.3333% - 2rem); }
.w5  { width:calc(41.6666% - 2rem) 	}
.w6  { width:calc(50% - 2rem); 		}
.w7  { width:calc(58.3333% - 2rem); }
.w8  { width:calc(66.6666% - 2rem); }
.w9  { width:calc(75% - 2rem); 		}
.w10 { width:calc(83.3333% - 2rem); }
.w11 { width:calc(91.6666% - 2rem); }
.w12 { width:calc(100% - 2rem); 	}

.w8.leftcol,
.w8.events_outer {
	padding-right:7%;
} 
.leftcol {
	float:left;
	margin-bottom:4rem;
} 
.rightcol {
	float:right;
	margin-bottom:4rem;
}


@media all and (max-width: 700px) {
	.w1,.w2,.w3,.w4,.w5,.w6,.w7,.w8,.w9,.w10,.w11,.w12,.w8.leftcol,.w4.rightcol	{
		width:calc(100% - 2rem);
		float:left;
	}
	.w8.leftcol,
	.w8.events_outer {
		padding-right:0;
	}
	.tribe-events-single .w4.rightcol {
		border-top:0;
		padding-top:0;
	}
}


/***********************************************
 basics 
***********************************************/

a, 
a:hover, 
a:active, 
a:focus {
	color:#333;
	outline: none;
	text-decoration:none;
}
.textblock a, 
.textblock a:hover, 
.textblock a:active, 
.textblock a:focus {
	color:#C92500;
	font-weight:300;	
}
p {
	font-size:1.6rem;
	line-height:2.4rem;
	margin-bottom:2.4rem;
}

b, strong {
	font-weight:400;
}
img {
	float:left;
	width:100%;
	max-width:100%;
	height:auto;
}
hr {
	background-color:transparent;
	border-top:1px solid #ccc;
	height:1px;
	margin-bottom:2rem;
}
hr.dotted {
	border-top:1px dotted #aaa;
}


/***********************************************
 headlines 
***********************************************/

h1,h2,h3,h4,h5 {
	display:block;
}
h1 {
	font-weight:300;
}
h2, h3, h4, h5 h6 {
	font-weight:400;
}
h1 {
	font-size:3.9rem;
	line-height:4.7rem;
	margin-bottom:2.4rem;
	font-weight:400;
}
h2 {	
	font-size:2.6rem;
	line-height:3.5rem;
	margin-bottom:2rem;
}
h3, h4, h5 h6 {
	font-size:1.6rem;
	line-height:2.4rem;
	margin-bottom:2rem;		
}
.textblock h3, 
.textblock h4, 
.textblock h5 
.textblock h6 {
	font-weight:600;
	margin-bottom:1rem;	
}
h2.scrollheadline {	
	display:inline-block;
	margin-top:2rem;	
}
section > h1,
article:not(.leftcol) > h1{	
	margin-left:1rem;	
}


/***********************************************
 arrows 
***********************************************/

.arrow-left,
.arrow-right {
	position:relative;
	display:inline-block;
	margin-bottom:0.25rem;
}
.arrow-left {
	padding-left:2.5rem;
}
.arrow-right:after,
.arrow-left:before {
	position:relative;
	content:'\f054';
	font-family:'Font Awesome 5 Free';
	font-weight:900;
	font-style:normal;
	font-size:1.6rem;
	line-height:0;
}
.arrow-left:before {
	position:absolute;
	top:1.2rem;
	left:0.5rem;
}
.arrow-right:after {
	position:relative;
	margin-left:1.2rem;
}
.icon-right:before {  
	content: '\f054';
	font-family:'Font Awesome 5 Free';
	font-weight:900;
	font-style:normal;
	margin-right: .2rem;
	margin-left: .2rem;
}


/***********************************************
 additional
***********************************************/

.hidden{
     opacity:0;
}
.visible{
     opacity:1;
}
.loading {
	background-image:url(images/loader.gif);
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-color:#fff;
}
.hyphens{
	-ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}
.rightalign {
	float:right;
}

.widerspruch {
	font-weight:600;
	padding:2rem 2rem 1rem 2rem;
	background:#f2f2f2;
	margin-left:-2rem;
	margin-right:-2rem;
	margin-bottom:2rem;
}


/***********************************************
 buttons
***********************************************/

.button {
	display:inline-block;
	padding:0.5rem 1rem;
	margin:0 1rem 1rem 0;
	font-weight:400;
	font-size:90%;
	color:#fff;
}
.button a {
	color:#fff;
}
.button a:hover {
	color:#fff;
}
.button:hover {
	color:#fff;
}
.button.black {
	background:#000;
}
.button.gray {
	background:#999;
}
.button.red {
	background:#C92500;
}
.button.active {
	background:#C92500;
	border:none;
	color:#ffff;
}
.button.clear {
	background:#fff;
	border:1px solid #999;
	color:#999;
}
.button.clear.active {
	border:1px solid #C92500;
}

.tribe-events-event-categories .button {
	margin-right:0.5rem;
}

.roundbutton {
	display:inline-block;
	color:#fff !important;
	background-color:#C92500;
	padding:1rem 2rem;
	font-size:1.8rem !important;
	font-weight:700 !important;
	letter-spacing:0.05rem;
	border-radius:2rem;
}


/***********************************************
 klinke
***********************************************/

.klinke {
	display:inline-block;
	border-bottom:1px dotted #aaa;
	margin-bottom:3rem;
}
.klinke span {
	display:inline-block;
	padding:0.5rem 1rem;
	margin-bottom:-1px;
	background:#000;
	min-width:23rem;
	border-right:0.5rem solid #fff;
}
.klinke span,
.klinke span * {
	color:#fff;
}




/***********************************************
 ansprechpartner 
***********************************************/


.ansprechpartner {
	padding:0 2rem 1.5rem 2rem;
	margin-bottom:5rem;
}
.ansprechpartner {
	float:left;
	background:#C92500;
	padding-top:2.5rem;
	padding-bottom:2.5rem;
}
.page .ansprechpartner {
	margin-top:-1.85rem;
}

.ansprechpartner .icon {
	display:block;
	font-size:300%;
	margin:0 0 2rem 0;
}
.ansprechpartner * {
	color:#fff;
}


/***********************************************
 additional info 
***********************************************/

.additional_info {
	margin-bottom:5rem;
}
.additional_info li {
	margin-bottom:0.75rem;
	display:block;
	padding-left:2.8rem;
}
.additional_info li .icon-right {
	display:inline-block;
	margin-left:-2.8rem;
	width:2.8rem;
}


/***********************************************
 pictobox
***********************************************/

/* .pictobox {
	padding:2rem 2rem 4rem 2rem;
	background:#E3ECF7;
}

.pictobox .arrow-right {
	position:absolute;
	right:2rem;
	bottom:2rem;
}

.pictobox .fas {
	position:absolute;
	right:2rem;
	top:2rem;
	color:#fff;
} 
*/

.pictoboxouter {
	background:#f2f2f2; 
	margin-top:2rem; 
	padding-top:0;
	padding-bottom:0;
	margin-bottom:4rem;
}
.pictobox {
	padding:1rem 2rem 1.5rem 2rem;
	text-align:center;
}

.pictobox .fas {
	font-size:300%;
	color:#C92500;
	margin-bottom:1rem;
	padding:2rem;
	border:2px solid #C92500;
	border-radius:50%;
}


.pictobox h2 {
	margin-bottom:1rem;
}
.pictobox p {
	margin-bottom:0;
} 
.pictobox .arrow-right {
	position:absolute;
	bottom:1rem;
	width:100%;
	margin-left:-50%;
	font-weight:600;
}


/***********************************************
 gruendung des monats
***********************************************/

.gdm {
	margin-bottom:5rem;
}
.home .gdm {
	margin-bottom:4rem;
	padding-bottom:2rem;
	border-bottom:1px dotted #aaa;
}

.gdm .inner {
	position:relative;
	max-height:39rem;
	overflow:hidden;
	background:#c2c2c2;
}
.gdm h3 + .inner {
	margin-top:-3rem;
}
.gdm .inner img {
	float:left;
	width:100%;
	height:auto;
}
.gdm .klinke,
.gdm .klinke span {
	border:none;
}
.gdm .decker {
	position:absolute;
	bottom:4rem;
	right:0;
	min-width:45%;
	text-align:right;
}

.gdm .decker h4 {
	display:inline-block;
	color:#fff;
	margin:0;
	padding:1rem 2rem;
	font-weight:300;
	font-size:2.6rem;
	line-height:3rem;
	background:rgba(0,0,0,1);
}

.gdm .decker p {
	padding:0.75rem 2rem;
	margin:0;
	font-size:1.6rem;
	line-height:2.5rem;
	color:#fff;
	background:rgba(0,0,0,.65);
}

.single-gruendungen .shortinfo b {
	display:inline-table;
	width:20%;
}
.single-gruendungen .shortinfo span {
	display:inline-table;
	width:80%;
}
.single-gruendungen .textblock h2 {
	margin-top:3.5rem;
}
.single-gruendungen .textblock h2:first-child {
	margin-top:0;
}

@media all and (max-width: 960px) {
	.gdmlist .gdm {
		width:calc(50% - 2rem);
	}
}
@media all and (max-width: 600px) {
	.gdmlist .gdm {
		width:calc(100% - 2rem);
	}
}


/***********************************************
 facebook feed
***********************************************/

.cff-page-name a {
	color:#000 !important;
	font-weight:400 !important;
	font-size:1.7rem !important;
}
.cff-author-img  {
	background:none !important;
}
.cff-author-img img {
	display:none;
}
.cff-author-img:before {
	content:'\f09a';
	font-size:3.5rem;
	font-family:'Font Awesome 5 Brands';
	color:#888;
}
.allfeeds {
	margin-top:1rem;
	margin-bottom:2rem;
}


/***********************************************
 pagination
***********************************************/


.nav-links {
	float:left;
	clear:left;
	margin:1rem 0;
	/* width:100%; */
}
span.page-numbers,
a.page-numbers {
	float:left;
	margin-top:0.5rem;
	margin-right:-1px;
	display:block;
	border:1px solid #c2c2c2;
	color:#999;
	padding:4px 10px;
}
span.page-numbers.current {
	font-weight:600;
	color:#555;
}
@media all and (max-width: 760px) {
	a.page-numbers:not(.prev):not(.next),
	span.page-numbers.dots {
		display:none;
	}
	
}


/***********************************************
 event calender - main
***********************************************/


.date_thumb {
	width:7.5rem;
	padding:0.5rem 1rem;
	margin-bottom:2rem;
	font-size:1.7rem;
	font-weight:400;
	text-align:center;
	color:#fff;
	background:#C92500;
}
.date_thumb:after {
	position:relative;
	display:inline-block;
	content:'\f073';
	font-size:3rem;
	font-family:'Font Awesome 5 Free';
	padding:0.75rem 0;
	width:100%;
	opacity:.5;
}
.aside .date_thumb {
	width:10rem;
	padding:0.5rem 1rem;
}
.aside .date_thumb:before {
	position:relative;
	display:inline-block;
	content:'\f073';
	font-size:2.2rem;
	font-family:'Font Awesome 5 Free';
	padding:0.5rem 0;
	margin-right:1rem;
	opacity:.5;
} 
.date_thumb span {
	display:inline-block;
}
.date_thumb span.day:after {
	content:'.';
}
.date_thumb span.day {
	font-weight:600;
}


.tribe-street-address,
.tribe-delimiter,
.tribe-postal-code,
.tribe-locality {
	display:inline;
}


/***********************************************
 event list - shortcodes
***********************************************/

.mwcal-event-list .item  {
	float:left;
	position:relative;
	padding:3rem 0 2rem 0;
	border-bottom:1px dotted #aaa;
}
.mwcal-event-list .item h3 {
	font-size:2.4rem;
	line-height:3rem;
}
.mwcal-event-list .item .mwcal-excerpt {
	margin:2rem 0;
}
.mwcal-event-list .item .duration {
	display:block;
	width:100%;
}
.mwcal-event-list .item .duration.time:before {
	content:'Datum: ';
	font-weight:500;
}
.mwcal-event-list .item .duration.venue:before {
	content:'Ort: ';
	font-weight:500;
}
.mwcal-all-events {
	display:inline-block;
	margin-top:2rem;
	margin-bottom:2rem;
}
.home .mwcal-event-list .item  {
	width:100%;
	padding:3rem 3rem 3rem 10rem;
}
/* @media all and (max-width: 700px) {

	.events-single .mwcal-event-list .item  {
		width:100%;
	}
} */
.home .mwcal-event-list .item .date_thumb  {
	position:absolute;
	top:2.8rem;
	left:0;
}
.home .mwcal-event-list .item .button  {
	display:inline-block;
	margin:0;
	padding:0;
	color:#C92500;
	font-size:1.6rem;
	background:none;
}
/* .page .mwcal-event-list .item a {
	color:#000;
} */
.page .mwcal-event-list .item a {
	color:#000 !important;
	font-weight:400;
}
.page .mwcal-event-list .item a.button  {
	color:#fff !important;
	font-weight:400;
}

.home .mwcal-event-list .item .mwcal-excerpt {
	margin:2rem 0 0 0;
}

.home .mwcal-event-list .item .mwcal-excerpt {
	margin-top:0;
}


/***********************************************
 event list
***********************************************/

#tribe-events-content {
	margin-bottom:4rem;
	padding:0;
}
#tribe-events-footer {
	margin:2rem 0 2rem 0;
}
.tribe-events-loop .item,
.mwcal-event-list .item {
	float:left;
	position:relative;
	padding:3rem 3rem 2rem 10rem;
	border-bottom:1px dotted #aaa;
}

.tribe-events-loop .item h2,
.mwcal-event-list .item h2 {
	font-size:2.4rem;
	line-height:3rem
}
.tribe-events-loop .item .date_thumb,
.mwcal-event-list .item .date_thumb {
	position:absolute;
	top:2.8rem;
	left:0;
}


/***********************************************
 event list - single event
***********************************************/


.tribe-events-single .mwcal-event-list .item .date_thumb  {
	position:absolute;
	top:2.8rem;
	left:0;
}
.tribe-events-single .mwcal-event-list .item {
	position:relative;
	float:left;
	width:50%;
	padding:3rem 3rem 3rem 10rem;
	margin:0;
	border:none;
}


@media all and (max-width: 700px) {
	.tribe-events-single .mwcal-event-list .item,
	.tribe-events-loop .item  {
		width:100%;
	}
}


/***********************************************
 single event
***********************************************/

.tribe-events-single {

}
.tribe-events-single .w4.rightcol {
	margin-top:2rem;
	margin-bottom:3rem;
}
.tribe-events-single .w8.leftcol {
	margin-bottom:3rem;
}
	
@media all and (min-width: 701px) {
	.tribe-events-single .w4.rightcol {
		margin-top:-2rem;
	}
}

.tribe-events-single .tribe-events-meta-group {
	padding:0 2rem 1.5rem 2rem;
}
.tribe-events-single .tribe-events-meta-group:nth-child(2) {
	padding-top:1.5rem;
}
.tribe-events-single .tribe-events-meta-group * {
	font-style:normal;
}
.tribe-events-single .tribe-events-meta-group .tribe-events-single-section-title {
	margin:0;
}
.tribe-events-single .tribe-events-meta-group-details {
	float:left;
	width:100%;
	background:#C92500;
	padding-top:2.5rem;
	padding-bottom:2.5rem;
}
.tribe-events-single .tribe-events-meta-group-details * {
	color:#fff;
}
.tribe-events-single .tribe-events-meta-group-details .fa-clock {
	display:block;
	font-size:300%;
	margin:0 0 2rem 0;
}
.tribe-events-single .tribe-events-meta-group-details dt {
	display:none;
}
.tribe-events-single .tribe-events-meta-group-details dd {
	font-size:2.6rem;
	line-height:3.3rem;
	font-weight:400;
}
.tribe-events-single .tribe-events-meta-group-details abbr {
	text-decoration:none;
}
.tribe-events-single .tribe-events-meta-group-costs .tribe-events-event-cost {
	margin:0;
}
.tribe-events-single .tribe-events-meta-group-costs,
.tribe-events-single .tribe-events-meta-group-eventsite,
.tribe-events-single .tribe-events-meta-group-venue,
.tribe-events-single .tribe-events-meta-group-organizer,
.tribe-events-single .tribe-events-meta-group-extendedinfo {
	float:left;
	width:100%;
	background:#f2f2f2;	
}
.tribe-events-single .tribe-events-event-categories {
	float:left;
	margin-top:2rem;
}
.tribe-events-single .tribe-events-cal-links a {
	float:left;
	clear:left;
	margin-top:0.5rem;
	color:#C92500;
	font-weight:500;
	font-style:italic;
}



/***********************************************
 team 
***********************************************/


.expertteam {
	float:left;
	margin-left:-1rem;
	margin-right:-1rem;
	margin-bottom:3rem;
}

.expertteam .expert {
	float:left;
	width:calc(50% - 2rem);
	margin:0 1rem 1rem 1rem;	
}
.expertteam.teambig .expert {
	margin-bottom:2rem;	
}

@media all and (max-width: 500px) {
	.expertteam .expert {
		width:calc(100% - 2rem);
		margin-left:0;	
		margin-right:0;	
	}
}

.expertteam .expert img {
	float:left;
	width:100%;
	height:auto;
	margin-bottom:2rem;
}
.expertteam h2 {
	padding-left:1rem;
	margin-bottom:2rem;
}
.expertteam h3 {
	margin-bottom:0rem;
}
.expertteam.teambig h3 {
	margin-bottom:1rem;
}



/***********************************************
 accordion
***********************************************/

/* .akkordeon_opener {
	margin-bottom:3rem;
	cursor:pointer;
}
.akkordeon_opener:after {
	float:left;
	width:3rem;
	content:'+';
}
.akkordeon_opener.expanded:after {
	content:'–';
}
.akkordeon_opener + .articlebox {
	display:none;
} */



/***********************************************
 allowed ul li
***********************************************/

.allowed_li ul,
.textblock ul,
.allowed_li ol,
.textblock ol {
	margin-left:1.75rem;
	margin-bottom:2.4rem;
}
.allowed_li ul ul,
.textblock ul ul,
.allowed_li ol ol,
.textblock ol ol {
	margin-bottom:0
}
.allowed_li ul,
.textblock ul {
	list-style:disc;
}
.allowed_li ol, 
.textblock ol {
	list-style:decimal
}


/***********************************************
 allowed colored textlinks
***********************************************/


.singlenews p a {
	font-weight:500;
	color:#3396D6;
} 



/***********************************************
 imagebox
***********************************************/

.imagebox {
	position:relative;
	display:block;
	width:100%;
	background:#F2F2F2;
}
.imagebox.full {
	width:100%;
	margin-bottom:0;
	margin-top:2rem;
	aspect-ratio: 2432 / 664;
}
.home .imagebox.full {
	aspect-ratio: 1280 / 530;
}
.imagebox .slider * {
	 /*-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none; */
}
.imagebox .slides {
	padding:0;
	opacity:0;
}
.imagebox .slides,
.imagebox .slide {
	position:relative;
	width:100%;
	height:100%;
}
.imagebox .slide {
	background-position:50% 25%;
	background-repeat:no-repeat;
	background-size:cover;
	background-color:#E3EBF6;
}
.imagebox .slide .half {
	height:100%;
}
.home .imagebox a {
	position:absolute !important;
	background:none !important;
	width:100% !important;
	height:100% !important;
	max-width:100%;
	top:0 !important;
	left:0 !important;
}
.imagebox .slide .copyright {
	position:absolute;
	display:block;
	left:3px;
	bottom:3px;
	font-size:11px;
	font-weight:400;
	line-height:1;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transform-origin: 0 0;	
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	opacity:0.7;
	z-index:999;
}
.imagebox .slide .copyright,
.imagebox .slide .copyright a {
	color:#000;
}
.imagebox .slide .copyright.copy_hell,
.imagebox .slide .copyright.copy_hell a {
	color:#fff;
}

.imagebox .decker {
	position:absolute;
	bottom:7rem;
	left:30%;
	width:45%;
	margin:0;
	padding:0;
}
.home .imagebox .decker {
	bottom:5rem;
	width:55%;	
	left:25%;
}
.imagebox .decker * {
	color:#fff;
	margin-bottom:0;
}
.imagebox .decker h1 {
	display:inline-block;
	font-weight:400;
	padding:1rem 2rem;
	font-size:5rem;
	line-height:6rem;
}
.imagebox .decker p {
	padding:2.5rem 2rem;
	font-size:2.2rem;
	line-height:3rem;
}
/*
.home .imagebox .decker h1 {
	display:inline-block;
	font-weight:400;
	padding:1rem 2rem;
}
.home .imagebox .decker p {
	padding:2.5rem 2rem;
	font-size:1.6rem;
	line-height:2.5rem;
}
*/
.imagebox .decker .button {
	margin-top:2rem;
}
.events-single .imagebox {
	display:none;
}
.single-gruendungen .imagebox .decker h1 {
	margin-bottom:0;
	display:none;
}
.single-gruendungen .imagebox .decker h1 + h1{
	margin-top:-1rem;
}


@media all and (max-width: 950px) {

	.home .imagebox .decker,
	.imagebox .decker 	{
		bottom:25%;
		width:auto;
		max-width:70% !important;
		left:auto;
		right:15%;
	}
	.imagebox .decker p	{
		display:none;
	}
}
@media all and (max-width: 800px) {
	
	
	.home .imagebox .decker,
	.imagebox .decker h1	{
		font-size:4rem;
		line-height:3.8rem;
	}
}
@media all and (max-width: 600px) {
	.home .imagebox .decker,
	.imagebox .decker h1	{
		font-size:3rem;
		line-height:3.6rem;

	}
}

/* gruendungstage */

/***
.home .imagebox .decker,
.home .imagebox .decker h1,
.home .imagebox .decker p,
.home .imagebox .decker a {

position:absolute !important;
background:none !important;
width:100% !important;
height:100% !important;
max-width:100%;
top:0 !important;
left:0 !important;
color:transparent !important;

}
***/


/* gruendungstage */



/***********************************************
 article image slider
***********************************************/

.flex-nav-prev,
.flex-nav-next {
}

.flex-nav-prev a,
.flex-nav-next a {
	position:absolute;
	bottom:0;
	width:10%;
	height:100%;
	color:transparent;
	overflow:hidden;
	z-index:999;
}
.flex-nav-prev a {
	left:15px;
}
.flex-nav-next a {
	right:0;
}
.flex-disabled {
	display:none;
}

.flex-nav-next a:before,
.flex-nav-prev a:before {
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-1.5rem;
	font-family:'Font Awesome 5 Free';
	font-size:6rem;
	line-height:0;
	content:'\f054';
	font-weight:900;
	font-style:normal;
	color:#fff;
	opacity:0.75;
}
.flex-nav-prev a:before {
	 -ms-transform: rotate(180deg); 
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
	margin-left:-3.5rem;
}


/***********************************************
 tablebox
***********************************************/

.tablebox {
	margin-bottom:2rem;
}
.tablebox.w12 table {
	table-layout:fixed;
}
table {
	position:relative;
	border-spacing: 0.5rem;
    border-collapse: separate;
	empty-cells:show;
	font-family:'Roboto Condensed', sans-serif;
	width:101%;
	margin-left:-0.5rem;
	margin-top:3rem;
}
table:before {
	content:'';
	position:absolute;
	width:99%;
	height:1px;
	top:0;
	border-top:1px solid #555;
}
table:after {
	content:'';
	position:absolute;
	width:99%;
	height:1px;
	bottom:0.75rem;
	border-bottom:1px solid #555;
}
th, td {
	text-align:left;
	vertical-align:top;
	padding:0.3rem 1rem 0.7rem 1rem;
	border-bottom: 1px solid #555;
	width:auto;
	font-style:normal;
	font-weight:300;
}
thead th {
	white-space:nowrap;
}
thead th,
tbody td b,
tbody td strong {
	font-weight:600;
	opacity:.85;
}
tr:last-child td {
	border:none;
}
.tablehead {
	padding:1rem 1rem 1rem 1rem;
	border-top:1px solid #555;
	border-bottom:1px solid #555;
	margin-top:4rem;	
	font-size:1.8rem;
	font-weight:600;
	color:#C92500;
}
.tablehead + table {
	margin-top:0;	
}
.tablehead + table:before {
	display:none;	
}
.tablefooter {
	float:right;
	text-align:right;
	font-size:12px;
	line-height:18px;
	margin-top:0.75rem;
	margin-bottom:2rem;
}




/***********************************************
 breadcrumb
***********************************************/

.breadcrumb {
	border-top:1px solid #c9c9c9;
	margin:2rem 0 2rem 0;
	padding:0.5rem 2.5rem;
	display:block;
}
.breadcrumb li {
	display:inline-block;
}
.breadcrumb li,
.breadcrumb li * {
	color:#999;
}
.breadcrumb .delimeter {
	display:inline-block;
	padding:0 1rem;
} 


/***********************************************
 inpage navigation
***********************************************/


#inpagenavigation {
	margin:3rem 0 5rem 0;
	/* font-size:1.9rem; */
	font-size:1.8rem;
}
#inpagenavigation li {
	display:block;
	padding-left:2.8rem;
	margin-bottom:0.75rem;
}
#inpagenavigation li * {
	color:#C92500;
}
#inpagenavigation li .icon-right {
	display:inline-block;
	margin-left:-2.5rem;
	width:2.5rem;
}


/***********************************************
 siteheader
***********************************************/

#siteheader {
	position:relative;
	top:0;
	background:#C92500;
}
#siteheader .half {
	position:relative;
}
#siteheader hgroup a {
	float:right;
	position:relative;
	display:block;
	width:18rem;	
	height:9.8rem;
	margin-bottom:1.5rem;
	margin-top:3rem;
	margin-right:5rem;
	background:url(images/logo_msg.png) 50% 50% no-repeat transparent;
	background-size:contain;
	text-indent:-9999px;
	overflow:hidden;
}



#siteheader .social-navigation {
	position:absolute;
	top:3.5rem;
	left:3rem;
	width:auto;
	opacity:0.8;
}
#siteheader .social-navigation li {
	float:left;
	width:2.5rem;
	height:2.5rem;
	margin-right:1rem;
	overflow:hidden;
	background-repeat:no-repeat;
	background-size:cover;
}
#siteheader .social-navigation li.facebook  {
	background-image:url(images/facebook.png);
}
#siteheader .social-navigation li.instagram  {
	background-image:url(images/instagram.png);
}
#siteheader .social-navigation li.linkedin  {
	background-image:url(images/linkedin.png);
}
#siteheader .social-navigation li a {
	color:transparent;
}

	
@media all and (min-width: 931px) {
	#siteheader h3 {
		display:none;
	}
	#siteheader nav {
		width:100%;
		background:#c92500;
		color:#fff;
	}
	#siteheader nav ul {
		width:auto;
	}
	#siteheader nav ul ul {
		position:absolute;
		top:100%;
		margin-left:-1rem;
		padding:2rem 3rem 2rem 1rem;
		background:#c92500;
		display:none;
	}
	#siteheader nav ul li:hover ul {
		display:block;
	}
	#siteheader nav li {
		display:inline-block;
		white-space:nowrap;
	}
	#siteheader nav li li {
		clear:left;
		width:100%;
	}
	#siteheader nav a {
		color:#fff;
	}
	#siteheader nav li a {
		display:block;
		padding:1rem 1.5rem;
		font-size:1.8rem;
	}
	#siteheader nav li.bigger a	{
		font-weight:600;
	}
	#siteheader nav li li a {
		padding:0.25rem 1.5rem;
		font-size:1.5rem;
	}
	#siteheader nav a:hover,
	#siteheader nav .active > a {
		opacity:0.5;
	}
	/* */
	
	body {
		padding-top:19rem;
	}
	#siteheader {
		position:absolute;
		top:0;
		/* height:19rem; */
		height:21rem;
		border-bottom:2rem solid #fff;
		z-index:99999;
	}
	.fixed #siteheader {
		top:-12.5rem;	
		position:fixed;
		z-index:99999;
		max-width:128rem;
	}
}
@media all and (max-width: 930px) {
	html {
		background:#F2F2F2;
	}
	body {
		width:100%;
		left:0;
		top:0;
		-webkit-box-shadow: -5px 0px 20px -4px rgba(0,0,0,0.25);
		-moz-box-shadow: -5px 0px 20px -4px rgba(0,0,0,0.25);
		box-shadow: -5px 0px 20px -4px rgba(0,0,0,0.25);
	}
	body,#siteheader nav {
		-webkit-transition:left 0.25s ease-in-out;
		-moz-transition:left 0.25s ease-in-out;
		-o-transition:left 0.25s ease-in-out;
		transition:left 0.25s ease-in-out;
	}
	#siteheader .menu-toggle {
		position:absolute;
		width:50px;
		height:50px;
		left:6rem;
		bottom:5rem;
		overflow:hidden;
		text-indent:-9999px;
		background:url(images/hamburger.png) 100% 100% no-repeat transparent;
		background-size:cover;
		display:block;
		cursor:pointer;
	}
	
	#siteheader .social-navigation {
		left:15rem;
		top:auto;
		bottom:6.5rem;
	}

	#siteheader nav  {
		position:fixed;
		display:block;
		opacity:0;
		top:0;
		bottom:0;
		left:-50%;
		height:100%;
		padding:5rem 0% 5rem 0%;
		overflow-y:scroll;
		background:transparent;
	}
	#siteheader nav > ul {
		margin-bottom:6rem;
	}
	#siteheader nav ul ul {
		margin-left:2rem;
		margin-bottom:1rem;
	}
	#siteheader nav a {
		color:#c92500;
	}
	#siteheader nav li a {
		display:block;
		padding:10px;
		font-size:1.8rem;
	}
	#siteheader nav li a {
		font-weight:normal;
	} 
	#siteheader nav li li a {
		font-weight:normal;
	}
	.toggled {
		overflow-y:hidden;
		overflow-x:hidden;
	}
	.toggled body  {
		left:50%;
		height:100vh;
	}
	.toggled #siteheader nav  {
		left:-5%;
		width:55%;
		opacity:1;
		direction:rtl;
	}
	.toggled #siteheader nav ul  {
		direction:ltr;
		margin-left:10%;
	}
}

@media all and (max-width: 750px) {
	#siteheader .half {
		padding-left:2.5rem;
	}
	#siteheader hgroup a {
		margin-right:1rem;
	}
	#siteheader .menu-toggle {
		right:4rem;
	}
}

@media all and (max-width: 568px) {

	#siteheader .menu-toggle {
		left:3rem;
		width:45px;
		height:45px;
	}
	.toggled #siteheader nav  {
		padding-top:5rem;
	}
	#siteheader .social-navigation {
		left:12rem;
	}
}
@media all and (max-width: 460px) {
	.toggled body  {
		left:70%;
	}
	.toggled #siteheader nav  {
		width:75%;
		opacity:1;
	}
}


/***********************************************
 sitefooter
***********************************************/

#sitefooter {
	position:absolute;
	bottom:0;
	background:#000;
	padding:3rem 1.5rem;
}
#sitefooter * {
	font-size:1.5rem;
	margin:0;
	color:#fff;
}
#sitefooter .half {
	opacity:.8;
}
#sitefooter .copyright {
	float:left;
	text-align:left;
	border-right:1px solid rgba(255,255,255,0.5);
	padding:0 1rem 0 0;
}
#sitefooter .gender {
	padding:2rem 0 0 0;
}
#sitefooter .menue {
	float:left;
}
#sitefooter .menue li {
	float:left;
	border-right:1px solid rgba(255,255,255,0.5);
	padding:0 1rem;
}

#sitefooter .menue li.facebook,
#sitefooter .menue li.xing {
	border:none;
}
#sitefooter .facebook:before,
#sitefooter .xing:before {
	content:'\f09a';
	font-family:'Font Awesome 5 Brands';
	color:#fff;
	margin-right:1rem;
}
#sitefooter .xing:before {
	content:'\f169';
}


/***********************************************
 form global
***********************************************/

form {
	padding:0;
	margin:0 0 0 0;
	width:100%;
	color:inherit;
	font-size:1.6rem;
	line-height:2.2rem;
	font-family:inherit
}
input,
textarea {
	border:0;
}
button,
input,
textarea,
select,
option,
label {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
	line-height:inherit;
	letter-spacing:inherit;
}
select,
textarea,
input[type="text"],
input[type="search"],
input[type="email"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="number"] {
	float:left;
	color:#000;
	width:100%;
	padding:0.6rem 1rem 0.6rem 1rem;	
	margin:0 0 1rem 0;
	background:transparent;
	border:1px solid #c2c2c2;
}
textarea {
	overflow: auto;
	height:15.5rem;
	resize: none;
}
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	padding: 0;
}
input[type="checkbox"],
input[type="radio"] {
	vertical-align:middle;
	margin-right:1rem;
}
select {
	padding:0 0.6rem 0 0.6rem;
}
option {
	padding:0.7rem 1rem 0.7rem 1rem;
}
label {
	width:100%;
	margin:0 0 1rem 0;
	float:left;
	clear:left;
	text-align:left;
}
label.checkbox {
	width:auto;
	margin:0;
	padding:0.5rem 0 0.5rem 0;
}
button[type="submit"],
input[type="submit"] {
	margin:0 0 1rem 0;
	padding:1.5rem 3rem 1.5rem 3rem;	
	line-height:1;
	border:0;
	color: #fff;
	background-color: #C92500;
	cursor:pointer;
	float:right;
}
button[type="submit"]:hover,
input[type="submit"]:hover {
	background-color: #313F57;
}
form a {
	font-weight:400;
	text-decoration:underline;
}
::-webkit-input-placeholder {
	color:#000;
	opacity:0.5;
}
:-moz-placeholder {
	color:#000;
	opacity:0.5;
}
::-moz-placeholder {
	color:#000;
	opacity:0.5;
}
:-ms-input-placeholder {  
	color:#000;
	opacity:0.5;
}


/***********************************************
 form contactform7
***********************************************/

.wpcf7 br {
	display:none;
}

.wpcf7 p {
	display:inline-block;
	width:100%;
}
/*
.wpcf7 .screen-reader-response,
.wpcf7 .wpcf7-not-valid-tip {
	display:none !important;
} 
.wpcf7 .wpcf7-not-valid,
.has-error input {
	border:1px solid #FF5C61 !important;
}
.wpcf7 .wpcf7-response-output {
	float:left;
	margin-top:-9rem;
	margin-bottom:10rem;
	width:calc(100% - 20rem);
	display:none;
	padding:0;
	background:transparent;
}
.wpcf7 .wpcf7-response-output.wpcf7-validation-errors {
	color:red;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ng,
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
	color:green;
}
.wpcf7 .ajax-loader {
	float:right;
	visibility: hidden;
	display: inline-block;
	background-image: url('images/loader.gif');
	width: 16px;
	height: 16px;
	border: none;
	padding: 0;
	margin:1rem 2rem;
	vertical-align: middle;
}
.wpcf7 .ajax-loader.is-active {
	visibility: visible;
}
*/

.wpcf7 .screen-reader-response,
.wpcf7 .wpcf7-not-valid-tip {
	display:none !important;
} 
.wpcf7 input.wpcf7-not-valid,
.wpcf7 select.wpcf7-not-valid,
.has-error input {
	border:1px solid red !important;
}
.wpcf7 .wpcf7-not-valid .wpcf7-list-item-label {
	color:red !important;
}
.wpcf7-display-none {
	display:none;
}


.wpcf7 .wpcf7-response-output {
	float:left;
	margin-top:-7rem;
	margin-bottom:10rem;
	width:calc(100% - 20rem);
	display:none;
	padding:0;
	background:transparent;
	font-weight:bold;
}

.wpcf7 .init {
}
.wpcf7 .submitting {
	opacity:0.5;
}
.wpcf7 .sent {
}
.wpcf7 .invalid .wpcf7-response-output {
	color:#C92500;
	display:block;

}
.wpcf7 .sent .wpcf7-response-output {
	color:green;
	display:block;
}
.wpcf7 .ajax-loader {
	float:right;
	visibility: hidden;
	display: inline-block;
	background-image: url('images/loader.gif');
	width: 16px;
	height: 16px;
	border: none;
	padding: 0;
	margin:1rem 2rem;
	vertical-align: middle;
}
.wpcf7 .ajax-loader.is-active {
	visibility: visible;
}

/****/

.wpcf7 .w20 {
	width:calc(20% - 1rem);	
}
.wpcf7 .w80 {
	width:calc(80% - 1rem);
}
.wpcf7 .w50 {
	width:calc(50% - 1rem);
}

.acceptance {
	display:inline-block;
	width:100%;
	margin:0;
}



/***********************************************
 break the row
***********************************************/

.rowbreak {
	clear:both;
}



/***********************************************
 misc
***********************************************/

.screen-reader-text {
	display:none;
}

/***********************************************
 msie warning
***********************************************/

.ie_warning {
	position:fixed;
	bottom:0;
	left:0;
	padding-top:20px;
	height:100px;
	width:100%;
	background:#FF0000;
	color:#fff;
	z-index:99999;
	text-align:center;
}
.ie_warning h1 {
	margin-bottom:5px;
	font-size:25px;
}
.ie_warning h2 {
	margin:0;
	font-size:16px;
}



/***********************************************
 cookie law
***********************************************/

body.cookies-not-set {
	padding-bottom:35rem;
}
body.cookies-not-set #sitefooter {
	padding-bottom:26rem;
}
@media all and (max-width: 980px) {
	body.cookies-not-set #siteheader .first-navigation {
		padding-bottom:30rem;
	}
}
@media all and (max-width: 450px) {
	body.cookies-not-set #siteheader .first-navigation {
		padding-bottom:40rem;
	}
}

#cookie-notice {
    position: fixed;
    min-width: 100%;
    height: auto;
    z-index: 100000;
    font-size: 1.4rem;
    line-height: 1.8rem;
    left: 0;
    text-align: center;
	background-color: rgba(0,0,0,0.75) !important;
	margin-bottom:-1rem;
	padding:0;
}
#cookie-notice .cn-text-container,
#cookie-notice .cn-buttons-container {
	display:block;
	padding:1rem 3rem;
	margin:0 auto;
	width:100%;
	max-width:78rem;
}
#cookie-notice .cn-text-container a {
	text-decoration:underline;
}
.cn-revoke-cookie,
#cn-refuse-cookie,
#cn-accept-cookie {
	display:inline-block;
	background:#C92500;
	text-align:center;
	padding:0.5rem 1rem;
	font-size: 1.4rem;
	margin:1rem 0;
	color:#fff !important;
}
#cn-refuse-cookie {
	background:#c5c5c5;
}
#cn-close-notice {
	display:none;
}
#cookie-notice * {
    color:#fff;
}


/***********************************************
 global override media queries
***********************************************/

@media all and (min-width: 930px) {

	.hideondesktop {
		display:none !important;
	}

}
@media all and (max-width: 930px) {

	.hideonmobile {
		display:none !important;
	}

}

@media print {	
	
}
