/*** SCHRIFTART ***/

@font-face {
	font-family: 'TypographerRotundaAlt';
	src: url('/https://anno1372.de/fonts/TypographerRotundaAlt.eot') format('eot'),
	     url('/https://anno1372.de/fonts/TypographerRotundaAlt.otf')  format('opentype'),
	     url('/https://anno1372.de/fonts/TypographerRotundaAlt.woff') format('woff'),
	     url('/https://anno1372.de/fonts/TypographerRotundaAlt.ttf')  format('truetype'),
	     url('/https://anno1372.de/fonts/TypographerRotundaAlt.svg#TypographerRotundaAlt') format('svg');
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);  
}

/*** GRUNDLAYOUT ***/

html {
	background-color: #E6E4D8;
}

body {
	font-size: 1em;
	position: relative;
	background-color: #E6E4D8;
	padding: 3%;
}

.wrapper {
	position: relative;
	background-color: #FFF;
	box-shadow: 0px 0px 3px 5px #d3d0c7; 
	-moz-box-shadow: 0px 0px 3px 5px #d3d0c7; 
	-webkit-box-shadow: 0px 0px 3px 5px #d3d0c7;
	max-width: 1200px;
	margin: 0 auto;
}

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

#content {
    margin-left: 2%;
    margin-right: 2%;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 12%;
}

.einleitung {
	margin: 0% 2%;
}

.fragen {
	margin: 0% 2%;
}

a {
	color: #CB9900;
	text-decoration: none;
}

h1, h2, h3, h4, h5 {
    margin-top: 0;
    margin-bottom: 0;
}

/*** HEADER ***/

header {
	position: relative;
}

.logo_anno {
	position: relative;
	width: 45%;
	margin: 5% 2% 2% 2%;
}

.logo_kivelinge {
	position: absolute;
	top: -5%;
	right: -2%;
	width: 22.5%;
}

.teaser_header {
	position: relative;
	width: 96%;
	margin-left: 2%;
	margin-bottom: 3%;
}

/*** AUSWAHLMENÜ ***/

.menue_btn_raster {
	width: 94%;
	margin: auto;
    display: none;
}

.menue_btn {
	float: left;
	width: 42%;
	margin: 4%;
}

.nav_btn {
	position: absolute;
	width: 20%;
	top: 15%;
	left: 54%;
}

/*** AUSWAHL STATIONEN ***/

.stations {
    width: 100%;
    border-collapse: collapse;
    color: #000;
    background-color: #E6E3D9;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
}

.stations tr td:nth-of-type(3) {
    text-align: center;
    background-color: #BAB7AF;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
}

.stations h3 {
    font-weight: normal;
}

.link_button {
	color: #000;
	text-decoration: none;
}

.btn_pic {
	margin: 10%;
	width: 50%;
	height: 50%;
}

.stationen table {
	width: 100%;
}

.td_pic {
	width: 15%;
	text-align: left;
}

.td_text {
	width: 71%;
	text-align: left;
}

.td_arrow {
	width: 14%;
	text-align: center;
}

.menuepunkt {
	margin-bottom: 3%;
	background-color: #E6E3D9;
	border-top-right-radius: 10px; border-bottom-right-radius: 10px; -moz-border-radius-topright: 10px; -moz-border-radius-bottomright: 10px; -webkit-border-top-right-radius: 10px; -webkit-border-bottom-right-radius: 10px;
}

.td_arrow {
	background-color: #BAB7AF;
	border-top-right-radius: 10px; border-bottom-right-radius: 10px; -moz-border-radius-topright: 10px; -moz-border-radius-bottomright: 10px; -webkit-border-top-right-radius: 10px; -webkit-border-bottom-right-radius: 10px;
}

.arrow_img {
	width: 35%;
}

/*** STATIONEN DETAILSEITE ***/

.detailseite {
	margin: 0% 2% 8% 2%!important;
}

.detailseite table {
	width: 100%;
}

.detail_liste {
	width: 50%;
	vertical-align: top;
}

.detail_liste ul {
	margin-top: 0%;
	padding-left: 0%;
	line-height: 1.25em;
}

.detail_liste li {
    margin-left: 10%;
}

.detail_info .detail_pic {
	text-align: center;
}

.detail_pic {
    vertical-align: top;
}
.detail_pic > img {
    width: 100%;
    margin-bottom: 1%;
}
/*
.image_detail {
	width: 100%;
	margin-bottom: 1%;
}
*/
.image_titel { 
	font-style: italic;
}

.gallery {
	margin-left: -2%;
	margin-right: -2%;
}

.gallery img {
    width: 15%;
    margin: 1%;
}

/*e
.gallery_pic {
    width: 45.3%;
    margin: 2%;
}
*/

/*** IMPRESSUM ***/

/*
.impressum {
	margin: 0% 2%;
}

.impressum a {
	color: #CB9900;
	text-decoration: none;
}*/


/*** FOOTER ***/

footer {
	position: relative;
}

.logo_lingen {
	position: absolute;
	width: 25%;
	float: left;
	margin-top: -2%;
	margin-left: -2%;
}

/*** MEDIA QUERIES ***/

@media (max-width: 479px) {

    #content {
        font-size: 0.75em;
    }

    /*
	.wrapper h1 {
		font-size: 1.25em;
		margin: 0% 0% 2% 0%;
	}

	.wrapper h2 {
		font-size: 0.75em;
		margin: 0% 0% 2% 0%;
	}*/

	.wrapper p {
		font-size: 0.75em;
	}

	footer {
		width: 100%;
		margin-top: 5%;
		position: relative;
		font-family: 'TypographerRotundaAlt';
		font-size: 0.575em;
		text-decoration: none;
		color: #E10613;
	}

	footer a {
		float: right;
		color: #E10613;
		text-decoration: none;
		border-right: 1px solid;
		margin-bottom: 5%;
	}

	footer a:first-child {
		border-right: 0px solid;
		margin-right: 6%;
	}

	.copyright p {
		font-family: 'TypographerRotundaAlt';
		text-align: right;
		font-size: 0.55em;
	}

	#map {
		height: 300px;
		margin: auto;
	}

    /*
	.stationen h1 {
		font-size: 1.25em;
		margin: 0% 0% 3% 0%;
	}

	.stationen td h2 {
		font-size: 0.9em;
		margin: 0%;
		margin-left: -5%;
	}

	.stationen td h3 {
		margin: 0%;
		font-size: 0.7em;
		font-weight: normal;
		margin-left: -5%;
	}
    */

	.headline {
		margin-top: 1%;
		margin-bottom: 5%;
	}

    /*
	.headline h1 {
		font-size: 1.25em;
		margin: 0%;
	}
    */

	.headline .sp1 {
		width: 70%;
	}

	.headline .sp2 {
		width: 8%;
		margin-right: 20%;
	}

	.headline .sp2  img {
		display: block;
		width: 80%;
	}

	.headline .sp3 a {
		display: block;
		color: #FF040C;
		font-weight: bold;
		margin-left: 5%;
		text-decoration: none;
	}

    /*
    .headline .sp3 a:before {
        content: url("/https://anno1372.de/images/mobile/ico_position@2x.png")!important;
    }
    */

	.detail_liste li {
		margin-bottom: 3%;
		list-style-type: none;
		list-style-image: url("../images/mobile/ico_bullet.png");
	}

    /*
	.impressum h1 {
		font-size: 1.25em;
		margin: 0% 0% 2% 0%;
		color: #CB9900;
	}

	.impressum h2 {
		margin: 0%;
		font-size: 0.75em;
	}

	.impressum p {
		margin: 0%;
		font-size: 0.75em;
	}
	*/
}

@media (min-width: 480px) and (max-width: 539px) {

    #content {
        font-size: 0.9em;
    }

    /*
	.wrapper h1 {
		font-size: 1.75em;
		margin: 0% 0% 2% 0%;
	}

	.wrapper h2 {
		font-size: 0.9em;
		margin: 0% 0% 2% 0%;
	}
    */

	footer {
		width: 100%;
		margin-top: 5%;
		position: relative;
		font-family: 'TypographerRotundaAlt';
		font-size: 0.9em;
		text-decoration: none;
		color: #E10613;
	}

	footer a {
		float: right;
		color: #E10613;
		text-decoration: none;
		border-right: 1px solid;
		margin-bottom: 5%;
	}

	footer a:first-child {
		border-right: 0px solid;
		margin-right: 6%;
	}

	.copyright p {
		font-family: 'TypographerRotundaAlt';
		text-align: right;
		font-size: 0.8em;
	}

	#map {
		height: 500px;
		margin: auto;
	}
    /*
	.stationen h1 {
		font-size: 1.75em;
		margin: 0% 0% 5% 0%;
	}

	.stationen td h2 {
		font-size: 1.25em;
		margin: 0%;
		margin-left: -5%;
	}

	.stationen td h3 {
		margin: 0%;
		font-size: 1em;
		font-weight: normal;
		margin-left: -5%;
	}
    */
	.headline {
		margin-bottom: 4%;
	}
    /*
	.headline h1 {
		font-size: 1.75em;
		margin: 0%;
	}
    */
	.headline .sp1 {
		width: 75%;
	}

	.headline .sp2 {
		width: 6%;
		margin-right: 20%;
	}

	.headline .sp2  img {
		display: block;
		width: 85%;
	}

	.headline .sp3 a {
		display: block;
		color: #FF040C;
		font-weight: bold;
		margin-left: 5%;
		text-decoration: none;
	}

	.detail_liste li {
		margin-bottom: 4%;
		list-style-type: none;
		list-style-image: url("../images/mobile/ico_bullet.png");
	}
    /*
	.impressum h1 {
		font-size: 1.75em;
		margin: 0% 0% 2% 0%;
		color: #CB9900;
	}

	.impressum h2 {
		margin: 0%;
		font-size: 0.9em;
	}

	.impressum p {
		margin: 0%;
		font-size: 0.9em;
	}
	*/
}

@media (min-width: 540px) and (max-width: 639px) {

    #content {
        font-size: 1em;
    }
	/*
	.wrapper h1 {
		font-size: 1.875em;
		margin: 0% 0% 2% 0%;
	}

	.wrapper h2 {
		font-size: 1em;
		margin: 0% 0% 2% 0%;
	}
    */

	footer {
		width: 100%;
		margin-top: 5%;
		position: relative;
		font-family: 'TypographerRotundaAlt';
		font-size: 0.96em;
		text-decoration: none;
		color: #E10613;
	}

	footer a {
		float: right;
		color: #E10613;
		text-decoration: none;
		border-right: 1px solid;
		margin-bottom: 5%;
	}

	footer a:first-child {
		border-right: 0px solid;
		margin-right: 6%;
	}

	.copyright p {
		font-family: 'TypographerRotundaAlt';
		text-align: right;
		font-size: 0.9em;
	}

	#map {
		height: 500px;
		margin: auto;
	}
    /*
	.stationen h1 {
		font-size: 1.875em;
		margin: 0% 0% 3% 0%;
	}

	.stationen td h2 {
		font-size: 1.4em;
		margin: 0%;
		margin-left: -5%;
	}

	.stationen td h3 {
		margin: 0%;
		font-size: 1.1em;
		font-weight: normal;
		margin-left: -5%;
	}
    */
	.headline {
		margin-bottom: 5%;
	}
    /*
	.headline h1 {
		font-size: 2em;
		margin: 0%;
	}
    */
	.headline .sp1 {
		width: 72%;
	}

	.headline .sp2 {
		width: 7%;
		margin-right: 20%;
	}

	.headline .sp2  img {
		display: block;
		width: 80%;
	}

	.headline .sp3 a {
		display: block;
		color: #FF040C;
		font-weight: bold;
		margin-left: 5%;
		text-decoration: none;
	}

	.detail_liste li {
		margin-bottom: 4%;
		list-style-type: none;
		list-style-image: url("../images/mobile/ico_bullet.png");
	}
    /*
	.impressum h1 {
		font-size: 1.875em;
		margin: 0% 0% 2% 0%;
		color: #CB9900;
	}

	.impressum h2 {
		margin: 0%;
		font-size: 1em;
	}

	.impressum p {
		margin: 0%;
		font-size: 1em;
	}
	*/
}

@media (min-width: 640px) and (max-width: 719px) {

    #content {
        font-size: 1.1em;
    }
	/*
	.wrapper h1 {
		font-size: 2.25em;
		margin: 0% 0% 2% 0%;
	}

	.wrapper h2 {
		font-size: 1.1em;
		margin: 0% 0% 2% 0%;
	}
    */

	footer {
		width: 100%;
		margin-top: 5%;
		position: relative;
		font-family: 'TypographerRotundaAlt';
		font-size: 1.15em;
		text-decoration: none;
		color: #E10613;
	}

	footer a {
		float: right;
		color: #E10613;
		text-decoration: none;
		border-right: 1px solid;
		margin-bottom: 5%;
	}

	footer a:first-child {
		border-right: 0px solid;
		margin-right: 6%;
	}

	.copyright p {
		font-family: 'TypographerRotundaAlt';
		text-align: right;
		font-size: 1em;
	}

	#map {
		height: 500px;
		margin: auto;
	}
    /*
	.stationen h1 {
		font-size: 2em;
		margin: 0% 0% 3% 0%;
	}

	.stationen td h2 {
		font-size: 1.65em;
		margin: 0%;
		margin-left: -5%;
	}

	.stationen td h3 {
		margin: 0%;
		font-size: 1.25em;
		font-weight: normal;
		margin-left: -5%;
	}	
    */
	.headline {
		margin-bottom: 4%;
	}
    /*
	.headline h1 {
		font-size: 2.25em;
		margin: 0%;
	}
    */
	.headline .sp1 {
		width: 75%;
	}

	.headline .sp2 {
		width: 6%;
		margin-right: 20%;
	}

	.headline .sp2  img {
		display: block;
		width: 75%;
	}

	.headline .sp3 a {
		display: block;
		color: #FF040C;
		font-weight: bold;
		margin-left: 5%;
		text-decoration: none;
	}

	.detail_liste li {
		margin-bottom: 4%;
		list-style-type: none;
		list-style-image: url("../images/mobile/ico_bullet.png");
	}
    /*
	.impressum h1 {
		font-size: 2.25em;
		margin: 0% 0% 2% 0%;
		color: #CB9900;
	}

	.impressum h2 {
		margin: 0%;
		font-size: 1.1em;
	}

	.impressum p {
		margin: 0%;
		font-size: 1.1em;
	}
	*/
}

@media (min-width: 720px) and (max-width: 767px) {

    #content {
        font-size: 1.33em;
    }
	/*
	.wrapper h1 {
		font-size: 2.5em;
		margin: 0% 0% 2% 0%;
	}

	.wrapper h2 {
		font-size: 1.33em;
		margin: 0% 0% 2% 0%;
	}
    */

	footer {
		width: 100%;
		margin-top: 5%;
		position: relative;
		font-family: 'TypographerRotundaAlt';
		font-size: 1.3em;
		text-decoration: none;
		color: #E10613;
	}

	footer a {
		float: right;
		color: #E10613;
		text-decoration: none;
		border-right: 1px solid;
		margin-bottom: 5%;
	}

	footer a:first-child {
		border-right: 0px solid;
		margin-right: 6%;
	}

	.copyright p {
		font-family: 'TypographerRotundaAlt';
		text-align: right;
		font-size: 1.2em;
	}

	#map {
		height: 600px;
		margin: auto;
	}
    /*
	.stationen h1 {
		font-size: 2.25em;
		margin: 0% 0% 3% 0%;
	}

	.stationen td h2 {
		font-size: 1.75em;
		margin: 0%;
		margin-left: -5%;
	}

	.stationen td h3 {
		margin: 0%;
		font-size: 1.4em;
		font-weight: normal;
		margin-left: -5%;
	}
    */
	.headline {
		margin-bottom: 4%;
	}
    /*
	.headline h1 {
		font-size: 2.5em;
		margin: 0%;
	}
    */
	.headline .sp1 {
		width: 75%;
	}

	.headline .sp2 {
		width: 6%;
		margin-right: 20%;
	}

	.headline .sp2  img {
		display: block;
		width: 80%;
	}

	.headline .sp3 a {
		display: block;
		color: #FF040C;
		font-weight: bold;
		margin-left: 5%;
		text-decoration: none;
	}

	.detail_liste li {
		margin-bottom: 4%;
		list-style-type: none;
		list-style-image: url("../images/mobile/ico_bullet.png");
	}
    /*
	.impressum h1 {
		font-size: 2.5em;
		margin: 0% 0% 2% 0%;
		color: #CB9900;
	}

	.impressum h2 {
		margin: 0%;
		font-size: 1.25em;
	}

	.impressum p {
		margin: 0%;
		font-size: 1.25em;
	}*/
}

@media (min-width: 768px) and (max-width: 799px) {

    #content {
        font-size: 1.4em;
    }
    /*
	.wrapper h1 {
		font-size: 2.75em;
		margin: 0% 0% 2% 0%;
	}

	.wrapper h2 {
		font-size: 1.4em;
		margin: 0% 0% 2% 0%;
	}
    */

	footer {
		width: 100%;
		margin-top: 5%;
		position: relative;
		font-family: 'TypographerRotundaAlt';
		font-size: 1.35em;
		text-decoration: none;
		color: #E10613;
	}

	footer a {
		float: right;
		color: #E10613;
		text-decoration: none;
		border-right: 1px solid;
		margin-bottom: 5%;
	}

	footer a:first-child {
		border-right: 0px solid;
		margin-right: 6%;
	}

	.copyright p {
		font-family: 'TypographerRotundaAlt';
		text-align: right;
		font-size: 1.2em;
	}

	#map {
		height: 600px;
		margin: auto;
	}

	.stationen h1 {
		font-size: 2.33em;
		margin: 0% 0% 3% 0%;
	}
    /*
	.stationen td h2 {
		font-size: 1.85em;
		margin: 0%;
		margin-left: -5%;
	}

	.stationen td h3 {
		margin: 0%;
		font-size: 1.5em;
		font-weight: normal;
		margin-left: -5%;
	}
    */
	.headline {
		margin-bottom: 4%;
	}
    /*
	.headline h1 {
		font-size: 2.75em;
		margin: 0%;
	}
    */
	.headline .sp1 {
		width: 75%;
	}

	.headline .sp2 {
		width: 6%;
		margin-right: 20%;
	}

	.headline .sp2  img {
		display: block;
		width: 80%;
	}

	.headline .sp3 a {
		display: block;
		color: #FF040C;
		font-weight: bold;
		margin-left: 5%;
		text-decoration: none;
	}

	.detail_liste li {
		margin-bottom: 4%;
		list-style-type: none;
		list-style-image: url("../images/mobile/ico_bullet.png");
	}
    /*
	.impressum h1 {
		font-size: 2.75em;
		margin: 0% 0% 2% 0%;
		color: #CB9900;
	}

	.impressum h2 {
		margin: 0%;
		font-size: 1.4em;
	}

	.impressum p {
		margin: 0%;
		font-size: 1.4em;
	}
	*/
}

@media (min-width: 800px) and (max-width: 1079px) {

    #content {
        font-size: 1.45em;
    }
    /*
	.wrapper h1 {
		font-size: 3em;
		margin: 0% 0% 2% 0%;
	}

	.wrapper h2 {
		font-size: 1.45em;
		margin: 0% 0% 2% 0%;
	}
    */

	footer {
		width: 100%;
		margin-top: 5%;
		position: relative;
		font-family: 'TypographerRotundaAlt';
		font-size: 1.45em;
		text-decoration: none;
		color: #E10613;
	}

	footer a {
		float: right;
		color: #E10613;
		text-decoration: none;
		border-right: 1px solid;
		margin-bottom: 5%;
	}

	footer a:first-child {
		border-right: 0px solid;
		margin-right: 6%;
	}

	.copyright p {
		font-family: 'TypographerRotundaAlt';
		text-align: right;
		font-size: 1.25em;
	}

	#map {
		height: 700px;
		margin: auto;
	}
    /*
	.stationen h1 {
		font-size: 2.5em;
		margin: 0% 0% 3% 0%;
	}

	.stationen td h2 {
		font-size: 1.9em;
		margin: 0%;
		margin-left: -5%;
	}

	.stationen td h3 {
		margin: 0%;
		font-size: 1.66em;
		font-weight: normal;
		margin-left: -5%;
	}
    */
	.headline {
		margin-bottom: 4%;
	}
    /*
	.headline h1 {
		font-size: 3em;
		margin: 0%;
	}
    */
	.headline .sp1 {
		width: 75%;
	}

	.headline .sp2 {
		width: 6%;
		margin-right: 20%;
	}

	.headline .sp2  img {
		display: block;
		width: 80%;
	}

	.headline .sp3 a {
		display: block;
		color: #FF040C;
		font-weight: bold;
		margin-left: 5%;
		text-decoration: none;
	}

	.detail_liste li {
		margin-bottom: 4%;
		list-style-type: none;
		list-style-image: url("../images/mobile/ico_bullet.png");
	}

}

@media (min-width: 1080px) and (max-width: 1919px) {

    #content {
        font-size: 1.85em;
    }

    /*
	.wrapper h1 {
		font-size: 4em;
		margin: 0% 0% 2% 0%;
	}

	.wrapper h2 {
		font-size: 1.85em;
		margin: 0% 0% 2% 0%;
	}
    */

	.wrapper p {
		font-size: 1.85em;
	}

	footer {
		width: 100%;
		margin-top: 5%;
		position: relative;
		font-family: 'TypographerRotundaAlt';
		font-size: 1.95em;
		text-decoration: none;
		color: #E10613;
	}

	footer a {
		float: right;
		color: #E10613;
		text-decoration: none;
		border-right: 1px solid;
		margin-bottom: 5%;
	}

	footer a:first-child {
		border-right: 0px solid;
		margin-right: 6%;
	}

	.copyright p {
		font-family: 'TypographerRotundaAlt';
		text-align: right;
		font-size: 1.75em;
	}

	#map {
		height: 800px;
		margin: auto;
	}
    /*
	.stationen h1 {
		font-size: 3em;
		margin: 0% 0% 3% 0%;
	}

	.stationen td h2 {
		font-size: 2.5em;
		margin: 0%;
		margin-left: -5%;
	}

	.stationen td h3 {
		margin: 0%;
		font-size: 2em;
		font-weight: normal;
		margin-left: -5%;
	}
    */
	.headline {
		margin-bottom: 4%;
	}
    /*
	.headline h1 {
		font-size: 4em;
		margin: 0%;
	}
    */
	.headline .sp1 {
		width: 75%;
	}

	.headline .sp2 {
		width: 6%;
		margin-right: 20%;
	}

	.headline .sp2  img {
		display: block;
		width: 80%;
	}

	.headline .sp3 a {
		display: block;
		color: #e10613;
		font-weight: bold;
		margin-left: 5%;
		text-decoration: none;
	}

	.detail_liste li {
		margin-bottom: 5%;
		list-style-type: none;
		list-style-image: url("/../images/mobile/ico_bullet.png");
	}
    /*
	.impressum h1 {
		font-size: 4em;
		margin: 0% 0% 2% 0%;
		color: #CB9900;
	}

	.impressum h2 {
		margin: 0%;
		font-size: 1.85em;
	}

	.impressum p {
		margin: 0%;
		font-size: 1.85em;
	}
	*/
}

@media (min-width: 1920px) {

    #content {
        font-size: 2em;
    }
    /*
	.wrapper h1 {
		font-size: 6em;
		margin: 0% 0% 2% 0%;
	}

	.wrapper h2 {
		font-size: 3em;
		margin: 0% 0% 2% 0%;
	}
    */
	.wrapper p {
		font-size: 3em;
	}

	footer {
		width: 100%;
		margin-top: 5%;
		position: relative;
		font-family: 'TypographerRotundaAlt';
		font-size: 3.5em;
		text-decoration: none;
		color: #E10613;
	}

	footer a {
		float: right;
		color: #E10613;
		text-decoration: none;
		border-right: 1px solid;
		margin-bottom: 5%;
		font-size: 0.7em;
	}

	footer a:first-child {
		border-right: 0px solid;
		margin-right: 6%;
	}

	.copyright p {
		font-family: 'TypographerRotundaAlt';
		text-align: right;
		font-size: 2.5em;
	}
	
	#map {
		height: 900px;
		margin: auto;
	}
    /*
	.stationen h1 {
		font-size: 5em;
		margin: 0% 0% 3% 0%;
	}

	.stationen td h2 {
		font-size: 4.5em;
		margin: 0%;
		margin-left: -5%;
	}

	.stationen td h3 {
		margin: 0%;
		font-size: 3.5em;
		font-weight: normal;
		margin-left: -5%;
	}
    */
	.headline {
		margin-bottom: 4%;
	}
    /*
	.headline h1 {
		font-size: 6em;
		margin: 0%;
	}
    */
	.headline .sp1 {
		width: 75%;
	}

	.headline .sp2 {
		width: 5%;
		margin-right: 20%;
	}

	.headline .sp2  img {
		display: block;
		width: 75%;
	}

	.headline .sp3 a {
		display: block;
		color: #FF040C;
		font-weight: bold;
		margin-left: 5%;
		text-decoration: none;
	}

	.detail_liste li {
		margin-bottom: 5%;
		list-style-type: none;
		list-style-image: url("/../images/mobile/ico_bullet.png");
	}
	/***Responsive Images**/
	.amensic-image-wrapper{
		max-width:90%;
		height:auto;
		position: relative;
		display:block;
		margin:0 auto;
	}
	.amensic-image-wrapper img{
		width:100% !important;
		height:auto !important;
		display:block;
	}
    /*
	.impressum h1 {
		font-size: 6em;
		margin: 0% 0% 2% 0%;
		color: #CB9900;
	}

	.impressum h2 {
		margin: 0%;
		font-size: 3em;
	}

	.impressum p {
		margin: 0%;
		font-size: 3em;
	}
	*/
}

/*** WYSIWYG ***/
/*
.content h1 {
    font-family: arial, helvetica, clean, sans-serif!important;
    color: #000!important;
}

.content a {
    color: #CB9900!important;
}

.content ul li {
    list-style-type: inherit!important;
}*/
/*
     FILE ARCHIVED ON 14:03:56 Apr 08, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 14:49:43 Jun 18, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.807
  exclusion.robots: 0.028
  exclusion.robots.policy: 0.013
  esindex: 0.017
  cdx.remote: 50.844
  LoadShardBlock: 219.878 (3)
  PetaboxLoader3.datanode: 995.42 (6)
  load_resource: 1299.344 (2)
  PetaboxLoader3.resolve: 384.348 (2)
  loaddict: 139.352
*/
