@charset "UTF-8";

@import url(/css/fonts/fontawesome/stylesheets/font-awesome.min.css);
@import url(/css/fonts/sourcesanspro/css/stylesheet.css);

@font-face{font-family:'FontAwesome';src:url("/css/fonts/fontawesome/fontawesome-webfont.eot?v=4.0.3");src:url("/css/fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.0.3") format("embedded-opentype"),url("/css/fonts/fontawesome/fontawesome-webfont.woff?v=4.0.3") format("woff"),url("/css/fonts/fontawesome/fontawesome-webfont.ttf?v=4.0.3") format("truetype"),url("/css/fonts/fontawesome/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular") format("svg");font-weight:normal;font-style:normal}

/*
Farben:
Rot: #eb2325
Schwarz: #2b2b2b
Gelb: #ffed00
*/
body {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 16px;
}

/*
.Outer-Wrapper {
	overflow: hidden;
	position: relative;
	width: 100%;
}
*/

a,
.Showcalender {
	color: #eb2325;
	text-decoration: none;
}
a:focus,
a:hover,
a:active,
.Showcalender:focus,
.Showcalender:hover,
.Showcalender:active {
	text-decoration: underline;
}

h1 a,
h2 a,
h3 a,
h4 a {
	color: #2b2b2b;
}
em, i {
	font-style: italic;
}
strong, b {
	font-weight: 700;
}
em strong,
em b,
i strong,
i b,
strong em,
strong i,
b em,
b i {
	font-weight: 700;
	font-style: italic;
}

/* Wrapper */
.Wrapper {
	margin: 0 auto;
	width: 950px;
	max-width: 100%;
}

/* Kopf */
.Head .Logo {
	height: 70px;
	margin: 30px 10px;
	width: 300px;
}
.Head .Logo img {
	width: 100%;
}
.Head .Founded {
	font-size: 12px;
	font-style: italic;
	font-weight: 300px;
	margin-left: 140px;
	position: absolute;
	top: 90px;
	white-space: nowrap;
}
#ID_HeadDate, /* Relikt */
#ID_HeadDate strong { /* Relikt */
	display: inline; /* Relikt */
	font-style: italic; /* Relikt */
	font-weight: normal; /* Relikt */
} /* Relikt */

/* Navigation */
.Navi {
	background: #2b2b2b;
	height: 30px;
	line-height: 16px;
	width: 950px;
}
.Navi ul {
	position: absolute;
}
.Navi ul li {
	display: table-cell;
	padding-left: 10px;
	vertical-align: middle;
}
.Navi ul li a {
	background: none;
	color: #fff;
	display: block;
	font-weight: 700;
	padding: 7px 10px;
	white-space: nowrap;
}
.Navi ul li:first-child {
	margin-left: 0;
}

/* 2. Ebene */
.Navi ul li ul {
	left: 0;
	margin-top: 6px;
	position: absolute;
	width: 950px;
	z-index: 10;
}
.Navi ul li ul li {
	display: inline-block;
	margin: 0;
	padding: 5px;
}
.Navi ul li ul li:first-child {
	margin-left: 5px;
}
.Navi ul li ul li:last-child {
	padding-left: 0;
}
.Navi ul li.Active ul li a,
.Navi ul li.Active ul li.Active a {
	background: none;
	color: #2b2b2b;
	display: inline;
	font-size: 13px;
	font-weight: 400;
	padding: 0;
}
.Navi ul li.Active ul li a:focus,
.Navi ul li.Active ul li a:hover,
.Navi ul li.Active ul li a:active {
	text-decoration: none;
}
.Navi ul li ul li:hover {
	background: #f2f2f2;
}

/* 3. Ebene */
.Navi ul li ul li ul {
	display: none;
}
.Navi ul li ul li:hover ul {
	background: #f2f2f2;
	border: 5px solid #fff;
	border-top: 0;
	display: block;
	left: auto;
	margin: 0 0 0 -10px;
	padding-top: 5px;
	position: absolute;
	width: 170px;
}
.Navi ul li ul li ul li,
.Navi ul li ul li ul li:first-child {
	display: block;
	float: none;
	margin-left: 0;
	padding: 0;
}
.Navi ul li ul li ul li a {
	color: #2b2b2b;
	display: block !important;
	padding: 5px !important;
}
.Navi ul li.Active ul li ul li a:focus,
.Navi ul li.Active ul li ul li a:hover,
.Navi ul li.Active ul li ul li a:active {
	text-decoration: underline;
}

/* Banner im Kopf */
.HeadImage {
	margin-left: 440px;
	position: absolute;
	top: 15px;
}

/* Social Media */
.Social-Media {
	margin-left: 700px;
	position: absolute;
	top: 50px;
	white-space: nowrap;
}
.Social-Media ul li {
	display: inline-block;
	margin-right: 5px;
}
.Social-Media ul li a {
	background: url(../images/social-media.png) no-repeat;
	display: inline-block;
	height: 12px;
	opacity: 0.65;
	text-indent: -10000px;
	width: 12px;
}
.Social-Media ul li a:focus,
.Social-Media ul li a:hover,
.Social-Media ul li a:active {
	opacity: 1;
}
.Social-Media ul li.Facebook a {
	background-position: -20px 0;
}
.Social-Media ul li.Twitter a {
	background-position: -40px 0;
	width: 14px;
}

#ID_ArticleAppendix .shariff .fa {
	font-family: 'FontAwesome' !important;
}

/* Schnellsuche */
form.Quicksearch {
	border: 1px solid rgba(204, 204, 204, 0.70);
	height: 33px;
	margin-left: 770px;
	position: absolute;
	top: 40px;
	width: 170px;
}
form.Quicksearch legend,
form.Quicksearch label {
	display: none;
}
form.Quicksearch p.Text,
form.Quicksearch p.Submit {
	display: table-cell;
	vertical-align: top;
}
form.Quicksearch p.Text input,
form.Quicksearch p.Submit input {
	background: none;
	border: 0;
}
form.Quicksearch p.Submit input {
	background: url(../images/bg-suche.png) 2px 6px no-repeat;
	border-left: 1px solid rgba(204, 204, 204, 0.70);
	display: block;
	opacity: 0.65;
	text-indent: -10000px;
}
form.Quicksearch:hover p.Submit input {
	opacity: 1;
}

/* Container */
.Container {
	margin-top: 60px;
	width: 100%;
}

/* Hauptteil */
div.Main {
	float: left;
	line-height: 24px;
	padding-left: 10px;
	padding-right: 20px;
	width: 700px;
}
.Container.Fullwidth div.Main {
	float: none;
	padding-right: 10px;
	width: 930px;
}
.Kicker {
	color: #666;
	font-size: 12px;
	font-weight: 700;
	line-height: 100%;
	padding-top: 5px;
	text-transform: uppercase;
}
.Kicker span.Rubric,
.Kicker span.Rubric a {
	color: #999;
}
.Kicker span.Column,
.Kicker span.Column a {
	color: #666;
}
.Kicker span.User-Debatte {
	display: inline-block;
}
.Kicker span.User-Debatte img {
	display: block;
	margin-left: 5px;
	margin-top: -17px;
	opacity: 0.75;
	position: absolute;
	width: 25px;
}
.Kicker span.User-Debatte img {
	display: block;
	margin-left: 5px;
	margin-top: -17px;
	opacity: 0.75;
	position: absolute;
	width: 25px;
}
.Kicker span.User-Debatte small {
	display: block;
	font-weight: 400;
	margin-left: 40px;
	margin-top: -11px;
	opacity: 0.75;
	position: absolute;
}
.Kicker.medium-editor-element {
	min-height: auto !important;
}
div.Main h1 {
	font-size: 34px;
	font-weight: 700;
	line-height: 51px;
}
div.Main h2 {
	color: #666;
	font-size: 27px;
	font-weight: 600;
	line-height: 41px;
	margin: 10px 0;
}
div.Main h3 {
	font-size: 22px;
	font-weight: 700;
	line-height: 33px;
}
div.Main h4 {
	font-size: 18px;
	font-weight: 700;
	line-height: 27px;
}
div.Main .Author,
div.Main .Article address {
	color: #999;
	font-style: italic;
}
div.Main .Article address {
	margin-bottom: 20px;
}
div.Main .ImageBox {
	clear: left;
	float: left;
	margin: 0 20px 20px 0;
	max-width: 380px;
}
div.Main .ImageBox.Large img {
	max-width: 700px;
}
div.Main .ImageBox.Large {
	float: none;
	margin: 0 0 20px 0;
	width: 100%;
	max-width: 100%;
}
.ImageBox .Title {
	color: #666;
}
.Copyright {
	color: #888;
	font-size: 9px;
	line-height: 140%;
	margin-top: 2px;
}
.Article .Copyright {
	color: #666;
	font-size: 12px;
}
.Article p.autorleserbrief {
	font-weight: bold;
}

/* Infoboxen neu */
div.Main .Article .Infobox p {
	margin-bottom: 10px;
}
div.Main .Article .Infobox h3,
div.Main .Article .Infobox h4 {
	color: #2b2b2b;
	margin: 0 0 10px 0;
}
div.Main .Article .Infobox {
	background: #f2f2f2;
	clear: both;
	color: #2b2b2b;
	float: right;
	margin: 0 0 10px 0;
	padding: 10px;
}
div.Main .Article .Infobox.Narrow {
	margin: 0 0 10px 10px;
	width: 260px;
	word-wrap: break-word;
}
div.Main .Article .Infobox.Expand {
	padding-bottom: 0;
}
div.Main .Article .Content .Infobox ul {
	list-style: none;
	margin-bottom: 10px;
	margin-top: 0;
	padding: 0;
}
div.Main .Article .Infobox ul li {
	border: 0;
}
div.Main .Article .Infobox.Expand .Show,
div.Main .Article .Infobox.Expand .Hide {
	border-top: 1px solid #ccc;
	color: #eb2325;
	cursor: pointer;
	display: block;
	font-weight: normal;
	list-style: none;
	margin: 10px -10px 0 -10px;
	padding: 5px 10px;
	text-decoration: none;
}
div.Main .Article .Infobox.Expand.Narrow .Show:before,
div.Main .Article .Infobox.Expand.Narrow .Hide:before {
	font-family: FontAwesome !important;
	content: "\f0d7 ";
	padding-right: 5px;
}
div.Main .Article .Infobox.Expand .Show:focus,
div.Main .Article .Infobox.Expand .Show:hover,
div.Main .Article .Infobox.Expand .Show:active,
div.Main .Article .Infobox.Expand .Hide:focus,
div.Main .Article .Infobox.Expand .Hide:hover,
div.Main .Article .Infobox.Expand .Hide:active {
	background: rgba(0,0,0,0.1);
}
div.Main .Article .Infobox.Expand.Big {
	width: auto;
	margin: 0 0 10px 0;
}
div.Main .Article .Infobox.Expand .Show:before,
div.Main .Article .Infobox.Expand .Hide:before {
	font-family: FontAwesome !important;
	content: "\f0d8 ";
}
div.Main .Article .Infobox.Expand .Attach {
	display: none;
}
div.Main .Article .Infobox.Expand .Attach {
	display: inline;
}

/* Startseite */
div.Main .Home-Press-Release {
	background: #f2f2f2;
	display: inline-block;
	margin-bottom: 30px;
	margin-left: -10px;
	padding: 5px 10px;
}
div.Main .Home-Press-Release a:after {
	content: " »";
}
div.Main .Editorial-News {
	border: 2px solid #F9EF7A;
	margin-bottom: 40px;
	margin-left: -10px;
	padding: 10px;
}
div.Main .Editorial-News {
	border: 2px solid #F9EF7A;
	margin-bottom: 40px;
	padding: 10px;
}
div.Main .Leading-Article {
	margin-bottom: 40px;
}
div.Main .Leading-Article .ImageBox {
	float: none;
	margin: 10px 0;
	max-width: 100%;
	width: 100%;
}
div.Main .Leading-Article .ImageBox img {
	width: 100%;
}

/* Kommentare */
.Button {
	margin: 30px 0;
	text-align: center;
}
.Button a {
	border: 1px solid #ccc;
	display: inline-block;
	padding: 10px 30px;
}

/* Karussell */
.Carousel {
	margin: 20px -20px 80px 0 !important;
}
.Carousel .slick-prev::before,
.Carousel .slick-next::before {
	color: #222 !important;
}
.Carousel .slick-track {
	display: flex !important;
}
.Carousel .slick-slide {
	border: 1px solid #999;
	display: flex !important;
	height: auto !important;
	margin-right: 20px;
	vertical-align: top;
/*	align-items: center;
	justify-content: center;*/
}
.Carousel .slick-slide a {
	color: #222;
	display: block;
	height: 100%;
	text-decoration: none;
	width: 100%;
}
.Carousel .slick-slide h4 {
	padding: 10px;
}
.Carousel .slick-slide a:focus h4,
.Carousel .slick-slide a:hover h4,
.Carousel .slick-slide a:active h4 {
	text-decoration: underline;
}
.Carousel .slick-slide .Teaser {
	padding: 10px;
	padding-top: 0;
}
.Carousel .slick-slide .Image {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
	height: 150px;
	width: 100%;
}
.Carousel .slick-slide .Copyright {
	text-align: right;
	padding-right: 5px;
}
.Carousel .slick-slide a:focus .Image,
.Carousel .slick-slide a:hover .Image,
.Carousel .slick-slide a:active .Image {
	opacity: 0.9;
}
.Carousel .slick-slide .Image img,
.Carousel .slick-slide .Image ~ .Teaser {
	display: none;
}
.Carousel .slick-dots {
	bottom: -40px !important;
}

div.Main .Section-Header {
	/*background: #f2f2f2;*/

	border-bottom: 1px solid #f2f2f2;
	/*border-top: 1px solid #f2f2f2;*/

	color: #666;
	font-weight: 900;
	line-height: 100%;
	margin: 30px 0;
	margin-left: -10px;
	padding: 7px 10px;
}
div.Main .Section-Header a {
	color: #666;
}
div.Main .Section-Header a:after {
    content: ' »';
	font-weight: 400;
}

a.ToggleHome {
	background: #eb2325;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	margin-bottom: 20px;
	padding: 5px 10px;
}

/* "Alle anzeigen" */
.Showall a:after {
	content: " »";
	font-size: 14px;
	font-weight: 400 !important;
}

/* ArticlesOfTomorrow */
.ArticleOfTomorrow .Headline {
	color: #eb2325;
}
.ArticleOfTomorrow li {
	box-sizing: border-box;
	display: inline-block;
	float: left;
	font-size: 16px;
	margin-bottom: 25px;
	overflow: hidden;
	padding: 0 4px;
	width: 33.33%; /* as @passatgt mentioned in the comment, for the older browsers fallback */
	width: calc(100% / 3);
}
.ArticleOfTomorrow li:nth-child(1) {
	padding: 0 8px 0 0 ;
}
.ArticleOfTomorrow li:nth-child(3) {
	padding: 0 0 0 8px;
}
.ArticleOfTomorrow li img {
	max-width: 100%;
	text-align: center;
}
.ArticleOfTomorrow li .Title,
.ArticleOfTomorrow li .Kicker,
.ArticleOfTomorrow li .Login {
	display: block;
}
.ArticleOfTomorrow li .Kicker {
	margin-top: 8px;
}
.ArticleOfTomorrow li .Title {
	color: #2b2b2b;
	font-size: 18px;
	font-weight: bold;
}
.ArticleOfTomorrow li .Login {
	font-size: 12px;
}

/* Slideshow */
.Slideshow {
	overflow: hidden;
	text-align: center;
	width: 700px;
}
.Slideshow a {
	cursor: pointer;
}
.Slideshow ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.Slideshow ul li {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}
.Slideshow .Head {
	text-align: center;
}
.Slideshow .Head ul li {
	display: inline-block;
}
.Slideshow .Head ul li .Prev,
.Slideshow .Prev {
	display: inline;
	margin-right: 30px;
}
.Slideshow .Prev:before {
	content: '« ';
}
.Slideshow .Head ul li .Info,
.Slideshow .Info {
	display: inline;
}
.Slideshow .Head ul li .Next,
.Slideshow .Next {
	display: inline;
	margin-left: 30px;
}
.Slideshow .Next:after {
	content: ' »';
}
.Slideshow .Foot {
	font-style: italic;
	margin: 0 10px;
	text-align: left;
}
.Slideshow .Foot .Title {
	font-weight: bold;
}
.Slideshow .Foot address {
	margin: 15px 0 0 0;
	color: #999;
}
.Slideshow .Image {
	clear: none;
	cursor: pointer;
	padding: 10px 0 20px 0;
	text-align: center;
}
.Slideshow .Image .Foot * {
	text-align: center;
}
.Slideshow .Image img {
	margin: 0 auto;
	max-width: 700px;
}
.Slideshow .Foot {
	text-align: left;
}
.Slideshow .Slider .slick-dots {
	display: block;
	padding: 0px;
	position: absolute;
	text-align: center;
	top: -35px;
	width: 100%;
}
.Slideshow .Slider .slick-dots li {
	cursor: pointer;
	display: inline-block;
	height: 10px;
	margin: 0px 4px;
	padding: 0px;
	position: relative;
	width: 10px;
}
.Slideshow .Slider .slick-dots li button {
	background-color: #ccc;
	border: 1px solid #ccc;
	border-radius: 100%;
	cursor: pointer;
	display: block;
	font-size: 0px;
	line-height: 0;
	height: 10px;
	padding: 0;
	width: 10px;
}
.Slideshow .Slider .slick-dots li.slick-active button {
	background-color: #666;
	border: 1px solid #666;
}

/* Listings */

.Listing-Header {
	margin-bottom: 40px;
}
.Listing-Header .Image {
	display: table-cell;
	padding-top: 6px;
	vertical-align: top
}
.Listing-Header .Image img {
	max-width: 150px;
}
.Listing-Header .Image + .Wrap {
	display: table-cell;
	padding-left: 20px;
	vertical-align: top;
}

.Listing.Fundus h1 {
	border-bottom: 1px solid #2b2b2b;
	font-size: 30px;
	margin-bottom: 5px;
}
.Listing.Kolumne h2 {
	border-bottom: 1px solid #2b2b2b;
	font-size: 18px;
	margin-bottom: 20px;
}
.Listing ul li,
.Listing ol li,
.Listing .HomepageSupplementTeaser /* Relikt */ {
	clear: both;
	margin-bottom: 40px;
}
.Listing p + ul,
.Listing p + ol {
	margin-top: 40px;
}
.Listing .Img,
.Listing .Img.Left,
.Listing .Img.Small-Thumb {
	float: left;
	margin: 0 10px 10px 0;
	padding-top: 6px;
}
.ImageBox1,
.Listing .Img.Right {
	float: right;
	margin: 0 0 10px 10px;
	padding-top: 6px;
}
.Listing .Img.Left,
.Listing .Img.Right,
.Listing .Img.Small-Thumb {
	max-width: 180px;
}
.Listing .Img.Left,
.Listing .Img.Right img,
.Listing .Img.Small-Thumb img {
	width: 100%;
}
.Listing .NI li a,
.Listing .NI li a strong {
    color: #2b2b2b;
}

.Listing .NI li a strong {
	font-size: 18px;
    font-weight: 700;
    line-height: 36px;
}
.Listing .protected p:before {
	background: #eee;
	color: #eb2325;
	content: 'ABO';
	display: block;
	float: left;
	font-size: 10px;
	line-height: 130%;
	margin-right: 10px;
	padding: 5px 10px;
}
.Listing .protected h3 a {
	display: inline;
}

/* Tagesausgabe */
.Listing ul.Rubric_10 li h3 {
	font-size: 34px;
	line-height: 42px;
	margin-bottom: 10px;
}

.Listing ul.Rubric_10 li .Img.Small-Thumb {
	margin-right: 20px;
	width: 250px;
	max-width: 250px;
}


/* Shortnews */
.Listing .ShortNews{
	border: 1px solid #ececec;
	padding: 6px;
	background: #fdfdfd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.Listing .ShortNews h4{
	color: #eb2325;
}
.Listing .ShortNews ul li{
	margin-bottom: 10px;
}
.Listing .ShortNews ul li a:before{
	font-family: FontAwesome !important;
	content: "\f0da ";
	padding: 0 5px 0 9px;
	color: #2b2b2b;
	text-decoration: none;
}
.Listing .ShortNews ul li a{
	padding: 3px;
	color: #2b2b2b;
}

/* Zitat des Tages */
.quote_of_the_day {
	margin: 40px 0;
}
.quote_of_the_day cite,
#ID_Cite cite {
	border-top: 2px solid 2b2b2b;
	display: block;
	font-size: 18px;
	font-style: italic;
	font-weight: 600;
	margin-top: 5px;
	padding-top: 10px;
}
.quote_of_the_day address,
#ID_Cite address{
	border-bottom: 2px solid 2b2b2b;
	font-weight: 200;
	padding: 10px;
}
#ID_Cite address{
	border-bottom: 0;
	margin-bottom: 40px;
}

/* Artikelview */
.Article .Date,
.Article .Reference {
	color: #999;
	margin-bottom: 10px;
	width: 100%;
}
.Article .Date strong {
	color: #000;
}
.Article .Date a {
	color: #eb2325;
}
.Article h3,
.Article h4,
.Content h3,
.Content h4 {
	margin-top: 20px;
}
.Content h5 { /* Benutzt als: Leadtext */
	font-style: italic;
	font-weight: 600;
	margin-bottom: 20px;
}
.Article strong,
.Article b,
.Content strong,
.Content b {
	font-weight: 700;
}
.Content ul,
.Content ul li {
	list-style: disc;
}
.Content ul li {
	margin: 0 0 5px 30px;
}


.Html {
	margin-bottom: 30px;
}
/* YouTube */
/* Responsive Yottube-Loesung */
.Html .video {
	margin-bottom: 30px;
	position: relative;
	padding-bottom: 63%; /* Default for 1600x900 videos 16:9 ratio*/
	padding-top: 0px;
	height: 0;
	overflow: hidden;
	width: 100%;
}
.Html .video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Rezensionen etc. weiterklicken */
ul.ContentsOfIssue,
ul.BrowseArticles {
	display: table;
	height: 25px;
	margin: 0 auto;
	margin-bottom: 50px;
	width: 400px;
}
ul.ContentsOfIssue a,
ul.BrowseArticles a {
	color: #333 !important;
	text-decoration: none !important;
}
ul.ContentsOfIssue .Title a,
ul.BrowseArticles .Title a {
	text-decoration: underline !important;
}
ul.ContentsOfIssue a span,
ul.BrowseArticles a span {
	display: none;
}
ul.ContentsOfIssue li,
ul.BrowseArticles li {
	display: table-cell;
	height: 25px;
	vertical-align: middle;
}
ul.ContentsOfIssue li a,
ul.BrowseArticles li a {
	height: 16px;
	width: 40px;
}
ul.ContentsOfIssue li.Title,
ul.BrowseArticles li.Title {
	color: #333;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
}
ul.ContentsOfIssue li.Prev,
ul.BrowseArticles li.Prev {
	width: 40px;
}
ul.ContentsOfIssue li.Next,
ul.BrowseArticles li.Next {
	width: 40px;
}
ul.ContentsOfIssue li.Prev a,
ul.BrowseArticles li.Prev a {
	background: url(../images/arrowLeft.png) no-repeat center 0;
	display: block;
}
ul.ContentsOfIssue li.Next a,
ul.BrowseArticles li.Next a {
	background: url(../images/arrowRight.png) no-repeat center 0;
	display: block;
}
ul.ContentsOfIssue li.Prev a:hover,
ul.BrowseArticles li.Prev a:hover {
	background: url(../images/arrowLeft.png) no-repeat center -16px;
}
ul.ContentsOfIssue li.Next a:hover,
ul.BrowseArticles li.Next a:hover {
	background: url(../images/arrowRight.png) no-repeat center -16px;
}

/* Tagesausgabe waehlen */
.Select-Overview {
	margin: 20px 0;
}

/* Blog-Liste (Buchmesse Havanna) */
.Blog-List-Spezial li {
	background: #f2f2f2;
	display: inline-block;
	margin: 10px;
	padding: 10px;
}
.Blog-List-Spezial li img {
	display: block;
	margin-bottom: 5px;
}

/* Blog-Werbung auf der startseite */
.Blog-Ad {
	background: #eee;
	padding: 10px;
}
.Blog-Ad .portfolio-item h3 {
    color: #999;
    font-size: 12px;
    font-weight: 700;
    line-height: 100%;
    padding-top: 5px;
    text-transform: uppercase;
}
.Blog-Ad .portfolio-item img {
	border: 1px solid rgba(0,0,0,0.2);
	float: left;
	height: auto !important;
	width: 168px;
}
.Blog-Ad .portfolio-item h3,
.Blog-Ad .portfolio-item p {
	margin-left: 193px;
}
.Blog-Ad .portfolio-item p a {
    color: #2b2b2b;
	font-size: 22px;
    font-weight: 700;
    line-height: 33px;
}

/* Presse Global: Quellenangabe */
.Source-Index {
	background: #f2f2f2;
	margin: 40px 0;
	padding: 10px;
}

/* Suchseite */
.SERP {
	margin: 80px 0;
}
.Search fieldset {
	background: #f2f2f2;
	padding: 10px;
}
.Search form.Simple {
	margin-bottom: 100px;
	margin-top: 40px;
}
.Search form.Simple p.F_and label {
	display: none;
}
.Search form.Simple .Row,
.Search form.Simple p.Submit {
	display: table-cell;
	vertical-align: top;
}
.Search form.Simple .Row {
	padding-right: 10px;
	width: 570px;
}
.Search form.Simple .Help-Boolean {
	margin: -34px 0 0 320px;
}

.Search form.Extended p.F_boolean0,
.Search form.Extended .Help-Boolean {
	display: table-cell;
}
.Search form.Extended p.F_boolean0 {
	width: 320px;
}
.Search form.Extended div.row {
	display: table-cell;
	width: 350px;
}
.Search p.Select {
	display: table-cell;
	padding-right: 10px;
	max-width: 350px;
}

/* Formulare */
form,
form input {
	box-sizing: border-box;
}
form fieldset legend {
	font-weight: 600;
}
form label {
	display: block;
	margin-bottom: 10px;
}
form input[type="text"],
form input[type="password"],
form input[type="email"],
form input[type="tel"],
form select {
	border: 1px solid rgba(204, 204, 204, 0.70);
	margin-bottom: 10px;
	padding: 5px 10px;
}
form input[type="submit"] {
	background: #9e9e9e;
	border: 1px solid #999;
	cursor: pointer;
	color: #fff;
	font-weight: 700;
	line-height: 100%;
	margin-bottom: 10px;
	padding: 6px 10px;
}
form input[type="submit"]:hover {
	background: #2b2b2b;
	border: 1px solid #2b2b2b;
}

form input[type="text"]:hover,
form input[type="password"]:hover,
form input[type="email"]:hover,
form input[type="tel"]:hover,
form select:hover {
	border: 1px solid #999;
}
p.Text input,
p.Password input,
p.Tel input,
p.Email input
p.Select select,
form select,
form textarea {
	width: 100%;
	max-width: 100%;
}
p.Checkbox,
fieldset.Checkbox,
fieldset.Radio,
div.checkbox .row,
.row_radio {
	padding-top: 5px;
}
p.Checkbox input,
fieldset.Checkbox input,
fieldset.Radio input,
div.checkbox .row input,
.row_radio input {
	display: inline-block;
}
p.Checkbox label,
fieldset.Checkbox label,
fieldset.Radio label,
div.checkbox .row label,
.row_radio label {
	display: inline-block;
	padding-left: 5px;
}
fieldset.Radio li {
	display: inline-block;
	margin-right: 20px;
}
fieldset.Radio li:last-child {
	margin-right: 0;
}
.Select-Date select {
	display: inline-block;
	max-width: 100px;
}
p.Submit,
.row_submit {
	text-align: right;
}

form .AGB {
	font-size: 14px;
	margin-bottom: 20px;
	margin-top: 20px;
}
form .AGB h1 {
	font-size: 24px;
	line-height: 140%;
	margin: 0 0 10px 0;
}
form .AGB h2 {
	font-size: 18px;
	line-height: 140%;
	margin: 10px 0;
}
form .AGB h3,
form .AGB h4 {
	font-size: 16px;
	line-height: 140%;
	margin: 10px 0;
}

.Textarea.F_complain textarea {
	height: 250px;
}

/* Presse Global */
form.Presse-Global {
	background: #f2f2f2;
	margin: 20px 0 60px 0;
	padding: 10px;
}
form.Presse-Global p.Input.Text,
form.Presse-Global p.Select,
form.Presse-Global p.Submit {
	display: table-cell;
}
form.Presse-Global p.Submit {
	vertical-align: bottom;
}
form.Presse-Global p.Input.Text,
form.Presse-Global p.Select {
	display: table-cell;
	width: 250px;
}
form.Presse-Global p.Select,
form.Presse-Global p.Submit {
	padding-left: 10px;
}

form input[type="email"] {
	width: 100%;
}

/* Reiter */
.Reiter ul {
    clear: both;
    margin: 0 0 0 20px;
    padding: 0;
}
.Reiter ul li {
    display: inline;
}
.Reiter ul li.Active a {
    background: none repeat scroll 0 0 #fff;
    border-bottom: 1px solid #fff;
}
.Reiter ul li a {
    background: url("../images/ListingRessort.png") repeat-x scroll 0 -5px #fefefe;
    border: 1px solid #999;
    cursor: pointer;
    display: block;
    float: left;
    margin: 0 3px -1px 0;
    padding: 5px 10px;
    text-decoration: none !important;
}
.Tabs {
    background: none repeat scroll 0 0 #fff;
	border: 1px solid #999;
    clear: left;
    list-style: none outside none;
    margin: -1px 0 0;
    padding: 20px;
}

/* Subnavi unter Reitern */
.Reiter-Sub {
	border-top: 1px solid #999;
	padding: 10px 5px;
}
.Reiter-Sub li {
	color: #999;
	display: inline-block;
	margin: 0 0 0 10px;
}
.Reiter-Sub li.Active a {
	font-weight: 700;
}

.Main dt {
	margin-top: 20px;
}
#Nav56 a{
	color: #EB2325;
}
#Nav56 a:hover{
	text-decoration: underline;
}

/* PDF-Downloads */
#ID_Pdf li.pdf {
	background: #f2f2f2;
	padding: 10px;
	margin: 20px 0;
}
#ID_Pdf li.pdf p {
	display: table-cell;
	padding: 10px;
	vertical-align: top;
}
#ID_Pdf li.pdf .Articles {
	display: table-cell;
	padding: 10px;
	vertical-align: middle;
}

/* Beilagen ls PDF-Download */
#ID_Supplement ul.ListThumbs {
	margin: 40px 0;
}
#ID_Supplement ul.ListThumbs li {
	background: #f2f2f2;
	clear: none !important;
	float: left;
	margin: 0 10px 10px 0 !important;
	padding: 10px;
}
#ID_Supplement ul.ListThumbs li .Image,
#ID_Supplement ul.ListThumbs li .Desc {
	display: table-cell;
	height: 210px;
	vertical-align: top;
	width: 160px;
}
#ID_Supplement ul.ListThumbs li .Download {
	color: rgba(0, 0, 0, 0.4);
	font-size: 12px;
	margin-top: 20px;
}
#ID_Supplement ul.ListThumbs li .Download a {
	display: block;
	font-size: 16px;
}
#ID_Supplement ul.ListThumbs li h3 a {
	color: #eb2325;
	display: block;
	font-size: 16px;
	line-height: 130%;
	overflow: hidden;
	width: 160px;
}
#ID_Supplement ul.ListThumbs li .Date {
	font-size: 12px !important;
}
#ID_Supplement ul.ListThumbs li .Date {

}

/* Login failed */
#ID_LoginFormFailed fieldset {
	background: #f2f2f2;
	display: inline-block;
	margin: 40px 0;
	padding: 10px;
}
#ID_LoginFormFailed fieldset legend {
	background: #fff;
	margin-left: -10px;
	padding: 0 10px;
}
#ID_LoginFormFailed .row,
#ID_LoginFormFailed .row_submit {
	display: table-cell;
	padding-right: 10px;
	vertical-align: bottom;
}

/* Mediadaten */
#ID_Mediadaten h3 { /* Relikt */
	margin: 25px 0 10px 0;
	background: #2b2b2b;
	color: #fff;
	margin-left: -10px;
	padding: 2px 2px 2px 10px;
}
#ID_Mediadaten h4 {
	margin: 15px 0;
}
#ID_Mediadaten h5 {
	color: #666;
	border-bottom: 1px solid #999;
}

#ID_Mediadaten table {
	border: 1px solid #666;
}
#ID_Mediadaten table td,
#ID_Mediadaten table th {
	padding: 10px;
	border: 1px solid #2b2b2b;
}

/* Kleinanzeigenformular */
#ID_Kleinanzeige dt {
	font-size: 13px;
	font-weight: bold;
}
#ID_Kleinanzeige dd {
	margin: 15px 0 5px 30px;
}

/* RSS */
#ID_RSS h3 {
	margin-top: 30px;
}

/* Wechselrubriken */ /* Relikt */
#ID_AlternatingRubrics {
	height: 20px;
	margin: 0 auto 20px auto;
	width: 400px;
}
#ID_AlternatingRubrics dl {
	margin-left: 50px;
	position: absolute;
	text-align: center;
	width: 280px;
}
#ID_AlternatingRubrics div.back {
	position: absolute;
	width: 10px;
	padding: 0 0 0 5px;
}
#ID_AlternatingRubrics div.next {
	background: url(../images/gradientSeperator.png) no-repeat left;
	height: 25px;
	margin: 0 0 0 347px;
	position: absolute;
}
#ID_AlternatingRubrics div.next a {
	background: url(../images/arrowRight.png) no-repeat center 0;
	display: block;
	height: 16px;
	margin: 4px 0 0 0;
	width: 40px;
}
#ID_AlternatingRubrics div.next a:hover {
	background: url(../images/arrowRight.png) no-repeat center -16px;
}

#ID_AlternatingRubrics div.next a img {
	display: none;
}
#ID_AlternatingRubrics div.prev {
	background: url(../images/gradientSeperator.png) no-repeat right;
	height: 25px;
	position: absolute;
}
#ID_AlternatingRubrics div.prev a {
	background: url(../images/arrowLeft.png) no-repeat center 0;
	display: block;
	height: 16px;
	margin: 4px 0 0 0;
	width: 40px;
}
#ID_AlternatingRubrics div.prev a:hover {
	background: url(../images/arrowLeft.png) no-repeat center -16px;
}
#ID_AlternatingRubrics div.prev a img {
	display: none;
}

#ID_AlternatingRubrics dt {
	color: #666;
	display: block;
	text-decoration: underline;
	display: inline;
	cursor: pointer;
	height: 20px;
	line-height: 20px;
	margin: 2px 0;
	width: 280px;
}

#ID_AlternatingRubrics dd {
	position: absolute;
	top: 30px;
	width: 280px;
	text-align: left;
}

#ID_AlternatingRubrics ul {
	background: #f2f2f2;
	overflow: hidden;
}
#ID_AlternatingRubrics ul li {
	margin: 0;
	padding: 0;
	border: 0;
}
#ID_AlternatingRubrics ul li a,
#ID_AlternatingRubrics ul li strong,
#ID_AlternatingRubrics dl dt a {
	color: #2b2b2b;
	text-decoration: none;
	display: block;
	padding: 5px;
	font-weight: bold;
}
#ID_AlternatingRubrics ul li a:link,
#ID_AlternatingRubrics ul li a:visited {
	color: 2b2b2b !important;
	text-decoration: none !important;
}
#ID_AlternatingRubrics ul li a:focus,
#ID_AlternatingRubrics ul li a:hover,
#ID_AlternatingRubrics ul li a:active {
	text-decoration: none;
	background: #666;
	color: #FFF !important;
}

#ID_AlternatingRubrics ul li strong {
	color: #eb2325;
	background: #f2f2f2;
}
#ID_AlternatingRubrics ul li .rubric {
	text-transform: lowercase;
}

.Main .Content p {
	margin: 0 0 16px 0;
}

.Main ol,
.Main ol li {
	list-style: decimal;
}
.Main ol li {
	margin-left: 20px;
}

/* Profil: Ueberblick */
.Profile-Overview {
	background: #f2f2f2;
	margin: 40px 0;
	padding: 10px;
}
.Profile-Overview li {
	margin-bottom: 5px;
}
.Profile-Overview li a:after {
	content: " »";
}

/* Relikte */
#ID_Contents {
	display: none;
}

/* Randspalte */
.Specials {
	margin-left: 730px;
}
.Container.Fullwidth .Specials {
	display: none;
}
.Specials a {
	color: #2b2b2b;
}
.Specials .Box {
	background: #f2f2f2;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	margin-bottom: 40px;
	padding: 10px;
	width: 200px;
}
.Specials .Standardadvice /* Relikt */ {
	margin-bottom: 40px;
	width: 220px;
}
/* Shop-Werbung (Randspalte) */
.Specials .Standardadvice .Image a[href*="jungewelt-shop.de"]:before {
	color: #999 !important;
	content: 'ANZEIGE';
	display: block;
	font-size: 10px;
	text-indent: 10px;
}
.Specials .Standardadvice .Image a[href*="jungewelt-shop.de"]:focus,
.Specials .Standardadvice .Image a[href*="jungewelt-shop.de"]:hover,
.Specials .Standardadvice .Image a[href*="jungewelt-shop.de"]:active {
	text-decoration: none !important;
}

.Specials .Box .Catchline + .Desc  {
	margin-top: 10px;
}
.Specials .Box .Catchline,
.Specials .Box .Catchline a {
	display: block;
	font-weight: 700;
}
.Specials .Box .Catchline a {
	margin: -10px;
	padding: 10px;
}

/* Randspalte: Aktuelle Ausgabe */
.Specials .Box.Ausgabe {
	background: none;
	min-height: 30px;
	margin-bottom: 30px;
	padding-right: 0;
}
.Specials .Box.Ausgabe .Catchline {
	line-height: 20px;
	margin-top: 120px;
}
.Specials .Box.Ausgabe .Catchline a {
	background: #eb2325;
	color: #fff;
	padding: 7px 10px;
}
.Specials .Box.Ausgabe .Image {
	height: 140px;
	margin-left: -10px;
	margin-top: -165px;
	overflow: hidden;
	position: absolute;
	width: 160px;
}
.Specials .Box.Ausgabe .Image img {
	box-shadow: 2px -2px 5px #ccc;
	-moz-box-shadow: 2px -2px 5px #ccc;
	-webkit-box-shadow: 2px -2px 5px #ccc;
	margin-left: 10px;
	margin-top: 15px;
	-o-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-webkit-transform: rotate(5deg);
	transform: rotate(5deg);
	width: 125px;
}
.Specials .Box.Ausgabe ul {
	margin-left: 140px;
	margin-right: -10px;
	margin-top: -140px;
}
.Specials .Box.Ausgabe ul li {
	margin-bottom: 10px;
}
.Specials .Box.Ausgabe ul li a {
	font-size: 14px;
}
.Specials .Box.Ausgabe ul li a span {
	display: block;
}
.Specials .Box.Ausgabe ul li a:after {
    content: ' »';
	font-size: 14px;
	font-weight: 400 !important;
}

/* Randspalte: Onlineabo */
.Specials .Box.Onlineabo label {
	display: none;
}
.Specials .Box.Onlineabo p.Text input {
	width: 200px;
}
.Specials .Box.Onlineabo p.Password {
	display: table-cell;
	padding-right: 10px;
	vertical-align: top;
	width: 120px;
}
.Specials .Box.Onlineabo p.Submit {
	display: table-cell;
	vertical-align: top;
}
.Specials .Box.Onlineabo p.Submit input {
	border-top: 3px solid transparent;
	width: 100%;
}
.Specials .Box.Onlineabo p a {
	color: #eb2325;
	display: block;
	margin-bottom: 10px;
}
.Specials .Box.Onlineabo p a:after {
	content: " »";
}


/* Randspalte: Ankuendigung */
.Specials .Box.Advice {
	text-align: center;
}
.Specials .Box.Advice a span {
	color: #eb2325;
	display: block;
	font-weight: 600;
	text-align: center;
}
.Specials .Box.Advice.Blog h3 a span {
	color: #2b2b2b;
	font-size: 18px;
	font-weight: 700;
}
.Specials .Box.Advice.Blog .Image a {
	display: block;
}
.Specials .Box.Advice.Blog .Image img {
	height: auto !important;
	width: 100%;
}
.Specials .Box.Advice.Blog ul li {
	margin-top: 10px;
	text-align: left;
}
.Specials .Box.Advice.Blog ul li a {
	color: #eb2325;
}

.Specials .Box.Articles ul li {
	margin-bottom: 10px;
}
.Specials .Box.Articles a {
	color: #eb2325;
}
.Specials .Box.Articles ul li a {
	color: #eb2325;
	display: block;
	font-weight: 600;
}
.Specials .Box.Recommend p {
	margin-top: 10px;
}

/* Randspalte: Genossenschaft */
.Specials .Genossenschaft { /* Relikt */
	background: #f2f2f2;
	margin-bottom: 40px;
	padding: 10px;
	text-align: center;
}
.Specials .Genossenschaft a { /* Relikt */
	display: block;
	font-size: 72px;
	font-weight: 700;
}
.Specials .Genossenschaft a:focus,
.Specials .Genossenschaft a:hover,
.Specials .Genossenschaft a:active { /* Relikt */
	color: #eb2325;
}
.Specials .Genossenschaft span { /* Relikt */
	display: block;
}

/* Randspalte: Termine */
.Specials .Box.Events .Catchline a {
	color: #2b2b2b;
}
.Specials .Box.Events .Catchline a:focus,
.Specials .Box.Events .Catchline a:hover,
.Specials .Box.Events .Catchline a:active {
	color: #eb2325;
}
.Specials .Box.Events h3 a {
	color: #eb2325;
	font-weight: 700;
}
.Specials .Box.Events .Select-Zip {
	border-top: #2b2b2b;
	margin-top: 10px;
	padding-top: 10px;
}
.Specials .Box.Events .Select-Zip label,
.Specials .Box.Events .Select-Zip select {
	display: inline-block;
}
.Specials .Box.Events .Select-Zip label {
	padding-right: 10px;
}
.Specials .Box.Events .Select-Zip select {
	width: 50px;
}
.Specials .Box.Events form {
	margin: 0;
	padding: 0;
}

/* Footer */
.Footer-Navi {
	background: #2b2b2b;
	border-bottom: 50px solid #2b2b2b;
	margin-top: 100px;
	padding-top: 20px;
	min-width: 950px;
}
.Footer-Navi ul {
	margin-bottom: 30px;
	text-align: center;
}
.Footer-Navi li {
	display: inline-block;
	font-size: 14px;
	margin: 10px;
	margin-top: 0;
}
.Footer-Navi li a {
	color: #fff;
}
.Footer-Navi h3 {
	background: url(../images/bg-h3-footer.png) 0 center repeat-x;
	color: #fff;
	font-weight: 700;
	margin-bottom: 12px;
	text-transform: uppercase;
}
.Footer-Navi h3 span {
	background: #2b2b2b;
	padding: 0 20px;
}
.Footer-Credits {
	background: #2b2b2b;
	color: #666;
	display: table;
	font-size: 12px;
	font-weight: 300;
	margin: -80px auto;
	padding: 20px 0;
	text-align: center;
	text-transform: uppercase;
}
.Footer-Credits a {
	color: #666 !important;
}
.Footer-Credits .jw-Logo,
.Footer-Credits .jw-Credits {
	display: table-cell;
	padding-right: 10px;
	vertical-align: middle;
}


/* Footer: Promotion */
.Footer-Big .Promote {
	background: #fff;
	margin-top: 20px;
	width: 980px;
}
.Footer-Big .Promote .ImageBox {
	display: table;
	float: left;
	margin: 0 10px 10px 0;
}
.Footer-Big .Promote li.Contents {
	border-right: 20px solid transparent;
	float: left;
	padding-bottom: 10px;
	width: 480px;
}
.Footer-Big .Promote li.Contents h3 {
	border-bottom: 1px solid #ccc;
	margin: 0 0 5px 0;
	padding: 0 10px;
}
.Footer-Big .Promote li.Contents h4 {
	margin-bottom: 10px;
}
.Footer-Big .Promote li.Contents h4,
.Footer-Big .Promote li.Contents ul,
.Footer-Big .Promote li.Contents p {
	padding: 0 10px;
}
.Footer-Big .Promote li.Contents ul li div.Subtitle {
	padding: 0 10px 0 50px;
}
.Footer-Big .Promote li.Contents .ImageBox {
	margin-left: 10px;
	margin-top: 5px;
}
.Footer-Big .Promote li.Publishing {
	border-left: 20px solid #f2f2f2;
	margin-left: 390px;
	padding: 10px;
	text-align: center;
}
.Footer-Big .Quicklinks {
	background: #fff;
	margin-top: 20px;
	padding: 10px;
	width: 755px;
}

/* Sprungmarken */
.Jumplabels {
	left: -10000px;
	position: absolute;
	top: -10000px;
}

/* Werbung */
.Ad-940 a:before,
.Ad-700 a:before,
.Box.Ad-220 a:before,
.Ad-300 a:before,
.Testimonial a:before {
	color: #999 !important;
	content: 'ANZEIGE';
	display: block;
	font-size: 10px;
	text-indent: 10px;
}
.Ad-940 a:focus,
.Ad-700 a:focus,
.Box.Ad-220 a:focus,
.Ad-300 a:focus,
.Testimonial a:focus,
.Ad-940 a:hover,
.Ad-700 a:hover,
.Box.Ad-220 a:hover,
.Ad-300 a:hover,
.Testimonial a:hover,
.Ad-940 a:active,
.Ad-700 a:active,
.Box.Ad-220 a:active,
.Ad-300 a:active,
.Testimonial a:active {
	text-decoration: none !important;
}
.Ad-700 a:before,
.Testimonial a:before {
	text-indent: 0;
}
.Testimonial {
	margin: 20px 0;
}

/*
.Ad-940 a[href*="www.jungewelt.de"]:before,
.Ad-700 a[href*="www.jungewelt.de"]:before,
.Box.Ad-220 a[href*="www.jungewelt.de"]:before,
.Ad-300 a[href*="www.jungewelt.de"]:before
.Ad-940 a[href*=".jungewelt"]:before,
.Ad-700 a[href*=".jungewelt"]:before,
.Box.Ad-220 a[href*=".jungewelt"]:before,
.Ad-300 a[href*=".jungewelt"]:before,

.Ad-940 a[href*="rosa-luxemburg-konferenz.de"]:before,
.Ad-700 a[href*="rosa-luxemburg-konferenz.de"]:before,
.Box.Ad-220 a[href*="rosa-luxemburg-konferenz.de"]:before,
.Ad-300 a[href*="rosa-luxemburg-konferenz.de"]:before,

.Ad-940 a[href*="melodieundrhythmus.com"]:before,
.Ad-700 a[href*="melodieundrhythmus.com"]:before,
.Box.Ad-220 a[href*="melodieundrhythmus.com"]:before,
.Ad-300 a[href*="melodieundrhythmus.com"]:before
 {
	content: '';
}
*/
.Ad-700 {
	margin: 40px 0;
}
.Box.Ad-220 {
	background: none;
	padding: 0;
}
.Ad-300 {
	clear: both;
	float: left;
	margin: 0 10px 10px 0;
	padding-top: 6px;
}

/* Sonstige */
.Clear,
.Stopper {
	clear: both;
}
.DN {
	display: none;
}

/* chrome 33 font-bug workaround */
body {
   -webkit-animation-duration: 0.1s;
   -webkit-animation-name: fontfix;
   -webkit-animation-iteration-count: 1;
   -webkit-animation-timing-function: linear;
   -webkit-animation-delay: 0.1s;
}

/* chrome 33 font-bug workaround */
@-webkit-keyframes fontfix{
   from{   opacity: 1; }
   to{ opacity: 1; }
}
