@charset "utf-8";
/* -------------------------------------------------------
CityHunters.de Kundencenter Page specific Design

Copyright by CityHunters 2018
------------------------------------------------------- */


/* ----------------------------- */
/* ---------- FONTS ------------ */
/* ----------------------------- */

ul.frage li {display: block; padding-left: 0.5em;}
ul.frage li:before {
	font-family: 'CityHunters Icons';
	content: '\0047';
    float: left;
    margin-left: -1.5em;
	font-size: 70%; 
	padding-top: 3px
}


/* ------------------------------ */
/* ---------- HEADER ------------ */
/* ------------------------------ */

div#header_logo .seitentitel {
	position: absolute;
	bottom: -8px;
	right: 10px;
	font-size: 75%;
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
}


/* ---------------------------- */
/* ---------- MAIN ------------ */
/* ---------------------------- */


.error_page_1, .error_page_2, .error_page_3, .error_page_4, .error_page_5, .error_page_6 {display: none}

.edit-icon {cursor: pointer}


/* ---------------------------- */
/* --------- FOOTER ----------- */
/* ---------------------------- */

.footer_button,
.main_button {
	padding-left: 50px;
	cursor: pointer;
	position: relative;
	text-align: left;
	font-weight: bold;
}

.main_button {
	padding-top: 100px;
	padding-left: 15px;
    background-size: 100% 200%;
    transition: background-position 0.3s;
	background-position: 0 50%;
}

.main_button:hover {background-position: 0 0;}

.footer_button:hover {
	background-color: #3b3b3b;
}

.footer_button:after,
.main_button:after {
	font-family: 'CityHunters Icons';
   font-style: normal;
   font-weight: normal;
   font-size: 150%;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   position: absolute;
   left: 10px;
   top: 13px;
   z-index: 1;
}

.main_button:after {
   font-size: 40px;
   right: 15px;
   left: auto;
   top: 25px;
}

.ansehen:after {content:'\0058';}

.buchen:after {content:'\0043';}

.dokument:after {content:'\0021';}

.startziel:after {content:'\0037';}

.termine:after {content:'\0051';}

.essentrinken:after {content:'\0042';}

.faq:after {content:'\0047';}

.kontakt:after {content:'\0059';}

.aendern:after {content:'\0074';}

.info:after {content:'\004d';}

.parken:after {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
   font-size: 32px;
    top: 15px;
	content:'P';
}

.stornieren:after {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
   font-size: 55px;
    top: 20px;
   right: 12px;
	content:'\00d7';
}


/* ------------------------------ */
/* ---------- COMMON ------------ */
/* ------------------------------ */

.overflow_auto {overflow: auto}

.margin_top_5 {margin-top: 5px;}
.margin_top_10 {margin-top: 10px;}
.margin_top_20 {margin-top: 20px;}
.margin_top_30 {margin-top: 30px;}

.margin_bottom_5 {margin-bottom: 5px;}

.loading_spinner_bg {
	background-color: #fff; 
	background-image: url(https://www.ch-static.de/images/page-loader.gif);
	background-size: 100px;
	background-repeat: no-repeat;
	background-position: center center;
}

.min_width_350 {min-width: 350px;}

.max_width_auto {max-width: none;}

.spacer_100p, .spacer_10p, .spacer_200p, .spacer_20p, .spacer_30p, .spacer_40p, .spacer_50p, .spacer_5p, .spacer_60p, .spacer_70p, .spacer_80p, .spacer_90p {
    float: none;
}

/* -------------------------------- */
/* ---------- ELEMENTE ------------ */
/* -------------------------------- */

label, .label {font-weight: bold;}

.design_line {
	width: 100%;
	height: 0px;
	border-bottom-style: dotted;
	border-bottom-width: 2px;
	float: left;
}

.line_through:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 0px;
	left: 0px;
	right: 0px;
	border-bottom-style: dotted;
	opacity: 0.7;
}

.spacer_10p.line_through:before {
	top: 5px;
	border-bottom-width: 1px;
}

.spacer_20p.line_through:before {
	top: 10px;
	border-bottom-width: 2px;
}

.invisible {display: none;}

.container_hidden {height: 0; padding: 0; margin: 0; border: none;}

.has_label.only_text {padding-top: 10px; padding-bottom: 10px;}

.gllpSearchButton, .ort_suche_button {cursor: pointer; position: absolute; width: 32px; height: 34px; top: 9px; right: 0px; font-size: 30px}

table.event_rahmendaten tr {height: 30px;}
table.event_rahmendaten tr:last-child {height: auto;}

.raetselarten_icon {
	padding-left: 90px; 
	background-repeat: no-repeat; 
	background-position: left top; 
	background-size: 70px 70px;	
}


.portfolio_item {
	width: 100%;
	height: auto;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border-width: 2px;
	border-style: solid;
	padding: 5px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 20px;
	display: block;
	cursor: pointer;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
}

.portfolio_item:hover {
	 -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.3);
}

.portfolio_item .inactive_bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url(https://www.ch-static.de/images/white-70p.png);
	z-index: 2;
}

.portfolio_item .portfolio_img {
	width: 100%;
  	height: 200px;
	-webkit-border-radius: 3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
	position: relative;
	background-size: cover;
}

.portfolio_item_inner {
	width: 100%;
	height: auto;
	position: relative;
}


.portfolio_item .portfolio_img .inactive_text {
	width: 100%;
  	height: auto;
	position: absolute;
	left: 0px;
	top: 70px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 130%;
}

.portfolio_item .portfolio_flags {
	width: auto;
	position: absolute;
	top: 5px; 
	right: 5px;
  	height: auto;
}

.portfolio_item .portfolio_flags .flag-icon {
	margin-left: 4px;	
  width: 1.3em;
  line-height: 1em;
	border: 1px solid #fff;	
	float: left;
}

.portfolio_item .portfolio_item_content {
	width: 100%;
	display: inline-block;
	box-sizing:border-box;
	padding-right: 0;
	position: relative;
}
.portfolio_item .portfolio_item_content .portfolio_item_heading {
	width: 100%;
	height: auto;
	position: relative;
	min-height: 46px;
	margin-bottom: 15px;
}

.portfolio_item .portfolio_item_content .portfolio_item_heading .title {
	width: 100%;
	height: auto;
	box-sizing:border-box;
	padding-left: 60px;
	line-height: 46px;
	font-weight: bold;
	font-size: 180%;
}

.portfolio_item .portfolio_item_content .portfolio_item_heading {
	margin-top: 15px;	
}

.portfolio_item .portfolio_item_content .portfolio_item_heading .title {
	padding-left: 70px;
}



.portfolio_item .portfolio_item_content .portfolio_item_heading .event_symbol {
	height: 32px;
	width: 32px;
	float: left;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
	padding: 7px;
	font-size: 36px;
	line-height: 1;	
	text-align: center;
	display: inline-block;
}

.portfolio_item .portfolio_item_content .portfolio_item_technical {
	width: 100%;
	height: auto;
	padding-left: 10px;
	box-sizing:border-box;
}

.portfolio_item .portfolio_item_content .portfolio_item_technical .property {
	width: 33.333%;
	box-sizing:border-box;
	height: auto;
	padding-right: 15px;
	float: left;
	font-size: 90%;
	font-weight: bold;
	margin-bottom: 15px;
}

.portfolio_item .portfolio_item_content .portfolio_item_technical .property.last {
	padding-right: 0;
}

.portfolio_item .portfolio_item_content .portfolio_item_lower {
	width: 100%;
	height: auto;
	padding-left: 10px;
	box-sizing:border-box;
	display: inline-block;
}

.portfolio_item .portfolio_item_content .portfolio_item_desc {
	width: 66.7%;
	float: left;
	display: inline-block;
	box-sizing: border-box;
	padding-right: 0px;
}

.portfolio_item .portfolio_item_content .portfolio_item_price {
	width: auto;
	float: right;
	height: auto;
	font-weight: bold;
	font-size: 160%;
	text-align: right;
	box-sizing: border-box;
	position: absolute;
	bottom: 10px;
	right: 0px;
}

.portfolio_item .reviews {
	width: 40%;
	position: absolute;
	top: 100%; 
	left: 30%;
  	height: auto;
	-webkit-border-radius: 0px 0px 6px 6px;
	-moz-border-radius: 0px 0px 6px 6px;
	border-radius: 0px 0px 6px 6px;
	font-size: 85%;
	padding: 3px 5px 5px 5px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.rating {
	height: 12px;
	width: 60px;
	background-image: url(https://www.ch-static.de/images/five-stars-g.png);
	background-size: 60px 12px;
	background-position: center left;
	margin-left: 5px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: bottom;
	margin-bottom: 4px;
	line-height: 1em;
}

.rating_inner  {
	height: 12px;
	width: 60px;
	background-image: url(https://www.ch-static.de/images/five-stars.png);
	background-size: 60px 12px;
	background-position: center left;
	display: inline-block;
	line-height: 1em;
	float: left;
}


@media screen and (max-width:1000px) {

.portfolio_item .reviews {
	width: 50%;
	left: 25%;
}

	
.portfolio_item {
	padding: 5px;
}


.portfolio_item .portfolio_flags .flag-icon {
	margin-left: 10px;	
  width: 1.9em;
  line-height: 1.4em;
	float: left;
}

.portfolio_item .portfolio_item_content .portfolio_item_heading .event_symbol {
	left: 10px;	
}

.portfolio_item .portfolio_item_content .portfolio_item_price {
	right: 10px;
	bottom: 15px;
}


}


@media screen and (max-width:800px) {

.portfolio_item .reviews {
	width: 60%;
	left: 20%;
}

}

@media screen and (max-width:700px) {

.portfolio_item .portfolio_item_content .portfolio_item_desc {
	width: 60%;
}

.portfolio_item .reviews {
	width: 80%;
	left: 10%;
}

}


@media screen and (max-width:400px) {

.portfolio_item .portfolio_item_content .portfolio_item_technical .portfolio_item_section {
	width: 100%;
	margin-bottom: 10px;
}
	
}

/* --------------------------------- */
/* ---------- FORMULARE ------------ */
/* --------------------------------- */

input[type=checkbox].hidden,
input[type=radio].hidden {
	visibility: hidden; 
	width: 0; 
	height: 0; 
	opacity:0; 
	position:absolute; 
	left:-50px;
	overflow: hidden;
}

input[type=checkbox]:checked+label,
input[type=radio]:checked+label{
	color: #fff;
	background: #8dc900;
	border-color: #fff;
}