@charset "UTF-8";
/* CSS Document */

/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;font-family: "Lucida Sans Unicode", "Lucida Grande", helvetica, sans-serif;	
    vertical-align:baseline;margin:0;padding:0;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}.clearboth{clear:both;}a img{border:0px;}::selection {background: #c00;color:#fff;}::-moz-selection{background: #c00;color:#fff;}a{color:#666;}

/*temporary*/

ul.languages {
	display: none; /*languages inside guides karte*/	
}
#mainbar_frontpage ul.bricks {
	width: 100%;	
}

/*end temporary*/

#top_navigation {
	width: 100%;
	height: 30px;
	padding: 5px 0;
	position: relative;	
	background: #333; /* url('imgs/logo_white.png') no-repeat center center; */
	background-size: 180px;
	overflow: hidden;
}
.news.frontpage #top_navigation {
	background: #333;	
}
.top_navigation_wrapper {
	width: 100%;
	max-width: 1200px;
	position: relative;
	height: 30px;
	margin: 0 auto;	
}
ul#login_register,
ul#login_already_logged_in {
	margin-left: 5px;
}
ul#login_register li,
ul#login_already_logged_in li {
	float: left;	
}
.top_navigation_wrapper ul li#nav-open-btn {
	text-indent: -9999px;
	width: 50px;
	height: 40px;
	line-height: 30px;
	cursor: pointer;
	border-radius: 2px;
	background: url('imgs/ikon_toggle_white.png') no-repeat 10px center;
	background-size: 20px;
	display: none;
}
.no-touch .top_navigation_wrapper ul li#nav-open-btn:hover {
	background-color: rgba(0,0,0,0.2);	
}
ul#login_register li a,
ul#login_already_logged_in li a {
    color: #999;
    display: block;
    line-height: 30px;
    padding: 0 15px 0 35px;
    text-decoration: none;
    font-family: Lucida Sans Unicode;
    font-size: 11px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    border-right: solid 1px rgba(0,0,0,0.2);
    text-transform: uppercase;
    letter-spacing: 1px;
}
.no-touch ul#login_register li a:hover {
	color: #fff;
	transition: color 0.5s;	
}
ul#login_register li#topnav_magazin a {
	background: url('imgs/ikon_login_white.png') no-repeat 5px center;
	background-size: 20px;
}
ul#login_already_logged_in li.customers_link {
	max-width: 20%;	
}
ul#login_already_logged_in li.customers_link a {
	background: url('imgs/ikon_checkmark_white.png') no-repeat 5px center;
	background-size: 20px;	
}
ul#login_already_logged_in li a span.logged_in_as {
	display: block;
	font-size: 8px;
	line-height: 12px;
	text-transform: uppercase;	
	letter-spacing: 1px;
	font-family: inherit;
}
ul#login_already_logged_in li a span.name {
	color: #fff;	
	line-height: 18px;
	font-family: inherit;
	font-size: 10px;
	letter-spacing: 0.5px;
}
ul#login_already_logged_in li.logout_button a {
	background: url('imgs/ikon_logout_white.png') no-repeat 8px center;
	background-size: 20px;	
}
.no-touch ul#login_already_logged_in li.customers_link a:hover {
	background-color: #c00;
	color: #fff;
	transition: background-color 0.5s;
	border-radius: 2px;
}
.no-touch ul#login_already_logged_in li.logout_button a:hover {
	background-color: #c00;
	color: #fff;
	transition: background-color 0.5s;
	border-radius: 2px;
}
.top_navigation_wrapper ul li.add_business {
	position: absolute;
	top: 0px;
	right: 5px;	
	float: none;
}
.top_navigation_wrapper ul li.add_business a {
    border: 0px;
    border-radius: 2px;
    background: #c00 url(imgs/icon_add_business_white.png) no-repeat 7px center;
    background-size: 22px;
    color: #fff !important;
    height: 30px;
    font-size: 12px !important;
    padding: 0 15px 0 38px !important;
    box-shadow: 0 1px 2px rgba(0,0,0,0.7);
    display: block;
}
#login_slider {
	background-color: #c00;
	box-shadow: 0 0 100px rgba(0,0,0,1)inset;
	width: 100%;
	height: 90px;
	border-bottom: solid 1px #666;
}
#login_slider #login_slider_wrapper {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;	
}
#login_slider ul li#login_slider_signin {
	padding-top: 25px;	
	padding-left: 25px;
}
#login_slider ul input#login_username,
#login_slider ul input#login_password {
	border: 0px;
	border-radius: 3px;
	background: #fff;
	box-shadow: 0 1px 5px rgba(0,0,0,0.8);
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", helvetica, sans-serif;	
	padding: 0 10px;
	width: 120px;
	color: #333;
}
#login_slider ul input#login_username:focus,
#login_slider ul input#login_password:focus {
	box-shadow: 0 1px 10px #c00;
}
#login_slider ul li#login_slider_signin input#login_submit {
	border: 0px;
	border-radius: 3px;
	width: 30px;
	margin-bottom: -2px;
	height: 30px;
	text-indent: -9999px;
	color: #fff;	
	background: url('imgs/ikon_login.png') no-repeat center center;
	background-size: 100%;
	
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
		src='imgs/ikon_login.png',
		sizingMethod='scale');

	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(
		src='imgs/ikon_login.png',
		sizingMethod='scale')";

}
#login_slider ul li#login_slider_signup { display: none; }
#login_slider_remember_me {
	padding: 5px 0;
	clear: both;	
}
#login_slider_remember_me label {
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", helvetica, sans-serif;
	color: #fff;
	height: 20px;
	line-height: 20px;
	display: inline-block;
}
/*navigation*/
#navigation {
	width: 100%;
	max-width: 1200px;	
	margin: 0 auto 10px;
	position: relative;
}
body.guides #navigation {
	margin-bottom: 0px;
}
#navigation #buttons li,
#navigation #sub_buttons li {
	float: left;	
}
#buttons {
	border-top: 1px solid #000;
	background: #f7f7f7;
	border-bottom: 1px solid #000;
}
ul#buttons_left {
	position: absolute;
    left: -20px;
    top: 2px;
    /*	width: 25%;
        border-radius: 5px;
        background: #eee;
        background: rgba(229,229,229,1);
        overflow: hidden;
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
        box-shadow: 0 1px 2px rgba(0,0,0,0.3);      */
}
ul#buttons_left li {
	width: 33%;	
}
ul#buttons_left li.guides {
	width: 34%;	
}
ul#buttons_left li a {
	display: block;
	text-decoration: none;
	color: #999;
	height: 30px;
	line-height: 30px;
	letter-spacing: 0.25px;
	text-transform: uppercase;
	font-size: 11px;
	text-align: center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", helvetica, sans-serif;
}


ul#buttons_left li img {

    width: 250px;
    margin-bottom: 5px;
}




ul#buttons_left li.guides a {
	border-left: solid 1px rgba(0,0,0,0.2);
	border-right: solid 1px rgba(0,0,0,0.2);
}
.no-touch ul#buttons_left li a:hover {
	color: #000;
	transition: color 0.5s;	
}
ul#buttons_left li a.current {
	color: #fff !important;
	text-shadow: 0 -1px rgba(0,0,0,0.1);	
}
ul#buttons_left li.news a.current { background-color: #C00; }
ul#buttons_left li.guides a.current {     background-color: #c00; }
ul#buttons_left li.events a.current { background-color: #39F; }

#buttons_right_toggle {
	display: none;	
}
ul#buttons_right li {
	border-right: solid 1px rgba(0,0,0,0.05);
	border-left: solid 1px rgba(0,0,0,0.05);
	margin-left: -1px;	
}
ul#buttons_right li a {
	text-decoration: none;
	color: #000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", helvetica, sans-serif;	
	font-size: 17px;
	padding: 0 15px;
	text-transform: uppercase;
	display: block;
	height: 30px;
	line-height: 30px;
	font-weight: 300;
	letter-spacing: 0.25px;
	transition: color 0.3s, background-color 0.3s;
}
ul#buttons_right li a.current,
.no-touch ul#buttons_right li a:hover {
	background-color: #333;
	color: #fff;
	transition: color 0.5s, background-color 0.5s;	
}
#sub_buttons {
	height: 22px;	
	position: relative;
	border-bottom: solid 1px rgba(0,0,0,0.2);
    margin-top: 7px;
    
}
#trending_topics {	
	max-width: 80%;
	height: 22px;
	overflow: hidden;
	float: left;
}
#trending_topics li {
	font-family: "Lucida Sans Unicode", "Lucida Grande", helvetica, sans-serif;		
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.25px;
	color: #ccc;
	line-height: 22px;
}
#trending_topics li a {
	display: block;
	text-decoration: none;
	color: #999;
	padding: 0 10px;	
	line-height: 22px;
}
.no-touch #trending_topics li a:hover {
	color: #000; 
	text-decoration: underline;	
}
#city_date {
	font-family: "Lucida Sans Unicode", "Lucida Grande", helvetica, sans-serif;		
	color: #ccc;
	float: right;
	text-align: right;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 22px;
	margin-right: 5px;
}
#city_date a {
	color: #c00;	
	text-decoration: none;
    font-size: 14px;
    letter-spacing: 1.2px;
}
body.guides #city_date {
	margin-top: -27px;	
}
body.termine #city_date {
	margin-top: -28px;	
}
/*cities selection*/
#cities {
	padding-bottom: 20px;
	width: 100%;
	max-width: 1200px;
	margin: 0px auto 15px;
	border-radius: 5px;
	background-image: url('imgs/pattern_infos_2.png');

    border: 2px #aaa dashed;
	
}
div#cities_text_search {
	padding: 2% 25% 2% 25%;
	border-bottom: solid 1px #ccc;
	position: relative;
	width: 50%;
	margin: 0 0 15px;
   
    background-image: url('imgs/pattern_infos.png');
}
div#cities_text_search input {
	display: none;	
}
div#cities_text_search input#cities_text_search_input {
	display: block;
	border: solid 1px #ccc;
	border-radius: 5px;
	font-size: 22px;	
	font-family: "Lucida Sans Unicode", "Lucida Grande", helvetica, sans-serif;
	letter-spacing: 0.25px;
	color: #333;
	text-align: center;
	line-height: 35px;
	height: 35px;
	width: 100%;
	background-image: url('imgs/pattern_infos_2.png');
    background-repeat: repeat;
}

ul#buttons_right
{
    
   background-image: url('imgs/pattern_infos_2.png')!important; 
}

div#cities_text_search input#cities_text_search_input:focus {
	border-color: #fff;
	box-shadow: 0 0 120px #c00;	
	background: #fff;
	color: #000;
}
#cities ul {
	list-style-type: none;	
}
#cities ul#cities_text_search_suggestions {
	position: absolute;
	top: 55px;
	border-radius: 5px;
	overflow: hidden;
	width: 50%;
}
#cities ul#cities_text_search_suggestions li {
	border: solid 1px #333;
	margin-top: -1px;
	padding: 5px 15px;
	background: #666;
	color: #fff;	
	font-family: "Lucida Sans Unicode", "Lucida Grande", helvetica, sans-serif;
	font-size: 20px;
	letter-spacing: 0.25px;
	text-align: center;
	text-transform: uppercase;
	box-shadow: 0 1px 2px rgba(0,0,0,0.6);
}
.no-touch #cities ul#cities_text_search_suggestions li:hover {
	cursor: pointer;
	background-color: #c00;
	color: #fff;	
	border-color: #c00;
}
#cities ul#cities_preselected_list {
	padding-left: 2%;
}
#cities ul#cities_preselected_list li {
	float: left;
	width: 16%;	
	margin: 0 1px 1px 0;	
}
#cities ul#cities_preselected_list li a {
	
	text-decoration: none;
	color: #333;
	height: 25px;
	line-height: 26px;
	padding: 0 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	border-radius: 3px;
	transition: background-color 0.25s, color 0.25s;
	text-overflow: ellipsis;
	white-space:nowrap;
	overflow: hidden;
}
#cities ul#cities_preselected_list li a.recent {
	color: #c00;
	background-color: #fff;
}
.no-touch #cities ul#cities_preselected_list li a:hover,
.no-touch #cities ul#cities_preselected_list li a.recent:hover {
	background-color: #333;
	color: #fff;
	transition: background-color 0.5s, color 0.5s;
}
#cities ul li#cities_preselected_list a.current {
	color: #fff;
	background-color: #333;	
}
#logo {
	width: 100%;	
	height: 60px;
    margin-bottom: 5px;
}
#logo p.big_stadtmagazin {
	text-indent: -9999px;
	background: url('imgs/logo_top_large.png') no-repeat center center;
	height: 60px;
}
#logo p.small_stadtmagazin {
	display: none;	
}
#logo p.section_name {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: capitalize;
	font-weight: normal;
	text-align: center;
	width: 100%;
	line-height: 60px;
	letter-spacing: 0.25px;
	font-size: 28px;
	color: #333;
}
#suche {
	position: absolute;
	right: 0px;
	top: 15px;	
	z-index: 1000;
	width: 25%;
	min-height: 30px;
}
#suche input#search_box {
	border: 2px #aaa dashed;
	height: 32px;
	line-height: 30px;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	
	width: 88%;
	padding: 0 8% 0 4%;
	color: #bbb;
	border-radius: 5px;
	transition: width 0.5s;
}
#suche input#search_box:focus {
	background: #c00;
	box-shadow: 0 0 10px rgba(0,0,0,0.05)inset;
	color: #fff;	
	border-radius: 5px 5px 0 0;
}
#suche input#search_submit {
	width: 32px;
	height: 32px;
	opacity: 0.2;
	background: transparent;
	position: absolute;
	top: 1px;
	right: 0px;
	border: 0px;
	background: url('imgs/icon_nav_suche.png') no-repeat center center;	
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	-khtml-opacity: 0.2;
}
#suche_overlay {
	display: none;	
	background-color: rgba(0,0,0,0.5);
	border-radius: 0 0 5px 5px;
	padding: 0 10px 10px;
}
#suche_overlay ul {
	border-radius: 0 0 5px 5px;
	overflow: hidden;	
}
#suche_overlay ul li {
	background-color: #fff;
	border-top: solid 1px #eee;
	border-bottom: solid 1px #eee;
	margin-top: -1px;
	padding: 0px 10px;	
	height: 25px;
	line-height: 25px;
	text-transform: uppercase;
	font-size: 12px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", helvetica, sans-serif;
	letter-spacing: 0.5px;
}
#suche_overlay ul li input {
	margin-right: 10px;	
}

/* content */
#content {
	width: 100%;
	clear: both;
	max-width: 1200px;
	margin: 0 auto;	
	min-height: 800px;
}
#content #mainbar_frontpage {
	float: left;
	width: 75%;
}
#content #sidebar_frontpage {
	float: right;
	width: 25%;
	margin-bottom: 15px;
}
.tease_links a {
	padding: 0 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", helvetica, sans-serif;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	display: block;
	border-bottom: solid 1px rgba(0,0,0,0.1);
	color: #666;
}
.no-touch .tease_links a:hover {
	color: #000;
	text-decoration: underline;	
}
.tease_ads_frontpage {
    width: 25%;
    float: right;
    max-height: 350px;
    margin-bottom: 4%;
    clear: both;
    text-align: center;
}
.tease_editors {
	width: 25%;
	float: right;	
}
#mainbar_frontpage .tease_editors {
	width: 100%;
	float: none;	
	border-top: solid 2px #333;
}
.tease_editors a {
	width: 100%;
	display: block;
	height: 42px;
	border-bottom: solid 1px #eee;
	clear: both;
	overflow: hidden;
}
#mainbar_frontpage .tease_editors a {
	height: 38px;	
}
.tease_editors a#editors_all_link {
	padding: 0px;
	height: 25px;
	line-height: 25px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", helvetica, sans-serif;
	border: 0px;
	border-radius: 0 0 5px 5px;
	color: #666;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: -1px 0 2px;
	width: 73%;
	padding-left: 27%;
	clear: both;
	float: none;
	background: url('imgs/ikon_arrow_right16.png') no-repeat right center;
}
.no-touch .tease_editors a#editors_all_link:hover {
	color: #c00;
}
.tease_editors a img {
	width: 25%;
	height: auto;
	max-height: 48px;
	max-width: 48px;
	float: left;
}
.tease_editors .name_and_jobtitle {
	float: right;
	width: 73%;
	padding-top: 5px;
}
.tease_editors a p {
	font-size: 11px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 1.5;
	font-weight: bold;
	letter-spacing: 0.5px;
	color: #333;
	text-transform: uppercase;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.no-touch .tease_editors a:hover p {
	color: #c00;	
}
.tease_editors a p.job_title {
	color: #999;	
	font-size: 9px;
	font-weight: normal;
}
/*tease im spotlight */
#content #mainbar_frontpage ul.bricks li.long_brick {
	width: 31%;
	margin-right: 2%;
	margin-bottom: 2%;
	padding: 0px;	
}
.tease_imspotlight h3 {
	clear: both;	
}
.tease_imspotlight a {
	display: none;
	text-decoration: none;
	color: #333;
	border-bottom: solid 1px #eee;
	padding: 5px 0px;
}
.tease_imspotlight a p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	text-align: center;
	padding: 0px 10px 2px;
	margin-bottom: 3px;
	color: #777;
}
.tease_imspotlight a span {
	display: block;
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	text-align: center;
	padding: 0px 10px 0px;
	color: #999;
}
.tease_imspotlight a.current_spotlight {
	display: block;
	padding: 0px 0px 5px;	
}
.tease_imspotlight a.current_spotlight img {
	width: 100%;
	margin-bottom: 4px;	
}
.tease_imspotlight a.current_spotlight p {
	font-size: 20px;	
	color: #000;
}
.tease_imspotlight a.current_spotlight span {
	font-size: 12px;	
	color: #333;
}
.no-touch .tease_imspotlight a:hover {
	transition: background 0.5s;
	-moz-transition: background 0.5s;
	-webkit-transition: background 0.5s;
	background: #000;
}
.no-touch .tease_imspotlight a:hover p, 
.no-touch .tease_imspotlight a:hover span {
	color: #fff;	
	transition: color 0.5s;
	-moz-transition: color 0.5s;
	-webkit-transition: color 0.5s;
}
/* teaser front page */
#content #mainbar_frontpage ul.bricks li.two_bricks {
	width: 65%;	
	position: relative;
	margin: 0px;
	float: left;
}
#content ul.bricks li.two_bricks .teaser ul.teaser_tabs {
	height: 25px;
	line-height: 25px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	background: #f7f7f7;
	border-top: solid 2px #333;
	border-bottom: solid 0px #eee;
	font-size: 14px;
	text-align: center;
	letter-spacing: 1px;
}
#content ul.bricks li.two_bricks .teaser ul.teaser_tabs li {
	float: left;
	text-align: center;
	
	padding: 0px;
	margin: 0px;
}
#content ul.bricks li.two_bricks .teaser ul.teaser_tabs li a {
	font-size: 14px;
	display: block;	
	text-decoration: none;
	text-transform: uppercase;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	letter-spacing: 1px;
}
#content ul.bricks li.two_bricks .teaser ul.teaser_tabs li.teaser_tab_city {
	width: 50%;
}
#content ul.bricks li.two_bricks .teaser ul.teaser_tabs li.teaser_tab_city a {
	color: #333;
}
.no-touch #content ul.bricks li.two_bricks .teaser ul.teaser_tabs li.teaser_tab_city a:hover {
	text-decoration: underline;
	color: #000;	
}
#content ul.bricks li.two_bricks .teaser ul.teaser_tabs li.teaser_tab_guides a,
#content ul.bricks li.two_bricks .teaser ul.teaser_tabs li.teaser_tab_termine a {
	font-size: 12px;
	line-height: 21px;
	margin-top: 2px;
	background-color: #2067a2;
	color: #fff;
}
#content ul.bricks li.two_bricks .teaser ul.teaser_tabs li.teaser_tab_guides a {
	border-radius: 4px 0 0 4px;	
	margin-left: 1%;
}
#content ul.bricks li.two_bricks .teaser ul.teaser_tabs li.teaser_tab_termine a {
	border-radius: 0 4px 4px 0;
	margin-right: 1%;
}
#content ul.bricks li.two_bricks .teaser ul.teaser_tabs li.teaser_tab_guides a.current,
#content ul.bricks li.two_bricks .teaser ul.teaser_tabs li.teaser_tab_termine a.current {
	background: #5fa700;
	color: #fff;
}
#content ul.bricks li.two_bricks .teaser .teaser_content {
	border: solid 1px #eee;
	position: relative;
	display: none;
	width: 100%;
	padding-bottom: 20px;
}
#content ul.bricks li.two_bricks .teaser #teaser_content_guides {
	background-color: #f7f7f7;
}
#content ul.bricks li.two_bricks .teaser #teaser_content_termine {
	background-color: #f7f7f7;
	padding-top: 20px;
}
#content ul.bricks li.two_bricks .teaser .teaser_show {
	display: block !important;
}
/* -- teaser content termine and news sidebar and list --*/
#content ul.bricks li.two_bricks .teaser div.teaser_content_sidebar {
	width: 31%;
	margin: 0 2%;
	float: left;
}
#content ul.bricks li.two_bricks .teaser div.teaser_content_sidebar img {
	margin-bottom: 5px;
	width: 100%;
	height: auto;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
#content ul.bricks li.two_bricks .teaser div.teaser_content_sidebar a {
	color: #666;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	font-family: "Lucida Sans Unicode", "Lucida Grande", helvetica, sans-serif;
	line-height: 1.4;
}
.no-touch #content ul.bricks li.two_bricks .teaser div.teaser_content_sidebar a:hover {
	color: #000;
}
#content ul.bricks li.two_bricks .teaser div.teaser_content_sidebar a div.type {
	color: #ccc;
	font-size: 10px;
	padding-top: 3px;
	margin-bottom: 5px;
	font-weight: 300;
	text-transform: uppercase;	
	font-family: "Lucida Sans Unicode", "Lucida Grande", helvetica, sans-serif;
}
.no-touch #content ul.bricks li.two_bricks .teaser div.teaser_content_sidebar a:hover div.type {
	color: #c00;	
}
#content ul.bricks li.two_bricks .teaser div.teaser_content_sidebar a div.info {
	font-size: 10px;
	font-family: Helvetica, sans-serif;
	color: #666;	
	font-weight: 300;
}
#content ul.bricks li.two_bricks .teaser div.teaser_content_sidebar a div.info .address {
	margin-bottom: 5px;	
}
#content ul.bricks li.two_bricks .teaser div.teaser_content_list {
	width: 	62%;
	float: right;
	margin-left: 1%;
	margin-right: 2%;
	margin-bottom: 2%;
}
#content ul.bricks li.two_bricks .teaser div.teaser_content_list ul li {
	padding: 0px 3% 0px 0 !important;
	height: 25px;
	line-height: 25px;
	width: 97%;
	margin: 0px !important;
	border-bottom: solid 1px rgba(0,0,0,0.05);
	background: url('imgs/small_right.png') center right no-repeat;
}
#content ul.bricks li.two_bricks .teaser div.teaser_content_list ul li br {
	display: none;	
}
#content ul.bricks li.two_bricks .teaser div.teaser_content_list ul li a {
	text-decoration: none;
	display: block;
	font-family: "Lucida Sans Unicode", "Lucida Grande", helvetica, sans-serif;
	color: #777;
	font-size: 12px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.no-touch #content ul.bricks li.two_bricks .teaser div.teaser_content_list ul li a:hover {
	color: #000;
	text-decoration: underline;
}
#content ul.bricks li.two_bricks .teaser div.teaser_content_list ul li a span {
	font-size: 9px;
	text-transform: uppercase;
	font-family: "Lucida Sans Unicode", "Lucida Grande", helvetica, sans-serif;
	color: #ccc;	
}
.no-touch #content ul.bricks li.two_bricks .teaser div.teaser_content_list ul li a:hover span {
	color: #c00;	
}
/* -- teaser content guides --*/
#teaser_guides_search {
	position: relative;
	margin: 15px 3% 25px;
	border-radius: 5px;
	
	height: 60px;
	
    /*background: rgb(191,210,85);

	 background: -moz-linear-gradient(top,  rgba(191,210,85,1) 0%, rgba(142,185,42,1) 50%, rgba(114,170,0,1) 51%, rgba(158,203,45,1) 100%);

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(191,210,85,1)), color-stop(50%,rgba(142,185,42,1)), color-stop(51%,rgba(114,170,0,1)), color-stop(100%,rgba(158,203,45,1)));

	background: -webkit-linear-gradient(top,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%);

	background: -o-linear-gradient(top,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%);

	background: -ms-linear-gradient(top,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%);

	background: linear-gradient(to bottom,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 ); */

border: 2px dashed #959595;
    
    
}
#teaser_guides_search input#was, #teaser_guides_search input#wo {
	border: 0px;
	border: 0px;
	border-radius: 3px;
	padding: 0px 2%;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	margin: 13px 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", helvetica, sans-serif;
	text-overflow: ellipsis;
	white-space: normal;
	overflow: hidden;
}
#teaser_guides_search input#was:focus, #teaser_guides_search input#wo:focus {
	box-shadow: 0 1px 2px rgba(0,0,0,0.5)inset;	
	background: #fff;
	color: #000;
}
#teaser_guides_search input#was {
    width: 51%;
	background: #fff;
	color: #333;
	margin-left: 3%;
}
#teaser_guides_search input#wo {
	width: 26%;
	color: #111;
	background: rgba(0,0,0,0.1);
}
#teaser_guides_search input#suche_button {
	background: url('imgs/icon_nav_suche.png') no-repeat center center transparent;
	border: 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", helvetica, sans-serif;
	text-indent: -9999px;
	height: 35px;
	width: 35px;
	position: absolute;
	top: 13px;
	right: 2%;
	opacity: 0.1;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=150)";
	filter: alpha(opacity=10);
	-moz-opacity: 0.1;
	-khtml-opacity: 0.1;
}
.no-touch #teaser_guides_search input#suche_button:hover {
	color: #c00;
	cursor: pointer;
}


/* bricks */
#content ul.bricks {
	clear: both;
}
#content ul.bricks li {
	float: left;
	width: 25%;
	overflow: hidden;
	position: relative;
}
#content ul.bricks li.standalone .paragraph {
	font-size: 12px;	
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0 2% 1%;
	font-style: italic;
}
#content ul.bricks li .image_wrapper {
	overflow: hidden;
	background-color: #666;
	box-shadow: 0 0px 40px rgba(0, 0, 0, 0.8)inset;
	margin: 0 2% 10px;
	position: relative;
	width: 96%;
	padding-bottom: 60%;		
}
#content ul.bricks li .image_wrapper img {
	box-shadow: #000 0em 0em 0em; /* firefox image wobbling bug fix */
	width: 100%;
	height: auto;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
}
.no-touch #content ul.bricks li .image_wrapper:hover img {
	transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	opacity: 0.75;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
}
.copyright,
div.inside_page_image span { 
	position: absolute; 
	display: inline-block;
	border-radius: 2px;
	right: 2px;
	bottom: 2px;
	font-size: 8px;
	text-transform: uppercase;
	color: #fff;
	background: rgba(0,0,0,0.4);
	letter-spacing: 0.3px;
	max-width: 100%;
	padding: 1px 5px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-family: helvetica, sans-serif;
}
.touch .copyright,
.touch div.inside_page_image span,
.no-touch .copyright:hover,
.no-touch div.inside_page_image span:hover {
	max-width: 100%;	
}
#content ul.bricks li div.headline {
	margin: 0 2% 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
#content ul.bricks li div.headline a {
	color: #333;
	font-weight: 500;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 16px;
	line-height: 1.5;
}


#content ul.bricks li div.headline_big {
	margin: 0 2% 10px;
	    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
    padding: 5px;
}
#content ul.bricks li div.headline_big a {
	color: #333;
	font-weight: 500;
	    font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 28px;
	line-height: 1.5;
}


.no-touch #content ul.bricks li div.headline a:hover {
	transition: color 0.5s;
	-moz-transition: color 0.5s;
	-webkit-transition: color 0.5s;
	color: #999;
}
#content ul.bricks li div.paragraph {
	font-family: Helvetica, sans-serif;
	color: #777;
	font-size: 12px;
	line-height: 1.6;
	margin-bottom: 10px;
}
#content ul.bricks li div.topic {
	font-family: "Lucida Sans Unicode", "Lucida Grande", helvetica, sans-serif;
	text-transform: uppercase;
	margin: 0 10px 5px;
	position: relative;
}
#content ul.bricks li div.topic a {
	color: #900;
	font-size: 12px;
	text-decoration: none;
    font-family: "Lucida Sans Unicode", "Lucida Grande", helvetica, sans-serif;
}
.no-touch .news #content ul.bricks li:hover div.topic a,
.no-touch .search_results #content ul.bricks li:hover div.topic a {
	color: #c00;
}
.no-touch .guides #content ul.bricks li:hover div.topic a {
	color: #c00;
}
.no-touch .termine #content ul.bricks li:hover div.topic a {
	color: #09C;
}
.no-touch #content ul.bricks li:hover div.topic a:hover {
	color: #900;
	text-decoration: underline;
}
#content ul.bricks li div.topic div.date {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 9px;
	letter-spacing: 0.5px;
	color: #ccc;
	text-transform: uppercase;
	display: none;
}
.no-touch #content ul.bricks li:hover div.topic div.date {
	display: block;
}
/* -- large brick - 3 bricks --*/
#content ul.bricks li.three_bricks {
	width: 73%;
	margin-bottom: 2%;
	margin-right: 2%;
	outline: solid 1px rgba(0,0,0,0.1);
}
#mainbar_frontpage ul.bricks li.three_bricks,
body.guides #content ul.bricks li.three_bricks,
body.termine #content ul.bricks li.three_bricks {
	width: 100%;
	margin-bottom: 2%;
}
#content #mainbar_frontpage ul.bricks li.three_bricks {
	margin-right: 2%;	
	width: 98%;
}
#content ul.bricks li.three_bricks .image_wrapper {
	float: left;
	width: 65%;
	padding-bottom: 40%;
	margin: 0px;
	box-shadow: none;
}
#mainbar_frontpage ul.bricks li.three_bricks .image_wrapper,
body.guides  #content ul.bricks li.three_bricks .image_wrapper {
	width: 65%;
	padding-bottom: 40%;
}
#content ul.bricks li.three_bricks div.three_bricks_sidebar {
	line-height: 1.3;
	position: absolute;
	width: 30%;
	padding: 1% 2% 0;
	height: 96%;
	right: 0%;
	top: 0%;
	overflow: hidden;
}
#content ul.bricks li.three_bricks div.topic {
	margin-left: 0px;	
}
#content ul.bricks li.three_bricks div.three_bricks_sidebar h1 {
	font-size: 26px;
	font-weight: 500;
	margin-bottom: 10px;
	color: #222;
}
#content ul.bricks li.three_bricks div.three_bricks_sidebar h1 a {
	color: inherit;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	transition: color 0.5s;
	-moz-transition: color 0.5s;
	-webkit-transition: color 0.5s;
}
.no-touch #content ul.bricks li.three_bricks div.three_bricks_sidebar h1 a:hover {
	color: #999;
	transition: color 0.5s;
	-moz-transition: color 0.5s;
	-webkit-transition: color 0.5s;
}
#content ul.bricks li.three_bricks div.three_bricks_sidebar p,
#content ul.bricks li.three_bricks div.three_bricks_sidebar div {
	font-size: 13px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.7;
}
#content ul.bricks li.three_bricks div.three_bricks_sidebar p a {
	color: #000;
	font-weight: 500;
	text-decoration: none;
	border-bottom: dotted 1px #666;
}
#content ul.bricks li.three_bricks.spotlight_frontimage {
	padding-bottom: 38%;	
	outline: 0px;
}
#content ul.bricks li.three_bricks.spotlight_frontimage img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
div.divider {
	clear: both;
	height: 10px;
	margin: 0 10px 15px;
	border-bottom: dashed #aaa 2px;
}
#guides_main .divider {
	margin: 0 0 15px;	
}
.readmore {
	border: solid 1px #eee !important;
	font-family: "Lucida Sans Unicode", "Lucida Grande", helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 2px;
	padding: 0px 14px 0px 5px;
	height: 15px;
	line-height: 15x;
	background: url('imgs/icon_small_rightarrow.png') center right no-repeat;
	background-color: #f7f7f7;
	color: #666;
	font-size: 10px;
	letter-spacing:0.5px;
}
.three_bricks_sidebar .readmore {
	position: absolute;
	right: 10px;
	bottom: 0px;	
	z-index: 10;
}
.no-touch body.news .readmore:hover {
	color: #fff !important;
	background-color: #cc0000 !important;
	border-color: #990000 !important;
}
.no-touch body.guides .readmore:hover {
    color: #fff !important;
    background-color: #c00 !important;
    border-color: #8e0101 !important;
}
.no-touch body.termine .readmore:hover {
	color: #fff !important;
	background-color: #39c !important;
	border-color: #39c !important;
}
/* inside pages */
#mainbar {
	width: 65%;
	float: left;	
	margin-bottom: 15px;
}
#sidebar {
	width: 33%;
	margin-left: 2%;
	float: right;	
}
#sidebar_ads {
	display: none;	
}
div#locationbar {
	border-top: solid 2px #333;
	background-color: #f7f7f7;
	position: relative;
	padding: 0px 80px 0px 10px;
	height: 25px;
}
#locationbar a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
	color: #777;
}
.no-touch #locationbar a:hover {
	text-decoration: underline;
	color: #000;
}
#locationbar span {
	width: 18px;
	height: 9px;
	background: url('imgs/icon_small_rightarrow.png') no-repeat center center;
	display: inline-block;
}
#locationbar #socialbar {
	position: absolute;
	top: 0px;
	right: 0px;
	padding-right: 10px;
	padding-top: 4px;
	padding-left: 72px;
	background: url('imgs/icon_teilen.png') no-repeat left center;	
}
#locationbar #socialbar img {
	width: 18px;
	height: 18px;
	margin-left: 4px;
}
.inside_page_image {
	width: 100%;
	padding-bottom: 62.5%;
	position: relative;	
}
.inside_page_image img {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0px;
	top: 0px;	
}
div#inside_page_text {
	padding: 2% 0;
}
div#mainbar h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 34px;
	font-weight: 300;
	line-height: 1.3;
	font-style: italic;
	color: #000;
	margin-bottom: 20px;
}
div#inside_page_text div.writer {
	color: #ccc;
	font-family: Georgia, sans-serif;
	font-size: 11px;
	letter-spacing: 0.25px;
	line-height: 1.6;
	position: relative;
	margin-bottom: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
}
div#inside_page_text div.writer img {
	width: 40px;
	height: 40px;
	margin-right: 5px;	
}
div#inside_page_text div.writer a {
	color: #999;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: normal;
	border-bottom: none;
	font-family: "Lucida Sans Unicode", "Lucida Grande", helvetica, sans-serif;
}
div#inside_page_text div.writer div#article_share {
	position: absolute;
	bottom: 0px;
	right: 5%;	
	width: 15%;
}
.no-touch div#inside_page_text div.writer a:hover {
	color: #000;
	text-decoration: underline;
}
div#mainbar h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: normal;
	color: #333;
}
div#inside_page_text p, 
#inside_page_text ul, 
#inside_page_text ol,
body.imspotlight #inside_page_text div {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 20px;
	color: #333;
}
#inside_page_text ul, #inside_page_text ol {
	margin-left: 50px;	
}
div#inside_page_text p a,
div#inside_page_text ul a,
div#inside_page_text ol a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	border-bottom: dotted 1px #666;
}
.no-touch div#inside_page_text p a:hover,
.no-touch div#inside_page_text ul a:hover,
.no-touch div#inside_page_text ol a:hover {
	color: #cc0000;
}
div#inside_page_text p.quoted {
	color: #666;
	margin: 0 30px 30px;
	padding: 15px 20px;
	font-size: 14px;
	border-left: 5px solid #ccc;
	background-color: #f7f7f7;
	clear: left;
}
div#inside_page_text p em {
    color: #555;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 17px;
    font-weight: bold;
    font-style: italic;
    border-bottom: dotted 1px #777;
}
div.video_inside_middle {
	width: 90%;
	margin: 0 5% 15px;
}
div.video_inside_medium_wrapper,
div.iframe_embed {
	width: 100%;
	padding-bottom: 56%;
	position: relative;
}
div.video_inside_medium_wrapper iframe,
div.iframe_embed iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;	
}
div#inside_page_text div.video_inside_middle p.video_description {
	margin-bottom: 0px;
	color: #999;
	padding: 0 30px;
	font-style: italic;
	font-size: 12px;	
	text-align: center;
}
div#inside_page_text .article_embedded_image {
	position: relative;
	width: 90%;
	margin: 0 5% 15px;
	clear: both;
	text-align: center;
}
div#inside_page_text .article_embedded_image img {
	width: 100%;
	height: auto;
}
div#inside_page_text .article_embedded_image span.copyright {
	position: static;
	background: transparent;
	color: #ccc;
	min-width: 100%;
	font-size: 10px;
	line-height: 15px;
	text-align: center;
	margin-bottom: 11px;
}
div#inside_page_text .article_embedded_image span.description {
	font-style: italic;
	color: #999;
	display: block;
	padding: 0 50px;
	text-align: center;
	line-height: 1.6;
	font-family: helvetica, arial, sans-serif;
	font-size: 11px;	
}
#competition {


    background: #eee;
    border: 3px solid #c00;
    padding: 2% 3%;
    -webkit-box-shadow:0 0 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow:0 0 10px rgba(0, 0, 0, 0.5);


}

#competition label{

    border-radius: 3px;
    border: 1px solid #bbb;
    color: #444;
    display: block;
    text-align: left;
    line-height: 1.6;
    font-family: helvetica, arial, sans-serif;
    font-size: 14px;
    width: 90%;

}
/* hide input */
#competition input.radio:empty {
    margin-left: -999px;
}

/* style label */
#competition input.radio:empty ~ label {
    position: relative;
    float: left;
    line-height: 2.5em;
    text-indent: 3.25em;
    margin-top: 2em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#competition input.radio:empty ~ label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content: '';
    width: 2.5em;
    background: #D1D3D4;
    border-radius: 3px 0 0 3px;
}

/* toggle hover */
#competition input.radio:hover:not(:checked) ~ label:before {
    content:'\2714';
    text-indent: .9em;
    color: #C2C2C2;
}

#competition input.radio:hover:not(:checked) ~ label {
    color: #888;
}

/* toggle on */
#competition input.radio:checked ~ label:before {
    content:'\2714';
    text-indent: .9em;
    color: #9CE2AE;
    background-color: #c00;
}

#competition input.radio:checked ~ label {
    color: #777;
}

/* radio focus */
#competition input.radio:focus ~ label:before {
    box-shadow: 0 0 0 3px #999;
}


#competition .answer{
    clear: both;
    margin-left:10px;
    margin-bottom: 10px;
}


#competition h3{
    color: #c00;
    display: block;
    font-weight: bold;
    text-align: left;
    line-height: 1.6;
    font-family: helvetica, arial, sans-serif;
    font-size: 28px;
}


#competition h4{
    color: #444;
    display: block;
    text-align: left;
    line-height: 1.6;
    font-family: helvetica, arial, sans-serif;
    font-size: 16px;
}

#competition small{
    color: #888;
    text-align: left;
    font-style: italic;
    line-height: 1.6;
    font-family: helvetica, arial, sans-serif;
    font-size: 11px;
}


#competition .vote_question {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
	margin-bottom: 10px;	
}
#competition .vote_answer {
	font-family: "Lucida Sans Unicode", "Lucida Grande", helvetica, sans-serif;
	font-size: 14px;
}
#competition .voting_bar {
	border-radius: 3px;
	height: 30px;
	line-height: 30px;
	background-color: #fff;
	box-shadow: 0 1px 2px rgba(0,0,0,0.5)inset;	
	margin: 0 3% 25px;
	overflow: hidden;
}
#competition .voting_bar_full {
	background-color: #c00;	
	line-height: 30px;
	font-size: 12px;
	color: #fff;
}
#competition .voting_result_absolute {
	font-size: 18px;
	padding: 0 3%;
	display: inline-block;
	border-right: solid 1px rgba(255,255,255,0.2);
}
#competition .voting_result_percent {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	text-shadow: 0 1px 2px rgba(0,0,0,0.2);
	padding: 0 0 0 3%;
}
#competition .voting_total {
	color: #999;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 10px;
	text-align: right;
	margin-bottom: 10px;
	margin-right: 3%;	
}

#competition .competition_submit {

    clear: both;
    margin-top: 50px;
    margin-left: 10px;

}
#competition .vote_submit {


}
#competition .vote_submit input {
	border: 0px;
	height: 40px;
	line-height: 40px;
	padding: 0 3%;
	border-radius: 3px;
	color: #fff;
	background-color: #c00;
	cursor: pointer;
	font-size: 16px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.3);	
}
#content ul.bricks li.brick_imspotlight .image_wrapper{
	padding-bottom: 133%;	
}
#content ul.bricks li.brick_imspotlight div.imspotlight_name {
	position: absolute;
	bottom: 28%;
	left: 1%;
	width: 94%;
	padding: 0 2%;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -0.5px;
	text-transform: uppercase;
	font-size: 20px;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0,0,0,0.6);
	text-align: center;
}
#content ul.bricks li.brick_imspotlight div.profession {
	position: absolute;
	top: 75%;
	left: 1%;
	width: 94%;
	padding: 0 2%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: Italic;
	font-size: 15px;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0,0,0,0.6);
	text-align: center;
}
#spotlight_id {
	border: solid 1px #eee;
	margin-bottom: 2%;
	padding: 5% 5%;
	background-color: #f7f7f7;
}
#spotlight_id h3 {
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -0.5px;
	text-transform: uppercase;
	font-size: 20px;
	text-align: center;
	margin-bottom: 8px;
}
#spotlight_id h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 14px;
	text-align: center;
	font-weight: normal;
	margin-bottom: 15px;
}
#spotlight_id p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	margin-bottom: 15px;
	color: #666;
}
#spotlight_id ul {
	margin: 0 15% 2%;	
}
#spotlight_id ul li {
	border-top: solid 1px #eee;
	border-bottom: solid 1px #eee;
	margin-top: -1px;
}
#spotlight_id ul li a {
	color: #777;
	font-family: "Lucida Sans Unicode", "Lucida Grande", helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 14px;
	text-decoration: none;
	display: block;
	line-height: 30px;
	padding: 0px 10px;
	font-weight: normal;
	text-align: center;
}
.no-touch #spotlight_id ul li a:hover {
	color: #000;
}
#spotlight_bigimage {
	width: 100%;
	padding-bottom: 52%;
	position: relative;
	margin-bottom: 2%;
}
#spotlight_bigimage h1,
#content ul.bricks li.three_bricks.spotlight_frontimage h1 {
	position: absolute;
	bottom: 15%;
	left: 5%;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -1px;
	font-size: 50px;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	text-transform: uppercase;
}
#spotlight_bigimage h2,
#content ul.bricks li.three_bricks.spotlight_frontimage h2 {
	position: absolute;
	left: 5%;
	bottom: 10%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	font-weight: normal;
	font-style: italic;
}
#spotlight_bigimage img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}
p.question {
	font-weight: bold;
	margin-bottom: 10px !important;
	font-style: italic;
	font-size: 13px !important;
}
p.answer {
	margin-bottom: 30px !important;
}
p.quote {
	width: 60%;
	margin: 0 20% 20px;
	color: #c00 !important;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	border-bottom: dotted 1px #ccc;
	border-top: dotted 1px #ccc;
	padding: 15px 0px;
	font-size: 16px !important;
}
h3.sidebar_headline {
	font-family: "Lucida Sans Unicode", "Lucida Grande", helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	background: #f7f7f7;
	border-top: solid 2px #333;
	border-bottom: solid 1px #eee;
	font-size: 16px;
	font-weight: bold;
	height: 25px;
	text-align: center;
	letter-spacing: 0.5px;
	color: #333;
	line-height: 25px;
}
div#tags {
	margin-bottom: 20px;	
}
div#tags a {
	display: inline-block;
	background: #f7f7f7;
	text-transform: uppercase;
	font-family: "Lucida Sans Unicode", "Lucida Grande", helvetica, sans-serif;
	text-decoration: none;
	padding: 0px 10px 0px;
	height: 20px;
	line-height: 20px;
	border: solid 1px #eee;
	border-radius: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	color: #333;
	font-size: 11px;
}
.no-touch div#tags a:hover {
	color: #fff;
	background-color: #cc0000;
	border-color: #990000;
}
ul.articles_list li {
	clear: both;
	position: relative;
	border-bottom: solid 1px #eee;
	min-height: 60px;
	padding: 10px 5px 10px 70px!important;
	position: relative;
}
ul.articles_list li:nth-child(10) {
	display: none;	
}
ul.articles_list li img {
	float: left;
	width: 60px;
	height: 60px;
	position: absolute;
	left: 0px;
	top: 10px;
}
ul.articles_list li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	text-decoration: none;
	font-size: 13px;
	line-height: 1.4;
}
.no-touch ul.articles_list li a:hover {
	text-decoration: underline;
	color: #000;
}
ul.articles_list li a.topic {
	display: block;
	color: #cc0000;
	font-family: helvetica, sans-serif;
	text-transform: uppercase;
	margin-bottom: 3px;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 0.5px;
}
ul.articles_list.termin_list li a {
	font-style: italic;
	font-size: 11px;
	color: #999;	
}
ul.articles_list.termin_list li a.topic {
	color: #09c;
	font-size: 14px;
	margin-bottom: 5px;
	font-style: normal;
}
ul.articles_list li span {
	display: none;
}
.no-touch ul.articles_list li:hover span {
	display: block;
	position: absolute;
	font-size: 10px;
	letter-spacing: 0.25px;
	text-transform: uppercase;
	font-family: "Lucida Sans Unicode", "Lucida Grande", helvetica, sans-serif;
	top: 5px;
	right: 5px;
	color: #999;
}
/* -- slideshow teaser inside the articles -- */
.slideshow_teaser {
	margin-bottom: 30px;
	clear: both;
	width: 90%;
	margin-left: 5%;
	padding: 15px 0;
	border-top: dotted 1px #eee;
	border-bottom: dotted 1px #eee;
}
.slideshow_teaser h4 {
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: italic;
	padding: 0px 15px;
	color: #c00;
	line-height: 1.6;
	text-align: center;
	margin-bottom: 10px;
}
.slideshow_teaser a {
	color: #333;
	text-decoration: none;
}
.slideshow_teaser img {
	width: 19%;
	height: auto;
	margin: 0 1% 0 0;
	box-shadow: 0 1px 2px rgab(0,0,0,0.5);
}
.no-touch .slideshow_teaser img:hover {
	opacity: 0.7;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
}
/* -- slideshow pages -- */
body.slideshow {
	background-color: #222;	
	box-shadow: 0 0 100px rgba(0,0,0,0.6) inset;
}
body.slideshow #content {
	min-height: 700px;	
}
body.slideshow #navigation #logo p.section_name {
	color: #fff;	
}
body.slideshow #navigation div#suche #search_box {
	background-color: rgba(255,255,255,0.1);	
}
body.slideshow #navigation div#suche #search_box:focus {
	background-color: #c00;
	color: #fff;	
}
body.slideshow #navigation #buttons {
	background-color: rgba(0,0,0,0.2);	
	border-color: #111;
}
body.slideshow #navigation ul#buttons_left {
	border-color: #333;	
}
body.slideshow #navigation ul#buttons_left li {
	background-color: #333;
}
body.slideshow #navigation ul#buttons_right {
	border-color: #333;
}
body.slideshow #navigation ul#buttons_right li a {
	color: #666;	
	border-color: #333;
}
.no-touch body.slideshow #navigation ul#buttons_right li a:hover,
body.slideshow #navigation ul#buttons_right li a.current {
	color: #fff;
	background-color: rgba(0,0,0,0.8);
}
body.slideshow #sub_buttons {
	display: none;	
}
body.slideshow div#locationbar {
	background-color: rgba(0,0,0,0.5);
	border-color: #000;
}
.no-touch body.slideshow div#locationbar a:hover {
	color: #fff;
}
body.slideshow #footer {
	background-color: rgba(0,0,0,0.5);	
	border-color: #000;
}
.no-touch body.slideshow #footer ul li a:hover {
	color: #fff;
}	
div#slideshow_images {
	text-align: center;	
	position: relative;
	background: url('imgs/stripes_thin_dark.png') repeat;
	box-shadow: 0 0 40px rgba(0,0,0,0.8)inset;
	overflow: hidden;
	min-height: 390px;
}
div#slideshow_images .copyright,
.no-touch div#slideshow_images .copyright:hover {
	right: 0px;
	bottom: 0px;
	border-radius: 0px;
	width: 100%;
	min-width: 100%;
	text-align: center;	
}
div#slideshow_images img.bigimage {
	width: 100%;
	height: auto;
	max-width: 100%;
	max-height: 100%;	
}
body.slideshow .showall a {
	float: left;
	width: 20%;
	padding-bottom: 20%;
	position: relative;
	display: block;
	border-radius: 2px;
	overflow: hidden;
	box-shadow: 0 1px 2px rgba(0,0,0,0.6);
}
.no-touch body.slideshow .showall a:hover {
	box-shadow: 0 0px 7px rgba(255,255,255,0.9);	
}
body.slideshow .showall a img {
	width: 96%;
	height: 96%;
	position: absolute;
	left: 2%;
	top: 2%;
}
div#slideshow_images a.left, 
div#slideshow_images a.right {
	background-image: url('imgs/slideshow_arrows.png');
	background-repeat: no-repeat;
	width: 100px;
	height: 400px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -200px;
	opacity: 0.2;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	filter: alpha(opacity=10);
	-moz-opacity: 0.1;
	-khtml-opacity: 0.1;
}
div#slideshow_images a.left {
	background-position: left center;
	left: 0px;
}
div#slideshow_images a.right {
	background-position: right center;
	right: 0px;
}
.no-touch div#slideshow_images a.left:hover , 
.no-touch div#slideshow_images a.right:hover {
	opacity: 0.7;
	transition: opacity 0.5s;	
}
body.slideshow #sidebar {
	background-color: rgba(0,0,0,0.3);	
	border-radius: 0 0 5px 5px;
}
body.slideshow #sidebar #slideshow_navigation {
	margin-bottom: 15px;
	background-color: #000;	
	text-align: center;
	padding: 2px 0px;
}
body.slideshow #sidebar #slideshow_navigation a {
	display: inline-block;
	margin: 1px;
	border-radius: 3px;
	padding: 2px 10px;
	color: #eee;
	font-family: "Lucida Sans Unicode", "Lucida Grande", helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	background-color: rgba(255,255,255,0.1);
	text-decoration: none;	
}
.no-touch body.slideshow #sidebar #slideshow_navigation a:hover {
	background-color: #fff;
	color: #000;	
}
body.slideshow #sidebar h2 {
	margin-bottom: 15px;
	font-family: Georgia, 'Times New Roman', serif;
	font-weight: 300;
	font-size: 16px;
	padding: 0px 20px;
	color: #fff;
	line-height: 1.5;
}
body.slideshow #sidebar p {
	min-height: 100px;
	margin-bottom: 15px;
	padding: 0 20px;
	line-height: 1.5;
	font-size: 12px;
	color: #eee;
	font-family: helvetica, sans-serif;	
}
body.slideshow #tags {
	padding: 0 20px 10px;	
	border-bottom: solid 1px #000;
}
body.slideshow #tags a {
	font-size: 11px;
	background-color: #333;
	border-color: #333;
	color: #fff;	
}
.no-touch body.slideshow #tags a:hover {
	background-color: #cc0000;
	border-color: #cc0000;	
}
body.slideshow #sidebar .ads {
	text-align: center;
	padding-bottom: 10px;	
}
#content ul.bricks li.galerien .image_wrapper {
	margin-bottom: 1%;
	box-shadow: none;	
}
#content ul.bricks li.galerien div.image_row {
	width: 98%;
	margin: 0 1% 7px;
}
#content ul.bricks li.galerien div.image_row a {
	display: block;
	width: 33%;
	padding-bottom: 33%;
	position: relative;	
	float: left;	
}
#content ul.bricks li.galerien div.image_row a img {
	position: absolute;
	top: 1%;
	left: 1%;
	width: 98%;
	height: 98%;
}
div.headline_divider {
    clear: both;
    float: none;
    position: relative;
    margin: 0px 0px 15px;
    color: #666;
    border-top: solid 2px #666;
    font-family: "Lucida Sans Unicode", "Lucida Grande", helvetica, sans-serif;
    letter-spacing: 0.25px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    font-weight: normal;
    padding: 0px 10px 0px;
    height: 25px;
    line-height: 25px;
    /* background-color: #f7f7f7; */
    border-bottom: solid 1px #eee;
    /* background-image: url(imgs/pattern_infos_2.png)!important; */
    opacity: .7;
    border-bottom: #222 dashed 1px!important;
}
body.guides div.headline_divider {

    color: #000;
    border: 0px;
    height: 30px;
    line-height: 30px;
    border-radius: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
// background-image: url(imgs/pattern_infos.png);


}
div.headline_divider h1 {
display: inline-block;
margin-right: 5px;
}
body.guides div.headline_divider h1 {

    text-transform: none;
    font-size: 22px;
    line-height: 30px;
}
body.guides div.headline_divider span {
font-size: 10px;
text-transform: uppercase;
color: #ccc;
letter-spacing: 1px;
line-height: 30px;
}
div.headline_divider div.sort {
position: absolute;
top: 3px;
right: 3px;
height: 24px;
line-height: 24px;
font-size: 0px;
}
div.headline_divider div.sort a {
display: inline-block;
text-decoration: none;
font-family: "Lucida Sans Unicode", "Lucida Grande", helvetica, sans-serif;
font-size: 0px;
height: 24px;
line-height: 24px;
width: 50px;
margin-left: 1px;
}
div.headline_divider div.sort a:first-child {
border-radius: 3px 0 0 3px;
background: #999 url('imgs/ikon_toggle_white.png') no-repeat center center;
background-size: 20px;
}
div.headline_divider div.sort a:last-child {
border-radius: 0 3px 3px 0px;
background: #999 url('imgs/ikon_nearby_white.png') no-repeat center center;
background-size: 20px;
}
div.headline_divider div.sort a.current {
background-color: #c00;
}
body.guides #sub_buttons {
border-bottom: 0px;
height: 0px;
margin-top: -30px;
}
body.guides #sub_buttons #city_date {
float: none;
position: absolute;
top: 30px;
right: 7px;
width: auto;
padding: 0px;
color: #333;
}
body.guides #sub_buttons #city_date a {
    font-size: 14px;
    /* font-weight: bold; */
    line-height: 25px;
    text-decoration: none;
    letter-spacing: 0.25px;
    font-family: helvetica, sans-serif;
    background: url(imgs/small_arrow_down.png) no-repeat left center;
    padding: 0px 0px 0px 20px;
    color: #cc0000;
    letter-spacing: 1px;
}
.no-touch body.guides #sub_buttons #city_date a:hover {
text-decoration: none;
    color: #c00;
}
body.guides.search_results_2014 #logo p.section_name {
background: url('imgs/logo_joojoo.png') no-repeat center right;
background-size: 40px;
}
/* ==================================== GUIDES =========================================== */
#guides_sidebar,
#guides_sidebar_with_articles {
	width: 23%;
	margin-right: 2%;
	float: left;
    margin-top: 15px;
}
#guides_main {
	width: 75%;
	float: right;
    margin-top: 15px;
}
#guides_main #guides_main {/*temporary fix*/
	width: 100%;
	float: none;	
}
div.search_section_dropdown { /*select menus that appear in low res */
	display: none;	
}
/* -- Guides Narrow Search -- */
#guides_finder,
#termine_finder {
//background: #c00;
overflow: hidden;
padding: 2%;
//border-radius: 5px;
margin-bottom: 2%;
position: relative;
border: 1px dashed #959595;
}
#termine_finder {
	// background: #39F;	
}
.guides_finder_input,
.termine_finder_input {
    border: 0px;
    padding: 0px 3%;
    border-radius: 5px;
    font-size: 15px;
    height: 30px;
    line-height: 40px;
    color: #a9a9a9;
    Font-family: Lucida Sans Unicode;
    font-style: italic;
    width: 94%;
/* font-weight: bold; */
/* text-decoration: double; */

}
#finder_was {
border-radius: 5px 5px 0 0;
margin-bottom: 1px;

}
#finder_wo {
border-radius: 0 0 5px 5px;
background-color: #eee;
visibility: hidden;
display: none;
}
#finder_was:focus,
#finder_wo:focus {
background-color: #f5f5f5;
color: #000;
}
#finder_suche {
    font-family: "Lucida Sans Unicode", "Lucida Grande", helvetica, sans-serif;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    right: 0;
    border: 0px;
    text-indent: -9999px;
    overflow: hidden;
    text-align: center;
    width: 50px;
    height: 45px;
    padding-bottom: 14%;
    background: url(imgs/icon_nav_suche.png) no-repeat center center transparent;
    /* background-size: 50%; */
    opacity: 0.7;


filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
    src='imgs/ikon_suche_white.png',
    sizingMethod='scale');

-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(
    src='imgs/ikon_suche_white.png',
    sizingMethod='scale')";

-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
filter: alpha(opacity=50);
-moz-opacity: 0.5;
-khtml-opacity: 0.5;
}
.no-touch #finder_suche:hover {
cursor: pointer;
opacity: 1;

-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
-moz-opacity: 1;
-khtml-opacity: 1;
}
.autocomplete {
background: rgba(255,255,255,0.97);
border-radius: 5px;
font-family: "Lucida Sans Unicode", "Lucida Grande", helvetica, sans-serif;
font-size: 12px;
color: #333;
box-shadow: 0 2px 4px rgba(0,0,0,0.6);
text-transform: capitalize;
overflow: hidden;
}
.autocomplete div {
padding: 5px;
margin-top: -1px;
height: 20px;
line-height: 20px;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
border-top: solid 1px #f7f7f7;
border-bottom: solid 1px #f7f7f7;
}
.autocomplete div strong {
color: #C00;
}
.no-touch .autocomplete div:hover {
background-color: #eee;
}
/* panorama and products buttons */
a#button_sidebar_only_panorama {
	border-radius: 5px;
	display: block;
	background: url('imgs/ikon_360_green.png') no-repeat 10px center #f7f7f7;
	background-size: 20px;
	width: 100%;
}
a#button_sidebar_only_products {
	border-radius: 5px;
	width: 100%;
	background: url('imgs/ikon_products_green.png') no-repeat 10px center #f7f7f7;
	background-size: 20px;
}
a#button_sidebar_only_panorama,
a#button_sidebar_only_products {
	overflow: hidden;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	color: #333;
	height: 30px;
	line-height: 30px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", helvetica, sans-serif;
	text-transform: uppercase;
	display: block;
	margin-bottom: 2%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	box-shadow: 0 1px 2px rgba(0,0,0,0.5);
}
.no-touch a#button_sidebar_only_panorama:hover,
.no-touch a#button_sidebar_only_products:hover {
	background-color: #c00;	
	color: #fff;
}
#guides_sidebar a,
#termine_sidebar a {
	text-decoration: none;
}
#guides_sidebar a h3,
#termine_sidebar a h3 {
    background: #cc0000 url(imgs/ikon_minus_white.png) 97% center no-repeat;
    background-size: 14px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", helvetica, sans-serif;
    font-size: 18px;
    letter-spacing: 0.5px;
    height: 40px;
    line-height: 44px;
    clear: both;
    text-transform: uppercase;
    padding: 0 10px;
    border-bottom: solid 1px #222;
    /* font-weight: normal; */
    color: #F7F7FA;
    /* border-radius: 3px 3px 0 0; */
    margin-top: 25px;
    margin-bottom: 15px;
}
#guides_sidebar a.closed h3,
#termine_sidebar a.closed h3 {
	background: #444 url('imgs/ikon_plus_white.png') 97% center no-repeat;
	background-size: 14px;
	border-radius: 3px;
}
ul.multi_select li input {
	margin-right: 5px;
}
#guides_sidebar ul li,
#termine_sidebar ul li {
	border-bottom: 1px dashed #555;
	// background-color: #f7f7f7;
	padding: 12px 12px 12px;
	position: relative;
    
}
#guides_sidebar ul li a,
#termine_sidebar ul li a {
	color: #333;
	font-family: "Lucida Sans Unicode", "Lucida Grande", helvetica, sans-serif;
	font-size: 13px;
	text-decoration:none;
	display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.75px;
}
#guides_sidebar ul li.selected {
	background-color: #c00;
}
#guides_sidebar ul li.child_category {
	background-color: #e5f5d0;
    padding-left: 35px !important;
    font-size: 11px;
    background: url('imgs/ikon_plus_white.png') no-repeat left ;
}

#guides_sidebar ul li.child_category a{
	    text-transform: lowercase!important; 
    font-family: "Lucida Sans Unicode", "Lucida Grande", helvetica, sans-serif;
    letter-spacing: 0.75px;
}
#guides_sidebar ul li.selected a {
	color: #fff;
}
#guides_sidebar ul li.child_category.selected a {
	color: #333 !important;
  font-weight: bold !important;
    background-color: #fff;
}
#guides_sidebar ul li.child_category.selected  {

    background-color: #fff;
}

#guides_sidebar ul li.more {
	height: 15px;
	margin-top: -1px;
	border-top: solid 2px #666;
	background: url('imgs/stripes2x2light.png') repeat transparent;
}
#guides_sidebar ul li.more a,
#termine_sidebar ul li.more a {
	color: #fff;
	background-color: #999;
	display: block;
	padding: 2px 0px 3px;
	position: absolute;
	width: 70px;
	border-radius: 0 0 3px 3px;
	top: 0px;
	left: 50%;
	text-align: center;
	font-size: 11px;
	line-height: 1;
	text-transform: uppercase;
	margin-left: -35px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", helvetica, sans-serif;
}
.no-touch #guides_sidebar ul li.more a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #c00;
}
#guides_sidebar ul li a.remove_selection {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -5px;
}
.no-touch #guides_sidebar ul li a:hover,
.no-touch #termine_sidebar ul li a:hover {
	color: #000;
	text-decoration: underline;
}
#guides_sidebar ul li a span,
#termine_sidebar ul li a span {
	color: #999;
	font-size: 9px;
	margin-left: 2px;
}
.no-touch #guides_sidebar ul li a:hover span,
.no-touch #termine_sidebar ul li a:hover span {
	color: #000;
	text-decoration: none;
}
#guides_main #guides_largemap {
	position: relative;
	height: auto !important;
	width: 100% !important;
	padding: 0 0 100% !important;	
	margin: 0 !important;
}
#guides_main #guides_largemap iframe,
#guides_main #guides_largemap embed,
#guides_main #guides_largemap object {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;	
}
/* ------ guides search results  ------- */
ul.guides_search_results {
	margin: 0 0px 25px;
}
ul.guides_search_results li.guides_result {
	border-top: dotted 1px rgba(0,0,0,0.05);
	border-bottom: dotted 1px rgba(0,0,0,0.05);
	margin-top: -1px;
	padding: 10px;
	min-height: 150px;
	clear: both;
	position: relative;
}
.no-touch ul.guides_search_results li.guides_result.ads:hover,
ul.guides_search_results li.guides_result.ads {
	min-height: 60px;
}
.no-touch ul.guides_search_results li.guides_result:hover,
.no-touch ul.guides_search_results li.guides_result.regular:hover {
	background: #f7f7f7;
	position: relative;
}
ul.guides_search_results li.guides_result div.image_wrapper {
	width: 220px;
	height: 150px;
	overflow: hidden;
	margin-right: 15px;
	float: left;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	font-family: helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}
ul.guides_search_results li.guides_result div.image_placeholder_wrapper {
	background-color: #eee;
	box-shadow: none;
}
.no-touch ul.guides_search_results li.guides_result:hover div.image_placeholder_wrapper {
	background-color: #c00;	
}
.touch ul.guides_search_results li.guides_result div.image_placeholder_wrapper {
	background-color: #ccc;
}
ul.guides_search_results li.guides_result div.image_placeholder_wrapper span {
	display: block;
	width: 100%;
	height: 75px;
	line-height: 75px;
	color: #fff;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 32px;	
}
ul.guides_search_results li.guides_result div.image_wrapper a {
	color: #999;
	text-decoration: none;	
}
ul.guides_search_results li.guides_result div.image_wrapper img {
	width: 220px;
	height: 150px;
}
ul.guides_search_results li.guides_result h3.headline a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", helvetica, sans-serif;
	color: #333;
	text-decoration: none;
	font-size: 24px;
	font-weight: normal;
	transition: color 0.2s;
	-moz-transition: color 0.2s;
	-webkit-transition: color 0.2s;
}
ul.guides_search_results li.guides_result h3.headline br {
	display: none;	
}
.no-touch ul.guides_search_results li.guides_result h3.headline a:hover {
	color: #c00;
	transition: color 0.2s;
	-moz-transition: color 0.2s;
	-webkit-transition: color 0.2s;
}
ul.guides_search_results li h3.headline {
	margin-bottom: 10px;
}
ul.guides_search_results li p.address {
	font-family: "Lucida Sans Unicode", "Lucida Grande", helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #888;
	margin-bottom: 7px;
}
ul.guides_search_results li.regular p.address {
	color: #ccc;
}
ul.guides_search_results li p.categories a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #c00;
	text-decoration: none;
	display: inline-block;
	padding: 2px 5px 1px 0;
	margin-right: 5px;
	border-right: solid 1px #ccc;
}
.no-touch ul.guides_search_results li:hover p.categories a {
	color: #777;
	border-color: #ccc;
}
.no-touch ul.guides_search_results li p.categories a:hover {
	color: #c00;
	text-decoration: underline;
}
ul.guides_search_results li.guides_result ul.pages {
	position: absolute;
	bottom: 15px;
	right: 15px;
}
ul.guides_search_results li.guides_result ul.pages li {
	float: left;
	margin-left: 1px;
}
ul.guides_search_results li.guides_result ul.pages li a {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 2px;
	background-color: #5996b7;
	font-size: 0px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 24px !important;
}
ul.guides_search_results li.guides_result ul.pages li.karte a { 		background-image: url('imgs/ikon_menu_white.png'); }
ul.guides_search_results li.guides_result ul.pages li.panorama360 a { 	background-image: url('imgs/ikon_360_white.png'); }
ul.guides_search_results li.guides_result ul.pages li.nearby a { 		background-image: url('imgs/ikon_nearby_white.png'); }
ul.guides_search_results li.guides_result ul.pages li.streetview a { 	background-image: url('imgs/ikon_streetview_white.png'); }
ul.guides_search_results li.guides_result ul.pages li.products a { 		background-image: url('imgs/ikon_products_white.png'); }
ul.guides_search_results li.guides_result ul.pages li.angebote a { 		background-image: url('imgs/ikon_angebote_white.png'); }
ul.guides_search_results li.guides_result ul.pages li.entries a { 		background-image: url('imgs/ikon_products_white.png'); }

.no-touch ul.guides_search_results li.guides_result ul.pages li a:hover {
	background-color: #333;
	transition: background-color 0.5s;
}
ul.guides_search_results li.guides_result ul.badges {
	position: absolute;
	top: 15px;
	left: 10px;
}
ul.guides_search_results li.guides_result ul.badges li {
	color: #fff;
	background: #c00;
	line-height: 15px;
	height: 15px;
	padding: 0 6px;
	border-radius: 0 2px 2px 0;
	margin-bottom: 1px;
	font-size: 9px;
	text-transform: uppercase;
	font-family: "Lucida Sans Unicode", "Lucida Grande", helvetica, sans-serif;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
}
ul.guides_search_results li.guides_result div.distance {
	position: absolute;
	top: 64px;
	height: 16px;
	line-height: 16px;
	left: 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", helvetica, sans-serif;
	font-size: 10px;
	background: rgba(0,0,0,0.3);
	border-radius: 0 2px 2px 0;
	padding: 0 7px;
	color: #fff;	
}
/* set sizes of li.guides_entries all else automatically adjusts - default is 25% */
ul.bricks li.guides_entries { 
	width: 25%;
	padding-bottom: 25%;
	float: left !important;	
}
ul.bricks li.guides_entries.guides_entries_placeholder div.guides_entries_placeholder_inside {
	width: 98%;
	height: 98%;
	position: absolute;
	left: 1%;
	top: 1%;
	background: url('imgs/logo_white.png') no-repeat center center #eee;
	background-size: 80%;	
	box-shadow: 0 0 50px rgba(0,0,0,0.05)inset;
	
	
	
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
		src='imgs/logo_white.png',
		sizingMethod='scale');

	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(
		src='imgs/logo_white.png',
		sizingMethod='scale')";
		
		
}
.small_guides_entries {
	padding-bottom: 2%;
}
#content .small_guides_entries ul.bricks li.guides_entries {
	width: 14.2%;
	padding-bottom: 14.2%;
}
#content .small_guides_entries ul.bricks li.more_products {
	display: none;
}
ul.bricks li.guides_entries a.entry_block {
	display: block;
	text-decoration: none;
	position: absolute;
	left: 1%;
	top: 1%;
	width: 98%;
	height: 98%;	
	border-radius: 2px;
	overflow: hidden;
	background: #999;
}
ul.bricks li.guides_entries a.entry_block img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;	
	opacity: 0.95;
}
ul.bricks li.guides_entries a.entry_block .name {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 98%;
	height: auto;
	padding: 5px 1%;
	text-align: center;	
	font-size: 9px;
	line-height: 1.6;
	text-transform: uppercase;
	background: rgba(0,0,0,0.5);
	color: #fff;
}
.no-touch ul.bricks li.guides_entries a.entry_block:hover .name {
	display: block;	
}
ul.bricks li.guides_entries a.entry_block .dating {
	position: absolute;
	bottom: 2px;
	left: 2px;
	font-size: 8px;
	color: rgba(255,255,255,0.3);
}
ul.bricks li.guides_entries a.entry_block .pricing {
	position: absolute;
	bottom: 5px;
	right: 5px;
	font-size: 12px;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0,0,0,0.7);
	font-weight: bold;	
	z-index: 100;
}
ul.bricks li.guides_entries a.entry_block .pricing span.old-price {
	text-decoration: line-through;
	color: rgba(255,255,255,0.5);	
}
/* guides bricks */
#content #guides_main ul.bricks li.guides_bricks,
body.guides #mainbar_frontpage ul.bricks li.guides_bricks {
	width: 33.3%;	
}
#content #guides_main ul.bricks .guide_homepage_results li.guides_bricks { margin-bottom: 10px; }
ul.bricks li.guides_bricks .image_wrapper a {
	display: block;
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0px;
	left: 0px;
}
ul.bricks li.guides_bricks .image_wrapper a img {
	width: 100%;
	height: 100%;	
}
#content ul.bricks li.guides_bricks div.name {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: normal;
	line-height: 1.4;
	margin: 0 3% 10px;
	color: #333;
}
#content ul.bricks li.guides_bricks div.name a {
	color: inherit;
	text-decoration: none;	
}
.no-touch #content ul.bricks li.guides_bricks div.name a:hover {
	color: #777;
	transition: color 0.5s;
	-moz-transition: color 0.5s;
	-webkit-transition: color 0.5s;
}
#content ul.bricks li.guides_bricks div.info {
	margin: 10px 3% 10px;
    background-color: #fafafa;
    padding: 4px;
}
#content ul.bricks li.guides_bricks div.address {
    font-family: "Lucida Sans Unicode", "Lucida Grande", helvetica, sans-serif;
    font-size: 13px;
    line-height: 1.6;
    color: #565656;
    /* float: left; */
    width: 100%;
}
#content ul.bricks li.guides_bricks div.phone {
    font-family: "Lucida Sans Unicode", "Lucida Grande", helvetica, sans-serif;
    font-size: 13px;
    line-height: 1.6;
    /* float: right; */
    /* text-align: right; */
    /* width: 43%; */
    color: rgb(53, 53, 53);
}
.no-touch #content ul.bricks li.guides_bricks:hover div.address,
.no-touch #content ul.bricks li.guides_bricks:hover div.phone {
	color:#666;	
}
#content ul.bricks li.guides_bricks div.subsections {


	position: absolute;
	top: 150px;
	left: 5px;

	background: #333;
	background:rgba(0,0,0,0.3);
	
}
#content ul.bricks li.guides_bricks div.subsections ul li {
	padding: 0px;
	margin: 0px 1px 0 0;
	width: 22px !important;
	float: left !important;
}
#content ul.bricks li.guides_bricks div.subsections ul li.main_info a { 	background-image: url('imgs/ikon_info_white.png'); }
#content ul.bricks li.guides_bricks div.subsections ul li.karte a { 		background-image: url('imgs/ikon_menu_white.png'); }
#content ul.bricks li.guides_bricks div.subsections ul li.products a{ 	background-image: url('imgs/ikon_products_white.png'); }
#content ul.bricks li.guides_bricks div.subsections ul li.angebote a { 	background-image: url('imgs/ikon_angebote_white.png'); }
#content ul.bricks li.guides_bricks div.subsections ul li.panorama360 a { background-image: url('imgs/ikon_360_white.png'); }
#content ul.bricks li.guides_bricks div.subsections ul li.nearby a { 		background-image: url('imgs/ikon_nearby_white.png'); }
#content ul.bricks li.guides_bricks div.subsections ul li.streetview a { 	background-image: url('imgs/ikon_streetview_white.png'); }
#content ul.bricks li.guides_bricks div.subsections ul li.entries a { 	background-image: url('imgs/ikon_products_white.png'); }

#content ul.bricks li.guides_bricks div.subsections ul li a {
	font-size: 0px;
	display: block;
	width: 22px;
	height: 22px;
	border-radius: 2px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 18px !Important;
}
.no-touch #content ul.bricks li.guides_bricks div.subsections ul li a:hover {
	background-color: #000;
	transition: background-color 0.5s;
}

#content ul.bricks li.guides_bricks span.location_based {
	display: block;
	background: rgba(0,0,0,0.5);
	color: #fff;
	position: absolute;
	top: 3px;
	left: 5px;
	border-radius: 0 2px 2px 0;
	letter-spacing: 1px;
	height: 25px;
	padding: 0 7px;
	line-height: 25px;
	font-size: 12px;	
}
ul.bricks li.guides_bricks .image_wrapper ul.badges {
	position: absolute;
	right: 0px;
	top: 10px;
}
#content ul.bricks li.guides_bricks .image_wrapper ul.badges li {
	float: none;
	font-size: 8px;
	width: auto;
	margin-bottom: 1px;
	letter-spacing: 1px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: center;
	line-height: 15px;
	height: 15px;
	border-radius: 2px 0 0 2px;
	padding: 0px 5px;
	text-transform: uppercase;
	color: #fff;	
}
ul.bricks li.guides_bricks .image_wrapper ul.badges li.goldmember {
	background-color: #c00;	
}
ul.bricks li.guides_bricks .image_wrapper ul.badges li.top25 {
	background-color: #cc0000;	
}
#guides_main_inside ul.articles_list li {
	width: 50%;
	float: left;
	margin: 0px;
	padding: 0 0 16% 0 !important;	
	clear: none;
	position: relative;
	border: 0px;
}
#guides_main_inside ul.articles_list li a {
	position: absolute;
	left: 1%;
	top: 1%;
	width: 98%;
	height: 98%;	
	display: block;
	text-align: center;
	font-size: 14px;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0,0,0,0.6);
	background: #c00;
}
#guides_main_inside ul.articles_list li a img {
	width: 100%;
	height: 100%;	
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0.95;
}
#guides_main_inside ul.articles_list li a p.name {
	width: 98%;
	text-align: center;
	padding: 5px 1%;
	background: #333;
	background:rgba(0,0,0,0.5);
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	font-family: "Lucida Sans Unicode", "Lucida Grande", helvetica, sans-serif;
	letter-spacing: 0.5px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#guides_sidebar_inside {
	margin-bottom: 5px;
    visibility: hidden;
    display:none;
}
#inside_guides_logo {
	margin-bottom: 10px;
	background: url('imgs/logo.png') center center no-repeat;
	text-indent: -9999px;
	height: 66px;
	
	display: none;
}
#inside_guides_navigation {
/*	border-bottom: solid 3px #333; */
        display: none;
}


.guides main_info .outer_content
{
    
   margin-top: -10px!important; 
}


#inside_guides_navigation ul {
	height: 31px;
	margin-left: 1%;	
}
#inside_guides_navigation ul li {
	width: 14%;
	float: left;
}
#inside_guides_navigation ul li a {
	display: block;
	text-transform: uppercase;
	color: #000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 5px center;
	transition: background-color 0.25s;
	line-height: 30px;
	height: 30px;
	margin-right: 2px;
	border-radius: 8px 8px 0 0px;
	background-color: #ebebeb;
	text-overflow: ellipsis;
	white-space:nowrap;
	overflow: hidden;
	text-align: center;
	letter-spacing: 0.5px;
	border-top: dashed 1px #c1c1c1;
	
}
.no-touch #inside_guides_navigation ul li a:hover {
	transition: background-color 0.25s, color 0.25s, border-color 0.25s;
	background-color: #87af52;
	border-color: #87af52;
}

#inside_guides_navigation ul li.information a { 	background-image: url('imgs/ikon_info_white.png'); background-size: 22px;}
#inside_guides_navigation ul li.menu a { 			background-image: url('imgs/ikon_menu_white.png'); background-size: 22px; }
#inside_guides_navigation ul li.panorama a { 		background-image: url('imgs/ikon_360_white.png'); background-size: 22px;}
#inside_guides_navigation ul li.nearby a { 			background-image: url('imgs/ikon_nearby_white.png'); background-size: 22px;}
#inside_guides_navigation ul li.streetview a { 		background-image: url('imgs/ikon_streetview_white.png'); background-size: 22px;}
#inside_guides_navigation ul li.offers a { 			background-image: url('imgs/ikon_angebote_white.png'); background-size: 22px; }
#inside_guides_navigation ul li.entries a { 		background-image: url('imgs/ikon_products_white.png'); background-size: 22px; }

#inside_guides_navigation ul li.current a {
	background-color: #333 !important;
	color: #fff !important;
	border-color: #333 !important;
	height: 31px;
}

#guides_main_inside {
	width: 96%;
	margin: 0 2% 15px;
	clear: both;
	position: relative;
}
#guides_locationbar {
	padding: 10px 0;
	position: relative;
}
#guides_locationbar span.membership {
	position: absolute;
	right: 0px;
	top: 0px;
	display: block;
	color: #ccc;
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: "Lucida Sans Unicode", "Lucida Grande", helvetica, sans-serif;
	font-weight: normal;
	line-height: 30px;
	height: 30px;
	padding-right: 30px;
	background: url('imgs/ikon_premium.png') no-repeat right center;
	background-size: 26px;
    margin-top: 6px;
	
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
		src='imgs/ikon_premium.png',
		sizingMethod='scale');

	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(
		src='imgs/ikon_premium.png',
		sizingMethod='scale')";
}
#guides_locationbar span.membership a {
    height: 30px;
    line-height: 30px;
    margin-top: 6px;
}
.standard #guides_locationbar span.membership,
.free #guides_locationbar span.membership {
	display: none;
}
#guides_locationbar a {
	color: #333;
	display: inline-block;
	padding: 0px 2px 0px;
	line-height: 20px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 0.5px;
}
.no-touch #guides_locationbar a:hover {
    color: #c00;
    text-decoration: underline;
}
#guides_locationbar span.location_arrow {
	background: url('imgs/small_right.png') center center no-repeat;
	height: 10px;
	width: 20px;
	display: inline-block;
}
/*slider image */
#guides_content,
#smg_entry_page {
	width: 65%;
	float: left;
	overflow: hidden;
}
#guides_content_sidebar {
	width: 33%;
	margin-left: 2%;
	float: right;
}
.main_info .standard #guides_content {
	width: 53%;
}
.main_info .free #guides_content {
	width: 58%;
}
.main_info .standard #guides_content_sidebar {
	width: 45%;
}
.main_info .free #guides_content_sidebar {
	width: 40%;
}
#inside_guides_map {
	padding-top: 2px;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
	width: 100%;
	padding-bottom: 100%;
	overflow: hidden;
	background: #eee;
	box-shadow: 0 0px 40px rgba(0,0,0,0.1)inset;
}
.premium #inside_guides_map {
	padding-bottom: 128%;
}
.standard #inside_guides_map {
	padding-bottom: 72%;
    height:500px;
}
.free #inside_guides_map {
	padding-bottom: 35%;
}

.standard .info_business_hours {
	position: unset!important;
}
.free .info_business_hours {
	position: unset!important;
}


.free .guides_free_all {
	clear: both;
}
.free .guides_free_all #inside_guides_image {
	background: url('imgs/logo_joojoo_gray.png') no-repeat center center #fcfcfc;
	box-shadow: 0 0 15px rgba(0,0,0,0.05)inset;
	background-size: 50%;
	width: 33%;
	min-height: 100px;
	margin-right: 2%;
	float: left;
	overflow: hidden !important;	
	
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
		src='imgs/logo_white.png',
		sizingMethod='scale');

	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(
		src='imgs/logo_white.png',
		sizingMethod='scale')";
		
}
.free #inside_guides_image #free_img_wrapper {
	width: 100%;
	padding-bottom: 100%;
	position: relative;
	left: 0px;
	top: 0px;
	overflow: hidden;
}
.free #inside_guides_image #free_img_wrapper img {
	width: 120%;
	min-height: 100%;
	height: auto;
	position: absolute;
	top: 0px;
	left: 0px;	
}
.free .guides_free_all .guides_free_info {
	width: 65%;
	float: right;
}
.free #guides_content .guides_free_all .guides_free_info h2 {
	border: 0px;
	color: #333;
	background: transparent;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	padding: 10px 0;
	margin: 0px;
	text-transform: none;
	letter-spacing: 0px;
	height: auto;
	line-height: 1.6;
}
#your_bus {
	position: relative;
	clear: both;
}
#your_bus a#your_bus_button {
	background: #c00;
	
	position: absolute;
	top: 0px;
	right: 0px;
	border-radius: 3px 3px 0 0;
	display:block;
	color:#ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	font-style: italic;
	height:31px;
	line-height:30px;
	width: 33%;
	text-decoration:none;
	text-align:center;
	margin-bottom: 5px;
}
.no-touch #your_bus a#your_bus_button:hover {
	background-color:#333;
	transition: background-color 0.5s;
}
#your_bus_signup {
	display:  none;
	border-radius: 5px;
	background: #f7f7f7;
	padding: 3% 4%;
	box-shadow: 0 0 120px rgba(0,0,0,0.1)inset;
	margin-bottom: 15px;
	margin-top: 10px;	
}
#your_bus_signup .form_content {
	width: 46%;
	border-radius: 5px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	float: right;
	background: #fff;
	padding: 2% 2% 0;
}
#your_bus_signup #info_content {
	width: 47%;
	float: left;
}
.sales_pitch {
	padding-top: 20px;
	margin-top: 15px;
	border-top: solid 1px rgba(0,0,0,0.1);	
}
.sales_pitch.add {
	border: 0px;
	padding: 0px;	
}
.sales_pitch p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 1.7;
	color: #333;	
	margin-bottom: 20px;
}
.sales_pitch p span.free {
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;	
}
.sales_pitch span.premium {
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 15px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", helvetica, sans-serif;	
	color: #c00;
}
.sales_pitch ul {
	margin: 0 0 15px;	
}
.sales_pitch ul li {
	border-top: solid 1px rgba(0,0,0,0.05);
	border-bottom: solid 1px rgba(0,0,0,0.05);
	padding: 15px 80px 15px 40px;	
	position: relative;
	background-repeat: no-repeat;
	background-size: 22px;
	background-position: 5px center;
	margin-top: -1px;
}
.no-touch .sales_pitch ul li:hover {
	background-color: #fff;	
}
.sales_pitch ul li.ads_free { background-image: url('imgs/ikon_premium.png');}
.sales_pitch ul li.editorial { background-image: url('imgs/ikon_text.png');}
.sales_pitch ul li.product_entry_tool { background-image: url('imgs/ikon_produkt.png');}
.sales_pitch ul li.better_photos { background-image: url('imgs/ikon_morephotos.png');}
.sales_pitch ul li.panorama_photos { background-image: url('imgs/ikon_360_black.png');}
.sales_pitch ul li.newsletter_tool { background-image: url('imgs/ikon_newsletter.png');}
.sales_pitch ul li.homepage_builder { background-image: url('imgs/ikon_webpage.png');}
.sales_pitch ul li.menu_entry_tool { background-image: url('imgs/ikon_price.png');}
.sales_pitch ul li.newsleter_tool { background-image: url('imgs/ikon_newsletter.png');}
.sales_pitch ul li.widget_maker { background-image: url('imgs/ikon_widget.png');}
.sales_pitch ul li.seo_tool { background-image: url('imgs/ikon_internet.png');}
.sales_pitch ul li.mobile_app { background-image: url('imgs/ikon_mobile.png');}
.sales_pitch ul li.qr_code_maker { background-image: url('imgs/ikon_qrcode.png');}
.sales_pitch ul li h3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", helvetica, sans-serif;	
	font-size: 11px;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
}
.sales_pitch ul li p {
	color: #fff;
	background-color: #333;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	width: 94%;
	padding: 2% 3%;
	position: absolute;
	top: 90%;
	left: 10%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", helvetica, sans-serif;
	font-size: 12px;	
	margin-bottom: 0px;
	z-index: 100;
	display: none;
}
.no-touch .sales_pitch ul li:hover p {
	display: block;	
}
.touch .sales_pitch ul li p,
.sales_pitch.add ul li p {
	display: block;
	position: static;
	background-color: transparent;
	color: #999;
	padding: 0px;
	box-shadow: none;
}
.sales_pitch ul li a {
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: block;	
	height: 30px;
	line-height: 30px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", helvetica, sans-serif;
	padding: 0 28px 0 0;
	position: absolute;
	top: 50%;
	margin-top: -16px;
	right: 10px;
	text-decoration: none;
	color: #333;
	background: url('imgs/ikon_goto_green.png') no-repeat center right;
	background-size: 20px;
}
.sales_pitch ul li.learn_more {
	border-bottom: 0px;
	padding: 30px 15px 30px 40px;	
}
.sales_pitch ul li.learn_more a {
	position: static;
	background: url('imgs/ikon_goto_green.png') no-repeat center left;
	background-size: 24px;
	padding: 0 0 0 40px;
	color: #c00;
	font-size: 14px;	
}
#your_bus_signup p.name {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #333;
	margin-bottom: 10px;
}
#your_bus_signup p.info {
	font-family: "Lucida Sans Unicode", "Lucida Grande", helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 1.5;
	margin-bottom: 2%;
}
#your_bus_signup p.info a {
	font-size: 12px;
	color: #000;	
	text-decoration: none;
}
.no-touch #your_bus_signup p.info a:hover {
	color: #c00;
	text-decoration: underline;	
}
#your_bus_signup p.instruction {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
	font-style: italic;
	line-height: 1.5;
	margin-bottom: 15px;	
}
#your_bus_signup div#zipcode,
#your_bus_signup div#person_salutation {
	float: left;
	width: 25%;	
}
#your_bus_signup div#city,
#your_bus_signup div#person_name{
	float: right;
	width: 71%;	
}
#your_bus_signup div#person_salutation select {
	width: 100%;
}
#your_bus_signup div#phone {
	clear: both;	
}
#your_bus_signup label {
	dispaly: block;
	color: #333;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 2px;
	height: 20px;
	line-height: 20px;
	text-align: center;
}
#your_bus_signup input {
	background: transparent;
	border: 0px;
	background-color: rgba(0,0,0,0.1);
	height: 30px;
	border-radius: 3px;
	width: 96%;
	padding: 0 2%;
	line-height: 30px;
	margin-bottom: 15px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", helvetica, sans-serif;
	font-size: 14px;
}
#your_bus_signup input[value=""] {
	background: #FFC url('imgs/ikon_question_red.png') no-repeat 97% center;
	background-size: 22px;	
}
#your_bus_signup textarea {
	background: transparent;
	border: 0px;
	background-color: rgba(0,0,0,0.1);
	height: 180px;
	border-radius: 5px;
	width: 96%;
	padding: 2%;
	line-height: 1.5;
	margin-bottom: 15px;
	font-size: 12px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", helvetica, sans-serif;
}
#your_bus_signup input:focus,
#your_bus_signup textarea:focus {
	background: #c00;
	color: #fff;	
}
#your_bus_signup input.claim_submit {
	background-color: #c00;
	font-family: "Lucida Sans Unicode", "Lucida Grande", helvetica, sans-serif;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	color: #fff;
	font-size: 16px;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.ads_guides_free_main {
	margin-bottom: 2%;	
}
/* This button was generated using CSSButtonGenerator.com */
#inside_guides_map iframe,
#inside_guides_map div#map {
	position: absolute;
	left: 0;
	top: 0;
	width: 100% !important;
	height: 100% !important;
}
#smg_largemap {
	width: 100% !important;
	height: auto !important;	
	margin: 0px !important;
	padding-bottom: 25% !important;
	position: relative;
	border: 0px;
}
/* guides map overlays */
.inside_infowindow .information .image {
	width: 210px;
	height: 60px;
	overflow: hidden;
	margin-bottom: 5px;
	overflow: hidden;
}
.inside_infowindow .information .image img {
	width: 212px;
	height: 131px;
	margin-top: -33px;
}
.inside_infowindow a {
	text-decoration: none;
	color: #333;
}
.inside_infowindow .information h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #333;
	margin-bottom: 4px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.no-touch .inside_infowindow a:hover h4 {
	color: #c00;
}
.inside_infowindow .information .address {
	font-family: "Lucida Sans Unicode", "Lucida Grande", helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #ccc;
}
#smg_entry_page .image_wrap {
	width: 100%;
	padding-bottom: 100%;
	position: relative;	
}
#p_expose,
#pan360_wrapper,
#streetview_wrapper {
	width: 100% !important;
	padding-bottom: 50% !important;
	position: relative;	
	border: 0px !Important;
}
body.guides #panorama {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px !important;
	padding: 0px;	
	border: 0px !Important;
}
iframe#pan360,
body.guides #panorama iframe{
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0px;
	left: 0px;	
}
#guides_main_inside .image_wrap .num_1 {
    z-index: 10;
}

#guides_main_inside .image_wrap .current {
    z-index: 11;
}

#guides_main_inside .image_wrap .arrow_left,
#guides_main_inside .image_wrap .arrow_right {
    z-index: 12;
}
#smg_entry_page .image_wrap img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;	
}
#smg_entry_page .image_wrap .pricing {
	bottom: 2%;
	right: 2%;
	position: absolute;
	font-size: 32px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0,0,0,0.8);	
	z-index: 100;
}
#smg_entry_page .image_wrap .pricing .old-price {
	text-decoration: line-through;
	color: #F00;
	font-size: 20px;
}
#smg_entry_page .image_wrap .dating {
	bottom: 2%;
	left: 2%;
	position: absolute;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0,0,0,0.8);
}
#smg_entry_page p.smg_entry_description {
	font-size: 18px;
	color: #333;
	line-height: 1.8;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 15px 2% 25px;	
}
#smg_entry_page .arrow_left {
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -25px;
	width: 50px;
	height: 50px;
	background:url('imgs/arrow_left.png') center center no-repeat;
	opacity: 0.7;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
}
#smg_entry_page .arrow_right {
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -25px;
	width: 50px;
	height: 50px;
	background:url('imgs/arrow_right.png') center center no-repeat;
	opacity: 0.7;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
}
.no-touch #smg_entry_page .arrow_left:hover, 
.no-touch #smg_entry_page .arrow_right:hover {
	opacity: 1;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
}
#smg_entry_page .share {
	padding: 4%;	
}
#entry_id {
	margin-bottom: 1%;
	text-align: center;
	background: #f7f7f7;	
	border-radius: 3px 3px 0 0;
	overflow: hidden;
}
#guides_main_inside #entry_id h1 {
	font-size: 16px;	
	padding: 10px 2%;
	background-color: #c00;
	color: #fff;
	font-style: italic;
	font-weight: bold;
	border-bottom: solid 1px rgba(0,0,0,0.1);
	margin-bottom: 0px;
}
#entry_id p {
	line-height: 1.6;
	font-size: 12px;
	color: #666;
	font-family: "Lucida Sans Unicode", "Lucida Grande", helvetica, sans-serif;	
	padding: 10px 10px 10px 50px;
}
#entry_id p.address {
	text-align: left;
	border-bottom: solid 1px rgba(0,0,0,0.1);	
	background: url('imgs/icon_pin_green.png') no-repeat 10px center;
	background-size: 28px;
}
#entry_id p.phone {
	letter-spacing: 0.25px;	
	font-size: 16px;
	text-align: left;
	border-bottom: solid 1px rgba(0,0,0,0.1);
	background: url('imgs/icon_phone_green.png') no-repeat 10px center;
	background-size: 28px;
}
#entry_id p.address a {
	color: #333;
	font-weight: bold;
	text-decoration: none;	
}
#entry_id ul li {
	border-bottom: solid 1px rgba(0,0,0,0.1);
}
#entry_id ul li a {
	display: block;
	font-family: "Lucida Sans Unicode", "Lucida Grande", helvetica, sans-serif;
	text-decoration: none;
	color: #333;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	line-height: 40px;
	height: 40px;
	padding: 0px 10px 0px 50px;
	text-align: left;
}
#entry_id ul li a.website {
	background: url('imgs/icon_link_green.png') no-repeat 12px center;
	background-size: 24px;	
}
.no-touch #entry_id ul li a:hover {
	background-color: #eee;
	transition: background-color 0.5s;	
}
/* karte */
#menu_title_description {
    position: relative;
    padding-bottom: 10px;
}
p.menu_missing,
p.karte_description {
	line-height: 1.5;
	font-size: 12px;
	color: #333;
	font-style: italic;
	margin-bottom: 20px;
	position: relative;
}
ul.karte_navigation {
	margin: 0 0 2%;	
	position: relative;
	list-style-type: circle;
}
ul.karte_navigation li {
	margin-bottom: 1px;
	border-left: solid 5px #ccc;
}
ul.karte_navigation li a {
	display: block;
	text-decoration: none;
	padding: 0px 10px;
	text-transform: uppercase;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Helvetica, sans-serif;
	height: 25px;
	line-height: 25px;
	color: #666;
	font-size: 12px;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.no-touch ul.karte_navigation li:hover {
	border-color: #c00;	
}
.no-touch ul.karte_navigation li a:hover {
	background-color: #333;
	color: #fff;
}
/* KARTE SECTIONS, with SECTION HEADLINES AND DESCRIPTIONS*/
#guides_content h2 {
	font-size: 12px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Helvetica, sans-serif;
	text-align: center;
	letter-spacing: 1px;
	background-color: #f7f7f7;
	border-top: solid 2px #666;
	border-bottom: solid 1px #eee;
	color: #333;
	margin-bottom: 1px;
	height: 25px;
	line-height: 25px;
	padding: 0px 10px;
	position: relative;
	text-transform: uppercase;
}
p.karte_section_description {
	line-height: 1.6;
	font-size: 12px;
	color: #777;
	font-style: italic;
	padding: 0 10% 10px;
	display: block;
}
/* ITEMS LIST PRICE AND DESCRIPTIONS */
ul.guides_karte {
	margin-bottom: 25px;
}
ul.guides_karte li {
	margin-top: -1px;
	padding: 7px 10px 7px 10px;
	position: relative;
	border-top: solid 1px #eee;
	border-bottom: solid 1px #eee;
}
.no-touch ul.guides_karte li:hover {
	background-color: #f7f7f7;
	margin-top: -1px;
	position: relative;
	margin-bottom: 0px;
}
ul.guides_karte li.adding_more {
	margin-left: 20%;	
}
ul.guides_karte li p.item_name {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	display: block;
	color: #000;
	margin-bottom: 5px;
	margin-right: 20%;
}
ul.guides_karte li p.item_description {
	font-size: 12px;
	line-height: 1.4;
	margin-bottom: 5px;
	margin-right: 70px;
	color: #999;
	font-style: italic;
}
ul.guides_karte li p.multi_price {
	margin-right: 20%;
}
ul.guides_karte li span.item_price {
	position: absolute;
	top: 6px;
	right: 10px;
	font-size: 15px;
	color: #333;
}
ul.guides_karte li div.item_prices { /*item priceS - has an S at the end */
	position: absolute;
	top: 5px;
	right: 0px;
	font-size: 15px;
	color: #333;
}
ul.guides_karte li div.item_prices ul {
	margin: 0px;
	padding: 0px;
}
ul.guides_karte li div.item_prices ul li,
.no-touch ul.guides_karte li div.item_prices ul li:hover {
	border: 0px;
	margin: 0px 10px;
	background-color: transparent;
	padding: 0px;
	float: left;
	text-align: center;
}
ul.guides_karte li div.item_prices ul li span {
	display: block;
	text-align: center;
	color: #ccc;
	font-size: 10px;
	font-style: italic;
}
/* --------------------- sub section of more prices -------------------- */
ul.guides_karte li div.item_more {
	margin-left: 10%;
	margin-top: 10px;
	padding: 0px 0px 10px;	
}
ul.guides_karte li div.item_more p {
	position: relative;
	background-color: rgba(0,0,0,0.05);
	font-size: 11px;
	color: #999;
	margin-bottom: 1px;
	padding: 5px 15% 5px 10%;	
}
ul.guides_karte li div.item_more p span.item_price {
	position: absolute;
	top: 3px;
	right: 5px;
	font-size: 14px;
	color: #777;
}
/* ------ guides sidebar entries ------- */
ul.guides_sidebar_entries li {
	float: none;
}
ul.guides_sidebar_entries li a {
	display: block;
	width: 98%;
	padding-bottom: 98%;
	margin: 1%;
	position: relative;
	background-color: #333;
}
ul.guides_sidebar_entries li.no_previous a {
	margin-left: 51%
}
ul.guides_sidebar_entries li a img {
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0.95;
	left: 0px;
	top: 0px;
}
ul.guides_sidebar_entries li a.entry_block_small {
	width: 23%;
	padding-bottom: 23%;
	float:left;
}
body.my_entry ul.guides_sidebar_entries li a.entry_block_small {
	width: 48%;
	padding-bottom: 48%;	
}
ul.guides_sidebar_entries li span {
	font-family: "Lucida Sans Unicode", "Lucida Grande", helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	display: block;
	padding: 10px 0px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	color: #fff;
	background-repeat: no-repeat;
	background-color: rgba(0,0,0,0.5);
}
ul.guides_sidebar_entries li span.next {
	background-image: url('imgs/go-right.png');
	background-position: center right;
}
ul.guides_sidebar_entries li span.previous {
	background-image: url('imgs/go-left.png');
	background-position: center left;
}
a.show_all_entries {
	font-family: "Lucida Sans Unicode", "Lucida Grande", helvetica, sans-serif;
	clear: both;
	display: block;
	margin: 1%;
	border-radius: 2px;
	background-color: #c00;
	font-size: 16px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	text-decoration: none;
	color: #fff;	
}
.no-touch a.show_all_entries:hover {
	background-color: #333;
}
.sidebar_qr_code {
	text-align: center;
	padding: 10px 0px;	
}
.standard .sidebar_qr_code,
.free .sidebar_qr_code {
	display: none;	
}
.sidebar_qr_code img {
	max-width: 100%;	
}
/* inside guides h1, p, information info page */
#guides_main_inside h1 {
    font-family: "Lucida Sans Unicode", "Lucida Grande", helvetica, sans-serif;
    font-size: 28px;
    padding: 10px 0;
    font-weight: normal;
    margin-bottom: 10px;
    line-height: 1.5;
    color: #111;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
#guides_main_inside.free  h1 { 
	font-size: 24px;
}
body.my_entry #guides_main_inside h1 {
	text-align: center;	
}
div.info_business_hours
{
    
 	 position: absolute;
    bottom: 10px;
    right: 10px;   

}

div.guides_info {

    margin-bottom: 22px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", helvetica, sans-serif;
    border-radius: 5px;
    font-size: 14px;
    color: #333;
    position: relative;
    line-height: 1.6;
    border: 2px #bfbfbf dashed;
    border: 1px #bfbfbf dashed;
    padding: 20px;
    background-color: #f7f7f7;
    /* text-transform: uppercase; */
    letter-spacing: 1.5px;
    line-height: 30px;
}


div.guides_info p
{
    
 font-family: "Lucida Sans Unicode", "Lucida Grande", helvetica, sans-serif;   
    
}


div.guides_info a {
    color: #c00;
}
.no-touch div.guides_info a:hover {
	color: #000;	
}
div.guides_info #socialbar {
	 position: absolute;
    top: -50px;
    right: 10px;
}
.guides_info_hours {
	background: #f7f7f7;
	line-height: 1.6;
	padding: 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 15px;
}
div.guide_description {
	margin-bottom: 15px;	
}
div.guide_description p {
	color: #333;
	font-family: "Lucida Sans Unicode", "Lucida Grande", helvetica, sans-serif;
	line-height: 1.8;
	font-size: 16px;
}
.free p.guide_description,
.standard p.guide_description  {
	color: #333;
	font-family: "Lucida Sans Unicode", "Lucida Grande", helvetica, sans-serif;
	line-height: 1.4;
	font-size: 12px;
}
/* guides tags */
.guides_tags {
	clear: both;
	padding: 15px 0 25px;	
}
.guides_tags a {
	display: inline-block;
	margin-right: 2px;
	margin-bottom: 2px;
	padding: 0px 10px 0px 25px;
	height: 25px;
	line-height: 25px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	background: #c00 url('imgs/ikon_tag_single_white.png') 6px center no-repeat;
	background-size: 14px;
	border-radius: 3px;
	color: #fff;
}
.no-touch .guides_tags a:hover {
	background-color: #c00;
	transition: background-color 0.5s;
}
.no-touch .guides_tags a.kat3:hover {
	background-color: #999;	
	border-color: #777;
}
/* events or termine */
#termine_sidebar {
	width: 23%;
	margin-right: 2%;
	float: left;	
}
#termine_main {
	width: 75%;
	float: right;	
}
#termine_inside_sidebar {
	width: 23%;
	float: right;
	margin-left: 2%;	
}
#termine_inside_main {
	width: 75%;
	float: left;
	margin-bottom: 20px;
}
#termine_inside_main h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	text-align: center;
	color: #fff;
	background: #333;
	line-height: 1.4;
	padding: 15px 0;
	margin-bottom: 15px;	
}
#termine_inside_main img.termine_smallimage {
	width: 30%;
	max-width: 222px;
	height: auto;
	margin: 0 2% 2% 0;
	float: left;	
}
#termine_inside_main p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 1.8;
	color: #333;
	margin-bottom: 25px;	
}
#termine_inside_main div.eventim_row {
	clear: both;
	position: relative;	
	border-bottom: solid 1px #eee;
	border-top: solid 1px #eee;
	padding: 10px 0;
	margin-top: -1px;
}
#termine_inside_main div.eventim_row ul li {
	width: 15%;
	float: left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", helvetica, sans-serif;
	font-size: 10px;
	color: #999;	
	text-align: center;
	line-height: 1.5;
}
#termine_inside_main div.eventim_row ul li.eventim_name {
	width: 40%;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #333;
	text-align: left;
}
#termine_inside_main div.eventim_row ul li a.tickets {
	display: block;
	width: 80%;
	margin-left: 10%;
	text-decoration: none;
	color: #fff;
	background: #09F;
	border-radius: 3px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	height: 25px;
	line-height: 25px;
	text-align: center;	
	text-transform: uppercase;
	letter-spacing: 1px;
}
.no-touch #termine_inside_main div.eventim_row ul li a.tickets:hover {
	background-color: #c00;	
}
#termine_inside_main div.eventim_row ul li a.tickets.sold_out {
	background-color: #ccc;
	font-style: italic;
	cursor: default;
}
#termine_inside_main div.eventim_row.eventim_header {
	padding: 0px;
	border: 0px;
	background: #333;	
}
#termine_inside_main div.eventim_row.eventim_header li {
	height: 20px;
	line-height: 20px;
	font-size: 10px !important;
	text-align: center !important;
	font-family: "Lucida Sans Unicode", "Lucida Grande", helvetica, sans-serif!important;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff !important;
}
#content ul.bricks li.brick_termine {
	width: 33%;	
}
#content ul.bricks li.brick_termine .image_wrapper {
	padding-bottom: 96%;	
}
#content ul.bricks li.brick_termine div.tickets {
	position: absolute;
	bottom: 0;
	right: 0;	
	height: 25px;
	line-height: 25px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", helvetica, sans-serif;
	background-color: rgba(0,0,0,0.6);
	color: #fff;
	text-shadow: 0 1px rgba(0,0,0,0.6);
	font-size: 12px;
	text-align: center;
	width: 100%;
}
#content ul.bricks li.brick_termine .headline a {
	font-size: 18px;
	text-align: center;
	display: block;
}
#content ul.bricks li.brick_termine .termine_description {
	color: #999;
	font-size: 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", helvetica, sans-serif;	
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.5px;
	line-height: 1.6;
}
/*footer */
#footer {
	width: 100%;
	min-height: 30px;
	padding: 35px 0;
	clear: both;
	position: relative;
	border-top: solid 1px #eee;
	background-color: #222;
}
#footer #footer_container {
	max-width: 960px;
	margin: 0 auto;	
}
#footer ul li {
	float: left;
}
#footer ul li a {
	display: block;
	text-decoration: none;
	color: #ddd;	
	padding: 10px 8px;
	height: 30px;
	line-height: 30px;
	border-right: dotted 1px rgba(0,0,0,0.1);
	font-size: 12px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", helvetica, sans-serif;
	text-transform: uppercase;
}
#footer ul li a.header {
	font-family: "Lucida Sans Unicode", "Lucida Grande", helvetica, sans-serif;
	padding: 10px 20px 0px 0px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #c00;
    font-size: 14px
	font-weight: bold;
	border-right: 0px;
}
.no-touch #footer ul li a:hover {
	text-decoration: underline;
	color: #fff;	
}
#footer ul li a.last, 
.no-touch #footer ul li a.last:hover {
	color: #ccc;
	cursor: default;
	text-decoration: none;
	border-right: 0px;
}
.only_mobile {
	display: none;	
	clear: both;
	padding: 15px 0;
}
a#load_more,
a#events_loadmore,
#content ul.bricks li.standalone a {
	clear: both;
	float: none;
	margin: 15px auto;
	display: block;
	width: 30%;
	font-size: 14px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", helvetica, sans-serif;
	color: #999;
	text-transform: uppercase;
	text-decoration: none;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border-radius: 5px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	background: #eee;
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
}
#content ul.bricks li.standalone a {
	font-size: 12px;
	width: 80%;	
}
.no-touch a#load_more:hover,
.no-touch a#events_loadmore:hover {
	color: #000;
	transition: color 0.5s;	
}
body.special ul#buttons_right,
body.special #sub_buttons,
body.special #suche,
body.special #logo {
	display: none;	
}
body.special #buttons {
	border: 0px;
	height: 40px;	
	background-color: transparent;
}
body.special ul#buttons_left li.news a.current {
	background-color: transparent;
	color: #999 !important;	
}
body.special.add_busines_thank_you #buttons,
body.special.add_busines_thank_you #suche,
body.special.add_busines_thank_you #logo,
body.special.add_busines_thank_you #navigation {
	display: block;	
}
body.special #content h1 {
	text-align: center;
	line-height: 1.5;
	padding: 25px 0;
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
}
body.special #content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #333;
	font-style: italic;		
	padding: 0 5% 2%;
	line-height: 1.5;
}
body.special.jobs #content p,
body.autoren_blogger #content p,
body.kundendienst #content p,
body.produkte #content p,
body.app #content p,
body.impressum #content p,
body.agb #content p  {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.6;
	font-size: 15px;
	color: #666;
	padding: 0 5% 2%;	
}
body.autoren_blogger #content ul,
body.jobs #content ul,
body.produkte #content ul {
	padding: 0 15% 2%;
	list-style-type: circle;
	font-size: 15px;
	color: #666;	
}
body.produkte #content p,
body.produkte #content ul {
	font-size: 14px;	
}
body.special.add_business #content ul {
	padding: 0;
	list-style-type: none;
}
body.special #content ul li {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.6;
}
body.special.agb #content p,
body.special.agb #content ul li {
	font-size: 12px;
}
body.special #content img.autoren {
	width: 48%;
	height: auto;
	margin: 0 0 2% 2%;
	float: right;
}	
body.autoren_blogger h3 {
	width: 60%;
	padding: 1% 2%;
	border-radius: 5px;
	background-color: #c00;
	color: #fff;
	box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	margin: 0 auto 25px;
	line-height: 1.6;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;	
}
body.special #content ul.bricks {
	padding: 0px;
	list-style-type: none;	
}
body.special ul.bricks li {
	width: 31% !important;
	margin: 1%;
	overflow: hidden;
	position: relative;
	padding: 0;	
	outline: solid 1px #eee;
	float: left !important;
	text-align: center;
	color: #999;
	font-size: 12px;
	line-height: 20px;
}
body.special ul.bricks li img {
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}
body.special ul.bricks li b {
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #333;
	margin-bottom: 5px;
	height: 30px;
	line-height: 30px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
body.special ul.bricks li em {
	height: 25px;
	line-height: 25px;
	text-transform: uppercase;
	font-size: 9px;
	color: #ccc;
	text-align:center;
	letter-spacing: 1px;	
}
body.special ul.bricks li a {
	text-decoration: none;
	color: #333;
	font-size: 8px;
	text-transform: uppercase;
	line-height: 20px;	
	margin-bottom: 15px;
}
body.special .error {
	background: #FCC;
	color: #F00;
	margin: 0 auto;
	width: 46%;
	padding: 10px 2%;
	margin-bottom: 5px;
	border-radius: 5px;	
}
body.special .claim_your_business {
	margin-bottom: 20px;	
}
body.special .sales_pitch.add {
	width: 44%;
	float: right;	
}
body.special .sales_pitch.add ul li {
	padding-top: 7px;
	padding-bottom: 7px;	
	padding-left: 50px;
	padding-right: 70px;
	background-position: 10px center;
}
body.special .sales_pitch.add ul li p {
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 0.5px;	
}
body.special .sales_pitch ul li.learn_more a {
	padding: 15px 0 15px 50px;	
}
body.special .form_content {
	width: 50%;
	float: left;
	padding: 1% 2% 2%;
	background-color: #f7f7f7;
	border-radius: 5px;
	border: 2px #aaa dashed;
}
body.special .form_content div {
	padding: 5px 0;	
}
body.special .form_content div#comment {
	margin-bottom: 2%;	
}
body.special .form_content div label {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: block;
	padding: 0 0 5px;
}
body.special .form_content div input[type="text"],
body.special .form_content div textarea {
	border: 0px;
	line-height: 20px;
	height: 20px;
	width: 96%;
	padding: 5px 2%;	
	box-shadow: none;
	background: rgba(0,0,0,0.1);
	border-radius: 5px;
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
}
body.special .form_content div input#recaptcha_response_field {
	line-height: 30px;	
	height: 30px;
	width: 280px !important;
	padding: 0px 5px;
}
body.special .form_content div#zipcode,
body.special .form_content div#person_salutation {
	width: 25%;	
	float: left;
}
body.special .form_content div#zipcode input {
	width: 88%;
	padding: 5px 6%;	
}
body.special .form_content div#city,
body.special .form_content div#person_name {
	width: 71%;	
	float: right;
}
body.special .form_content div#phone {
	clear: both;	
}
body.special .form_content div#person_salutation select {
	width: 100%;	
}
body.special .form_content div textarea {
	line-height: 1.6;
	font-size: 14px;
	height: 200px;
}
body.special .form_content div input[type="text"]:focus,
body.special .form_content div textarea:focus {
	background-color: #FFC;
	color: #000;	
}
body.special .form_content .claim_submit {
	width: 100%;
	line-height: 40px;
	height: 40px;
	color: #fff;
	background: #c00;
	font-size: 18px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: center;
	border: 0px;
	border-radius: 5px;
	cursor: pointer;	
}
#thank_you_message {
	color: #c00;
	padding: 160px 25% 0;
	font-size: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 1.6;
	background: url('imgs/ikon_smiley_green.png') no-repeat center 20px;
	background-size: 120px;	
}
body.redakteure #sub_buttons,
body.redakteure_detail #sub_buttons {
	display: none;
}	
body.redakteure #content ul.bricks li.redakt {
	width: 23%;
	margin: 0 1% 2%;
	border-radius: 5px;
	overflow: hidden;
	padding-bottom: 29%;
	background: #f7f7f7;
	border-radius: 5px;
}
body.redakteure_detail #content ul.bricks li.redakt {
	width: 100%;
	margin: 0 0 0;
	padding-bottom: 33%;
}
body.redakteure #content ul.bricks li.redakt div.redakt_info {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background-color: #f7f7f7;
}
body.redakteure_detail #content ul.bricks li.redakt div.redakt_info {
	position: absolute;
	top: 0px;
	left: 2%;
	width: 68%;
}

body.redakteure .headline_divider {
	border: 0px;
	background-color: #fff;
	font-size: 32px;
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: capitalize;
	text-align: center;
	height: auto;	
	padding: 25px 0;
}
body.redakteure_detail .headline_divider.editor_divider {
	text-align: right;
	padding-right: 4%;
}
body.redakteure_detail .headline_divider.editor_divider a {
	text-decoration: none;
	color: #333;
	line-height: 28px;
	display: inline-block;
}
ul.bricks li.redakt a {
	display: block;
	text-decoration: none;
}
body.redakteure ul.bricks li.redakt img {
	width: 94%;
	position: absolute;
	left: 3%;
	top: 3%;
	height: auto;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	margin-bottom: 1%;	
}
body.redakteure_detail ul.bricks li.redakt img {
	width: 33%;
	position: absolute;
	right: 1%;
	top: 2%;
	height: auto;
}
ul.bricks li.redakt h2 {
	text-align: center;
	font-size: 16px;
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 5px 0;	
	margin-bottom: 5px;
}
body.redakteure_detail ul.bricks li.redakt h2 {
	font-size: 28px;
	margin-bottom: 2%;
	text-align: left;
}
ul.bricks li.redakt h3 {
	text-align: center;
	font-size: 11px;
	color: #999;
	font-family: "Lucida Sans Unicode", "Lucida Grande", helvetica, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 10px;	
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
body.redakteure_detail ul.bricks li.redakt h3 {
	font-size: 14px;
	text-align: left;	
}
body.redakteure ul.bricks li.redakt p {
	display: none;
}
body.redakteure_detail ul.bricks li.redakt p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999;
	line-height: 1.4;
	font-size: 12px;
	padding-right: 15%;
	font-style: italic;
}
body.redakteure ul.bricks li.redakt div.redakt_social {
	display: none;
}
body.redakteure_detail ul.bricks li.redakt div.redakt_social {
	position: absolute;
	left: 2%;
	bottom: 2%;
}
body.redakteure_detail ul.bricks li.redakt div.redakt_social .twitter-follow-button {
	margin-bottom: 5px;	
}
body.redakteure_detail ul.bricks li.redakt div.redakt_social a {
	display: inline-block;
	color: #fff;
	float: left;
	background-color: #ccc;
	border-radius: 3px;
	line-height: 20px;
	height: 20px;
	padding: 0 10px;
	margin-right: 1px;
	margin-bottom: 1px;
	font-size: 10px;
	text-transform: uppercase; 
	letter-spacing: 1px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", helvetica, sans-serif;	
}
body.redakteure_detail ul.bricks li.redakt div.redakt_social a#fb-link {
	padding-left: 22px;
	background: url('imgs/ikon_fb_white.png') no-repeat 5px center #3B5998;
	background-size: auto 14px;
	
	
	
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
		src='imgs/ikon_fb_white.png',
		sizingMethod='scale');

	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(
		src='imgs/ikon_fb_white.png',
		sizingMethod='scale')";
		
		
}
/* products page */
body.produkte #content h1 {
	text-align: left;	
	padding-left: 5%;
}
.product_listing {
	clear: both;
	border-top: solid 1px #eee;
	border-bottom: solid 1px #eee;
	margin-top: -1px;
	padding: 2% 0;	
	position: relative;
}
.product_listing .hide_show {
	padding-top: 15px;
}
img.pkt_image {
	margin-bottom: 2%;
	margin-left: 2%;
	width: 48%;
	float: right;
	height: auto;	
}
.product_listing .pkt_text {
	width: 71%;
	padding: 0px 2% 0;
	float: left;	
}
.product_listing .pkt_sidebar {
	width: 25%;
	float: right;
	text-align: center;	
}
.product_listing .pkt_text p {
	font-size: 12px;
}
.product_listing .pkt_example {
	height: 20px;
	border-top: solid 1px #eee;	
}
.product_listing .pkt_example span {
	color: #ccc;
	letter-spacing: 2px;
	display: inline-block;
	padding: 0 10px;
	background-color: #fff;
	margin-top: -10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", helvetica, sans-serif;
	height: 20px;
	line-height: 20px;
	font-size: 9px;
	text-transform: uppercase;
}
.product_listing p.oneliner {
	font-style: italic;
	font-size: 22px !important;
	color: #333 !important;	
	padding: 0px !important;
	margin-bottom: 2%;
}
.product_listing a.pkt_button {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	border-radius: 2px;
	padding: 0 15px;
	font-size: 14px;
	color: #fff;
	background-color: #ccc;
	text-decoration: none;
	font-family: "Lucida Sans Unicode", "Lucida Grande", helvetica, sans-serif;	
	margin-right: 5px;
}
.product_listing a.pkt_button.pkt_getstarted {
	background-color: #c00;	
}
.product_listing ul li {
	margin-bottom: 10px;	
}
.product_listing .pkt_sidebar img {
	width: 100%;
	height: auto;
	margin-bottom: 5px;	
}
.product_listing h3 {
	margin-bottom: 2%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", helvetica, sans-serif;	
	font-weight: bold;
	font-size: 26px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #c00;
}
div.message {
	width: 90%;
	padding: 5%;
	border-radius: 5px;
	font-family: Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #666;
	text-align: center;
	letter-spacing: -0.5px;
	line-height: 1.6;	
	background: #f7f7f7;
	box-shadow: 0 1px 50px rgba(0,0,0,0.1)inset;
}
div#ajax_loading {
	height: 50px;
	position: fixed;
	width: 100%;
	bottom: 0px;
	left: 0px;
	z-index: 2000;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", helvetica, sans-serif;
	letter-spacing: -0.5px;
	color: #fff;
	font-size: 26px;
	background: #c00 url('imgs/ikon_uploading_green.gif') no-repeat 4% center;
}
.ads {
	clear: both;
	text-align: center;	
}
.ads.ads_free_text_top,
.ads.ads_standard_top,
.ads.ads_premium_top {
	text-align: left;
	margin-bottom: 5px;	
}
.ads.ads_news_frontpage,
.ads_guides_homepage,
.ads_standard_bottom,
.ads_premium_bottom,
.ads_guides_nearby_above,
.ads_guides_homepage {
	padding: 0 0 2%;	
}
#content ul.bricks li.ads_brick {
	margin: 0px;
	clear: both;
	width: 100%;	
}
.top-left-article {
	width: 120px;
	height: 240px;
	margin: 0 2% 2% 0;
	float: left;	
}
.ads_news_article_bottom,
.ads_guides_free_bottom,
.ads_events_frontpage,
.ads_events_content {
	padding: 2% 0;
	margin-bottom: 25px;	
}
.ads_news_article_sidebar_top,
.ads_guides_sidebar,
.ads_guides_premium_sidebar,
.ads_products_sidebar {
	margin-bottom: 4%;	
}
@media only screen
and (max-width: 960px) {
	#content,
	#navigation {
	width: 98%;
	margin: 0 1% 10px;
}
ul#buttons_right li a {
	font-size: 11px;
	padding: 0 9px;
}
@media only screen
and (max-width: 740px) {
	
	.fb-comments { display: none!important; }
	
	#top_navigation,
	.news.frontpage #top_navigation {
	padding: 5px 0;
        background: #444!important;


	height: 40px;
}
.top_navigation_wrapper {
	height: 40px;	
}
.top_navigation_wrapper ul li#topnav_magazin,
.top_navigation_wrapper ul li.customers_link,
.top_navigation_wrapper ul li.logout_button {
	display: none;	
}
.top_navigation_wrapper ul li#nav-open-btn {
	display: block;	
}
.top_navigation_wrapper ul li.add_business a {
	font-size: 0px !important;
	padding: 0px !important;
	width: 40px;
	height: 40px;
	background-position: 10px center !important;
	background-size: 22px;	
}
	
#logo {
	height: auto;	
}
#logo p.big_stadtmagazin,
#logo p.small_stadtmagazin {
	display: none;	
}
#logo p.section_name {
	font-size: 20px;
	line-height: 30px;
	color: #333;	
	margin-top: 3px;
	font-style: italic;
}
#buttons,
#trending_topics,
#sub_buttons {	
	display: none;
}
#suche {
	position: relative;	
	width: 100%;
	margin: 0 0 10px;
	top: 5px;
}
#suche input#search_box {
	border-radius: 0px;
	border-bottom: solid 1px #ccc;
	color: #999;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	background: #eee;
}
#suche input#search_submit {
	right: 5px;	
	top: 5px;
}
#cities ul#cities_preselected_list li {
	width: 32%;
}
#content ul.bricks li {
	width: 50%;
}
#content ul.bricks li.guides_entries {
	width: 33%;
	padding-bottom: 33%;
}
#content .small_guides_entries ul.bricks li.guides_entries {
	width: 25%;
	padding-bottom: 25%;
}
#content ul.bricks li.three_bricks div.three_bricks_sidebar p {
	display: none;	
}
#footer ul li {
	float: none;
}
#footer ul li a {
	border-right: 0px;
	text-align: center;
	font-size: 12px;
	border-bottom: solid 1px rgba(0,0,0,0.05);
}
#footer ul li a.header {
	padding: 0px;		
}

}
@media only screen 
and (max-width: 670px) {
#login_slider ul input#login_username,
#login_slider ul input#login_password {
	width: 80px;	
}
    
    
@media only screen 
and (max-width: 740px) {
div.info_business_hours {

    position: unset;


}
}
    
 
@media only screen 
and (max-width: 740px) {
 div.guides_info #socialbar {
	  position: unset;
}
}
    

    
#navigation {
	height: auto;	
}
#login_already_logged_in li.customers_link {
	max-width: 75%;
	
}
#login_already_logged_in li.customers_link a {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
#login_already_logged_in li a span.logged_in_as,
ul#social_icons {
	display: none;	
}
#your_bus a#your_bus_button {
	font-size: 12px;
	width: 57%;
}
div#cities_text_search {
	padding: 5px 10% 10px 10%;
	width: 80%;
	margin-bottom: 10px;
}
#cities ul#cities_preselected_list li {
	width: 49%;
}
#navigation,
#content {
	width: 96%;
	margin: 0 2%;	
}
#content #mainbar_frontpage,
#content #mainbar_frontpage ul.bricks li.long_brick,
.tease_editors {
	width: 100%;
	margin: 0 0 15px;
	float: none;
}
#content #sidebar_frontpage {
	display: none;	
}
ul.articles_list li a {
	font-size: 15px;	
}
#mainbar,
#sidebar {
	width: 100%;
	margin: 0;
	float: none;	
}
.inside_page_image {
	margin-bottom: 10px;	
}
div#mainbar h1 {
	font-size: 24px;	
}
#content ul.bricks li,
#content ul.bricks li.three_bricks {
	width: 100%;
	float: none;
}
body.frontpage #content ul.bricks li.three_bricks .image_wrapper,
body.guides #content ul.bricks li.three_bricks .image_wrapper,
body.termine #content ul.bricks li.three_bricks .image_wrapper,
body.themen #content ul.bricks li.three_bricks .image_wrapper {
	float: none;
	width: 100%;
	padding-bottom: 62%;	
}
#content ul.bricks li.three_bricks div.three_bricks_sidebar {
	line-height: 1.3;
	position: static;
	width: 96%;
	padding: 2% 2% 0;
	height: auto;
	overflow: hidden;
}
#content ul.bricks li.three_bricks div.three_bricks_sidebar h1 a {
	text-align: center;
	font-size: 20px;
	display: block;	
}
#content ul.bricks li.three_bricks div.three_bricks_sidebar .topic {
	display: none;	
}
#content ul.bricks li.guides_entries {
	float: none;
	width: 100%;
	padding-bottom: 100%;
}
#locationbar #socialbar {
	background: transparent;	
}
body.slideshow .showall a {
	width: 50%;
	padding-bottom: 50%;	
}
#content .small_guides_entries ul.bricks li.guides_entries,
#content .small_guides_entries ul.bricks li.more_products {
	width: 33%;
	float: left;
	padding-bottom: 33%;
	display: block;
}
#content .small_guides_entries ul.bricks li.more_products a {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	position: absolute;
	top: 1%;
	left: 1%;
	width: 98%;
	height: 98%;
	background: url('imgs/ikon_arrow_white.png') no-repeat center center #c00;	
	background-size: 60%;
}
.slideshow_teaser h4 {
	font-size: 14px;
	line-height: 1.4;	
}
#guides_sidebar,
#guides_sidebar_with_articles,
#guides_main {
	width: 100%;
	float: none;
}
#guides_sidebar {
	padding-top: 5px;	
}
#guides_sidebar br {
	display: none;	
}
.free #inside_guides_image {
	float: none;
	width: 60%;
	min-height: 100px;
	margin: 2px auto 15px;
}
div#inside_page_text {
	padding: 0 2% 1%;	
}
div#inside_page_text div.writer div#article_share {
	position: static;
	padding: 15px 0;	
}
#guides_sidebar h3,
#guides_sidebar #guides_search_categories1,
#guides_sidebar #guides_search_categories,
#guides_sidebar #search_section_features,
#guides_sidebar #search_section_cities,
ul.guides_search_results li p.categories,
#content ul.bricks li.guides_bricks div.subsections ul,
a#button_sidebar_only_panorama,
a#button_sidebar_only_products {
	display: none;	
}
ul.guides_search_results li.guides_result ul.pages li a {
	width: 20px;
	height: 20px;
	background-size: 16px !important;	
}
div.search_section_dropdown {
	display: block;	
}
div.search_section_dropdown select {
	-webkit-appearance:none;
	width: 100%;
	margin-bottom: 2%;
	height: 40px;
	line-height: 40px;	
	border: 1px solid #ccc;
    font-size: 15px;
    background: #eee;
    color: #333;
    
    -webkit-box-shadow: 1px 1px 1px #fff;
    -webkit-border-radius: 5px;
}
div.search_section_categories_dropdown select {
	background:  url('imgs/ikon_tags.png') no-repeat 95% center, -webkit-gradient(linear, left top, left bottom, from(#eee), to(#f7f7f7));
	background-size: 24px;
}
div.search_section_cities_dropdown select {
	background:  url('imgs/ikon_pin.png') no-repeat 95% center, -webkit-gradient(linear, left top, left bottom, from(#eee), to(#f7f7f7));
	background-size: 24px;
}
#guides_content,
.main_info .free #guides_content,
.main_info .standard #guides_content,
#guides_content_sidebar,
.main_info .free #guides_content_sidebar,
.main_info .standard #guides_content_sidebar,
#smg_entry_page,
.standard #guides_content,
.free #guides_content,
.free .guides_free_all #inside_guides_image,
.free .guides_free_all .guides_free_info,
.standard #guides_content_sidebar,
.free #guides_content_sidebar,
#content #guides_main ul.bricks li.guides_bricks,
#content #mainbar_frontpage ul.bricks li.two_bricks,
#your_bus_signup #info_content,
body.special .sales_pitch.add {
	width: 100%;
	float: none;
	margin: 0;
}
#your_bus_signup {
	border-radius: 0px;
	background-color: #f7f7f7;
	box-shadow: 0 0 1px #999;	
}
#your_bus_signup .form_content {
	width: 96%;	
}
#your_bus_signup .form_content input {
	margin-bottom: 7px;	
}
ul.guides_search_results li.guides_result h3.headline a {
	font-size: 17px;	
}
#inside_guides_logo {
	background: url('imgs/logo_24px.png') center center no-repeat;
	height: 24px;
}
.free .guides_free_all #inside_guides_image {
	background-size: 20%;	
}
#inside_guides_navigation ul li a {
	text-indent: -9999px;
	background-position: center center;
}
#guides_locationbar {
	padding-right: 28px;	
}
#guides_locationbar span.membership {
	text-indent: -9999px;
	overflow: hidden;
	background-size: 24px;	
}
.touch .only_mobile {
	display: block;	
}
.touch .only_mobile a {
	display: block;
	text-decoration: none;
	color: #fff;
	text-shadow: 0 1px rgba(0,0,0,0.2);
	height: 50px;
	line-height: 50px;
	background: #c00;
	font-size: 22px;
	text-align: center;	
	border-bottom: solid 1px rgba(0,0,0,0.2);
	margin-bottom: 2px;
	border-radius: 3px;
}
.only_mobile a#mobile_phone_button {
	background: url('imgs/ikon_phone_white.png') no-repeat 5% center #c00;
	background-size: 40px;
}
.only_mobile a#mobile_panorama_button {
	background: url('imgs/ikon_360.png') no-repeat 5% center #c00;
	background-size: 40px;
}
#pan360_wrapper,
#streetview_wrapper {
	padding-bottom: 120% !important;
}
#smg_largemap {
	height: 150px;	
}
ul.karte_navigation {
	margin: 0 0 15px;
}
#termine_sidebar, 
#termine_main,
#termine_inside_main {
	width: 100%;
	float: none;	
	margin: 0;
}
#termine_main ul.bricks li.brick_termine {
	width: 100%;	
	padding-bottom: 10px;
	border-bottom: solid 1px #eee;
	margin-bottom: 10px;
}
#termine_sidebar h3,
#list_stadt,
#termine_main ul.bricks .divider,
#termine_inside_sidebar,
.sidebar_qr_code,
div.headline_divider div.sort {
	display: none;	
}
body.special ul.bricks li {
	width: 48% !important;
}
#termine_inside_main h1 {
	font-size: 20px;
	line-height: 1.4;	
}
#termine_inside_main div.eventim_row ul li {
	width: 25%;	
}
#termine_inside_main div.eventim_row ul li.eventim_name {
	width: 100%;
	float: none;
	text-align: center;
	margin-bottom: 5px;	
}
#termine_inside_main img.termine_smallimage {
	width: 96%;
	height: auto;
	max-width: 100%;
	margin: 0 2% 1%;
	float: none;	
}
#content ul.bricks li.brick_termine {
	width: 100%;
	float: none;	
}
#spotlight_bigimage h1,
#content ul.bricks li.three_bricks.spotlight_frontimage h1 {
	font-size: 20px;
	bottom: 20%;	
}
#spotlight_bigimage h2,
#content ul.bricks li.three_bricks.spotlight_frontimage h2 {
	font-size: 14px;	
}
body.redakteure #content ul.bricks li.redakt {
	width: 100%;
	padding-bottom: 110%;	
	margin: 0px 0 1%;
	float: none;
}
body.redakteure_detail ul.bricks li.redakt h2 {
	font-size: 16px;
}
body.redakteure_detail ul.bricks li.redakt h3 {
	font-size: 10px;
}
body.redakteure_detail ul.bricks li.redakt p {
	display: none;
}
img.pkt_image {
	width: 100%;
	float: none;	
}
.product_listing .pkt_text {
	width: 100%;
	float: none;
	padding: 0px;
}
.product_listing .pkt_sidebar {
	width: 100%;
	float: none;
}
.product_listing .pkt_sidebar a#getstarted {
	position: static;
	width: 96%;
	padding: 0px;
	text-align: center;	
	margin: 0 2%;
}
body.special .form_content {	
	width: 96%;
	overflow: hidden;
	margin-left: 0px;
}
body.special .form_content div select {
	margin: 0 auto;	
}
body.special .form_content div input[type="text"],
body.special .form_content div textarea {
	width: 94%;
	margin: 0 1%;	
	-webkit-appearance: none;
	-moz-appearance: none;
}
body.special .form_content .claim_submit {
	width: 98%;
	margin: 0 1%;
	-webkit-appearance: none;
	-moz-appearance: none;
}
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {

	body.guides #city_date {
		margin-top: 0px;	
	}
	#footer ul li:nth-child(1) {
		width: 100%;
		float: none;	
		padding: 0px;
		text-align: center;
	}
	
}
    
  
    
    
    
