
/**************************************/
/* Default styles for news extension */
/**************************************/
.news .clear {
	clear: both;
}

.news .nav ul {
	float: left;
	display: inline;
	margin: 0;
}

.news .nav li {
	float: left;
}

.news .nav a {
	float: left;
	display: block;
}

.news .nav:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.news .article {
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.news .article:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}

.news .article:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.news .article .news-img-wrap {
	float: left;
	margin: 3px 12px 5px 0;
	background: #fff;
}

.news .article .news-img-wrap a {
	display: block;
	float: left;
	padding: 4px;
	border: 1px solid #ddd;
	background: #fff;
}

.news .article .news-img-wrap img {
	float: left;
	height: auto;
	width: auto;
}

.news .article .teaser-text {
	margin: 0 0 10px 0;
}

.news .article h3 {
	margin-bottom: 0;
}

.news .footer {
	clear: both;
	padding: 10px 0 0 0;
	border-top: 1px solid #eee;
	margin-top: 15px;
	color: #888;
}

.news .footer p {
	line-height: 1em;
}

.news .footer span {
	display: inline-block;
	padding-right: 8px;
	margin-right: 8px;
	border-right: 1px solid #ddd;
}

.news .footer span:last-child {
	border-right: 0;
}

.news .footer .news-category a {
	text-transform: uppercase;
}

.news .no-news-found {
	color: #DB0202;
	font-style: italic;
}

.news .page-navigation p {
	float: left;
}

.news .page-navigation ul {
	float: right;
}

.news .page-navigation ul li {
	float: left;
	display: block;
	padding: 0 2px;
	background: none;
}

.news .page-navigation ul li a {
	display: block;
}

/* category menu view */
.news-category-view ul li {
	padding: 5px 8px;
}

.news-category-view ul li li {
	padding: 2px 8px 2px 12px;
}

.news-category-view > ul > li:nth-child(even) {
	background: #f9f9f9;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.news-category-view .category-desc {
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px solid #ddd;
}

/* single view */
.news-single .footer {
	margin-bottom: 20px;
	margin-top: 5px;
	padding: 10px 0 0 0;
	border-bottom: 0;
	border-top: 1px solid #eee;
}

.news-single .article .news-img-wrap {
	float: right;
	width: 282px;
	margin: 0 0 0 25px;
}

.news-single .article .news-img-wrap img {
	float: none;
}

.news-single .teaser-text {
	font-size: 15px;
	color: #888;
}

.news-text-wrap {
	margin-bottom: 10px;
}

.news-img-caption {
	color: #888;
}

/* related news + files */
.news-related-wrap {
	display: table;
	margin-top: 20px;
	width: 100%;
}

.news-related {
	width: 50%;
	padding: 15px;
	border: 1px solid #eee;
	display: table-cell;
}

.news-related ul li {
	line-height: 1em;
	margin-bottom: 12px;
}

.news-related ul li span {
	border-right: 1px solid #DDDDDD;
	display: inline-block;
	margin-right: 8px;
	padding-right: 8px;
	color: #888;
}

.news-related ul li span:last-child {
	border-right: 0;
	padding-right: 0;
}

.news-related h4 {
	margin-bottom: 10px;
}

.news-related-files ul li {
	margin-bottom: 20px;
}

.news-related-files .news-related-files-link .jpg {
	background-position: 0 0;
}

.news-clear {
	clear: both;
}

/* default styles for extension "tx_femp3player_pi1" */
		.tx-femp3player-pi1 {
			text-align: center;
		}
		.tx-femp3player-pi1 TABLE {
			border: solid 1px #BCBCBC;
			margin-top: 5px;
			margin-bottom: 5px;
			border-collapse: collapse;
		}
		.tx-femp3player-pi1 TD {
			border: solid 1px #BCBCBC;
			padding: 5px;
		}
/* default styles for extension "tx_a1teasermenu_pi1" */
	    table.tx-a1teasermenu-pi1 {padding: 0 0 0 0px; spacing: 0 0 0 0px; border: 0 0 0 0px;}
	    tr.tx-a1teasermenu-pi1 {}
	    td.tx-a1teasermenu-pi1 {vertical-align: top;}
/* default styles for extension "tx_pitgooglemaps_pi1" */
	.pit_googlemaps-sidebar {padding:5px;}
	.pit_googlemaps-map-withsidebar {float:left; margin-right:10px;}
	.tx-pitgooglemaps-pi1 {overflow:hidden;}
	.pit_googlemaps-sidebar .sidebarMarker {display:block;}
/* default styles for extension "tx_veguestbook_pi1" */

    .tx-veguestbook-pi1 {
        font-size:100%;
    }
  
    /* error handling */
	.tx-veguestbook-pi1 p.tx-guestbook-form-error {
		font-weight:bold;
		color:#990000;
	}
	
	/* display of result count */
	.tx-veguestbook-pi1 .tx-guestbook-result {
		font-weight:bold;
		float:left;
	}
	
	/* pagination */
	.tx-veguestbook-pi1 .tx-guestbook-pagination {
		font-size:75%;
		font-weight:bold;
		float:right;
	}
	
	/* styles for list mode */
	.tx-veguestbook-pi1 h2.tx-guestbook-header {
		clear:both;
		background:#666;
		color:#FFF;
		display:block;
		font-size:100%;
		font-weight:bold;
		padding: 1em;
		width: 35em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-left {
		float:left;
		width:12em;
		background:#EFEFEF;
		min-height:4em;
		padding: 1em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-left {
		height:4em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-left p {
		color:#333;
	}
 
	.tx-veguestbook-pi1 .tx-guestbook-right {
		float:left;
		width:21em;
		background:#FFF;
		padding: 1em;
	}
	
	/* styles for latest mode */
	.tx-veguestbook-pi1 .tx-guestbook-latest p,
	.tx-veguestbook-pi1 .tx-guestbook-right p {
		color:#333;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-latest p.tx-guestbook-date,
	.tx-veguestbook-pi1 .tx-guestbook-right p.tx-guestbook-date {
        font-weight: bold;
	}
 
	.tx-veguestbook-pi1 .tx-guestbook-right h3 {
		font-size:100%;
		color:#990000;
		font-weight:bold;
		background:none;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-right .tx-guestbook-comment {
		font-size:75%;
		color:#333;
		font-style: italic;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-latest {
		display:block;
		padding:0.25em;
		clear:both;
	}
	
	/* form styles */
	.tx-veguestbook-pi1 .tx-guestbook-field {
		clear:both;
		width:100%;
		display:block;
		padding: 1em 0;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-field label {
		clear: both;
		display: block;
		float: left;
		width: 10em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-field input.tx-guestbook-form-inputfield-med {
		float:left;
		width:10em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-field input.tx-guestbook-form-inputfield-big {
		float:left;
		width:20em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-field textarea.tx-guestbook-form-textarea {
		width: 30em;
		display: block;
		float: left;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-field span.tx-guestbook-form-obligationfield {
		color:#990000;
	}
	
	.tx-veguestbook-pi1 fieldset {
		border:none;
	}
	
	.tx-veguestbook-pi1 legend {
		display:none;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap {
		float:left;
		display:block;
		background:#F7F7F7;
		border:1px solid #CCC;
	}
 
	.tx-veguestbook-pi1 .tx-guestbook-freecap {
		margin-left:2.25em;
	}
 
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap img {
		float:left;
		display:block;
		padding-left:0.25em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap input {
		float:left;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap label {
		clear:both;
		display:block;
		float:none;
		width:10em;
		margin-bottom:0.5em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap p {
		font-size:75%;
		padding:0.25em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap h3 {
		display:none;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap span.tx-srfreecap-pi2-cant-read {
		color:#990000;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-clear {
		clear:both;
		display:block;
	}
	
	.tx-veguestbook-pi1 input.tx-guestbook-submit {
		width:auto;
		display:block;
	}
/* default styles for extension "tx_form" */
		div.csc-mailform ol {
			list-style-type: none;
		}

		div.csc-mailform ol,
		div.csc-mailform ol li {
			margin: 0;
			padding: 0;
		}

		div.csc-mailform ol li {
			overflow: hidden;
		}

		div.csc-mailform fieldset {
			margin: 0;
			padding: 0;
			position: relative;
		}

		div.csc-mailform legend {
			margin-left: 1em;
			color: #000000;
			font-weight: bold;
		}

		div.csc-mailform fieldset ol {
			padding: 1em 1em 0 1em;
		}

		div.csc-mailform fieldset li {
			padding: 0.5em;
			margin-bottom: 0.5em;
			list-style: none;
		}

		div.csc-mailform fieldset.submit {
			border-style: none;
		}

		/**
		 * Normal label
		 * Left aligned, in front of input
		 */
		div.csc-mailform li label {
			float: left;
			width: 13em;
			margin-right: 1em;
			vertical-align: baseline;
		}

		div.csc-mailform li input + label,
		div.csc-mailform li textarea + label,
		div.csc-mailform li select + label {
			float: none;
			width: auto;
			margin-right: 0;
			margin-left: 1em;
		}

		div.csc-mailform li textarea + label {
			vertical-align: top;
		}

		label em,
		legend em {
			display: block;
			color: #060;
			font-size: 85%;
			font-style: normal;
			text-transform: uppercase;
		}

		legend em {
			position: absolute;
		}

		label strong,
		legend strong {
			display: block;
			color: #C00;
			font-size: 85%;
			font-weight: normal;
			text-transform: uppercase;
		}

		legend strong {
			position: absolute;
			top: 1.4em;
		}

		/**
		 * Labels alignment right
		 */
		.labels-alignment-right label,
		.labels-alignment-right .fieldset-subgroup legend,
		.labels-alignment-right.fieldset-subgroup legend {
			text-align: right;
		}

		/**
		 * Horizontal fieldset
		 */
		fieldset.fieldset-horizontal {
			border-width: 0;
		}

		fieldset.fieldset-horizontal ol {
			padding: 0;
		}

		fieldset.fieldset-horizontal li {
			float: left;
			padding: 0;
			margin-right: 1em;
		}

		fieldset.fieldset-horizontal.label-below label {
			display: block;
			margin-left: 0;
			margin-top: 0.2em;
			font-size: 90%;
			color: #999999;
			text-align: left;
		}

		fieldset.fieldset-horizontal label em {
			display: inline;
		}

		/**
		 * Subgroup fieldset
		 */
		fieldset.fieldset-subgroup {
			margin-bottom: -2em;
			border-style: none;
		}

		fieldset.fieldset-subgroup legend {
			margin-left: 0;
			padding: 0;
			font-weight: normal;
			width: 13em;
		}

		fieldset.fieldset-subgroup ol {
			position: relative;
			top: -1.4em;
			margin: 0 0 0 14em;
			padding: 0;
		}

		fieldset.fieldset-subgroup li {
			padding: 0;
		}

		fieldset.fieldset-subgroup input + label {
			float: none;
			width: auto;
			display: inline;
			margin: 0 0 0 1em;
		}

		/**
		 * Labels as block
		 * Labels displayed above or below the input fields
		 */
		.labels-block label {
			display: block;
			float: none;
			margin: 0 0 0.5em;
			width: auto;
		}

		.labels-block input + label,
		.labels-block textarea + label {
			margin: 0.5em 0 0;
		}

		.labels-block fieldset.fieldset-subgroup,
		fieldset.labels-block.fieldset-subgroup {
			margin-bottom: 0;
		}

		.labels-block .fieldset-subgroup legend,
		.labels-block.fieldset-subgroup legend {
			width: auto;
		}

		.labels-block .fieldset-subgroup legend em,
		.labels-block.fieldset-subgroup legend em {
			position: relative;
		}

		.labels-block .fieldset-subgroup legend strong,
		.labels-block.fieldset-subgroup legend strong {
			position: relative;
			top: 0;
		}

		.labels-block .fieldset-subgroup ol,
		.labels-block.fieldset-subgroup ol {
			top: 0;
			margin: 0;
			padding: 0.5em 0 0;
		}

		/**
		 * hide hidden elements
		 */
		.csc-form-element-hidden {
			display: none;
		}
/* default styles for extension "tx_gomapsext" */
		.tx-go-maps-ext img {
			max-width: none;
		}
/* default styles for extension "tx_contensnrw" */
    textarea.f3-form-error {
    background-color:#FF9F9F;
    border: 1px #FF0000 solid;
}

input.f3-form-error {
    background-color:#FF9F9F;
    border: 1px #FF0000 solid;
}

.tx-contensnrw table {
    border-collapse:separate;
    border-spacing:10px;
}

.tx-contensnrw table th {
    font-weight:bold;
}

.tx-contensnrw table td {
    vertical-align:top;
}

.typo3-messages .message-error {
    color:red;
}

.typo3-messages .message-ok {
    color:green;
}

/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */
.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate(0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex:0 0 auto;flex-shrink:0;width:100%;height:100%;position:relative}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform,height}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;-moz-background-size:27px 44px;-webkit-background-size:27px 44px;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);-moz-transform:translate3d(0,-50%,0);-o-transform:translate(0,-50%);-ms-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 5px}.swiper-pagination-progress{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progress .swiper-pagination-progressbar{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-moz-transform-origin:left top;-ms-transform-origin:left top;-o-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar{-webkit-transform-origin:right top;-moz-transform-origin:right top;-ms-transform-origin:right top;-o-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progress{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progress{width:4px;height:100%;left:0;top:0}.swiper-pagination-progress.swiper-pagination-white{background:rgba(255,255,255,.5)}.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar{background:#fff}.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar{background:#000}.swiper-container-3d{-webkit-perspective:1200px;-moz-perspective:1200px;-o-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper{-ms-perspective:1200px}.swiper-container-cube,.swiper-container-flip{overflow:visible}.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-slide{visibility:hidden;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-moz-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;-moz-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;-webkit-background-size:100%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}
	.clearfix{
    
/* !display: block; */ /*PicNic*/
    width: 100%;
    clear: both;
}
.gallery {
    
}

.tx-mbonquickgallery-pi1, .tx-mbonusergallery-pi1 {
    max-width: 100%;
    width: 100%;
}

.mbon_quickgallery_image{
    width: 140px !important;
    height: 140px;
    overflow: hidden;
    margin-left: 1% !important;
}

@media all and (max-width: 510px){
    .mbon_quickgallery_image{
        width: 32% !important;
        height: 100px;
    }
}

.mbon_quickgallery_image:nth-child(4n){

}

.gallery-actions-list-item{
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.gallery .votes-link a {
    background: url('../../../typo3conf/ext/mbon_quickgallery/res/images/votesRibbon.png');
    width: 34px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    font-size: 11px;
    background-repeat: no-repeat;
    display: block;
    color: #E10000;
    text-decoration: none !important;
}

.gallery .votes-link a:hover,.gallery .votes-link .voted,.gallery .votes-link .clicked {
    background: url('../../../typo3conf/ext/mbon_quickgallery/res/images/votesRibbonhover.png');
    color: #fff;
    
}

.gallery-image img{
    max-width: 100%;
    height: auto;
    
}
.gallery .no-text{
    font-size: 0;
}
.gallery ul {
    padding: 0;
    margin: 0;
}

.gallery-actions .more {
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    float: right;
    background: transparent;
    border: 0;
    display: none; /*PicNic */
}

.gallery-actions .more .rounded-bar{
    width: 5px;
    height: 5px;
    background: #555;
    display: inline-block;
    margin-left: 3px;
    border-radius: 50%;
}

.gallery .gallery-actions-list, .gallery .gallery-actions-loader{
    display: inline-block;
    vertical-align: middle;
    
}

.gallery .gallery-actions {
    background: #fff;
    text-align: center;
    padding: 10px 15px;
}

.gallery .gallery-actions-list{
    padding: 10px 0px 15px 0;
    overflow: visible;
}


.gallery .gallery-actions-list{
    float: left;
}

.gallery .back-link a {
    background: url('../../../typo3conf/ext/mbon_quickgallery/res/images/back_link.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 24px;
    height: 18px;
    display: block;
}

.gallery-body{
    background: #e6e6e6;
    width: 100%;
    
}

.gallery-body .gallery-image{
    float: left;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 35px;
}

.gallery-text {
    margin-left: 15px;
    width: 100%;
    text-align: left;
}
.gallery-text .gallery-caption{
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 800;
    text-transform: lowercase;
}
.gallery-text .gallery-teaser {
    font-size: 14px;
    line-height: 20px;
}

.gallery-current-image{
    float: right;
}

.gallery-current-image .gallery-current-image-index {
    width: 35px;
    height: 35px;
    display: block;
    text-align: center;
    background: url('../../../typo3conf/ext/mbon_quickgallery/res/images/currentRibbon.png');
    color: #fff;
    font-size: 68%;
    line-height: 33px;
    font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 5px 5px 0 0;
}

.gallery-actions-loader .gallery-loader-item{
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    margin-left: 3px;
}
.swiper-pagination {
    margin-top: -30px;
    height: 10px;
}
.ugallery .swiper-pagination {
    margin-top: -64px;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 2px;
}
.swiper-pagination .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ddd;
    border-radius: 50%;
    vertical-align: middle;
    opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet-active,.swiper-pagination .swiper-pagination-bullet:hover{
    background: #E10000;
}


.swiper-pagination .bullet-middle{
    width: 15px;
    height: 15px;
}
.swiper-pagination .bullet-2{
    width: 12px;
    height: 12px;
}

 .swipify {
    width: 100%;
    overflow: hidden;
    height: auto; 
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    padding-bottom: 15px;
    width: 500px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.swipper-wrapper {
    height: 300px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: inline-block;
    max-width: 100%;
}
.swiper-pagination span {
    display: none;
}

.portrait .gallery-body .gallery-image{
    margin-bottom: 0;
}
.portrait .gallery-body .gallery-body-header{
    background: #e6e6e6;
    overflow: hidden;
    margin-bottom: -5px;
}
.portrait .gallery-image{
    text-align: center;
}
.portrait .gallery-image img{
    /* width: 320px; */
    margin-top: -40px;
}

.portrait .gallery-body{
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
/*!
 * shariff - v1.23.0 - 26.01.2016
 * https://github.com/heiseonline/shariff
 * Copyright (c) 2016 Ines Pauer, Philipp Busse, Sebastian Hilbig, Erich Kramer, Deniz Sesli
 * Licensed under the MIT license
 */@font-face{font-family:FontAwesome;src:url(https://netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?v=4.5.0);src:url(https://netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0) format('embedded-opentype'),url(https://netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff2?v=4.5.0) format('woff2'),url(https://netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff?v=4.5.0) format('woff'),url(https://netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.ttf?v=4.5.0) format('truetype'),url(https://netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular) format('svg');font-weight:400;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{-webkit-filter:none;filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-close:before,.fa-remove:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-floppy-o:before,.fa-save:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-bolt:before,.fa-flash:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-chain-broken:before,.fa-unlink:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"}.fa-eur:before,.fa-euro:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-inr:before,.fa-rupee:before{content:"\f156"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"}.fa-krw:before,.fa-won:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-try:before,.fa-turkish-lira:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"}.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"}.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-empire:before,.fa-ge:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-paper-plane:before,.fa-send:before{content:"\f1d8"}.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-futbol-o:before,.fa-soccer-ball-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-bed:before,.fa-hotel:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-y-combinator:before,.fa-yc:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-television:before,.fa-tv:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.shariff::after,.shariff::before{content:" ";display:table}.shariff::after{clear:both}.shariff ul{padding:0;margin:0;list-style:none}.shariff li{height:35px;box-sizing:border-box;overflow:hidden}.shariff li a{color:#fff;position:relative;display:block;height:35px;text-decoration:none;box-sizing:border-box}.shariff li .share_count,.shariff li .share_text{font-family:Arial,Helvetica,sans-serif;font-size:12px;vertical-align:middle;line-height:35px}.shariff li .fa{width:35px;line-height:35px;text-align:center;vertical-align:middle}.shariff li .share_count{padding:0 8px;height:33px;position:absolute;top:1px;right:1px}.shariff .orientation-horizontal{display:-webkit-box}.shariff .orientation-horizontal li{-webkit-box-flex:1}.shariff .orientation-horizontal .info{-webkit-box-flex:0}.shariff .orientation-horizontal{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.shariff .orientation-horizontal li{float:left;-webkit-flex:none;-ms-flex:none;flex:none;width:35px;margin-right:3%;margin-bottom:10px}.shariff .orientation-horizontal li:last-child{margin-right:0}.shariff .orientation-horizontal li .share_text{display:block;text-indent:-9999px;padding-left:3px}.shariff .orientation-horizontal li .share_count{display:none}.shariff .theme-grey .shariff-button a{background-color:#b0b0b0}.shariff .theme-grey .shariff-button .share_count{background-color:#ccc;color:#333}.shariff .theme-white .shariff-button{border:1px solid #ddd}.shariff .theme-white .shariff-button a{background-color:#fff}.shariff .theme-white .shariff-button a:hover{background-color:#eee}.shariff .theme-white .shariff-button .share_count{background-color:#fff;color:#999}.shariff .orientation-vertical{min-width:110px}.shariff .orientation-vertical li{display:block;width:100%;margin:5px 0}.shariff .orientation-vertical li .share_count{width:24px;text-align:right}@media only screen and (min-width:360px){.shariff .orientation-horizontal li{margin-right:1.8%;min-width:80px;width:auto;-webkit-flex:1;-ms-flex:1;flex:1}.shariff .orientation-horizontal li .share_count{display:block}.shariff .orientation-horizontal.col-1 li,.shariff .orientation-horizontal.col-2 li{min-width:110px;max-width:160px}.shariff .orientation-horizontal.col-1 li .share_text,.shariff .orientation-horizontal.col-2 li .share_text{text-indent:0;display:inline}.shariff .orientation-horizontal.col-5 li,.shariff .orientation-horizontal.col-6 li{-webkit-flex:none;-ms-flex:none;flex:none}}@media only screen and (min-width:640px){.shariff .orientation-horizontal.col-3 li{min-width:110px;max-width:160px}.shariff .orientation-horizontal.col-3 li .share_text{text-indent:0;display:inline}}@media only screen and (min-width:768px){.shariff .orientation-horizontal li{min-width:110px;max-width:160px}.shariff .orientation-horizontal li .share_text{text-indent:0;display:inline}.shariff .orientation-horizontal.col-5 li,.shariff .orientation-horizontal.col-6 li{-webkit-flex:1;-ms-flex:1;flex:1}}@media only screen and (min-width:1024px){.shariff li{height:30px}.shariff li a{height:30px}.shariff li .fa{width:30px;line-height:30px}.shariff li .share_count,.shariff li .share_text{line-height:30px}.shariff li .share_count{height:28px}}.shariff .addthis a{background-color:#f8694d}.shariff .addthis a:hover{background-color:#f75b44}.shariff .addthis .fa-plus{font-size:14px}.shariff .addthis .share_count{color:#f8694d;background-color:#f1b8b0}.shariff .theme-white .addthis a{color:#f8694d}@media only screen and (min-width:600px){.shariff .addthis .fa-plus{font-size:14px;position:relative;top:1px}}.shariff .diaspora a{background-color:#999}.shariff .diaspora a:hover{background-color:#b3b3b3}.shariff .diaspora .fa-times-circle{font-size:17px}.shariff .theme-white .diaspora a{color:#999}@media only screen and (min-width:600px){.shariff .diaspora .fa-times-circle{font-size:16px}}.shariff .facebook a{background-color:#3b5998}.shariff .facebook a:hover{background-color:#4273c8}.shariff .facebook .fa-facebook{font-size:22px}.shariff .facebook .share_count{color:#183a75;background-color:#99adcf}.shariff .theme-white .facebook a{color:#3b5998}@media only screen and (min-width:600px){.shariff .facebook .fa-facebook{font-size:19px}}.shariff .flattr a{background-color:#7ea352}.shariff .flattr a:hover{background-color:#F67C1A}.shariff .flattr a:hover .share_count{color:#d56308;background-color:#fab47c}.shariff .flattr .fa-money{font-size:22px}.shariff .flattr .share_count{color:#648141;background-color:#b0c893}.shariff .theme-white .flattr a{color:#F67C1A}@media only screen and (min-width:600px){.shariff .flattr .fa-money{font-size:19px}}.shariff .googleplus a{background-color:#d34836}.shariff .googleplus a:hover{background-color:#f75b44}.shariff .googleplus .fa-google-plus{font-size:22px}.shariff .googleplus .share_count{color:#a31601;background-color:#eda79d}.shariff .theme-white .googleplus a{color:#d34836}@media only screen and (min-width:600px){.shariff .googleplus .fa-google-plus{font-size:19px}}.shariff .info{border:1px solid #ccc}.shariff .info a{color:#666;background-color:#fff}.shariff .info a:hover{background-color:#efefef}.shariff .info .fa-info{font-size:20px;width:33px}.shariff .info .share_text{display:block!important;text-indent:-9999px!important}.shariff .theme-grey .info a{background-color:#fff}.shariff .theme-grey .info a:hover{background-color:#efefef}.shariff .orientation-vertical .info{width:35px;float:right}@media only screen and (min-width:360px){.shariff .orientation-horizontal .info{-webkit-flex:none!important;-ms-flex:none!important;flex:none!important;width:35px;min-width:35px!important}}@media only screen and (min-width:1024px){.shariff .info .fa-info{font-size:16px;width:23px}.shariff .orientation-horizontal .info{width:25px;min-width:25px!important}.shariff .orientation-vertical .info{width:25px}}.shariff .linkedin a{background-color:#0077b5}.shariff .linkedin a:hover{background-color:#0369a0}.shariff .linkedin .fa-linkedin{font-size:22px}.shariff .linkedin .share_count{color:#004785;background-color:#33AAE8}.shariff .theme-white .linkedin a{color:#0077b5}@media only screen and (min-width:600px){.shariff .linkedin .fa-linkedin{font-size:19px}}.shariff .mail a{background-color:#999}.shariff .mail a:hover{background-color:#a8a8a8}.shariff .mail .fa-envelope{font-size:21px}.shariff .theme-white .mail a{color:#999}@media only screen and (min-width:600px){.shariff .mail .fa-envelope{font-size:18px}}.shariff .pinterest a{background-color:#bd081c}.shariff .pinterest a:hover{background-color:#d50920}.shariff .pinterest .fa-pinterest-p{font-size:22px}.shariff .pinterest .share_count{color:#a31601;background-color:#eda79d}.shariff .theme-white .pinterest a{color:#bd081c}@media only screen and (min-width:600px){.shariff .pinterest .fa-pinterest-p{font-size:19px;position:relative;top:1px}}.shariff .reddit a{background-color:#ff4500}.shariff .reddit a:hover{background-color:#ff6a33}.shariff .reddit .fa-reddit{font-size:17px}.shariff .theme-white .reddit a{color:#ff4500}@media only screen and (min-width:600px){.shariff .reddit .fa-reddit{font-size:16px}}.shariff .stumbleupon a{background-color:#eb4924}.shariff .stumbleupon a:hover{background-color:#ef7053}.shariff .stumbleupon .fa-stumbleupon{font-size:17px}.shariff .theme-white .stumbleupon a{color:#eb4924}@media only screen and (min-width:600px){.shariff .stumbleupon .fa-stumbleupon{font-size:16px}}.shariff .twitter a{background-color:#55acee}.shariff .twitter a:hover{background-color:#32bbf5}.shariff .twitter .fa-twitter{font-size:28px}.shariff .twitter .share_count{color:#0174a4;background-color:#96D4EE}.shariff .theme-white .twitter a{color:#55acee}@media only screen and (min-width:600px){.shariff .twitter .fa-twitter{font-size:24px}}.shariff .whatsapp a{background-color:#5cbe4a}.shariff .whatsapp a:hover{background-color:#34af23}.shariff .whatsapp .fa-whatsapp{font-size:28px}.shariff .theme-white .whatsapp a{color:#5cbe4a}@media only screen and (min-width:600px){.shariff .whatsapp .fa-whatsapp{font-size:22px}}.shariff .xing a{background-color:#126567}.shariff .xing a:hover{background-color:#29888a}.shariff .xing .fa-xing{font-size:22px}.shariff .xing .share_count{color:#15686a;background-color:#4fa5a7}.shariff .theme-white .xing a{color:#126567}@media only screen and (min-width:600px){.shariff .xing .fa-xing{font-size:19px}}.shariff .tumblr a{background-color:#36465D}.shariff .tumblr a:hover{background-color:#44546B}.shariff .tumblr .fa-tumblr{font-size:28px}.shariff .theme-white .tumblr a{color:#5cbe4a}@media only screen and (min-width:600px){.shariff .tumblr .fa-tumblr{font-size:22px}}.shariff .threema a{background-color:#333}.shariff .threema a:hover{background-color:#1f1f1f}.shariff .threema .fa-lock{font-size:28px}.shariff .theme-white .threema a{color:#333}@media only screen and (min-width:600px){.shariff .threema .fa-lock{font-size:22px}}
/* !FOCUSED IMAGES */
/*-----------------------------------------*/
.focuspoint {
	position: relative; /*Any position but static should work*/
	overflow: hidden;
}
.focuspoint img {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	display: block;
	/* fill and maintain aspect ratio */
	width: auto; height: auto;
	min-width: 100%; min-height: 100%;
	max-height: none; max-width: none;
}
/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}
.leaflet-container {
  overflow: hidden;
}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
}

.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}
.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  /* Fallback for FF which doesn't support pinch-zoom */
  touch-action: none;
  touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none;
}
.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}
.leaflet-tile-loaded {
  visibility: inherit;
}
.leaflet-zoom-box {
  width: 0;
  height: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 800;
}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}
.lvml {
  behavior: url('../../../typo3conf/ext/maps2/Resources/Public/Css/Leaflet/#default#VML');
  display: inline-block;
  position: absolute;
}


/* control positioning */

.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}
.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}
.leaflet-top {
  top: 0;
}
.leaflet-right {
  right: 0;
}
.leaflet-bottom {
  bottom: 0;
}
.leaflet-left {
  left: 0;
}
.leaflet-control {
  float: left;
  clear: both;
}
.leaflet-right .leaflet-control {
  float: right;
}
.leaflet-top .leaflet-control {
  margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
  margin-left: 10px;
}
.leaflet-right .leaflet-control {
  margin-right: 10px;
}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile {
  will-change: opacity;
}
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}
.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
  will-change: transform;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
  -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
  transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}


/* cursors */

.leaflet-interactive {
  cursor: pointer;
}
.leaflet-grab {
  cursor: -webkit-grab;
  cursor:    -moz-grab;
  cursor:         grab;
}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}
.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor:    -moz-grabbing;
  cursor:         grabbing;
}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive {
  pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

/* visual tweaks */

.leaflet-container {
  background: #ddd;
  outline: 0;
}
.leaflet-container a {
  color: #0078A8;
}
.leaflet-container a.leaflet-active {
  outline: 2px solid orange;
}
.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255,255,255,0.5);
}


/* general typography */
.leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}


/* general toolbar styles */

.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0,0,0,0.65);
  border-radius: 4px;
}
.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}
.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}
.leaflet-bar a:hover {
  background-color: #f4f4f4;
}
.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}
.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px 'Lucida Console', Monaco, monospace;
  text-indent: 1px;
}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
  font-size: 22px;
}


/* layers control */

.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0,0,0,0.4);
  background: #fff;
  border-radius: 5px;
}
.leaflet-control-layers-toggle {
  background-image: url('../../../typo3conf/ext/maps2/Resources/Public/Css/Leaflet/images/layers.png');
  width: 36px;
  height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url('../../../typo3conf/ext/maps2/Resources/Public/Css/Leaflet/images/layers-2x.png');
  background-size: 26px 26px;
}
.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}
.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}
.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}
.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}
.leaflet-control-layers label {
  display: block;
}
.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}

/* Default icon URLs */
.leaflet-default-icon-path {
  background-image: url('../../../typo3conf/ext/maps2/Resources/Public/Css/Leaflet/images/marker-icon.png');
}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0;
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
}
.leaflet-control-attribution a {
  text-decoration: none;
}
.leaflet-control-attribution a:hover {
  text-decoration: underline;
}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px;
}
.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}
.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}
.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  background: #fff;
  background: rgba(255, 255, 255, 0.5);
}
.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0,0,0,0.2);
  background-clip: padding-box;
}


/* popup */

.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}
.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}
.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4;
}
.leaflet-popup-content p {
  margin: 18px 0;
}
.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}
.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;

  margin: -10px auto 0;

  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0,0,0,0.4);
}
.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  border: none;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
}
.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999;
}
.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1;
}
.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;

  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}
.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px;
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}


/* div icon */

.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0,0,0,0.4);
}
.leaflet-tooltip.leaflet-clickable {
  cursor: pointer;
  pointer-events: auto;
}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Directions */

.leaflet-tooltip-bottom {
  margin-top: 6px;
}
.leaflet-tooltip-top {
  margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}
.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}
.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}
.leaflet-tooltip-left {
  margin-left: -6px;
}
.leaflet-tooltip-right {
  margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}
.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}
.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}

/*! jQuery UI - v1.11.4 - 2016-02-14
* http://jqueryui.com
* Includes: core.css, sortable.css, accordion.css, tabs.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .5em .5em .7em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;left:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url('../../../typo3conf/ext/t3ddy/Resources/Public/Images/JQueryUI/ui-bg_highlight-soft_75_cccccc_1x100.png') 50% 50% repeat-x;color:#222;font-weight:bold}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url('../../../typo3conf/ext/t3ddy/Resources/Public/Images/JQueryUI/ui-bg_glass_75_e6e6e6_1x400.png') 50% 50% repeat-x;font-weight:normal;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{border:1px solid #999;background:#dadada url('../../../typo3conf/ext/t3ddy/Resources/Public/Images/JQueryUI/ui-bg_glass_75_dadada_1x400.png') 50% 50% repeat-x;font-weight:normal;color:#212121}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url('../../../typo3conf/ext/t3ddy/Resources/Public/Images/JQueryUI/ui-bg_glass_65_ffffff_1x400.png') 50% 50% repeat-x;font-weight:normal;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url('../../../typo3conf/ext/t3ddy/Resources/Public/Images/JQueryUI/ui-bg_glass_55_fbf9ee_1x400.png') 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url('../../../typo3conf/ext/t3ddy/Resources/Public/Images/JQueryUI/ui-bg_glass_95_fef1ec_1x400.png') 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url('../../../typo3conf/ext/t3ddy/Resources/Public/Images/JQueryUI/ui-icons_222222_256x240.png')}.ui-widget-header .ui-icon{background-image:url('../../../typo3conf/ext/t3ddy/Resources/Public/Images/JQueryUI/ui-icons_222222_256x240.png')}.ui-state-default .ui-icon{background-image:url('../../../typo3conf/ext/t3ddy/Resources/Public/Images/JQueryUI/ui-icons_888888_256x240.png')}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url('../../../typo3conf/ext/t3ddy/Resources/Public/Images/JQueryUI/ui-icons_454545_256x240.png')}.ui-state-active .ui-icon{background-image:url('../../../typo3conf/ext/t3ddy/Resources/Public/Images/JQueryUI/ui-icons_454545_256x240.png')}.ui-state-highlight .ui-icon{background-image:url('../../../typo3conf/ext/t3ddy/Resources/Public/Images/JQueryUI/ui-icons_2e83ff_256x240.png')}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url('../../../typo3conf/ext/t3ddy/Resources/Public/Images/JQueryUI/ui-icons_cd0a0a_256x240.png')}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:0 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:0 -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:4px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:4px}.ui-widget-overlay{background:#aaa;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px 0 0 -8px;padding:8px;background:#aaa;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}


.t3ddy .t3-page-column-31338 > div.t3-row-header {
	display: none;
}

.t3ddy .t3-page-column-31338 {
	border-top: 1px solid #cdcdcd;
}

.t3ddy-accordion-header {
	outline: none;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../../../fileadmin/ams/Shared/Public/custom/img/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../../../fileadmin/ams/Shared/Public/custom/img/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../../../fileadmin/ams/Shared/Public/custom/img/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../../../fileadmin/ams/Shared/Public/custom/img/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../../../fileadmin/ams/Shared/Public/custom/img/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../../../fileadmin/ams/Shared/Public/custom/img/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

/*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;

    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../../../fileadmin/ams/Shared/Public/bootstrap/fonts/glyphicons-halflings-regular.eot');
  src: url('../../../fileadmin/ams/Shared/Public/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../../../fileadmin/ams/Shared/Public/bootstrap/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../../../fileadmin/ams/Shared/Public/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../../../fileadmin/ams/Shared/Public/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../../../fileadmin/ams/Shared/Public/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 10px;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height, visibility;
       -o-transition-property: height, visibility;
          transition-property: height, visibility;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
       -o-transition: width .6s ease;
          transition: width .6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000;
            perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*# sourceMappingURL=bootstrap.css.map */

body {
	font-family: Arial,Helvetica,sans-serif;
	color: #323232;
	color: black;
	background-color: #989898;
	padding-top: 0;
	text-align: left;
	line-height: 24px;
}

.relative_pos{
	position: relative;
}

.col-md-4.col-sm-4.col-xs-12 {
	padding-right: 0px;
	padding-left: 0px;
}

a, .greybox_link {
	color:#323232;
}
a:hover, a:focus {
	color:#d20a11;
	text-decoration: none;	
}

a.fancybox-nav:hover, a.fancybox-nav:focus {
	color: transparent;
	text-decoration: none;	
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
	margin-bottom:10px;
}
 
h4, .h4 {
	font-size:20px;
	margin-top: 0px;
}

header .header-cont{
	height: 150px;
	margin: 18px 17px 0 18px;
	background-color: #Fff;
	border-top: 1px solid #989898;
    border-left: 1px solid #989898;
    border-right: 1px solid #989898;
}

header .header-cont .row::after { 
	clear:none;
}

p {
	margin-bottom:0px;
}

.bold {
	font-weight: bold;
}

a {
  color: #E10000;
  text-decoration: none;
}

div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
	margin-bottom:9px;
}
.no-margin{
	margin: 0 auto;
}	

.logo{
	padding: 44px 22px 22px 15px;
}

.caption {
	font-style:italic;
}
header .left-col img {
	width:100%;
	height:110px;
}

header .left-col{
	float: left;
	width:100%;
}

input[type=text] {
	
}
	

header .left-col .play_link{
	display: block;
	width: 41px;
	height: 41px;
	text-indent: -999em;
	overflow: hidden;
	background-image: url('../../../fileadmin/ams/Shared/Public/custom/img/play-button.png');
	position: absolute;
	bottom: 28px;
	right:-18px;
	z-index:10;
}

.mbon_usergallery_listing_element_rating_figuers img, .mbon_usergallery_listing_element_vote img {
	width:25px;
	margin-right: 5px;
}

.right-col .bottom, .left_play_button{
	line-height:18px;
	font-weight: bold;
}

header .song{
	font-size: 12px;
	float: left;
}

header .song .artist{
	font-weight: bold;
	margin-left: 20px;
}

.header-cont .col-lg-3 {
	padding-top: 9px;
}

.on_air p, .on_air span{ 
	float:left;
}

header .right-col{
	padding: 0px 0px 0px 3px;
}	

header .right-col .play_link{
	display: block;
	color: #E10000;
	text-decoration: none;
	padding-left: 18px;
	background-image: url('../../../fileadmin/ams/Shared/Public/custom/img/play_link_bg.gif');
	background-repeat: no-repeat;
	background-position: left 3px;
	font-size: 12px;
}	

.content_nav{
	padding: 0 17px;
	margin-top: -1px;
	margin-left: 1px;
}

.content{
	padding: 0 0px;
	margin-left: 1px;
	position:relative;
}

.contentr{	
	/*background-image: url('../../../fileadmin/ams/Shared/Public/custom/img/nav_bg-colorWhite.png');*/
	background-size: 100%;
	background-color: #fff;
}

.content_raw{
	background-image: url('../../../fileadmin/ams/Shared/Public/custom/img/nav_bg-colorWhite.png');
	background-size: 100%;
}
/*
nav .nav{
	padding: 0 15px 15px 23px; 
	position: relative;
	z-index: 6;
	background-image: url('../../../fileadmin/ams/Shared/Public/custom/img/nav_bg-colorWhite.png');
	background-size: 100%;
}	*/
nav .nav{
	padding: 0 10px 15px 14px;
	position: relative;
	z-index: 6;
	background-size: 100%;
	border-left: 1px solid #989898;
    border-right: 1px solid #989898;
    background-color: #fff;
}	

.normal nav .nav{
	display: block;
}

.xxx {
	color: transparent;
}


nav .nav  > li {
	display: table-cell;
	float: none;
	text-align: center;
	vertical-align: middle;
	height: 31px ;
	background: #c8c4c5;
	/*border-right: 1px solid #fff;*/
	border-right: none;
}

.nav > li > a {
	color: #1d1d1b;
}

.normal .nav > li > a{
	padding: 3px 35.5px;
	color: #1d1d1b;
}

nav .nav .firstlevel, nav .nav .firstlevel a{
	width: 40px;
	position: relative;
}

nav .nav  > li:hover{
	background: #DEDEDE;
}

nav .nav .firstlevel a{
	display: block;
	height: 31px;
	overflow: hidden;
	background-repeat: no-repeat;
	text-decoration: none;
	padding-left: 19px;
	padding-right: 15px;
	color: #ffffff;
	font-size: 16px;
	background-position: center 0px;
	background: url('../../../fileadmin/ams/Shared/Public/custom/img/menu_home_bg.png') no-repeat center center;
	text-indent: -2000px;
}

nav .nav .firstlevel a .before_link{
	display: block;
	visibility: hidden;
}

.firstlevel.mail.li-menu-link a {
	width: 45px;
}

nav .nav .firstlevel.mail a{
	background: url('../../../fileadmin/ams/Shared/Public/custom/img/menu_email_bg.png') no-repeat center center;
	padding: 0 21px;
}

.content .bx-wrapper .slider{
	padding: 0;
}

.content .bx-wrapper {
	width: 100%;
	padding-left: 0px;
}

.content .bx-wrapper .bx-caption{
	width: 100%;
	background-color: #ededed;
	bottom:0px;
}

.content .bx-wrapper .bx-controls{
	position: initial;
	right: 53px;
	bottom: 24px;
}

.content .bx-wrapper .bx-prev{
	  left: -5px;
	  top: 0;
	  height: 100%;
	  margin-top: 0;
	  background: url('../../../fileadmin/ams/Shared/Public/custom/img/arrow-left.png') no-repeat center;
	  background-color: rgba(241, 241, 241, 0.6);
	  background-size: 49% 5%;
	  z-index: 99;
}

.content .bx-wrapper .bx-next{
	  right: 5px;
	  top: 0;
	  height: 100%;
	  margin-top: 0;
	  background: url('../../../fileadmin/ams/Shared/Public/custom/img/arrow-right.png') no-repeat center;
	  background-color: rgba(241, 241, 241, 0.6);
	  background-size: 49% 5%;
	  z-index: 5;
}

.content .bx-wrapper .bx-caption span{
	color: black;
	font-size: 20px;
	padding: 5px 0px 5px 47px;
}

.content .bx-wrapper .bx-viewport{
	border: 0;
	box-shadow: none;
}

.content .bx-wrapper .bx-pager {
	bottom:30px!important;
}
.content .bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
}

.content #search_field, .content #pro_search {
	width: 100%;
	height: 24px;
	line-height: 24px;
	border: 1px solid #bfbfbf;
	padding-left: 30px;
	font-size: 11px;
	color: #a0a0a0;
	background-image: url('../../../fileadmin/ams/Shared/Public/custom/img/search_icon.gif');
	background-repeat: no-repeat;
	background-position: 10px center;
	background-color: #ffffff;
	font-family: Arial;
	margin-top: 0px;
}

.content .pad{
	padding: 0px 10px 0px 2px;
}

.subpage.content .pad {
    padding: 0px 14px 0px 0px;
}

.col-sm-4  .pad{
	margin-bottom: 30px;
}

.content .right_info h3 {
	height: 30px;
	line-height: 30px;
	color: #434343;
	font-size: 14px;
	padding-left: 13px;
	margin-bottom: 0;
	margin-top: 1px;
}

.content .right_info .cont{
	padding: 10px;
}

.content .cont .contenttable tr td{
	font-size: 12px;
	width: 50%;
}


.subpage .col-sm-8 {
	width:703px;
}

.content .cont .contenttable tr td:first-child{
	font-weight: bold;
}

.content .right_info .cont .temp{
	font-size: 18px;
	width: 15%;
	padding:0;
	margin-top: 25px;
}

.content .right_info .cont .minmax-temp span{
	float: left;
	text-align: center;
	padding-right: 4px;
}

.content .content-full{
	padding: 17px 5px 0px 20px;
}

.subpage .content-full{
	padding: 17px 5px 0px 0px;
}

.content .content-full .news-cont{
	padding-left: 10px;
}

.content .content-full .inner-cont{
	border-bottom: 0px solid #DDDDDD;
	padding: 15px 0px 5px 0px;
}


.content .content-full .news-cont .inner-cont .top-inner-cont{
	position: relative;
}

.content .content-full .news-cont .inner-cont .text{
	margin-top: 10px;
}	

.content .content-full .news-cont h3{
	height: 30px;
	line-height: 30px;
	color: #434343;
	font-size: 14px;
	background: #DDDDDD;
	padding-left: 13px;
	margin-bottom: 0;
	margin-top: 0;
}

.news-cont .inner-cont .row{
	margin:0;
}
.simple-news-more{
	position: absolute;
	bottom: 0;
	right: 20px;
}

.simple-news-more a {
	text-decoration: none;
	padding-left: 21px;
	background-image: url('../../../fileadmin/ams/Shared/Public/custom/img/news_arrow.gif');
	background-repeat: no-repeat;
}

.content h3 {
	height: 30px;
	line-height: 30px;
	color: #434343;
	font-size: 14px;
	padding-left: 13px;
}

.cor-pad{
	padding-left: 0;
}

.fifty{
	width: 50%;
}

.content .content-full .inner-cont.comm{
	padding: 10px;
	position: relative;
	margin-bottom: 10px;
}

.content .content-full .inner-cont.comm img{
	width: auto;
	max-height: 64px;
	margin: 10px auto
}

.show-link{
	position: absolute;
	right: 4px;
	top: 0;
}

.show-link a{
	color: #434343;
}

.content .content-full .inner-cont .text span{
	float: left;
	margin-right: 5px;
}

.show-column{
	margin-bottom: 10px;
}

.fixed-h{
	height: 345px;
}

.add_place_nw {
  padding: 8px 30px;
  border: 1px solid #dadada;
  position: relative;
  margin: 35px 0;
}

.add_place_nw a{
	color: #323232;
}

.advers {
  padding: 8px 23px;
  border: 1px solid #dadada;
  position: relative;
  margin: 35px 0;
}

.adver_cont{
	margin-top: 20px;
}

.adver_cont .adver_cont_single{
	margin-bottom: 20px;
}

.adver_cont .adver_cont_single h1{
	font-size: 18px;
	margin-top: 0;
	color: rgb(64, 124, 216);
	font-weight: bold;
	margin-left: 5px;
}

.adver_cont .adver_cont_single p{
	font-size: 12px;
	margin-left: 5px;
	font-weight: bold;
	margin-bottom: 0;
}

.adver_cont .adver_cont_single img{
	border: 1px solid #dadada;
}

.adver_cont .adver_cont_single .mehr-link a, .adver_cont .adver_cont_single a{	
	color: rgb(64, 124, 216);
	font-size: 12px;
	font-weight: bold;
}

.normal #weather, .mobile #weather{
	display: block !important;
	margin-top: 20px;
	margin-bottom:14px;
}

.submenu {
	display:none;
}

.submenu ul li{
 	list-style: none;
}


.col-sm-6.list-news{
	width:100%;
}

.list-news .col-md-8 {
	width:35%;	
	padding-left: 0;		
}

.list-news .col-md-4{
	width:65%;
}

.list-news .col-md-4.full-width{
	width:100%;
	overflow: hidden;
}

.date_categ.polnewsstart {
	color: #a0a0a0;
	font-size: 12px;
	line-height: 20px;
	padding-bottom: 0px;
}

.date_categ {
	color: #a0a0a0;
	font-size: 12px;
	line-height: 12px;
	padding-bottom: 5px;
}

#weather .right_info_cont, #blitzer .right_info_cont {
	background-color: #ededed;
}

#blitzer .right_info_cont h3 {
	  background:none;
	  border:0;
}


/*teaser box -begin*/

.content-teaserbox, .content-greybox {
	width: 50%;
	float:left;
}

.col-sm-4 .content-teaserbox {
	width: 100%;
	padding-right: 7px;
}

.content-teaserbox .show_img img{
	width:100%;
	height: auto;
	max-height:230px;
}

.container_teaser {
	overflow:hidden;
	width: 100%;
}

.content-teaserbox .teser_box_inner .headline h1 {
	margin-bottom:0;
	margin-top: 6px;
	/* font-weight: 100; */
	font-size: 20px;
	line-height:24px;
}

.content-teaserbox .teser_box_inner .headline{
	background-color: #ededed;
}

.teser_box_inner {
    padding: 15px 7px 15px 7px;
	position:relative;
}

.content-headline{
	padding:20px 10px 5px 10px;
	min-height: 109px;
}

.content-headline span {
	color:#a0a0a0;
	font-weight:normal;
}

.content-teaserbox .teser_box_inner img.icon{
	  width: 50px;
	  height: 50px;
	  position: absolute;
	  top: 320px;
	  left: 301px;
}

/*teaser box -end*/

.col-sm-4 .content-greybox{
	  width: 100%;
}

.col-sm-4 .content-greybox .grey_box_inner{
	padding: 0px 13px 0px 7px;
}

.grey_box_inner .show_img img {
	max-width:100%;
	width:initial;
	height:100%;
	margin: 0px 0px 0px 0px;
	padding: 7px;
}

.grey_box_inner .show_img {
	width:18%;
	float:left;
	height: 100%;
	text-align:center;
}

.grey_box_inner .title_des {
	width:72%;
	float:left;
	font-size: 12px;
	height: 100%;
	padding: 5px 0 0 0;
}

.content-greybox {
	height: 50px;
        margin-bottom: 0px;
	margin-top: 15px;
}

.content-headline-grey {
	overflow:hidden;
	height:50px;
}

.grey_box_inner .title_des p{
	margin:0;
}

.content-greybox .headline_grey{
	background-color: #ededed;
}

.content-greybox .grey_box_inner { 
       padding: 0px 7px 0px 7px;
}

.giftBox-icon div {
	background-image: url('../../../fileadmin/ams/Shared/Public/custom/img/giftBox.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	z-index: 7777;
	width: 25px;
	height: 35px;
	position: absolute;
	top: 10px;
	right:10px;
}

.video-icon div {
	background-image: url('../../../fileadmin/ams/Shared/Public/custom/img/Video-icon.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	z-index: 7777;
	width: 35px;
	height: 20px;
	position: absolute;
	top: 10px;
	right:10px;
}

.gallery-icon div {
	background-image: url('../../../fileadmin/ams/Shared/Public/custom/img/kamera-icon.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	z-index: 7777;
	width: 30px;
	height: 22px;
	position: absolute;
	top: 10px;
	right:10px;
}

.deinfm div {
	background-image: url('../../../fileadmin/ams/Shared/Public/custom/img/deinfm_icon.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	z-index: 7777;
	width: 77px;
	height: 22px;
	position: absolute;
	top: 10px;
	right:10px;
} 

.audio-icon div {
	background-image: url('../../../fileadmin/ams/Shared/Public/custom/img/Audio.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	z-index: 7777;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 10px;
	right:10px;
}

/*.giftBox-icon, .video-icon, .gallery-icon {
	 position: relative;
}*/

.giftBox-icon img, .video-icon img{
	 z-index: -1;
}

.colright.fixed-h {
	height: 311px;
}

.btn1, .subpage .btn1{
	  background-color: #c4c34d;
	  width: 80.5%;
	  height: 100px;
	  margin: 0 auto;
}

.btn2 {
	  background-color: #51b55b;
	  width: 80.5%;
	  height: 100px;
	  margin: 0 auto;
	  margin-bottom: 240px;
}

.blueBox {
	  background-color: #196282;
	  width: 80.5%;
	  height: 240px;
	  margin: 0 auto;
	  margin-top: 30px;
	  margin-bottom: 30px;
}

.news-cont .no-media-element {
	display:none;
}
/*.col-lg-9 {
	  width: 55%;	
}

.col-lg-3 {
	  width: 45%;
}*/

.col-lg-3  .col-sm-6 .right-col img{
	max-height:103px;
	float:right;
	width: 210px;
}

header .left-col .playlist_link {
	  display: block;
	  color: #E10000;
	  text-decoration: none;
	  padding-left: 0px; 
	  font-size: 15px;
	  font-weight: bold;
}

.on_air span {
  	font-weight: bold;
}

.on_air p {
	margin-bottom: 0;
}

.col-lg-3 .bottom{
	float:left;
	font-size: 14px;
	padding-bottom: 8px;
}

.header-cont .col-lg-3 .bottom,
.header-cont .col-lg-3 .bottom div{
	float: none;
}

.col-lg-3 .bottom span {
	font-weight: bold;
}


.bx-wrapper .bx-next:hover, .bx-wrapper .bx-prev:hover{
	background-position: 50% 50% !important;
}

.fixed-h .bx-wrapper .bx-controls-direction a {
	width: 30px;
}

#blitzer .right_info_cont h3 {
	color: #a0a0a0;
	font-size: 13px;
}

#blitzer .bk_img {
	  padding-left: 40px;
	  background-image: url('../../../fileadmin/ams/Shared/Public/custom/img/Blitzer-black.png');
	  background-repeat: no-repeat;
	  background-size: 19px 27px;
	  background-position-y: 0;
	  background-position-x: 14px;
	  background-position: 14px 0;
	  margin-bottom: 15px;
}

.col-sm-3.col-xs-3.minmax-temp, .col-sm-3.col-xs-3.minmax-temp {
	padding:0px;
	width:18%;
}

.content-min, .content-max {
	margin-top:25px;
}

.content-min .min, .content-max .min {
	  padding-top: 4px;
	  font-size: 10px;
}

#weather .degr {
	  font-size: 18px;
}

.content .content-full .col-sm-6:last-child  .inner-cont {
	  border-bottom: 0px solid #DDDDDD;
}

.blueBox.ad {
  	  width: 90%;
	  height: 335px;
	  margin: 0 auto;
	  margin-bottom: 104px;
}

.col-sm-6.no-padding.song_pic_cont #left_play_button { 
	  margin-bottom: 10px;
}

.col-lg-3 .col-sm-6 .right-col img {
	max-height: 130px;
	float: right;
	width: 100%;
}

.on_air {
	font-size:14px;
	overflow: hidden;
	padding-top: 4px;
}

header .col-sm-6.no-padding.song_pic_cont {
	width: 50%;
}

header .col-sm-6.no-padding {
	width:50%;
}

.header-cont .col-sm-6.no-padding  .right-col{
	padding: 0px 0px 0px 0px;
}

.bottom div {
	float:left;
}

.forMobile .close {
	position: absolute;
	right: 8px;
	font-size: 15px;
	color: white;
	opacity: .8;
	margin-right: 5px;
	margin-top: 4px;
	font-weight:normal;
}

.closeWeather {
	margin-right: 5px;
	margin-top: 4px;
	font-size: 15px;
	color: white;
}


.forMobile .mobile-weather .row {
	margin:0;
}

.forMobile {
	position:relative;
}

.forMobile .mobile-weather, .forMobile .mobile-blitzer {
	  width: 100%;
	  position: fixed;
	  bottom: 0px;
	  background-image: url('../../../fileadmin/ams/Shared/Public/custom/img/background-wetter.png');
	  color: white;	
	  z-index: 99999;
}

.forMobile .mobile-blitzer .cont span {
	padding-left: 25px;
}

.grey_box_inner .title_des p{
	overflow: hidden;
	height: 15px;
	line-height: 17px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.content-headline-grey .title_des span {
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size:18px;
}


.footer-menu li {
	list-style:none;
	float:left;
	padding-left: 8px;
}

.breadcrumb li {
	list-style:none;
	float:left;
}

.breadcrumb .content {
	width: 100%;
	overflow: hidden;
	padding: 0;
}

.breadcrumb .content ul {
	overflow: hidden;
	color: #9d9d9c;
	margin: 0;
	padding: 0;
}

.col-sm-8 .breadcrumb {
	background-color: transparent;
	padding-left: 0px;
	margin-bottom: 13px;
	padding-top:0px;
}

.footer-menu ul span {
	padding: 0px 8px 0px 0px;
	border-right: 1px solid black;	
}
.shariff {
	width:52%;
	float:right;
}
.shariff ul span {
	border-right:none;
	padding:0;
}
.shariff ul li {
	padding-left:0;
}
.shariff .facebook .like, .shariff .share, .shariff .twitter, .shariff .facebook {
	padding:0;
}

.footer-menu ul li.active  a {
	color: #9d9d9c;
}

.footer-menu ul li:last-child span{
	border:0px;
}

.footer-content {
	display:inline-block;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	margin-bottom: 50px;
}

.footer-menu a{
	color: #000;
}

#left_play_button a{
	color:#9d9d9c;
	font-weight:bold;
}

.header-cont .contentImg {
	height: 110px;
	width:224px;	
	display: block;
	overflow: hidden;
}

.fixed-h.imageContent {
	height: auto;	
	margin-bottom:20px;	
}

.subpage .col-sm-8 .content-full img{
	width:250px;
}

.subpage .blueBox{
	margin-top: 40px;
}

.subpage .col-sm-8 .cor-pad .jwplayer.playlist-none {
	width:50%;
}

.col-sm-4 .csc-textpic-imagewrap {
	margin: 15px 7px 7px 7px;
	max-height: 349px;
	padding: 0 3px 0 0px;
}


.col-sm-4  .csc-textpic{
	float:left;
	width:100%;
}

.col-sm-4 div.csc-textpic .csc-textpic-imagewrap img{
	max-height: 334px;
	width:100%;
}

.subpage .col-sm-8 h1 {
	font-size:20px;
	margin-top: 0px;
}

.subpage .cor-pad .row{
	margin:0;
}
.normal .closeMenu {
	display:none;
}



.col-sm-4 div.csc-textpic-center .csc-textpic-center-outer {
	float: left;
	right: 0;
	width: 100%;
}

 .col-sm-4 div.csc-textpic-center .csc-textpic-center-inner{
	right: 0;
	float:none;
}

.normal .last .col-sm-4 div.csc-textpic-center .csc-textpic-center-inner figure {
	width:100%;
}

.news.news-single  .news-img-wrap {
	float: left;
	margin: 0;
}

.news.news-single  .news-img-wrap .outer div a img {
	float:left;
	margin:0;
	width:400px;
	height:300px;
}

.news.news-single {
	padding-left: 10px;
}

.col-sm-8 .tx-indexedsearch {
	padding: 10px 0px 0px 10px;
}

.col-sm-8 .tx-indexedsearch .tx-indexedsearch-searchbox-sword {
	margin-left: 10px;
}

.col-sm-8 .tx-indexedsearch-searchbox-button.submit {
	margin-left: 9px;
	margin-top: 9px;
}

#tx_indexedsearch p {
	margin-top:10px;
	text-align:justify;
}

#tx_indexedsearch p a {
	color:black;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	/*background-color: #DEDEDE !important;		*/
	color: #1d1d1b;
}

/*menu and submenu desktop*/
.normal menu ul{
	list-style-type:none;
	margin:0;
	padding:0;
}

.normal menu ul li {
	display:inline-block;
	position:relative;
}

.normal menu  li ul {    
	background-color:rgb(225,75,75);
	position:absolute;
	left:0;
	top:40px; /* make this equal to the line-height of the links (specified below) */
	width:200px;
}

.normal nav.menu ul li.li-menu-link.active, .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus, .normal .submenu li.current {
	background-color: #dedede;	
}
.normal menu  li li {
	position:relative;
	margin:0;
	display:block;
}
.normal menu  li li ul {
	position:absolute;
	top:0;
	left:200px; /* make this equal to the width of the sub nav above */
	margin:0;
}

.normal .submenu {
	position: absolute;
	left: 0;
	top: 31px;
	margin-left: 0 !important;
	border-top: 1px solid #FFFFFF;
	background: #dadada;
	padding: 10px 0 !important;
	min-width: 135%;
	z-index:888;

}

.normal .submenu li {
	list-style-type: none;
	float:left;
	padding: 0 5px !important;
	width: 100%;
}

.normal .submenu li a {
	color: #1d1d1b;
	padding: 2px 0 !important;		
	text-align: left;
	float: left;
	width:100%;
	line-height: 15px;
	font-size: 12px;
	margin-bottom: 5px;
}

.normal .submenu a:hover {
	text-decoration: none;
	background-color: #eee;
}

.breadcrumb li a {
	color: #9d9d9c;
}

.subpage .col-sm-8  {
	margin-left:9px;
}

.col-sm-8{
	min-height:800px;
}

.footer-menu ul {
	display: table;
	margin: 0 auto;
}

.tx-mbonweather-pi1 .cont a{
	color: #323232;
}

.tx-mbonweather-pi2 {
	padding: 15px 0px 0px 10px;
}

.blitzer.gradient_box .content-row-ort {
	width:100%;
	padding-left: 13px;	
}

.blitzer.gradient_box .content-row-ort .left {
	float: left;
	width: 20%;
}

.blitzer.gradient_box .content-row-ort .right {
	width: 100%;	
}

.blitzer.gradient_box { 
	overflow:hidden;
}

.blitzer.gradient_box span {
	float: left;
	padding-left: 13px;
	padding-top: 10px;
	padding-bottom: 5px;
}


.blitzer.gradient_box span a {
	color: #323232;
}

.tx-mbonweather-pi2 .blitzverkehr table {
	width:100%;
}


.mobile_img img, .desktop_img img {
	width:100%;	
}

.facebook {
	float:left;
	overflow:hidden;
	padding-top: 20px;
}
.facebook .like, .share, .twitter {
	padding:0px;
}

.right_info_cont .tx-amsnewsflash-pi1 {
	margin-top: 15px;
}

.mobile_img {
	text-align: center;	
}

.news-cont a {
	color: #323232;
	color: black;
}

a.all_news {
	font-size: 13px;
	color: black;
	float: right;
}

.content .news-single .article .news-img-wrap {
	width:335px;
	padding-bottom: 15px;
}

.fullBox {
	display:none;
}

.fullBox img {
	width:100%;
	height:auto;
}

.four-ad {
	overflow: hidden;
	clear:both;
	display:none;
	width: 292px;
	position: relative;
	margin: 0 auto;
}

.four-ad div {
	width: 136px;
	height: 46px;
	background-color: #88cbe4;
	float: left;
	margin: 5px 5px;
}

/*mbon_programm*/
table.mbon_calendar th {
	background:none;
}
.mbon_programm_nav {
	background-color:#ededed;
	overflow: hidden;
	padding: 8px 0;
}
.mbon_programm_nav_prev {
    float: left;
    width: 35%;
}
.mbon_programm_nav_day {
    float: left;
    width: 30%;
    text-align: center;
	font-size: 20px;
}
.mbon_programm_nav_next {
    float: left;
    width: 35%;
}
.mbon_programm_nav_prev	a, .mbon_programm_nav_prev .programm_inactive {
    background-image: url('../../../fileadmin/ams/Shared/Public/custom/img/programm_arr_left.png');
    background-position: 7px center;
    background-repeat: no-repeat;
    padding-left: 35px;
    display: block;
    color: #ffffff;
    font-weight: bold;
}
.mbon_programm_nav_next	a, .mbon_programm_nav_next .programm_inactive {
    background-image: url('../../../fileadmin/ams/Shared/Public/custom/img/programm_arr_right.png');
    background-position: 215px center;
    background-repeat: no-repeat;
    padding-right: 35px;
    display: block;
    text-align: right;
    color: #ffffff;
    font-weight: bold;
}

.mbon_programm_cat {
    overflow: hidden;
    padding-bottom: 20px;
    border-bottom: 1px solid #ededed;
}

.mbon_programm_cat h2 {
	font-size:20px;
	border-bottom:1px solid #ededed;
	padding-bottom: 5px;
	margin-top: 12px;
}

.mbon_programm_rec_image {
	float:left;
}

.mbon_programm_rec_title {
	font-size:20px;
}

table.mbon_calendar td {
	color: #cacaca;
}

table.mbon_calendar td a {
	color:#cacaca;
}
.mbon_calendar .aktday {
	border:none;
	background-color:#fff;
}

.mbon_programm .jwplayer.playlist-none {
	width:385px!important;
}

.mbon_playlist img {
	width:auto;
}

.mbon_playlist table {
	width: 100%;
}

.mbon_playlist .filter {
	background-color:#eeeeee;
}

.mbon_playlist .filter .table {
	display:table;
	margin:0;
}

.mbon_playlist .filter .table .row {
	display:table-row;
}

.mbon_playlist .filter .table .column {
	padding: 0.5em;
	display:table-cell;
}

.mbon_playlist .filter .table .column.header {
	font-weight:bold;
}

.mbon_playlist .filter input, .mbon_playlist .filter input:focus, .mbon_playlist .filter select, .mbon_playlist .filter select:focus {
	border:none;
	outline:none;
	text-align: center;
}

.mbon_playlist .filter select {
	padding:4px;
}

.mbon_playlist .filter input[type=submit] {
	background-color: #ffffff;
    font-weight: bold;
    padding: 0 10px;
}

.mbon_playlist table tr.odd {
	background-color:#ffffff;
}

.mbon_playlist table tr.even {
	background-color:#eeeeee;
}

.mbon_playlist .table .row .column#submit_button {
	width:36%;
	text-align:right;
	padding-right: 3%;
}

.mbon_playlist #charts_table td {
	padding: 0.7em;
}

.mbon_playlist #charts_table td .mid_img {
    width: 70px;
    height: auto;
}

.mbon_playlist .selectDiv {
   
   width: 170px;
   height: 27px;
    line-height:28px;
   overflow: hidden;
   background: url('../../../fileadmin/ams/Shared/Public/custom/img/dropdown-arrow.png') no-repeat right #FEFEFE;
    margin:0px;
    padding:0px;
    position: relative;
    z-index:100;
    
   }
.mbon_playlist .selectDefault {
    padding-left:8px;
}

.mbon_playlist .selectDiv select {
   margin:0px;
   padding:0px;
    opacity:0;
    filter:alpha(opacity=0);
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:block;
    z-index:101;
}
.mbon_playlist .selectDiv select:focus {
    outline: none;
}

.mbon_playlist .selectDefault, .mbon_playlist .selectDiv option {
    font-family:arial;
    font-size:12px;
}

.news-text-wrap .jwplayer{
	display: inline-block;
	margin-bottom: -5px;
}

.tx-mbonurlaubsvote-pi1 img, .tx-mbonsoundmemorygame-pi1 img, .tx-mbonmemorygame-pi1 img {
	width:auto;
}

.mbon_programm_nav .mbon_programm_nav_prev a, .mbon_programm_nav .mbon_programm_nav_next a {
	color: #323232;
}

.tx-mbonautohaus-pi1 .csc-mailform-field label {
	width:25%;
	float:left;
}

.tx-mbonautohaus-pi1 .csc-mailform-field, .mbon_hoerergruesse_form_row {
	padding-bottom:5px;
}

.tx-mbonautohaus-pi1 {
	padding-left: 8px;
	padding-bottom: 8px;
}


.tx-mbontrafficlights-pi2, .tx-mbonhoerergruesse-pi1, .tx-mbonsmartspruch-pi1 {
	padding-left:8px;
}

.tx-mbonautohaus-pi1 textarea  {
	width:174px;
}

.mbon_hoerergruesse_form_row label {
	width:17%;
}

.mbon_hoerergruesse_form_row .captcha  {
	margin-bottom:15px;
}

.tx-mbonhoerergruesse-pi1 input[type=submit] {
	margin-top: 8px;
}

.tx-mbonsmartspruch-pi1 label {
	float:left;
	width:40%;
}

.tx-mbonsmartspruch-pi1 input {
	margin-bottom:8px;
	width: 60%;
}

.tx-mbonsmartspruch-pi1 textarea {
	width:60%;
}

.tx-mbonsmartspruch-pi1 .mbon_smartspruch_submit {
	width:initial;
}

.tx-mbonsmartspruch-pi1 {
	padding-right:7px;
}

.mbonazubiboerse-form label {
	float:left;
	width:30%;
	margin:0;
}

.mbonazubiboerse-form input[type=text], .mbonazubiboerse-form textarea {
	width:50%;
	margin-bottom: 8px;
}

.mbonazubiboerse-form input[type=file]  {
	width:50%;
	margin-bottom: 8px;	
}

.mbonazubiboerse-form input[type=submit] {
	clear: both;
	float: left;		
	margin-top:45px;
}

.tx-mbonazubiboerse-pi1 form {
	margin-bottom: 50px;		
}

.tx-mbonazubiboerse-pi1 {
	padding-left:8px;
}

.tx-mbonfrontslider-pi1 .ui-tabs-vertical ul.ui-tabs-nav  {
	width: 40%;
	float: right;
	padding-left: 0;
}

#mbon_frontslider .ui-tabs-panel  {
	width: 60%;
}

.mbon_frontslider_img img {
	width:100%;
	max-height: 247px;
}

.tx-mbonfrontslider-pi1 li {
	list-style-type: none;	
}

.tx-mbonfrontslider-pi1 a {
	color: #323232;
}

#mbon_frontslider li {
	height: 62px;
	width: 100%;
	overflow: hidden;
	z-index: 100;
	position: relative;
	margin-bottom: 0px;
}

#mbon_frontslider li a {
	display: block;
	height: 60px;
	margin-left: 1px;
	padding: 15px;
	color: #000000;
	text-decoration: none;
	background-image: url('../../../fileadmin/ams/Shared/Public/custom/img/slider_bg.gif');
	font-weight: bold;
	font-size: 13px;
	outline: none;
}

.tx-mbonfrontslider-pi1 {
	/*padding: 0px 10px 0px 15px;*/
	padding: 0;
	margin-bottom: 50px;
}

.ui-state-active a {
	color:white !important;
}

#mbon_frontslider .ui-state-active a{
	background-image:url('../../../fileadmin/ams/Shared/Public/custom/img/slider_active.png');
	background-size: 100%;	
	margin-left: 0px;
}

.tx-mbonsmartspruch-pi1 input[type=file] {
	float:left;
}

.tx-mbonautohaus-pi1 .csc-mailform-field input[type=text], .tx-mbonautohaus-pi1 .csc-mailform-field textarea {
	width:50%;
}

.tx_mbonvideoupload_pi1_form table tr input, .tx-mbonmemorygame-pi1 form table td input {
	margin-bottom:5px;
}

.tx_mbonvideoupload_pi1_form table td {
	padding-right:17px;
}

.tx_mbonusergallery_pi1_form input {
	margin-bottom:5px;
	height:20px;
	line-height:18px;
}


.tx-mbonurlaubsvote-pi1 form tr td:first-child {
	width:20%;
}

.tx-mbonurlaubsvote-pi1 form textarea {
	width:174px;
}

.tx-mbonurlaubsvote-pi1 form tr td {
	padding-right:5px;
	text-align:left;
	width:80%;
}

.tx-mbonurlaubsvote-pi1 form tr td input {
	margin-bottom:5px;
}

.tx-mbonurlaubsvote-pi1  table {
	width:350px;
}

.mbon_randale_songs input[type=submit]{
	margin-left: 25px;	
}

.mbon_haustierforum_show_formular_inside label img, .mbon_haustierforum_show_entry_left img, .tx-mbonbilderjury-pi1 input, .tx_mbonbandupload_pi1_form img, .tx-mbonrha-pi1 form table tr td img  {
	width:initial;
}

.mbon_haustierforum_show_formular input[type=text], .mbon_haustierforum_show_formular textarea {
	margin-left: 10px;
}

.mbon_haustierforum_show_formular input[type=file] {
	margin-left:10px;
	float:left;
}

.col-sm-8 .mbon_haustierforum_show_formular  #submit_button{
	margin-left:10px!important;
}

.tx-mbonmemorygame-pi1 {
	padding-left:8px;
}

.tx-mbonbilderjury-pi1 input, .tx-mbonbilderjury-pi1 textarea, .tx_mbonbandupload_pi1_form table td input{
	margin-bottom: 5px;
}

.tx-mbonbilderjury-pi1 form table td,  .tx_mbonbandupload_pi1_form form table tr td  {
	padding-right:5px;
}

.mbon_haustierforum_show_all_entrys .mbon_tierforum_entry.entry_listing  {
	margin-bottom:64px;
	width:45%;
	margin-left: 0;
	margin-bottom: 25px;
}

.mbon_haustierforum_show_all_entrys .mbon_tierforum_entry.rightEntry {
	margin-left:10%;
}

.mbon_haustierforum_show_all_entrys {
	clear:both;
}

.football_side .football_img_header {
	margin-bottom: 14px;
}

.mbon_quickgallery_images { overflow:hidden; }

.mbon_quickgallery_image {
	float: left;
	width: 25%;
	height: 120px;
	padding: 10px 0;
	text-align: center;
}

.mbon_quickgallery_image img {
	width:initial;
}


.subcolumns .col-sm-4 {
	display:block;
}

.tx-mbonprogramm-pi2 .mbon_programm_nav_next a {
	background-position: 97% center;
}

.tx-mbonprogramm-pi2 {
	padding-right:10px;
	line-height: 18px;
}

.mbon_calendar .fill a:hover {
	color:#d20a11;
}

.mbon_calendar .nocolor {
	border-bottom: 2px solid #cacaca;
}

.mbon_calendar .border {
	border: 0px #d20a11 solid;
}

.tx-mbonprogramm-pi2 table.mbon_calendar td.fill:hover {
	background: white;
	color: #bbb;
}

.tx-mbonprogramm-pi2 table.mbon_calendar td.fill a:hover, .tx-mbonprogramm-pi2 table.mbon_calendar td.cal_gray a:hover {
	color:#d20a11;
}

.tx-mbonprogramm-pi2 table.mbon_calendar td.fill a, table.mbon_calendar  .cal_gray a {
	color:black;
}

.tx-mbonprogramm-pi2 table.mbon_calendar  .cal_gray a{
	font-weight: normal;
}


table.mbon_calendar .aktday a {
	font-weight: bold;
	color:black;
}


.progExt_wrap {
	margin-right:13px;
}

.tx-mbonprogramm-pi2 p {
	margin-bottom:5px;
	margin-top:20px;
}

.tx-mbonplaylist-pi1 {
	margin-top:27px;
}

 .mbon_quickgallery_nav {
	background-color: #fff;
	overflow: hidden;
	padding: 8px 0;
}
.mbon_quickgallery_nav_prev {
	float: left;
	width: 35%;
}
.mbon_quickgallery_nav_next {
	float: left;
	width: 35%;
}
.mbon_quickgallery_nav .mbon_quickgallery_nav_prev a, .mbon_quickgallery_nav .mbon_quickgallery_nav_next a {
	color: #323232;	
}
.mbon_quickgallery_nav_prev a, .mbon_quickgallery_nav_prev .quickgallery_inactive {
	background-image: url('../../../fileadmin/ams/Shared/Public/custom/img/quickgaller_arr_left.png');
	background-position: 7px center;
	background-repeat: no-repeat;
	padding-left: 15px;
	display: block;
	color: #ffffff;
	font-weight: bold;
	float:left;
}
.mbon_quickgallery_nav_next .quickgallery_inactive, .mbon_quickgallery_nav_next a {
	background-image: url('../../../fileadmin/ams/Shared/Public/custom/img/quickgaller_arr_right.png');
	background-position: 0 center;
	background-repeat: no-repeat;
	padding-right: 35px;
	display: block;
	text-align: right;
	color: #ffffff;
	font-weight: bold;
	float: right;
	width: 9px;

}
.mbon_quickgallery_nav_next .quickgallery_inactive_last, .mbon_quickgallery_nav_next .pagination_last {
	background-image: url('../../../fileadmin/ams/Shared/Public/custom/img/quickgaller_arr_double_right.png');
	background-position: 0px center;
	background-repeat: no-repeat;
	padding-right: 0;
	display: block;
	text-align: right;
	color: #ffffff;
	font-weight: bold;
	float: right;
	width: 14px;
}
.mbon_quickgallery_nav_prev .pagination_first, .mbon_quickgallery_nav_prev .quickgallery_inactive_first {
	background-image: url('../../../fileadmin/ams/Shared/Public/custom/img/quickgaller_arr_double_left.png');
	background-position: 0 center;
	background-repeat: no-repeat;
	padding-right: 30px;
	display: block;
	text-align: right;
	color: #ffffff;
	font-weight: bold;
	float:left;
}
.mbon_quickgallery_nav_day {
	float: left;
	width: 30%;
	text-align: center;
	font-size: 20px;
}
.mbon_quickgallery_nav_day a.pag_item {
	color:black;
	font-size: 14px;
}
.mbon_quickgallery_nav_day a.pag_item.active {
	font-weight:bold;
}

.fancybox-social-icons img { 
	width: auto; 
	float:right;
}

.tx-mbonfrontslider-pi1 .bx-wrapper .bx-viewport {
	/*height:345px!important;*/
}


.bx-wrapper {
	margin: 0 auto 0px;
}

.col-sm-4 .csc-textpic.csc-textpic-center.csc-textpic-above {
	max-height: 332px!important;
}

.col-sm-4 div.csc-textpic .csc-textpic-imagewrap img {
	max-height: 332px!important;
}

.tx-mbonusergallery-pi1 .mbon_usergallery_listing_element {
	height:auto;
}

.tx-mbonusergallery-pi1 .mbon_usergallery_listing_element_image {
	width: 270px;
	height: 270px;
	overflow: hidden;
	background-color: #ededed;
	position:relative;
}
.mbon_usergallery_listing_element_image img {
	max-width: 270px;
	max-height: 270px;		
	height:auto;
	width:auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.mbon_usergallery_listing_element_text_row strong {
	  font-weight: normal;
}
.mbon_usergallery_listing_element:nth-child(odd) {
	float:left;
	clear: both;
}

.mbon_usergallery_listing_element:nth-child(even) {
	float:right;
}

.tx-mbonusergallery-pi1 .mbon_usergallery_listing_element_vote {
	margin:0;
	width:125px;
	display: none;
}

.tx-mbonusergallery-pi1  .mbon_usergallery_listing_element div {
	padding:0;
}

.tx_mbonusergallery_pi1_form form table {
	width:100%;
}

.tx_mbonusergallery_pi1_form input[type=text], .tx_mbonusergallery_pi1_form textarea {
	width:50%;
}


.tx_mbonusergallery_pi1_form input[type=submit] {
	width: 22%;
	height: 26px;
}

.tx_mbonusergallery_pi1_form {
	padding-bottom:30px;
}

.agreement .check {
	float:left;
	width:3%;
}

.agreement label {
	width:97%;
	float:left;
	font-weight: normal;
}

.agreement label a {
	color: #E10000;
}


.mbon_haustierforum_show_all_entrys form .mbon_haustierforum_show_formular_inside {
	padding-left: 0;
	padding-top: 10px;
}


.mbon_haustierforum_show_formular label {
	clear:left;
	font-weight: normal;
}
/*
.mbon_haustierforum_show_formular textarea {
	float:left;
} */

/*news-slider*/
.news-single .article .news-img-wrap .tt_news_image_slider img {
	width:100%;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 

	/* Safari only override */

	::i-block-chrome,.col-lg-3 .bottom{
		font-size:13px;
	}

	::i-block-chrome, nav .nav .firstlevel a{
		padding-left:22px;
		padding-right:25px;
	}
	::i-block-chrome,#searchfrm #search_field {
		line-height: 1;
	}
	::i-block-chrome, .content #pro_search {
		line-height: 1;
	}
}

.mbon_usergallery_listing {
	width: 100%;
	display: inline-block;
	overflow: hidden;
}

.mbon_usergallery_listing_element:nth-child(even) .mbon_usergallery_listing_element_image {
	margin-right:0px;
	float:right;
}

.mbon_usergallery_listing_element:nth-child(even)  .mbon_usergallery_listing_element_rating, .mbon_usergallery_listing_element:nth-child(even) .mbon_usergallery_listing_element_vote{
	clear: both;
	float: left;
	margin-left: 73px;
}

.mbon_usergallery_nav a, .mbon_usergallery_nav strong{
	color:black;
	padding-right:10px;
}

.col-sm-8 form input[type=text] {
	height:20px;
	line-height:18px;
}

.tx_mbonbandupload_pi1_form input[type=text], .tx_mbonbandupload_pi1_form textarea {
	width:80%;
}

.tx-mbonusergallery-pi1 .nav_prev {
	background-image: url('../../../fileadmin/ams/Shared/Public/custom/img/quickgallery_arr_left.png');
	background-position: 7px center;
	background-repeat: no-repeat;
	margin-right: 5px;
	margin-left: 0px;
}

.tx-mbonusergallery-pi1 .nav_prev a {
	padding-right:20px;
}
.tx-mbonusergallery-pi1 .nav_first {
	background-image: url('../../../fileadmin/ams/Shared/Public/custom/img/quickgallery_arr_double_left.png');
	background-position: 0 center;
	background-repeat: no-repeat;
	margin-right:0px;
} {
	background-image: url('../../../fileadmin/ams/Shared/Public/custom/img/quickgallery_arr_double_left.png');
	background-position: 0 center;
	background-repeat: no-repeat;
	margin-right:0px;
}

.tx-mbonusergallery-pi1  .nav_last {
	background-image: url('../../../fileadmin/ams/Shared/Public/custom/img/quickgallery_arr_double_right.png');
	background-position: 0px center;
	background-repeat: no-repeat;
	margin-left:6px;
}

.tx-mbonusergallery-pi1  .nav_next {
	background-image: url('../../../fileadmin/ams/Shared/Public/custom/img/quickgallery_arr_right.png');
	background-position: 0 center;
	background-repeat: no-repeat;
	margin-left:6px;
	margin-right:6px;
}
.tx-mbonusergallery-pi1 .nav_prev a, .tx-mbonusergallery-pi1 .nav_first a, .tx-mbonusergallery-pi1  .nav_next a, .tx-mbonusergallery-pi1  .nav_last a  {
	color:transparent;
}

.tx-mbonusergallery-pi1  .pag_item {
	padding-left:8px;
	padding-right:8px;	
}

.tx-mbonusergallery-pi1 strong.pag_item {
	padding-left:5px;
	padding-right:15px;	
}

.tx-mbonusergallery-pi1  .mbon_usergallery_listing_element_rating {
	margin-top:13px;
}

.mbon_usergallery_listing_element_rating .votes {
	margin-top:5px;
	margin-bottom:5px;
}

.subpage .right_info.player, .jwplayer, .subpage .col-sm-4  .csc-textpic-image.csc-textpic-last {
	margin:0 auto;
}

.subpage .col-sm-4  .csc-textpic-image.csc-textpic-last {
	max-width: 324px;
}

.mbon_horoscope_content img {
	width:initial;
}

.tx-mbonamsevent-pi1 #suche {
	width: 100%;
	height: 24px;
	line-height: 24px;
	border: 1px solid #bfbfbf;
	padding-left: 30px;
	font-size: 11px;
	color: #a0a0a0;
	background-image: url('../../../fileadmin/ams/Shared/Public/custom/img/search_icon.gif');
	background-repeat: no-repeat;
	background-position: 10px center;
	background-color: #ffffff;
	font-family: Arial;
	margin-top: 0px;
	margin-bottom: 1px;
}

.tx-mbonamsevent-pi1  .progExt_wrap.search {
	margin-top:128px;
	margin-right:0px;
}

.tx-mbonamsevent-pi1{
	line-height:18px;
}

.tx-mbonamsevent-pi1 table.mbon_calendar .cal_gray a {
	font-weight: normal;
	color: #cacaca;
}

.tx-mbonamsevent-pi1 table.mbon_calendar .fill a {
	color:black;
}

.tx-mbonamsevent-pi1 table.mbon_calendar .fill a:hover {
	color:#d20a11;
}

#sitemaptablelook ul li {
 float:left;
 height: 102px;
    list-style: none outside none;
    margin: 0 0 20px 0;
    padding: 0;
    overflow: hidden;
}
#sitemaptablelook ul li img {
 width:auto;
}
#sitemaptablelook .sitemaptablelookimg {
 float:left;
 padding-right: 10px;
}

.mbon_quickgallery_images { overflow:hidden; }

.mbon_quickgallery_image {
 height: 135px;
 padding: 10px 0;
 text-align: left;
}

.mbon_quickgallery_image .mbon_quickgallery_caption {
 text-align:center;
 font-style: italic;
}

 .mbon_quickgallery_nav {
	background-color: #fff;
	overflow: hidden;
	padding: 8px 0;
	margin: 0 auto;
	width: 50%;
}
.mbon_quickgallery_nav_prev {
 float: left;
 width: 25%;
}
.mbon_quickgallery_nav_next {
 float: left;
 width: 25%;
}
.mbon_quickgallery_nav .mbon_quickgallery_nav_prev a, .mbon_quickgallery_nav .mbon_quickgallery_nav_next a {
 color: #323232; 
}
.mbon_quickgallery_nav_prev a, .mbon_quickgallery_nav_prev .quickgallery_inactive {
 background-image: url('../../../fileadmin/ams/Shared/Public/custom/img/quickgallery_arr_left.png');
 background-position: 7px center;
 background-repeat: no-repeat;
 padding-left: 15px;
 display: block;
 color: #ffffff;
 font-weight: bold;
 float:left;
}
.mbon_quickgallery_nav_next .quickgallery_inactive, .mbon_quickgallery_nav_next a {
 background-image: url('../../../fileadmin/ams/Shared/Public/custom/img/quickgallery_arr_right.png');
 background-position: 0 center;
 background-repeat: no-repeat;
 padding-right: 35px;
 display: block;
 text-align: right;
 color: #ffffff;
 font-weight: bold;
 float: right;
 width: 9px;

}
.mbon_quickgallery_nav_next .quickgallery_inactive_last, .mbon_quickgallery_nav_next .pagination_last {
 background-image: url('../../../fileadmin/ams/Shared/Public/custom/img/quickgallery_arr_double_right.png');
 background-position: 0px center;
 background-repeat: no-repeat;
 padding-right: 0;
 display: block;
 text-align: right;
 color: #ffffff;
 font-weight: bold;
 float: right;
 width: 14px;
}
.mbon_quickgallery_nav_prev .pagination_first, .mbon_quickgallery_nav_prev .quickgallery_inactive_first {
 background-image: url('../../../fileadmin/ams/Shared/Public/custom/img/quickgallery_arr_double_left.png');
 background-position: 0 center;
 background-repeat: no-repeat;
 padding-right: 20px;
 display: block;
 text-align: right;
 color: #ffffff;
 font-weight: bold;
 float:left;
}
.mbon_quickgallery_nav_day {
 float: left;
 width: 50%;
 text-align: center;
 font-size: 20px;
 line-height:22px;
}
.mbon_quickgallery_nav_day a.pag_item {
 color:black;
 font-size: 14px;
 width:25%;
 padding-left: 6px;
 padding-right: 6px;
}
.mbon_quickgallery_nav_day a.pag_item.active {
 font-weight:bold;
}

.fancybox-opened .fancybox-title {
 background-color:#ededed;
 margin-top: -4px;
 padding: 6px 0 6px 10px;
}

.fancybox-social-icons img { 
 width: auto; 
 float:right;
 padding: 0 6px;
}

.fancybox-nav {
 width:28px;
 display:block;
 background-repeat: repeat; 
    background-image: url('../../../fileadmin/ams/Shared/Public/custom/img/fancybox_nav_background.png');
}

.fancybox-nav span {
 visibility:visible;
}

.fancybox-next span {
    background-image: url('../../../fileadmin/ams/Shared/Public/custom/img/quichgallery_lightbox_arr_right.png');
 width:10px;
 height:17px;
 background-position:0;
 background-repeat: no-repeat;
     background-size: contain;
}

.fancybox-prev span {
    background-image: url('../../../fileadmin/ams/Shared/Public/custom/img/quichgallery_lightbox_arr_left.png');
 width:10px;
 height:17px;
 background-position:0;
 background-repeat: no-repeat;
     background-size: contain;
}

.fancybox-skin {
 padding-top:32px!important;
}

.fancybox-close {
    position: absolute;
    top: 8px;
    right: 15px;
    cursor: pointer;
    z-index: 8040;
	background-image: url('../../../fileadmin/ams/Shared/Public/custom/img/fancybox_close.png');
	width:17px;
	height:18px;
	background-position:0;
	background-size: contain;
}

.fancybox-opened .fancybox-title {
 font-size:14px;
}

.tx-kurt-pi1 img {
 width:auto;
}

.tx-mbonamsevent-pi1 .mbon_programm_nav_next a {
	  background-position: 97% center;
}

header .header-cont .row {
    overflow: hidden;
}

.tx-mbonplaylist-pi1 #charts_table {
	line-height:18px;
}
.subcolumns {
	overflow:hidden;
}
@-moz-document url-prefix() {
	div.csc-textpic-left .csc-textpic-imagewrap, div.csc-textpic-center .csc-textpic-center-outer, div.csc-textpic-center .csc-textpic-center-inner {
		max-width:100%;
	}
	div.csc-textpic .csc-textpic-imagewrap figure, div.csc-textpic figure.csc-textpic-imagewrap {
		display:initial;
	}
}
/* *********************** mbon_crossmedia **************************** */
#col1 h5.mbon_programm_rec_title {
    font-size: 15px;
    color: #313131;
    font-weight: bold;
    margin-bottom: 12px;
}
.cross_img_left_in {
    width: auto;
    display: block;
    float: left;
    padding: 1px;
    margin: 1px;
}
.crossmedia_content div {
	overflow:hidden;
}
/* *********************** mbon_crossmedia- end **************************** */

.amsrelated img{
	min-width:340px;
}

.amsrelated .amsrelated-page {
	width: 333px;
	overflow: hidden;
	position: relative;
	float: left;
	margin-right: 17px;
	margin-bottom: 20px;
}

.amsrelated-page .amsrelated-page-title {
	position: absolute;
	bottom: 0;
	width: 333px;
	height: 35px;
}

.amsrelated-page .amsrelated-page-title a {
	line-height: 35px;
	display: block;
	color: black;
	font-size: 14px;
	padding-left: 10px;
	text-decoration: none;
	font-weight: bold;
	background-color: rgba(241, 241, 241, 0.6);
}

.amsrelated-page:nth-child(even)  {
	margin-right:0;
}

.amsrelated-box-2 {
	float:left;
	width:100%;
	border-top: 1px solid #DDDDDD;
}

.amsrelated-2-page-title a {
	color:black;
	font-size: 18px;
	vertical-align: top;	
}

.amsrelated-2-page-img img {
	width: 200px;
	height: auto;
}

.amsrelated-2-page {
	width:100%;
	float:left;
	margin-bottom:15px;
}

.amsrelated-2-page-img {
	float:left;
	padding: 0px 15px 5px 5px;
}

.amsrelated-2-page-text {
	float: left;
}

.amsrelated-2-page-text h2 {
	margin-top:0;
}
figcaption.csc-textpic-caption {
	font-style:italic;
}
input[type=text], select, textarea {
    line-height: 18px;
	border: 1px solid #cccccc;
}
input[type=submit] {
	background-color: #ededed;
	border: 1px solid #cccccc;
}
labe {
	width:180px;
}
/* *********************** ve_guestbook **************************** */
.tx-veguestbook-pi1 .tx-guestbook-field {
	padding:0;
}
.tx-veguestbook-pi1 .tx-guestbook-field label {
    margin: 0;
    padding: 0;
    float: left;
    font-weight: normal;
}
.tx-veguestbook-pi1 .tx-guestbook-field input[type=text], .tx-veguestbook-pi1 .tx-guestbook-field select, .tx-veguestbook-pi1 .tx-guestbook-field textarea {
	width: 40%!important;
    line-height: 18px;
	border: 1px solid #cccccc;
}
.tx-veguestbook-pi1 .tx-guestbook-field textarea {
	margin-bottom:5px;
}
.tx-veguestbook-pi1 .tx-guestbook-field input[type=submit] {
	margin-left: 180px;
    width: auto;
	background-color: #ededed;
	border: 1px solid #cccccc;
}

/* *********************** ve_guestbook end **************************** */
.tx-mbonrelated-pi1 .amsrelated-box-2 {
	border-top:0px;
}

.homepage_col .content-full {
	padding: 0px 8px 0px 14px;
}

.calendar_events  .col-sm-8 {
	  min-height: 600px;
}
.level2menu_wrap {
    width: 100%;
	overflow: hidden;
	height: 34px;
	margin-bottom: 43px;
	display: none;
}
.level2menu {
    display: block;
    list-style: outside none none;
    padding: 0;
	background: #EDEDED;
	border-bottom: 1px solid #D9D9D9;
	float: left;
    width: 100%;
}
.level2menu > li {
    display: block;
	float: left;
    list-style: outside none none;
	line-height: 33px;
}
.level2menu > li a{
	display: block;
	color: #000;
	padding: 0 8px;
	height: 33px;
}
.level2menu > li.active{
	background: #D9D9D9;
}
.level2menu > li.active a{
	position: relative;
	bottom: -1px;
	background: #FFF;
	border-left: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
}
div.csc-mailform ol li {
	width:100%;
	list-style: none;
	margin-bottom:5px;
}
div.csc-mailform ol li.csc-form-element-textblock {
	margin-left:180px;
	width:auto;
}
div.csc-mailform li label {
	width:180px;
	margin:0;
	padding:0;
	float:left;
	font-weight:normal;
}
div.csc-mailform li input[type=text], div.csc-mailform li select, div.csc-mailform li textarea {
	width:40%;
	line-height: 18px;
	border: 1px solid #cccccc;
}
div.csc-mailform li input[type=submit] {
	margin-left:180px;
	width:auto;
	background-color: #ededed;
    border: none;
	border: 1px solid #cccccc;
}
div.csc-mailform fieldset ol {
	padding:0;
	margin-left:181px;
}
div.csc-mailform fieldset li {
	padding:0;
	margin-bottom:0;
}
div.csc-mailform fieldset li.csc-form-element-radio, div.csc-mailform fieldset li.csc-form-element-checkbox {
	display: flex;
    flex-direction: row;
}
div.csc-mailform fieldset li.csc-form-element-radio label , div.csc-mailform fieldset li.csc-form-element-checkbox label {
	order:2;
}
div.csc-mailform fieldset li.csc-form-element-radio input, div.csc-mailform fieldset li.csc-form-element-checkbox input{
	order:1;
	margin-right: 10px;
	margin-left:1px;
}
fieldset.fieldset-subgroup legend {
	font-weight:normal;
	font-size:14px;
	width:60%;
}

/* **************** news pagination ********************/
.mbon_quickgallery_nav_day span.pag_item.active {
    font-weight: bold;
	font-size:14px;
	display: inline-block;
    width: 27%;
}
.news .page-navigation {
	display:block;
	clear:both;
	float:none; 
}

.mbon_haustierforum_show_all_entrys {
	  width: 100%;
}

.mbon_tierforum_entry.entry_listing .mbon_haustierforum_show_entry_bottom a:hover {
	color: #E10000;
}

.mbon_haustierforum_show_all_entrys .mbon_tierforum_entry.entry_detail .mbon_haustierforum_show_entry_right_no_img, .mbon_tierforum_entry.entry_detail .mbon_haustierforum_show_entry_right, .mbon_haustierforum_show_all_entrys .mbon_tierforum_entry.entry_detail .mbon_haustierforum_show_entry_bottom {
	  width: 55%;
}

.csc-textpic-caption{
	width: 100%;
}

.mbon_haustierforum_show_all_entrys .mbon_tierforum_entry.entry_detail .mbon_haustierforum_show_entry_left {
	width:45%;	
}

.mbon_haustierforum_show_all_entrys .mbon_tierforum_entry.entry_listing  .mbon_haustierforum_show_entry_left {
	width: 136px;
    height: 136px;
    overflow: hidden;
    background-color: #ededed;
    position: relative;
    display: inline-block;
}

.mbon_haustierforum_show_all_entrys .mbon_tierforum_entry.entry_listing .mbon_haustierforum_show_entry_left img {
	max-width: 136px;
    max-height: 136px;
    height: auto;
    width: initial;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.mbon_haustierforum_show_all_entrys .mbon_haustierforum_show_entry_bottom a:hover {
	color: black;
}

.mbon_haustierforum_show_all_entrys .mbon_haustierforum_show_formular_inside #captcha {
	float:left;
}

.mbon_haustierforum_show_all_entrys .mbon_haustierforum_show_formular textarea, .mbon_haustierforum_show_all_entrys .mbon_haustierforum_show_formular input[type=text], .mbon_haustierforum_show_all_entrys .mbon_haustierforum_show_formular  select  {
	width:40%;
	margin-bottom: 5px;
	margin-left:10px;
}

.mbon_haustierforum_show_all_entrys .mbon_haustierforum_show_formular input[type=submit] {
	width:auto;
}


.mbon_tierforum_entry.entry_listing {
	height:180px;
}

.mbon_haustierforum_show_all_entrys .mbon_haustierforum_show_pagebrowser {
	margin: 0 auto;
	text-align: center;
	border: 0px;
}


.mbon_haustierforum_show_pagebrowser .nav_first  {
	background-image: url('../../../fileadmin/ams/Shared/Public/custom/img/quickgallery_arr_double_left.png');
	background-position: 7px center;
	background-repeat: no-repeat;
	padding-left: 35px;
	color: #ffffff;	
}

.mbon_haustierforum_show_pagebrowser  .nav_next {
	background-image: url('../../../fileadmin/ams/Shared/Public/custom/img/quickgallery_arr_right.png');
	background-position: 0 center;
	background-repeat: no-repeat;
	margin-left: 6px;
	margin-right: 6px;
	padding-left: 15px;
}

.mbon_haustierforum_show_pagebrowser .nav_last {
	background-image: url('../../../fileadmin/ams/Shared/Public/custom/img/quickgallery_arr_double_right.png');
	background-position: 7px center;
	background-repeat: no-repeat;
	padding-left: 35px;
	color: #ffffff;
}

.mbon_haustierforum_show_pagebrowser .nav_prev {
	background-image: url('../../../fileadmin/ams/Shared/Public/custom/img/quickgallery_arr_left.png');
	background-position: 7px center;
	background-repeat: no-repeat;
	margin-right: 5px;
	margin-left: 0px;
	padding-left: 15px;
	padding-right: 15px;	
}

.mbon_haustierforum_show_pagebrowser .pag_item  {
	padding-left: 8px;
	padding-right: 8px;
}

.mbon_haustierforum_show_pagebrowser a:hover {
	color:#323232;
}

.mbon_haustierforum_show_all_entrys .mbon_haustierforum_show_formular textarea {
	margin-bottom:2px;
}

.content .mbon_haustierforum_show_all_entrys .mbon_haustierforum_show_formular_inside #submit_button {
	margin-top:13px!important;
}

.content .col-sm-4 .collector .tx-mbonprogramm-pi2 {
	padding-right:0px;
}

.usergallery_wrap {
	width: 265px;
    height: 265px;
    overflow: hidden;
    background-color: #ededed;
    position: relative;
    display: inline-block;
}

.usergallery_wrap img {
	max-width: 265px;
    max-height: 265px;
    height: auto;
    width: initial;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.dots {
	  padding-right: 15px;
}

.dots-after {
	padding-left: 10px;
}
.dots {
	  padding-right: 15px;
}
.show-up{
	display: inline-block!important;
}
.dots-after {
	padding-left: 10px;
}
.page-navigation .pag_item{
	width: auto!important;
}
.page-navigation .pag_item:first-child .dots{
	padding-left: 6px;!important;
	padding-right: 0!important;
}
.page-navigation .pag_item:last-child .dots{
	padding-right: 6px!important;
	padding-left: 0!important;
}
.page-navigation .mbon_quickgallery_nav_day span.pag_item.active{
	padding-left: 6px;
	padding-right: 6px;
}

.tx-srfreecap-pi1-cant-read {
    width: 100%;
    padding-top: 3px;
    padding-bottom: 5px;
    float:left;
}
.freecap-form img {
	margin-left: 10px;
}

.freecap-form {
	float:left;
}

.random-players{
    /* overflow: hidden; */
    float: left;
    width: 336px;
    display: inline-block;
    padding: 8px;
    border: 2px solid #eee;
    margin: 7px;
}
.random-players .crossmedia_content{
	
}
.random-players .jwplayer {
	width: 100%!important;
}
.random-players .crossmedia_content h2{
	display: none;
}
.random-players p{
  display: none!important;
}
.random-players h1{
  
font-size: 10px!important;
}
.random-players h2{
  display: none!important;
  margin: 0!important;
  font-size: 12px!important;

}
.random-players img{ 
	display: none!important;
}


.random-players .crossmedia_content{
	padding: 0!important;
	margin: 0!important;
}

.preventDefault {
	opacity: 0.5;
}

.subpage .row.contentr .col-sm-8 {
    padding-right: 14px;
}

.subpage .content-full .news-cont {
    padding-left: 0;
}

.normal .subpage #weather {
    margin-top: 15px;
}

@media all and (max-width: 731px){
	.random-players{
		width: 100%!important
	}
}


/*styling CE with itunes and amazon icons*/
.itunes-content {
	width: 100%;
	clear:both;
	margin: 10px 0 10px 0;
}

.itunes-content .content {
	width: 100%;
	overflow: hidden;
	display: inline-flex;
}

.itunes-content .text, .itunes-content .images {
	float: left;
}

.itunes-content .text{
    padding-right: 5px;
}

.itunes-content .artist, .itunes-content span {
	float: left;
}

.itunes-content .headline .artist, .itunes-content .headline .title {
	text-transform: uppercase;
}

.itunes-content  .image-cover {
	padding-top: 10px;
}

.image-cover img {
	max-width: 100%;
}

.itunes-content .images {
	min-width: 300px;
}

@media all and (max-width: 767px){
	.itunes-content .content {
		display: block;
	}
	.itunes-content .images {
		min-width: 100%;
	}	
}


/*** Änderungen nach Upgrade ***/


.csc-textpic-imagerow{
	width: 100%;
	float: left;
}

div.csc-textpic-imagecolumn, td.csc-textpic-imagecolumn .csc-textpic-image {
	margin-right: 10px;
}

div.csc-textpic div.csc-textpic-imagecolumn {
	float: left;
}

div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
    float: left;
}

div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
    float: right;
}

div.csc-textpic, div.csc-textpic div.csc-textpic-imagerow, ul.csc-uploads li {
    overflow: hidden;
}

div.csc-textpic-intext-right .csc-textpic-imagewrap {
    float: right;
}

div.csc-textpic-intext-left .csc-textpic-imagewrap {
    float: left;
}

div.csc-textpic-intext-left .csc-textpic-imagewrap, div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
    margin-right: 10px;
}

div.csc-textpic-intext-right .csc-textpic-imagewrap, div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
    margin-left: 10px;
}

.csc-space-before-extra-small {
	margin-top: 10px;
	display: flex;
	flex-direction: column;
}

.csc-space-before-small {
	margin-top: 25px;
	display: flex;
	flex-direction: column;
}

.csc-space-before-medium {
	margin-top: 50px;
	display: flex;
	flex-direction: column;
}

.csc-space-before-large {
	margin-top: 75px;
	display: flex;
	flex-direction: column;
}

.csc-space-before-extra-large {
	margin-top: 100px;
	display: flex;
	flex-direction: column;
}

.csc-space-after-extra-small {
	margin-bottom: 10px;
	display: flex;
	flex-direction: column;
}

.csc-space-after-small {
	margin-bottom: 25px;
	display: flex;
	flex-direction: column;
}

.csc-space-after-medium {
	margin-bottom: 50px;
	display: flex;
	flex-direction: column;
}

.csc-space-after-large {
	margin-bottom: 75px;
	display: flex;
	flex-direction: column;
}

.csc-space-after-extra-large {
	margin-bottom: 100px;
	display: flex;
	flex-direction: column;
}

.content {
    padding: 25px 0px;
}

.form-control:focus {
    border-color: transparent;
    outline: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 1px rgba(0,0,0,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 1px rgba(0,0,0,.6);
}

.btn-primary {
    color: #323232;
    background-color: #ededed;
    border-color: #cccccc;
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	/*-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;
	left: -5px;*/
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border:  none;
	left: 0;

	background: #fff;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url('../../../fileadmin/ams/Shared/Public/custom/img/bx_loader.gif') center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #d20a11;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url('../../../fileadmin/ams/Shared/Public/custom/img/controls.png') no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url('../../../fileadmin/ams/Shared/Public/custom/img/controls.png') no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url('../../../fileadmin/ams/Shared/Public/custom/img/controls.png') -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url('../../../fileadmin/ams/Shared/Public/custom/img/controls.png') -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

@media (min-width: 767px){
	.no-padding{
		padding: 0 !important;
	}

	.col-sm-8 .col-sm-6:last-child .inner-cont {
		border-bottom: 1px solid #DDDDDD!important;
	}
	
	.col-sm-8 .col-sm-6:last-child .news-cont.gartentipp .inner-cont {
		border-bottom: 0px solid #DDDDDD!important;
	}
	
	.mbon_quickgallery_image {
		float: left!important;
		width: 25%!important;
		clear:none!important;
	}
	
}

@media (min-width: 1200px){
	.subcolumns .col-md-4 {
		width:33.33333333%;
	}
	.header-cont .col-lg-9 {
		/*width: 58%;*//*new*/
	}
	.header-cont .col-lg-3 {
		/*width:42%;*//*new*/
	}
	header .col-sm-6.no-padding {
		/*width: 47%;*//*new*/
	}
	header .col-sm-6.no-padding.song_pic_cont {
		/*width: 53%;*//*new*/
	}
	@-moz-document url-prefix() {
		header .col-sm-6.no-padding {
			width: 48%;
		}
		header .col-sm-6.no-padding.song_pic_cont {
			width: 52%;
		}	
		.header-cont .col-lg-3 {
			width:44%;
		}
		.header-cont .col-lg-9 {
			width: 56%;
		}
	}

	
}


@media (max-width: 1200px){
	.content_nav, .container.no-margin.topmenu {
		padding: 0;
	}

	.container.no-margin.relative_pos {
		padding: 0;
	}
	.container.no-margin.relative_pos header {
		padding-right: 0;
		/*padding-left: 1px;*/
		padding-left: 0;
	}
	.container.no-margin header .header-cont {
		margin: 0;
	}
	.nav > li > a{
		padding: 5px 24px;
	}
	header{
		/*padding: 0 2px;*/
		padding: 0;
	}
	.normal .nav > li > a{
		padding: 5px 24px;
	}
	nav .nav .firstlevel.mail a {
		padding: 0 30px;
	}
	.fixed-h, .fixed-h.imageContent{
		height: auto;
	}
	.content .bx-wrapper .bx-caption{
		width: 100%;
	}
	.col-sm-3.col-xs-3.minmax-temp, .col-sm-3.col-xs-3.minmax-temp{
		width: 27%;
	}
	.content .right_info .cont .temp {
		width: 17%;
	}
	.footer-menu li{
		font-size: 10px;
	}
	.fixed-h.imageContent .desktop_img img {
		width:100%;
		height:auto;
	}
	.subpage .col-sm-8  {
		   width: 96.666667%;
		  padding-right: 0;	
	}
	.col-lg-9 {
		  width: 48%;
	}
	.col-lg-3 {
	  width: 52%;
	}
	/*mbon_related-begin*/
	.amsrelated .amsrelated-page {
		width:46%;
	}
	.amsrelated-page:nth-child(odd)  {
		margin-right:25px;
	}
	
	.amsrelated-page .amsrelated-page-title {
		width:100%;
	}
	.amsrelated img {
		min-width: 100%;
		height: auto;
		width:100%;
	}
	/*mbon_related-end*/
	header .header-cont, .row.contentr, nav .nav {
		border:none;
	}
}

@media (max-width: 991px){
	.nav > li > a {
		padding: 5px 10px;
	}	
	.mobile-version {
		width:679px!important;
	}
	.tx-saltamsplaylist-pi1 .table .column input[type=text] {
		width: 25px;
	}

}



@media (max-width: 992px){
	
	/*header {
		padding: 0 3px 0 4px;
	}*/ /*new*/
	.content .right_info h3{
		height: auto;
		font-size:14px;
	}
	nav .nav .firstlevel.mail a {
		padding: 0 25px;
		padding-top: 5px;		
	}
	.content .bx-wrapper .bx-caption {
		width: 100%;
	}
	.content .content-full .news-cont .inner-cont .top-inner-cont .date {
		padding: 0 15px;
	}
	.content .content-full .news-cont .inner-cont .top-inner-cont .simple-news-more {
		position: relative;
		right: 0;
	}
	.adver_cont .adver_cont_single h1{
		margin-top: 10px;
	}
	.add_place_nw{
		padding: 8px 15px;
	}

	.header-cont .col-lg-9  {
		width: 35%;
	}

	.header-cont .col-lg-3 {
		width:65%;
	}

	.right_info_cont .cont {
		font-size:14px;
	}
}



@media (max-width: 737px){
	.news-list-view .simple-news-more .more, .news-cont .inner-cont .text.hidden-xs p, .col-sm-4 .wrap_search, .right_info.player.hidden-xs, .advers.hidden-xs, .fifty.hidden-xs, .col-sm-4 .fixed-h {
		display: none !important;
	}

	.news-list-view .inner-cont h4.hidden-xs{
		display: none !important;
	}

	.content .content-full .show-column .inner-cont .top-inner-cont{
		border-bottom:0!important;
	}
}

@media (min-width: 1065px){
	/*.content_nav .menu .nav.nav-pills {
		display:block!important;
	}
	.nav .closeMenu {
		display:none;
	}
	.submenu {
		position: absolute;
		left: 0;
		top: 31px;
		margin-left: 0 !important;
		border-top: 1px solid #FFFFFF;
		background: #dadada;
		padding: 0px 0 !important;
		min-width: 100%;
		z-index: 888;
		list-style-type: none;
	}*/
		.header-cont .col-lg-3 {
		padding-right: 28px;
	}
	#playlist_content .play_artist_scroll, 	#playlist_content .play_name_scroll {
		width: 1000px;
  		float: left;
	}
	header .left-col .play_link {
		right: -24px;
	}
	.header-cont .col-sm-6.no-padding .right-col {
		margin-left: 10px;
	}
}

@media (max-width: 1065px){
	.content .right_info h3 {
		margin-top: 20px;
	}
	.mobile .with-submenu.active .submenu li.current a {
	  color: #fff!important;
	}
	.menubtn {
		position:relative;
	}
	li.activeParent ul.submenu {
		padding: 0;
		margin: 0;
		padding-left: 30px;
		width: 100%;
	}
	.mobile nav.menu .li-menu-link.with-submenu.activeParent a:first-child { 
	 	background-image: url('../../../fileadmin/ams/Shared/Public/custom/img/arrow-down.png');
	}
	.mobile nav.menu .li-menu-link.with-submenu.activeParent .submenu a:first-child {
		background-image:none;
	}
	.mobile nav.menu .li-menu-link.with-submenu a:first-child {
		background-image: url('../../../fileadmin/ams/Shared/Public/custom/img/arrow-menu.png');
		background-repeat: no-repeat;
		background-size: 3%;
		background-position: 95%;
	}
	nav .nav .firstlevel.mail a {
		 padding: 5px 0 0 23px;
	}
	nav .nav .firstlevel a {
		font-size:14px;
	}
	.submenu a {
		font-size:20px;
	}
	.mobile .nav > li > a {
		padding-left: 23px;
		padding-right: 23px;
		text-align: left;
		width: 100% !important;
		float: left !important;
		font-size:20px;
	}
	nav .nav .firstlevel a {
		text-indent: initial;
		background: initial !important;
		color: #1d1d1b;
		margin: 0;
		width: 100%;
	}
	nav .nav > li.closeMenu:hover{
		  color: #8c8c8c;
		  background-image: url('../../../fileadmin/ams/Shared/Public/custom/img/close-menu.png');
		  background-repeat: no-repeat;
		  background-size: 3%;
		  background-position: 96%;
	}
	nav .nav, .content_nav {
	  background-image: none;
	  padding: 0;
	}
	.nav.nav-pills {
	  position: absolute;
	  z-index: 99999;
	  top: 0;
	  right: 0;

		width: 70%; /*new*/

	}
	 .closeMenu {
		float: right;
		text-align: right;
		padding: 7px 10px 0px 0px;
		border: none;
	}
	nav .nav > li, nav .nav .firstlevel {
	  width: 51%;
	  float: right;
	}
	.nav .closeMenu span:hover {
		  cursor: pointer;
		  color: transparent;
	}
	 .closeMenu span {
		  color: transparent;
		  font-size: 15px;
		  padding: 10px;
		  float: right
	}
	.normal .closeMenu {
		display:block;
	}
	.content_nav .menu .nav.nav-pills {
		display:none;
	 	width: 70%; /*new*/
		box-shadow: black 0px 0px 10px 2px; /*new*/
	}
	 a#pull {
		  display: block;
		  background-color: #283744;
		 background-color: transparent;/*new*/
		  width: 100%;
		  position: relative; /*new*/
	}

	 a#pull:after {
	  content: "";
	  background: url('../../../fileadmin/ams/Shared/Public/custom/img/nav-icon.png') no-repeat;
	  width: 55px;
	  height: 29px;
	  display: inline-block;
	  position: relative;/*new*/
	  right: 35px;
	  top: -39px;
		 right: 0;/*new*/
		 top: 0;/*new*/
	}
	 nav .nav > li, nav .nav .firstlevel {
	  width: 100%;/*new*/
	  float: right;
	}
	.nav-pills > li + li {
	  margin-left: 0;
	  border-bottom: 1px solid #8c8c8c;
	  height: auto;
	}
	 .nav.nav-pills li.li-menu-link:last-child {
	  border-bottom: 0px;
	}
	.nav .closeMenu {
	  color: #8c8c8c;
	  background-image: url('../../../fileadmin/ams/Shared/Public/custom/img/close-menu.png');
	  background-repeat: no-repeat;
	  background-size: 3%;
	  background-position: 96%;
		/*height: 136px;*/
	}
	 nav .nav > li, nav .nav .firstlevel {
	  width: 100%;/*new*/
	  float: right;
	}
	.footer-menu {
		margin-bottom:35px;
	}
	.mobile-version {
		position: fixed;
		bottom: 0;
		background-color: transparent;
		z-index: 9999;
		width: 907px;
		margin-left:-8px!important;
		opacity: 0.5;
	}
	/*.news.news-single .news-img-wrap, .news.news-single .news-text-wrap {
		float:none;
		clear:both;
	}*/
	
	.mobile .li-menu-link.with-submenu .submenu li:hover, .mobile .li-menu-link.with-submenu .submenu li:focus{
		background-color: #c8c4c5;
	}
	
	.mobile .li-menu-link.with-submenu .submenu li a:hover, .mobile .li-menu-link.with-submenu .submenu li a:focus {
		  color: #fff !important;
	}
}

@media  (max-width:767px) and (min-width: 481px)  {
	.tx-mbonprogramm-pi2 #prog_search {
		width:60%!important;
	}
	.subpage .col-sm-4 .collector, .subpage .col-sm-4 .pad .right_info_main {
		display:none;
	}
}




@media (max-width: 767px){
	.subpage .row.contentr .col-sm-8 {
		padding-right: 0;
	}
	/*text scrolling-begin*/
	#playlist_content .play_artist_scroll, 	#playlist_content .play_name_scroll {
		width: 1000px;
  		float: left;
	}
	#playlist_content {
		width: 95%;
		float: left;
		overflow: hidden;
	}
	header .col-sm-6.no-padding.playlist {
		width: 75%!important;
	}
	#playlist_artist, #playlist_song {
		float: left;
		position: relative;
	}

	/*text scrolling-end*/
	
	.news-list-view .date_categ .categoryItem {
		display:none;
	}
	.news-list-view .news-cont .top-inner-cont .col-md-8.col-sm-12.col-xs-4.no-padding-right {
		padding-right:0px!important;
	}
	.tx-kurt-pi1 div.csc-textpic .csc-textpic-imagewrap img {
		height:auto;
	}
	.tx-kurt-pi1 div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
		width:100%!important;
		height:auto;
	}
	.subcolumns .col-md-6.col-sm-6.col-xs-12 {
		padding:0;
	}
	.fixed-h, .fixed-h.imageContent {
		  margin-top: 25px;
	}
	.subcolumns .col-md-6.col-sm-6.col-xs-12 img {
		/*width:50%;
		margin:0 auto;*/
	}
	.mbon_haustierforum_show_formular_inside #submit_button input[type=submit] {
		margin-left:0;
	}
	.mbon_haustierforum_show_all_entrys .mbon_haustierforum_show_formular textarea, .mbon_haustierforum_show_all_entrys .mbon_haustierforum_show_formular input[type=text], .mbon_haustierforum_show_all_entrys .mbon_haustierforum_show_formular  select  {
		width:63%;
	}
	.tx-saltamsplaylist-pi1 .table .row .column input[type=text] {
		width: 25px;
		display: inline-block;
	}	
	.calendar_events .tx-mbonamsevent-pi1 .progExt_wrap {
		margin-right: 40px;
	}
	.calendar_events .tx-mbonamsevent-pi1 .progExt_wrap.search {
		margin-top: 0px;
	}
	.mobile .row.contentr .col-sm-8 .csc-default {
		margin-bottom:2px;
	}
	.homepage_col .col-sm-4 .collector, .homepage_col .pad  .right_info_main, .collector_right_subpage {
		display: none;
	}
	.content-teaserbox .show_img {
		max-height:212px;
	}
	.mbon_playlist  .header.column.date {
		width:50px;
	}
	.mbon_playlist .table .row .column#submit_button {
		padding-right:5px;
	}

	.mbon_playlist .table .row  input[type=text] {
		padding:3px;
	}
	.mbon_playlist .table .header.column.time {
		width:27px;
	}
	.tx-mbonplaylist-pi1 #charts_table td.time,.tx-mbonplaylist-pi1 #charts_table td.artist, .tx-mbonplaylist-pi1 #charts_table td.icons, .tx-mbonplaylist-pi1 #charts_table td.hidden-xs {
		  vertical-align: text-top;
	}
	.tx-mbonplaylist-pi1 #charts_table td {
		width:20%;
	}
	.tx-mbonamsevent-pi1 {
		  margin-top: 15px;
	}
	.content .col-sm-8 .mbon_programm .jwplayer.playlist-none {
		width:236px!important;
	}
	.tx-mbonusergallery-pi1 {
		padding-top:10px;
	}
	header .col-sm-6.no-padding {
		width:initial;
	}
	header .col-sm-6.no-padding.song_pic_cont {
		width:41px;
		margin-right: 8px;
	}
	.bx-wrapper img {
		width:100%;
		height:auto;
	}
	.subpage .col-sm-8 {
		  width: 100%;
		  margin:0;
		}
	.tx-mbonprogramm-pi2 #prog_search{
		margin-left:0px;
	}
	.tx-mbonprogramm-pi2 .progExt_wrap {
		display:none;
	}
	.tx-mbonprogramm-pi2 #prog_search {
		margin-top: 0;
	}
	.tx-mbonprogramm-pi2 #prog_search  div{
		margin-top: 0!important;
	}
	.mbon_haustierforum_show_formular select {
		margin-left:2px;
	}
	.col-sm-8 {
		margin-top:10px;
	}
	.tx-mbonbilderjury-pi1 {
		padding-top:10px;
	}
	.col-sm-8 .breadcrumb {
		display:none;
	}
	/*.mobile li.firstlevel.mail.active a, li.firstlevel.mail.active a:hover,  .mobile li.li-menu-link.active a, li.li-menu-link.active a:hover{
		!*color: #fff!important;*!
		background-color: #eee !important;
	}

	.mobile .with-submenu .submenu li a {
		background-color: transparent !important;
		color: initial !important;
	}
	.mobile .with-submenu.active .submenu li.current a{
		color: #fff!important;
	}
	.mobile nav.menu .li-menu-link.with-submenu  a:first-child {
		background-image: url('../../../fileadmin/ams/Shared/Public/custom/img/arrow-menu.png');
		background-repeat: no-repeat;
		background-size: 4%;
		background-position: 95%;
	}

	.mobile nav.menu .li-menu-link.with-submenu.activeParent a:first-child {
		background-image: url('../../../fileadmin/ams/Shared/Public/custom/img/arrow-down.png'); 
	}

	.mobile .li-menu-link.with-submenu .submenu li a {
		background-image:none !important;
	}

	.mobile .li-menu-link.with-submenu .submenu li{
		list-style: none;	
		text-align: left;
		border-bottom: 1px #b3b3b3 solid;
		line-height: 35px;
	}

	.mobile .li-menu-link.with-submenu .submenu li:last-child {
		border-bottom:0px;
	}

	.mobile .nav > li > a:hover, .nav > li > a:focus {
		background-color:initial;
	}

	.mobile .li-menu-link.with-submenu .submenu li a {
		  color: #1d1d1b;
		  font-size:20px;
		  padding: 5px 5px 5px 5px;
	}

	.mobile .li-menu-link.with-submenu .submenu {
		  padding: 0;
		  margin: 0;
		  padding-left: 30px;
		  width: 100%;
	}

	.mobile .nav.nav-pills .firstlevel a.A_L1:hover {
		color:#565556;
	}
	.mobile .closeMenu {
		  float: right;
		  text-align: right;
		  padding: 0px 0px 0px 0px;
		  border: none;
	}

	.mobile .nav.nav-pills li.li-menu-link:last-child {
		  border-bottom: 0px;
	}
	.mobile .nav .closeMenu:hover {
		  background: #dadada;
		background-image: url('../../../fileadmin/ams/Shared/Public/custom/img/close-menu.png');
		background-repeat: no-repeat;
		background-size: 4%;
		background-position: 96%;
	}

	.mobile .nav .closeMenu {
		color: #8c8c8c;
		background-image: url('../../../fileadmin/ams/Shared/Public/custom/img/close-menu.png');
		background-repeat: no-repeat;
		background-size: 4%;
		background-position: 96%;
	}


	.mobile .nav .closeMenu span:hover {
		cursor:pointer;
		color:transparent;
	}

	.mobile .closeMenu span {
		color:transparent;
		font-size:15px;
		padding:0 45px 7px 0;
	}
	.mobile .with-submenu.active .submenu li.current a { 
		color: white;
	}*/

	.news.news-single {
	  padding-left: 0px;
	}
	.col-sm-8 .csc-default:nth-child(even){
		clear:left;
	}
	body{
		font-size:14px;
	}
	h4, .h4, .content-teaserbox .teser_box_inner .headline h1, .content-headline-grey .title_des span {
		font-size:14px;
	}
	.content-headline {
		min-height:108px;
	}
	.content-teaserbox .content-headline span {
		font-size: 12px;
	} 
       /*.mobile .nav.nav-pills {
		position: relative;
		z-index: 99999;
		top:0;
	}
	.mobile nav .nav > li, nav .nav .firstlevel {
		width: 100%;!*new*!
		float: right;
	}
	
	.mobile .nav > li > a {
		padding-left: 23px;
		padding-right: 23px;
		text-align: left;
		width: 100% !important;
		float: left !important;
	}*/
	.footer-menu{
		bottom:0;
	}
	.content-teaserbox .show_img img{
		min-height:initial;
	}
	.container {
		/*padding-right: 7px;*/
		/*padding-left: 7px;*/
		padding-right: 0;/*new*/
		padding-left: 0;/*new*/
	}
	.content .row {
		margin:0px;
	}
	
	.col-sm-6.no-padding.song_pic_cont {
		padding:0px 15px 0px 15px;
	}
	.col-sm-6.no-padding, .col-xs-6, .col-sm-8{
		padding:0;
	}
	.header-cont .row{
		padding-top: 17px;
		margin:0;
	}
	.header-cont .contentImg { 
		height:initial;
	}
	.col-lg-3 .bottom .bold {
		clear:left;
	}
	header .col-sm-6.no-padding.song_pic_cont, header .col-sm-6.no-padding {
		float: left;	
		padding:0;	
	}
	.content-greybox {
		  margin-bottom: 0px;
		  margin-top: 15px;
	}
	.col-xs-3 {
		width:20%;
	}
	.content-min, .content-max{
		margin:0;
	}
	.mobile-weather .all .cols {
		padding-top: 52px;
	}
	.mobile-blitzer .bk_img {
		  padding-left: 40px;
		  background-image: url('../../../fileadmin/ams/Shared/Public/custom/img/Blizter.png');
		  background-repeat: no-repeat;
		  background-size: 15px 21px;
		  background-position-x: 7px;
		  background-position-y: 5px;
		  margin-bottom: 15px;
		  min-height: 30px;
	}
	.mobile-blitzer .cont {
		padding: 13px 5px 5px 10px;
		font-size: 14px;
	}
	.forMobile.activeBlitzer .mobile-blitzer, .forMobile.activeWeather .mobile-weather {
		display:block !important;
	} 
	.col-xs-2{
		width: 10.666667%;
	}

	#left_play_button {
		display:none;	
	}
	.header-cont .col-lg-9 {
		  width: 25%;
	}

	.header-cont .col-lg-3 {
		  width: 55%;
		  padding: 0;
	}
	nav .nav .firstlevel a {
		text-indent: initial;
		background: initial !important;
		color: #1d1d1b;
		font-size: 20px;
	}
	.content-full .cor-pad .row.mason-container.hidden-xs  .news-cont{
		background-color: #ebebeb;
		padding: 7px 7px 0px 7px !important;
	}
	
	body, header .header-cont{
		/*background-color: #fff;*/
		background-color: #989898;
		background-image: none;		
		padding: 0;
	}
	.song_pic_cont img{
		display: none;
	}
	.logo{
		padding: 0;
		/*margin-top: -5px;*/
		margin-top: 0;/*new*/
	}
	header .left-col{
		float: left;
	}
	header .left-col .play_link{
		position: relative;
		bottom: -14px;
		left: 0;
		bottom: 0px;
		top: 0px;
		background-size: 85%;
		background-repeat: no-repeat;
	}
	header .song{
		margin-left: 17px;
		margin-top: 20px;
		display:none;
	}
	header .song .artist{
		margin-left: 0;
	}
/*vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv*/
	.search-button-icon{
		background-image: url('../../../fileadmin/ams/Shared/Public/custom/img/search-icon.png');
		background-repeat: no-repeat;
		text-align: center;
		position: relative;
		width: 37px;
		height: 38px;
		cursor: pointer;
		float: right;
		margin-right:15px;
	}
	#searchfrm .wrap_search #search_field_up {
    top: 50px;
		width:200px;
	}
	#search_field_up{
		height: 30px;
		line-height: 24px;
		border: 1px solid #bfbfbf;
		padding-left: 30px;
		font-size: 11px;
		color: #959595;
		background-image: url('../../../fileadmin/ams/Shared/Public/custom/img/search_icon.gif');
		background-repeat: no-repeat;
		background-position: 10px center;
		background-color: #ffffff;
		font-family: Arial;
		margin-top: 10px;
		box-shadow: -1px 0px 9px -3px;
		position: fixed;
		right: 7px;
		top: 68px;
		display: none;
	}
	#searchfrm {
		position:relative;
	}
	/*a#pull {
	  display: block;
	  background-color: #283744;
	  width: 100%;
	  position: absolute;
	  top: -18px;
	  right: 8px;
	}
	 a#pull:after {
		content: "";
		background: url('../../../fileadmin/ams/Shared/Public/custom/img/nav-icon.png') no-repeat;
		width: 55px;
		height: 29px;
		display: inline-block;
		position: absolute;
		right: 0px;
		top: 20px;
	}*/
	/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/

	/*.nav.nav-pills{
		!*display: none;*!!*new*!
		display: block;
		margin-bottom: 20px;
	}*/
	nav .nav, .content_nav, .contentr, .content, .cor-pad, .content .content-full, .content .content-full .news-cont, .content .content-full .inner-cont{
		background-image: none;
		padding: 0;
	}
	header .header-cont{
		height: auto;
		min-height: 100px;
		margin:0;
	}
	nav .nav > li, nav .nav .firstlevel, nav .nav .firstlevel a{
		width: 100%;
		float: left;
	}
	/*.nav-pills > li + li{
		margin-left: 0;
		border-bottom: 1px solid #8c8c8c;
		height: auto;
	}
	.nav > li > a{
		font-size: 20px;
	}*/
	.content .bx-wrapper{
		padding-left: 0;
	}
	.content .bx-wrapper .bx-viewport{
		margin-left: 5px;
	}
	.content .bx-wrapper .bx-controls{
		position: initial;
	}
	.content .bx-wrapper .bx-prev{
		left: 0;
		top: 0;
		height: 100%;
		margin-top: 0;
		background: url('../../../fileadmin/ams/Shared/Public/custom/img/arrow-left.png') no-repeat center;
		background-size: 30%;		
		background-color: rgba(241, 241, 241, 0.6);
		z-index: 99;
	}
	.content .bx-wrapper .bx-next{
		right: 0;
		top: 0;
		height: 100%;
		margin-top: 0;
		background: url('../../../fileadmin/ams/Shared/Public/custom/img/arrow-right.png') no-repeat center;
		background-size: 30%;
		background-color: rgba(241, 241, 241, 0.6);
		z-index: 99;
	}
	.content .bx-wrapper .bx-caption{
		width: 100%;
		background-color: rgba(241, 241, 241, 0.6);
		z-index: 100;
	}
	.content .bx-wrapper .bx-caption span{
		font-size: 18px;
		padding: 0px 41px;
		color: #000;
	}
	.content .content-full{
		margin-top: 30px;
	}
	.content .content-full .news-cont h3{
		display: none;
	}
	.content .content-full .inner-cont{
		border: 0;
	}
	.no-padding-left{
		padding-left: 0 !important;
	}
	.no-padding-right{
		padding-right: 0 !important;
	}
	.content .content-full .news-cont .inner-cont .top-inner-cont h4, .content .content-full .news-cont .inner-cont .top-inner-cont .text{
		padding: 0 15px;
	}
	.content .content-full .news-cont .inner-cont .top-inner-cont{
		border-bottom: 0px solid #ddd;
		margin-bottom: 8px;
	}
	.show-link{
		left: 0;
	}
	.add_place_nw{
		padding: 0;
		border: 0;
	}
	.right_info_main{
		width: 100%;
		display: inline-block;
	}
	.right_info_main .right_info{
		display: none;
		width: 100%;
		float: left;
	}
	.right_info_main .right_info .right_info_cont{
		float: right;
		cursor: pointer;
		width: 100%;
	}
	.right_info_main .right_info .ident-info{
		float: right;
	}
	/* header fixed- mobile - begin */
	.container.with-logo {
		position: fixed;
		z-index: 9999999999999999;
		top: 0px;
		padding-left: 0px;
		width:100%;
		padding-right:0px;	
	}
	.container.topmenu {
		position: fixed;
		top: 0px;
		right: 0px;
		z-index: 999999999999999;
		background-color: white;
		width: 100%;
		float: right;
		padding-left:0px;
		max-height: 100%;
		overflow: auto;
	} 
	.container.last, .content.subpage {
		margin-top: 90px;
	}
	/*.header-cont {
		border-bottom: 1px #ddd solid;		
	}*/
	.with-logo header {
		padding:0;
	}
	/* header fixed- mobile - end */

	.desktop_img {
		display:none;
	}
	
	.tabs-info .ident-info{
		float: right;
		cursor: pointer;
	}
	.tabs-info .ident-info-left{
		float: left;
		cursor: pointer;
		padding:2px;
	}
	.mobile-blitzer .tx-mbonweather-pi1 h3 {
		display:none;
	}
	.mobile-blitzer .tx-mbonweather-pi1 p {
		margin:0;
	}
	.mobile-blitzer .tx-mbonweather-pi1 a {
		color: white;
		text-decoration:none;
	}
	.mobile-version {
		width:100%!important;
	}
	.mbon_programm_nav_day {
		font-size:18px;
	}
	.mbon_programm_nav_next	a, .mbon_programm_nav_next .programm_inactive {
		background-position: 95% center;
	}
	.mbon_programm p, #prog_search {
		font-size:14px;
	}
	.tx-mbonprogramm-pi2 .progExt_wrap {
		max-width:60%;
	}
	.tx-mbonprogramm-pi2 .progExt_wrap .mbon_programm_nav {
		margin-top:15%;
	}
	.mbon_playlist .table .row .column#submit_button {
		width:20%;
	}
	.mbon_playlist #charts_table td:last-child {
		text-align:right;
		padding-right: 3%;
	}
	header .header-cont .row {
		overflow:initial;
	}
	.mbon_quickgallery_nav {
		width:50%;
	}
	.mbon_quickgallery_image.col-sm-4 {
		width:33.3%!important;
		min-height:180px;
	}
	.mbon_quickgallery_image.col-sm-4 img {
		width:95%;
		height:auto;
	}
	.fancybox-opened .fancybox-skin {
		margin-top:0%;
	}
	.fancybox-type-iframe .fancybox-inner {
		width:100%!important;
	}
	div.csc-mailform li label, .tx-mbonautohaus-pi1 .csc-mailform-field label, label {
		width:30%;		
		font-size: 14px;
	}
	div.csc-mailform ol li.csc-form-element-textblock {
		margin-left:30%;
		width: 70%;
	}
	div.csc-mailform li input[type=text], input[type=text], div.csc-mailform li select, select, div.csc-mailform li textarea, textarea, .tx-mbonautohaus-pi1 .csc-mailform-field input[type=text], .tx-mbonautohaus-pi1 .csc-mailform-field textarea {
		width:70%;
		font-size: 14px;
	}
	div.csc-mailform li input[type=submit], input[type=submit], div.csc-mailform fieldset ol {
		font-size: 14px;
		margin-left:30%;
	}
	.tx-mbonautohaus-pi1 .csc-mailform-field {
		overflow:hidden;
	}
	.tx-saltamsplaylist-pi1 input[type=submit] {
		margin-left: 0%;
	}
	header .header-cont, .row.contentr, nav .nav {
		border:none;
	}
}

@media (min-width: 768px) {
	.col-sm-8 {
		  width: 65.666667%;
		  padding-right: 0;
	}

	.col-sm-4{
		 width: 33.33333333%;
	}
	
	.submenu li a {
		color: #1d1d1b;
		padding: 5px 39px 5px 11px;
		text-align: left;
		float: left;
	}
	.submenu li {
		list-style-type: none;
		float: left;
		padding: 2px 0 !important;
		width: 100%;
	}
}

@media  (min-width: 1065px)  {

	#playlist_content {
		width: 1000px;
		float: left;
	}
	#playlist_artist, #playlist_song {
		float: left;
  		clear: both;
	}
	#left_play_button {
		float: left;
	}
	#playlist_artist, #playlist_song {
		position: relative;
		display: block;
	}

	.header-cont .right-col {
		overflow: hidden;
	}

}

@media  (max-width:1200px) and (min-width: 767px)  {
	#adsd_banner_top{
		padding-bottom: 7px;
}
}

@media  (max-width:1200px) and (min-width: 1065px)  {
	.col-sm-4 .content-teaserbox .show_img img {
		/*max-height:187px;*/
	}
	
}

@media  (max-width:1065px) and (min-width: 768px)  {
	#pull{
		/*position: absolute !important;
	    top: 106px;
	    right: 0; ANGEL*//*new*/
	}

	.content-teaserbox.euranet .teser_box_inner {
		height:initial!important;	
	}
	.header-cont .right-col .show {
		float: right;
		margin-right:8px;
		width: 42px;
		height: 44px;
		overflow: hidden;
	}
	.header-cont .col-sm-6.no-padding .right-col{
		display:block;
		overflow: hidden;			
	}
	
	.header-cont .col-sm-6 {
		width: 100%!important;
		float: right;
		margin-right: 50px;
	}
	header #playlist_content {
		float:right;
		width: 82%;
		overflow: hidden;
	}
	/*text scrolling-begin*/
	#playlist_content .play_artist_scroll, 	#playlist_content .play_name_scroll {
		width: 1000px;
  		float: left;
	}

	#playlist_artist, #playlist_song {
		float: left;
		position: relative;
	}

	/*text scrolling-end*/
	
	header .header-cont {
		height:111px;
	}
	header .col-sm-6.no-padding.song_pic_cont {
		display:none;
	}
	.logo {
		padding: 11px 22px 22px 22px;
	}
	.header-cont .right-col a.play_link{
		background-position-y: 0px;
		padding-left: 0px;
		display: block!important;		
		height: 44px;
		background-image: url('../../../fileadmin/ams/Shared/Public/custom/img/play-button.png');
	}
	.header-cont #left_play_button a {
		display:none;
	}
	.header-cont .search-button-icon  {
		/*margin-top:10px;
		margin-right: 100px;*/
		margin-top: 0;/*new*/
		margin-right: 25px;/*new*/
	}
	 a#pull:after {
		/*top:-92px; ANGEL*//*new*/
	}
	.header-cont .song {
		display:none;
	}
	.header-cont .col-lg-9 {
		width:25%!important;
	}
	.header-cont .col-lg-3 {
		width:60%!important;
	}
	.header-cont .col-xs-2 {
		width:15%
	}
	.song_pic_cont img {
		display:none;
	}
	.col-sm-4.right_special .content-teaserbox.euranet .show_img {
		position: initial;
	}
	.col-sm-4.right_special .content-teaserbox.euranet {
		background-color: transparent;
	}
	.col-sm-4.right_special .content-greybox .grey_box_inner {
		padding: 0px 7px 0px 7px;
	}
	.col-sm-4.right_special .content-teaserbox {
		padding-right:0;
	}
	.col-sm-4.right_special .pad {
		margin:0;	
		padding-left:px;
	}
	.col-sm-4.right_special {
		width:100%;
		margin:0;
	}
	.col-sm-4.right_special.no-padding {
		overflow:hidden;
		padding-right: 15px!important;
		padding-left: 15px!important;
	}
	.col-sm-4.right_special .csc-space-before-320 {
		margin-top:0!important;
	}
	.col-sm-4.right_special .content-teaserbox, .col-sm-4.right_special .content-greybox {
		width:50%;
	}
	.subpage.content .pad {
	  	padding: 0px 0px 0px 0px;
	}
	.col-sm-4 .csc-default {
		margin-bottom:0;
	}
	.fixed-h.colright, .btn1, .subpage .btn1,  .btn2, .subpage .btn2 {
		display:none;
	}
	#searchfrm {
		position:relative;
	}
	header .header-cont .row {
		  overflow: initial;
	}
	.search-button-icon {
		background-image: url('../../../fileadmin/ams/Shared/Public/custom/img/search-icon.png');
		background-repeat: no-repeat;
		text-align: center;
		position: relative;
		width: 37px;
		height: 38px;
		cursor: pointer;
		/*float: right;
		margin-top: -34px;
		margin-right: -250px;*/ /*new*/
	}
	.wrap_search #search_field_up {
		height: 30px;
		width:200px;
		line-height: 24px;
		border: 1px solid #bfbfbf;
		padding-left: 30px;
		font-size: 11px;
		color: #959595;
		background-image: url('../../../fileadmin/ams/Shared/Public/custom/img/search_icon.gif');
		background-repeat: no-repeat;
		background-position: 10px center;
		background-color: #ffffff;
		font-family: Arial;
		margin-top: 10px;
		box-shadow: -1px 0px 9px -3px;
		right: 20px;
		top: 45px;
		z-index: 999999;
	        display: none;
		position:absolute;
	}
	.col-sm-4 {
		width:50%;
	}
	.col-sm-4 .pad {
		padding-right: 0;
		width: 336px;
		float: none;
		clear: both;
		padding: 0;
		margin: 0 auto;
	}
	.right_info_main {
		display:none;
	}
	.colright.fixed-h {
		height:initial;
	}
	.col-sm-8 {
		width:100%;
		padding-right:18px;
	}

	.col-sm-4 {
		float: none;
		clear: both;
		margin: 0 auto;
	}
	.content-teaserbox, .content-greybox {
		width:50%;
	}

	.right_info.player {
		width:336px;
	}
	.col-sm-4 .btn2 {
	  margin-bottom: 15px;
	}	
	.mobile-blitzer .bk_img {
		  padding-left: 40px;
		  background-image: url('../../../fileadmin/ams/Shared/Public/custom/img/Blizter.png');
		  background-repeat: no-repeat;
		  background-size: 15px 21px;
		  background-position-x: 7px;
		  background-position-y: 5px;
		  margin-bottom: 15px;
		  min-height: 30px;
	}
	.mobile-blitzer .cont {
		padding: 13px 5px 5px 10px;
		font-size: 14px;
	}
	.content .bx-wrapper img {
		width:100%;
		height:auto;
	}
	.content-teaserbox .show_img {
		max-height:212px;
		overflow:hidden;
	}
}

@media  (max-width:1199px) and (min-width: 993px)  {
	.subcolumns .col-sm-4 div.csc-textpic .csc-textpic-imagewrap img {
		height:auto;
	}
	.header-cont .col-lg-9 {
		 width: 50%;
	}
	.header-cont .col-lg-3 {
	  	width: 50%;
	}
	header .col-sm-6.no-padding.song_pic_cont {
		width: 53%;
	}
	header .col-sm-6.no-padding {
		width: 47%;
	}
		
	.content-teaserbox .show_img img {
		height:auto;
	}
	.content-teaserbox .teser_box_inner .headline h1 {
		font-size: 18px;
	}

	.btn2 {
		margin-bottom: 213px;	
	}

	.col-sm-4 div.csc-textpic .csc-textpic-imagewrap img {
         	height: 292px;
	}
	.content-headline-grey .title_des span {
		font-size:17px;
	}
	header .header-cont {
		margin: 18px 14px 0 15px;
	}	
	/*.news.news-single .news-img-wrap, .news.news-single .news-text-wrap {
		float:none;
		clear:both;
	}*/
}

@media  (max-width:992px) and (min-width: 768px)  {
	.subcolumns .col-sm-4 div.csc-textpic .csc-textpic-imagewrap img {
		height:auto;
		min-height: initial;
	}
	.calendar_events .tx-mbonamsevent-pi1 .progExt_wrap {
		margin-right: 40px;
	}
	.calendar_events .tx-mbonamsevent-pi1 .progExt_wrap.search {
		margin-top: 0px;
	}
	header .left-col .play_link {
		right: -12px;
	}
	@-moz-document url-prefix() {
	    .content .row .btn2 {
		    margin-bottom: 153px;
	    }
	}
	.news-cont .bodytext {
		font-size: 12px;	
	}
	.news .row h4 {
		font-size:17px;
	}
	.content-headline-grey .title_des span{
         	font-size: 12px;
	}
	.content-teaserbox .teser_box_inner .headline h1{
		font-size:17px;
	}
	.btn2{
		margin-bottom: 140px;
	}
	.content-headline { 
		min-height: 130px;
	}

	.grey_box_inner .title_des {
		font-size: 11px;
		padding-left: 5px;
	}

	.blueBox {
		  height: 180px;
	}
	
	.content .right_info h3{
                  padding: 0px 5px 0px 5px;
	}
	.content .right_info .cont .temp, .content-min, .content-max{
		  margin-top: 0;
	}
	.content .right_info .cont .temp span.min, .content .right_info .cont .minmax-temp span.min {
		  font-size: 12px!important;
	}
	.content .right_info .cont .temp, #weather .degr{
		font-size: 18px;
	}
	.content-teaserbox .show_img img{
		min-height:initial;
	}

	.col-sm-4 .content-teaserbox .show_img img {
		height: auto;
	}
	.col-sm-4  div.csc-textpic .csc-textpic-imagewrap img {
		min-height: 268px;
	}
	header .header-cont {
		margin: 18px 11px 0 11px;
	}
	.header-cont .col-lg-9 {
		  width: 35%;
	}
	.header-cont .col-lg-3 {
	  width: 65%;
	}
	header .col-sm-6.no-padding.song_pic_cont {
		width: 52%;
	}
	header .col-sm-6.no-padding {
		width: 48%;
	}
	
}
@media (min-width: 767px) and (max-width: 1065px){
	.tabs-info .ident-info{
		float: right;
		cursor: pointer;
	}
	.tabs-info .ident-info-left{
		float: left;
		cursor: pointer;
		padding:2px;
	}
	.mobile-version {
		overflow: hidden;
		margin: -20px -15px 0 -15px;
		/*background-image: url('../../../fileadmin/ams/Shared/Public/custom/img/nav_bg.png');
		background-size: 100%;
		width:78%;*/
	}
	.mobile-blitzer .tx-mbonweather-pi1 h3 {
		display:none;
	}
	.mobile-blitzer .tx-mbonweather-pi1 p {
		margin:0;
	}
	.mobile-blitzer .tx-mbonweather-pi1 a {
		color: white;
		text-decoration:none;
	}
	.col-lg-3 .bottom {
		font-size: 14px;
		padding-bottom: 10px;
	}
	.tx-mbonplaylist-pi1 {
		margin-bottom:10px;
	}
}

@media (min-width: 992px) and (max-width: 1065px){
	/*text scrolling-begin*/
	header #playlist_content {
		width: 90%;
		
	}
	/*text scrolling-end*/
	.mobile-version {
		margin: -20px -8px 0 -15px;
	}
	
	.wrap_search #search_field_up {
		/*right:-296px;
		width:200px;*/
	}
	
	.content-teaserbox .show_img {
		max-height: 286px;
		overflow: hidden;
	}
	.content-teaserbox .show_img img {
		max-height:initial;
	}
	
	.content .bx-wrapper .bx-caption {
		bottom:0px;
	}
}

@media (max-width: 694px){
	.col-lg-3 .bottom {
		font-size:14px;
	}
	header .col-sm-6.no-padding.song_pic_cont {
		padding:0;
	}
	.bottom div {
		clear:left;
	}
	.content-teaserbox .teser_box_inner .headline h1 {
		font-size:17px;
	}
	.grey_box_inner .title_des{
		font-size:10px;
	}
	.grey_box_inner .title_des p{
		overflow: hidden;
		height: 15px;
		line-height: 14px;
		white-space: nowrap;
		text-overflow: ellipsis;
		font-size: 12px;
	}
	.content-headline-grey .title_des span {
		white-space: nowrap;
		text-overflow: ellipsis;
		font-size: 14px;
	}
}

@media (max-width: 640px) {
	/**news mobile**/////
	.news-list-view .news-cont .col-md-4 .text a.news-fancybox {
		overflow:hidden;
		line-height: 1;
	}
	.news-list-view .news-cont .col-md-4 .text {
		position: relative;
		height:3.5em;
		overflow:hidden;
	}
	.news-list-view .news-cont .col-md-4 .text a.news-fancybox:before {
		content:'...';
		text-align: right;
		position:absolute;
		display:block;
		width:0%;
		height:1em;
		bottom:12px;
		right:20px;
		background: -webkit-linear-gradient(left,  rgba(224,224,224,0) 0%,rgba(224,224,224,0) 38%,rgba(224,224,224,0) 99%);
	}
	.news-list-view .news-cont .col-md-4 .text a.news-fancybox:after {
		content:' ';
		position:absolute;
		display:block;
		width:100%;
		height:1em;
		bottom:0px;
		left:0px;
	}
	.news-list-view .news-cont .full-width .text  a.news-fancybox:before {
		background:transparent;
		content:initial!important;
	}
/**news mobile**/////
	.mbon_haustierforum_show_all_entrys .mbon_haustierforum_show_formular textarea, .mbon_haustierforum_show_all_entrys .mbon_haustierforum_show_formular input[type=text], .mbon_haustierforum_show_all_entrys .mbon_haustierforum_show_formular  select  {
		width:100%;
	}
	.mbon_haustierforum_show_all_entrys .mbon_tierforum_entry.entry_detail .mbon_haustierforum_show_entry_right_no_img, .mbon_haustierforum_show_all_entrys .mbon_tierforum_entry.entry_detail .mbon_haustierforum_show_entry_bottom, .mbon_tierforum_entry.entry_detail .mbon_haustierforum_show_entry_right 		{
		width:100%;
	}
	.mbon_haustierforum_show_formular_inside #submit_button label {
		display:none;
	}
	.tx-saltamsplaylist-pi1 .column.with_select {
		width:170px;
	}
	.tx_mbonusergallery_pi1_form input[type=text], .tx_mbonusergallery_pi1_form textarea {
		width:100%;
	}
	.agreement label{
		width:94%;
	}
	.agreement .check{
		width:6%;
	}
	.mbon_haustierforum_show_formular select, .col-sm-8 .mbon_haustierforum_show_formular #submit_button, .mbon_haustierforum_show_formular input[type=file] {
		margin-left:0px !important;
	}
	.mbon_haustierforum_show_formular select{
		float:left;
	}
	.footer-menu ul {
		padding:0!important;
	}
	.mbon_haustierforum_show_formular_inside {
		padding-left:0;
	}
	.mbon_haustierforum_show_formular label {
		float: initial!important;
	}
	.mbon_haustierforum_show_formular input[type=text], .mbon_haustierforum_show_formular textarea {
		margin-left:0px;
	}
	.grey_box_inner .title_des {
		width:75%;
	}
	.grey_box_inner .show_img {
		width:25%;
	}
	.content-headline-grey .title_des span {
		font-size:16px;	
	}
}

@media (max-width: 580px) {
	.mbon_usergallery_listing_element:nth-child(even) .mbon_usergallery_listing_element_image, .mbon_usergallery_listing_element:nth-child(even){
		float:left;
		margin:0 auto;	
	}
	.mbon_usergallery_listing_element:nth-child(even) .mbon_usergallery_listing_element_rating, .mbon_usergallery_listing_element:nth-child(even) .mbon_usergallery_listing_element_vote {
		margin-left:0;
	}
	.tx-mbonusergallery-pi1 .mbon_usergallery_listing_element{
		width:100%;
	}
	.tx-mbonusergallery-pi1 .mbon_usergallery_listing_element div, .usergallery_wrap {
		margin:0 auto;	
		float:none!important;
	}
	.tx-mbonusergallery-pi1 .mbon_usergallery_listing_element_vote,  .mbon_usergallery_listing_element:nth-child(even) .mbon_usergallery_listing_element_vote{
		margin:0 auto;	
		float:none !important;
		clear:both;
	}
	.mbon_usergallery_listing_element_rating {
		text-align:center;
	}
}

@media (max-width: 480px) {
	.news-list-view .news-cont .col-md-4 .text a.news-fancybox {
		overflow:hidden;
		line-height: 1;
	}
	.news-list-view .news-cont .col-md-4 .text {
		position: relative;
		height:4em;
		overflow:hidden;
	}
	.news-list-view .news-cont .col-md-4 .text a.news-fancybox:before {
		content:'...';
		text-align: right;
		position:absolute;
		display:block;
		width:0%;
		height:1em;
		bottom:4px;
		right:12px;
		background: -webkit-linear-gradient(left,  rgba(224,224,224,0) 0%,rgba(224,224,224,0) 38%,rgba(224,224,224,0) 99%);
	}
	.news-list-view .news-cont .col-md-4 .text a.news-fancybox:after {
		content:' ';
		position:absolute;
		display:block;
		width:100%;
		height:1em;
		bottom:0px;
		left:0px;
	}
	.news-list-view .news-cont .full-width .text  a.news-fancybox:before {
		background:transparent;
		content:initial!important;
	}
	.news-list-view .news-cont .full-width .text {
		overflow: hidden;
		height: 45px;
		line-height: 15px;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.col-sm-8 .bx-wrapper .bx-viewport  .slider li img  {
		width: 100%;
		height:auto;
	}
	.homepage_col .tx-mbonfrontslider-pi1.bx-wrapper {
		 width: 100%;
	}
	.homepage_col .tx-mbonfrontslider-pi1 .fixed-h {
		height:auto;
	}
	.content-teaserbox.euranet .teser_box_inner .top-image {
		float:left;
	}
	.col-sm-4 .content-teaserbox.euranet .teser_box_inner .content-headline {
		height:initial;
		min-height:162px;
		position: relative;
		padding-right:0!important;
	}
	.content-teaserbox.euranet .content-headline h1 {
		position:absolute;
		bottom:0;
		width:100%;
		padding: 5px 0px 5px 0px !important;
		text-align: center;
	}
	.col-sm-4 .content-teaserbox.euranet .teser_box_inner .headline {
		bottom:0;
		position:initial;
	}
	.col-sm-4  .content-teaserbox.euranet {
		/* display:block; */
	}
	.content-teaserbox.euranet .content-headline a {
		display: inline-block;
	}
	.content-teaserbox.euranet .content-headline span, .content-teaserbox.euranet .show_img, .content-teaserbox.euranet .description {
		display:none;	
	}
	.content-teaserbox.euranet .top-image img {
		width:100%!important;
		height:auto;
		padding: 10px;
	}
	.col-sm-8 .crossmedia_content .cross_img_center.mbon_img, .col-sm-8 .crossmedia_content .cross_img_center.mbon_img img {
		width:100%!important;
	}
	.col-sm-8 #wechsel img{
		  width: 100%;
		  height: auto;
	}
	.col-sm-8 #wechsel a {
		width:100%	
	}
	.mbon_haustierforum_show_all_entrys .mbon_haustierforum_show_formular textarea, .mbon_haustierforum_show_all_entrys .mbon_haustierforum_show_formular input[type=text], .mbon_haustierforum_show_all_entrys .mbon_haustierforum_show_formular  select  {
		width:100%;
	}
	.mbon_haustierforum_show_all_entrys .mbon_tierforum_entry.entry_listing, .mbon_haustierforum_show_all_entrys .mbon_tierforum_entry.entry_listing  {
		width: 100%;
		padding:0;
		margin-left:0;
	}

	.contenttable, .fixed-h.imageContent .mobile_img img, .crossmedia_content .div_caps, .crossmedia_content .crossmedia-video .jwplayer.playlist-none,  .tx-kurt-pi1 .jwplayer.playlist-none, .tx-kurt-pi1 .csc-textpic-imagewrap, .tx-kurt-pi1 .csc-textpic-image {
		width:100%!important;
	}
	
	.tx-mbonusergallery-pi1 .tx_mbonusergallery_pi1_form input[type=submit] {
		  width: 35%;
	}
	.mobile .tx-kurt-pi1 .element-textpic .csc-textpic div, .tx-kurt-pi1  .csc-textpic.csc-textpic-intext-left-nowrap div{
		margin-left:0!important;
	}
	.tx-mbonsoundmemorygame-pi1 #game {
		margin-bottom:10px;
	}
	.amsrelated img, .amsrelated-page .amsrelated-page-title a {
		width: 236px;
		min-width: 236px;
		margin: 0 auto;
		text-align: center;
	}
	.amsrelated .amsrelated-page{
		width: 100%;
		margin: 0 auto;
		text-align: center;
		margin-bottom: 15px;	
	}
	.col-sm-8 #myElement {
		width:100% !important;
	}
	.facebook {
		width:100%;	
	}
	.tx-mbonplaylist-pi1 .header.column {
		vertical-align: bottom;
	}
	.mbon_usergallery_listing_element:nth-child(even) .mbon_usergallery_listing_element_image, .mbon_usergallery_listing_element:nth-child(even){
		float:left;
	}
	.tx-mbonusergallery-pi1 .mbon_usergallery_listing_element{
		width:100%;
		margin-bottom: 20px;
	}
	.tx_mbonusergallery_pi1_form input[type=text], .tx_mbonusergallery_pi1_form textarea{
		width:80%;	
	}
	
	.tx-mbonprogramm-pi2{
		padding-right:0;
	}
	
	.tx_mbonvideoupload_pi1_form table td {
		float:left;
		width:50%;
	}
	.mbon_haustierforum_show_formular select {
		float:left;
	}
	.mbon_haustierforum_show_formular_inside {
		padding-left:0px!important;
	}
	.mbon_haustierforum_show_formular input[type=text], .mbon_haustierforum_show_formular textarea, .col-sm-8 .mbon_haustierforum_show_formular #submit_button {
		margin-left:0!important;
	}
	.tx_mbonbilderjury_pi1-wrapper img, .tx_mbonbilderjury_pi1-wrapper tr td {
		float:right;
	}
	.tx-mbonbilderjury-pi1 input[type=text], .tx-mbonbilderjury-pi1 input[type=file], .tx-mbonbilderjury-pi1 input[type=submit], .tx-mbonbilderjury-pi1 textarea, .tx-mbonbilderjury-pi1 table {
	  width: 100%!important;
	}
	.tx_mbonvideoupload_pi1_form form {
		overflow:hidden;
		width:100%;
	}
	.tx-mbonamsevent-pi1 .progExt_wrap .mbon_programm_nav .mbon_programm_nav_next a {
		background-position: 97% center;
	}
	.col-sm-8 .tx-mbonamsevent-pi1 .progExt_wrap {
		width:100% !important;	
	}
	.mbon_programm_nav .mbon_programm_nav_prev, .mbon_programm_nav .mbon_programm_nav_next {
		width: 35% !important;
	}
	.mbon_programm_nav .mbon_programm_nav_day {
		width: 29% !important;
	}

	.tx-mbonautohaus-pi1 .csc-mailform-field label {
		  width: 50%;
 		 float: left;
	}
	.tx-mbonautohaus-pi1 .csc-mailform-field input[type=text], .tx-mbonautohaus-pi1 .csc-mailform-field textarea, .tx-mbonautohaus-pi1 input[type=file] {
		width:50%;
	}
	.mbonazubiboerse-form input[type=text], .mbonazubiboerse-form textarea {
		width:70%;
	}

	.mbonazubiboerse-form input[type=submit] {
		margin-top:5px;
	}

	.container.last/*, .content.subpage*/ {
		margin-top: 74px;
	}
	/*headline mobile*/
	.news-list-view .news-cont .top-inner-cont .col-md-4 .text .bodytext{
		  overflow: hidden;
		  height: 15px;
		  line-height: 17px;
		  white-space: nowrap;
		  text-overflow: ellipsis;
	}
	.subpage .col-sm-8 .content-full img, .mobile .subpage .col-sm-8 .cor-pad .jwplayer.playlist-none {
		width:100%!important;
	}
	.footer-menu {
		bottom:0;
	}
	.footer-menu li{
		font-size:14px;
	}
	.content-teaserbox {
		  padding: 0px 40px 0 40px;
	}
	header .col-sm-6.no-padding.song_pic_cont {
		   padding: 0px 0px 0px 18px;
		   margin-right:8px;
	}
	.content-teaserbox .teser_box_inner {
		  position: relative;
	}
	.teser_box_inner .show_img div div{
		display:none;
	}

	.content-teaserbox .teser_box_inner .headline {
		  bottom: 26px;
		  position: absolute;
		  z-index: 10;
		  background-color: transparent;
		  width: 100%;
	}
	
	.content-teaserbox .teser_box_inner .headline h1 {
		  background-color: rgba(241, 241, 241, 0.6);
		  padding: 5px 0px 5px 0px;
		  font-size:14px;
		  overflow: hidden;
		  white-space: nowrap;
		  text-overflow: ellipsis;
		  padding-left: 10px;
	}
	.teser_box_inner.giftBoxIcon .content-headline h1 {
		  background-image: url('../../../fileadmin/ams/Shared/Public/custom/img/giftBox.png');
		  background-repeat: no-repeat;
		  background-position: 100%;
		  background-size: 5%;
		  background-position-x: 95%;	
		  padding-left: 10px;
	}
	.teser_box_inner.giftBoxIcon .content-headline h1{
		height: 25px;
		line-height: 17px;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	.teser_box_inner.galleryIcon .content-headline h1{
		  background-image: url('../../../fileadmin/ams/Shared/Public/custom/img/kamera-icon.png');
		  background-repeat: no-repeat;
		  background-position: 100%;
		  background-size: 8%;
		  background-position-x: 95%;	
	}
	.teser_box_inner.videoIcon .content-headline h1 {
		  background-image: url('../../../fileadmin/ams/Shared/Public/custom/img/Video-icon.png');
		  background-repeat: no-repeat;
		  background-position: 100%;
		  background-size: 10%;
		  background-position-x: 95%;	
		  padding-left: 10px;
	}
	.teser_box_inner.audioIcon .content-headline h1 {
		  background-image: url('../../../fileadmin/ams/Shared/Public/custom/img/Audio.png');
		  background-repeat: no-repeat;
		  background-position: 100%;
		  background-size: 8%;
		  background-position-x: 95%;	
	}
	.teser_box_inner.deinfmIcon .content-headline h1{
		  background-image: url('../../../fileadmin/ams/Shared/Public/custom/img/deinfm_icon.png');
		  background-repeat: no-repeat;
		  background-position: 100%;
		  background-size: 24%;
		  background-position-x: 95%;	
	}
	.content-teaserbox .teser_box_inner .headline  .content-headline span{
		 display:none;
	}

	.teser_box_inner .show_img {
		  z-index: 1;
	}

	.content-teaserbox .teser_box_inner .headline  .content-headline  {
		  height: 25px;
		  padding: 0px 0px 0px 0px;
	}

	.content-headline{
		min-height:initial;
	}
	/*headline mobile end*/
	.fixed-h.imageContent {
		padding-bottom:10px;
	}
	.news.news-single  .news-img-wrap .outer div a img {
		width: 100%;
		height: auto;
	}
	.content-teaserbox, .content-greybox{
		width:100%;
	}
	.teser_box_inner {
		padding: 0px 0px 25px 0px;
	}

	.content-greybox {
		margin: 0px 0px 10px 0px;
	}
	
	.content-greybox .grey_box_inner {
		padding: 0px 0px 0px 0px;
	}
	.col-sm-4 .content-greybox .grey_box_inner {
		padding: 0px 0px 0px 0px;
	}
	.no-padding.right_special {
		padding: 0;
	}

	.col-sm-8 .col-xs-6 {
		width:100%;
	}

	header .left-col{
	  	padding-top: 4px;
	}

	.header-cont .col-lg-3 {
		width:65%;
	}

	.header-cont .col-lg-3 .bottom {
		font-size:10px;
		padding-top: 0;
	}

	.col-xs-6 {
		width: 100%;
	}

	.col-xs-3 {
		  padding-right: 10px;
		  padding-left: 10px;
		  width: 25%;
	}

	.col-xs-5 {
		padding-right: 0px;
		padding-left: 0px;
		width: 54%;
		margin-left: -19px;
	}

	.col-xs-2 {
		padding-right: 10px;
		padding-left: 10px;
	}

	.col-xs-4{
		width: 35%;
	}

	.col-xs-8{
	      width: 65%;
	      padding-right: 0px;
	}

	.col-xs-8 h4{
		font-size: 18px;
		width: 100%;
		font-weight: 300;
		padding-right: 0!important;
		
	}
	header .left-col .play_link{
		  width: 22px;
		  height: 22px;
		  background-size: 22px;
		  bottom: -16px!important;
	}

	.search-button-icon {
		  width: 32px !important;
		  height: 32px!important;
		  background-size: 23px;
		  margin:0px;
		  margin-right: 25px;
	}

	 a#pull:after {
		background-size: 34px!important; 
		width: 34px !important; 
	}

	.mobile header .song {
		  margin-left: 13px;
		  margin-top: 14px;
		  font-size: 10px;
	}

	.mobile header .header-cont {
		  min-height: 66px;
	}

	.news-list-view .inner-cont h4.hidden-xs{
		display: none !important;
	}

	.mobile .content .content-full{
		margin-top:0;
	}

	.col-xs-6 h3 p.bodytext, .content .content-full .news-cont .inner-cont .text{
		margin-bottom:0;
	}

	.show-column{
		width:100%;
	}

	.content .pad {
		padding:0;
	}

	.news-list-view .simple-news-more .more, .news-cont .inner-cont .text.hidden-xs p, .col-sm-4 .wrap_search, .right_info.player.hidden-xs, .advers.hidden-xs, .fifty.hidden-xs, .col-sm-4 .fixed-h {
		display: none !important;
	}

	.tabs-info.blitzer .ident-info{
		  width: 36px;
	}

	.ident-info-left.smartphone{
		  width: 23px;
	}
	.ident-info.blitzer{
		  width: 43px;
		  margin-left: 14px;
	}
	.ident-info.weather{
		  width: 56px;
	}

	.content .content-full .show-column .inner-cont .top-inner-cont{
		border-bottom:0!important;
	}

	.inner-cont.comm {
		  border-bottom: 2px solid #DDDDDD !important;
		  font-size: 12px;
		  padding-bottom: 12!important;
		  padding-left: 55px !important;
		  padding-right: 55px !important;
		  padding-top: 0 !important;
	}
	div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
		  margin-bottom: 3px;
	}

	.content .content-full .inner-cont.comm img{
		  margin: 0;
		  margin-top: 3px;
	}

	.add_place_nw{
		margin:0;
	}

	.add_place_nw .divider .bodytext {
		font-size:11px;
	}

	.add_place_nw .divider h4 a{
		font-size: 14px;
	}

	.content-full .cor-pad .row.mason-container.hidden-xs  .news-cont{
		background-color: #ebebeb;
		padding: 7px 7px 0px 7px !important;
	}

	.all .col-sm-3.col-xs-3.temp, .col-sm-3.col-xs-3.minmax-temp, .col-sm-3.col-xs-3.minmax-temp {
		width: 17%;
	}
	.content-min, .content-max {
		margin-top:0;	
	}

	.activeWeather .row {
		padding-top:12px;
		padding-left: 13px;	
	}
	.mobile-weather .all .cols {
		padding-top: 21px;
	}

	.mobile-weather .row{
	        min-height: 130px;
	}
	.forMobile .mobile-blitzer {
		min-height: 100px;
	}
	.fullBox {
		/*display:block;*/
		display: none;
		padding: 10px 0px;
	}
	.four-ad {
	/*	display:block;	*/
		display: none;
	}
	#prog_search {
		float:none!important;
		font-size:14px;
		width: 100%!important;
		clear:both;
	}
	.mbon_programm_rec_image {
		float:none;
	}
	.mbon_programm_rec img {
		width:100%;
		height:auto;
	}
	.tx-mbonprogramm-pi2 .progExt_wrap {
		max-width:100%;
		width: 100%!important;
		    float: none!important;
	}
	.tx-mbonprogramm-pi2 .progExt_wrap .mbon_programm_nav {
		padding-top:15px;
	}
	
	.mbon_playlist .filter input[type=submit] {
		padding:0 5px;
	}
	.mbon_playlist .filter input[type=text] {
		max-width:25px;
	}
	.mbon_playlist .filter select, .mbon_playlist .filter select option {
		max-width:100%;
	}
	.mbon_playlist .filter select option {
		padding:0;
		margin:0;
	}
	.mbon_playlist .filter .table {
		display:block;
	}
	.mbon_playlist .filter .table .column {
		display:inline-block;
	}
	.mbon_playlist .filter .table .column.break {
		display:block;
	}
	.content .bx-wrapper .bx-caption {
		bottom:0;
	}
	.content .bx-wrapper .bx-pager {
		bottom: 15px;
	}
	#search_field_up {
		top:40px;
		right: 7px;
	}
	#searchfrm {
		position:relative;
	}
	.mbon_quickgallery_nav {
		width:100%;
	}
	.mbon_quickgallery_image.col-xs-6 {
		width:50%!important;
		min-height:auto!important;
		height: 165px;
	}
	.mbon_quickgallery_image.col-xs-6 img {
		max-width:95%;
		height:auto;
	}	
	.fancybox-opened .fancybox-skin {
		margin-top:20%;
	}
	.fancybox-nav {
		width:40%;
		background-image:none;
	}
	.fancybox-nav:focus {
		outline: none;
	}
	div.csc-mailform li label, label , .tx-mbonautohaus-pi1 .csc-mailform-field label{
		width:100%;
		display:block;
		font-size: 14px;
	}
	div.csc-mailform ol li.csc-form-element-textblock {
		margin:0;
		width: 100%;
	}
	div.csc-mailform li input[type=text], input[type=text], div.csc-mailform li select, select, div.csc-mailform li textarea, textarea, .tx-mbonautohaus-pi1 .csc-mailform-field input[type=text], .tx-mbonautohaus-pi1 .csc-mailform-field textarea, .tx-mbonautohaus-pi1 input[type=file] {
		width:100%;
		display:block;
		font-size: 14px;
	}
	div.csc-mailform li input[type=submit], input[type=submit], div.csc-mailform fieldset ol {
		font-size: 14px;
		margin-left:0;
	}
	.csc-textpic .csc-textpic-imagewrap {
		float:none!important;
	}
	.csc-textpic .csc-textpic-text {
		margin:0!important;
	}
}



@media (min-width: 768px){
	.mobile_img {
		display:none;
	}
}
@media  (max-width:1199px) {
	.video-icon div, .audio-icon div, .giftBox-icon div, .gallery-icon div, .deinfm div {
		top:25px;
	}
}

@media  (max-width:1202px) and (min-width: 992px)  {
	.mbon_usergallery_listing_element:nth-child(even) {float:left;}

	.mbon_usergallery_listing_element:nth-child(even) .mbon_usergallery_listing_element_image{
		float:left;	
	}
	
	.mbon_usergallery_listing_element:nth-child(even) .mbon_usergallery_listing_element_rating, .mbon_usergallery_listing_element:nth-child(even) .mbon_usergallery_listing_element_vote {
		margin-left:0;
		float:left;	
	}
}

@media  (max-width:450px) {
	#playlist_content {
		width:71%;
	}
}

@media (max-width: 344px){
	.header-cont .col-lg-3 .bottom{
		font-size:10px;	
	}
	.content .col-sm-8 .jwplayer.playlist-none {
		width:100%!important;
	}
	.mbon_quickgallery_image.col-xs-6 {
		height: 125px!important;
	}
}
	

.right_info_cont .col-sm-3 {
	width:29%;
}
@media (min-width: 1200px){
	.subpage .col-sm-4 .content-greybox .grey_box_inner {
	    padding: 0px 13px 0px 0px;
	}


	.subpage .right_special.subsub .content-teaserbox {
	    margin: 15px 6px 15px 0px;
	}

	img {
		/*width:384px;
		height: auto;*/
	}

	.slider li img {
		width:100%;
	}
	.container {
		width:1116px;
	}

	.col-sm-8 {
		width:707px;
	}

	.col-sm-4.no-padding {
		width:352px;
	}

	.col-sm-4, .col-sm-4 .content-teaserbox, .content-teaserbox, .content-greybox, .content-greybox .headline_grey  {
		width: 300px; /*war:336px*/
		padding:0;
	}

	.teser_box_inner, .col-sm-4 div.csc-textpic-center .csc-textpic-center-outer {
		width: 300px; /*war:336px*/
		padding:0;
	}

	.content-teaserbox {
		/*margin: 15px 7px 15px 7px;*/
		margin: 15px 2px 15px 2px;
		max-height: 332px;
		overflow: hidden;

	}

	.container {
		padding-left:0px;
	}

	.row.contentr {
		width: 1066px;
		margin: 0 auto;
		border-left: 1px solid #989898;
		border-right: 1px solid #989898;
		border-bottom: 1px solid #989898;
	}
	
	.row.contentr .col-sm-8 {
		padding-left:6px;
	}

	.col-sm-4 .csc-textpic-imagewrap {
		margin:0;
		padding:0;
	}

	.col-sm-4 .csc-textpic.csc-textpic-center.csc-textpic-above {
		margin-left: 7px;
		margin-top: 15px;
		max-height: 328px;
		margin-bottom: 15px;
	}

	.content-greybox  {
		margin-right:14px;
	}

	.btn2 {
		margin-bottom: 134px;
	}

	.col-sm-4 div.csc-textpic .csc-textpic-imagewrap img { 
		max-height: 328px;
	}

	/*.list-news .col-md-8 {*/
		/*width:180px;*/
		/*padding:0;*/
		/*margin-right: 15px;*/
	/*}*/

	.news.news-single .news-img-wrap .outer div a img{
		width:315px;
		height:auto;
	}

	.btn1, .subpage .btn1, .col-sm-4 .btn2, .blueBox, .subpage .blueBox{
		width:300px;
	}

	.mobile-version img {
		width:initial;
	}
	.right_info.player, .jwplayer  {
		width:336px;
	}

	.logo img {
		width:136px;
	}

	.subpage .col-sm-8 .content-full img {
		width:384px;
		height: auto;
	}

	.nav > li > a {
	  	padding: 3px 33px;
	}
	header {
	  padding: 0 0px;
	}
}

@media (max-width: 767px){

	div.csc-textpic .csc-textpic-imagewrap img {
		max-width:100%;
	}
	.col-xs-6, .subpage .col-sm-8 .content-full img, .mobile .subpage .col-sm-8 .cor-pad .jwplayer.playlist-none {
		width:236px!important;
	}

	.mobile-version img {
		width:initial;
	}
	
	.col-sm-8 {
		width:100%;	
	}


	.menu .nav .submenu li a {
		margin: 0;
		padding: 0;
		line-height: 20px;
	}
	
	.col-xs-6, .subpage .col-sm-8 .content-full .tt_news_image_slider img.img-responsive {
		width: 70%!important;
	}
}

@media (max-width: 480px){
	.col-sm-8 .col-xs-6, .content-teaserbox .show_img img, .content-teaserbox .teser_box_inner .headline, .content-teaserbox/*, div.csc-textpic .csc-textpic-imagewrap img*/{
		width:236px;
	}
	.content-teaserbox {
		padding:0;
		margin:0 auto;
		float: none;
	}
	
	.col-sm-8 .bx-wrapper .bx-viewport {
		 width: 312px;
	}
	.col-sm-8 .bx-wrapper .bx-viewport ul li {
		width: 312px;
	}
	
	.fixed-h.imageContent img{
		width:initial; 
		height:auto;
	}
}

@media (max-width: 1199px){
	.content {
		padding: 0 0px;
	}
}

@media  (max-width:767px) and (min-width: 480px)  {
	.fixed-h.imageContent img{
		width:100%;
		height:auto;
	}
}
@media (max-width: 1065px) and (min-width: 992px) {
	.mobile-version .hidden-md {
	  display: block !important;
	}
	
	.mobile-version .hidden-md.smartphone {
	  display: none !important;
	}
}

/*
 *
 * TO BE MOVED IN main.css
 *
 *
 */

.jw-icon {
    font-family: 'jw-icons';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    text-transform: none;
    background-color: transparent;
    font-variant: normal;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -moz-osx-font-smoothing: grayscale
}

/* Use this class to set a global background color for all elemnts. */
.jw-skin-radio .jw-background-color {
   background: url("/fileadmin/misc/jwplayer/radio/controlbar/controlbar-background_gr.png");
   border: 1px solid white;
}

.jw-slider-volume.jw-background-color.jw-reset {
  border: 0px solid white;
}

/* This is the class that houses all controls. Use this to adjust the appearance of the entire controlbar. */
.jw-skin-radio .jw-controlbar {
  border: #333 0px solid; 
  border-radius: 5px;
  bottom: 8px;
  height: 30px;
  margin-left: 8px;
  position: absolute;
  margin-right: 8px;

}


/* Vertically aligns the timeslider and icons in the center of the controlbar. */
.jw-skin-radio .jw-group {
  vertical-align: middle;
}

/* Sets the style for the visual playlist. */

.jw-skin-radio .jw-playlist {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Aligns the visual playlist above its icon. */

.jw-skin-radio .jw-playlist-container {
  left: -43%;
  background-color: rgba(0, 0, 0, 0.8);
}

/* Sets the style for the visual playlist items. */
.jw-skin-radio .jw-playlist-container .jw-option {
  border-bottom: 1px solid #444;
}

/* Allows you to adjust the color of the playlist item when hovering and has a different active style.*/

.jw-skin-radio .jw-playlist-container .jw-option:hover,
.jw-skin-radio .jw-playlist-container .jw-option.jw-active-option {
  background-color: black;
}

/* Changes the color of the label when hovering.*/

.jw-skin-radio .jw-playlist-container .jw-option:hover .jw-label {
  color: #ff0046;
}

/* Aligns the playlist header icon with the items in the playlist. */
.jw-skin-radio .jw-playlist-container .jw-icon-playlist {
  margin-left: 0;
}

/* Sets the color of the play icon of the currently playing playlist item.*/
.jw-skin-radio .jw-playlist-container .jw-label .jw-icon-play {
  color: #ff0046;
}

/* Aligns the playlist play icon with the items in the playlist. */
.jw-skin-radio .jw-playlist-container .jw-label .jw-icon-play:before {
    padding-left: 0
}

/* Sets the color of the playlist title */
.jw-skin-radio .jw-tooltip-title {
    background-color: #000;
    color: #fff
}

/* Style for playlist item, current time, qualities, and caption text.*/
.jw-skin-radio .jw-text {
  color: #ffffff;
}

/* Color for all buttons when they are inactive. This is over-ridden with the 
inactive configuration in the skin block.*/
.jw-skin-radio .jw-button-color {
  color: #ffffff;
}


/* Color for all buttons for when they are hovered on. This is over-ridden with the 
active configuration in the skin block.*/

.jw-skin-radio .jw-button-color:hover {
  color: #e00314;
}


/* Color for when HD/CD icons are toggled on. */
.jw-skin-radio .jw-toggle {
  color: #ff0046;
}

/* Color for when HD/CD icons are toggled off. */
.jw-skin-radio .jw-toggle.jw-off {
  color: #ffffff;
}

/* Sets spacing between controlbar icons and text */
.jw-skin-radio .jw-controlbar .jw-icon:before,
.jw-skin-radio .jw-text-elapsed,
.jw-skin-radio .jw-text-duration {
    padding: 0 .7em;
}

/* Removes icon padding to align the playlist header icon with the items in the playlist. */
.jw-skin-radio .jw-controlbar .jw-icon-prev:before {
    padding-right: .25em;
}

/* Removes icon padding to align the playlist header icon with the items in the playlist. */
.jw-skin-radio .jw-controlbar .jw-icon-playlist:before {
    padding: 0 .45em;
}

.jw-skin-radio .jw-controlbar .jw-icon-next:before {
    padding-left: .25em
}

/* Sets the style for the prev and next icons. */
.jw-skin-radio .jw-icon-prev,
.jw-skin-radio .jw-icon-next {
    font-size: .7em
}

/* Adds the spacer style to between the play icon and the previous icon. */
.jw-skin-radio .jw-icon-prev:before {
  border-left: 1px solid #666;
}

/* Adds the spacer style to between the next item and current time.  */
.jw-skin-radio .jw-icon-next:before {
  border-right: 1px solid #666;
}

/* Color of the display icon */
.jw-skin-radio .jw-icon-display {
  color: #fff;
}

/* Centers the display icon in it's container */
.jw-skin-radio .jw-icon-display:before {
  padding-left: 0;
}

/* Turns the display icon container into a circle. */
.jw-skin-radio .jw-display-icon-container {
    border-radius: 5px;
    border: 0px solid #333;
    width:5em;
    height: 3.8em;
}

/* Styles the timeslider rail */
.jw-skin-radio .jw-rail {
  background-color: white;
  box-shadow: none;
}

/* Sets the color for the buffer of the timeslider rail. */
.jw-skin-radio .jw-buffer {
    background-color: #666f82
}

/* Sets the style for the elaspesd progress. */
.jw-skin-radio .jw-progress {
  background: #e00314;
}

/* Sets the width of the knob's container */
.jw-skin-radio .jw-knob {
    width: .6em;
    height: .6em;
    background-color: #fff;
    box-shadow: 0 0 0 1px #000;
    border-radius: 1em
}

/* Sets the height for the horizontal slider container. */
.jw-skin-radio .jw-slider-horizontal .jw-slider-container {
    height: 9.5px;
    top: -11px;
}

@-moz-document url-prefix(){
	.jw-skin-radio .jw-slider-horizontal .jw-slider-container {
	    height: 9.5px;
	    top: -12px;
	}
}

/* Sets the height for the horizontal slider elements. */
.jw-skin-radio .jw-slider-horizontal .jw-rail,
.jw-skin-radio .jw-slider-horizontal .jw-buffer,
.jw-skin-radio .jw-slider-horizontal .jw-progress {
    height: 8px;
    border-radius: 0
}


/* Centers the knob vertically. */
.jw-skin-radio .jw-slider-horizontal .jw-knob {
    top: -0.19999999999999998em;
    display: none;
}

/* Cetners the timeslider cuepoints vertically. */
.jw-skin-radio .jw-slider-horizontal .jw-cue {
    top: -0.04999999999999999em;
    width: .3em;
    height: .3em;
    background-color: #fff;
    border-radius: 50%
}

/* Sets the width for the vertical slider elements. */
.jw-skin-radio .jw-slider-vertical .jw-rail,
.jw-skin-radio .jw-slider-vertical .jw-buffer,
.jw-skin-radio .jw-slider-vertical .jw-progress {
    width: .2em
}


/* Sets the position of the volume slider container. */
.jw-skin-radio .jw-volume-tip {
    width: 100%;
    left: -45%;
    padding:7px;
}

/* Sets the color of the duration text in the controlbar. */
.jw-skin-radio .jw-text-duration {
    color: white;
}

/* Adds a left border as a spacer between all contorlbar icons. */
.jw-skin-radio .jw-controlbar-right-group .jw-icon-tooltip:before,
.jw-skin-radio .jw-controlbar-right-group .jw-icon-inline:before {
    border-left: 0px solid #666
}

/* Removes the border from the first icon after the time duration text. */
.jw-skin-radio .jw-controlbar-right-group .jw-icon-inline:first-child:before {
    border: 0
}

/* This styles the dock icons into a circle. */
.jw-skin-radio .jw-dock .jw-dock-button {
    border-radius: 50%;
    border: 1px solid #333
}

/* This styles tooltip for dock text background. */
.jw-skin-radio .jw-dock .jw-overlay {
    border-radius: 2.5em
}

/*This sets the font color and background color for the active item in HD and CC menus. */
.jw-skin-radio .jw-icon-tooltip .jw-active-option {
    background-color: #ff0046;
    color: #fff
}

/* Sets a min width for the volume container so that when it changes between mute and volume, the controlbar does not shift. */
.jw-skin-radio .jw-icon-volume {
    min-width: 2.6em
}

/* Sets the style for the time tooltip, menu, volume. */
.jw-skin-radio .jw-time-tip,
.jw-skin-radio .jw-menu,
.jw-skin-radio .jw-volume-tip,
.jw-skin-radio .jw-skip {
    border: 1px solid #333
}

/* Sets the position for the time tooltip. */
.jw-skin-radio .jw-time-tip {
    padding: .2em;
    bottom: 1.3em
}

/* Sets the position for the vertical volume slider. */
.jw-skin-radio .jw-menu,
.jw-skin-radio .jw-volume-tip {
    bottom: .24em
}

/* Sets the shape of the skip icon. */
.jw-skin-radio .jw-skip {
    padding: .4em;
    border-radius: 1.75em
}

/* Sets the style for the skip text. */
.jw-skin-radio .jw-skip .jw-text,
.jw-skin-radio .jw-skip .jw-icon-inline {
    color: #fff;
    line-height: 1.75em
}
.jw-skin-radio .jw-skip.jw-skippable:hover .jw-text,
.jw-skin-radio .jw-skip.jw-skippable:hover .jw-icon-inline {
    color: #ff0046
}

.jw-slider-time.jw-slider-horizontal{
  height: 10px;
}

.jw-slider-volume.jw-reset.jw-slider-horizontal {
  height:10px;
}

.jw-buffer.jw-reset {
     background-color: #cdc9ca;
     /* background-color: #808080;*/
}
/*
.jw-flag-audio-player .jw-slider-volume.jw-background-color.jw-slider-horizontal.jw-reset{
  display: none;
}*/

 .jwplayer.jw-reset.jw-skin-radio .jw-controls.jw-reset .jw-slider-volume.jw-slider-horizontal.jw-reset {
  display: none;
}


.jw-slider-vertical .jw-knob {
  display: none;
}

.jw-slider-volume.jw-volume-tip .jw-rail.jw-reset {
  width: 8px;
}

.jw-slider-volume.jw-volume-tip .jw-progress.jw-reset{
      width: 50%;
}

.jw-tab-focus:focus {
  outline: transparent!important;
}

.jwplayer:hover .jw-display-icon-container {
    background: url("/fileadmin/misc/jwplayer/radio/controlbar/controlbar-background_gr.png")!important;
}

@media (max-width: 344px) {
  .jwplayer.jw-reset,.tx-kurt-pi1 .crossmedia_content .crossmedia-audio{
    width: 100%!important;
  }

}
.bv_clear{
  clear: both;
}

.bv_box{
  width: 100%;
  margin: 20px 0;
}

.bv_fullheader{
  width: 100%;
  background-color: #ddd;
  text-align: left;
  padding: 5px;
}

.bv_data{
  clear: both;
  width:100%;
}

.bv_leftContainer{
  float:left;
  width: 50px;
}

.bv_icon  {
  margin: 0 auto 0 auto;
}

.bv_icon img{
  margin-top: 10px;
  width: 40px;
}

.bv_rightContainer{
  margin-left: 52px; 
}

.bv_row{
}

.bv_leftCol{
  width: 110px;
  float: left;
}

.bv_rightCol{
  margin-left: 112px;
  margin-bottom: 10px;
}




@media all {
	
	nav .nav > li:hover {
    	background: #eee;
	}
	
	.csc-textpic-intext-right-nowrap .csc-textpic-text {
	    margin-right: 0px;
	}
	
	.csc-default {
		margin-bottom: 25px;
	}
	
	div.col-sm-8 .csc-frame {
	    margin-bottom: 25px;
	}
	
	.visible-lg .csc-default {
		margin-bottom: 0px;
	}
	
	h2, .h2 {
		font-size: 20px;
	}
	
	body {
		line-height: 18px;
	}
	
	p {
		margin-bottom: 8px;
	}
	
	a {
		color: #323232;
	}

	#playlist_artist {
		font-weight: normal;
	}
	
	.shariff .orientation-horizontal {
		margin-top: 25px;
	}
	
	.col-md-6 {
		padding-left: 0;
		padding-right: 0px;
	}
	
	.col-md-6 p.bodytext {
		padding-left: 0;
		padding-right: 10px;
	}
	
	.div.csc-mailform fieldset li.csc-form-element-checkbox label {
		width: 240px;
	}
	
	#adl_sb_table {
		width: 1100px;
		position: relative;
		top: 0px;
		left: -168px;
		bottom: -50px;
	}
	
	#omsv_sky_DhtmlTable {
		margin-left: -3px;
	}
	
	.container.no-margin.visible-md.visible-lg .csc-default {
		margin-bottom: -25px;
	}
	
	.tx-mbonrelated-pi1 {
		border-top: solid lightgrey 1px;
		padding-top: 15px;
		margin-top: 30px;
	}
	
	.content-full .tx-mbonrelated-pi1 {
		border-top: solid lightgrey 0px;
	}
	
	.amsrelated-2-page-text {
		float: none;
	}
	
	.content .bx-wrapper .bx-pager {
    	bottom: 15px !important;
	}
	
	.bx-wrapper .bx-pager.bx-default-pager a {
		width: 8px;
		height: 8px;
	}
	
	.normal .submenu li {
    	padding: 0 0px !important;
	}
	
	.normal .submenu li a {
    	padding: 2px 5px !important;
	}
	
	.mbon_playlist #charts_table td {
	    font-size: 14px;
	}
	
	td, th {
    	font-size: 14px;
	}
	
	.mbon_programm_rec {
		border-bottom: 1px solid #ededed;
		padding-bottom: 20px;
		margin-bottom: 10px;
		/* display: inline-block; */
		overflow: hidden;
	}
	
	.mbon_programm_cat {
		border-bottom: none;
	}
	
	.mbon_calendar .nocolor {
    	border-bottom: 1px solid #cacaca;
	}
	
	.subcolumns {
	    clear: both;
	}
	
	.mbon_haustierforum_show_entry_left {
	    width: 146px;
	}
	
	.mbon_tierforum_entry.entry_listing {
	    height: none;
	}
	
	.mbon_haustierforum_show_all_entrys .mbon_haustierforum_show_entry_bottom a {
    	color: #323232;
	}
	
	.mbon_tierforum_entry.entry_listing .mbon_haustierforum_show_entry_bottom a:hover {
    	color: #323232;
	}
	
	.mbon_playlist .filter input, .mbon_playlist .filter input:focus, .mbon_playlist .filter select, .mbon_playlist .filter select:focus {
	    border: medium none;
	    outline: medium none;
	    text-align: left;
	}
	
	div.csc-mailform fieldset li.csc-form-element-radio label, div.csc-mailform fieldset li.csc-form-element-checkbox label {
    	width: 245px;
	}
	
	#blitzer .bk_img {
		margin-bottom: 5px;
		min-height: 30px;
	}
	
	.btn1, .subpage .btn1 {
	    visibility: hidden;
	    display: none;
	}
	
	.btn2 {
	    margin-bottom: 25px;
	    margin-top: 25px;
	    clear: both;
	    background-color: transparent;
	    align-content: center;
	}
	
	.tx-mbonweather-pi1 .cont a:hover {
    	color: #d20a11;
	}
	
	.cor-pad .row {
		margin-right: 0px;
	}
	
	a {
        color: #d20a11;
	}
	
	a:hover {
        color: #d20a11;
	}
	
	.mbon_programm .jwplayer.playlist-none {
    	width: auto !important;
	}
	
	.mbon_programm_rec_text .crossmedia-audio {
	}
	
	.crossmedia_content .crossmedia-audio {
	    width: 385px !important;
	}
	
	.crossmedia-audio-caption {
		font-style: italic;
	}
	
	.news .article .news-img-wrap a {
	    border: 0px solid #ddd;
	}
	
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
    color: #000000;
	}
	
	.colright.fixed-h {
        height: auto;
	}
	
	.news-search-form label {
		width: 180px;
	    margin: 0;
	    padding: 0;
	    float: left;
	    font-weight: normal;
	}
	
	.news-search-form form fieldset .form-group input {
		width: 40%;
	    line-height: 18px;
	    border: 1px solid #cccccc;
        border-radius: 0px;
        height: 20px;
        padding: 0;
	}
	
	div.news-search-form form fieldset input[type=submit] {
	    margin-left: 180px;
	    width: auto;
	    background-color: #ededed;
	    border: none;
	    border: 1px solid #cccccc;
	    border-radius: 0px;
	}
	
	.mbon_quickgallery_nav_day {
	    line-height: 16px;
	}
	
	.lokmob {
		display: none;
	}
	
	.csc-textpic-imagerow {
		margin-bottom: 10px;
	}
	
	.subcolumns *:last-child {
    	padding-right: 0px;
	}
	
	.tx-mbonrelated-pi2 {
        /*display: inline-table;*/
	}
	
	.youtubecontainer { 
		position: relative;
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
		max-width: 100%;
		}
	
	.youtubecontainer iframe, .youtubecontainer object, .youtubecontainer embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.youtubevideo {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	}
	
	table.mbon_calendar td.fill:hover {
	    background: #fff;
	    color: #fff;
	}
	
	.csc-space-before-320 {
    	margin-top: 0px !important;
	}
	
	.content .content-full .col-sm-6:last-child .inner-cont {
    	border-bottom: 0px solid #DDDDDD !important;
	}
	
	a.all_news {
	    border-top: 0px solid #DDD;
	    width: 100%;
	    text-align: right;
	}
	
    .tx-mbonprogramm-pi2 .content-teaserbox .show_img img {
        width: 100%;
		height: auto;
		max-height: none;
	}
	
	#billboardad {
		box-sizing: border-box;
	    background-color: white;
        padding: 0;
        margin: 0;
        border-left: 0;
        border-right: 0;
	}
	
	.add_place_billboard {
        padding: 0px 0px;
        border-top: 1px solid #dadada;
        position: relative;
		background-color: #fff;
		margin: 0 auto;
        width: 100%;
        border-bottom-width: 0px;
	}
	
	.add_title {
        position: absolute;
        right: 4px;
        top: 7px;
        color: #959595;
        font-size: 11px;
    }

    p.align-right {
        text-align: right;
	}
	
	.csc-textpic-imagewrap dl {
	    float: left;
	    margin-right: 10px;
	}
	
	img.tx-srfreecap-pi1-image {
	    margin-left: 10px;
	    vertical-align: middle;
	}
	
	.tx-srfreecap-pi1-cant-read {
	    width: 100%;
	    padding-top: 3px;
	    padding-bottom: 5px;
	    display: inline;
	    float: left;
	    margin-left: 220px;
	}
	
	}

	.mbon_haustierforum_show_all_entrys .mbon_tierforum_entry.entry_listing .mbon_haustierforum_show_entry_left {
	    margin-right: 10px;
	}
	
	.tx-veguestbook-pi1 h2.tx-guestbook-header {
	    clear: both;
	    background: #ededed;
	    color: #323232;
	    display: block;
	    font-size: 100%;
	    font-weight: bold;
	    padding: 1em;
	    width: 100%;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-left {
	    height: 4em;
	    display: none;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-field span.tx-guestbook-form-obligationfield {
	    color: #323232;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-field input[type=submit] {
	    margin-left: 140px;
	    width: auto;
	    background-color: #ededed;
	    border: 1px solid #cccccc;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-field {
	    padding-top: 10px;
	}
	
	.tx-guestbook-pagination {
	    float: none !important;
	    width: 50%;
	    text-align: center;
	    font-size: 20px;
	    line-height: 22px;
	    margin: 0 auto;
	}
	
	.tx-guestbook-pagination a {
	    color: black;
	    font-size: 14px;
	    display: inline-block;
	    padding-left: 6px;
	    padding-right: 6px;
	}
	
	.tx-guestbook-pagination .active {
	    color: black;
	    font-size: 14px;
	    display: inline-block;
	    padding-left: 6px;
	    padding-right: 6px;
	    font-weight: normal;
	}
	
	.veguestbook_nav_next {
	    background-image: url('../../../fileadmin/ams/Shared/Public/custom/img/quickgallery_arr_right.png');
	    background-position: 0 10px;
	    background-repeat: no-repeat;
	    padding-right: 35px;
	    display: block;
	    text-align: right;
	    color: #ffffff;
	    font-weight: bold;
	    float: right;
	    width: 9px;
	}
	
	.veguestbook_nav_prev {
	    background-image: url('../../../fileadmin/ams/Shared/Public/custom/img/quickgallery_arr_left.png');
	    background-position: 0 10px;
	    background-repeat: no-repeat;
	    padding-right: 10px;
	    display: block;
	    text-align: right;
	    color: #ffffff;
	    font-weight: bold;
	    float: right;
	    width: 9px;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-right {
	    float: left;
	    width: 95% !important;
	    background: #FFF;
	    padding: 1em;
	}
	
	.rectright {
		clear: both;
	}
	
	.content-greybox {
		margin-bottom: 10px;
	}
	
	#playbuzz {
		width: 400px;
	}
	
	.csc-textpic > csc-textpic-text > p > a, csc-textpic > csc-textpic-text > p > b > a, csc-textpic > csc-textpic-text > p > a > b {
		color: #E10000;
	}
	
	.col-sm-8 p a {
		color: #E10000;
	}
	
	a.gublink {
		color: #323232 !important;
	}
	
	.news-backlink-wrap a {
		color: #E10000;
	}
	
	.internal-link.all_news {
    color: #656565 !important;
	}
	
	.tx-solr-relevance {
	    background-color: #73b429;
	}
	
	.news-cont.gartentipp {
	    border-bottom: 1px solid lightgray;
	    margin-bottom: 8px;
		padding-bottom: 8px;
	}
	
	#oms_layer_div {
		top: 80px !important;
	}
	
	}
	
@media (max-width: 767px) {
	#adl_sb_table {
		display: none !important;
	}
	
	/*.content .col-sm-8 .mbon_programm .jwplayer.playlist-none {
	    width: 100% !important;
	    height: 200px !important;
	}*/
	.mbon_programm .jwplayer.playlist-none {
    	width: auto !important;
	}
	
	.euranet {
        display: none;
	}
	
	.btn1, .subpage .btn1 {
	    display: none;
	}
	
	.btn2, .subpage .btn2 {
	    display: none;
	}
	
	.shariff {
	    width: 60%;
	    float: right;
	}
	
	div.amsrelated-2-page-text h2.amsrelated-2-page-title {
		display: inline-flex;
	}
	
	.content-teaserbox.euranet {
        display: none;
	}
	
	.mbon_quickgallery_images .col-sm-4 {
		display: block;
	}
	
	.level2menu_wrap {
	    display: none;
	}
	
	.container.last, .content.subpage {
    	margin-top: 75px;
	}
	
	nav .nav .firstlevel a {
	    font-size: 16px;
	}
	
	.internal-link.all_news {
		visibility: hidden;
	}
	
	.rectright {
		display: none;
	}
	
	.tabs-info .ident-info-left {
	    float: left;
	    cursor: pointer;
	    margin-left: -6px;
	    padding: 0;
	}
	
	.lokmob {
		display: block;
	}
	
	.collector .lokmob {
		display: none;
	}
	
	.mobile .li-menu-link.with-submenu .submenu {
	    background-color: #c8c4c5 !important;
	}
	
	/*.li-menu-link.with-submenu.active {
		background-color: #c8c4c5 !important;
	}
	
	.mobile li.li-menu-link.active a {
		background-color: #c8c4c5  !important;
	}*/
	div.footer-content ul li:nth-child(1) {
		display: none;
	}
	
	div.footer-content ul li:nth-child(2) {
		display: none;
	}
	
	div.footer-content ul li:nth-child(7) {
		display: none;
	}
	
	div.footer-content ul li:nth-child(8) {
		display: none;
	}
	
	.content-teaserbox.euranet {
		display: none !important;
	}
	
	.mobile .li-menu-link.with-submenu .submenu li a {
		font-size: 15px;
	}
	
	.mobile .li-menu-link.with-submenu .submenu li {
		line-height: 28px;
	}
	
	#billboardad {
		display: none;
	}
	
	header .col-sm-6.no-padding {
	    width: 70%;
	}
	
    .tt_news_image_slider img.img-responsive {
	    width: 70%;
	}
}

@media (max-width: 480px) {
	.ident-info.blitzer {
	    width: 54px;
	    margin-left: 5px;
	    margin-right: 2px;
	    margin-bottom: 4px;
	}
	
	.csc-default {
		margin-bottom: 25px;
	}
	
	.mbon_programm_nav .mbon_programm_nav_day {
    	width: 45% !important;
	}
	
	.mbon_programm_nav .mbon_programm_nav_prev, .mbon_programm_nav .mbon_programm_nav_next {
    	width: 27% !important;
	}
	
	.content-teaserbox .teser_box_inner .headline {
	    bottom: 34px;
	}
	
	.col-sm-4 .content-teaserbox {
		width: 236px;
		padding: 0;
	    margin: 0 auto;
	    float: none;
	    display: flex;
	}
	
	.col-sm-4 .content-teaserbox .show_img img {
	    max-height: 162px;
	}
	
	.col-sm-4 .content-teaserbox .teser_box_inner .headline {
    	bottom: 34px;
	}
	
    .col-sm-4 .content-teaserbox.euranet {
        display: none;
	}
	
	.tx-mbonprogramm-pi2 .content-teaserbox .teser_box_inner .show_img div:nth-child(2) {
		display: none;
	}
	
	.col-sm-4.no-padding {
		clear: both;
	}
	
	.homepage_col .col-sm-4 .collector, .homepage_col .pad .right_info_main, .collector_right_subpage {
    	display: block;
	}
	
	.csc-space-before-320 {
    	margin-top: 70px !important;
	}
	
	div.csc-textpic .csc-textpic-imagewrap dt img {
    	width: auto !important;
		height: auto;
		max-width: 100%;
	}

	.shariff {
	    margin-bottom: 40px;
	}
	
	.lokmob {
		display: block;
	}
	
	.csc-textpic.csc-textpic-intext-right-nowrap div {
		margin-right: 0 !important;
	}
	
	div.csc-textpic .csc-textpic-imagewrap img {
        width: auto !important;
    	max-width: 100%;
	}
	
	.tx-go-maps-ext {
		display: none;
	}
	
	.fixed-h {
        /*height: 200px !important;*/
    	margin-top: 0px;
	}
	
	.amsrelated-2-page.pi1:nth-child(2n+0) .amsrelated-2-page-img {
		/* float: right; */
	}

	.amsrelated-2-page.pi1:nth-child(2n+0) .amsrelated-2-page-text {
		/* float: right;
		margin-right: 6px; */
	}
	
	.amsrelated-2-page-title a {
	    font-size: 13px;
	}
	
	.bx-wrapper .bx-pager.bx-default-pager a {
	    width: 6px;
	    height: 6px;
	}
	
	.content .bx-wrapper .bx-pager {
    	bottom: 5px !important;
	}
	
	.ident-info-left.smartphone {
    	width: 55px;
	}
	
	.col-sm-4.no-padding.right_special.subsub {
		display: none;
	}
	
	.collector .lokmob {
		display: none;
	}
	
	.footer-menu li {
    	font-size: 10px;
	}
	
	.content .content-full .col-sm-6:last-child .inner-cont {
	    border-bottom: 0px solid #DDDDDD !important;
	}
	
	a.play_link.deskplay {
		display: none;
	}
	
	#mobdispo {
		width: 98%;
		float: left;
		margin-bottom: 15px;
	}
	
	.btn2 {
		display: none;
	}
	
	#pos2 {
		display: none;
	}
	
	.mobdispobut {
		width: 136px;
		height: 46px;
		margin: 0 auto;
		background-color: green;
		float: left;
	}
	
	.dispobut1, .dispobut3 {
		margin-right: 5%;
	}
	
	.mbon_programm_rec_text {
		width: 94%;
	}
	
	nav a#pull:after {
        background-size: 34px !important;
	    width: 34px !important;
	    margin-right: 10px;
	}
	
	.visible-md {
		display: block !important;
		margin: 0 0 -65px 0;
		padding: 0;
	}
	
	#pos1 {
	    padding-top: 60px;
	}
	
	#billboardad {
		display: none;
	}
	
	.container.last {
	    margin-top: 125px;
	}
	
	.rectright {
		display: none !important;
	}
	
	.date {
		display: none;
	}
	
	.date_categ.date {
    color: #a0a0a0;
    font-size: 12px;
    line-height: 18px;
    padding-bottom: 0px;
    display: block;
    padding: 0 !important;
	}
	
	h4 {
		margin-top: 0px;
	}
	
	.news-cont h4 {
		margin-bottom: -5px;
	}
	
	.content .content-full .news-cont .inner-cont .top-inner-cont {
	    border-bottom: 0px solid #ddd;

	}
	
	.col-xs-6, .subpage .col-sm-8 .content-full .tt_news_image_slider img.img-responsive {
        width: 100% !important;
	}
	
	.shariff .orientation-horizontal li {
	    float: left;
	    -ms-flex: none;
	    flex: none;
	    width: 35px;
	    min-width: 35px;
	    max-width: 35px;
	    margin-right: 3%;
	    margin-bottom: 10px;
	}
	
	.shariff .orientation-horizontal {
	    margin-top: 50px;
	}
	
	.shariff {
	    width: 100%;
	    float: left;
	}
	
	.sharifclear {
		clear: both;
		height: 0px;
	}
	
	.shariff {
	    margin-bottom: 0px;
	}
	
	.level2menu_wrap {
	    margin-bottom: 0px;
	}
	
	.news-cont.gartentipp {
	    border-bottom: 1px solid lightgray;
	    margin-bottom: 8px;
		padding-bottom: 8px;
	}
	
	.gartentipp h4 {
	    margin-left: 10px;
	    margin-bottom: 0px;
	}
	
	.gartentipp .jwplayer {
	    width: 100% !important;
	}
	
	.gartentipp .news-text-wrap {
		margin-left: 10px;
	}
}

@media (min-width: 481px) {
	a.play_link.mobiplay {
		display: none;
	}
	
	#mobdispo {
		display: none;
	}
	
	.shariff .orientation-horizontal.col-3 li, .shariff .orientation-horizontal.col-4 li {
	    min-width: 30px;
	    max-width: 30px;
	}
	
	.shariff .orientation-horizontal {
	    margin-top: 15px;
	}
	
	.shariff {
	    width: 100%;
	    float: left;
	}
	
	.shariff::after {
        content: " ";
        display: block;
        clear: both;
	    height: 0px
	}
	
	.sharifclear {
		clear: both;
		height: 0px;
	}
	
	.level2menu_wrap {
	    margin-bottom: 0px;
	}
	
	li.whatsapp {
		display: none;
	}

}

@media (min-width: 768px) and (max-width: 1100px) {
	#adl_sb_table {
		width: 768px;
		position: relative;
		top: 0px;
		left: -168px;
		bottom: -50px;
	}
	
	.col-sm-4.no-padding.right_special.subsub {
		display: none;
	}
	
	.lokmob {
		display: block;
	}
	
	.collector .lokmob {
		display: none;
	}
	
	.right_info.player.hidden-xs {
		display: none;
	}
	
	.rectright {
		display: none;
	}
}

@media (min-width: 768px) {
	.content-teaserbox.euranet {
		min-height: 332px;
		max-height: 332px;
	    background-color: #dee9f7;
	}
	
	.content-teaserbox.euranet .teser_box_inner {
		height: 332px;
	}
	
	.content-teaserbox.euranet .teser_box_inner .show_img {
		position: absolute;
		bottom: 0px;
	}
	
	div.footer-menu {
    	clear: both;
	}
}

@media (max-width: 1065px) {
	.mobile .nav > li > a {
	    font-size: 20px;
	}
	
	.mobile-version {
	    opacity: 1;
	}
	
	.fancybox-opened {
	    z-index: 9999;
	}
}

@media (max-width: 360px) {
	.mbon_programm_rec img {
	    width: 90%;
	    height: auto;
	}
	
	.mbon_programm_rec_text {
	    width: 80%;
	}
	
	#billboardad {
		display: none;
	}
}

@media (max-width: 400px) {
	#playbuzz {
		width: 100%;
	}
}

@media (min-width: 481px) and (max-width: 992px) {
	.visible-md {
		display: block !important;
		margin: 0 auto;
		padding: 0;
		text-align: center;
	}
	
	#billboardad {
		display: none;
	}
}

@media (min-width: 481px) and (max-width: 767px) {
	.visible-md {
		display: block !important;
		margin: 0 0 -65px 0;
		padding: 0;
	}
	
	#pos1 {
	    padding-top: 90px;
	}
	
	#pos1::before {
		content: "Anzeige:";
	}
	
	#pos2::before {
		content: "Anzeige:";
		text-align: left;
	}

}

#cookie-bar {background:#a6a6a6; height:auto; line-height:24px; color:#fff; text-align:center; padding:3px 0;}
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:0; padding:0;}
#cookie-bar a {color:#ffffff; display:inline-block; border-radius:3px; text-decoration:none; padding:0 6px; margin-left:8px;}
#cookie-bar .cb-enable {font-weight:bold;}
#cookie-bar .cb-enable:hover {background:transparent;}
#cookie-bar .cb-disable {background:#990000;}
#cookie-bar .cb-disable:hover {background:#bb0000;}
#cookie-bar .cb-policy {background:#0033bb;}
#cookie-bar .cb-policy:hover {background:#0055dd;}
/* MaterialDesignIcons.com */
@font-face {
  font-family: "Material Design Icons";
  src: url("/fileadmin/wetter/wetteronline/materialdesignicons-webfont.woff2?v=3.2.89") format("woff2"), url("/fileadmin/wetter/wetteronline/materialdesignicons-webfont.woff?v=3.2.89") format("woff");
  font-weight: normal;
  font-style: normal;
}
.mdi:before,
.mdi-set {
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: 18px;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mdi-format-color-fill:before {
  content: "\F266";
}

.mdi-weather-sunny:before {
  content: "\F599";
}

.mdi-compass-outline:before {
  content: "\F18C";
}

.mdi-umbrella-outline:before {
  content: "\F54B";
}

.mdi-weather-windy:before {
  content: "\F59D";
}

.mdi-temperature-celsius:before {
  content: "\F504";
}



.mdi-blank:before {
  content: "\F68C";
  visibility: hidden;
}

.mdi-18px.mdi-set, .mdi-18px.mdi:before {
  font-size: 18px;
}

.mdi-24px.mdi-set, .mdi-24px.mdi:before {
  font-size: 24px;
}

.mdi-36px.mdi-set, .mdi-36px.mdi:before {
  font-size: 36px;
}

.mdi-48px.mdi-set, .mdi-48px.mdi:before {
  font-size: 48px;
}

.mdi-dark:before {
  color: rgba(0, 0, 0, 0.54);
}
.mdi-dark.mdi-inactive:before {
  color: rgba(0, 0, 0, 0.26);
}

.mdi-light:before {
  color: white;
}
.mdi-light.mdi-inactive:before {
  color: rgba(255, 255, 255, 0.3);
}

.mdi-rotate-45 {
  /*
  // Not included in production
  &.mdi-flip-h:before {
      -webkit-transform: scaleX(-1) rotate(45deg);
      transform: scaleX(-1) rotate(45deg);
      filter: FlipH;
      -ms-filter: "FlipH";
  }
  &.mdi-flip-v:before {
      -webkit-transform: scaleY(-1) rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: scaleY(-1) rotate(45deg);
      filter: FlipV;
      -ms-filter: "FlipV";
  }
  */
}
.mdi-rotate-45:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mdi-rotate-90 {
  /*
  // Not included in production
  &.mdi-flip-h:before {
      -webkit-transform: scaleX(-1) rotate(90deg);
      transform: scaleX(-1) rotate(90deg);
      filter: FlipH;
      -ms-filter: "FlipH";
  }
  &.mdi-flip-v:before {
      -webkit-transform: scaleY(-1) rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: scaleY(-1) rotate(90deg);
      filter: FlipV;
      -ms-filter: "FlipV";
  }
  */
}
.mdi-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mdi-rotate-135 {
  /*
  // Not included in production
  &.mdi-flip-h:before {
      -webkit-transform: scaleX(-1) rotate(135deg);
      transform: scaleX(-1) rotate(135deg);
      filter: FlipH;
      -ms-filter: "FlipH";
  }
  &.mdi-flip-v:before {
      -webkit-transform: scaleY(-1) rotate(135deg);
      -ms-transform: rotate(135deg);
      transform: scaleY(-1) rotate(135deg);
      filter: FlipV;
      -ms-filter: "FlipV";
  }
  */
}
.mdi-rotate-135:before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.mdi-rotate-180 {
  /*
  // Not included in production
  &.mdi-flip-h:before {
      -webkit-transform: scaleX(-1) rotate(180deg);
      transform: scaleX(-1) rotate(180deg);
      filter: FlipH;
      -ms-filter: "FlipH";
  }
  &.mdi-flip-v:before {
      -webkit-transform: scaleY(-1) rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: scaleY(-1) rotate(180deg);
      filter: FlipV;
      -ms-filter: "FlipV";
  }
  */
}
.mdi-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.mdi-rotate-225 {
  /*
  // Not included in production
  &.mdi-flip-h:before {
      -webkit-transform: scaleX(-1) rotate(225deg);
      transform: scaleX(-1) rotate(225deg);
      filter: FlipH;
      -ms-filter: "FlipH";
  }
  &.mdi-flip-v:before {
      -webkit-transform: scaleY(-1) rotate(225deg);
      -ms-transform: rotate(225deg);
      transform: scaleY(-1) rotate(225deg);
      filter: FlipV;
      -ms-filter: "FlipV";
  }
  */
}
.mdi-rotate-225:before {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}

.mdi-rotate-270 {
  /*
  // Not included in production
  &.mdi-flip-h:before {
      -webkit-transform: scaleX(-1) rotate(270deg);
      transform: scaleX(-1) rotate(270deg);
      filter: FlipH;
      -ms-filter: "FlipH";
  }
  &.mdi-flip-v:before {
      -webkit-transform: scaleY(-1) rotate(270deg);
      -ms-transform: rotate(270deg);
      transform: scaleY(-1) rotate(270deg);
      filter: FlipV;
      -ms-filter: "FlipV";
  }
  */
}
.mdi-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.mdi-rotate-315 {
  /*
  // Not included in production
  &.mdi-flip-h:before {
      -webkit-transform: scaleX(-1) rotate(315deg);
      transform: scaleX(-1) rotate(315deg);
      filter: FlipH;
      -ms-filter: "FlipH";
  }
  &.mdi-flip-v:before {
      -webkit-transform: scaleY(-1) rotate(315deg);
      -ms-transform: rotate(315deg);
      transform: scaleY(-1) rotate(315deg);
      filter: FlipV;
      -ms-filter: "FlipV";
  }
  */
}
.mdi-rotate-315:before {
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
}

.mdi-flip-h:before {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

.mdi-flip-v:before {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}

.mdi-spin:before {
  -webkit-animation: mdi-spin 2s infinite linear;
  animation: mdi-spin 2s infinite linear;
}

@-webkit-keyframes mdi-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes mdi-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/*# sourceMappingURL=materialdesignicons.css.map */

div.weatherTable {
  border: 0px solid #FFFFFF;
  width: 100%;
  text-align: left;
}
.divTable.weatherTable .divTableCell, .divTable.weatherTable .divTableHead {
  border: 0px solid #FFFFFF;
  padding: 3px 4px;
}
.divTable.weatherTable .divTableRow:nth-child(even) {
  background: #EBEBEB;
}
.divTable.weatherTable .divTableHeading {
  background: #D3D0CF;
}
.divTable.weatherTable .divTableHeading .divTableHead {
  font-weight: bold;
  text-align: center;
}
.weatherTable .tableFootStyle {
  font-size: 14px;
}
/* DivTable.com */
.divTable{ display: table; }
.divTableRow { display: table-row; }
.divTableHeading { display: table-header-group;}
.divTableCell, .divTableHead { display: table-cell;}
.divTableHeading { display: table-header-group;}
.divTableFoot { display: table-footer-group;}
.divTableBody { display: table-row-group;}

div.weatherTable ul, .weatherIcon ul {
  list-style: none;
  display: block;
  padding: 0;
}

div.weatherTable li, .weatherIcon li {
  padding: 0;
}

div.weatherTable .weatherIcon, div.mobile-weather .weatherIcon {
	width: 60px;
    height: 60px;
    padding-bottom: 2em;
    padding-top: 2em;
    margin: 0 auto;
}

div.console_weather .weatherIcon {
    float: left;
    width: 70px;
    padding-top: 17px;
    padding-left: 10px;
}
@font-face {
  font-family: "iconvault";
  src: url("/fileadmin/wetter/wetteronline/iconvault_forecastfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}  
  
  
  

[class^="icon-"],
[class*=" icon-"] {
  font-family: 'iconvault';
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  font-size: 4em;

}

@media only screen and (min-width: 479px) and (max-width: 678px){
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'iconvault';
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;}
}

/* -----BaseCloud----- */

  .basecloud:before  {
  font-family: 'iconvault';
  font-size:4em;
  content: '\f105';
  position:absolute;
  color:rgb(204, 204, 204);
  }
  
  .icon-basecloud:before  {
  font-family: 'iconvault';
  content: '\f105';
  position:absolute;
  color:rgb(204, 204, 204);
  -webkit-font-smoothing: auto;
  }
  
  
  
/* -----windyraincloud----- */

  .windyraincloud:before  {
  font-family: 'iconvault';
  font-size:4em;
  content: '\f111';
  position:absolute;
  color:rgb(204, 204, 204);
  }
  
  .icon-windyraincloud:before  {
  font-family: 'iconvault';
  content: '\f111';
  position:absolute;
  color:rgb(204, 204, 204);
  -webkit-font-smoothing: auto;
  }
  
/* -----Windysnowcloud----- */

  .windysnowcloud:before  {
  font-family: 'iconvault';
  font-size:4em;
  content: '\f109';
  position:absolute;
  color:rgb(204, 204, 204);
  }
  
  .icon-windysnowcloud:before  {
  font-family: 'iconvault';
  content: '\f109';
  position:absolute;
  color:rgb(204, 204, 204);
  -webkit-font-smoothing: auto;
  }

/* -----Basethundercloud----- */

  .basethundercloud:before  {
  font-family: 'iconvault';
  font-size:4em;
  content: '\f105';
  position:absolute;
  color:#000;
  }
  
  .icon-basethundercloud:before  {
  font-family: 'iconvault';
  content: '\f105';
  position:absolute;
  color:#000;
  -webkit-font-smoothing: auto;
  }


/* -----Thunder----- */

  .icon-thunder::before  {
  content: "\f114";
  position:absolute;
  color:rgb(255, 165, 0);
  }

/* -----Sunny----- */

  .icon-sunny::after {
  content: "\f101";
  color:rgb(255, 165, 0);
  position: absolute;
  }


/* -----Drizzle----- */

  .icon-drizzle::before  {
  content: "\f10a";
  color: #82b2e4;
  position: absolute;
}

/* -----Hail----- */

  .icon-hail::before {
  content: "\f10f";
  position:absolute;
  color:rgb(204, 204, 204);}

/* -----Showers----- */

  .icon-showers::before  {
  content: "\f104";
  position:absolute;
  color:#82b2e4;
}

/* -----Rainy----- */

  .icon-rainy::before {
  content: "\f107";
  position:absolute;
  color:#4681c3;
  }

/* -----Snowy----- */

  .icon-snowy::before  {
  content: "\f10b";
  position:absolute;
  color:#acd3f3;
  }

/* -----Frosty----- */

  .icon-frosty::before {
  content: "\f102";
  position:absolute;
  color:#85d8f7;
  }

/* -----Windy----- */

  .icon-windy::before  {
  content: "\f115";
  position:absolute;
  color:rgb(204, 204, 204);
  }

/* -----WindyRain----- */

  .icon-windyrain::before {
  content: "\f10e";
  position:absolute;
  color:#acd3f3;
  }

/* -----WindySnow----- */

  .icon-windysnow::before {
  content: "\f103";
  position:absolute;
  color:#acd3f3;
  }

/* -----Sleet----- */

  .icon-sleet::before  {
  content: "\f10c";
  position:absolute;
  color:#acd3f3;
  }

/* -----Moon----- */

  .icon-moon::after {
  content: "\f10d";
  color:rgb(255, 165, 0);
  position: absolute;
  }

/* -----Night----- */

  .icon-night::after {
  content: "\f100";
  position:absolute;
  color:rgb(255, 165, 0);
  }


/* -----Sun----- */

  .icon-sun::after {
  content: "\f113";
  color:rgb(255, 165, 0);
  position: absolute;
  }

/* -----Cloud----- */

  .icon-cloud::after {
  content: "\f106";
  color:rgb(204, 204, 204);
  position: absolute;
  }


/* -----Sunrise----- */

  .icon-sunrise:before  {
  content: '\f112';
  color:rgb(255, 165, 0);
  position: absolute;
  }

/* -----Sunset----- */

  .icon-sunset:before  {
  content: '\f110';
  color:#f96f23;
  position: absolute;
  }

/* -----Mist----- */

  .icon-mist:before  {
  content: '\f108';
  color:rgb(204, 204, 204);
  position: absolute;
  }

.white-background-gallery {
    background-color: #ffffff;
}

.white-background-gallery h1, .white-background-gallery h2, .white-background-gallery h3,
.white-background-gallery h4, .white-background-gallery h5 {
    padding-left: 15px;
    padding-right: 15px;
}

.white-background-gallery {
    padding-top: 15px;
    margin-bottom: 0px;
}

.tx-mbonquickgallery-pi1, .tx-mbonusergallery-pi1 {
    float: left;
    margin-bottom: 0px;
    margin-top:10px;
}

.mbon_quickgallery_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mbon_usergallery_listing_element:nth-child(even) .mbon_usergallery_listing_element_rating, .mbon_usergallery_listing_element:nth-child(even) .mbon_usergallery_listing_element_vote {
    clear: both;
    float: left;
    margin-left: 0px;
}

.mbon_usergallery_nav {
    clear: both;
    text-align: center;
    padding: 20px 0;
}

.mbon_quickgallery_image {
    float: left;
    margin-right: 0;
    margin-left: 0;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 4px;
    width: 100%;
}

.mbon_quickgallery_image a.def-fancybox, .mbon_usergallery_listing_element_image {
    width: 100%;
    float: left;
    height: 200px;
}

.tx-mbonquickgallery-pi1 .part-image:nth-child(4n), .mbon_usergallery_listing .mbon_usergallery_listing_element:nth-child(4n) {
    
/* !padding-right:0; */
}


.mbon_usergallery_listing .mbon_usergallery_listing_element_image {
    padding:0;
}

.mbon_usergallery_listing .mbon_usergallery_listing_element {
    width:41%;
    margin-bottom: 4px;
    padding-right: 4px;
    height:auto;
}

.mbon_usergallery_listing {
    width:100%;
    float: left;
}

.simplePollRow{
    background-color: #fff; 
    padding-bottom: 10px;
}

.simplePollWrap-mbon{
    width: 700px;
    position: relative;
    background: #fff;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.simplePollWrap-mbon h3{
    /* font-size: 17px; */
    font-weight: bold;
    
}

.simplePollWrap-mbon .header{
    padding: 15px 20px;
}

.simplePollWrap-mbon p{
    /* font-size: 13px; */
    margin-top: 5px;
}

.simplePollWrap-mbon img{
    max-width: 100%;
    height: auto;
}


.simplePollWrap-mbon .vote-submit{
    position: fixed;
    bottom: 0;
    width: 100%;
    right: 0;
    left: 0;
    background: #fff;
    display: none;
    float: left;
}
.vote-teaser-submit{
    display: block;
    width: 100%;
    clear: left;
    display: none;
}
.vote-teaser-submit input{
    float: right;
    background: #E10000;
    color: #fff;
    font-size: 16px;
    padding: 8px 20px;
    border-radius: 5px;
    font-weight: bold;
    border: 0;
}
.simplePollWrap-mbon .checkbox-answer{
    float: left;
}
.simplePollWrap-mbon .checkbox-answer input{
    display: none;
}

.simplePollWrap-mbon .checkbox-answer label:before{
    width: 34px;
    height: 33px;
    background: url('../../../fileadmin/ams/Shared/Public/custom/Images/votesRibbon.png');
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    vertical-align: middle;
    content: '';
    margin-right: 10px;
}

.simplePollWrap-mbon .checkbox-answer input:checked + label:before{
    background: url('../../../fileadmin/ams/Shared/Public/custom/Images/votesRibbonhover.png');
}
.simplePollRow-mbon{
    background: #fff;
    display: inline-block;
    width: 48%;
    vertical-align: top;
    margin: 5px;
}

.mbon_quickgallery_image {
    float: left!important;
    width: 140px!important;
    clear: none!important;
    height: 140px;
    padding: 0;
}

@media all and (max-width: 580px){
    .simplePollRow-mbon{
        width: 100%;
    }
}

.simplePollRow-mbon li{
    padding: 0;
    margin: 0;
    list-style: none;
}

.simplePollRow-mbon .vote-teaser{
    margin-top: 5px;
    margin-left: 5px;
    overflow: hidden;
    margin-right: 10px;
    padding-bottom: 10px;
}

.simplePollWrap-mbon ul {
    padding: 0;
    margin: 0;
    
}
.simplePollWrap-mbon  .more {
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    float: right;
    background: transparent;
    border: 0;
    display: none;
}

.simplePollWrap-mbon  .more .rounded-bar {
    width: 5px;
    height: 5px;
    background: #555;
    display: inline-block;
    margin-left: 3px;
    border-radius: 50%;
}

@media screen and (max-width: 991px) {
    .mbon_quickgallery_image a.def-fancybox, .mbon_usergallery_listing_element_image {
        height:150px;
    }
    .mbon_quickgallery_image {
        height: 140px;
    }
}

@media screen and (max-width: 767px) {

    .tx-mbonquickgallery-pi1 .part-image:nth-child(4n), .mbon_usergallery_listing .mbon_usergallery_listing_element:nth-child(4n) {
        padding-right:0px;
    }

    .tx-mbonquickgallery-pi1 .part-image:nth-child(3n), .mbon_usergallery_listing .mbon_usergallery_listing_element:nth-child(3n) {
        padding-right:0px;
    }

    .mbon_usergallery_listing .mbon_usergallery_listing_element {
        width: 33.33333%;
    }

    
}

@media screen and (max-width: 575px) {
    .mbon_quickgallery_image a.def-fancybox, .mbon_usergallery_listing_element_image {
        height:300px;
    }

    .mbon_quickgallery_image {
        padding-right: 0px;
    }

    .mbon_usergallery_listing .mbon_usergallery_listing_element {
        width: 100%;
    }
    
    .mbon_quickgallery_image {
        height: 86px;
    }
}

@media (max-width: 510px) {
.mbon_quickgallery_image {
    width: 32% !important;
    height: 100px;
}
}
/*------------------------------------------------------------------*/
/* ! Alle Auflösungen                                               */
/*------------------------------------------------------------------*/
a {
    color: #d20a11;
}

a:hover {
    color: #d20a11;
}

.amspage_header,
.amspage_content,
.amspage_superbanner,
.amspage_thisiscontent,
.amspage_topmenu {
    max-width: 920px;
    width: 100%;
    margin: 0 auto;
}

.amspage_content {
    border-top: 4px solid #d9dadc;
}

.amspage_content.subpage {
    background-color: #d9dadc;
}

.amspage_thisiscontent.subpage {
    position: relative;
    width: 750px;
    background-color: white;
    margin-top: -140px;
    padding: 20px 50px;
}

.amspage_content_minibanner {
    display: flex;
    align-items: center;
    width: auto;
    height: 30px;
    padding: 0 50px 0 15px;

    position: absolute;

    top: -15px;
    left: -12px;

    color: white;
    background-color: #d20a11;

    font-weight: bold;
    font-size: 1.9rem;
}

.amspage_wrapper {
    background-color: #00CC66;
    background-color: rgb(217, 218, 220);
    max-width: 920px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.amspage_wrapper.issubpage {
    background-color: white;
}

header .amspage_header-cont {
    height: 150px;
    margin: 0 0 0 0;
    background-color: #Fff;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.headertable {
    display: flex;
    justify-content: space-between;
    height: 100%;
}

.headerleft {
    padding: 1%;
}

.headerleft .logo {
    padding: 25px 22px 22px 15px;
}

.headermid {
    width: auto;
    max-width: 50%;
    display: flex;
    align-items: start;
    padding-top: 12px;
}

.headerright {
    height: 190px;
    padding: 0 1% 1px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.search-button-icon {
    background-image: url('../../../fileadmin/ams/Shared/Public/custom/img/search-icon.png');
    background-size: 29px 27px;
    background-repeat: no-repeat;
    text-align: center;
    position: relative;
    width: 29px;
    height: 27px;
    cursor: pointer;
    margin-bottom: 5px;
    margin-right: 25px;
}

#searchfrm .wrap_search #search_field_up {
    top: 50px;
    width: 200px;
}

#search_field_up {
    height: 30px;
    line-height: 24px;
    border: 1px solid #bfbfbf;
    padding-left: 30px;
    font-size: 11px;
    color: #959595;
    background-image: url('../../../fileadmin/ams/Shared/Public/custom/img/search_icon.gif');
    background-repeat: no-repeat;
    background-position: 10px center;
    background-color: #ffffff;
    font-family: Arial;
    margin-top: 10px;
    box-shadow: -1px 0px 9px -3px;
    position: fixed;
    right: 7px;
    top: 68px;
    display: none;
}

#searchfrm {
    position: relative;
}

header .left-col .play_link {
    position: relative;
    bottom: -14px;
    left: 0;
    bottom: 0px;
    top: 0px;
    background-size: 85%;
    background-repeat: no-repeat;
}

/*  END OF HEADER   */

.visible-md {
    text-align: left !important;
}

.fixed-h {
    margin-top: 0 !important;
}

.lokmob {
    display: block !important;
}

.content {
    margin-left: 0;
}

.container.last,
.contentr {
    background-color: rgb(217, 218, 220);
}

.contentr .col-sm-12 {
    padding-right: 0;
    padding-left: 0;
}

.container {
}

.top-inner-cont {
    background-color: white;
}

.homepage_col .content-full {
    padding: 0;
}

.leftpart {

}

.rightpart {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 5px !important;
}

.cor-pad .row {
    margin-left: 0px;
    margin-right: 0px;
}

.content .content-full .news-cont {
    padding-left: 0;
}

.bodytext {
    padding-right: 5px;
}

.content-teaserbox .teser_box_inner .headline h1 {
    background-color: #e10717 !important;
    color: white !important;
}

.menubtn {
    position: relative;
    height: 29px;
    background-color: transparent;
}

.mobileonly {
    display: none;
}

/*FULLSCREEN*/
.boxheadline_left,
.boxheadline_mid,
.boxheadline_right,
.boxheadline_empty {
    display: flex;
    height: 40px;
    padding: 0 0 0 6px;
    font-size: 20px;
    color: #656565;
    background-color: rgb(217, 218, 220);
    line-height: 40px;
}

.vcenter {
    height: 400px;
    display: flex;
    align-items: center;
}

.news .tx-mbonrelated-pi1 {
    border-top: none;
    padding-top: 0;
    margin-top: 20px;
}

.news .tx-mbonrelated-pi1 .col-sm-6.list-news {
    height: 200px;
}

div.polnews1 {
    overflow: auto;
}

details.polnews {
    background-color: rgb(217, 218, 220);
    padding-top: 10px !important;
}

div.localnews,
div.polnews {
    display: block;
    height: 18px;
    width: 100%;
}

div.amspage_wrapper:not(.issubpage) div.polnews {
    display: block;
    height: 0;
    width: 100%;
}

div.amspage_wrapper:not(.issubpage) details.polnews > a {
    background-color: #d9dadc;
    padding-top: 10px;
}

div.amspage_wrapper:not(.issubpage) div.news .tx-mbonrelated-pi1{
    margin-top: 0;
}

.news details.localnews,
.news details.polnews {
    display: none;
}

.news details.localnews summary,
.news details.polnews summary {
    list-style-image: none;
}

.news details.localnews summary::-webkit-details-marker,
.news details.polnews summary::-webkit-details-marker {
    background: none;
    color: transparent;
}

.subcolumns > div,
.subcolumns_400white > div {
    min-height: 0;
}

.tx-mbonprogramm-pi2 {
    padding-right: 0;
    line-height: 18px;
    max-height: 400px;
    overflow: hidden;
}

.subpage .tx-mbonprogramm-pi2 {
    padding-right: 0;
    line-height: 18px;
    max-height: none;
    overflow: inherit;
}

.jw-rail.jw-reset {
}

.news-list-view {
    display: flex;
    justify-content: space-between;
}

.news-cont {
    margin-bottom: 10px;
    width: 100%;
}

.col-sm-6.list-news {
    width: 300px;
    height: 400px;
    margin-right: 10px;
    margin-right: 0;
}

.news-cont,
.news-cont .inner-cont,
.news-cont .inner-cont .top-inner-cont,
.news-cont .inner-cont .top-inner-cont .row {
    height: 100%;
    padding: 0;
    margin: 0;
}

.news-cont .inner-cont .row {
    display: flex;
    flex-direction: column;
    margin: 0;
}

.news-cont .leftpart {
    width: 300px;
    height: calc(300px * 2 / 3);
    padding-right: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}

/*.news-cont .leftpart img {
    width: 300px;
    height: calc(300px * 2 / 3);
    object-fit: cover;
}*/
.news-cont .leftpart img {
    width: 300px;
    height: calc(300px * 2 / 3);
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
p.news-img-caption{
    padding-left: 4px;
    font-style: italic;
}
.news.news-single .tt_news_image_slider{
    display: flex;
    justify-content: center;
}

.news-cont .rightpart {
    width: 300px;
    height: calc(400px - 300px * 2 / 3);
    margin: 0;
    padding: 10px !important;
    display: flex;
    flex-direction: column;
}

.news-cont .rightpart a {
    display: block;
}

.news-cont .rightpart a:first-child {
    height: auto;
}

.news-cont .rightpart a:last-child,
.text .news-fancybox {
    flex: 1;
    overflow: hidden;
}

.text {
    overflow: hidden;
}

.news-cont .rightpart .fader,
.amspage-news-related .fader,
.tx-mbonprogramm-pi2 .fader,
.teaserbox .fader,
.amsrelatedbox2020 .fader,
.fader
{
    z-index: 8000;
    position: absolute;
    background-image: url(/fileadmin/ams/Shared/Public/images/bottom-fade.png);
    background-size: 100% 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    background-repeat: no-repeat;
}

.news-cont .rightpart h4 {
    font-size: 24px;
    line-height: 120%;
}

.news-cont .rightpart .news-fancybox {
    font-size: 17px;
    line-height: 140%;
}

.news-cont .date_categ {
    display: unset;
}

.news-list-view .news-cont .text {
    height: 100% !important;

}

.news-cont .text.date {
	height: initial !important;
	padding-bottom: 10px;
	text-align: right;
	display: unset;
}

.news-cont .text.date.schlagzeile {
    height: initial !important;
    padding-bottom: 10px;
    text-align: left;
    display: unset;
}

.news-cont .text.date.schlagzeile {
    height: initial !important;
    padding-bottom: 10px;
    text-align: left;
    display: unset;
}

/*--------------------------------------*/
.onethird-twothirds {
    display: flex;
    justify-content: space-between;
}

.onethird-twothirds .leftthird {
    padding: 0;
    margin: 0;
    width: 310px;
}

.onethird-twothirds .rightthirds {
    padding: 0;
    margin: 0;
    width: 620px;
    width: 610px;
}

/*-----------------------------------------*/

.subcolumns {
    background-color: white;
}

/*-----------------------------------------*/

.subcolumns_400white {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.subcolumns_400white > div {
    background-color: white;
    padding: 0;
    margin: 0;
    width: 300px;
}

.subcolumn_400white_right {
}

.subcolumn_400white_right .rectright {
    margin-left: 0 !important;
}

#BillboardId {
    display: block;
    width: 800px;
    margin: 0 auto;
}

#ad_billboard {
    width: 920px !important;
}

.btn2 {
    width: 98%;
}

.col-sm-4 .content-greybox .grey_box_inner {
    padding: 0px 0px 0px 0px;
}

.content-greybox .headline_grey {
    background-color: white;
}

.internal-link.all_news {
    color: #656565 !important;
}

.tx-mbonprogramm-pi2 #prog_search div {
    margin-top: 0 !important;
    padding-bottom: 5px;
}

.tx-mbonprogramm-pi2 .search_content {
    padding-bottom: 5px;
}

.tx-mbonprogramm-pi2 h5.mbon_programm_rec_title {
    margin: 0px;
}

.tx-mbonprogramm-pi2 .mbon_programm_rec_desc p {
    margin-bottom: 5px;
    margin-top: 10px;
}

.wetter_table {
    margin: 0 10px;
}

.jekyll {
	display: none;
}

.desktop_img {
    display: none;
}

.weatherTable .weatherIcon,
.console_weather .weatherIcon {
	background: none;
}

video {
    width: 100% !important;
    height: auto !IMPORTANT;
    background: grey;
}

.amsAdLabel {
	display: grid;
	font-size: 12px;
}

.csc-textpic-center-inner img {
	margin: 0 auto;
}

.tx-mbonrelated-pi1 {
    clear: both;
}

.cross_img_center {
    width: 100% !important;
}

.divblock {
	display: block !important;
}

audio {
	height: 35px;
}

audio:focus {
    outline: 0px;
}

.mobile-only {
	display: none;
}

.csc-textpic-center-inner figcaption.csc-textpic-caption {
	text-align: center;
}

/* ! Bei uns im Programm --> News  */

.amspage_content.subpage .buip .news-cont .inner-cont .row {
    flex-direction: column;
}

.amspage_content.subpage .buip .news-cont .leftpart {
    width: 100%;
    min-width: 180px;
    height: auto;
    margin: 0;
    display: flex;
    justify-content: center;
    background-color: unset;
}

h4 .buipNews {
	font-size: 24px;
}

.buip .news-cont .date_categ {
    display: unset !important;
}

.buip .news-cont .date_categ .date {
    display: unset;
    margin-right: 10px;
}

.buip .news-cont .date_categ .date {
    float: right;
    font-size: 16px
}

.amspage_content.subpage .buip .news-cont .rightpart {
    width: 100%;
    height: unset;
    margin: 0;
    padding: 0px !important;
}

.amspage_content.subpage .buip .news-cont .leftpart > img, .amspage_content.subpage .buip .news-cont .leftpart > a > img {
    display: block;
    max-width: initial;
    width: auto;
    height: auto;
}

.buip .news-cont img {
	width: 520px;
	height: calc(520px * 2 / 3);
	object-fit: cover;
}

.buip .news-cont .mbon_quickgallery_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.buip .no-padding-right.leftpart img {
	margin-bottom: 10px;
}

.mbon_programm_nav_next.buip a {
    background-image: url('../../../fileadmin/ams/Shared/Public/custom/img/programm_arr_right.png');
    background-position: right 7px center;
    background-repeat: no-repeat;
}

.trenner_buip {
	width: 100%;
	height: auto;
	clear: both;
	margin-bottom: 15px;
}

.trenner_buip img {
	width: 100%;
	height: auto;
}

.leftpart.buip .teaserbox_col_red {
	margin-top: -16px;
}

.rightpart.buip h4 {
	margin-top: 16px;
}

.buip .news-cont a {
    color: #d20a11;
}

.buip .news-cont .rightpart a {
    display: unset;
}

/* Bei uns im Programm --> News  ENDE */

/* ! RadioplayerCoonsole */

.console-news-content a {
	color: #323232;
}

.console-news-content a:hover {
	color: #d20a11;
}

body.left-side.console.mobile .console_wrapper {
    margin-top: -10px;
}

body.left-side.console.mobile .console_wrapper .fixed-h {
    height: calc(100vw * 9 / 16 + 22px) !important;
}

body.left-side.console.mobile .console_inner .bx-wrapper .bx-caption {
    background-color: transparent;
    height: 30px;
    top: 210px;
}

body.left-side.console.mobile .console_inner .bx-wrapper .bx-pager {
    bottom: 0px;
    top: 175px;
}

body.left-side.console.mobile .bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
}

body.left-side.console.mobile .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #d20a11;
}

body.right-side.news.mobile .console_wrapper {
    padding-top: 0px;
}

body.right-side.news.mobile .console_wrapper .console_inner {
    margin-top: -10px;
}

body.right-side.news.mobile .console_wrapper .console_inner .console-news-list {
	margin-bottom: 5px;
}

/* RadioplayerCoonsole  ENDE */

/* SolrSearch  START */

#tx-solr-search {
    width: unset !important;
    float: unset;
    margin: 0 10px 0 10px;
}

#tx-solr-sorting li {
    list-style-type: none;
    margin-left: 10px;
    display: inline;
}

#tx-solr-faceting .facets li {
    list-style-type: none;
    margin-left: 0;
    display: inline;
}

.tx-solr-pagination-page-browser {
    float: unset !important;
    clear: both;
    margin: 10px 0 10px 0;
}

#tx-solr-pagination {
    margin: 20px 0;
    height: 20px;
    display: inline;
}

.tx-solr-q {
    width: 67% !important;
}

.tx-solr-submit {
    width: 28% !important;
}

/* SolrSearch  ENDE */

.divider {
	clear: both;
}

.amspage_content.subpage .polNewsListImage .news-cont .leftpart {
	display: none;
}

.amspage_content .polNewsListImage .news-cont .leftpart {
	display: none;
}

.tx-amsnewsflash-pi1 {
	width: 100%;
}

.csc-textmedia-below-center .csc-textmedia-gallery-inner, .csc-textmedia-above-center .csc-textmedia-gallery-media {
	text-align: center;
}


.csc-textpic.csc-textpic-center .csc-textpic-imagecolumn {
	float: none;
}

.tx_jkpoll_pi1_answer_desciption {
	font-size: 20px;
}

.qylogbutton{
    background-color: #ca0022;
    color: white;
    padding: 5px 10px;
    border: none;
    margin-top: 20px;
    width: fit-content;
}
.qylogbutton:hover{
    color: #dddddd;
}
.qyloginstatusmeldung{
    font-size: 1.2em;
    border: 1px solid #ca0022;
    padding: 10px 20px;
    background-color: white;
    border-radius: 0;
    margin: 20px 0;
    text-align: left;
    line-height: 1.5;
}
.qyloginstatusmeldung h2{
    margin: 10px 0 10px 0 !important;
    padding: 0 !important;
}
.qyloginstatusmeldung a{
    width: 100%;
    text-align: right;
}

/*-----------------------------SLIDER start-------------------------------------*/

.fixed-h {
    height: 517.5px;
    height: calc(517.5px + 80px);
    background-color: white;
}

.tx-mbonfrontslider-pi1 {
    margin-bottom: 10px;
}

.tx-mbonfrontslider-pi1 .slider li {
    left: 0;
    height: 517.5px;
}

.tx-mbonfrontslider-pi1 .slider li img {
    /*height: 100%;
    width: auto;*/
    height: auto;
    width: 100%;
}

.fixed-h .bx-wrapper .bx-controls-direction a {
    width: 32px;
}

.tx-mbonfrontslider-pi1 .bx-wrapper .bx-viewport {
    height: 100%;
    overflow: visible !important;
}

.bx-wrapper .bx-prev:hover {
    background-position: 0 0 !important;
}

.bx-wrapper .bx-next:hover {
    background-position: -43px 0 !important;
}

.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
    display: none;
}

.bx-wrapper .bx-caption {
    background: none;
    bottom: -85px;
    text-align: left;
    font-size: 20px;
    display: flex;
    align-items: center;
    line-height: 1.0;
    height: 59px;
}

.bx-wrapper .bx-caption span {
    color: black;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-caption span {
    font-size: 20px;
}

.teaserbox {
    width: 300px;
    height: 400px;
    margin-right: 6px;
    margin-right: 0;
    float: left;
    background-color: white;
    margin-top: 0;
    margin-bottom: 10px;
    overflow: hidden;
}

.teaserbox_inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.teaserbox_links {
    width: 100%;
}

.teaserbox_links img:not(:first-child) {
    display: none;
}

.teaserbox_links img {
    max-width: 100%;
    display: block;
    height: auto;
    max-height: 100%;
    width: auto;
}

.teaserbox_farbbalkentext {
    position: relative;
    display: flex;
    align-items: center;
    height: 32px;
    width: 80%;
    margin-top: -16px;
    padding-left: 10px;
    color: white;
    background-color: #d20a11;
    background-color: white;
    background-color: transparent;
    font-size: 14px;
}

.teaserbox_ausprogramm .teaserbox_farbbalkentext {
}

.teaserbox_col_transparent {
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    color: black;
}

.teaserbox_col_red {
    background-color: #d20a11 !important;
    color: white;
}

.teaserbox_col_grey {
    background-color: grey !important;
    color: white;
}

.teaserbox_col_white {
    background-color: white !important;
    color: black;
}

.teaserbox_rechts {
    width: 100%;
    padding: 10px;
    max-height: 186px;
    position: relative;
    height: 100%;
}

.teaserbox_title {
    font-size: 16px;
    font-size: 24px;
    line-height: 120%;
}

.teaserbox_subtitle {
    font-size: 14px;
    font-size: 17px;
    line-height: 140%;
}

.teaserbox_rechts_euranet_logo {
    max-width: 182px;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}

.teaserbox_euranetdummybalken {
    height: 20px;
    width: auto;
}

.floatboxcontainer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.amspage_subpage_headerpic img {
    max-width: 100%;
    max-height: calc(920px * 2 / 3);
    width: auto;
    height: auto;
}

.amspage_content.subpage {
}

.amspage_content.subpage .news-list-view {
    display: block;
    margin: 0 0 10px 0;
}

.amspage_content.subpage .col-sm-6.list-news {
    width: 100%;
    margin-right: 0;
    height: 140px;
    margin-bottom: 10px;
}

.amspage_content.subpage .col-sm-6.list-news.schlagzeile {
    width: 100%;
    margin-right: 0;
    height: auto;
    margin-bottom: 0px;
}

.amspage_content.subpage .news-cont .inner-cont .row {
    display: flex;
    flex-direction: row;
    margin: 0;
}

.amspage_content.subpage .news-cont .leftpart {
    width: 180px;
    min-width: 180px;
    height: calc(100% - 20px);
    margin: 0;
    display: flex;
    justify-content: center;
    background-color: transparent;
}

.amspage_content.subpage .news-cont .leftpart > img,
.amspage_content.subpage .news-cont .leftpart > a > img {
    display: block;
    max-width: initial;
    width: auto;
    height: 120px;
}

.amspage_content.subpage .news-cont .rightpart {
    width: 100%;
    height: 120px;
    margin: 0;
    padding: 8px !important;
}

.amspage_content.subpage .news-cont .rightpart.schlagzeile {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 8px !important;
}

.amspage_content.subpage .news-cont .rightpart .schlagzeile {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 8px !important;
}

.amspage_content.subpage .news-cont .rightpart.comedy {
    height: unset;
}

.amspage_content.subpage .news-cont .rightpart.comedy audio {
    width: 100%;
}

.col-sm-6.list-news.no-padding.articletype-0.comedy {
	width: 100%;
}

.amspage_content.subpage .news-cont .rightpart.comedy h4 {
    font-size: 20px;
}

.amspage_content.subpage .news-cont .rightpart .news-fancybox {
    font-size: 13px;
    line-height: 125%;
}

.amspage_content.subpage .news-cont .rightpart h4 {
    font-size: 16px;
    line-height: 110%;
    margin-bottom: 4px;
}

.amspage_content.subpage .news-cont .rightpart .fader {
    z-index: 8000;
    position: absolute;
    background-image: url(/fileadmin/ams/Shared/Public/images/bottom-fade.png);
    background-size: 100% 100%;
    left: 0;
    right: 0;
    bottom: 0px;
    height: 28px;
    background-repeat: no-repeat;
}

.amspage_content.subpage .news .tx-mbonrelated-pi1 .col-sm-6.list-news {
    margin-bottom: 0;
}

/*-----------------------------------------------------*/
.tx-mbonrelated-pi1 .amsrelated-2-page,
.tx-mbonrelated-pi2 .amsrelated-2-page {
    width: 290px;
    float: left;
    margin-bottom: 15px;
    position: relative;
}

.tx-mbonrelated-pi1 .amsrelated-box-2,
.tx-mbonrelated-pi2 .amsrelated-box-2 {
    border-top: 0px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.tx-mbonrelated-pi1 .amsrelated-box-2 > div,
.tx-mbonrelated-pi2 .amsrelated-box-2 > div {
    border-bottom: 10px solid #d9dadc;
}

.amspage_content.subpage .tx-mbonrelated-pi1 .amsrelated-box-2 > div,
.amspage_content.subpage .tx-mbonrelated-pi2 .amsrelated-box-2 > div {
    border-bottom: none;
}

.tx-mbonrelated-pi1 .amsrelated-box-2 > div:last-child,
.tx-mbonrelated-pi2 .amsrelated-box-2 > div:last-child {
    border-bottom: none;
}

.tx-mbonrelated-pi1 .amsrelated-2-page-img,
.tx-mbonrelated-pi2 .amsrelated-2-page-img {
    float: left;
    padding: 0px 0px 0px 0px;
}

.tx-mbonrelated-pi1 .amsrelated-2-page-img img,
.tx-mbonrelated-pi2 .amsrelated-2-page-img img {
    width: 290px;
    height: auto;
}

.tx-mbonrelated-pi1 .amsrelated-2-page-text,
.tx-mbonrelated-pi2 .amsrelated-2-page-text {
    float: none;
    position: absolute;
    bottom: 0;
    background-color: #d20a11;
    color: white;
    display: flex;
    align-items: center;
    padding: 0 5px;
}

.tx-mbonrelated-pi1 .amsrelated-2-page-title a,
.tx-mbonrelated-pi2 .amsrelated-2-page-title a {
    color: white;
    font-size: 18px;
    vertical-align: top;
}

.tx-mbonrelated-pi1 .amsrelated-2-page-text h2,
.tx-mbonrelated-pi2 .amsrelated-2-page-text h2 {
    margin: 0;
    display: flex;
    align-items: center;
    padding: 5px;
}

.footer-menu {
    margin-bottom: 0 !important;
}

.footer-menu ul {
    display: flex;
    margin: 0 auto;
    padding-left: 0;
    background-color: white;
    width: 100%;
    height: 65px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.footer-content {
    padding-bottom: 0;
    margin-bottom: 0;
}

/* Gartentipps */

.col-sm-6.list-news.no-padding.articletype-0 {
    height: auto;
}

.news-cont.gartentipp {
    height: fit-content;
    min-height: 100% !important;
}

.news-cont.gartentipp h4 {
    margin-left: 0;
}

.news-cont.gartentipp .row > div:first-child {
}

.news-cont.gartentipp .row > div:last-child {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.news-cont.gartentipp audio {
    width: 100%;
}

.gallery-image img {
    /* height: calc(500px * 2 / 3); */
}

.gallery-current-image .gallery-current-image-index {
    font-size: 50%;
    line-height: 36px;
}

.news-backlink-wrap {
}

.news.news-single {
    padding-left: 0;
}

.news.news-single .news-img-wrap {
    width: 329px;
}

.news.news-single .news-img-wrap .outer div a img {
    width: 315px;
    height: auto;
}

.itunes-content .text {
    padding-right: 5px;
    padding-left: 10px;
}


.csc-textpic.csc-textpic-intext-left ul{
    display: table;
    padding-inline-start: 16px;
}

.mbon_haustierforum_show_entry_left img{
    width: 100%;
    height: auto;
    padding-right: 10px;
}


/* SUCHE NEU 2019/November */
ul.facet-option-list li{
    margin-left: 0 !important;
    margin-right: 20px;
    padding-right: 20px;
    border-right:1px solid black;
}
ul.facet-option-list li:first-child,
ul.facet-option-list li:last-child
{
    border-right:none;
}

ul.facets{
    padding-left: 0;
}
#tx-solr-facets-in-use ul{
    display: flex;
    padding-left: 0;
    padding: 5px 0 10px 0;
}
#tx-solr-facets-in-use ul a{
    color: black;
}
#tx-solr-facets-in-use li{
    margin-left: 0 !important;
    padding-right: 10px;
    margin-right: 10px;
}
#tx-solr-facets-in-use li.facets-remove-all{
    margin-top: 0;
}
#tx-solr-pagination-results-per-page form{
    margin-left: 0 !important;
}
#tx-solr-pagination-results-per-page select{
    margin-left: 0 !important;
}

li.facet-option a{
    color: black;
}
#tx-solr-sorting li.sortlink_asc a,
#tx-solr-sorting li.sortlink_desc a{
    font-weight: bold;
}
#tx-solr-sorting ul{
    padding-left: 0;
}
#tx-solr-sorting li{
    margin-left: 0 !important;
    margin-right: 20px;
    padding-right: 20px;
    border-right:1px solid black;
}

#tx-solr-sorting li:first-child,
#tx-solr-sorting li:last-child
{
    border-right:none;
}

#tx-solr-sorting a{
    color: black;
}

.tx-solr-relevance-bar {
    border: none !important;
}
.relevance-bar {
    padding-top: 5px !important;
}
.tx-solr-relevance_green-bg{
    background-color: green !important;
}
.tx-solr-relevance_orange-bg{
    background-color: #f18f0b !important;
}
.tx-solr-relevance {
    background-color: #f18f0b;
}


ol.results-list{
    padding-left: 0;
}
#tx-solr-search .results-list {
    margin-top: 30px !important;
}

#tx-solr-pagination{
    display: block;
}
#tx-solr-pagination div.tx-solr-pagination-page-browser{
    display: none;
}

#tx-solr-pagination select{
    background-color: #EDEDED;
}
.tx-solr-pagination-page-browser ul{
    display: flex;
    justify-content: space-between;
}
ul.tx-pagebrowse{
    font-size: 1.1em;
    padding-left: 0;
}
ul.tx-pagebrowse a{
    color: black;
}
li.tx-pagebrowse-current{
    font-weight: bold;
}
.tx-pagebrowse-first,
.tx-pagebrowse-prev,
.tx-pagebrowse-next,
.tx-pagebrowse-last{
    font-size: 1.4em;
}

.results-topic a{
    color: black;
}
input[type=submit].tx-solr-submit{
    border: none !important;
    background-color: #f2f2f2 !important;
}

.mbon_playlist .filter .table .column {
    white-space: nowrap;
}



#outbrainFooter{
    padding: 10px 0;
    border-bottom: 0px solid #DDDDDC;
    border-top: 0px solid #DDDDDC;
    margin-bottom: 10px;
    background-color: #d9dadc;
    margin-left: -50px;
    margin-right: -50px;
}
.amspage_thisiscontent.subpage{
    padding-bottom: 0;
}

div.footer-menu #outbrainFooter{
    margin-left: 0;
    margin-right: 0;
}

figcaption {
    margin-bottom: 15px;
}

/*-------------------------------------------------------------*/
/* !Banner für Retina */
/*-------------------------------------------------------------*/
ins.adrect img {
    width:300px;
    height:250px;
}
ins.adpat img {
    width:220px;
    height:90px;
}
ins.adbutton img {
    width:300px;
    height:100px;
}

/*-------------------------------------------------------------*/
/* !Accordion */
/*-------------------------------------------------------------*/

h3.t3ddy-accordion-header {
    font-size: 14px;
    font-weight: bold;
}

h3.t3ddy-accordion-header:hover {
    color: red;
}

/* .t3ddy-accordion-item h2, .t3ddy-accordion-item h3 {
    font-size: 14px;
} */

.ui-state-active, .ui-corner-all, .ui-state-default {
    border: 1px solid #eee;
    background: unset;
}

.ui-widget {
    font-family: Arial,Helvetica,sans-serif;
}

.ui-widget-content {
    border: 1px solid #eee;
}

.t3ddy-accordion-item {
    font-size:14px;
}

.ui-icon {
    background-image: unset;
    display: none;
}

.ui-accordion-icons::before {
    content: "+ ";
    color: red;
    font-size:16px;
}

.ui-state-active::before {
    content: "– ";
    color: red;
    font-size:16px;
    margin-right:3px
}

.ui-accordion .ui-accordion-icons {
    padding-left: 1em;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-radius: 0px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-radius: 0px;
}

.t3ddy.t3ddy-accordion {
    margin-bottom: 15px;
}

.ui-accordion .ui-accordion-content {
    padding: 0em 2.2em;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    color: #000;
}

.ui-accordion a {
    color: #d20a11;
}

.contens_article div#overlay{
    visibility: hidden!important;
}

#taboola-below-article-thumbnails.taboolasub {
    background-color:#d9dadc;
}

div.privacy-msg p {
    width:200px;
    border: 1px solid black;
    padding: 5px;
    text-align:center;
    position: relative;
    top: 200px;
    left: 50%;
    transform: translate(-50%, -50%);

    -webkit-box-shadow: 0 10px 6px -6px #777;
       -moz-box-shadow: 0 10px 6px -6px #777;
            box-shadow: 0 10px 6px -6px #777;
}

div#taboosplit, div#taboosplit2nd {
    margin-top: 0px;
}

/*------------------------------------------------------------------*/
/* ! Tablet --> 2nd Auflösung 610-919                                            */
/*------------------------------------------------------------------*/
@media (max-width: 919px) {
    .amspage_superbanner {
        display: none;
    }

    #omsv_sky_DhtmlLayer {
        display: none;
    }

    .amspage_wrapper {
        max-width: 610px;
        width: 100%;
    }

    header .amspage_header-cont {
        height: 100px;
    }

    .headerleft .logo {
        padding: 8px 22px 22px 15px !important;
    }

    .headermid {
        width: auto;
        max-width: 50%;
        display: flex;
        align-items: center;
        padding-top: 0;
    }

    .headerright {
        height: 100% !important;
        align-items: center !important;
    }

    .amspage_thisiscontent.subpage {
        max-width: 610px;
        padding: 20px 15px;
    }

    .onethird-twothirds .rightthirds {
        width: 310px;
        width: 300px;
        overflow: hidden;
    }

    .header-line-1st-col, .header-line-2nd-col {
        width: 50%;
    }

    .header-line-3rd-col {
        display: none;
    }

    .subcolumn_400white_right {
        display: none;
    }

    .col-sm-6.list-news {
        width: 300px;
        height: 400px;
        margin-right: 0;
    }

    .fixed-h {
        height: calc(343.125px + 80px);

    }

    .tx-mbonfrontslider-pi1 .slider li {
        left: 0;
        height: 343.125px;
    }

    .tx-mbonrelated-pi1 .amsrelated-2-page,
    .tx-mbonrelated-pi1 .amsrelated-2-page-img img,
    .tx-mbonrelated-pi2 .amsrelated-2-page,
    .tx-mbonrelated-pi2 .amsrelated-2-page-img img {
        width: 284px;
    }

    .footer-menu ul {
        justify-content: left;
    }

    .news.news-single .news-img-wrap {
        width: 325px;
    }

    .news.news-single .news-img-wrap .outer div a img {
        width: 285px;
        height: auto;
    }


    #outbrainFooter{
        margin-left: -15px;
        margin-right: -15px;
    }
    .amspage_thisiscontent.subpage{
        padding-bottom: 0;
    }

}

/*------------------------------------------------------------------*/
/* ! mobil --> 3rd Auflösung 0-609                                              */
/*------------------------------------------------------------------*/
@media (max-width: 609px) {

    body {
        font-size: 16px;
    }

    h1,
    h2,
    .h2 {
        font-size: 24px;
    }

    h3,
    .h3 {
        font-size: 16px;
        font-weight: bold;
    }

    .amspage_thisiscontent.subpage h1,
    .amspage_thisiscontent.subpage h2,
    .amspage_thisiscontent.subpage h3,
    .amspage_thisiscontent.subpage .h2,
    .amspage_thisiscontent.subpage .h3,
    .amspage_thisiscontent.subpage p {
        padding-left: 10px;
        padding-right: 10px;
    }

    .amspage_superbanner {
        display: none;
    }

    #omsv_sky_DhtmlLayer {
        display: none;
    }

    .amspage_wrapper {
        max-width: 609px;
        width: 100%;
    }

    .amspage_completeheader {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 999999;
    }

    .amspage_content {
        margin-top: 108px;
    }

    header .amspage_header-cont {
        height: 68px;
    }

    header .amspage_header-cont .headerleft {
        padding: 1%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    header .amspage_header-cont .headerleft .logo {
        padding: 0 !important;
        width: 100%;
        height: 100%;
    }

    header .amspage_header-cont .headerleft .logo a {
        display: flex;
        align-items: center;
        height: 100%;
    }

    header .amspage_header-cont .headerleft .logo img {
        display: block;
        max-width: 100%;
        max-height: 100%;
        height: auto;
        width: auto;
    }

    .amspage_subpage_headerpic {
        display: none;
    }

    .amspage_thisiscontent.subpage {
        margin-top: 0;
        max-width: 100%;
        padding: 20px 0px;
    }

    .amspage_content_minibanner {
        display: none;
    }

    .fixed-h {
        height: calc(100vw * 9 / 16 + 80px);
    }

    .bx-wrapper .bx-caption {
        font-size: 18px;
    }

    .onethird-twothirds {
        display: block;
    }

    .onethird-twothirds .leftthird {
        padding: 0;
        margin: 0 0 10px 0;
        width: 100%;
    }

    .onethird-twothirds .rightthirds {
        padding: 0;
        margin: 0;
        width: 100%;
    }

    .header-line-1st-col, .header-line-2nd-col {
        width: 100%;
    }

    .header-line-3rd-col {
        display: block;
    }

    .subcolumn_400white_right {
        display: block;
    }

    .news-list-view {
        display: block;
        margin: 0 0 10px 0;
    }

    .col-sm-6.list-news {
        width: auto;
        margin-right: 0;
        height: 140px;
        margin-bottom: 10px;
    }

    .news-cont .inner-cont .row {
        display: flex;
        flex-direction: row;
        margin: 0;
    }

    .news-cont .leftpart {
        width: auto;
        height: 100%;
        margin: 0;
        display: flex;
        justify-content: center;
    }

    .news-cont .leftpart > img,
    .news-cont .leftpart > a > img {
        display: block;
        max-width: initial;
        width: calc(120px * 3 / 2);
        height: 120px;
        object-fit: cover;
    }

    .news-cont .leftpart .tt_news_image_slider img {
	    width: auto;
	    height: 120px;
	    object-fit: cover;
	}

    .news-cont .rightpart {
        width: 100%;
        height: 120px;
        margin: 0;
        padding: 8px !important;
    }

    .news-cont .rightpart .news-fancybox {
        font-size: 13px;
        line-height: 125%;
    }

    .news-cont .rightpart h4 {
        font-size: 16px;
        line-height: 110%;
        margin-bottom: 4px;
    }

    .news-cont .rightpart .fader {
        z-index: 8000;
        position: absolute;
        background-image: url(/fileadmin/ams/Shared/Public/images/bottom-fade.png);
        background-size: 100% 100%;
        left: 0;
        right: 0;
        bottom: 0px;
        height: 60px;
        background-repeat: no-repeat;
    }

    .news .tx-mbonrelated-pi1 .col-sm-6.list-news {
        margin-bottom: 0;
    }

    .subcolumns {
        text-align: center;
    }

    .subcolumns_400white {
        flex-direction: column;
    }

    .subcolumns_400white > div {
        width: 100%;
        margin-bottom: 10px;
    }

    .news .tx-mbonrelated-pi1 .col-sm-6.list-news {
        height: auto;
    }

    .news .tx-mbonrelated-pi1 .news-cont .rightpart {
        height: auto;
    }

    .boxheadline_empty {
        display: none;
    }

    .tx-mbonfrontslider-pi1 .slider li {
        left: 0;
        height: calc(100vw * 9 / 16);
    }

    .tx-mbonfrontslider-pi1 .slider li img {
        height: calc(100vw * 9 / 16);
        width: 100%;
    }

    .floatboxcontainer {
        flex-direction: column;
    }

    .teaserbox {
        width: 100%;
        height: 140px;
    }

    .teaserbox_inner {
        flex-direction: row;
    }

    .teaserbox_links img {
        max-width: 100%;
        display: block;
        height: auto;
        max-height: 120px;
        width: auto;
    }

    .teaserbox_farbbalkentext {
        position: relative;
        display: flex;
        align-items: center;
        height: 20px;
        bottom: 0;
        width: 100%;
        margin-top: 0;
        padding-left: 10px;
        color: white;
        background-color: #d20a11;
        background-color: white;
        background-color: transparent;
    }

    .teaserbox_ausprogramm .teaserbox_farbbalkentext {
        display: block;
    }

    /*WIP*/
    .teaserbox {
        width: 100%;
        height: auto;
    }

    .teaserbox_inner {
        flex-direction: row;
        height: 100%;
    }

    .teaserbox_links {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .teaserbox_links img {
        max-width: 100%;
        display: block;
        height: auto;
        max-height: calc(100% - 20px);
        /*width: auto;*/
        width: 100%;
    }

    .teaserbox_farbbalkentext {
        position: relative;
        display: flex;
        align-items: center;
        height: 20px;
        bottom: 0px;
        width: 100%;
        padding-left: 10px;
        color: white;
        background-color: transparent;
    }

    .teaserbox_rechts {
        width: 100%;
        padding: 10px;
    }

    .teaserbox_rechts_euranet_logo {
        margin-top: 0;
    }

    .tx-mbonprogramm-pi2 .teaserbox_links {
        width: 49%;
    }

    .tx-mbonprogramm-pi2 .teaserbox_rechts {
        width: 51%;
        max-height: calc(100vw * 2 / 6);
    }

    .tx-mbonprogramm-pi2 .teaserbox_subtitle {
        position: relative;
        max-height: 100%;
        overflow: hidden;
    }

    .tx-mbonprogramm-pi2 p {
        margin-top: 0px;
    }

    .tx-mbonrelated-pi1 .amsrelated-2-page,
    .tx-mbonrelated-pi2 .amsrelated-2-page {
        width: 100%;
    }

    .tx-mbonrelated-pi1 .amsrelated-2-page-img,
    .tx-mbonrelated-pi2 .amsrelated-2-page-img {
        width: 100%;
    }

    .tx-mbonrelated-pi1 .amsrelated-2-page-img a,
    .tx-mbonrelated-pi2 .amsrelated-2-page-img a {
        display: block;
        width: 100%;
    }

    .tx-mbonrelated-pi1 .amsrelated-2-page-img img,
    .tx-mbonrelated-pi2 .amsrelated-2-page-img img {
        width: 100%;
    }

    .tx-mbonrelated-pi1 .amsrelated-2-page-text,
    .tx-mbonrelated-pi2 .amsrelated-2-page-text {
        width: 100%;
        position: relative;
    }

    .boxheadline_mid {
        display: none;
    }

    .boxheadline_mid.newsplayer {
        display: block;
        height: auto;
    }

    div.newsplayer {
        margin-bottom: 10px;
    }

    .mobileonly {
        display: block;
    }

    .footer-menu {
        margin-bottom: 0;
    }

    .footer-menu ul {
        display: block;
    }

    .footer-content {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .footer-content > div {
        margin: 0 0 !important;
    }

    .footer-content ul {
        background-color: white;
        height: 65px;
        padding: 14px 10px !important;
        margin-top: 10px;
        margin-bottom: 75px;
    }

    .subpage .footer-content ul {
        margin-top: 0px;
    }

    .gallery-image img {
        height: calc(100vw * 2 / 3);
    }

    div.localnews,
    div.polnews {
        display: none;
    }

    .news details.localnews,
    .news details.polnews {
        display: block;
        text-align: left;
        color: #656565;
        padding: 0 0 10px;

    }

    .news details.localnews summary,
    .news details.polnews summary {
        text-align: right;
        outline-color: transparent;
        outline-width: 0px;
        outline: none;
    }

    .news details.localnews summary:hover,
    .news details.polnews summary:hover {
        cursor: pointer;
    }

    .news-backlink-wrap {
        padding-left: 10px;
    }

    .news.news-single .news-img-wrap {
        width: 100%;
    }

    .news.news-single .news-img-wrap .outer div a img {
        width: 100vw;
        height: auto;
    }

    .news .article .news-img-wrap a {
        padding: 0 0 10px;
    }

    .teaserbox_title {
        font-size: 16px;
        line-height: 110%;
    }

    .teaserbox_subtitle {
        font-size: 13px;
        line-height: 125%;
        margin-top: 5px;
    }

    .news-list-view .news-cont .full-width .text {
        white-space: unset;
    }

    form {
        margin: 0 15px;
    }

    .amspage_superbanner {
        display: block;
        margin-top: 55px;
        background-color: #fff;
        padding-bottom: 10px;
    }

    .amspage_content {
        margin-top: unset;
    }

    #pos2 {
        display: block;
    }

    .tx-mbonprogramm-pi2 #prog_search div {
        margin-top: 0 !important;
        padding: 5px;
    }

    .mbutton {
	    width: 300px;
	    margin: 10px auto;
	    font-size: 13px;
    }

    .mButtBack {
	    width:100%;
	    background-color:white;
	    padding:5px 0;
	    margin-top: 10px;
    }

    /*-------------------------------------------------------------*/
    /* !Banner für Retina */
    /*-------------------------------------------------------------*/
    ins.adrect img {
        width:300px;
        height:250px;
    }
    ins.adpat img {
        width:220px;
        height:90px;
    }
    ins.adbutton img {
        width:300px;
        height:100px;
    }

    .csc-textpic.csc-textpic-intext-left ul{
        padding-inline-start: 18px;
    }

    .rectright.vcenter {
    display: unset;
    text-align: center;
    }

    .mbon_haustierforum_show_all_entrys{
        padding-left: 10px;
        padding-right: 10px;
    }
    .mbon_haustierforum_show_all_entrys .mbon_tierforum_entry.entry_detail .mbon_haustierforum_show_entry_left{
        width: 100%;
    }
    .mbon_haustierforum_show_all_entrys img{
        padding: 0;
    }

    .search-button-icon{
        margin-right: 0;
    }

    .amsEventListDate, .amsEventListTitle {
	    margin-left: 10px;
		line-height: 1.2;
    }

    .cross_img_center.mbon_img img {
	    width: 100% !important;
	}

	.tx-mbonplaylist-pi1 #charts_table td {
	    width: unset;
	}

	.mbon_playlist #charts_table td.time {
		width: 55px !important;
	}

	.mbon_playlist .icons {
		width: 65px !important;
	}

	.desktop-only {
		display: none;
	}

	.mobile-only {
		display: unset;
	}

	/* Bei uns im Programm --> News  */
    .buip .news-cont img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

	.amspage_content.subpage .buip .news-cont .leftpart {
	    width: 100%;
	    min-width: 180px;
	    /*height: calc(100vw * 2 / 3);*/
        height: auto;
	    margin: 0;
	    display: flex;
	    justify-content: center;
	    background-color: unset;
	}


	.buip .news-cont .date_categ .date {
	    float: right;
	    font-size: 12px
	}

	.amspage_content.subpage .buip .news-cont .rightpart .text {
	    /* padding-left: 10px;
	    padding-right: 10px; */
	}

	.amspage_content.subpage .buip .news-cont .leftpart > img, .amspage_content.subpage .buip .news-cont .leftpart > a > img {
	    display: block;
	    max-width: initial;
	    width: 100%;
	    height: auto !important;
	}



	.news-search-form form fieldset .form-group input.buip {
	    width: 80%;
	}

	.leftpart.buip {
		margin-bottom: -10px;
	}

	.leftpart.buip .teaserbox_col_red {
		margin-top: 0px;
	}

	.rightpart.buip h4 {
		margin-top: 0px;
	}

	.news-list-view .news-cont .top-inner-cont .col-md-4 .text .bodytext {
	    height: unset;
	    white-space: unset;
	    text-overflow: unset;
	}

    .buip  .news-cont .leftpart .tt_news_image_slider{
        margin: 0 auto;
    }
	.buip  .news-cont .leftpart .tt_news_image_slider img {
	    /*width: auto !important;
	    height: 240px !important;*/
        width: 100% !important;
        height: auto !important;
	    object-fit: cover;
	}


	/* Bei uns im Programm --> News  ENDE */

	/* SolrSearch  START */

	.tx-solr-search-form {
	    padding: 5px !important;
	}

	.tx-solr-submit {
	    width: unset !important;
	}

	.tx-solr-q {
		width: unset !important;
		display: inline !important;
	}

	/* SolrSearch  ENDE */

    .tt_news_image_slider {
	    /*margin-left: 10px;*/
        margin-left: 0;
	    margin-bottom: 0px;
	}

	/* Anpassung für NewsListing der Startseite START */

	.leftpart.buip {
	    margin-bottom: 0px;
	}

	.news-cont .leftpart {
	    width: 100%; /* Change/add */
	    height: 100%;
	    margin: 0;
	    display: flex;
	    justify-content: center;
	    flex-direction: column; /* Change/add */
	}

	.news-cont .leftpart > img, .news-cont .leftpart > a > img {
	    display: block;
	    max-width: 100%;
	    /*width: auto;*/
        width: 100%;
	    height: auto;
	    object-fit: cover;
	    max-height: calc(100% - 20px);
	}

	.news .tx-mbonrelated-pi1 .col-sm-6.list-news {
	    width: 100%;
	}

	/* Anpassung für NewsListing der Startseite ENDE */



    .news-list-view.gartentippkurt{
        background-color: #d9dadc;
    }
    .news-list-view.gartentippkurt .col-sm-6.list-news.no-padding.articletype-0{
        background-color: #d9dadc;
    }

    .news-list-view.gartentippkurt .news-cont.gartentipp{
        border: none;
        padding-bottom:0;
        font-size: 13px;
    }
    .news-list-view.gartentippkurt .news-cont.gartentipp h4{
        font-size: 16px;
    }

    .news-list-view.gartentippkurt .news-cont.gartentipp .col-md-4.col-sm-12.col-xs-8.no-padding.no-padding-left{
        padding-top: 5px;
    }
    /*-------------------------------------*/
    .news-list-view.gartentippkurt .news-cont.gartentipp .row > *{
        width: 100%;
    }
    .news-list-view.gartentippkurt .news-cont.gartentipp .row > * > img{
        width: 100%;
    }

    /*.tx-kurt16-pi1>.news>.news-list-view{
        background-color: #d9dadc;
    }*/


    #outbrainFooter{
        margin-left: 0;
        margin-right: 0;
    }
    .amspage_thisiscontent.subpage{
        padding-bottom: 0;
    }

    .schlagzeileFooter {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: -30px;
    }

    .schlagzeileFooter .schlagzeile {
        width: 100%;
    }

}

/*------------------------------------------------------------------*/
/* ! Desktop only 920 - xxx                                         */
/*------------------------------------------------------------------*/
@media (min-width: 920px) {

    .patronat {
        width: 690px;
        margin-left: -13px;
    }

    .btn2 {
	    display: inherit;
    }

    .pagehome .subcolumns {
	   background-color: white;
	   display: flex;
	   padding-bottom: 10px;
	}

    #taboola-below-article-thumbnails.taboolasub {
        background-color:#d9dadc;
        margin: 0px -50px;
    }

    .schlagzeileFooter {
        margin-left: -50px;
        margin-right: -55px;
        margin-top: -30px;
    }

    .pagehome .schlagzeileFooter {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: -30px;
    }

    .pagehome .rightpart.schlagzeile {
        width: 100% !important;
        height: unset;
    }

    .pagehome .articletype-0.schlagzeile {
        width: 100% !important;
    }

    .pagehome .rightpart.schlagzeile h4 {
        font-size: 16px;
    }

}

/*------------------------------------------------------------------*/
/* ! Tablet und Desktop 610px - xxx                                 */
/*------------------------------------------------------------------*/
@media (min-width: 610px) {

    .mbutton {
        display: none;
    }

    h2,
    .h2 {
	    font-size: 24px;
	}

    h3,
    .h3 {
        font-size: 16px;
        font-weight: bold;
    }


    .mButtBack {
	    display: none;
    }
    .mButtBack.ad3inarow{
        width: 300px;
        display: block;
        visibility: hidden;
    }

    #pro_search {
	    width: 200px;
    }

    .tx-amsnewsflash-pi1 .latest_newsflash {
	    margin-bottom: 10px;
	}

}

/*-------------------------------------------------------------*/
/* !Mobile 0 - 480px */
/*-------------------------------------------------------------*/
@media (max-width: 480px) {

	.rectright {
		display: unset !important;
	}
}

/*-------------------------------------------------------------*/
/* !Mobile 0 500px */
/*-------------------------------------------------------------*/
@media (max-width: 500px) {
    #tx-solr-sorting li {
        margin-right: 5px;
        padding-right: 5px;
    }
}

/*-------------------------------------------------------------*/
/* !Tablet + small 0 - 767px */
/*-------------------------------------------------------------*/
@media (max-width: 767px) {
    body, header .header-cont {
        background-color: #989898;
        padding-: 0;
    }
    .collector .news-cont.gartentipp{
        font-size: 13px !important;
    }
    .collector .news-cont.gartentipp h4{
        font-size: 16px !important;
    }
}

img.dpa-themen-image{
    max-width: 100%;
    width: auto;
    height: auto;
}

/*********** APP Styles ***********/
body:not(.APP) .notAPP{
    display: flex;
}
body:not(.APP) .onlyAPP{
    display: none;
}
body.APP .notAPP{
    display: none;
}
body.APP .onlyAPP{
    display: block;
}



body.APP .appSpacer{
    height: 100px;
}




iframe.contensYoutube{
    width: 100%;
    aspect-ratio: 16 / 9;
}
.mobile nav.menu .li-menu-link.with-submenu.activeParent a:first-child {
    background-image: url('../../../fileadmin/ams/Shared/Public/custom/img/arrow-down.png');
}

.mobile nav.menu .li-menu-link.with-submenu.activeParent .submenu a:first-child {
    background-image: none;
}

.mobile nav.menu .li-menu-link.with-submenu a:first-child {
    background-image: url('../../../fileadmin/ams/Shared/Public/custom/img/arrow-menu.png');
    background-repeat: no-repeat;
    background-size: 3%;
    background-position: 95%;
}

nav .nav .firstlevel.mail a {
    padding: 5px 0 0 23px;
}

nav .nav .firstlevel a {
    font-size: 14px;
}

.submenu a {
    font-size: 20px;
}

.mobile .nav > li > a {
    padding-left: 23px;
    padding-right: 23px;
    text-align: left;
    width: 100% !important;
    float: left !important;
    font-size: 20px;
}

nav .nav .firstlevel a {
    text-indent: initial;
    background: initial !important;
    color: #1d1d1b;
    margin: 0;
    width: 100%;
}

nav .nav > li.closeMenu:hover {
    color: #8c8c8c;
    background-image: url('../../../fileadmin/ams/Shared/Public/custom/img/close-menu.png');
    background-repeat: no-repeat;
    background-size: 3%;
    background-position: 96%;
}

nav .nav, .content_nav {
    background-image: none;
    padding: 0;
}

.nav.nav-pills {
    position: fixed;
    z-index: 1000000;
    top: 0;
    right: calc(50% - 460px);
    width: 70%; /*new*/
    max-width: 350px;
    background-color: #c8c4c5;
    max-height: 100%;
    height: 100%;
    overflow-y: auto;
}

.nav.nav-pills {
    display: none;
}

.closeMenu {
    float: right;
    text-align: right;
    padding: 7px 10px 0px 0px;
    border: none;
}

nav .nav > li, nav .nav .firstlevel {
    width: 51%;
    float: right;
}

.nav .closeMenu span:hover {
    cursor: pointer;
    color: transparent;
}

.closeMenu span {
    color: transparent;
    font-size: 15px;
    padding: 0;
    float: right;
    width: 30px;
    display: inline-block;
    height: 100%;
    margin-right: 10px;
    background-image: url(/fileadmin/ams/Shared/Public/custom/img/close-menu.png);
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center;
    margin: 0;
}

li.menu_header {
    display: flex !important;
    height: auto !important;
}

#menu_onair {
    width: 100%;

    height: 0;
    text-align: left;
}

#menu_onair > div {
    display: none;
}

.nav .closeMenu {
    background-size: 3%;
    background-position: 96%;
    height: 30px;
    width: 31px;
    margin: 0;
    padding: 0;
}

.normal .closeMenu {
    display: block;
}

.content_nav .menu .nav.nav-pills {
    display: none;
    width: 70%; /*new*/
    box-shadow: black 0px 0px 10px 2px; /*new*/
}

a#pull {
    display: block;
    background-color: transparent; /*new*/
    width: 100%;
    position: relative; /*new*/
}

a#pull:after {
    content: "";
    background: url('../../../fileadmin/ams/Shared/Public/custom/img/nav-icon.png') no-repeat;
    background-size: 41px 21px;
    width: 41px;
    height: 21px;
    display: inline-block;
    position: relative; /*new*/
    right: 0; /*new*/
    top: 0; /*new*/
}

nav .nav > li, nav .nav .firstlevel {
    width: 100%; /*new*/
    float: right;
    padding: 4px 0;
}

.nav-pills > li + li {
    margin-left: 0;
    border-bottom: 1px solid #8c8c8c;
    height: auto;
}

.nav.nav-pills li.li-menu-link:last-child {
    border-bottom: 0px;
}

.nav .closeMenu {
    color: #8c8c8c;
    background-image: url('../../../fileadmin/ams/Shared/Public/custom/img/close-menu.png');
    background-repeat: no-repeat;
    background-size: 3%;
    background-position: 96%;
}

nav .nav > li, nav .nav .firstlevel {
    width: 100%; /*new*/
    float: right;
}

.submenu li a {
    color: #1d1d1b;
    padding: 2px 39px 2px 11px;
    text-align: left;
    float: left;
}

.submenu li {
    list-style-type: none;
    float: left;
    padding: 4px 0 !important;
    width: 100%;
}

.mobile .li-menu-link.with-submenu .submenu li {
    list-style: none;
    text-align: left;
    border-bottom: 1px #b3b3b3 solid;
    line-height: 10px;
    line-height: 1;
    height: auto;
    min-height: 28px;
    display: flex;
    align-items: center;
}

#search_field_up {
    height: 30px;
    width: 200px;
    line-height: 24px;
    border: 1px solid #bfbfbf;
    padding-left: 30px;
    font-size: 11px;
    color: #959595;
    background-image: url('../../../fileadmin/ams/Shared/Public/custom/img/search_icon.gif');
    background-repeat: no-repeat;
    background-position: 10px center;
    background-color: #ffffff;
    font-family: Arial;
    margin-top: 10px;
    box-shadow: -1px 0px 9px -3px;
    right: 20px;
    top: 0 !important;
    z-index: 999999;
    display: none;
    position: absolute !important;
}

.amspage_serviceline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    background-color: white;
    border-top: none;
}

.amspage_serviceline_servicemenu ul,
.amspage_serviceline_lupeburger ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    margin: 0 15px 0 25px;
    padding: 0;
}

.amspage_serviceline_servicemenu ul li,
.amspage_serviceline_lupeburger ul li {
    position: relative;
    overflow: hidden;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    line-height: 280%;
    list-style-type: none;
}

.amspage_serviceline_servicemenu a {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.amspage_serviceline_servicemenu a .overlay_temp {
    position: absolute;
    top: 0;
    right: 0;
    color: #d20a11;
    font-size: 14px;
    font-weight: bold;
    line-height: 100%;
}

.amspage_serviceline_servicemenu .overlay_blitzercount {
    position: absolute;
    top: 0;
    right: 0;
    color: white;
    font-size: 14px;
    font-weight: bold;
    line-height: 100%;
    background-color: #d20a11;
    border-radius: 50% 50%;
    padding: 2px;
    width: 18px;
    height: 18px;
    text-align: center;
}

.amspage_serviceline_servicemenu a.playlist_link {
    display: block;
    color: transparent;
    width: 100%;
    height: 100%;
    background: url(/fileadmin/ams/Shared/Public/custom/img/servicebutton_playlist.png) center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.amspage_serviceline_servicemenu .tx-mbonweather-pi1 {
    position: relative;
    overflow: hidden;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    line-height: 280%;
    list-style-type: none;
}

.weatherIcon {
    background: url(/fileadmin/ams/Shared/Public/custom/img/weather-mobile.png) center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.blitzerIcon {
    width: 100%;
    height: 100%;
    background: url(/fileadmin/ams/Shared/Public/custom/img/blitzer-mobile.png) center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.blitzerIcon a {
    width: 100%;
    height: 100%;
    display: block;
}
.loginIcon {
    width: 100%;
    height: 100%;
    background: url(/fileadmin/ams/Shared/Public/custom/img/login-pueppi.png) center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.loginIcon a {
    width: 100%;
    height: 100%;
    display: block;
}

/*--------------------------------------------------------------------------------------------*/
@media (max-width: 919px) {
    .nav.nav-pills {
        right: 0;
        max-height: 100%;
        height: auto;
    }

    li.menu_header {
        display: flex !important;
        height: auto !important;
    }

    #menu_onair {
        width: 100%;
        height: 72px;
        text-align: left;
        position: relative;
    }

    #menu_onair .music_onair_modimage {
        display: block;
        height: auto;
    }

    #menu_onair .music_onair_player {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        padding-top: 22%;
        padding-left: 53%;
    }

    #menu_onair .music_onair_on_air {
        display: flex;
        padding-left: 14px;
        line-height: 14px;
        padding-top: 4px;
        max-width: 50%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .amspage_serviceline {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        height: 40px;
        background-color: white;
        border-top: 1px solid rgb(217, 218, 220);
    }

    .amspage_serviceline_servicemenu ul,
    .amspage_serviceline_lupeburger ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 40px;
        margin: 0 15px 0 25px;
        padding: 0;
    }

    .amspage_serviceline_servicemenu ul li,
    .amspage_serviceline_lupeburger ul li {
        position: relative;
        list-style-type: none;
        margin-right: 10px;
        width: 40px;
        height: 40px;
        overflow: hidden;
    }

    .amspage_serviceline_lupeburger {
        display: none;
    }
}

/*--------------------------------------------------------------------------------------------*/
@media (max-width: 609px) {

}
.music_onair {
    width: 100%;
    height: 100%;
    display: flex;
}

.music_onair_left {

}

.music_onair_right {
    padding-left: 15px;
    overflow: hidden;
}

#playlist_content {
    float: none !important;
}

#playlist_song {
    font-weight: bold;
}

.music_onair_modimage {
    height: 110px;
    width: 224px;
    display: block;
    overflow: hidden;
    background-image: url("/fileadmin/ams/Shared/Public/images/studiobg.png");
    display: flex;
    vertical-align: bottom;
}

.music_onair_player {
    position: relative;
    width: 50px;
    height: 0;
}

.music_onair_player .play_link {
    display: block;
    position: absolute;
    width: 41px;
    height: 41px;

    text-indent: -999em;
    overflow: hidden;
    background-image: url(/fileadmin/ams/Shared/Public/custom/img/play-button.png);
    background-size: cover;

    bottom: 10px;
    right: -195px;
    z-index: 10;
}

.music_onair_playbutton {

}

.music_onair_on_air {
    display: flex;
}

.music_onair_on_air span {
    font-weight: bold;
}

.music_onair_albumcover {
    width: 110px;
    height: 110px;
    background-color: white;
    overflow: hidden;
}

.music_onair_albumcover img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

/*--------------------------------------------------------------------------------------------*/
@media (max-width: 919px) {
    .music_onair_left {
        display: flex;
        align-items: center;
        padding-left: 10px;
    }

    .music_onair_right {
        display: flex;
        align-items: center;
        padding-left: 10px;
    }

    #playlist_content {
        float: none;
        width: 100%;
        overflow: hidden;
        font-size: 0.8em;
    }

    .music_onair_modimage {
        display: none;
    }

    .music_onair_on_air {
        display: none;
    }

    .music_onair_player {
        width: 22px;
        height: 22px;
    }

    .music_onair_player .play_link {
        display: block;
        position: absolute;
        width: 21px;
        height: 21px;

        text-indent: -999em;
        overflow: hidden;
        background: url(/fileadmin/ams/Shared/Public/custom/img/play-button.png) center center no-repeat;
        background-size: cover;

        bottom: 0;
        right: 0;
        z-index: 10;
    }

    .music_onair_albumcover {
        display: none;
    }

    #menu_onair {
        display: flex;
    }

    #menu_onair .music_onair_modimage {
        display: block;
    }

    #menu_onair .music_onair_on_air {
        display: block;
    }

    #menu_onair .music_onair_modimage {
        width: 150px;
        width: 50%;
    }
}

/*--------------------------------------------------------------------------------------------*/
@media (max-width: 609px) {

}
.amspage-news-related{
    width: 48%;
    margin-bottom: 32px;
}

.amspage-news-related-title{
    margin-bottom: 2px;
}

.amspage-news-related-title a{
    font-size: 1.8rem;
    color: #323232;
    line-height: 1.2;
}
.amspage-news-related-pictext{
    display: flex;
    height: 120px;
}
.amspage-news-related-img{
    width: 100%;
    max-width: 180px;
}
.amspage-news-related-img img{
    width: 100%;

}

.amspage-news-related-text{
    width: 100%;
    padding-left: 10px;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.amspage-news-related-text a {
   height: 100%;
   color: #323232;
}

/*------------------------------------------------------------------*/
.amsrelated-box-2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /*margin-top: 20px;*/
    margin-top: 0;
    border-top: none;
    float: none;
    clear: both;
}

.amsrelated-box-2>div:nth-child(even) .amsrelated-2-page-text{
    background-color: grey;
}
.amsrelated-box-2>div:nth-child(odd) .amsrelated-2-page-text{
    background-color: #d20a11;
}

.amsrelated-2-fotopage{
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 30px;
    width: 290px;
}
.amsrelated-2-fotopage-img img{
    width: 100%;
    height: auto;
}
.amsrelated-2-fotopage-title{
    /*width: 100%;*/
    /*height: 20px;*/
    display: flex;
    align-items: center;
    /*padding-left: 10px;*/
    position: absolute;
    bottom: 0;
}
.amsrelated-2-fotopage-title a{
    color:white;
    font-size: 18px;
    margin: 0;
    display: flex;
    align-items: center;
    padding: 5px 10px;
    line-height: 1.1;
}

.amsrelated-2-fotopage:nth-child(even) .amsrelated-2-fotopage-title{
    background-color: grey;
}
.amsrelated-2-fotopage:nth-child(odd) .amsrelated-2-fotopage-title{
    background-color: #d20a11;
}

/********************************************************************************************************/
.amsrelatedbox2020_wrapper{
    border-top: 0px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #d9dadc;
    margin-left: -50px;
    margin-right: -50px;
    padding: 10px 0;
}

.news-list-view.amsrelatedbox2020_wrapper{
    background-color: white;
    margin-left:0 !important;
    margin-right: 0 !important;
}

.amsrelatedbox2020{
    /*width: 300px;*/
    width: 245px;
    /*height: 400px;*/
    height: 330px;
    margin-right: 6px;
    margin-right: 0;
    float: left;
    background-color: white;
    margin-top: 0;
    margin-bottom: 10px;

}
.amsrelatedbox2020_wrapper{
    margin-bottom: -20px !important;
    padding-bottom: 20px;
}

.amsrelatedbox2020 a{
    color: #323232;
}
.amsrelatedbox2020 a:hover{
    color: #d20a11;
}

.amsrelatedbox2020_title {
    /*font-size: 16px;
    font-size: 24px;*/
    font-size: 18px;
    line-height: 120%;
}

.amsrelatedbox2020_subtitle {
    /*font-size: 14px;
    font-size: 17px;*/
    font-size: 12px;
    line-height: 140%;
}

.amsrelatedbox2020_inner {
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/
    height: 100%;
}

.amsrelatedbox2020_links {
    width: 100%;
}

.amsrelatedbox2020_links img:not(:first-child) {
    display: none;
}

.amsrelatedbox2020_links img {
    max-width: 100%;
    display: block;
    height: auto;
    max-height: 100%;
    width: auto;
}

.amsrelatedbox2020_rechts {
    width: 100%;
    padding: 10px;
    max-height: 186px;
    position: relative;
    height: 100%;
    overflow: hidden;
}

.amsrelatedbox2020_farbbalkentext {
    position: relative;
    display: flex;
    align-items: center;
    height: 32px;
    width: 80%;
    margin-top: -16px;
    padding-left: 10px;
    color: white;
    background-color: #d20a11;
    background-color: white;
    background-color: transparent;
    font-size: 12px;
    line-height: 114%;
}

.tx-mbonrelated-pi1{
    border: none !important;
}



.amspage_content.subpage .news-list-view.amsrelatedbox2020_wrapper {
    display: block;
    margin-left: -50px;
    margin-right: -50px;
}
.news-list-view.amsrelatedbox2020_wrapper .mbon_quickgallery_nav {
    padding: 8px 15px;
    width: 100%;
}
/*.amsrelated-2-page-text a{
    color: grey !important;
}*/


/****** mbon Related pi2 ***************/
.mbonrelatedpi2{
    width: auto;
    margin-left: -50px;
    margin-right: -50px;
    background-color: #d9dadc;
    padding-top: 10px;
}

.amsrelated-pi2-article {
    display: flex;
    flex-direction: column;
    background-color: white;
    width: 243px;
    margin-bottom: 10px;
}

.amsrelated-pi2-article a{
    color: black;
}

.amsrelated-pi2-article a:hover{
    color: #d20a11;
}

.amsrelated-pi2-article-left {
    height: calc(243px * 2 / 3);

    object-fit: cover;
}

.amsrelated-pi2-article-left img{
    max-width: 100%;
    max-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
}

.amsrelated-pi2-article-right{
    height: calc(210px * 2 / 3);
    padding: 10px;
    overflow: hidden;
    position: relative;
}

.amsrelated-pi2-article-title{
    font-size: 24px;
    font-size: 20px;
    line-height: 120%;
    margin-top: 0;
    margin-bottom: 10px;
}

.amsrelated-pi2-article-text {
    font-size: 17px;
    font-size: 14px;
    line-height: 140%;
}



/********************************************************************************************************/


/* POLIZEIBOXEN */
.polnews1 .news .amsrelated-box-2>div:first-child{
    height: 205px;
}
.polnews1 .news .amsrelated-box-2>div:last-child{
    height: 195px;
}

.related_galleries {
    clear: both;
}

.related_galleries .amsrelated-box-2 {
	margin-top: 25px;
}


/*------------------------------------------------------------------*/
/* 2nd Auflösung 610-919                                            */
/*------------------------------------------------------------------*/
@media (max-width: 919px) {
    .amsrelated-2-fotopage{
        width: 280px;
    }

    .amsrelatedbox2020{
        margin-bottom: 20px;
        width: 45%;
    }
    .amsrelatedbox2020_wrapper{
        margin-left: -15px;
        margin-right: -15px;
        justify-content: space-between;
        margin-bottom: -22px !important;
    }
    .news-list-view.amsrelatedbox2020_wrapper{
        margin-bottom: -20px !important;
    }


    .amspage_content.subpage .news-list-view.amsrelatedbox2020_wrapper {
        margin-left: -15px;
        margin-right: -15px;
    }

    .amsrelated-box-2.mbonrelatedpi2{
        margin-left: -15px;
        margin-right: -15px;
        justify-content: space-between;
    }
    .amsrelated-pi2-article {
        display: flex;
        flex-direction: column;
        background-color: white;
        width: 300px;
        margin-bottom: 10px;
    }
    .amsrelated-pi2-article-left {
        height: calc(300px * 2 / 3);
        object-fit: cover;
    }

    .amsrelated-pi2-article-right{
        height: calc(300px * 2 / 3);
        padding: 10px;
        overflow: hidden;
        position: relative;
    }
}

/*------------------------------------------------------------------*/
/* 3rd Auflösung 0-609                                              */
/*------------------------------------------------------------------*/
@media (max-width: 609px) {
    .amsrelatedbox2020{
        margin-bottom: 10px;
        max-width: 100%;
        width: 100%;
        height:auto;
    }

    /*.amsrelatedbox2020_wrapper{
        background-color: #d9dadc;
        margin-left: -50px;
        margin-right: -50px;
    }*/
    .amsrelatedbox2020_wrapper,
    .news-list-view.amsrelatedbox2020_wrapper{
        background-color: #d9dadc;
        margin-left:0 !important;
        margin-right: 0 !important;
        margin-bottom: -22px !important;
    }
    .news-list-view.amsrelatedbox2020_wrapper p{
        padding-left: 0;
    }

    .amsrelatedbox2020_wrapper.mbonrelatedpi3 {
        width: 100%;
    }


    .amsrelatedbox2020 .amsrelatedbox2020_inner{
        flex-direction: row;
    }
    .amsrelatedbox2020 .amsrelatedbox2020_farbbalkentext{
        margin-top: 0;
        width: 100%;
    }

    .amsrelatedbox2020 .amsrelatedbox2020_rechts{
        /*height: calc(50vw * 2 / 3 + 32px);*/
        max-height: calc(50vw * 2 / 3 + 20px);
    }
    .amsrelatedbox2020 .amsrelatedbox2020_title{
        font-size: 17px;
    }
    .amsrelatedbox2020 .amsrelatedbox2020_subtitle,
    .amsrelatedbox2020 .amsrelatedbox2020_text{
        font-size: 13px;
    }


    .amsrelatedbox2020_wrapper{
        margin-left: 0;
        margin-right: 0;
        justify-content: space-between;
    }

    .amsrelated-2-fotopage{
        width: 100%;
    }
    .amspage-news-related{
        width: 100%;
    }

    .amspage-news-related-title {
        padding: 0 10px;
    }
    .amspage-news-related-text{
        padding-right: 10px;
    }

    .polnews1 .news .amsrelated-box-2>div:first-child{
        height: auto;
    }
    .polnews1 .news .amsrelated-box-2>div:last-child{
        height: auto;
    }
    
    .amsrelated-2-fotopage-title{
	    width: 100%;
	    /*height: 20px;*/
	    display: flex;
	    align-items: center;
	    /*padding-left: 10px;*/
	    position: absolute;
	    bottom: 0;
	}
    .amspage_content.subpage .news-list-view.amsrelatedbox2020_wrapper {
        display: block;
        margin-left: 0;
        margin-right: 0;
    }

    .amsrelated-box-2.mbonrelatedpi2{
        margin-left: 0;
        margin-right: 0;
        justify-content: space-between;
    }
    .amsrelated-pi2-article {
        display: flex;
        flex-direction: row;
        background-color: white;
        width: 100%;
        margin-bottom: 10px;
    }
    .amsrelated-pi2-article-left {
        /*width: 50%;*/
        width: 180px;
        height: 120px;
    }

    .amsrelated-pi2-article-right{
        /*width: 50%;*/
        width: calc(100% - 180px);
        height: 120px;
    }
    .amsrelated-pi2-article-title{
        font-size: 16px;
    }
    .amsrelated-pi2-article-text {
        font-size: 13px;
    }
}





.swipify {
    width: 100%;
    /*height: calc(100% * 2 / 3) !important;*/
}

.OFFLINE.portrait .gallery-body .gallery-image {
    margin-bottom: 0;
    position: relative;
    display: block;
    height: 500px;
}

.portrait .gallery-image img {
    margin-top: 0;
    display: block;
    margin: 0 auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.gallery-body {
    height: 100%;
}

.gallery-body .gallery-image {
    margin-top: 0;
    height: 100%;
}

.gallery-text {
    display: none;
}

.OFFLINE.gallery-image img {
    /*
    max-width: 100%;
    height: auto;
    width: auto;
    max-height: -webkit-fill-available;
    height: calc(650px * 2 / 3);
    */

    position: absolute;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.portrait .gallery-image img {
    margin-top: 0;
}

.gallery-image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.swiper-wrapper {
    /*height: calc( 100% - 50px );*/
}

.swiper-pagination {
    margin-top: 0;
    position: relative;
}

.gallery-body-header {
    position: absolute;
    right: 0;
}

.swiper_bottomnav {
    display: flex;
    justify-content: space-between;
    height: 60px;
    padding-top: 20px;
}
.swiper-left{
    display: flex;
    align-items: center;
}
.swiper-mid{
    display: flex;
    align-items: center;
}
.swiper-right{
    display: flex;
    align-items: center;
}
.portrait .gallery-body .gallery-body-header{
    background: none;
}
#mbonosterei-wrap label, #mbonosterei-wrap input{
	width:150px;
	height:15px;
	display:block;
	float:left;
	padding:2px;
	margin-top:3px;
}

#mbonosterei-wrap label{
	clear:left;
}

#mbonosterei-wrap input {
	margin-left:10px;
}

#mbonosterei-basket {
	margin:10px 0;
}

#tx_mbonosterei_pi1_submit {
	margin-left:164px;
	margin-top:3px;
}

.tx-mbonosterei-pi1 {
	margin: 0 auto;
	width:515px;
}

.basket-text {
	text-align:center;
	font-weight:bold;
}

#mbonosterei-form {
	margin-top:10px;
}