/* @import url(http://fonts.googleapis.com/css?family=Crete+Round); */
/* @import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,400italic,300italic,700,700italic); */
/* @import url(http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic&subset=latin,latin-ext); */

@import url(https://cdn.warenform.de/fonts/roboto-condensed/latin-ext_latin/css/stylesheet.css);

/* Crete Round font licence: http://cdn.warenform.de/fonts/crete-round/licence/ */

/* crete-round-regular - latin-ext_latin */
@font-face {
  font-family: 'Crete Round';
  font-style: normal;
  font-weight: 400;
  src: url('//cdn.warenform.de/fonts/crete-round/latin-ext_latin/crete-round-v5-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Crete Round'), local('CreteRound-Regular'),
       url('//cdn.warenform.de/fonts/crete-round/latin-ext_latin/crete-round-v5-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('//cdn.warenform.de/fonts/crete-round/latin-ext_latin/crete-round-v5-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('//cdn.warenform.de/fonts/crete-round/latin-ext_latin/crete-round-v5-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
       url('//cdn.warenform.de/fonts/crete-round/latin-ext_latin/crete-round-v5-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('//cdn.warenform.de/fonts/crete-round/latin-ext_latin/crete-round-v5-latin-ext_latin-regular.svg#CreteRound') format('svg'); /* Legacy iOS */
}

/* Roboto font licence: http://cdn.warenform.de/fonts/roboto/licence/ */

/* roboto-700 - latin-ext_latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('//cdn.warenform.de/fonts/roboto/latin-ext_latin/roboto-v15-latin-ext_latin-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Bold'), local('Roboto-Bold'),
       url('//cdn.warenform.de/fonts/roboto/latin-ext_latin/roboto-v15-latin-ext_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('//cdn.warenform.de/fonts/roboto/latin-ext_latin/roboto-v15-latin-ext_latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('//cdn.warenform.de/fonts/roboto/latin-ext_latin/roboto-v15-latin-ext_latin-700.woff') format('woff'), /* Modern Browsers */
       url('//cdn.warenform.de/fonts/roboto/latin-ext_latin/roboto-v15-latin-ext_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('//cdn.warenform.de/fonts/roboto/latin-ext_latin/roboto-v15-latin-ext_latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}

body#PUB {
	font-family: 'Roboto Condensed', sans-serif;
	overflow-x: hidden;
	width: 100%;
}

/* Basics */
#PUB a {
	color: #355C88;
	text-decoration: underline;
}
#PUB a:focus,
#PUB a:hover,
#PUB a:active {
	color: #355C88;
}
#PUB sub, #PUB sup {
	font-size: 0.8em !important;
}
#PUB sub {
	vertical-align:bottom;
}
#PUB sup {
	vertical-align:top;
}
#PUB strong, #PUB b {
	font-weight: bold;
}
#PUB em, #PUB i {
	font-style: italic;
}
#PUB em strong {
	font-style: italic;
	font-weight: bold;
}
#PUB h1 {
    font-family: 'Crete Round',serif;
	font-size: 2em;
	text-decoration: none;
}
#PUB h2 {
	color: #666;
    font-family: 'Crete Round',serif;
	font-size: 1.6em;
}
#PUB h3 {
    font-family: 'Crete Round',serif;
	margin-top: 20px;
	font-size: 1.3em;
}
#PUB h4 {
	color: #999;
    font-family: 'Crete Round',serif;
	font-size: 1em;
	margin-top: 20px;
}

/* Aktuelle Ausgabe auf der Startseite */
#PUB .Current h1 {
	font-size: 1.6em;
	padding: 0 10px;
}
#PUB .Current h2 {
	font-size: 1.2em;
	padding: 0 10px;
}

/* ePUB */
.Epub a {
	/* background: url(../images/arrows.png) 0 -183px no-repeat #c30065; */
	background: url(../images/icon_epub.png) 10px 13px no-repeat #c30065;
	border-left: 1px solid #a7c7e6;
	color: #fff !important;
	display: block;
	margin-bottom: 20px;
	padding: 10px;
	padding-left: 34px;
}

/* Markierung */
#PUB .mark {
	background: #ff9;
}

/* Datum */
#PUB .Date {
	color: #666;
}

/* Header */

#PUB .Header {
	background: #333;
	height: 50px;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
#PUB .Header img {
	max-height: 25px;
}
#PUB .Header a {
	display: inline-block;
	height: 25px;
	padding: 10px;
}

/* Startseite */
#PUB .Current p {
	padding: 10px;
}

/* Paging */
#PUB .Paging {
	clear: both;
	display: block;
	font-size: 0.8em;
	margin-bottom: 20px;
	word-spacing: 3px;
}
#PUB .Paging .Browse {
	display: none;
}
#PUB .Paging .Previous,
#PUB .Paging .Next {
	display: inline-block;
	position: relative;
	top: 12px;
	width: 40px;
}
#PUB .Paging .Previous a,
#PUB .Paging .Next a {
	background-image: url(/kontext/images/icons/cc_mono_icons/br_prev_icon&16.png);
	background-position: right 0;
	background-repeat: no-repeat;
	display: inline-block;
	height: 20px;
	text-indext: -1000px;
	width: 40px;
}
#PUB .Paging .Next a {
	background-image: url(/kontext/images/icons/cc_mono_icons/br_next_icon&16.png);
	background-position: left 0;
}
#PUB .Paging ul {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}
#PUB .Paging ul li {
	border: 0;
	color: #000;
	display: inline-block;
	list-style: none;
	margin: 0 5px 0 0;
	padding: 5px 0;
	text-align: center;
	vertical-align: middle;
}
#PUB .Paging ul li a {
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
	background: #fff;
	border-radius: 3px;
	display: inline-block;
	margin-left: 2px;
	margin-right: 2px;
	text-decoration: underline;
	text-align: center;
}
#PUB .Paging ul li a:focus,
#PUB .Paging ul li a:hover,
#PUB .Paging ul li a:active {
	background: #cc0000 !important;
	color: #fff !important;
	text-decoration: none !important;
}
#PUB .Paging ul li.Active {
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
	background: none;
	border-radius: 3px;
	color: #000;
	display: inline-block;
	font-weight: bold;
	margin-left: 2px;
	margin-right: 2px;
	text-align: center;
}
#PUB .Paging ul li:first-child.Active {
	padding-left: 40px;
}

/* Content */
#PUB .Main .Author {
	color: #999;
	display: inline-block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 10px 0;
}
#PUB .Main p,
#PUB .Main .Content p {
	color: #333;
	margin: 10px 0;
}

#PUB .Main .Content ul {
	clear: left;
	list-style: disc;
	margin: 20px 10px;
}
#PUB .Main .Content ul li {
	list-style: disc;
	margin-bottom: 5px;
	margin-left: 10px;
}
#PUB .Main .Content ol {
	clear: left;
	list-style: decimal;
	margin: 20px 10px;
}
#PUB .Main .Content ol li {
	list-style: decimal;
	margin-bottom: 5px;
	margin-left: 15px;
}
#PUB  .Content .Html object,
#PUB  .Content .Html embed,
#PUB  .Content .Html iframe {
	height: 253px;
	margin: 10px 0 !important;
	padding: 10px 0 !important;
	width: 450px;
}

/* Tags zum Artikel */
#PUB .Main .Article .Tags {
	margin-top: 30px;
}
#PUB .Main .Article .Tags h3 {
	color: #999;
	display: inline;
	font-weight: normal;
	margin-right: 10px;
}
#PUB .Main .Article .Tags a {
	color: #666;
}
#PUB .Main .Article .Tags a:focus,
#PUB .Main .Article .Tags a:hover,
#PUB .Main .Article .Tags a:active {
	color: #333;
}
#PUB .Main .Article .Tags ul,
#PUB .Main .Article .Tags ul li {
	display: inline;
}
#PUB .Main .Article .Tags ul li:before {
	content: ', ';
}
#PUB .Main .Article .Tags ul li:first-child:before {
	content: '';
}

/* Listings */
#PUB .Listing {
	clear: both;
	margin-top: 50px;
}
#PUB .Listing li,
#PUB .Blog-Article {
	border: 1px solid transparent;
	border-bottom: 1px solid #000;
	clear: both;
	padding: 20px 0 !important;
}
#PUB .Listing li:first-child {
	border-top: 1px solid #000;
}
#PUB .Listing li:last-child {
	border-bottom: 0;
}
#PUB .Listing .Date {
	color: #000;
	display: block;
}
#PUB .Listing h3 a {
	color: #000;
	display: block;
	padding: 0 10px 5px 0;
	text-decoration: none;
}
#PUB .Listing h3 a:focus,
#PUB .Listing h3 a:hover,
#PUB .Listing h3 a:active {
	text-decoration: underline;
}
#PUB .Listing .Desc {
	padding: 10px;
}
#PUB .Issue-Listing h1 {
	margin: 40px 0;
}
#PUB .Issue-Listing li {
	border-bottom: 1px solid #000;
	margin-bottom: 40px;
	padding-bottom: 20px;
}
#PUB .Issue-Listing li:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
#PUB .Issue-Listing li span {
	display: block;
}
#PUB .Issue-Listing li span.Desc {
	padding: 10px;
}

#PUB h1,
#PUB h2,
#PUB h3,
#PUB .Date,
#PUB .Rubric,
#PUB .Author,
#PUB .Content,
#PUB .Blog-Article p,
#PUB .Listing .Teaser {
	display: block;
	padding: 0 10px;
}
#PUB .Content h3 {
	padding: 0;
}
#PUB .Listing p a {
	font-weight: bold;
	padding-bottom: 2px;
	text-align: right;
}
#PUB .Listing li .Image {
	float: left;
	margin: 0 10px 10px 0;
}
#PUB .Listing .Video object,
#PUB .Listing .Video embed,
#PUB .Listing .Video iframe {
	float: left;
	height: 196px !important;
	margin: 0 10px 10px 0;
	width: 325px !important;
}
#PUB .Listing .Audio object,
#PUB .Listing .Audio embed,
#PUB .Listing .Audio iframe {
	float: left;
	height: 20px !important;
	margin: 20px 20px 50px 0;
	width: 150px !important;
}
#PUB .Listing .Image h3,
#PUB .Listing .Image h4,
#PUB .Listing .Image p,
#PUB .Listing .Video h3,
#PUB .Listing .Video h4,
#PUB .Listing .Video p {
	margin-left: 210px;
	padding: 0 10px 0 0 !important;
}
#PUB .Listing .Video h3,
#PUB .Listing .Video h4,
#PUB .Listing .Video p {
	margin-left: 335px;
}
#PUB .Listing .Date,
#PUB .Listing .Author {
	color: #999;
}
#PUB .Listing .Teaser {
	color: #333;
}

/* Tags (Uebersichtseite) */
#PUB .Main .Content ul.Tags {
	margin: 40px 0 20px 0;
	text-align: center;
}
#PUB .Main .Content ul.Tags {
	list-style: none;
	padding: 0;
}
#PUB .Main .Content ul.Tags li {
	display: inline;
}
#PUB .Main .Content ul.Tags li a {
	padding: 0 2px;
	text-decoration: none;
	white-space: nowrap;
}
#PUB .Main .Content ul.Tags li a:focus,
#PUB .Main .Content ul.Tags li a:hover,
#PUB .Main .Content ul.Tags li a:active {
	background: #900;
	color: #FFF !important;
}
#PUB .Main .Content ul.Tags li.Size1 a {
	color: #999;
}
#PUB .Main .Content ul.Tags li.Size2 a {
	color: #999;
}
#PUB .Main .Content ul.Tags li.Size3 a {
	color: #777;
	font-weight: bold;
}
#PUB .Main .Content ul.Tags li.Size4 a {
	color: #555;
	font-weight: bold;
}
#PUB .Main .Content ul.Tags li.Size5 a {
	color: #333;
	font-weight: bold;
}

/* Suchseite */
#PUB .Main .Search label {
	display: inline;
}
#PUB .Main .Search form {
    background: #eee;
	background: -moz-linear-gradient(top, #fff, #eee);
    background: -webkit-gradient(linear, left top, left bottombottom, from(#fff), to(#eee));
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-top: 30px;
	padding: 10px;
}
#PUB .Main .Search .F_and input {
	display: block;
	width: 100%;
}
#PUB .Main .Search fieldset.Checkbox ul,
#PUB .Main .Search fieldset.Radio ul {
	margin-bottom: 10px;
}
#PUB .Main .Search fieldset.Checkbox li,
#PUB .Main .Search fieldset.Radio li {
	display: inline;
	margin-right: 10px;
}
#PUB .Main .Search fieldset.Checkbox li:last-child,
#PUB .Main .Search fieldset.Radio li:last-child {
	margin-right: 0;
}
#PUB .Main .Search ul {
	margin-top: 30px;
}
#PUB .Main .Search li {
	margin-bottom: 20px;
}
#PUB .Main .Search li p {
	margin: 0;
}
#PUB .Main .Search li p a {
	text-decoration: underline !important;
}
#PUB .Main .Search .Listing ul {
	margin-top: 30px;
}
#PUB .Main .Search legend {
	display: none;
}
#PUB .Main .Search input.felder {
	display: block;
	width: 420px;
}
#PUB .Main .Search .Connected {
	margin: 20px 0;
}
#PUB .Main .Search .row {
	margin: 20px 0;
}
#PUB .Main .Search .Connected .row {
	float: left;
	margin: 0 20px 0 0;
}
#PUB .Main .Search .Connected fieldset {
	float: left;
	margin-right: 80px;
}

/* Versenden */
#PUB .Send form {
	margin: 20px 0;
}
#PUB .Question fieldset,
#PUB .Send fieldset {
	border: 1px solid #ccc;
	clear: both;
	padding: 6px 12px;
	margin: 0 0 40px 0;
}
#PUB .TermsOfUseText {
	color: #666;
}
#PUB .Question label strong,
#PUB .Send label strong {
	color: #333;
}
#PUB .Question .Connected .Name,
#PUB .Send .Connected .Name {
	float: left;
	width: 200px;
}
#PUB .Question .Connected .Name input,
#PUB .Question .Connected .Email input,
#PUB .Send .Connected .Name input,
#PUB .Send .Connected .Email input {
	width: 190px;
}
#PUB .Question textarea,
#PUB .Send textarea {
	height: 60px;
	width: 400px;
}

/* Suchseite */

#PUB .Archive label {
	display: inline;
}
#PUB .Archive form {
    background: #eee;
	background: -moz-linear-gradient(top, #fff, #eee);
    background: -webkit-gradient(linear, left top, left bottombottom, from(#fff), to(#eee));
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-top: 30px;
	padding: 10px;
}
#PUB .Archive ul {
	margin-top: 30px;
}
#PUB .Archive li {
	margin-bottom: 30px;
}
#PUB .Archive li p {
	margin: 0;
}
#PUB .Archive li p a {
	text-decoration: underline !important;
}
#PUB .Archive .Listing ul {
	margin-top: 30px;
}
#PUB .Archive legend {
	display: none;
}
#PUB .Archive input.felder {
	display: block;
	width: 420px;
}
#PUB .Archive .Connected {
	margin: 20px 0;
}
#PUB .Archive .row {
	margin: 20px 0;
}
#PUB .Archive .Connected .row {
	float: left;
	margin: 0 20px 0 0;
}
#PUB .Archive .Connected fieldset {
	float: left;
	margin-right: 80px;
}

/* Form */
#PUB form {
	margin: 10px 0;
}
#PUB form h1 {
	margin-bottom: 20px;
}
#PUB form fieldset {
	background: #fefefe;
	border: 1px solid #ccc;
	margin: 20px 0;
	padding: 10px;
}
#PUB form p.Submit {
	float: right;
	margin-left: 10px;
	padding-top: 20px;
}
#PUB form p.Submit input {
	font-weight: bold;
	margin-right: 10px;
}

/* Newsletter-Abo */
#PUB .Newsletter p {
	padding: 10px;
}
#PUB .Newsletter form p {
	padding: 0;
}
#PUB .Newsletter label {
	display: block;
}
#PUB .Newsletter p.Email input {
	display: block;
	width: 100%;
}
#PUB .Newsletter p.Submit.F_subscribe input {
	font-weight: bold;
	margin-right: 10px;
}
#PUB .Newsletter .Submit.F_unsubscribe input {
	color: #c00 !important;
}

/* Media */
#PUB .MediaBox {
	clear: both;
	margin: 20px auto 0 auto;
	width: 100%;
	text-align: center;
}

#PUB .MediaBox.Left {
	float: left;
	margin: 0 10px 10px 0;
}

#PUB .MediaBox.Right{
	float: right;
	margin: 0 10px 0 10px;
}

#PUB .MediaBox.Left,
#PUB .MediaBox.Right {
	width: 50%;
}
#PUB .MediaBox img {
	width: 100%;
}
#PUB li .MediaBox {
	position: relative;
}
#PUB li .MediaBox .playBtn {
	border: none;
	left: 45%;
	position: absolute;
	top: 45%;
	width: 50px;
}
#PUB .MediaBox .Title,
#PUB .MediaBox .Copyright {
	color: #999;
	display: inline-block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding: 5px 2px;
}
#PUB .MediaBox .Copyright {
	color: #ccc;
}

/* youtube responsive css */
#PUB .MediaBox.youtube {
	height: 0;
	padding-bottom: 56.25%;
	padding-top: 30px;
	position: relative;
	overflow: hidden;
}
#PUB .MediaBox.youtube iframe,
#PUB .MediaBox.youtube object,
#PUB .MediaBox.youtube embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

/* Gallery */
#PUB .GalleryImage {
	margin-bottom: 20px;
}
#PUB .GalleryImage menu {
	background: #eee;
    background: -moz-linear-gradient(top, #eee, #ccc);
    background: -webkit-gradient(linear, left top, left bottombottom, from(#eee), to(#ccc));
	padding: 5px 0;
	width: 440px;
}
#PUB .GalleryImage menu a {
	color: #00314a;
	text-decoration: none;
}
#PUB .GalleryImage menu a:focus,
#PUB .GalleryImage menu a:hover,
#PUB .GalleryImage menu a:active {
	text-decoration: underline;
}
#PUB .GalleryImage .Previous {
	display: inline;
}
#PUB .GalleryImage .Previous a {
	background: url(../images/arrow.png) no-repeat 5px -718px;
	padding: 0 0 0 12px;
}
#PUB .GalleryImage .Next {
	margin: -16px 0 0 200px;
	position: absolute;
	text-align: right;
	width: 240px;
}
#PUB .GalleryImage .Next a {
	background: url(../images/arrow.png) no-repeat right -95px;
	padding: 0 12px 0 0 ;
}
#PUB .GalleryImage .Photographer {
	font-style: italic;
}

/* Fotogalerien */
#PUB .Main .Content ul.Gallery,
#PUB .Main .Content ul.Gallery li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#PUB .Main .Content ul.Gallery {
	margin-bottom: 20px;
	margin-top: 20px;
	width: 500px;
}
#PUB .Main .Content ul.Gallery li {
	border-bottom: 10px solid #fff;
	float: left;
	height: 140px;
	list-style: none;
	margin: 0 ;
	overflow: hidden;
	padding: 0;
	width: 150px;
}

/* Formulare allgemein */
#PUB .Connected,
#PUB .Connected {
	margin: 10px 0;
}
#PUB .textarea {
	width: 470px;
}
#PUB .Connected .Firstname {
	float: left;
	width: 220px;
}
#PUB .Connected .Firstname input {
	width: 210px;
}
#PUB .Connected .Lastname {
	margin-left: 230px;
}
#PUB .Connected .Lastname input {
	width: 210px;
}
#PUB .Connected .Zip {
	float: left;
	width: 80px;
}
#PUB .Connected .Zip input {
	width: 70px;
}
#PUB .Connected .Town {
	margin-left: 90px;
}
#PUB .Connected .Town input {
	width: 240px;
}
#PUB .Connected .Country {
	float: left;
	width: 180px;
}
#PUB .Connected .Country input {
	width: 170px;
}
#PUB .Connected .Email {
	margin-left: 190px;
}
#PUB .Connected .Email input {
	width: 280px;
}

#PUB a#MobileNavBtn {
	background: center center no-repeat transparent;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAE1JREFUeNpi/P//PwOtARMDHQBdLGFBYt+nkR2KjEhxQqvIYaR7cD2glSWMo0mY3DiJo5Edi4ZPEqZ7nMSP5pPRon60qB9NwpQDgAADAMIxHUJvWs/TAAAAAElFTkSuQmCC);
	display: inline-block;
	height: 25px;
	padding: 10px;
	text-indent: -10000px;
	width: 25px;
}

/* Sonstige */
#PUB .Clear {
	clear: both;
}

/* Admin-Preview */
#ADM #PUB .Main {
	float: none;
	margin-top: 20px;
}

@media only screen and min-width: 320px {
	#PUB .Header img {
		max-height: 25px;
	}
}