/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

a {
	position: relative;
}


 a.inaktiv_a:link {
 	text-decoration: none;
  	color:#1A4F91;
  }
 a.inaktiv_a:visited {
 text-decoration: none;
  color:#1A4F91;
  }
 a.inaktiv_a:hover {
 text-decoration: none;
  color:#1A4F91;
  }
  

a[data-tooltip]:before {
    position: absolute;
    border: 1px solid #ccc;
    left: -247px;
    top: 30px;
    font-size: 12px;
    z-index: 9999;
    background-color: #fff;
    color: #686868;
    height: 30px;
    line-height: 30px;
    border-radius: 2px;
    padding: 0 15px;
    content: attr(data-tooltip);
    white-space: nowrap;
    display: none;
}



a[data-tooltip]:hover:after, a[data-tooltip]:hover:before {
    display: block;
}


body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
    font: 16px/26px Helvetica, Helvetica Neue, Arial;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

* {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

html,
body,
.container {
	height: 100%;
}
.map, .menu { 
	height: 90%; // wichtig, damit menu dann wieder auf 100% gesetzt werden kann
}

.container {
	padding: 30px;
	min-height: 400px;
}
.map {
	border: 1px solid #ccc;
	position: relative;
	background: #ddd;
	overflow: hidden;
}
.floatright {
	float: right;
}
.floatleft {
	float: left;
}



.filtertags {
	width: 90%;
	margin-left: 12px;
}

.filtertags label {
	background: #FFF;
    float: left;
    margin: 0 0 0 10px;
    
    text-align:centre; 
    margin:3px;
    padding:3px; 
    
    background-color:#FFF; 
    border-radius:4px; 
    display:inline-block; 
    border:solid 1px #DDD; 
    cursor:pointer;
}

.filtertags label:hover {
	background: none repeat scroll 0 0 #EEEEEE;
	/*background: -moz-linear-gradient(center top, #F5F5F5, #F1F1F1) repeat scroll 0 0 rgba(0,0,0,0);*/
    float: left;
}

.item_filter {
    float: left;
    /*width: 100px;*/
}


.menu {
	height: 100%;
	width: 30%;
	min-width: 250px;
	position: relative;
	left: -110%;
	background: white;
	font-size: 0.8em;
	padding: 10px;
}
.menu_wrapper {
	position: absolute;
	top: 6.5em;
	left: 0;
	right: 0;
	bottom: 9.5em;
	/*bottom: 9em;*/
	overflow-y: auto;
	overflow-x: auto;
	padding: 0 10px;
}
.menu .pin {
	position: absolute;
	top: 5px;
	right: 5px;
}
.menu ul {
	padding: 0;
	margin-top: 3em;
	margin-bottom: 20px;
}
.menu ul li {
	list-style-type: none;
	float: left;
	width: 50%;
	text-align: center;
	cursor: pointer;
}
.menu ul li.active {
	border-bottom: 1px solid #1A4F91;
}

.informationen,
.kategorien {
	position: relative;
}
.kategorien {
	/* left: -110%; */
	display: block; // soll zunaechst da sein
}
.informationen {
	right: -110%;
	display: none;
}
.informationen .search_content {
	display: none;
}

#flaechenpop {
	padding: 5px;
	background-color: white;
	color: black;
	border: 1px solid #ccc;
	font-size: 10px;
	font-family: Helvetica,Arial,sans-serif;
}

#hotspotlogo {
    padding-left: 130px;
    padding-top: 10px;
}

.markerContent {
	color: #222222;
	line-height: 1.2em
}
  	
.markerContent a:link {
    text-decoration: none;
    color:#1A4F91
  }
.markerContent a:visited {
  text-decoration: none;
  color:#1A4F91;
  }
.markerContent a:hover {
  text-decoration: underline;
  color:#1A4F91;
  }

.ui-helper-reset {
    border: 0 none;
    font-size: 80%;
    line-height: 1.3;
    list-style: none outside none;
    margin: 0;
    outline: 0 none;
    padding: 0;
    text-decoration: none;
}

.ui-accordion .ui-accordion-header {
    cursor: pointer;
    margin-top: 1px;
    position: relative;
}

.ui-state-default, .ui-widget-content .ui-state-default {
    /*border-bottom: 1px solid #CCCCCC; martin*/
    color: #686868;
    font-weight: bold;
    outline: medium none;
}

.ui-widget-content {
  /*  border-bottom: 1px solid #CCCCCC; martin*/
    color: #686868;
    font-weight: bold;
    outline: medium none;
}



#map {
    background: none repeat scroll 0 0 #D0D0D0;
    height: 95%;
    position: relative;
}

#map .olMapViewport {
    position: absolute !important;
    top: 0 !important;
    z-index: -1 !important;
}

#map .olForeignContainer {
    position: absolute !important;
    top: 0 !important;
    z-index: -1 !important;
}

.menu_slider_wrapper {
	position: absolute;
	 /*bottom: 20px; Martin*/
	bottom: 50px;
	height: 57px; /*martin*/
	background: #EEEEEE; /*martin*/
	left: 0;
	right: 0;
	/*padding-top: 15px; martin*/
}
#slider {
  position: relative;
  overflow: hidden;
  width: 85%;
  margin: auto;
  height: 100%;
  /* margin: 20px auto 0 auto; */
}
#slider ul {
  position: relative;
  left: 0; // initial
  margin: 0; /*martin*/
  bottom: 39px; /*martin*/
  /*padding-top: 15px;*/
  height: 58px;
  list-style: none;
}
#slider ul li {
  border-right: 1px solid #dddddd;
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 145px;
  height: 58px;
  background: #EEEEEE;
  /*text-align: left;*/
}
#slider ul li:hover, #slider ul li:before {
   background: #FFFFFF;
}

#slider a:link {
 	text-decoration: none;
  	color:#686868; /*#1A4F91*/
  }
#slider a:visited {
  text-decoration: none;
  color:#686868;
  }
#slider a:hover {
  text-decoration: none;
  color:#1A4F91;
  font-weight: bold;
  }

.control_next {
 width: 25px;
 height: 43px;
 display: inline-block;
 /*padding: 1%;*/
 position: absolute;
 top: 11%;
 left: 0;
 /*width: 20px;
 height:40px;
 display:block;
 padding: 1%;
 position: absolute;
 top: 57%;
 left: 0;*/
 z-index: 999;
 background:url('../images/slider/Slider-Pfeil_grau_li_h-13Px.svg') center no-repeat;
}
.control_next:hover, .control_next:before {
   background-image: url('../images/slider/Slider-Pfeil_blau_li_h-13Px.svg');
   -moz-transition: all 0.2s ease;
}


.control_prev {
 width: 25px;
 height: 43px;
 display: inline-block;
 /*padding: 1%;*/
 position: absolute;
 top: 11%;
 right: 0;
 z-index: 999;
 background:url('../images/slider/Slider-Pfeil_grau_re_h-13Px.svg') center no-repeat;
}
.control_prev:hover, .control_prev:before {
   background-image: url('../images/slider/Slider-Pfeil_blau_re_h-13Px.svg');
   -moz-transition: all 0.2s ease;
}



/*
a.control_prev, a.control_next {
  
  position: absolute;
  top: 45%;
  z-index: 999;
  display: block;
  padding: 1%;
  width: auto;
  height: auto;
  background: #2a2a2a;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.8;
  cursor: pointer;
}
a.control_prev:hover, a.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}
a.control_prev {
  border-radius: 0 2px 2px 0;
}
a.control_next {
  right: 0;
  border-radius: 2px 0 0 2px;
}
*/

.kartenicon {
	display: inline-block;
    float: left;
    padding-top: 13px;
    padding-left: 10px;
    margin-right: 5px;

}

.kartenname {
    padding-top: 14px;
    position: relative;
    font-size: 12px;
    line-height: 1.4em;
    padding-left: 10px;
    height: 100%;
}

#markerinfo h3:first-child {
	border-top: none;
}

.more_info {
	border-top: 1px solid #CCCCCC;
    color: #686868;
    cursor: pointer;
    font-weight: bold;
    outline: medium none;
    line-height: 1.3;
}

.more_info .ui-icon {
	float: left;
    margin-top: 3px;
    padding-right: 15px;
}


#test h3:first-child {
    border-top: medium none;
}

.ui-icon {
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    text-indent: -99999px;
}

.ui-accordion .ui-accordion-header .ui-icon {
    float: left;
    margin-top: 3px;
    padding-right: 15px;
}

.check_item {
    font-size: 12px;
    font-weight: normal;
    line-height: normal;
}

#map > div h3 {
    background-color: #FFFFFF;
    font-size: 12px; /* Martin: vorher 14 */
    margin: 0 0 1px;
    padding: 5px;
}

#map > div h3 ~ div {
    cursor: default;
    padding: 10px;
}

.ui-state-active {
    border: 0 none !important;
    color: #34518E;
}

/* Martin: Grafiken ausgetauscht */

.ui-icon-circle-arrow-e {
	background: url('../svg/Auswahlfeld_links/Pfeil_zu_4x8Px.svg') !important;
	background-repeat: no-repeat !important;
	
	width: 4px;
	height: 16px;
}

.no-svg .ui-icon-circle-arrow-e {
    background: url('../svg/Auswahlfeld_links/Pfeil_zu_4x8Px.png') !important;
    background-repeat: no-repeat !important;
    
    width: 4px;
    height: 16px;
}

.ui-icon-triangle-1-s {
	background: url('../svg/Auswahlfeld_links/Pfeil_auf_8x4Px.svg') !important;
	background-repeat: no-repeat !important;
	width: 8px;
	height: 16px;
}

.no-svg .ui-icon-triangle-1-s {
    background: url('../svg/Auswahlfeld_links/Pfeil_auf_8x4Px.png') !important;
    background-repeat: no-repeat !important;
    width: 8px;
    height: 16px;
}

.ui-icon-circle-arrow-s {
	background: url('../svg/Auswahlfeld_links/Pfeil_auf_8x4Px.svg') !important;
	background-repeat: no-repeat !important;
	width: 8px;
	height: 16px;
}

.no-svg .ui-icon-circle-arrow-s {
    background: url('../svg/Auswahlfeld_links/Pfeil_auf_8x4Px.png') !important;
    background-repeat: no-repeat !important;
    width: 8px;
    height: 16px;
}


#hotspotlogo {
	width: 165px;
	height: 35px;
}

.hotspotlogo {
	width: 165px;
	height: 35px;
	display:block;
	background:url('../images/Schriftzug-MZ.svg') center top no-repeat;
}

.no-svg .hotspotlogo {
	width: 165px;
	height: 35px;
	display:block;
	background:url('../images/Schriftzug-MZ.png') center top no-repeat;
}



/* filter logik*/

.item_filter input {
	display: none;
}

.item_filter label.activated {
	background: none repeat scroll 0 0 #EEEEEE;
	/*background: -moz-linear-gradient(center top, #F5F5F5, #F1F1F1) repeat scroll 0 0 rgba(0,0,0,0);*/
}

/* social media */

.facebook_logo {
 width: 20px;
 height:20px;
 display:block;
 background:url('../svg/Auswahlfeld_links/SocialMedia_buttons/facebook_grau.svg') center top no-repeat;
}
.facebook_logo:hover, .facebook_logo:before {
   background-image: url('../svg/Auswahlfeld_links/SocialMedia_buttons/facebook_blau.svg');
}

.no-svg .facebook_logo {
 width: 20px;
 height:20px;
 display:block;
 background:url('../svg/Auswahlfeld_links/SocialMedia_buttons/facebook_grau.png') center top no-repeat;
}
.no-svg .facebook_logo:hover, .no-svg .facebook_logo:before {
   background-image: url('../svg/Auswahlfeld_links/SocialMedia_buttons/facebook_blau.png');
}

.twitter_logo {
 width: 20px;
 height:20px;
 display:block;
 background:url('../svg/Auswahlfeld_links/SocialMedia_buttons/twitter_grau_h-20Px.svg') center top no-repeat;
}
.twitter_logo:hover, .twitter_logo:before {
   background-image: url('../svg/Auswahlfeld_links/SocialMedia_buttons/twitter_blau_h-20Px.svg');
}

.no-svg .twitter_logo {
 width: 20px;
 height:20px;
 display:block;
 background:url('../svg/Auswahlfeld_links/SocialMedia_buttons/twitter_grau_h-20Px.png') center top no-repeat;
}
.no-svg .twitter_logo:hover, .no-svg .twitter_logo:before {
   background-image: url('../svg/Auswahlfeld_links/SocialMedia_buttons/twitter_blau_h-20Px.png');
}

.google_logo {
 width: 20px;
 height:20px;
 display:block;
 background:url('../svg/Auswahlfeld_links/SocialMedia_buttons/google_grau_h-20Px.svg') center top no-repeat;
}
.google_logo:hover, .google_logo:before {
   background-image: url('../svg/Auswahlfeld_links/SocialMedia_buttons/google_blau_h-20Px.svg');
}

.no-svg .google_logo {
 width: 20px;
 height:20px;
 display:block;
 background:url('../svg/Auswahlfeld_links/SocialMedia_buttons/google_grau_h-20Px.png') center top no-repeat;
}
.no-svg .google_logo:hover, .no-svg .google_logo:before {
   background-image: url('../svg/Auswahlfeld_links/SocialMedia_buttons/google_blau_h-20Px.png');
}

.mail_logo {
 width: 20px;
 height:20px;
 display:block;
 background:url('../svg/Auswahlfeld_links/SocialMedia_buttons/mail_grau_h-20Px.svg') center top no-repeat;
}
.mail_logo:hover, .mail_logo:before {
   background-image: url('../svg/Auswahlfeld_links/SocialMedia_buttons/mail_blau_h-20Px.svg');
}

.no-svg .mail_logo {
 width: 20px;
 height:20px;
 display:block;
 background:url('../svg/Auswahlfeld_links/SocialMedia_buttons/mail_grau_h-20Px.png') center top no-repeat;
}
.no-svg .mail_logo:hover, .no-svg .mail_logo:before {
   background-image: url('../svg/Auswahlfeld_links/SocialMedia_buttons/mail_blau_h-20Px.png');
}

.wetter_logo {
 width: 28px;
 height:20px;
 display:block;
 background:url('../svg/Auswahlfeld_links/Special_buttons/Wetter_inaktiv.svg') center top no-repeat;
}
.wetter_logo:hover, .wetter_logo:before {
   background-image: url('../svg/Auswahlfeld_links/Special_buttons/Wetter_hoover.svg');
}

.no-svg .wetter_logo {
 width: 28px;
 height:20px;
 display:block;
 background:url('../svg/Auswahlfeld_links/Special_buttons/Wetter_inaktiv.png') center top no-repeat;
}
.no-svg .wetter_logo:hover, .no-svg .wetter_logo:before {
   background-image: url('../svg/Auswahlfeld_links/Special_buttons/Wetter_hoover.png');
}

.verkehr_logo {
 width: 28px;
 height:20px;
 display:block;
 background:url('../svg/Auswahlfeld_links/Special_buttons/Verkehr_inaktiv.svg') center top no-repeat;
}
.verkehr_logo:hover, .verkehr_logo:before {
   background-image: url('../svg/Auswahlfeld_links/Special_buttons/Verkehr_hoover.svg');
}

.no-svg .verkehr_logo {
 width: 28px;
 height:20px;
 display:block;
 background:url('../svg/Auswahlfeld_links/Special_buttons/Verkehr_inaktiv.png') center top no-repeat;
}
.no-svg .verkehr_logo:hover, .no-svg .verkehr_logo:before {
   background-image: url('../svg/Auswahlfeld_links/Special_buttons/Verkehr_hoover.png');
}

.impressum_logo {
 width: 20px;
 height:20px;
 display:block;
 background:url('../svg/Auswahlfeld_links/SocialMedia_buttons/info_grau_h-20Px.svg') center top no-repeat;
}
.impressum_logo:hover, .impressum_logo:before {
   background-image: url('../svg/Auswahlfeld_links/SocialMedia_buttons/info_blau_h-20Px.svg');
}

.no-svg .impressum_logo {
 width: 20px;
 height:20px;
 display:block;
 background:url('../svg/Auswahlfeld_links/SocialMedia_buttons/info_grau_h-20Px.png') center top no-repeat;
}
.no-svg .impressum_logo:hover, .no-svg .impressum_logo:before {
   background-image: url('../svg/Auswahlfeld_links/SocialMedia_buttons/info_blau_h-20Px.png');
}

.hilfe_logo {
 width: 20px;
 height:20px;
 display:block;
 background:url('../svg/Auswahlfeld_links/SocialMedia_buttons/Hilfe_grau_h-20Px.svg') center top no-repeat;
}
.hilfe_logo:hover, .hilfe_logo:before {
   background-image: url('../svg/Auswahlfeld_links/SocialMedia_buttons/Hilfe_blau_h-20Px.svg');
}

.no-svg .hilfe_logo {
 width: 20px;
 height:20px;
 display:block;
 background:url('../svg/Auswahlfeld_links/SocialMedia_buttons/Hilfe_grau_h-20Px.png') center top no-repeat;
}
.no-svg .hilfe_logo:hover, .no-svg .hilfe_logo:before {
   background-image: url('../svg/Auswahlfeld_links/SocialMedia_buttons/Hilfe_blau_h-20Px.png');
}

.no-svg .hilfe_logo {
 width: 20px;
 height:20px;
 display:block;
 background:url('../svg/Auswahlfeld_links/SocialMedia_buttons/Hilfe_grau_h-20Px.png') center top no-repeat;
}
.no-svg .hilfe_logo:hover, .no-svg .hilfe_logo:before {
   background-image: url('../svg/Auswahlfeld_links/SocialMedia_buttons/Hilfe_blau_h-20Px.png');
}

.left_impressum {
 width: 20px;
 height:20px;
 display:block;
 background:url('../svg/Auswahlfeld_links/SocialMedia_buttons/info_blau_h-20Px.svg') center top no-repeat;
 cursor: pointer;
}
.left_impressum:hover, .left_impressum:before {
   background-image: url('../svg/Auswahlfeld_links/SocialMedia_buttons/info_grau_h-20Px.svg');
}

.no-svg .left_impressum {
 width: 20px;
 height:20px;
 display:block;
 background:url('../svg/Auswahlfeld_links/SocialMedia_buttons/info_blau_h-20Px.png') center top no-repeat;
}
.no-svg .left_impressum:hover, .no-svg .left_impressum:before {
   background-image: url('../svg/Auswahlfeld_links/SocialMedia_buttons/info_grau_h-20Px.png');
}


#suchergebnisse ul li {
	text-align: left;
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
    font-weight: bold;
    outline: medium none;
    cursor: pointer;
}

#suchergebnisse ul {
	margin-top: 1em;
	}
	
#suchergebnisse a {
	color: #686868;
	}
	
#suchergebnisse .ui-widget-content {
	border:none;
	}
	
	

.messagepop {
    background-color: #FFFFFF;
    border: 1px solid #999999;
    color: #000000;
    cursor: default;
    display: none;
    font-size: 12px;
    margin-top: 15px;
    padding: 25px 25px 20px;
    position: absolute;
    text-align: left;
    width: 354px;
    z-index: 50;
}


#share {
 width: 39px;
 height:39px;
 display:block;
 background:url('../svg/buttons_re/Button_Share_blau_39x39Px.svg') center top no-repeat;
}
#share:hover, #share:before {
   background-image: url('../svg/buttons_re/Button_Share_grau_39x39Px.svg');
}


.js_headline {
    color: #1A4F91;
}



.menu_footer {
	position: absolute;
	bottom: 0;
	left: 10px;
	right: 10px;
	/*border-top: 1px solid #ddd; martin*/
	padding: 5px;
}



.search {
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px;
	
}
.search input {
	background: url(../svg/Auswahlfeld_links/Lupe_h-10Px.svg) no-repeat right;
	vertical-align: middle;
	font-size: 0.7em;
}

.no-svg .search input {
	background: url(../svg/Auswahlfeld_links/Lupe_h-10Px.png) no-repeat right;
	vertical-align: middle;
	font-size: 0.7em;
}

.search input[type=text]{
	border:1px solid #acb1b7;
	background-color:#fcfcfc;
}


.options {
	position: absolute;
	top: 3%;
	right: 3%;
	text-align: center;
}
.options > div {
	position: relative;
}
.options div div {
	display: none;
	border: 1px solid #ACB1B7;
	width: 400%;
	/*height: 10em;*/
	position: absolute;
	top: 50%;
	right: 100%;
	background: #fff;
	padding: 5px;
}

.options div div div {
    display: none;
    border: none;
    width: 100%;
    /*height: 2em;*/
    position: relative;
    top:0%;
    left:0%;
    background: #fff;
    /*z-index: 0; */
    padding: 0px;
    /*margin-bottom: 3%;*/
    text-align: right;
    /*vertical-align: middle;*/
    font-size: 0.8em;
    list-style: none outside none;
    overflow: auto;
    /*float: left;*/
}

.options div div div ul {
    list-style: none outside none;
    margin:0;
    padding: 0;
    /*text-align: center;*/
}

.options div div div li {
    display: inline-block;
    margin: 0px 10px 0px 10px;
}

.options > div.open div {
	display: block !important;
	z-index: 1;
}

#filterinhalt {
	position: relative;
}

.navigation_rose img {
	cursor: pointer;
}

.options .navigation_rose {

}

.options .share {
	margin-top: 4em;
	cursor: pointer;
}

.options .layer {
	margin-top: 2em;
	cursor: pointer;
}

/*
.options .filter {
	margin-top: 2em;
}
*/

.options .one_for_all {
	display: none;
	position: relative;
}

.one_for_all_div {
	background: #FFF;
	padding: 20px;
	width: auto;
	max-width: 75%;
	margin: 60px auto;
	position: relative;
	font-size: 0.6em;
}

/* martin: bis .popup_speciallayer li */

.popup_share > ul {
    list-style: none outside none;
}

.popup_share li {
    display: inline-block;
    margin: 0px 10px 0px 0px;
}
.popup_embed > ul {
    list-style: none outside none;
}

.popup_maplayer > ul {
    list-style: none outside none;
}

.popup_maplayer li {
    
}

.popup_speciallayer > ul {
    list-style: none outside none;    
}

.popup_speciallayer li {
    display: inline-block;
}

.mail_link {
	background: #FFF;
	padding: 20px;
	width: 450px;
	max-width: 80%;
	margin: 60px auto;
	position: relative;
	font-size: 0.6em;
	width: -moz-fit-content;
	width: intrinsic;
}

.impressum_link {
	background: #FFF;
	padding: 20px;
	width: 450px;
	max-width: 80%;
	margin: 60px auto;
	position: relative;
	font-size: 0.6em;
}

.right_corner {
    background-color: #FFF;
    border: 1px solid #CCCCCC;
    bottom: 10px;
    font-size: 0.6em;
    line-height: 13px;
    padding: 1px 4px;
    position: absolute;
    right: 10px;
    vertical-align: top;
    display: inline-block;
    text-align: center;
}

.right_corner a:link {
    color: #222222;
    text-decoration: none;
}

.right_corner a:hover {
    color: #222222;
    text-decoration:underline;
}

.left_corner {
	position: absolute;
	width: 20px;
	height: 20px;
	left: 5px;
	bottom: 10px;
}




/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width: 480px) {
	
	.container {
		padding: 3px;
	}

	.menu {
		width: 100%;
		left: -105%;
	}
	.menu .pin {
		display: hidden;
	}
	.search {
		padding: 0;
		right: 0;
		/*cursor: pointer;*/
	}
	.search input {
		width: 100%;
		padding: 0.3em;
	}
	.search img {
		position: absolute;
		top: 2.3em;
		left: 5px; /* martin */
		/*cursor: pointer;*/
	}
	.options {
		top: 2.5em;
	}

	.options .share,
	.options .layer,
	.options .filter {
		display: none;
	}
	.options .one_for_all {
		margin-top: 2em;
		display: block;
		cursor: pointer;
	}

}

/*

Martin: ursprüngliche Konfiguarion:

@media only screen and (max-height: 660px) {
	.options .filter div {
		bottom: 0;
		top: auto;
	}
}
*/

@media only screen and (max-height: 530px) {
	.options .layer div {
		bottom: 0;
		top: auto;
	}
}

@media only screen and (max-height: 530px) {
    .options .share div {
        bottom: 0;
        top: auto;
    }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}


/* ==========================================================================
   Fullscreen styles
   ========================================================================== */

#fullscreenresize {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image:url('../svg/Navigationsrose/Navigation_Vollbild.svg');
    background-repeat:no-repeat;
    cursor: pointer;
}
  
:-webkit-full-screen {
  /* properties */
}

:-webkit-full-screen #fullscreenresize {
  background-image:url('../svg/Navigationsrose/Navigation_Klein.svg');
}

:-moz-full-screen {
  background-color: #FFFFFF;
}

:-moz-full-screen #fullscreenresize {
  background-image:url('../svg/Navigationsrose/Navigation_Klein.svg');
}

:-ms-fullscreen {
  width: 100%;
  height: 100%;
}

:-ms-fullscreen #fullscreenresize {
  background-image:url('../svg/Navigationsrose/Navigation_Klein.svg');
}

:full-screen { /*pre-spec */
  /* properties */
}

:full-screen #fullscreenresize { /*pre-spec */
  background-image:url('../svg/Navigationsrose/Navigation_Klein.svg');
}

:fullscreen #fullscreenresize { /* spec */
  /* properties */
}

:fullscreen #fullscreenresize { /* spec */
  background-image:url('../svg/Navigationsrose/Navigation_Klein.svg');
}

/* deeper elements */
:-webkit-full-screen video {
  width: 100%;
  height: 100%;
}

/* styling the backdrop*/
::backdrop {
  /* properties */
}
::-ms-backdrop {
  /* properties */
}


/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
