@media (min-width: 1000px) {
	.pagehead.citypage h1 {
		text-align: left;
			
	}
	.pagehead.citypage h1 span {
		position: absolute;
		top: 50%;
		left: auto;
		right: 50%;
		width: 50%;
		max-width: 680px;
		padding-right: 20px;
		transform: translate(0,-50%);
	}
}



nav.topicbrowser {
	height: 0;
	margin-top: 0;
	position: relative;
	width: 680px;
	float: right;	
}
nav.topicbrowser .prevnextbuttons {
	position: absolute;
	top: -60px;
	right: 0;
}
nav.topicbrowser h5 {
	position: absolute;
	top: -130px;
	z-index: 10;
	right: 80px;
	width: 190px;
	color: #FFF;
	letter-spacing: 2px;
	font-size: 30px;
	line-height: 1;
	text-transform: uppercase;
	text-align: center;
}
nav.topicbrowser h5:after {
	content: "";
	position: absolute;
	display: block;
	background: url("img/white_arrow.svg") 0 0 no-repeat;
	transform: scale(1, -1) rotate(-60deg);
	background-size: 100% 100%;
	height: 30px;
	width: 80px;
	bottom: -40px;
	right: 50px;
}

.topicpage .introblock:after {
	content: "";
	display: block;
	height: 20px;
	clear: both;
}


.topicpage .intro {
	margin-right: 50%;
	padding: 70px 20px 20px 0;
}

.topicpage .toparticle {
	float: right;
	width: 50%;
	overflow: hidden;
	margin-top: 40px;
}
.toparticle .inner {
	margin-left: 20px;
	min-height: 180px;
	background: #e60003 url("img/texture.png");
}
.toparticle article {
	padding: 40px;
	color: #FFF;
}
.toparticle article h3 {
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 30px;
	height: 60px;
	margin-bottom: 20px;
}
.toparticle article footer,
.toparticle article p {
	margin-left: 200px;	
}

.toparticle .image {
	width: 160px;
	float: left;
	margin-right: 40px;
}
.toparticle .image img {
	width: 100%;
	height: auto;
	border-radius: 2px;
}
.toparticle footer a {
	color: #FFF;	
}
.toparticle footer a:after {
	content: "\e622";
	font-size: 120%;
	vertical-align: top;
	transform: translate(0, -50%);
	font-family: icomoon;
	color: 	#FFF;
	padding-left: 0;
	transition: padding 0.25s linear;
}
.toparticle footer a:hover:after {
	padding-left: 6px;
}




.topicpage .topxwidget {
	padding: 100px 0 40px;
}
.topicpage .blogwidget {
	padding-top: 80px;
	margin-bottom: 80px;
}

.topicpage .attribution {
	text-align: right;
	font-size: 17px;
	color: #6c0043;
	margin: 0 auto -80px;

}
.topicpage .attribution p {
	padding-right: 120px;
}
.topicpage .attribution .readmore {
	display: inline-block;
	height: 48px;
	font-size: 19px;
	line-height: 48px;
	border: 2px solid #e60003;
	border-radius: 2px;
	padding: 0 20px;
	position: relative;
}
.topicpage .attribution .readmore:hover {
	color: #FFF;
	background: #e60003;
}	
.topicpage .attribution .readmore:after {
	content: "";
	display: block;
	width: 60px;
	height: 30px;
	position: absolute;
	top: -30px;
	right: -60px;
	background: lime;
	background: url("img/red_barrow.svg") 0 0 no-repeat;
	transform: rotate(-105deg);
	background-size: 100% 100%;
}


.topicpage .poimapwidget + .doppeltext,
.topicpage .poimapwidget + .submenusection:empty + .groupbanner {
	margin-top: 100px;	
}
.topicpage .groupbanner {
	margin-bottom: 40px;	
}
.topicpage .groupbanner h4 {
	text-align: center;
	color: #6c0043;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	padding-bottom: 30px;
	font-size: 120%;	
}
.topicpage .groupbanner .graphicsubmenu li {
	width: 33.3%;	
}


.topicpage .routeholder {
	background: #FFF;
	border: none;
	width: auto;
	float: none;
}	
.topicpage .routeholder .innersize,
.topicpage .submenuwidget .innersize, {
	padding: 0;
}


.topicpage .doppeltext {
	overflow: hidden;
}
.topicpage .doppeltext img {
	width: 100%;
	height: auto;
}
.topicpage .doppeltext article {
	width: 680px;
	float: left;	
}
.topicpage .doppeltext article + article {
	float: right;	
}
.topicpage .doppeltext h3 {
	color: #e60003;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	height: 90px;
	margin: 40px 60px 20px 60px;
	position: relative;	
}
.topicpage .doppeltext h3 span {
	top: 50%;
	left: 0;
	right: 0;
	position: absolute;
	transform: translate(0,-50%);	
}
.topicpage .doppeltext .md {
	padding: 0 60px 40px 60px;
}
.topicpage .doppeltext .md p {
	margin-bottom: 1em;
	
}

.doppeltext a.video {
	position: relative;
	display: block;	
}

.doppeltext a.video:after {
    content: "";
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    background: #e60003 url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="6" height="8"><polygon points="0,0 0,8 6,4" style="fill:white;"/></svg>') center center no-repeat;
	background-size: auto;
    background-size: 6px 8px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all 0.3s ease;
}

.doppeltext a.video:hover:after {
	background-color: #6c0043;
	background-size: 9px 12px;
}

@media (min-width: 1440px) {
	.topicpage .routeholder .innersize,
	.topicpage .submenuwidget .innersize {
		width: auto;
		max-width: 1400px;
		padding: 0;
	}
	.topicpage .routelist > li {
		width: 440px;	
	}
	.topicpage .route-box {
		height: 374px;
	}
	.topicpage .route-box h2 {
		height: 25px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.topicpage .route-box .image {
		height: 256px;	
	}
}


@media (min-width: 1080px) and (max-width: 1440px) {
	.topicpage .routeholder .innersize,
	.topicpage .submenuwidget .innersize {
		width: 1050px;
	}
}

@media (min-width: 1000px) and (max-width: 1440px) {


	.pagehead.citypage h1 span {
		position: absolute;
		top: 50%;
		left: 20px;
		right: 50%;
		width: auto;
		font-size: 60px;
	}
	.pagehead.citypage:after {
		width: auto;
		height: 150px;
		bottom: 0;
		left: 50%;
		margin-left: 20px;
		right: 20px;
	}
}

@media (max-width: 1440px) {
	
	.topicpage .groupbanner .graphicsubmenu {
		width: 1160px;
	}
	
	.topicpage .doppeltext {
		margin: 0 auto;
		width: 1200px;	
	}
	.topicpage .doppeltext article {
		width: 560px;
	}
	.topicpage .doppeltext .md {
		padding: 0 40px 40px 40px;
	}
	.topicpage .doppeltext h3 {
		margin-left: 40px;
		margin: 40px 40px 20px 40px;
	}
}

@media (max-width: 1200px) {
	.topicpage .doppeltext {
		width: auto;	
	}
	.topicpage .doppeltext .innersize {
		max-width: 720px;
		margin: 0 auto;	
	}
	.topicpage .doppeltext article {
		width: auto;
		float: none;
	}
	
	.topicpage .groupbanner .graphicsubmenu {
		width: auto;
		margin: 0 20px;
	}
	
}



@media (max-width: 1080px) {
	.topicpage .attribution {
		margin: 0 20px -80px;
		font-size: 15px;
	}
	.topicpage .attribution .readmore {
		font-size: 17px;
		height: 40px;
		line-height: 40px;
	}	
	.topicpage .attribution p  {
		padding-right: 8.571428571%;
	}
	
	.topicpage .doppeltext h3 {
		height: 60px;
		margin: 20px 40px 20px 40px;
	}
	
	
}
@media (max-width: 1000px) {
	
	.topicpage .groupbanner .graphicsubmenu li {
		width: 50%;	
	}

	
	.topicpage .attribution {
		text-align: center;	
	}
	.topicpage .attribution p  {
		padding-right: 0;
	}
	.topicpage .attribution span {
		display: block;
	}
	.topicpage .attribution .readmore {
		margin-top: 10px;	
	}
	.topicpage .attribution .readmore:after {
		top: 0;
		right: -80px;
		transform: rotate(-50deg);
	}
	
	.pagehead.citypage h1 {
		bottom: 65px;		
	}

	
	.pagehead.citypage:after {
		width: auto;
		max-width: 1000px;
		height: 60px;
		bottom: 0;
		left: 0;
		margin-left: 0;;
		right: 0;
	}
	
	.toparticle article {
		padding: 20px;
		color: #FFF;
	}
	.toparticle article h3 {
		line-height: 23px;
		height: auto;
		margin-bottom: 0;
		
	}
	.toparticle .inner {
		min-height: 100px;
	}
	.toparticle .image {
		width: 80px;
		float: left;
		margin-right: 20px;
	}
	.toparticle article footer,
	.toparticle article p {
		margin-left: 100px;
	}

}

@media (max-width: 800px) {

	nav.topicbrowser .prevnextbuttons {
		width: 120px;
		height: 60px;
		right: -20px;
	}
	.topicbrowser  .prevnextbuttons a {
		width: 60px;
		height: 60px;
		line-height: 60px;
	}
	.topicbrowser h5 {
		display: none;	
	}
	
	
	.topicpage .toparticle {
		float: none;
		width: auto;
		margin: 0;
		border-top: 20px solid #FFF;
	}
	.topicpage .toparticle .inner {
		margin: 0;	
	}
	.topicpage .intro {
		float: none;
		width: auto;
		margin: 0;	
	}
}


@media (max-width: 720px) {
	.topicpage .attribution {
		margin: 0 20px 0px;
		font-size: 15px;
	}
	
	.topicpage .groupbanner .graphicsubmenu li {
		width: auto;	
	}

	
}

@media (max-width: 500px) {
	.toparticle .image {
		display: none;
		margin: 0 -20px	
	}
	.toparticle article footer,
	.toparticle article p {
		margin-left: 0;
	}
	
	
	.topicpage .doppeltext .md {
		padding: 0 20px 40px 20px;
	}
	.topicpage .doppeltext h3 {
		margin: 40px 20px 20px 20px;
	}
}

ol.eventstruct li {
	float: left;
	width: 33.33%;
}
ol.eventstruct li .calendarbox .body {
	padding-right: 8px;
}

@media (max-width: 1200px) {
	ol.eventstruct li{
		width: 50%;
	}

	ol.eventstruct li:nth-child(-n+4) {
		 border-bottom: 1px solid #e2e2e2;
		 margin-bottom: 25px;
	}
}

@media (max-width: 800px) {
	ol.eventstruct li{
		width: 100%;
	}

	ol.eventstruct li{
		border-bottom: 1px solid #e2e2e2;
		margin-bottom: 25px;
	}
}

ol.eventstruct li:nth-child(-n+3) {
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: 25px;
}

.calendarwidget{
	margin: 100px 0;
	overflow: hidden;
}

.more_events_button_container{
	text-align: center;
	width: 100%;
	overflow: hidden;
}

.more_events_button_container .button{
	margin-top: 40px;
}


/* topic page special widget style */
.deallistitem header{
	display: block;
	float: left;
	width:100%;
	padding: 0 0 10px 0;
}
ol.specialstruct li{
	float: left;
	width: 48%;
}

.topicpage .deallistitem .image {
	width: 200px;
	height: 150px;	
}


@media (max-width: 1080px) {
	ol.specialstruct li{
		width: 100%;
	}

	ol.specialstruct li.specialitem:nth-child(2) {
		margin-top: 20px;
		margin-left: 0 !important;
	}
}

ol.specialstruct li .listitem {
	border:none;
}

ol.specialstruct li.specialitem{
	border: 1px solid #e2e2e2;
	padding: 25px;
	box-sizing: border-box;
}

ol.specialstruct li.specialitem:nth-child(2){
	margin-left: 4%;
}

.submenuwidget {
	overflow: hidden;
	margin-top: 100px;
}

.linklist{
	margin: 40px -20px;
}
.submenucolumn{
	margin: 0;
	padding: 0;
}

.submenucolumn li {
	border-bottom: 1px solid #eeeeee;
	width: calc(33% - 40px);
	float: left;
	overflow: hidden;
	list-style: none;
	margin: 0 20px;
	box-sizing:border-box;
}
@media (max-width: 800px) {
	.submenucolumn li {
		width: calc(50% - 40px);
	}
}


.submenucolumn li a{
	color: #6c0043;
}
.submenucolumn li a:before{
	font-family: "icomoon";
	content: "\e622";
	color: #e60003;
	padding-left: 2px;
	font-size: 21px;
	vertical-align: top;
	position: relative;
}
