/*
	Theme Name: TKM minimal
	Theme URI: http://tkm-kronberg.de
	Description: viktoria immo
	Version: 2


*/

@font-face {
    font-family: 'Belleza';
    src: url('fonts/belleza-regular-webfont.eot');
    src: url('fonts/belleza-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/belleza-regular-webfont.woff2') format('woff2'),
         url('fonts/belleza-regular-webfont.woff') format('woff'),
         url('fonts/belleza-regular-webfont.ttf') format('truetype'),
         url('fonts/belleza-regular-webfont.svg#bellezaregular') format('svg');
    font-weight: normal;
    font-style: normal;

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


body {

	margin: 0;
	padding: 0;

	font-family: 'Belleza', Helvetica, Arial, sans-serif;
	/*font-family: Helvetica, Arial, sans-serif;*/
	color: #333; /*rgb(99, 99, 99);*/
	line-height: 150%;
	background-color: #fff;
	font-size: 18px;
}


/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}

a {
   color: #b51f1f;
	/*background-color: #fff;*/
	-moz-transition: all 0.25s ease-in;
    -webkit-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
    letter-spacing: 1px;
}

a:hover {
	color:#000;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}


figure {
	margin-block-start: 0px !important;
	margin-inline-start: 0px !important;
	margin: 0; padding: 0;
}




h1,h2,h3,h4,h5,h6 {

	font-weight: normal;
	line-height: 150%;
	color: #fff;
}


a.view-article {
	color: #fff;
	background-color: #b51f1f;
	display: block;
	float: right;
	padding: 2px 10px;
	border-radius: 5px;
}

a.view-article:hover {
	background-color: #000;
}



 h1  {
/*	flex-grow: 2;
	flex-shrink: 2;	
	background: rgba(255, 255, 255, 0.6); */
	text-align: center;
	font-size: 42px;
/*	text-shadow: 0px 0px 9px #fff;*/
}


 h2 {
	font-size: 30px;
	font-weight: normal;
	margin: 0 0 0.25em 0;
	padding: 0.1em;
}

 h3 {
	font-size: 26px;
	font-weight: normal;
	margin: 0 0 0.25em 0;
	padding: 0.1em;
}
 h4 {
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 0.25em 0;
	padding: 0.1em;
}


header.home {
	background: url(img/bg-pano-sommer.webp) center no-repeat;
	height: 1050px;
	overflow: hidden;
	background-size: cover;
		background-size: cover;
}

header.orschl {
		background: url(img/orschel1.jpg) center no-repeat;
			height: 1050px;
	overflow: hidden;
	background-size: cover;
}

/*
header.orschel .cc_logo p:nth-of-type(2n) {
	display: none;
}*/


header {
	background: url(img/bg-pano-sommer.webp) center -450px  no-repeat;
	height: 450px;
	overflow: hidden;
	background-size: cover;
}

.fx00,
.fx01,
.fxff {
	display: flex;
	flex-direction: row;
	width: 100%;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.fx00 {

}
.fxff {
	max-width: 1400px;
	margin: 0 auto;
	padding: 10px 0 42px 0;
}
.fxff > div {
	flex-basis: 300px;
	flex-grow: 1;
	flex-shrink: 1;
}

.cc_top {
	position: absolute;
	/*	box-shadow: 3px 2px 11px rgba(0,0,0,1); /*rgb(98, 33, 124);*/
  		backdrop-filter: blur(3px);
  		-webkit-backdrop-filter: blur(3px);

}


.e42grid3 {
	background-color: #dedede;
	padding: 42px;
	border-top: 1px solid rgb(119,119,119);
	border-bottom: 1px solid rgb(119,119,119);
}


.e42grid3 > ol {
	 max-width: 1140px;
	 margin: 0 auto;

	 padding: 0;

      display: grid;
      grid-gap: 30px;
      grid-template-columns: repeat(3, 380px);
      grid-template-rows: repeat(3, 380px);
      list-style-type: none;
}

.e42grid3 > ol > li {
	background-color: rgb(209,217,219);
	text-align: center;	
	  border: 1px solid rgb(119,119,119);
	  padding-top: 25px;
	  position: relative;
	  					    transition: all 0.5s ease-in;

}

.e42grid3 h2 {
	text-align: center;
	color: #000;
}

.service-text {
	top: 0px;
	position: absolute;
	background-color: #fff;
		padding: 10px;
		height: 0;
		opacity: 0;
					    transition: all 0.5s ease-in;
					    text-align: left;
}


.e42grid3 > ol > li:hover {
	box-shadow: 3px 3px 9px 2px rgba(0,0,0,0.4);
}

.e42grid3 > ol > li:hover .service-text {
	background-color: #fff;
		display: block;	
		opacity: 1;
		height: 378px;

}





.e42grid3 > ol > li > figure {
	display: inline-block;

	margin: 0; padding: 0;

	background-color: #fff;
	width: 200px;
	height: 200px;

	border-radius: 50%;

  border: 1px solid rgb(119,119,119);
    object-position: center;
		  object-fit: cover;       

}

.e42grid3 > ol > li > figure > img {
	width: 190px;
	height: 190px;
	padding-top: 20px;
}

.e42grid3 > ol > li > hgroup > p {
	color: rgb(119,119,119); font-size: 38px; font-weight: bold; letter-spacing: 1px;
	margin: 0; padding: 10px;
}

.e42grid3 > ol > li > hgroup > h3 {
	color: #000; font-weight: bold; padding: 0 15px;
}



.fx01 {
	position: relative;
	margin-top: 360px;
	min-height: 120px;
}


.fx00l0,
.fx00r0 {
/*	background-color: rgba(48, 56, 65, 0.8); */
  			background-color:  rgba(255, 255, 255, 0.6);

	flex-grow: 1;
	flex-shrink: 1;
}
.fx01l0,
.fx01r0 {
	background: rgba(255, 255, 255, 0.6);
	flex-grow: 1;
	flex-shrink: 1;
}

.page_title {
	flex-grow: 2;
	flex-shrink: 2;	
	background: rgba(255, 255, 255, 0.6);
	text-align: center;
}
 h1.wp-block-heading {
	padding-top: 42px;
	font-size: 42px;
	/*text-shadow: 0px 0px 9px #fff;*/
	margin-block-end: 0;
	margin-block-start: 0;
}



@keyframes fadeIn {
  0% {
    /*transform: translateY(100%);*/
    opacity: 0;
  }
  100% {
    /*transform: translateY(0%);*/
    opacity: 1;
  }
}

.fadeInUp-animation {
  animation: 1.5s fadeIn;
}




h2.baukal {
	font-size: 22px;
	font-weight: normal;
}


.col_intro {
	max-width: 420px;
	margin: 0 auto 0 0;
}

.cc_logo {
	position: absolute;
	top: 85px;
	margin-bottom: 55px;
width: 100%;
	text-align: center;
			background-color: rgba(255,255,255,0.3);
			padding-top: 15px;
			padding-bottom: 10px;

			    transition: all 0.5s ease-in;

}

.cc_logo:hover {
			background-color: rgba(255,255,255,0.6);

}



.cc_logo a {

	color: #000;
	text-decoration: none;
}

.cc_logo p {
	margin-block-start: 6px;
	margin-block-end: 6px;

}

.cc_logo p em {
	font-size: 29px;
	font-weight: normal;
	font-style: normal;
}

.cc_logo p strong {
	font-size: 17px;
	font-weight: normal;
	font-style: normal;
	opacity: 0.75;
}


.cc_logo h3 {
	display: none;
}


.logo_img {
/*	width: 250px;
	height: 90px;*/
	width: 240px;
	height: 80px;
	margin: 0 auto;
	background: url(img/viktoria-immobilien-kronberg-logo-2.webp) center no-repeat;
	
}





.ccc_news {
background: #eeeeee;
background: -moz-linear-gradient(top,  #eeeeee 0%, #a8a8a8 100%);
background: -webkit-linear-gradient(top,  #eeeeee 0%,#a8a8a8 100%);
background: linear-gradient(to bottom,  #eeeeee 0%,#a8a8a8 100%);

	min-height: 400px;	
	width: 100%;
	border-top: 1px solid rgb(212,212,212);
}

.ccc_immolist {
background: #424242;
background: -moz-linear-gradient(top,  #424242 0%, #888888 72%, #666666 100%);
background: -webkit-linear-gradient(top,  #424242 0%,#888888 72%,#666666 100%);
background: linear-gradient(to bottom,  #424242 0%,#888888 72%,#666666 100%);

	width: 100%;
	border-top: 1px solid #555;
}


.cc_immowert {
	border-top: 1px solid #ddd;
	text-align: center;
	padding: 50px 0 20px 0;
	background-color: rgb(255,255,255);
}


.cc_intro2 {
	width: 100%;
	padding: 10px 0 20px 0;
	background: rgb(255,255,255);
background: -moz-linear-gradient(top,  rgb(255,255,255) 0%, rgb(238,238,238) 100%);
background: -webkit-linear-gradient(top,  rgb(255,255,255) 0%,rgb(238,238,238) 100%);
background: linear-gradient(to bottom,  rgb(255,255,255) 0%,rgb(238,238,238) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );

}

.cc_intro2 .wp-block-columns {
	max-width: 900px;
	margin: 0 auto;
	flex-direction: row-reverse;
}





.cc_intro2 h3 {
	margin: 12px 0 28px 0;
}


.cc_intro2 p {
	margin-bottom: 1em;
	margin-block-start: 0;
	margin-block-end: 	0;

}

p.p_spc {
	margin-block-end: 1.75em;
}


.p_btn {
	text-align: center;
}

.p_btn a,
.e42cta a  {
	text-decoration: none;
	border: 1px solid rgba(255,255,255,0.3);
	border-radius: 20px;
	display: inline-block;
	padding: 4px 12px;
	color: #fff;

	background: linear-gradient(90deg, rgba(48,56,65,0.85) 0%, rgba(255,255,255,0.25) 35%, rgba(48,56,65,0.85) 80%), rgba(0,0,0,0.35);
  	
  	backdrop-filter: blur(3px);


	box-shadow: 2px 2px 5px rgba(0,0,0,0.9), -1px -1px 2px rgba(255,255,255,0.9);
	-moz-transition: all 0.25s ease-in;
    -webkit-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
}
.p_btn a:hover,
.e42cta a:hover  {
	box-shadow: none;
}

.e42leistungen {
   text-align: center;
   padding-top: 40px;
   padding-bottom: 50px;

}

.e42cta {
	text-align: center;
	background: url(img/bg-pano-sommer.webp) 0px 0px no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.e42cta > div {
	color: #ddd;
	padding-top: 90px;
	padding-bottom: 60px;
	background: linear-gradient(to bottom,  rgba(48,56,65,1) 0%,rgba(48,56,65,0.5) 32%,rgba(48,56,65,0.65) 70%,rgba(48,56,65,1) 100%);
}

.e42footerlogo {
	padding-top: 35px;
}


.ccc_base {

	text-align: center;
	/*background: url(img/bg-pano-1.webp) 0px 0px no-repeat;*/
	background-attachment: fixed;
	background-size: cover;

}
.ccc_base2 {

	text-align: center;
	background: #fff;
}




.cc_base {
	color: #ddd;
	padding-top: 90px;
	padding-bottom: 60px;
}




.c_immow2l {
	max-width: 1100px;
	margin : 60px auto;
	box-shadow: -1px -1px 6px 0px rgba(255,255,255,0.7), 3px 3px 9px 1px rgba(0,0,0,0.6);
	background: #fff;
	min-height: 460px;
	background: url(img/bg-immowert.webp) center no-repeat, #fff;
}


.c_immow2l h3 {
	text-align: left;
	padding: 45px 0 42px 20px;	
}


.c_immow2l p.p_btn {
	background-color: rgba(230,230,230,0.4);
	padding: 100px 0 190px 0;
}



.cc_immolist,
.cc_news {
	width: 94%;
	padding: 10px 0 80px 0;
	margin: 0 auto;
		display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;

}
.cc_immolist {
	align-items: flex-end;
	padding-bottom: 10px;
}
.cc_news > .c_news,
.cc_immolist > .c_immo  {
	flex-grow: 1;
	flex-basis: 360px;
	max-width: 420px;
}

.cc_immolist > .c_immo > div {
	margin: 20px;
	max-width: 300px;
	overflow: hidden;
	text-align: center;
	background: rgb(80,80,80);
	padding: 5px;
	border: 1px solid rgb(40,40,40);
	box-shadow: 2px 2px 9px rgb(40,40,40);
}

.cc_immolist  a {
	color: #fff;
}

.cc_news > .c_news > h3 {
	margin: 60px 0 0 0;
	padding: 0 0 8px 0px;
}

.cc_news > .c_news > ul {
	max-width: 320px;
	margin: 0;
	background: rgba(255,255,255,0.35);
	padding: 8px 12px 2px 20px;
	border: 1px solid rgb(212,212,212);

}

.cc_news > .c_news > ul > li {
	background: #fff;
	margin-bottom: 0.5em;
	padding: 4px;
}


.x_anfrage {
	position: absolute;
	top: 70px;
	right: 2%;
	width: 200px;
	height: 250px;
	background: url(img/bauki250.png) top left no-repeat;
}

.cta_anfrage {
	margin-top: 240px;
	margin-left: 42px;
}

.cta_telefon {
	width: 200px;
	text-align: center;
	font-weight: bold;
	font-size: 120%;
	padding-top: 300px;
}

/* footer */
footer {
	margin:  0;
	padding: 0;
		padding-bottom: 90px;
		letter-spacing: 1px;
}

footer p, footer label, footer figcaption {
	font-size: 18px;
	line-height: 142%;

}


.e42cc0_dark figcaption {
	max-width: 1200px;
	margin: 0 auto;
}


footer p {
	margin: 0.5em 0; 
}


footer a {
	color: #eee;
	text-decoration: none;
}
footer a:hover {
	color: #fff;
	text-decoration: underline;
}


footer nav  {
	list-style-type: none;
	text-align: left;
}

footer nav  li {
	display: inline-block;
	padding: 0 10px;
}


footer .cc_nav {
	background-color: rgb(181, 31, 31);
	width: 100%;
}

footer nav li a {
	background-color: rgb(181, 31, 31);
	color: #fff;
}
footer nav  li a:hover {
}

footer .fx00l0,
footer .fx00r0 {
	background-color: rgb(181, 31, 31);
}







/**/

.cc420immo, 
.cc420  {
	max-width: 900px;
	margin: 0 auto;
}


.c420cover {

}

.cc420l,
.cc420r {
	padding-top: 90px;
	margin-bottom: 0;
}


.cc420l .wp-block-columns,
.cc420r .wp-block-columns {
	margin-bottom: 0; 
	align-items: stretch;
	display: flex;
}



.cc420r {
	background: #eee;
}

.cc420l h2,
.cc420r h2 {
	text-align: center;
	padding-bottom: 25px;
}

.cc420l figure.c_icon,
.cc420r figure.c_icon {
	text-align: center;

}

.cc420r .wp-block-columns {
	flex-direction: row-reverse;
}

/*
.cc420r .wp-block-columns .wp-block-column:not(:first-child) {
	margin-left: 0;
	margin-right: 32px;
}

.cc420r .wp-block-columns .wp-block-column:nth-child(2n) {
	margin-left: 0px;
}



*/
.cc420r .wp-block-columns .wp-block-column,
.cc420l .wp-block-columns .wp-block-column {
	margin: 0;
	flex-basis: 50%;
}

.cc420l .wp-block-columns .wp-block-column:first-child p {
	max-width: 550px;
	margin-left: auto;
	margin-right: 10%;
}
.cc420r .wp-block-columns .wp-block-column:first-child p {
	max-width: 550px;
	margin-right: auto;
	margin-left: 10%;
}


.cc420c {
	text-align: center;
}

.cc420blog {
	text-align: left;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}

.cc_zitiert {
	border: 1px solid #ddd;
	background-color: #eee;
	padding: 10px;
}





.e42cc0 {
	max-width: 900px;
	margin: 0 auto;	
}

.e42cc0_note h2,
.e42cc0_data h2,
.e42cc0_main h2, .e42cc0_main h3, 
.e42cc0 h2, .e42cc0 h3 {
	color: #000;
}


.e42cc0_main {
	width: 100%;
}

.e42cc0_note {
	width: 100%;
	margin-top: -20px;
}
.e42cc0_note > div {
	max-width: 900px;
	margin: 0 auto;
	padding: 20px;
	border: 1px solid #f90;
	background-color: #ffffee;
}

.e42cc0_main > section {
	width: 100%;
	padding: 30px 0 30px 0;
	border-bottom: 1px solid rgba(0,0,0,0.3);
}

.e42cc0_data {
	max-width: 900px;
	margin: 160px auto 0 auto;
}

.e42cc0_space {
	padding: 90px 0 120px 0;
}


.e42cc0_main > section:nth-child(odd)  {
	width: 100%;
	padding: 30px 0 30px 0;
		background-color: rgba(221,211,202,0.6);

	border-bottom: 1px solid rgba(0,0,0,0.3);
}


.e42cc0_main  img,
.e42cc0_main > h2,
.e42cc0_main > section > * {
	max-width: 900px;
	margin: 0 auto;		
}



.e42cc0_dark {
	background-color: rgb(48, 56, 65);
	color: #fff;
	padding-bottom: 60px;
	padding-top: 20px;
}
.e42cc0_dark > div {
	max-width: 900px;
	margin: 0 auto;	

}

.e42cc0_dark a {
	color: #fff;
}

nav {
	padding: 0;
	margin: 0;
	top: 0px;
	left: 0px;
	width: 100%;

}
nav a {
/*	color: #fff;
	background-color:  rgba(48, 56, 65, 0.8);
	---------------------------------------------------------------------  HIER ------   */
	background-color:  rgba(255, 255, 255, 0.6);

	font-weight: bold;	
	padding: 8px 12px 8px 12px;
	height: 40px;
	display: block;
	font-size: 20px;
	letter-spacing: 0;
}



nav ul {
	margin: 0; padding: 0;
}

nav ul li {
	margin: 0; padding: 0;
	list-style-type: none;
	display: inline-block;
}





nav  ul  li {
	display: inline-block;
	margin: 0 ;
	padding: 0;
	list-style-type: none;

}


nav > ul > li a {
/*	color: #fff;*/
	display: block;
	text-decoration: none;


}


nav > ul > li > ul.sub-menu {
	display: none;
	padding: 0;
	position: absolute;
	text-align: left;

	backdrop-filter: blur(5px);
  	-webkit-backdrop-filter: blur(5px);

	background-color: rgba(48, 56, 65, 0.8);
	border-radius: 15px ;
  	padding: 5px;
  	border: 1px solid rgba(255, 255, 255, 0.5);
}

nav li:hover ul.sub-menu {
		z-index: 1000 !important;
	display: block;

}

nav li:hover ul.sub-menu li {
	display: block;
	min-width: 280px;
	margin-bottom: 5px;
}

nav li:hover ul.sub-menu li a {
	color: #fff;

	padding: 8px 5px 8px 30px;
	font-weight: normal;
		border-radius: 15px ;
background-color: transparent;
}


nav.nav_m  ul  li {
	display: block;
	width: 100%;
	margin: 0 ;
	padding: 0;
	list-style-type: none;
}

nav.nav_m > ul > li > ul.sub-menu {
	display: block;
	position: relative;
	width: 100%;

}
nav.nav_m li ul.sub-menu li {
	width: 100%;

}
nav.nav_m li ul.sub-menu li a{
	padding: 8px 5px 8px 30px;
	font-weight: normal;

}






nav a:hover,
.current-menu-parent > a,
.current-menu-item > a {
	color: #fff;
		background-color: #b51f1f !important;

 /*	background-color: rgba(48, 56, 65, 0.8) !important;*/
}



#cc_sticky, 
.sticky_nav {
	position: fixed;
	z-index: 994999;
	top: 0px;
	box-shadow: rgba(0, 0, 0, 0.85) 3px 2px 11px 0px;
}


.cc_map {
	width: 100%;
	margin: 50px 0 0 0;
	border-top: 1px solid #999;
}



ul.loop {
	margin: 0; padding: 0;
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	margin: 32px 0;
}





#cc_request_tel {
	margin: 30px 0 0 50px;
	background-color: rgba(255,255,255,0.7);
	padding: 10px;
	display: inline-block;
}






#ccx_kontakt {
	-moz-transition: all 0.75s ease-in;
    -webkit-transition: all 0.75s ease-in;
    -o-transition: all 0.75s ease-in;
    transition: all 0.75s ease-in;
   	z-index: 1000;

   	box-shadow: 2px 2px 16px 3px rgba(0,0,0,0.6);

	position: fixed;
	top: 40px;
	right: 28%;
	background-color: #f7f2e7; /*#c1aacb;*/
	display: none;
	padding: 0;
	margin: 0;
}

.ccx_kontakt_mobile {
	right: 0 !important;
	width: 400px !important;
}



#cx_kontakt {
	padding: 0;
	margin: 0;
}






.cta_btn {
	-moz-transition: all 0.25s ease-in;
    -webkit-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
	cursor: pointer;

	position: relative;

	font-size: 18px;
	font-weight: bold;
	padding: 8px 20px 8px 52px;
	display: inline-block;
	border: 1px solid #b51f1f;
	border-radius: 24px;
	color: #fff;

	box-shadow: 3px 2px 8px rgba(0, 0, 0, 0.6);

	background-color: rgb(181, 31, 31);

}

.cta_btn:hover {
	box-shadow: 0px 0px 3px rgb(0, 0, 0);
}

.cta_btn i {
	width: 50px;
	height: 36px;
	display: block;
	position: absolute;
	top: 3px;
	left: 7px;
	background: url(img/icons.png) 0px 0px no-repeat; 
}






#ccx_closer {
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: rgb(181, 31, 31);
	color: #fff;
	font-weight: bold;
	display: none;
	width: 26px;
	height: 26px;
	text-align: center;
	border-radius: 50%;
}



footer {

	background-color: rgb(48,56,65);
	text-align: center;
	color: #bbb;
}







.wpcf7-response-output {
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin: 0 !important;
	height: 80px !important; 
	width: 100% !important;
	background-color: #fff;
}

.wpcf7-not-valid-tip {
	position: absolute ;
	top: 18px;
	left: 0px;
}

.wpcf7-validation-errors {
	background-color: #f7e700;
}


.metaslider {
	margin-bottom: 0 !important;
}

.metaslider .flex-control-nav {
	right: 20px;
}



.cc_logo_inter {
	text-align: center;
}

.cc_logo_inter h2 {
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	font-size: 28px;
}

.cc_logo_inter h3 {
	font-size: 20px;
	margin: 0;
	padding: 0;
}


.wpcf7 {
	padding: 20px;
	background: #eee;
	position: relative;
}

.wpcf7 button,
.wpcf7 input,
.wpcf7 textarea {
}


input[type=text], input[type=email], textarea {
	width: 100%;
	padding: 5px;
	border: 1px solid #b51f1f;
	font-size: 18px;
}

input[type=button], input[type=submit], input[type=reset] {
	color: #fff;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.6), -1px -1px 2px rgba(255,255,255,0.7);
	background: #b51f1f;
	-moz-transition: all 0.25s ease-in;
    -webkit-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
	border-radius: 20px;

	padding: 5px 15px !important;
	font-size: 18px;
	font-weight: bold;
}

input[type=button]:disabled, input[type=submit]:disabled, input[type=reset]:disabled {
  background: #ccc;
}


.vi_intro,
.cc_trst {
	background-color: rgb(48,56,65);
	color: #fff;
	padding-bottom: 50px;	
	padding-top: 20px;	
}

.vi_intro a,
.cc_trst a {
	color: #fff;
}

.vi_intro > div,
.vi_intro .wp-block-columns,
.cc_trst  .wp-block-columns{
	max-width: 800px;
	margin: 0 auto;
	text-align: center;

}


.vi_intro_top {


	margin-top: -560px;
}

.cc_logo h1,
.flx2 h1,
.flx2 h2,
.flx2 h3,
.flx3 h1,
.flx3 h2,
.flx3 h3  {
	color: #000;
}


.cc_logo h1 {
	margin: 0; padding: 0;
	font-size: 24px;
}

.flx2,
.flx3 {
		width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
		display: flex;
	  flex-wrap: no-wrap;
  gap: 30px;
  align-items: top;
}

.flx3 > div {
	background-color: rgba(255,255,255,0.75);
	flex-grow: 1;
	width: 33%;
	padding: 20px;
}

.flx2 > div {
	width: 50%;
	padding: 20px;	
}




dl {
  display: grid;
  grid-template-columns: 150px 1fr; 
  gap: 10px 20px;
  margin: 0;
}

dt {
  grid-column: 1;
}

dd {
	  font-weight: bold; 

  margin: 0;
  grid-column: 2; 
}






.flx3 > div.c_center {
	background-color: transparent;
	text-align: center;
	align-self: center;
}

.cc_trst {
	padding-top: 60px;
	padding-bottom: 50px;	
}


.cc_trst .wp-block-columns {
	text-align: left;

}


.e42grid .visual {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: auto;	
}

.e42grid {
	display: grid;
    grid-template-columns: 1fr 1fr;
	background-color: rgb(48,56,65);
	color: #fff;

}

.e42grid a {
	color: #fff;	
}

.e42grid > div {
	min-height: 550px;
}

.e42grid  figure.c_icon {
	text-align: center;
	margin-inline-end: 0;
}

.e42grid h2 {
	text-align: center;

}

.e42grid p {
	text-align: center;
	
}


.e42grid > div.grid_even > div,
.e42grid > div.grid_odd > div {
	padding: 60px 20px 60px 20px;
	max-width: 600px;
	margin: 0 auto 0 0;
}
.e42grid > div.grid_even > div {
	margin: 0 0 0 auto;
}

.e42headline {
	/*margin-top: -180px;*/
	min-height: 150px;
	padding-top: 20px;
	background-color: rgb(48,56,65);
/*	background: linear-gradient(180deg,  rgba(48,56,65,0) 0%, rgba(48,56,65,0.7) 50%, rgba(48,56,65,1) 100%);*/
	z-index: 10;
 }





.v_wertermittlung,
.v_entwickeln,
.v_verkaufen,
.v_vermieten,
.v_rundumservice,
.v_planen,
.v_bauen,
.v_finanzieren,
.v_kaufen,
.v_wohnen {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(img/v_wertermittlung.jpg);
	height: auto;
}

.v_wertermittlung{
	background-image: url(img/v_wertermittlung.jpg);
}
.v_entwickeln{
	background-image: url(img/v_entwickeln.jpg);
}
.v_verkaufen{
	background-image: url(img/v_verkaufen.jpg);
}
.v_vermieten{
	background-image: url(img/v_vermieten.jpg);
}
.v_rundumservice{
	background-image: url(img/v_rundumservice.jpg);
}
.v_planen{
	background-image: url(img/v_planen.jpg);
}
.v_bauen{
	background-image: url(img/v_bauen.jpg);
}
.v_finanzieren{
	background-image: url(img/v_finanzieren.jpg);
}
.v_kaufen{
	background-image: url(img/v_kaufen.jpg);
}
.v_wohnen{
	background-image: url(img/v_wohnen.jpg);
}


.cc_faqs {
	width: 100%;
	max-width: 900px;
	margin: 20px auto;
}


.faqs input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}


.faq-content *:first-child {
	margin-block-start:  0;
}

.faq-content *:last-child {
	margin-block-end:  0;
}

/* Accordion styles */
.faqs {
  border-radius: 12px;
  border:  1px solid rgba(181, 31, 31, 0.85);
  overflow: hidden;
  box-shadow: 0 4px 6px -2px rgba(88, 88, 88, 0.75);
  
}

.faq {
  width: 100%;
  color: white;
  overflow: hidden;
}
.faq-label {
  display: flex;
  justify-content: space-between;
  padding: 1em;
  background: #b51f1f;
  font-weight: bold;
  cursor: pointer;
  /* Icon */
}
.faq-label:hover {
  background: #b51f1f;
}
.faq-label::after {
  content: "❯";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.35s;
}
.faq-content {
  max-height: 0;
  padding: 0 1em;
  color: #2c3e50;
  background: rgb(255, 255, 255);
  transition: all 0.42s;
}
.faq-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #b51f1f;
  cursor: pointer;
}
.faq-close:hover {
  background:  rgba(181, 31, 31, 0.85);
}

.faqs input:checked + .faq-label {
  background:  rgba(181, 31, 31, 0.85);
}
.faqs input:checked + .faq-label::after {
  transform: rotate(90deg);
}
.faqs input:checked ~ .faq-content {
  max-height: 100vh;
 /* padding: 1em;*/
 padding-top:  20px;
 padding-bottom:  40px;
}


.f_member {


	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	width: 100%;
	max-width: 550px;
	flex-grow: 1;
	margin: 80px auto 0 auto;
	align-items: baseline;
	justify-content: space-between;
}

.f_logo {
	padding: 42px 0 20px 0;
}
.f_addr {
	padding: 0 0 20px 0;
}
.f_addr p {
	margin-bottom: 0.5em;
}
#imag-immobiliensuche {
	padding: 50px 0 30px 0!important;
	margin-top: 40px;
}



.cc42_detail {
	max-width: 900px;
	margin: 0 auto;	
	padding-right: 15%;
	margin-top: 42px;
	margin-bottom: 64px;
}

.extranav {
	margin-top:120px;
}


