/*--- Type (Self-Hosted) ---*/
@font-face {
	font-family: 'Vista-Book';
	src: url('../type/vistasansot-light-webfont.eot?#iefix');
	src: url('../type/vistasansot-light-webfont.eot?#iefix') format('eot'),  url('../type/vistasansot-light-webfont.woff') format('woff'),  url('../type/vistasansot-light-webfont.ttf') format('truetype'),  url('../type/vistasansot-light-webfont.svg#avenirnextltpro-regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
body, p, b {
    margin: 0;
	font-family: 'Vista-Book', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 1.1em;
	line-height: 1.4em;
}
p, b, h1, h2, h3, a {font-family: 'Vista-Book', Helvetica, Arial, sans-serif; font-weight: normal; text-decoration: none; }
h1, h2, h3  {line-height: 1.2em;}
p, a  {line-height: 1.4em;}
p small  {font-size: 0.9em;}
h1, h2 {font-size: 3em;}
h3 {font-size: 1.4em;}
.white {color: white;}
.gold {color: #ACA393;}
a { color: #F001F7;}
a.intro {color: black; border-bottom: #000000 dotted 1 px;
}
a.nav, a.list { color: black; border-bottom: none;}
a.list {text-align: center; border-bottom: none;}
a.nav:hover, a.list:hover {color: grey;}
@media screen and (min-width: 1500px) {
p { font-size: 1.3em;}
}
@media screen and (max-width: 1080px) {
p { font-size: 1em;}
h1, h2, h3 { font-size: 2.5em;}
}

@media screen and (max-width: 660px) {
h1, h2, h3 { font-size: 2em;}
}

@media screen and (max-width: 400px) {
h1, h2, h3 { font-size: 2.5em;}
}
@media screen and (max-width: 660px) {
.dl-menuwrapper {
	left:0;
	margin-left: 0px;
}
}
/*! End Type */
.cc_container .cc_btn {
font-family: 'Vista-Book';
font-size: 1.2em;
background-color: #FF00F3 !important; /* Farbe des Buttons */
color: #000000 !important; /* Textfarbe des Buttons */
}
 
.cc_container {
background: #000000 !important; /* Hintergrundfarbe des gesamten Bereichs */
color: #ffffff !important; /* Schriftfarbe des gesamten Bereichs */
}
 
.cc_container a {
color: #FF00F3 !important; /* Textlink-Farbe "Mehr Infos" */
}
/*! Start Grid Text */
.text {
	position: absolute;
	color:black;
	top:0;
	right: 0;
	padding: 0 2% 0 2%;
	z-index: 13000;
	width: 40%;
	height:100%;
	max-width: 24em;
	text-align: right;
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 54%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(54%, rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 54%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 54%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 54%); /* IE10+ */
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 54%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1 ); /* IE6-9 */
}
.textbox, .textkontakt  {
	position: relative;
	width: 60%;
	padding: 2% 20% 2% 20%;
	text-align: left;
	background: #F3F3EE;
}
.textkontakt {
	background: black;
	color: white;
}
input  {
	border: none;
	border-bottom: #000 solid 1px;
	outline: none;
	background: white;
	width: 100%;
	height: 52px;
	margin: 0;
	padding:0;
	z-index: 10;
	font-family: 'Vista-Book';
	font-size:  1.2em;
	line-height: 1.6em;
    color: #000;
}
@media screen and (min-width: 1500px) {
.textbox, .textkontakt  {
	width: 40%;
	padding: 4% 30% 4% 30%;
}
}
@media screen and (max-width: 660px) {
.textbox, .textkontakt  {
	width: 80%;
	padding: 12% 10% 4% 10%;
	max-width: 1000px;
	text-align: left;
}
.text {
	position: relative;
	padding: 2% 10% 15% 10%;
	width: 80%;
	height:auto;
	max-width: 96%;
	background: #F3F3EE;
	right: 0;
	top: 0;
	margin-top: 0;
	margin-right: 0;
	text-align: left;
}
}
/*! End Grid Text*/
/*! Start Colors */
.bg-beige {
	background: #F3F3EE;
}	
/*! End Colors */
/*! Start Grid */
.cbp-rfgrid {
	margin: 35px 0 0 0;
	padding: 0;
	list-style: none;
	position: relative;
	width: 100%;
	max-width: 1120px;
	margin-left: auto; 
	margin-right: auto; 
	text-align: center;
}
.cbp-rfgrid li {
	position: relative;
	float: left;
	overflow: hidden;
	width: 15%; /* Fallback */
	width: -webkit-calc(60% / 4);
	width: calc(60% / 4);
	padding: 5%;
}

.cbp-rfgrid p {
	overflow: hidden;
	height: 1.2em;
}

.cbp-rfgrid li a,
.cbp-rfgrid li a img {
	display: block;
	width: 100%;
	cursor: pointer;
}
.cbp-rfgrid li a img {
	max-width: 100%;
}
.cbp-rfgrid li a div {
	position: absolute;
	left: 20px;
	top: 20px;
	right: 20px;
	bottom: 20px;
	background: rgba(71,163,218,0.2);
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
    align-items: center;
    text-align: center;
    opacity: 0;
}
.cbp-rfgrid li a:hover div {
	opacity: 1;
}
@media screen and (max-width: 660px) {
	.cbp-rfgrid li {
		padding: 1.5%;
		width: 30%; /* Fallback */
		width: -webkit-calc(90% / 3);
		width: calc(90% / 3);
	}
}
@media screen and (max-width: 400px) {
	.cbp-rfgrid li {
		padding: 2%;
		width: 50%; /* Fallback */
		width: -webkit-calc(92% / 2);
		width: calc(92% / 2);
	}
}
/*! End Grid */