			@font-face {
			font-family: 'Stadtpedia';
			src: url('fonts/stadtpedia/stadtpedia-icons.eot?#iefix') format('embedded-opentype'), 
				url('fonts/stadtpedia/stadtpedia-icons.woff') format('woff'), 
				url('fonts/stadtpedia/stadtpedia-icons.ttf')  format('truetype'),
				url('fonts/stadtpedia/stadtpedia-icons.svg') format('svg');
		}
            html, body {
                height: 100%;
				font-size: 18px;
            }

            body {
                margin: 0;
                padding: 0;
                width: 100%;
                color: #333333;
                display: table;
                font-weight: 100;
                font-family: 'Open Sans', sans-serif;
				background-color: #fbfbfb;
				font-weight: 400;
            }

            .container {
                text-align: center;
                display: table-cell;
                vertical-align: middle;
				padding: 1em 1em;
				/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f3f3f3+65,f3f3f3+67,ededed+100,ffffff+100 */
				background: #ffffff; /* Old browsers */
				background: -moz-linear-gradient(top,  #ffffff 0%, #f3f3f3 65%, #f3f3f3 67%, #ededed 100%, #ffffff 100%); /* FF3.6-15 */
				background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f3f3 65%,#f3f3f3 67%,#ededed 100%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
				background: linear-gradient(to bottom,  #ffffff 0%,#f3f3f3 65%,#f3f3f3 67%,#ededed 100%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
   }

            .content {
                text-align: center;
                display: inline-block;
				padding: 2em 5em;
				box-shadow: 0px 0px 20px 4px #cecece;
				border: 1px solid #c0c0c0;
				width: 50%;
				background-color: #ffffff;
            }

            .header-image {
            	width: 100%;
            	max-width: 851px;
            }

			.content-wrapper{

			}
			h1{
				font-size: 1.5em;
				font-weight: 600;
			}
			.clear{
				clear: both;
			}
			.subtitle{
				margin-bottom:2em;
			}
			.more{
				margin-bottom:0.8em;
				font-weight: 700;
				border-top: 1px solid #e9e9e9;
				padding-top: 2em;
			}
			.description{
				margin-top:0;
				margin-bottom:2em;
			}
			.link-wrapper{
				width: auto;
				margin: 2em auto 0;
				display: block;
				width: 100%;
			}

			.link-wrapper::before,
			.link-wrapper::after {
				display: table;
				content: " ";
			}

			.link-wrapper::after {
				clear: both;
			}

			.btn {
				padding: 0.8em;
				border-radius: 0px;
				display: block;
				float: left;
				position: relative;
				border-color: #adadad;
				font-size: 0.9em;
				width: 42%;
				text-align: center;
				background-color: #333333;
				color: #ffffff;
				text-decoration: none;
				font-weight: 400;
				margin-left:1em;
			}
			.btn:hover{
				background-color: #141414;
				color: #ffffff;
			}
			.btn:after{
				clear: both;
			}
			.btn.city{
				margin: 0 auto;
				float: none
			}
			.info-haendler, .info-stadt{
				box-sizing: border-box;
				width: 49%;
				float: right;
/*				background-color: #f8f8f8;*/
				padding: 1.2em 4em;
				margin-top: 1.3em;
				font-size: 0.75em;
				text-align: left;
				line-height: 160%;
				border: 1px solid #e9e9e9;
				/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f3f3f3+94,ededed+100,ffffff+100 */
				background: rgb(255,255,255); /* Old browsers */
				background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(243,243,243,1) 94%, rgba(237,237,237,1) 100%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
				background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 94%,rgba(237,237,237,1) 100%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
				background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 94%,rgba(237,237,237,1) 100%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */


			}
			.info-haendler:hover, .info-stadt:hover{
				background: #fcfcfc;
				border: 1px solid #efefef;
			}
			.info-haendler{
				float: left;
			}
			.info-haendler:after, .info-stadt:after{
				clear: both;
			}
			.info-haendler h2, .info-stadt	h2{
				font-size: 1.2em;
				font-weight: 700;
				text-align: center;
				border-bottom: 1px solid #dbdbdb;
				padding-bottom: 1em;
				margin-bottom: 1.5em;
			}
			.stp-icon {
				position: relative;
				top: 6px;
				display: block;
				font-size: 2em;
				padding-top: 0.2em;
				font-family: 'Stadtpedia';
				font-style: normal;
				font-weight: 400;
				line-height: 1;
				-webkit-font-smoothing: antialiased;
				-moz-osx-font-smoothing: grayscale;
				color: #141414;
			}
			.stp-icon-shop::before {
				content: "v";
			}
			.stp-icon-metropolitan::before {
				content: "w";
			}
			.footer{
				text-align: right;
				margin-top:2em;
			}
			a.footer-links{
				color: #333333; 
				text-decoration: none;
				font-size: 0.75em;
				font-weight: 600;
			}
			a.footer-links:hover{
				color: #000000;
			}
.impressum, .presse{
	text-align: left;
	font-size: 0.85em;
}
.impressum p, .presse p{
	line-height: 160%;
}
.impressum img{
	margin: 0 auto;
display: block;
}
.impressum p.subtitle, .impressum h1{
	text-align: center;
}
.impressum h2{
	margin-top: 1em;
}
.impressum h3{
	padding-bottom: 0.2em;
}
.startpage-teaser-img{
	width: 40%;
    float: left;
    margin-right: 2em;
	margin-bottom: 2em;
}
.source{
	font-size: 0.8em;
}
.presse .btn.city{
	float: left;
	width: 22%;
}

@media screen and (max-width:1200px) {
	html, body {
		font-size: 16px;
	}

	.content {
		width: 60%;
	}
}

@media screen and (max-width:1024px) {
	html, body {
		font-size: 14px;
	}

	.content {
		width: 75%;
	}
}

@media screen and (max-width:768px) {
	html, body {
		font-size: 12px;
	}

	.content {
		width: 90%;
		padding-left: 1em;
		padding-right: 1em;
	}

	.info-haendler, .info-stadt {
		padding-left: 1em;
		padding-right: 1em;
		font-size: 0.85em;
	}
}