@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 {
	
}




/* 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;
	font-weight: 400;
	text-transform: uppercase;
	border-right: 2px solid #4A4A4A;
	text-align: center;
	margin: 0px;
	float: left;
}

#menu li span {
	padding-top: 12px;
	padding-bottom: 14px;
	display: inline-block;
	width: 100%;
}

.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 a.elink  {
	color: #4A4A4A;
}

#menu a.elink:hover {
	color: #9D1722;
}



#menu li.active, #menu li.active a {
	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: 305px;
	display: inline-block;
}



#menu > *:nth-child(4) {
	width: 206px;
	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_immomach {
	background-image: url(/img/logo_immobilienmacher.svg);
}

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

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

#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_gold.svg);
}

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

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

.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{
	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: 200px;
	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;
}




/* flexslider */


#flexslider_home {
	border: none !important;
	background: none;
}

#flexslider_home .sldflip_on {
	display: none !important;
}

#flexslider_home.sldon  .sldflip_on {
	display: inherit !important;
}

#flexslider_home.sldon .sldflip_off {
	display: none !important;
}



.flexslider, .slides, .slides li {
	width: 100%;
	height: 100%;
}


.fs_slide {
	width: 100%;
	height: 100%;
	display: inline-block;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}

#fs_head .flex-direction-nav {
	display: none;
}

#fs_head .fs_slide {
	background-position: center top;
}

.slide_inner_ct {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(../img/overlay_tile_sld.png); 
	background-repeat: repeat;
}

.slide_inner {
	width: 100%;
	position: absolute;
	top: 50%;
	margin-top: -150px;
	text-align: center;
	font-weight: normal;
	font-style: normal;
}

.slide_title {
	color: #fff;
	font-size: 38px;
	line-height: normal;
	display: block;
}

.slide_title img {
	width: auto !important;
	display: inline-block !important;
}

.slide_text {
	color: #fff;
	font-size: 76px;
	line-height: 95%;
}

.flex-viewport{
    position: absolute;
    width: 100%;
    height: 100%;
	z-index: 1;
}

.flex-control-nav {
	bottom: -36px !important;
	z-index: 4;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.flex-direction-nav {
	z-index: 4;
}

.flex-control-paging li a {
	background-color: #d8d8d8 !important;
	box-shadow: none !important;
	border: none;
	width: 10px !important;
	height: 10px !important;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.flex-control-paging li a:hover {
	background-color: #2c00bc !important;
}

.flex-control-paging li a.flex-active {
	background-color: #9D1722 !important;
	box-shadow: none !important;
}

.flexslider .flex-direction-nav .flex-next {
    right: 10px !important; 
	opacity: 1 !important;
}

.flexslider .flex-direction-nav .flex-prev {
    left: 10px !important; 
	opacity: 1 !important;
}

.flex-direction-nav a::before {
	display: none;
}

.flex-direction-nav a.flex-next::before {
	display: none;
}




/* Lightbox */

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

#lightbox_layer .dl_hres {
	display: none;
}

#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;
}






/* events */


.events_spacer {
	clear: both;
	height: 60px;
	margin-top: 60px;
	border-top: 1px solid #ccc;
}

.event_box_ct a {
	color: #9D1722;
}

.event_box_ct a:hover {
	color: #2C00BC;
}


body .event_box_ct:nth-of-type(n + 4){
	display: none;
}

body.events_all .event_box_ct:nth-of-type(n + 4){
	display: inherit;
}

.events_tx_weniger {
	display: none;
}

body.events_all .events_tx_weniger {
	display: inherit;
}

body.events_all .events_tx_alle {
	display: none;
}

.events_more {
	text-align: center;
	height: 80px;
	margin-top: -40px;
}

.events_more_btn {
	cursor: pointer;
	cursor: hand;
	display: inline-block;
	color: #9D1722;
}

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

#events_more_point_right {
	height: 18px;
	width: auto;
	margin-top: 10px;
}

#events_more_point_down {
	width: 18px;
	height: auto;
	display: none;
	margin-top: 5px;
}

body.events_all #events_more_point_down {
	-moz-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
-o-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}

.events_more_btn:hover #events_more_point_right {
	display: none;
}

.events_more_btn:hover #events_more_point_down {
	display: inherit;
}

.eventliste {
	position: relative;
	text-align: left;
	top: -20px;
	padding-bottom: 20px;
}

.eventliste a {
	color: #9D1722;
}

.eventliste a:hover {
	color: #2C00BC;
}

.eventliste .inlinetitel {
	display: inline-block;
}

#eventliste_btn {
	position: absolute;
	right: 0;
}


/* Presse */

.dl_item_box {
	position: relative;
	padding-top: 5px;
	padding-bottom: 15px;
}

.icon_dl {
	position: relative;
	display: inline-block;
	margin-top: 5px;
}

.icon_dl .cls-1 {
	fill: #9D1722;
}

.icon_dl_pdf {
	width: 24px;
	height: auto;
}

.icon_dl_doc {
	width: 24px;
	height: auto;
}

.icon_dl_default {
	width: 24px;
	height: auto;
}

.icon_dl:hover .cls-1 {
	fill: #2C00BC;
}

.dli_box {
	width: 120px;
	height: 80px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	display: inline-block;
	margin-right: 13px;
	margin-bottom: 10px;
}

.page-pid-presse #lightbox_layer #lightbox_dots {
	display: none !important;
}

.page-pid-presse #lightbox_layer .dl_hres {
	display: inline-block;
	bottom: 30px;
	font-size: 13px;
	width: 300px;
	text-align: center;
	height: 20px;
	left: 50%;
	margin-left: -150px;
	position: absolute;
	color: #000;
}

.page-pid-presse audio {
	width: 100%;
	margin-top: 0.5em;
	display: inline-block;
}

.icon_micro {
	display: inline-block;
	height: 30px;
	width: auto;
	margin-bottom: -4px;
	margin-right: 0.5em;
}

.pcast_more_box {
	display: none;
}

.pcast_more_btn {
	display: inline-block;
	margin-top: 2em;
	padding-bottom: 10px;
	color: #9D1722;
	cursor: pointer;
}

.pcast_more_btn .tx2 {
	display: none;
}

.iw_pfeil2_wrapper {
	display: inline-block;
	position: relative;
	top: 5px;
}

.iw_pfeil2_ct {
	display: flex;
  justify-content: center;
  align-items: center;
	width: 30px;
	height: 30px;
	transition: all 0.5s;
}

.pcast_more_btn:hover .iw_pfeil2_ct {
	-moz-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}

.pcast_more_btn.active .iw_pfeil2_ct {
	-moz-transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
}

.pcast_more_btn.active .tx1 {
	display: none;
}

.pcast_more_btn.active .tx2 {
	display: inherit;
}

.iw_pfeil2 {
	width: 70%;
	height: auto;
}


/* Podcast Teaser */


.pct_wrapper {
	position: absolute;
	border: 2px solid #4A4A4A;
	color: #4A4A4A;
	background-color: #f7f7f7;
	width: 761px;
	height: auto;
	right: 0;
	top: 271px;
	text-align: left;
	z-index: 10;
	background-image: url(/img/bgimg_mikro.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto 90%;
}

.pct_tx1 {
	display: inline-block;
	font-size: 32px;
	padding: 1em 0.8em;
	line-height: 124%;
}

.pct_tx2 {
	text-align: right;
	position: absolute;
	top: 0;
	right: 0;
	line-height: 124%;
	font-size: 32px;
	padding: 1em 0.8em;
}

.pct_tx2 .finger_right {
	height: 24px;
	width: auto;
	left: 50%;
	top: 28px;
	position: absolute;
	-moz-transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
	transition: all 0.5s;
}

.pct_tx2:hover .finger_right {
	top: 23px;
}

.pct_close {
	font-family: Arial, sana-serif;
	color: #fff;
	background-color: #4a4a4a;
	position: absolute;
	width: 30px;
	height: 30px;
	font-weight: 400;
	font-size: 18px;
	display: flex;
	justify-content: center;
  align-items: center;
	-webkit-border-radius: 50px;
border-radius: 50px;
	bottom: 10px;
	right: 10px;
	cursor: pointer;
	cursor: hand;
}

.pct_close:hover {
	background-color: #9D1722;
}



/* update 21 - partner */



#wrapper_faecher {
	padding: 20px 0 6em 0;
	border-top: none;
}


#wrapper_faecher svg {
	width: 970px;
	/*height: 569px;*/
	height: 529px;
}

#wrapper_faecher svg #beschriftung, #wrapper_faecher svg #linien, #wrapper_faecher svg #punkte {
	pointer-events: none;
}

#wrapper_faecher svg .ipl > path {
	transition: all 0.5s;
}


#wrapper_faecher svg #grp_abitare.ipl:hover > path {
	fill: #9f8281;
}

#wrapper_faecher svg #grp_bg.ipl:hover > path {
	fill: #c4221d;
}

#wrapper_faecher svg #grp_cg.ipl:hover > path {
	fill: #c81e41;
}

#wrapper_faecher svg #grp_hz.ipl:hover > path {
	fill: #f08f94;
}

#wrapper_faecher svg #grp_di.ipl:hover > path {
	fill: #e6bfc0;
}

#wrapper_faecher svg #grp_ius.ipl:hover > path {
	fill: #b79495;
}

#wrapper_faecher svg #grp_kp.ipl:hover > path {
	fill: #c4221d;
}

#wrapper_faecher svg #grp_rmp.ipl:hover > path {
	fill: #c81e41;
}

#wrapper_faecher svg #grp_vi.ipl:hover > path {
	fill: #aa8c8b;
}

.p21_wrapper {
	padding: 5em 50px;
	margin: 0 100px;
	border-top: 2px dashed #4A4A4A;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.p21_title {
	font-size: 24px;
	color: #9D1722;
	width: 100%;
	margin-bottom: 3em;
}

.p21_logo {
	width: 40%;
}

.p21_logo img {
	height: 80px;
	width: auto;
}

.p21_imgs {
	width: 60%;
	display: flex;
	justify-content: space-between;
	padding-bottom: 1.5em;
}

.p21_img_box {
	width: 46%;
	display: flex;
	flex-direction: column;
}

.p21_img {
	width: 100%;
	padding-top: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.p21_name {
	padding: 0.8em 0;
}


.p21_kontakt {
	width: 40%;
	display: flex;
	align-items: flex-end;
}

.p21_kontakt span {
	color: #9D1722;
}

.p21_kontakt a {
	color: #4A4A4A;
}

.p21_kontakt a:hover {
	color: #9D1722;
}

.p21_text {
	width: 60%;
	display: flex;
	align-items: flex-end;
}

.prt_cg .p21_logo img {
	height: 115px;
}

.prt_hypozug .p21_logo img {
	height: 110px;
}

.prt_kasparpartner .p21_logo img {
	height: 60px;
}

.prt_kasparpartner .p21_img_box {
	width: 100%;
}

.prt_kasparpartner .p21_img_box .p21_img {
	padding-top: 57%;
	background-position: 0 33%;
}

.prt_abitare .p21_logo img {
	height: 50px;
}

.prt_abitare .p21_img_box {
	width: 100%;
}

.prt_abitare .p21_img_box .p21_img {
	padding-top: 57%;
	background-position: 0 33%;
}

.prt_immobilienmacher .p21_logo img {
	height: 60px;
}

.prt_losingermarazzi .p21_logo img {
	height: 60px;
}


.prt_verit {
	border-bottom: 2px dashed #4A4A4A;
}

.prt_verit .p21_logo img {
	height: 60px;
}

.btt_partner {
	color: #9D1722;
	position: absolute;
	right: 0em;
	bottom: 0.5em;
}

.btt_partner img {
	width: 1em;
	height: auto;
	left: 0.1em;
	-moz-transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
	position: relative;
	transition: top 0.3s;
	top: 0;
}

.btt_partner:hover img {
	top: -6px;
}




/* 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: 31%;
	}

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

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

	.cntbox_frame {
		padding-left: 80px;
		padding-right: 80px;
	}
	
	h3 {
		font-size: 36px;
	}
	
	.eventliste {
		right: auto;
	}
	
	.flexslider .lba {
		width: 100%;
	}
	
	
	.pct_wrapper {
		top: 171px;
	}
	
	#wrapper_faecher svg {
		width: 100%;
		/*height: 58.66%;*/
		height: 54.54%;
	}
	
	.p21_wrapper {
		margin: 0 5%;
		padding-left: 0;
		padding-right: 0;
	}

.prt_blasergraenicher .p21_logo img {
	height: 60px;
}	
	
.prt_cg .p21_logo img {
	height: 90px;
}

.prt_hypozug .p21_logo img {
	height: 85px;
}

.prt_kasparpartner .p21_logo img {
	height: 45px;
}
	
.prt_abitare .p21_logo img {
	height: 30px;
}

.prt_immobilienmacher .p21_logo img {
	height: 45px;
}

.prt_losingermarazzi .p21_logo img {
	height: 45px;
}
	
.prt_verit .p21_logo img {
	height: 45px;
}
	
	.p21_title {
		font-size: 21px;
	}

	
}

@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;
}
	
	#contact_left, #contact_right {
		width: 70%;
		padding-left: 0;
		padding-right: 0;
	}
	
	#contactform textarea {
		width: 72%;
	}
	
	#contactform #contact_right label {
		width: 28%;
	}
	
	.pct_wrapper {
		width: 70%;
	}
	
	.pct_tx1, .pct_tx2 {
		font-size: 23px;
	}
	
	.pct_tx2 .finger_right {
		height: 18px;
		top: 20px;
	}
	
	.pct_tx2:hover .finger_right {
		top: 20px;
	}
	
}

@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 {
		
	}
	
	.eventliste {
		padding-top: 20px;
	}
	
	.events_spacer {
		height: 40px;
		margin-top: 40px;
	}
	
	.events_more {
		margin-top: -20px;
	}
	
	.flex-direction-nav {
		display: none;
	}
	
	
	.eventliste .inlinetitel {
		display: block;
	}
	
	#eventliste_btn {
		position: relative;
		right: auto;
	}
	
	.pct_wrapper {
		width: 90%;
		left: 5%;
		right: auto;
		position: relative;
		top: 0;
	}
	
	.pct_tx1, .pct_tx2 {
		font-size: 3.5vw;
	}
	
	.pct_tx2 {
		padding-top: 0;
	}
	
	.pct_tx2 .finger_right {
		-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
		bottom: -0.5vw;
		top: auto !important;
		height: 3vw;
	}
	
	.pct_close {
		right: 4px;
		bottom: 4px;
		width: 24px;
		height: 24px;
	}
	

	
	
	.p21_wrapper {
		margin: 0 20px;
		padding-left: 0;
		padding-right: 0;
		padding-top: 3em;
		padding-bottom: 3em;
	}
	
	#wrapper_faecher {
		margin: 0 4px;
	}
	
	
	
	
	.p21_title {
		font-size: 18px;
		order: 2;
		margin-bottom: 2.5em;
	}
	
	.p21_logo {
		order: 4;
		width: 100%;
		text-align: left;
	}
	
	.prt_blasergraenicher .p21_logo img {
		
	}
	
	.p21_imgs {
		order: 8;
		width: 100%;
		padding-top: 3em;
		
	}
	
	.p21_kontakt {
		order: 10;
		width: 100%;
	}
	
	.p21_text {
		order: 8;
		width: 100%;
		padding-bottom: 2em;
	}
	
	
	
}






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
















