/**
 * CONTENT
 */
.modal-backdrop {
	background-color: rgba(0,0,0,0.3);
}

.article ul {
	list-style: none;
	padding-left: 1.5rem;
}
.article ul li {
	padding-top: 0;
}
.article ul li:before {
	content: "";
	font-size: 1.125rem;
	background-color: #a5a5a5;
	border-radius: 2px;
	display: block;
	height: 0.75rem;
	width: 0.75rem;
	left: -1.35rem;
	margin: -4px 0;
	top: 1.125rem;
	position: relative;
	transform: rotate(-2deg);
}

.top-topics {
	padding: 20px 15px 15px 15px;
}
.top-topics .top-topics-header {
	text-align: left;
	font-size: 0.6875rem;
	font-weight: bold;
	font-family: 'Fira Sans', sans-serif;
	margin-bottom: 1em;
	color: #6F6F6F;
}
.top-topics .topic {
	margin-bottom: 1.5em;
}
.top-topics .topic a {
	font-weight: 600;
}

/**
 * Cartoon
 */
.cartoon {
	background-color: #B91525;
	padding: 2px 2px 2px 40px;
	position: relative;
	border-radius: 2px;
}
.cartoon:after {
	content: 'Cartoon des Monats';
	position: absolute;
	top: 132px;
	left: 32px;
	font-family: 'Fira Sans', sans-serif;
	color: #fff;
	transform: rotate(-90deg);
	transform-origin: bottom left;
}

/**
 * Beitragsteaser
 */

.teaser {
	height: 305px;
	margin-bottom: 34px;
}
.teaser.with-sections {
	height: 329px;
}
.teaser .image {
	border-radius: 2px 2px 0 0;
	max-width: 100%;
	height: 150px;
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
}
.teaser img.image {
	height: auto;
}
.teaser.double-height-teaser-image {
	height: 400px;
}
.teaser.double-height-teaser-image .image {
	height: 237px;
}
.teaser .text {
	padding: 15px;
	background-color: #fff;
	height: 150px;
}

.teaser .sections,
.single-teaser .sections {
	text-align: left;
	font-size: 0.6875rem;
	font-weight: bold;
	font-family: 'Fira Sans', sans-serif;
	margin-bottom: 0.5em;
	color: #6F6F6F;
}
.single-teaser .sections.emphasize {
	font-size: 0.75rem;
	color: #B91525;
}
.teaser.with-sections .text {
	height: 174px;
}
.teaser.is-subscription-exclusive .text {
	position: relative;
	background-color: #F0F0F0;
	overflow: hidden;
}
.teaser.is-subscription-exclusive .text .content:after {
	content: 'ABO';
	position: absolute;
	padding: 0 15px;
	top: 4px;
	right: -15px;
	font-family: 'Fira Sans', sans-serif;
	font-size: 0.6875rem;
	background-color: #f9f9f9;
	transform: rotate(45deg);
	box-shadow: 1px 2px 3px #ddd;
}
.teaser.is-sponsored-article .text {
	position: relative;
	background-color: #e7f2f7;
}
.teaser.is-sponsored-article .text .content:after {
	content: 'Sponsored Post';
	position: absolute;
	padding: 0 5px;
	bottom: 0;
	right: 0;
	font-family: 'Fira Sans', sans-serif;
	font-size: 0.6875rem;
	background-color: #fff;
}
.teaser .text h2 {
	margin-bottom: 5px;
	font-weight: bold;
}
.teaser .text .content {
	font-size: 1rem;
}
.teaser .text .content p:last-child {
	margin-bottom: 0;
}

.teaser.without-teaser-image {
	height: 150px;
}
.teaser.without-teaser-image.with-sections {
	height: 174px;
}

@media (max-width: 768px) {
	.teaser {
		height: auto;
	}

}

@media (max-width: 768px) {
	.teaser.double-height-teaser-image,
	.teaser.double-height-teaser-image .image {
		height: auto;
	}

}


@media (min-width: 1020px) {
	.teaser.horizontal-layout.with-sections,
	.teaser.horizontal-layout.with-sections .text,
	.teaser.horizontal-layout {
		height: 150px;
	}

	.teaser.horizontal-layout .image-link {
		width: 300px;
		float: left;
		position: relative;
		z-index: 8;
		margin-right: 15px;
	}
	.teaser.horizontal-layout .image {
		width: 300px;
		border-radius: 2px 0 0 2px;
	}
}


@media (min-width: 768px) {
	.col-md-6.teaser.horizontal-layout {
		float: none;
	}
	.col-md-6.teaser.horizontal-layout:nth-child(odd) {
		padding-right: 15px;
	}
	.col-md-6.teaser.horizontal-layout:nth-child(even) {
		padding-left: 15px;
	}
}

.teaser.single-per-row,
.teaser.single-per-row .text {
	height: auto;
}
/**
 * Einzelner Beitragsteaser
 */

.single-teaser {
	height: 323px;
	margin-bottom: 34px;
}
.single-teaser .image {
	border-radius: 2px 2px 0 0;
	width: 645px;
	height: 323px;
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	float: right;
}
.single-teaser .text {
	padding: 20px 45px 15px 0px;
}
.single-teaser.is-subscription-exclusive {
	padding: 0 0 0 15px;
	background-color: #F0F0F0;
}
#page-body .single-teaser .text h2 {
	font-size: 2.25rem;
	font-weight: bold;
	line-height: 1.11em;
	margin-bottom: 10px;
}
.single-teaser .text .content {
	font-size: 1.125rem;
}
.single-teaser .text .content p:last-child {
	margin-bottom: 0;
}

.single-teaser.is-subscription-exclusive .text {
	position: relative;
	background-color: #F0F0F0;
	overflow: hidden;
}
.single-teaser.is-subscription-exclusive .text .content:after {
	content: 'ABO';
	position: absolute;
	padding: 0 15px;
	top: 4px;
	right: -15px;
	font-family: 'Fira Sans', sans-serif;
	font-size: 0.6875rem;
	background-color: #f9f9f9;
	transform: rotate(45deg);
	box-shadow: 1px 2px 3px #ddd;
}

@media (max-width: 984px) {
	.single-teaser {
		height: auto;
		margin-bottom: 34px;
	}

	.single-teaser .image {
		width: 100%;
		height: 323px;
		float: none;
		margin-left: 0px;
	}
}

@media (max-width: 768px) {
	.single-teaser .image {
		height: 200px;
	}
}

/**
 * Zitat
 */
.quote {
	padding: 20px 15px 15px 15px;
	background-color: #fff;
	min-height: 334px;
}
.quote blockquote {
	font-family: minion-3, serif;
	font-size: 1.5625rem;
	padding-left: 15px;
	border-left: 4px solid #B91525;
	color: #6F6F6F;
}
.quote p.source {
	font-size: 0.8125rem;
	margin-bottom: 0.5em;
}
.quote p.source-subtext {
	font-size: 0.6875rem;
	margin-bottom: 0;
}


/**
 * Aktuelle Ausgabe
 */
.latest-issue {
	text-align: center;
}
.latest-issue p {
	text-transform: uppercase;
}
.latest-issue img {
	width: 80%;
	box-shadow: 1px 2px 6px #000;
	-ms-transform: rotate(2deg); /* IE 9 */
	-webkit-transform: rotate(2deg); /* Safari */
	transform: rotate(2deg);
}

/**
 * Beitragsdetails
 */
.article-details {
	position: relative;
}
.article-details .title-row {
	position: relative;
}
.article-details .intro h1 {
	color: #2C2C2C;
	font-weight: bold;
}
.article-details .intro p {
	font-size: 1.375rem;
}
.article-details p {
	font-family: minion-3, serif;
	font-weight: 400;
	font-style: normal;
}
.article-details ul,
.article-details ol {
	font-family: minion-3, serif;
	font-size: 1.125rem;
	line-height: 1.625em;
}
.article-details .metadata p {
	font-family: 'Fira Sans', sans-serif;
	padding-top: 0.75em;
}
.article-details h2 {
	font-size: 1.375rem;
	margin-top: 1.2em;
	margin-bottom: 1.625em;
}
.article-details h3,
.article-details h4 {
	font-size: 1.125rem;
	margin-top: 1.625em;
}
.article-details .cover img {
	border-radius: 2px 2px 0 0;
}
.article-details .author-detail-box p {
	font-family: 'Fira Sans', sans-serif;
	text-align: right;
	padding-top: 0.75em;
}
.article-details .author-detail-box .author-image {
	border-radius: 50%;
	width: 54px;
	height: 54px;
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	margin-left: 10px;
}
.article-details .infobox {
	background-color: #fff;
	padding: 20px;
}

.infobox.text {
	font-size: 1.125rem;
	line-height: 1.5em;
}
.article-details .content-block {
	margin-bottom: 1em;
}
.article-details .content-block.image .cover-box {
	text-align: center;
}

.article-details .content-block.infobox h4 {
	margin-top: 0;
}

.article-details.is-sponsored-article {
	background-color: #e7f2f7;
}
.article-details.is-sponsored-article > div:first-child {
	position: relative;
}
.article-details.is-sponsored-article .sponsored-label {
	background-color: #fff;
	font-size: 0.875rem;
	font-weight: 200;
	padding: 3px 10px;
	border: 1px solid #e7f2f7;
}
.article-details.is-sponsored-article .sponsored-label-desktop {
	display: block;
	right: 8px;
	top: 70px;
	position: absolute;
}
.article-details.is-sponsored-article .sponsored-label:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border: 7px solid transparent;
	border-top-color: #e7f2f5;
	border-bottom: 0;
	border-left: 0;
	margin-left: -7px;
	margin-bottom: -7px;
}

.article-details.is-sponsored-article .sponsored-label-mobile {
	display: none;
	float: right;
	margin-right: -7px;
}

.article-details .social-links {
	position: fixed;
	left: 50%;
	top: 399px;

	margin-left: -365px;
}
.article-details .social-links a {
	display: block;
	margin-bottom: 10px;
}
@media (max-width: 985px) {
	.article-details.is-sponsored-article .sponsored-label-desktop {
		display: none;
	}
	.article-details.is-sponsored-article .sponsored-label-mobile {
		display: block;
		position: relative;
	}

	.article-details .social-links {
		display: none;
	}
}

/**
 * Autorenliste
 */
.author-list .author {
	margin-bottom: 2rem;
}
.author-list .author p {
	font-family: 'Fira Sans', sans-serif;
	font-size: 1rem;
	font-weight: 600;
	padding-top: 0.75em;
}
.author-list .author .author-image {
	border-radius: 50%;
	width: 60px;
	height: 60px;
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	margin-right: 20px;
}
.author-list .author .author-image.placeholder-female {
	background-image: url('../images/dummy_female.png');
}
.author-list .author .author-image.placeholder-male {
	background-image: url('../images/dummy_male.png');
}

/**
 * Autorendetails
 */
.author-details h1 {
	margin-top: 26px;
}
.author-details .author-image {
	border-radius: 50%;
	width: 94px;
	height: 94px;
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	margin-right: 20px;
}
.author-details .author-image.placeholder-female {
	background-image: url('../images/dummy_female.png');
}
.author-details .author-image.placeholder-male {
	background-image: url('../images/dummy_male.png');
}
.author-details .description {
	margin-bottom: 5rem;
}
.author-details .articles h3 {
	margin-bottom: 2rem;
}
.author-details .articles .article {
	margin-bottom: 2rem;
}
.author-details .articles .article h4 {
	font-size: 1rem;
	margin-bottom: 0;
}
.author-details .articles .article p {
	font-size: 1rem;
}

/**
 * Ausgabendetails
 */
.issue-details .duz-issue-subhead {
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 1.2em;
	margin-top: 4em;
	margin-bottom: 1em;
	color: #2C2C2C;
}
.issue-details .cover-box {
	padding-right: 50px;
}
.issue-details .cover {
	box-shadow: 0px 3px 6px #ddd;
}
.issue-details p {
	font-family: minion-3, serif;
	font-weight: 400;
	font-style: normal;
}
.issue-details ul,
.issue-details ol {
	font-family: minion-3, serif;
}
.issue-details .side-column {
	position: relative;
	margin-bottom: 40px;
}
#page .issue-details .subscription-functionality .btn {
	display: block;
	padding: 7px 0 7px 12px;
	height: 48px;
	position: relative;
	border: 1px solid transparent;
}
#page .issue-details .subscription-functionality .btn.button-livebook,
#page .issue-details .subscription-functionality .btn.button-app {
	margin-top: 40px;
}
#page .issue-details .subscription-functionality .btn:hover {
	border: 1px solid #B91525;
}
#page .issue-details .subscription-functionality .btn:hover:after {
	border-color: #B91525;
}
#page .issue-details .subscription-functionality .btn:after {
	content: "";
	right: 48px;
	top: 0;
	bottom: 0;
	position: absolute;
	border-left: 1px solid #eee;
}
.issue-details .subscription-functionality .btn .left-icon {
	float: left;
	width: 34px;
	text-align: center;
}
.issue-details .subscription-functionality .btn .right-icon {
	float: right;
	position: relative;
	width: 47px;
	margin-left: 15px;
	text-align: center;
}
#page .issue-details .subscription-functionality .btn .right-icon i {
	background-image: url("../images/icon-info-grey.png");
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	margin: 8px 0 0 0;
	padding: 0;
	display: inline-block;
}
#page .issue-details .subscription-functionality .btn:hover .right-icon i {
	background-image: url("../images/icon-info-red.png");
}
.issue-details .subscription-functionality .btn .right-icon img {
	padding-top: 5px;
}
.issue-details .subscription-functionality .btn .label {
	padding-top: 7px;
	display: inline-block;
}
.issue-details .subscription-functionality .icon-eye {
	padding-top: 7px;
}
.tooltip {
	opacity: 100;
	margint-top: 10px;
}
.tooltip .tooltip-inner {
	color: #2C2C2C;
	background-color: #fff;
	box-shadow: 0px 3px 6px #ddd;
	border: 1px solid #707070;
	text-align: left;
	padding: 10px 20px;

}

.issue-details .social-links {
	position: absolute;
	right: 15px;
	top: 0;
}
.issue-details .social-links a {
	display: block;
	margin-bottom: 10px;
}

/*
.issue-details .social-links {
	position: fixed;
	left: 50%;
	top: 230px;

	margin-left: -200px;
}
.issue-details .social-links a {
	display: block;
	margin-bottom: 10px;
}
@media (max-width: 768px) {
	.issue-details .social-links {
		display: none;
	}
}
*/

/**
 * Ausgabenarchiv
 */
.issue-archive .issue {
	margin-bottom: 2em;
}
.issue-archive .issue p {
	font-size: 0.6875rem;
	line-height: 1.333em;
}
.issue-archive .issue p.title {
	font-weight: bold;
	margin-bottom: 0;
}
.issue-archive .issue img {
	width: 100%;
	box-shadow: 1px 0px 3px #000;
	margin-bottom: 0.5em;
}

.issue-archive .archive-menu {
	margin: 2em 0;
}
.issue-archive .archive-menu .menu-item.last {
	text-align: right;
}
.issue-archive .archive-menu .menu-item a {
	padding: 5px 0;
	border-bottom: 4px solid transparent;
	line-height: 2.5em;
}
.issue-archive .archive-menu .menu-item.active a {
	border-bottom: 4px solid #B91525;
}

@media (max-width: 768px) {
	.issue-archive .archive-menu .menu-item {
		text-align: left !important;
	}
}

/**
 * Standard Artikel Vorlagen
 */
.article.article-image {
	padding-bottom: 15px;
}
.article.article-image.with-shadow img {
	box-shadow: 1px 2px 6px #ddd;
}


/**
 *
 * RESPONSIVE ANPASSUNGEN
 *
 */
/* head und menu */
@media (max-width: 985px) {
	.single-teaser {
		margin-left: -15px;
		margin-right: -15px;
		margin-top: -30px;
	}
	.single-teaser .text {
		margin-left: 15px;
		margin-right: 15px;
	}
}
@media (max-width: 768px) {
	.quote {
		min-height: auto;
	}
}

.banner {
	position: relative;
	padding-left: 0px;
	padding-right: 0px;
}
.banner .advert {
	font-size: 0.7rem;
	margin-bottom: 0;
	position: absolute;
	top: -20px;
}

@media (max-width: 768px) {
	.banner .advert {
		position: static;
		top: auto;
	}
	.latest-issue {
		margin-bottom: 30px;
	}
}

@media print {
	header {
		box-shadow: none;
		border-bottom: none;
		background-color: transparent;
	}
	header .container {
		background-color: transparent;
	}
	header .navbar-toggler,
	header nav,
	footer {
		display: none;
	}
	.article-details .social-links {
		display: none;
	}
	.article-details .title-row {
		position: static;
	}
	.article-details .row {
		display: block;
		margin-left: 150px;
	}
}

blockquote.twitter-tweet {
	display: inline-block;
	font-family: "Helvetica Neue", Roboto, "Segoe UI", Calibri, sans-serif !important;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	border-color: #eee #ddd #bbb;
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
	margin: 10px 5px;
	padding: 16px;
	max-width: 468px;
}

blockquote.twitter-tweet p {
	font-size: 16px;
	font-family: "Helvetica Neue", Roboto, "Segoe UI", Calibri, sans-serif !important;
	font-weight: normal;
	line-height: 20px;
}

blockquote.twitter-tweet a {
	color: inherit;
	font-weight: normal;
	text-decoration: none;
	outline: 0 none;
}

blockquote.twitter-tweet a:hover,
blockquote.twitter-tweet a:focus {
	text-decoration: underline;
}


/**
 * search bar
 */
#page-body .search {
	position: relative;
	font-size: 0.75rem;
	width: 200px;
}
#page-body .search input {
	width: 100%;
	border: none;
	color: #6F6F6F;
}
#page-body .search button {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 10;

	border: none;
	background: none;
	color: #6F6F6F;
}

/**
 * Special Categories
 */
#page-body .category-duz-ct h2,
#page-body .category-duz-ct h2 a,
#page-body .category-duz-ct h1 a,
#page-body .category-duz-ct h1 {
	color: #B91525;
}

@media (max-width: 768px) {
	.column-container {
		padding-right: 0px !important;
	}
}