@charset "utf-8";

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


html, body {
	height: 100%;
	padding: 0px;
	margin: 0px;	
}

body {
	color: #4A4A4A;
	font-size: 13px;
	font-family: 'Cardo', serif;
	font-style: normal;
	font-weight: 700;
	background-color: #F7F7F7;
	line-height: normal;
	overflow-x: hidden;
	overflow-y: scroll;
}

img {
	border: none;	
}

.clickable {
	cursor: pointer;
	cursor: hand;
}

a {
	text-decoration: none;
	color: #000;
	outline: none !important;
}

strong {
	font-family: 'Neutra-Bold', sans-serif;
	font-weight: normal;
	font-style: normal;
}




/* Colors & Fonts */

h2 {
	font-family: 'Allerta Stencil', sans-serif;
	font-size: 24px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	display: inline-block;
	margin-bottom: 25px;
	text-transform: uppercase;
}

.page-sub h2 {
		margin-bottom: 0px;
	margin-top: 30px;
}



h3 {
	color: #4A4A4A;
	font-size: 46px;
	padding: 0px;
	margin: 0px;
	display: inline-block;
	padding-bottom: 20px;
	text-transform: uppercase;
	line-height: 120%;
	font-weight: 700;
}

h4 {
	color: #000;
	font-size: 21px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
	display: inline;
}

.page-sub h4 {
	color: #4A4A4A;
	font-size: 18px;
	padding: 0px;
	margin: 0px;
	display: inline-block;
	padding-top: 20px;
	text-transform: uppercase;
	line-height: 120%;
	font-weight: 700;
}

.inlinetitel {
	display: block;
	text-transform: uppercase;
	padding-bottom: 10px;
}

.tlink {
	color: #9D1722;
}

.tlink:hover {
	color: #2C00BC;
}

.flink {
	color: #fff;
}

.flink:hover {
	color: #9D1722;
}

.blink {
	color: rgba(255,255,255,0.5);
	font-size: 11px;
}

.blink:hover {
	color: rgba(255,255,255,1);
}

/* Layout */

#head_ct, #content_ct, #footer_ct {
	position: relative;
	width: 100%;
	max-width: 1170px;
	left: 50%;
	margin-left: -585px;
	font-size: 13px;
}

#head_ct {
	text-align: center;
	position: fixed;
	background-color: #F7F7F7;
	z-index: 20;
}

#content_ct {
	padding-top: 275px;
	text-align: center;
}

#footer_ct {
	padding-top: 30px;
}


#head_left {
	width: 250px;
	border-right: 2px solid #4A4A4A;
	display: inline-block;
	float: left;
	height: 220px;
	padding-top: 10px;
}

#datum_monat {
	letter-spacing: 4px;
	text-align: center;
	display: block;
	padding-top: 20px;
	padding-bottom: 0px;
	margin-bottom: -5px;
	text-transform: uppercase;
}

#datum_tagzahl {
	font-family: "Allerta Stencil";
	font-size: 108px;
	color: #9D1722;
	text-align: center;
	text-transform: uppercase;
}

#datum_tagwort {
	letter-spacing: 4px;
	text-align: center;
	display: block;
	padding-top: 0px;
	padding-bottom: 5px;
	color: #9D1722;
	text-transform: uppercase;	
}

#head_center {
	display: inline-block;
	height: 220px;
	padding-top: 20px;
}

#logo {
	height: 180px;
	width: auto;
}

#head_right {
	width: 250px;
	display: inline-block;
	border-left: 2px solid #4A4A4A;
	float: right;
	height: 220px;
	line-height: 26px;
	text-transform: uppercase;
	padding-top: 50px;
}

/* Content */

#menu {
	border-top: 2px solid #4A4A4A;
	border-bottom: 2px solid #4A4A4A;
	list-style: none;
	padding: 0px;
	margin: 0px;
	text-align: right;
}

#menu li {
	display: inline-block;
	font-family: "Allerta Stencil";
	font-size: 18px;
	color: #4A4A4A;
	padding-top: 12px;
	padding-bottom: 14px;
	font-weight: 400;
	text-transform: uppercase;
	border-right: 2px solid #4A4A4A;
	text-align: center;
	margin: 0px;
	float: left;
}

.page-sub #menu li {
	cursor: default;
}

.page-sub #menu li a {
	width: 100%;
	display: inline-block;
}

.page-sub #menu li a.elink:hover {
	color: #9D1722;
}



#menu li.active {
	background-color: transparent;
	color: #9D1722;
}

#menu li.ipl:hover {
	background-color: transparent;
	color: #9D1722;
}

#menu li.active:hover {
	background-color: transparent;
	color: #9D1722;
}

#menu > *:nth-child(1) {
	width: 206px;
	display: inline-block;
}

#menu > *:nth-child(2) {
	width: 205px;
	display: inline-block;
}

#menu > *:nth-child(3) {
	width: 205px;
	display: inline-block;
}

#menu > *:nth-child(4) {
	width: 306px;
	display: inline-block;
}

#menu > *:nth-child(5) {
	width: 245px;
	border-right: none;
	display: inline-block;
}


.cntbox_frame {
	padding-left: 150px;
	padding-right: 150px;
	padding-top: 50px;
	padding-bottom: 50px;
	line-height: 21px;
	text-align: left;
	font-size: 13px;
}

.fmi {
	margin-top: 25px;
	margin-bottom: 25px;
	width: 100%;
}

.cntbox_trenner {
	width: 970px;
	height: 2px;
	background-color: #4A4A4A;
	display: inline-block;
}

.logo_mem {
	height: 120px;
	width: 200px;
	display: inline-block;
	position: relative;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.logo_mem span {
	position: absolute;
	display: flex;
  justify-content: center;
  align-items: center;
	width: 100%;
	height: 100%;
	text-align: center;
	font-weight: 700;
	opacity: 0;
	transition: all 0.5s;
}

#logo_mem_bg {
	background-image: url(/img/logo_bg.png);
}

#logo_caretta {
	background-image: url(/img/logo_cg.png);
}

#logo_kp {
	background-image: url(/img/logo_kaspar.png);
}

#logo_skre {
	background-image: url(/img/logo_skre2.png);
}

#logo_wiederkehr {
	background-image: url(/img/logo_wiederkehr.png);
}

#logo_lm {
	background-image: url(/img/logo_lm.png);
}



#logo_franke {
	background-image: url(/img/logo_franke.png);
}

#logo_konigs {
	background-image: url(/img/logo_konigs.png);
}

#logo_blaser {
	background-image: url(/img/logo_blaser.png);
}

#logo_immobilienbusiness {
	background-image: url(/img/logo_immobilienbusiness.svg);
}

#logo_blackblaze {
	background-image: url(/img/logo_blackblaze.png?v=2);
}

#logo_lumanura {
	background-image: url(/img/logo_lumanura.svg);
}

#logo_hypozug {
	background-image: url(/img/logo_hypozug.svg);
}

.logo_mem.logo_supporter {
	height: 60px;
	width: 130px;
	margin-right: 16px;
}

.logo_mem:hover {
		/*box-shadow: inset 1px 1px 2px 1px rgba(0,0,0,0.5);*/
}


.logo_mem:hover span {
	opacity: 1;
	background-color: #F7F7F7;
}








#logo_mem_bg, #logo_wiederkehr {
	margin-left: -20px;
}


#space_partner {
	height: 40px;
}


#footer_ico_ct {
	text-align: center;
}

#footer_ico {
	display: inline-block;
	width: 50px;
	height: 50px;
	font-size: 11px;
	color: #000;
	position: relative;
	padding-top: 8px;
}

#footer_ico img {
	bottom: 0px;
	position: absolute;
	left: 50%;
	margin-left: -17px;
}

#footer_inner {
	background-color: #000;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
}

#footer_logo {
	height: 180px;
	width: auto;
}

.footer_box {
	display: inline-block;
	padding-top: 20px;
	color: #fff;
	height: 150px;
	width: 150px;
	vertical-align: top;
	font-size: 11px;
	line-height: 180%;
}

#footer_box1 {
	text-align: right;
}

#footer_box2 {
	width: 320px;
	text-align: center;
}

#footer_box3 {
	text-align: left;
}

.footer_link_white {
	color: #fff !important;
	text-decoration: none !important;
}


#header_mail {
	color: #4A4A4A;
}

#header_mail:hover {
	color: #2C00BC;
}

#contactform {
	min-height: 100px;
}


/* Kontakt Formular */







input[type="checkbox"], input[type="radio"] {
	display: none;
}

input[type="checkbox"] + label, input[type="radio"] + label {
	cursor: pointer;
	cursor: hand;
	font-size: 14px;
	margin-right: 20px;
	line-height: 175%;
}



input[type="checkbox"] + label span, input[type="radio"] + label span {
	width: 20px;
	height: 20px; 
	background-color: transparent; 
	border: 2px solid #4A4A4A;
	border-radius: 0px;
	display: inline-block; 
	margin-left: 0px;
	margin-right: 30px; 
	margin-bottom: 8px;
	margin-top: 5px;
	vertical-align: middle;
}

input[type="checkbox"] + label span {
	border-radius: 0px;
}

input[type="checkbox"]:checked + label span, input[type="radio"]:checked + label span {
	background-image: url(/img/checkbox_active.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}



input[type="text"], textarea, select {
	padding: 5px 10px 4px 10px;
	width: 72%;
	background-color: transparent; 
	border: 2px dashed #4A4A4A;
	font-family: 'Cardo', serif;
	font-size: 14px;
	font-weight: 700;
	color: #000;
	margin-top: 15px;
	-webkit-appearance: none;
	border-radius: 0 !important;
}



#contactform textarea {
	height: 309px;
	width: 75%;
}


select {
	padding-left: 5px;
}


#contactform label {
	display: inline-block;
	width: 28%;
	padding-top: 5px;
	float: left;
	margin-top: 15px;
	color: #4A4A4A; 
	text-transform: uppercase;
	font-size: 14px;
}

#contactform #contact_right label {
	width: 25%;
}

#contactform label.lb_auto {
	width: auto;
	padding-top: 0px;
	margin-top: 0px;
}

input[type="text"]:focus, textarea:focus {
	border: 2px solid #2C00BC;
	outline: none; 
}

input[type="submit"], input[type="reset"] {
	color: #fff;
	background-color: transparent;
	border: none;
	padding: 0px 15px 5px 15px;
	font-family: 'Cardo', serif;
	font-size: 14px;
	font-weight: 700px;
	letter-spacing:1px;
	cursor: pointer;
	cursor: hand;
	transition: all 0.5s;
	position: absolute;
	width: 100%;
	height: 100%;
	vertical-align: top;
	-webkit-appearance: none;
	border-radius: 0 !important;
}

input[type="submit"]:hover, input[type="reset"]:hover {
}


form input.hlt, form select.hlt {
	border: 2px dashed #f00;
}

.hpt {
	display: none;
}

#Moechte_informiert_werden {
	text-transform: uppercase;
}


#contact_left, #contact_right {
	width: 43%;
	float: left;
	padding-right: 30px;
}

#contact_right {
	width: 57%;
	padding-left: 30px;
	padding-right: 0px;
}


#submit_ct {
	text-align: center;
	margin-top: 30px;
}


#submit_frame {
	display: inline-block;
	width: 160px;
	position: relative;
	outline: none !important; 
}

#contact_button {
	width: 100%;
	height: auto;
	outline: none !important;
}

#submit_frame:hover .cls-1 {
	fill: #2C00BC !important;
}

#ipl_kontakt {
	padding-bottom: 10px;
}



/* Lightbox */

#lightbox_layer {
	display: none; 
	z-index: 999; 
	position: fixed; 
	width: 100%; 
	height: 100%;
}

#lightbox_bg {
	width: 100%; 
	height: 100%; 
	background-color: rgba(255,255,255,1); 
	position: fixed;
}

#lightbox_dots span {
	display: inline-block; 
	width: 8px; 
	height: 8px; 
	border-radius: 4px;
	background-color: rgb(180,180,180);
	background-color: rgba(0,0,0,0.4);
	margin: 8px;
}

#lightbox_dots span.active {
	background-color: rgba(0,0,0,1);	
}


#lightbox_center {
	position: relative;	
}

#lightbox_center img {
	width: 100%;
}

.lba {
	position: relative;
	display: inline-block;
	cursor:  url(/img/cursor_zoom.png) 2 2, pointer;
}

#lba_prev, #lba_next, #lba_close {
	opacity: 0.7;
	color: #000;
}

#lba_prev img, #lba_next img {
	height: 33px;
	padding: 5px;
	margin-left: 15px;
}

#lba_close img {
	height: 30px;
	padding: 5px;
	float: right;
	margin-top: -5px;
	margin-right: -5px;
}

.ico_popup {
	position: absolute;
	height: 25px;
	top: 30px;
	right: 10px;
	opacity: 0;
}

.imp {
	width: 100%;
	height: 300px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.ipl {
	cursor: pointer;
	cursor: hand;
}

#mobmenu_ct {
	display: none;
	position: absolute;
	top: 20px;
	right: 20px;
	width: 25px;
	height: 40px;
}

.mobmenu_line {
	display: inline-block;
	background-color: #9D1722;
	width: 100%;
	height: 3px; 
	margin-bottom: 3px;
	float: left;
	transition: all 0.5s;
}

.mob_only {
	display: none;
}



/* Media Queries */


@media only screen and (max-width : 1200px)  {
	
	#head_ct, #content_ct, #footer_ct {
		max-width: 100%;
		left: auto;
		margin-left: auto;
	}
		
	.cntbox_trenner {
		width: 90%;
		max-width: 970px;
	}
	
	#head_left {
		display: none;
	}
	
	#head_right {
		display: none;
	}
	
	#logo {
		height: 100px;
	}
	
	#head_center {
		height: 120px;
		padding-top: 10px;
	}
	
	#menu li:nth-child(1) {
		width: 15%;
	}

	#menu li:nth-child(2) {
		width: 15%;
	}

	#menu li:nth-child(3) {
		width: 19%;
	}

	#menu li:nth-child(4) {
		width: 31%;
	}

	#menu li:nth-child(5) {
		width: 20%;
	}
	
	#content_ct {
		padding-top: 160px;
	}

	.cntbox_frame {
		padding-left: 80px;
		padding-right: 80px;
	}
	
	h3 {
		font-size: 36px;
	}
	
}

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

	#wrapper_partner {
		text-align: center;
	}	
	
.logo_mem {
	height: 100px;
	width: 30%;
	float: none;
	margin-right: 10px;
	margin-left: 10px !important;
}
	
}

@media only screen and (max-width : 740px)  {
	
	#head_ct {
		text-align: center;
		height: 70px;
	}
	
	#menu_ct {
		display: none;
		position: absolute;
		width: 100%;
		top: 70px;
	}
	
	#menu {
		background-color: #F7F7F7;
		padding-top: 20px;
		padding-bottom: 20px;
		border-top: none;
		border-bottom: none;
	}
	
	#menu li {
		width: 100% !important;
		border-right: none;
		font-size: 16px;
	}
	
	#menu li.active, #menu li.active:hover {
		background-color: transparent;
		color: #9D1722;
	}
	
	#logo {
		height: 70px;
		margin-left: 15px;
	}
	
	#head_center {
		height: auto;
		padding-top: 0px;
	}
	
	#content_ct {
		padding-top: 80px;
	}
	
	h3 {
			font-size: 24px;
			padding-bottom: 10px;
		}
	
	.cntbox_frame {
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 25px;
		padding-bottom: 25px;
	}
	
	.logo_mem {
		height: 80px;	
	}
	
	.logo_mem.logo_supporter {
		height: 60px;	
	}
	
	#logo_mem_bg {
		margin-left: auto;
	}
	
	
	
	#footer_box2 {
		display: none;
	}
	
	#footer_box1, #footer_box3 {
		width: 50%;
		float: left;
		padding-left: 20px;
		padding-right: 20px;
		line-height: 200%;
		font-size: 12px;
	}
	
	#footer_logo {
		height: auto;
		width: 80%;
		max-width: 400px;
	}
	
	
	
	#mobmenu_ct {
		display: inline-block;
		transition: all 0.5s;
	}
	
	

	.menuactive #mobmenu_ct .mobmenu_line {
		background-color: #4A4A4A;
	}
	
	.menuactive #mobmenu_ct #mml1 {
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		margin-top: 8px;
	}
	
	.menuactive #mobmenu_ct #mml2 {
		opacity: 0;
	}
	
	.menuactive #mobmenu_ct #mml3 {
		-moz-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		margin-top: -12px;
	}
	

	.page-sub h2 {
		font-size: 18px;
	}
	
	.page-sub h4 {
		font-size: 14px;
	}
	
	#webby {
		padding-top: 30px;
		padding-bottom: 20px;
	}
	
	#contact_left, #contact_right {
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	#contactform label {
		width: 100%;
	}
	
	input[type="text"], textarea, select {
		width: 100%;
		margin-top: 5px;
	}
	
	#contactform #contact_right label {
		width: 100%;
	}
	
	#contactform textarea {
		width: 100%;
		margin-top: 5px;
	}
	
	#contactform label.lb_auto {
		padding-left: 40px;
		margin-right: 0px;
	}
	
	input[type="checkbox"] + label span, input[type="radio"] + label span {
		margin-right: 20px;
		margin-left: -40px;
		margin-bottom: 0px;
		margin-top: 0px;
	}
	
	.mob_only {
		display: inherit;
	}
	
	.logo_mem {
	height: 80px;
	width: 60%;
		max-width: 250px;
}
	
	#wrapper_supporter {
		
	}
	
}






@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
	.border_link {
		width: 10px;
		height: 10px;
	}
	
	.copyframe {
		  position: relative;
	}
}
















