@charset "utf-8";

/* uncomment the following line to make it look like winter... */
/* @import "winter-mode.css"; */

/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('https://cdn.lv-hessen.de/www.lw-heute.de/dist/fonts/lato-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://cdn.lv-hessen.de/www.lw-heute.de/dist/fonts/lato-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
}

/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('https://cdn.lv-hessen.de/www.lw-heute.de/dist/fonts/lato-v16-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://cdn.lv-hessen.de/www.lw-heute.de/dist/fonts/lato-v16-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
}

:root {
	--white:             #fff;
	--black:             #000;
	--lw-site-bg:        #f4f4f4; /*#e3e3e3;*/
	--lw-light-bg:       #f5f5f5;
	--lw-green-lighter:  #A0D06A;
	--lw-green:          #78b930;
	--lw-green-darker:   #55A101;
	--lw-text-lightgrey: #626262;
	--lw-text-darkgrey:  #444;
}

body {
	background: radial-gradient(circle at 18.7% 37.8%, rgb(250, 250, 250) 0%, rgb(225, 234, 238) 90%);
	font-family: "Lato", sans-serif;
	/*		  font-size: 15px;
	text-align: left;
	color: #444;
	background: #fff;
	margin: 0; */
	hyphens: auto;
	-webkit-hyphens: auto;
	counter-reset: ds-list;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Lato", sans-serif;
	font-weight: 700;
	hyphens: none;
	-webkit-hyphens: none;
	color: #444;
}

a {
	text-decoration: none;
}

.mediaObject {
	width: 125px;
	height: 83px;
}


/* Spacers */
/*
.m-b-10px {
	 margin-bottom: 10px !important;
}
*/

#banner_mobile_leaderboard {
	background-color: rgba(0,0,0,0.6);
	padding-top: 20px;
}

.banner_medium-rect img {
	max-width: 100%;
	height: auto;
	text-align: center;
}

.banner_medium-rect {
	margin-bottom: 40px;
}

/* um eine neue Zeile in einer Bilderzeile einzufügen */
.break {
	flex-basis: 100%;
	height: 0;
}

/* embedded videos */
.embed-video-container {
    /* width is set as 100% here. any width can be specified as per requirement */
    width: 100%;
    padding-top: 56.25%;
    height: 0px;
    position: relative;
}

.embed-video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}


/* Video in Artikel */
.video {
	width: 100%;
	max-width: 400px;
	position: relative;
}

.videoButton {
   position: absolute;
   display: block;
   background: url('https://cdn.lv-hessen.de/www.lw-heute.de/images/play_green_60x60.png');
   height: 60px;
   width: 60px;
   top: 50%;
   left: 50%;
   margin: -30px 0 0 -30px;
}

/* Keine Ahnung, warum das auf 0 war */
p.bg-primary,
p.bg-success,
p.bg-info,
p.bg-warning,
p.bg-danger {
	padding: 15px;
}

/* Cookie Einstellungen SlideOut */
.openCCM {
	padding: 15px;
	background-color: #dadada;
	float: right;
	position: fixed;
	right: 5%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	bottom: 0;
    transition: transform 1s ease;
    transform: translateY(3.2em);
    z-inex: 9;
}

.openCCM:hover {
    transform: translateY(0);
}

.openCCM i {
    color: var(--lw-green-darker);
}

/* BOT-Falle auf Kontaktformular und Artikel-Empfehlungsseite */
#vImportant,
.terms {
	display: none;
}

/* Übersichtsseite ZUR SACHE */
.img-author {
	max-height: 130px;
	max-width: 130px;
}

/* Übersichtsseiten Copyright unter thumbnails (völlig bescheuert) */
.copyThumb {
	font-size: 70%;
	text-align: end;
	font-style: italic;
	line-height: 25px;
	overflow: hidden;
	white-space: nowrap;
}

/* Abonnement Prämien Slider */
#lw-bounty-slider .carousel-indicators {
	bottom: -20px;
	color: #000;
}

/*
#lw-bounty-slider .carousel-indicators li {
	border: 1px solid #ab0128;
	background-color: var(--lw-text-darkgrey);
	border: none;
}
*/

#lw-bounty-slider .carousel-indicators .active {
	margin: 0;
	background-color: var(--lw-green);
}

#lw-bounty-slider button.btn-bonus-dismiss {
	background: #fff;
	border: 1px solid var(--lw-text-lightgrey);
	border-radius: 0;
	color: var(--lw-text-lightgrey);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 10px 18px;
	text-transform: uppercase;
}

#lw-bounty-slider button.btn-bonus-dismiss:hover {
	background: var(--lw-text-lightgrey);
	color: #fff;
}

#lw-bounty-slider button.btn-bonus {
	background: #fff;
	border: 1px solid var(--lw-green);
	border-radius: 0;
	color: var(--lw-green);
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 10px 18px;
	text-transform: uppercase;
}

#lw-bounty-slider button.btn-bonus:hover {
	background: var(--lw-green);
	color: #fff;
}

#lw-bounty-slider .carousel-control .fa-angle-left,
#lw-bounty-slider .carousel-control .fa-angle-right {
	color: var(--lw-text-darkgrey) !important;
	border: 2px solid var(--lw-text-darkgrey) !important;
}

#lw-bounty-slider .carousel-control .fa-angle-left:hover,
#lw-bounty-slider .carousel-control .fa-angle-right:hover {
	color: #fff !important;
	border-color: var(--lw-text-darkgrey);
	background: var(--lw-text-darkgrey);
}



.lw-bounty {
	background: #fff;
	margin-bottom: 50px;
	-webkit-box-shadow: 0 0 2px 0 rgba(51, 51, 51, 0.08), 0 0 2px 0 rgba(51, 51, 51, 0.08);
	box-shadow: 0 0 2px 0 rgba(51, 51, 51, 0.08), 0 0 2px 0 rgba(51, 51, 51, 0.08);
}

#lw-bounty-slider .post-content {
	padding: 25px;
}

#lw-bounty-slider .slider-image {
	max-width: 100%;
}

#lw-bounty-slider .post-content p {
	margin: 0 0 10px 0;
}

#lw-bounty-slider {
	overflow: hidden;
}

#lw-bounty-slider .carousel-control.left,
#lw-bounty-slider .carousel-control.right {
	background: none;
	text-shadow: none;
}

#lw-bounty-slider .carousel-control .fa-angle-left {
	margin-left: -10px;
	left: -40px;
}

#lw-bounty-slider .carousel-control .fa-angle-right {
	margin-left: -10px;
	right: -40px;
}

#lw-bounty-slider .carousel-control .fa-angle-left, 
#lw-bounty-slider .carousel-control .fa-angle-right {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	margin-top: -10px;
	width: 33px;
	height: 33px;
	font-size: 16px;
	line-height: 29px;
	padding-left: 2px;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 50%;
	-webkit-transition: all 0.33s;
	-moz-transition: all 0.33s;
	-ms-transition: all 0.33s;
	-o-transition: all 0.33s;
	transition: all 0.33s;
}

#lw-bounty-slider .carousel-control .fa-angle-left:hover, 
#lw-bounty-slider .carousel-control .fa-angle-right:hover {
	border-color: var(--lw-text-darkgrey);
	background: var(--lw-text-darkgrey);
}

#lw-bounty-slider:hover .carousel-control .fa-angle-right {
	right: 20px;
}

#lw-bounty-slider:hover .carousel-control .fa-angle-left {
	left: 20px;
}
/* ENDE Prämien Slider */



.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}

.row.display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

.bottom-buffer {
	margin-bottom: 20px;
}

/* Bildergalerie-Seiten */
.row-gallery {
	margin-bottom: 0;
	margin-top: -30px;
}

.row-gallery h1,
.row-gallery h1 a,
.row-gallery h2,
.row-gallery h2 a {
	font-size: 24px;
	line-height: 1.4;
	padding: 0;
	margin: 0 0 10px 0;
	font-weight: 700;
}

.gallery-caption {
	color: #fff;
	position: relative;
	margin-top: 30px;
	overflow: hidden;
}

.gallery-caption h3 {
	margin: -1px 0 0 0;
	color: #fff;
	padding: 20px 10px 10px 10px;
	background: rgba(41,82,123,1);
	font-size: 18px;
}

/* Rezepte auf Übersichtsseite */
.recipe-teaser {
	background-color: #fff;
	padding: 35px 30px 5px 35px;
	margin-bottom: 40px;
	-webkit-box-shadow: 0 0 2px 0 rgba(51, 51, 51, 0.08), 0 0 2px 0 rgba(51, 51, 51, 0.08);
	box-shadow: 0 0 2px 0 rgba(51, 51, 51, 0.08), 0 0 2px 0 rgba(51, 51, 51, 0.08);
}

.recipe-teaser .row-recipes {
	margin-bottom: 0;
}

.recipe-teaser .row-recipes h3, .recipe-teaser .row-recipes h3 a {
	margin-bottom: 0;
}

/* Rezepte - Startseite - Übersichten */
.row-recipes {
	margin-bottom: 40px;
}

.row-recipes h1,
.row-recipes h1 a,
.row-recipes h2,
.row-recipes h2 a {
	font-size: 24px;
	line-height: 1.4;
	padding: 0;
	margin: 0 0 10px 0;
	font-weight: 700;
}


.carousel-caption {
	width: 100%;
	max-width: 100%;
	left: 0;
	bottom: 0;
	background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.8));
}
/*
.carousel-caption a {
	color: #fff;
	text-decoration: none;
}
*/
.carousel-indicators {
	bottom:-50px;
	color: #000;
}

.carousel-indicators li {
	border: 1px solid #000;
}

.carousel-indicators li.active {
	border: 1px solid #000;
	background-color: #000;
}

.recipe-caption {
	color: #fff;
	position: relative;
	/* margin-bottom: 30px; */
	overflow: hidden;
}

.recipe-caption h3 {
	margin: -1px 0 0 0;
	color: #fff;
	padding: 20px 10px 10px 10px;
	background: rgba(41,82,123,1);
	font-size: 18px;
}

.recipe-caption h3,
.gallery-caption h3 {
	margin: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.8));
}

.img-hover-zoom--blur img {
  transition: transform 1s, filter 1s ease-in-out;
  filter: blur(0);
  transform: scale(1.2);
}

/* The Transformation */
.img-hover-zoom--blur:hover img {
  filter: blur(2px);
  transform: scale(1);
}

/* Rezepte Kategorie-Übersichten */
h1.recipe-title {
	margin: 0 0 20px 0;
	line-height: 1;
}

p.recipe-description {
	border-top: 1px dashed #000;
	padding-top: 20px;
	color: #888;
}
/* ENDE Rezepte - Startseite - Übersichten */

/* Paginierung Übersichtsseiten */
/*
.post-pagination {
	margin-bottom: 53px;
}

.post-pagination ul {
	border-radius: 0;
	margin: 0;
}

.post-pagination ul li {
	display: inline-block;
	margin-left: 4px;
}

.post-pagination ul li:first-child {
	margin-left: 0;
}
*/

.post-pagination ul li.active a,
.post-pagination ul li.active a:hover,
.post-pagination ul li a:hover {
	background: #78b930;
	color: #fff !important;
}

/*
.post-pagination ul li.active a:hover {
	background: #78b930;
	color: #fff;
}

.post-pagination ul li a {
	margin-left: 0;
	color: #444;
	border: 0;
	background: #fff;
	font-family: "Oswald", sans-serif;
	padding: 6px 13px;
	-webkit-box-shadow: 0 0 2px 0 rgba(51, 51, 51, 0.08), 0 0 2px 0 rgba(51, 51, 51, 0.08);
	box-shadow: 0 0 2px 0 rgba(51, 51, 51, 0.08), 0 0 2px 0 rgba(51, 51, 51, 0.08);
}

.post-pagination ul li a:hover {
	background: #78b930;
	color: #fff;
}
.post-pagination ul li:first-child > span, .post-pagination ul li:first-child > a, .post-pagination ul li:last-child > a, .post-pagination ul li:last-child > span {
	border-radius: 0;
}
/* ENDE Pagnierung Übersichtsseiten */

.lw-heute-menu .navbar-default {
	/* background: linear-gradient(to bottom, rgba(84,161,1,1) 0%, rgba(120,185,48,1) 50%, rgba(84,161,1,1) 100%); */
	background-color: var(--lw-green);
}


/* Haupt-Navigationsleiste *
#navbar-Logo-XS img {
	float: left;
	height: 40px;
	margin: 5px;
}

.navIcon {
	max-height: 20px;
	margin-right: 5px;
}

.ts-extrablatt {
	background: url(https://cdn.lv-hessen.de/www.lw-heute.de/images/ExtraBlatt-Logo_grau.svg);
	background-repeat: no-repeat;
	background-position: -30px -30px;
	background-size: 90px;
}

.lw-heute-menu {
	z-index: 1000;
}

@media(max-width: 767px) {
	.lw-heute-menu {
		/* margin: 0 -15px; *
	}
	
	.navbar-nav {
		margin-left: 0;
	}
	
	ul.nav.navbar-nav.text-uppercase.pull-left li.dropdown a.dropdown-toggle {
		padding-left: 10px;
	}
	
	.lw-heute-menu .top-social-icons li a {
		font-size: 13px;
	}
}

.lw-heute-menu .navbar-header,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background: linear-gradient(to bottom, rgba(84,161,1,1) 0%, rgba(120,185,48,1) 50%, rgba(84,161,1,1) 100%);
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}

.lw-heute-menu .navbar-default .navbar-toggle {
	border-color: var(--white);
}

.lw-heute-menu .navbar .navbar-nav .dropdown > a:after {
	display: inline-block;
	content: "\f107";
	margin-left: 5px;
	font-family: "FontAwesome";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media(min-width: 767px) {
	
	ul.nav li.dropdown:hover ul.dropdown-menu{
		display: block;
		margin-top: 0px
	}
	
	.lw-heute-menu .navbar-default {
		background: linear-gradient(to bottom, rgba(84,161,1,1) 0%, rgba(120,185,48,1) 50%, rgba(84,161,1,1) 100%);
	}

	.lw-heute-menu {
		padding: 0;
		float:left;
		width: 100%;
	}

	.lw-heute-menu .menu-content {
		position: relative;
		padding: 0;
	}

	.lw-heute-menu .navbar-collapse {
		padding-right: 0;
		padding-left: 0;
	}

	.lw-heute-menu .navbar-brand {
		padding: 21px 15px;
	}

	.lw-heute-menu .navbar {
		min-height: 0;
		border: none;
		border-radius: 0;
		/*background-color: var(--lw-green); *
		margin: 0;
	}

	.lw-heute-menu .navbar .navbar-nav {
		/* margin-right: 25px; *
	}

	.lw-heute-menu .navbar .navbar-nav > li:first-child a {
		padding-left: 15px;
	}

	.lw-heute-menu .navbar .navbar-nav li a {
		color: var(--white);
		/* font-weight: 500; *
		font-size: 14px;
		padding: 10px;
		/* letter-spacing: 1px; *
	}

	.lw-heute-menu .navbar .navbar-nav li a:hover {
		color: var(--lw-text-darkgrey);
	}

	.lw-heute-menu .navbar .navbar-nav li .dropdown-menu {
		margin: 0;
		border-radius: 0;
		padding: 0;
		border: 0;
		min-width: 200px;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	}

	.lw-heute-menu .navbar .navbar-nav li .dropdown-menu .dropdown-menu {
		top: 0;
		left: 100%;
		border-radius: 0;
	}

	.lw-heute-menu .navbar .navbar-nav li .dropdown-menu .dropdown-menu li a {
		border-left: 0;
	}

	.lw-heute-menu .navbar .navbar-nav li .dropdown-menu > li {
		padding: 0;
		margin: 0;
	}

	.lw-heute-menu .navbar .navbar-nav li .dropdown-menu > li > a {
		padding: 10px;
		margin: 0;
		background: #fff;
		color: var(--lw-text-darkgrey);
	}

	.lw-heute-menu .navbar .navbar-nav li .dropdown-menu > li > a:hover {
		color: var(--white);
		background: var(--lw-green);
		border-color: transparent;
	}

	.lw-heute-menu .navbar .navbar-nav .dropdown li:first-child > a {
		border-top: 1px solid #e2e2e2;
	}

	.lw-heute-menu .navbar .navbar-nav .dropdown li a {
		border-bottom: 1px solid #e2e2e2;
		border-left: 1px solid #e2e2e2;
		border-right: 1px solid #e2e2e2;
	}

	.lw-heute-menu .navbar .navbar-nav .dropdown .dropdown {
		position: relative;
	}

	.lw-heute-menu .navbar .navbar-nav .dropdown .dropdown > a:after {
		display: inline-block;
		content: "\f105";
		position: absolute;
		top: 50%;
		right: 8px;
		margin-top: -3px;
	}

	.lw-heute-menu .top-social-icons {
		margin-bottom: 0;
	}

	.lw-heute-menu .top-social-icons li.top-search a {
		margin-left: 10px;
	}

	.lw-heute-menu .top-social-icons li a {
		color: #aaaaaa;
		display: inline-block;
		font-size: 15px;
		font-weight: 700;
		width: 13px;
		height: 13px;
		padding: 20px 0 20px 4px;
	}

	.lw-heute-menu .top-social-icons li a:hover {
	color: #ab0128;
	}

	.lw-heute-menu .top-social-icons .active .fa-search:before {
		content: "\f00d";
		color: #ab0128;
	}

	.lw-heute-menu .show-search {
		background: #fff;
		position: absolute;
		z-index: 10000;
		top: 100%;
		right: 0;
		padding: 15px;
		border-top: 3px solid #98c100;
		box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
		display: none;
	}

	.lw-heute-menu .show-search input {
		display: block;
		font-size: 13px;
		width: 200px;
		padding: 10px 13px;
		border-radius: 0;
		background: #f4f4f4;
		font-weight: 300;
		box-shadow: 0 5px 4px -4px rgba(190, 190, 190, 0.1);
		border: 1px solid #e8e8e8;
	}

	.lw-heute-menu .navbar-default .navbar-nav > .open > a,
	.lw-heute-menu .navbar-default .navbar-nav > .open > a:focus,
	.lw-heute-menu .navbar-default .navbar-nav > .open > a:hover {
		background-color: transparent;
	}

	.lw-heute-menu.left-logo .navbar .navbar-nav {
		margin-right: 25px;
		margin-left: 50px;
	}
}
*/
/*
html, body {
		font-family: "Lato", sans-serif;
		  font-size: 15px;
		 text-align: left;
			  color: #444;
			 margin: 0;
		    hyphens: auto;
	-webkit-hyphens: auto;
		 background: #fff;
}

body {
	counter-reset: ds-list;
	padding-bottom: 50px;
}
*/ 

/* Artikel *
.article-post /*, .order-form * {
	background-color: #fff;
	padding: 35px 30px;
	margin-bottom: 40px;
	-webkit-box-shadow: 0 0 2px 0 rgba(51, 51, 51, 0.08), 0 0 2px 0 rgba(51, 51, 51, 0.08);
	box-shadow: 0 0 2px 0 rgba(51, 51, 51, 0.08), 0 0 2px 0 rgba(51, 51, 51, 0.08);
}
*/

/* Übersichtsseite Aktuelle Ausgabe */
.thumbnail.issue {
	padding-top: 15px;
	border: none;
	border-radius: unset;
	box-shadow: 0 0 2px 0 rgba(51, 51, 51, 0.08), 0 0 2px 0 rgba(51, 51, 51, 0.08);
}

.issue-subnavigation {
	border-top: 1px dashed #000;
	padding-top: 0;
}

/*
.issue-subnavigation ul.pager {
	margin: 20px 0 0;
}

ul.pager li.next a i.fa.fa-arrow-circle-right {
	margin-left: 10px;
}

ul.pager li.previous a i.fa.fa-arrow-circle-left {
	margin-right: 10px;
}
*/
/* aktuelle Ausgabe */
.issue-post-left {
	background-color: #f5f5f5;
}

.issue-post-left .thumbnail {
	border: none;
	border-radius: unset;
	padding: 0;
}

.issue-post-right {
	background-color: #fff;
	padding: 25px 30px 35px 30px;
	margin-bottom: 40px;
	-webkit-box-shadow: 0 0 2px 0 rgba(51, 51, 51, 0.08), 0 0 2px 0 rgba(51, 51, 51, 0.08);
	box-shadow: 0 0 2px 0 rgba(51, 51, 51, 0.08), 0 0 2px 0 rgba(51, 51, 51, 0.08);
	min-height: 100%;
}

.issue-post-right h2 {
	margin: 0;
}

@media (min-width: 1200px) {
	.issue-post-left div.thumbnail:last-child {
		margin-bottom: 0;
	}
	
	/*
	.bottomDiv {
		position: absolute;
		bottom: 10px;
	}
	*/
}

@media (min-width: 992px) and (max-width: 1199px) {
	.issue-post-left div.thumbnail:last-child {
		margin-bottom: 0;
	}
	
	/*
	.bottomDiv {
		position: absolute;
		bottom: 10px;
	}
	*/
}

@media (min-width: 768px) and (max-width: 991px) {
	.issue-post-right {
		margin-bottom: 20px;
	}
}

@media (max-width: 767px) {
	.issue-post-right {
		margin-bottom: 20px;
	}
}

.issue-post-right .media {
	margin-top: 5px;
}

.issue-post-right h4.media-heading {
	margin-top: 20px;
}

.seitenzahl {
	font-weight: bold;
	font-size: 1.5em;
	color: #777777;
	padding: 10px 10px 10px;
	text-align: right;
}


/* Übersichtsseiten Rubriken 
.category-header {
	background-color: #fff;
	padding: 35px 30px 25px 30px;
	margin-bottom: 40px;
	-webkit-box-shadow: 0 0 2px 0 rgba(51, 51, 51, 0.08), 0 0 2px 0 rgba(51, 51, 51, 0.08);
	box-shadow: 0 0 2px 0 rgba(51, 51, 51, 0.08), 0 0 2px 0 rgba(51, 51, 51, 0.08);
}

h1.category-title {
	margin: 0 0 20px 0;
	line-height: 1;
}
*/
.category-subnavigation {
	border-top: 1px dashed #000;
	padding-top: 20px;
}

.nav-simple > li {
	float: left;
	padding: 0 10px 10px 0;
}

.nav-simple > li > a {
	position: relative;
	display: block;
	background-color: transparent;
	border-bottom: 1px solid transparent;
	color: #888;
	border-radius: 0;
	padding: 0;
}

.nav-simple > li > a:hover {
	border-bottom: 1px dotted #888;
	background-color: transparent;
}

/* Übersichtsseiten Teaser 
.article-teaser {
	background-color: #fff;
	padding: 35px 30px;
	margin-bottom: 40px;
	-webkit-box-shadow: 0 0 2px 0 rgba(51, 51, 51, 0.08), 0 0 2px 0 rgba(51, 51, 51, 0.08);
	box-shadow: 0 0 2px 0 rgba(51, 51, 51, 0.08), 0 0 2px 0 rgba(51, 51, 51, 0.08);
}

.article-teaser .post-cat {
	font-size: 16px;
	font-weight: 500;
	color: #006400;
	text-decoration: underline;
	display: inline-block;
	margin-bottom: 15px;
}


.article-teaser h2, 
.article-teaser h2 a {
	font-size: 24px;
	line-height: 1.2;
	font-weight: 500;
	margin: 0 0 10px 0;
}

.article-teaser h3, 
.article-teaser h3 a {
	font-size: 20px;
	line-height: 1.2;
	font-weight: 500;
	margin: 0 0 20px 0;
}

.article-teaser .media-left {
	padding: 0 20px 20px 0;
}

 lead article 
.lead-article-teaser .media-right {
	padding: 0 0 20px 20px;
}


.lead-article-header {
	text-align: center;
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
	border-bottom: 1px dashed #000;
	padding: 0 0 6px 0;
	margin: 0 0 30px 0;
}
*/
.btn-lw {
	color: var(--lw-text-darkgrey);
	background-color: var(--lw-site-bg);
	border-color: var(--lw-green);
	border-radius: 0;
	padding: 6px 40px;
	box-shadow: 0 0 2px 0 rgba(51, 51, 51, 0.08), 0 0 2px 0 rgba(51, 51, 51, 0.08);
}

.btn-lw:hover {
	color: var(--lw-text-darkgrey);
	background-color: var(--lw-site-bg);
	border-color: var(--lw-green-darker);
	box-shadow: 0 0 2px 0 rgba(51, 51, 51, 0.08), 0 0 2px 0 rgba(51, 51, 51, 0.08);
}

@media (min-width: 768px) and (max-width: 991px) {
	.article-teaser .media-left,
	.lead-article-teaser .media-right {
		padding: 0 0 20px 0;
	}
}

@media (max-width: 767px) {
	.article-teaser .media-left,
	.lead-article-teaser .media-right {
		padding: 0 0 20px 0;
	}
}

.article-teaser p {
	line-height: 25px;
}

/* Banner zwischen Teasern */
.banner-teaser {
	background-color: #fff;
	padding: 35px 30px;
	margin-bottom: 40px;
	-webkit-box-shadow: 0 0 2px 0 rgba(51, 51, 51, 0.08), 0 0 2px 0 rgba(51, 51, 51, 0.08);
	box-shadow: 0 0 2px 0 rgba(51, 51, 51, 0.08), 0 0 2px 0 rgba(51, 51, 51, 0.08);
}


/* Login-Seite */
.fadeOut {
	position: relative;
	margin-bottom: 1.5em;
}

.fadeOut:after {
	content: '';
	width: 100%;
	height: 10%;
	min-height: 150px;
	position: absolute;
	left: 0;
	bottom: 0;
	pointer-events: none;
	background: rgba(255, 255, 255, 0);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
}

.list-benefits li:not(:last-child) {
	margin-bottom: .5em;
}

/* Sidebar */
/*
.widget {
	background-color: #fff;
	padding: 35px 30px;
	margin-bottom: 40px;
	-webkit-box-shadow: 0 0 2px 0 rgba(51, 51, 51, 0.08), 0 0 2px 0 rgba(51, 51, 51, 0.08);
	box-shadow: 0 0 2px 0 rgba(51, 51, 51, 0.08), 0 0 2px 0 rgba(51, 51, 51, 0.08);
}

.widget .widget-title {
	color: #444;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.5px;
	margin: 0 0 28px 0;
}

.widget-content a:hover {
	text-decoration: none;
}

.widget-content h4 {
	color: #444;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.5px;
    hyphens: auto;
	line-height: 1.3em;
}
*/
.about-author-widget {
	background: url("https://cdn.lv-hessen.de/www.lw-heute.de/images/bg_about-author.jpg") no-repeat;
	background-size: 100% 125px;
}

.about-author-img {
	width: 160px;
	height: 160px;
}

/*
.about-author-widget .about-author-content {
	padding-bottom: 13px;
}

.about-author-widget .about-author-content .about-author-img {
	padding-top: 8%;
}
*/


/*
.widget-recent-posts ul,
.widget-buchempfehlung ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

.widget-recent-posts ul li,
.widget-buchempfehlung ul li{
	padding-left: 0;
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e2e2e2;
}

.widget-recent-posts ul li:last-child,
.widget-buchempfehlung ul li:last-child, 
.widget-related-posts ul li:last-child {
	border: 0;
	padding: 0;
	margin: 0;
}

.widget-recent-posts ul li > a img {
	width: 100%;
}

.widget-buchempfehlung ul li > a img {
	width: auto;
	max-height: 200px;
    max-width: 100%;	
}

/* verwandte Artikel *
.widget-related-posts ul {
	padding: 0;
	margin: 0;
}

.widget-related-posts ul li {
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 15px;
	padding-left: 0;
	margin-bottom: 20px;
}

.widget-related-posts ul li .related-post-img {
	/* position: relative; *
	display: block;
	width: 100px;
}

.widget-related-posts ul li .related-post-img img {
	width: 100%;
}

.widget-related-posts ul li .related-post-content h2 a {
	font-size: 14px;
	letter-spacing: 0;
}

/* Widget SocialMedia *
.widget-socialmedia ul {
	text-align: center;
	margin: 0;
}
*/
.icon-grey i {
	color: #cccccc;
}

.icon-color i {
	color: #999999;
}

.icon-color i.fa-facebook-square {
	color: #3c5a99;
}

.icon-color i.fa-twitter-square {
	color: #1da1f2;
}

.icon-color i.fa-rss-square {
	color: #f26522;
}

.icon-color i.fa-instagram {
  color: transparent;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background-clip: text;
  -webkit-background-clip: text;
}

.icon-color i.fa-envelope {
	color: #DB4437;
}

.icon-color i.fa-whatsapp {
	color: #4ac959;
}
/* / Widget SocialMedia */

/* Widget Instagram Feed */
/*
.widget-instagram .instagram-feed {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.widget-instagram .instagram-feed .single-instagram-item {
	flex-basis: 48%;
	margin-bottom: 4%;
}

.widget-instagram .instagram-feed .single-instagram-item:nth-last-of-type(-n+2) {
	margin-bottom: 0;
}

.single-instagram-item {
	position: relative;
	display: block;
}

.single-instagram-item a img {
	max-width: 100%;
}

.single-instagram-item .instagram-overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(255,255,255,0.7);
	display: flex;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	opacity: 0;
}

.single-instagram-item .instagram-overlay .instagram-meta {
	margin: auto;
	z-index: 999;
}

.single-instagram-item .instagram-link {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	display: block;
}

.single-instagram-item:hover .instagram-overlay {
	opacity: 1;
}

.single-instagram-item .instagram-overlay .instagram-meta {
	margin: auto;
	z-index: 999;
}
*/ 

/* Banner Rechts (3x 234x60) */
.adblock-right-widget ins:not(:last-child) a img {
	margin-bottom: 30px;
}

.adblock-right-widget .smallAdvertHint {
	color: #888;
	display: block;
	font-size: 0.6;
	margin: 0 0 30px 0;
}

/* Banner unten (mobile only) */
.adblock-bottom-widget ins:not(:last-child) a img {
	margin-bottom: 30px;
}

.adblock-bottom-widget .smallAdvertHint {
	color: #888;
	display: block;
	font-size: 0.6;
	margin: 0 0 30px 0;
}

h4.ds-list::before {
  counter-increment: ds-list;       /* Erhöht den Abschnittszähler */
  content: counter(ds-list) ") "; 	/* Zeigt den Zähler an */
}

.boxArtikel td, th {
  padding: 5px;
}

.bg-danger p {
	padding: 15px;
}

/*
#mainBody {
	background: #fff;
}

#mainBox {
	height: auto !important;
	margin: 0 auto;
	border-right: 1px solid #cfcfcf;
	border-left: 1px solid #cfcfcf;
	background: #fff;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	padding-right: 0;
	padding-left: 0;
}
*/
div[role=main] {
	float: left;
	width: 100%;
	background: var(--lw-site-bg);
}

#navigation {
	float: left;
	width: 100%;
}

#hauptTeil {
	float: left;
	width: 100%;
	padding: 15px;
}

/* Scroll-Button */
.scrollButton {
  background: none repeat scroll 0 0 rgba(120, 185, 48, 0.6);
  bottom: 30px;
  display: none;
  position: fixed;
  right: 30px;
  text-align: center;
  text-decoration: none;
  z-index: 10;
  padding: 3px 8px;
	width: 30px;
	height: 30px;
}

.scrollButton .scrollButtonIcon, a.scrollButton {
  display: none;
  color: #fff;
}

.scrollButton .scrollButtonText {
	background: none repeat scroll 0 0 rgba(120, 185, 48, 0.6);
	bottom: 0;
	color: #ffffff;
	/* font-size: 14px; */
	line-height: 27px;
	height: 27px;
	left: -90px;
	position: absolute;
	/* text-align: right; */
	width: 90px;
}

iframe.piwikiframe {
	border: none;
	width: 100%;
}

#banner_top {
	width: 100%;
	display: block;
	float: left;
	clear: both;
	padding: 0 0 10px 0;
}

.banner-left {
	float: left;
}

.banner-left img {
	margin: 10px 0 10px 10px;
}

.banner-right {
	float: right;
}

.banner-right img {
	margin: 10px 10px 10px 0;
}

.banner-mobile {
	margin: 15px 0 0 0;
	text-align: center;
}

.quote-box {
	display: block;
	background: #fff;
	padding: 40px 20px 15px 45px;
	margin: 20px auto 20px auto;
	position: relative;
	
	
	/*Box Shadow - (Optional)*/
	-moz-box-shadow: 2px 2px 15px #ccc;
	-webkit-box-shadow: 2px 2px 15px #ccc;
	box-shadow: 2px 2px 15px #ccc;

	/*Borders - (Optional)*/
	border-left-style: solid;
	border-left-width: 15px;
	border-right-style: solid;
	border-right-width: 2px;  
	border-left-color: #9fd477;
	border-right-color: #8bc163;
	width: 80%;
}

.quote-box::before {
	content: "\201C"; /*Unicode for Left Double Quote*/

	/*Font*/
	font-family: Georgia, serif;
	font-size: 60px;
	font-weight: bold;
	color: #999;

	/*Positioning*/
	position: absolute;
	left: 10px;
	top: 25px;
}

.quote-box::after{
	/*Reset to make sure*/
	content: "";
}

#banner_top > a, #banner_top > img, #banner_top > noscript {
	display: table;
	margin: 0 auto;
}

/*
.banner-center > a, .banner-center > img, #banner_top > .banner-center {
	display: table;
	margin: 0 auto;
}
*/

.banner-center {
	display: table;
	margin: 0 auto;
}

#banner_sky {
	float: right;
	margin-left: 1320px;
	/* padding: 10px; */
	position: fixed;
	/* top: 0; */
}

#banner_wallpaper_top {
	width: 1172px; /* container + border */
	/* height: 90px; */
	margin: 0 auto;
}

#banner_wallpaper_top > ins,
#banner_wallpaper_top > img {
	float: right;
	/* height: 90px; */
}

#banner_wallpaper_top > a, #banner_wallpaper_top > img, #banner_wallpaper_top > noscript {
	
}

#banner_wallpaper_right {
	float: right;
	margin-left: 1170px;
	position: absolute;
	top: 0;
}

.banner_contentAd .smallAdvertHint {
	color: #888;
	display: block;
	font-size: 0.6;
	margin: 0 0 30px 0;
}

.banner_contentAd {
	background-color: #fff;
	padding: 35px 30px;
	margin-bottom: 40px;
	-webkit-box-shadow: 0 0 2px 0 rgba(51, 51, 51, 0.08), 0 0 2px 0 rgba(51, 51, 51, 0.08);
	box-shadow: 0 0 2px 0 rgba(51, 51, 51, 0.08), 0 0 2px 0 rgba(51, 51, 51, 0.08);
	display: block;
	clear: both;
}

/*
.banner_contentAd {
  /*border-bottom: 1px solid #cfcfcf; 
  display: block;
  margin: 10px 0;
  padding: 0 0 8px 0;
  text-align: center;
  clear: both;
}
*/
/* Schloss */
h1 i, h2 i {
	color: #78b930;
	/* color: #38aecc; */
	margin-left: 5px;
	line-height: 28px !important;
	font-size: 16px !important;
}

/* Schloss in Button */
a.btn.btn-default i {
	color: #78b930;
	margin-left: 5px;
}

a, a:active, a:hover {
	color: #3a3a3a;
	/* font-weight: 500; */
}

img {
	border: none;
}

.img-border {
	border: 1px solid #ddd;
}

.clear {
	clear: both;
}

.centered {
	text-align: center;
}

.smallText {
	font-size: 0.7em;
	line-height: 1.1em;
}

.smallAdvertHint {
	color: #888;
	display: block;
	font-size: 0.6em;
	margin: 10px 0 0 10px;
	width: 100%;
}

.button {
	color: #FFFFFF;
	background: #006611;
	text-decoration: none;
	border: 1px solid #FFFFFF;
}

.button:hover {
	color: #FFF;
	background: #0CAD3D;
	text-decoration: none;
}

/* Header */
#header {
	background: rgba(255, 255, 255, 1) url("//cdn.lv-hessen.de/www.lw-heute.de/images/header.jpg") no-repeat scroll left bottom;
	background-size: cover;
	height: 200px;
	
	/* border-top: 1px solid #dadada; 
	width: 100%;
	float: left;
	clear: both;
	*/
}

#home {
	/* background: url(//cdn.lv-hessen.de/www.lw-heute.de/images/LW-Logo-white_xmas.svg) no-repeat scroll 0 0px / 280px auto; */
	background: url(//cdn.lv-hessen.de/www.lw-heute.de/images/LW-Logo-white.svg) no-repeat scroll 0 5px / 280px auto;
	display: inline-block;
	float: left;
	height: 120px;
	width: 300px;
	margin: 70px 0 0 20px;
}

/*
#header_nav {
	font-size: 12px;
	font-family: "Lato", sans-serif;
	text-transform: uppercase;
	text-align: right;
	margin: 5px 0 5px 0;
	height: 34px;
	width: 100%;
}
*/
/*
#header #header-search-link {
	display: none;
}

#header_nav span {
	border-left: 1px solid #646160; 
	padding: 2px 10px;
}

#header_nav img {
	vertical-align: middle;
	padding-bottom: 4px;
}

#header_nav a {
	color: #646160;
	text-decoration: none;
}

#header_nav a:hover{
	text-decoration: underline;
}

#header_nav .suchform {
	display: inline;
}

#header_nav .inputSearch {
	font-family: "Lato", sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #646160;
	border: 1px solid #646160;
	border-radius: 15px;
	padding: 4px;
	width: 100px;
	text-align: center;
	transition: 0.7s all 0s;
	line-height: 15px;
	margin-right: 5px;
}

#header-search-form {
  display: inline-block;
  padding: 2px 10px;
}

#header_nav .inputSearch:focus {
	width: 180px;
}
*/
#headerClaim {
	background: url(//cdn.lv-hessen.de/www.lw-heute.de/images/LW-Claim.svg) no-repeat scroll 0 10px / 500px auto;
	float: right;
	height: 30px;
	margin: 160px 10px 0 0;
	width: 500px;
}

/*
ol.breadcrumb {
	padding: 5px 0 20px 0;
	margin-bottom: 0;
}
*/
.artikelservice {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin: 20px 0 10px 0;
	color: #CCC;
}

/* Interviews */
blockquote {
  border-left: 2px solid #ddd;
  font-family: Georgia,serif;
  margin: 0 0 10px 10px;
  padding: 0 0 0 5px;
  position: relative;
}

blockquote p {
	margin: 10px 0 5px 0;
}

blockquote.question {
	font-size: 16px;
	line-height: 1.4;
	border-bottom: 1px solid #383838;
	padding-right: 30%;
}

blockquote.answer {
			hyphens: auto;
	-webkit-hyphens: auto;
	color: #383838;
	font-size: 14px;
	font-style: italic;
	line-height: 1.4;
	padding: 20px 0 20px 50px;
	text-align: justify;
}

blockquote.answer:before {
	display: block;
	content: "\201C";
	font-size: 80px;
	position: absolute;
	left: -6px;
	top: -20px;
	color: #7a7a7a;
}

.imgFit {
  max-height: 100%;
  max-width: 100%;
}

/* Video-Einbindung */
.responsive-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.responsive-video {
	position: relative;
	padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
	padding-top: 0px;
	height: 0;
	overflow: hidden;
	margin-bottom: 10px;
}

#footer {
	background: var(--lw-green);
}

.row-footer {
	margin: 40px auto 0 auto;
}

@media (max-width: 767px) {
	.ft-logo {
		max-width: 100%;
		margin-bottom: 20px;
	}
	
	.ft-description {
		max-width: 100%;
	}
}

@media (min-width: 992px) {
	.ft-logo {
		max-width: 75%;
		margin-bottom: 20px;
	}
	
	.ft-description {
		max-width: 75%;
	}
}



.ft-col {
	margin-bottom: 20px;
	color: #fff;
}

.ft-col a {
	color: #fff;
}

#footer .ft-link {
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
}

.ft-copyright {
	background: #222;
}

footer .ft-copyright p {
	font-size: 14px;
	color: #888;
	margin: 20px auto;
}

footer .ft-copyright p a {
	transition: all 0.33s;
	color: #888;
}

footer .ft-copyright p a:hover {
	color: var(--lw-green);
}

#map_canvas, #map, #mapDetails {
	height: 450px;
	width: 100%;
}
/*
#mapTools {
	margin: 20px 0;
}

#mapTools .btn:not(:last-child) {
	margin-right: 10px;
}
*/
.calendarHeaderYear {
	font-weight: bolder;
	color: #CC0000;
	background-color: #ACD09D;
	padding-top: 4px;
	padding-bottom: 4px;
}

.calendarToday {
	color: #000;
	background: #FFF;
	padding: 4px;
	font-weight: bold;
	text-decoration: underline;
}

.calendar {
	color: #000;
	background: #EEE;
	width: 240px;
	padding: 4px;
}

.calendarHeaderDays {
	font-weight: bold;
	padding: 4px;
	border-bottom: 1px solid #006D2E;
}

.calendarHeaderDaysSu {
	color: #CC0000;
	background: #EEE;
	font-weight: bold;
	padding: 4px;
	border-bottom: 1px solid #006D2E;
}

.calendarHeaderYear a {
	color: #000000;
	background-color: #ACD09D;
	font-weight: bold;
	text-decoration: none;
	padding: 4px 0;
}

.terminTitel {
	color: #000;
	background: #CFCFCF;
	padding: 2px;
	font-weight: bold;
	float: left;
	width: 100%;
}

.terminTitel > span {
	float: right;
}

.terminDaten {
	float: left;
	width: 550px;
}

.art {
	width: 150px;
	float: left;
}

.boxTermin {
	width: 100%;
	float: left;
	margin-bottom: 10px;
	display: block;
	clear: both;
	background-color: #F3F3F3;
}


.boxTermin.deadline {
	background-color: #F0F8FF;
	margin-bottom: 25px;
}

.boxTermin.deadline > .terminTitel {
	background-color: #ADD8E6;
}

.today div.terminTitel {
	background-color: #006D2E;
	color: #FFFFFF;
}

div.termin {
	padding: 2px;
	float: left;
	margin: 2px 0 0 0;
}

#termin {
	position: relative;
	margin-top: 40px;
	margin-bottom: 6px;
	float: left;
	width: 674px;
}

/* Übersichtsseiten mit Unterrubriken */
.subCat {
	background: #eee none repeat scroll 0 0;
	border-bottom: 1px solid #ddd;
	display: block;
	float: left;
	padding: 0;
}

.subCatTitle {
	float: left;
}

.subCatTitle a {
	text-align: left;
	color: #3a3a3a;
	float: left;
	font-size: 26px;
	font-weight: 500;
	line-height: 50px;
	padding: 0 0 0 20px;
			hyphens: auto;
	-webkit-hyphens: auto;
}

.subCatContent {
	background-color: #fff;
	float: left;
	padding: 20px 0 0 0;
}

.subCatItem {
	float: left;
	margin: 0 0 20px 0;
	width: 100%;
}

.subCatItemImg {
	height: 123px;
	text-align: center;
	float: left;
	overflow: hidden;
}

.subCatItemImg img {
	max-width: 100%;
	max-height: 100%;
}

.subCatItemTxt {
	float: left;
}

.subCatItemTxt p {
	text-align: justify;
	text-align-last: left;
			hyphens: auto;
	-webkit-hyphens: auto;
}

.bild_links a {
	float:left;
	margin-right: 10px;
}

#drucken {
	position:absolute;
	font-size: 11px;
	width:134px;
	z-index:100;
	color: #FFFFFF;
	background-color: #004D17;
	padding: 3px 0px 5px 6px;
	top: -2px;
	left: 31px;
	visibility: visible;
}

.aktion {
	padding-right: 40px; 
}

.boxTeaser {
/*		    hyphens: auto;
	-webkit-hyphens: auto; */
	margin-bottom: 40px;
}

.boxTeaser .col-md-9 {
	padding-left: 0;
}


.boxTeaser p {
	line-height: 25px;
}

.boxTeaserImg img {
	margin: 0 auto;
}

.imgScale {
	max-height: 100%
}

/*
.boxTeaser h1,
.boxTeaser h1 a,
.boxTeaser h2,
.boxTeaser h2 a {
	font-size: 24px;
	line-height: 1.4;
	padding: 0;
	margin: 0 0 10px 0;
	font-weight: 700;
}

.boxTeaser h3,
.boxTeaser h3 a {
	font-size: 15px;
	line-height: 1;
	font-weight: 700;
	margin: 0 0 15px 0;
}

h2,
h2 a {
	color: #444;
	font-family: "Lato Condensed",sans-serif;
	font-size: 17px;
	font-weight: 300;
	line-height: 21px;
	margin: 10px 0;
}

h2:empty {
	display: none;
}

.boxTeaser > h3 {
	font-size: 12px;
	margin: 0;
	color: #333333;
}

#artikel {
	line-height: 25px;
}
*/

#artikel > h1 {
	font-size: 28px;
	line-height: 34px;
	margin-top: 0;
}

#artikel > h2 {
	font-size: 22px;
	line-height: 26px;
	margin: 20px 0 20px 0;
}

/*
#artikel > p {
	margin: 0 0 20px 0;
}

#artikel p.lead,
#artikel p.lead strong {
	font-family: "Lato", sans-serif;
	font-size: 17px;
	font-weight: 700;
	line-height: 25px;
	margin: 0 0 40px 0;
}

p.lead a {
	text-decoration: underline;
}
*/

#artikel p strong,
#artikel p b {
	font-weight: 700;
}

#artikel p.crosshead {
	margin: 30px 0 10px 0;
}

div.boxArtikel {
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

div.boxArtikel ul {
	list-style-position: outside;
	margin-left: 0.5em;
	padding-left: 0.5em;
}

.date {
	font-size: 0.9em;
	display: block;
	line-height: 0.9em;
	float: right;
}
div.boxTeaserHeadline{
	padding-bottom: 0px;
	border-bottom: 1px solid black;
}

.buttonMore {
	float: right;
	font-weight: bold;
	font-style: italic;
	margin: 0 !important;
}

#kopf {
	font-weight: bold;
	margin: 0 0 4px 0;
}

#kopf h1 {
	font-size: 22px;
	font-weight: bold;
	margin-top: 0;
}

#kopf h2 {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	margin: 4px 0;
}

#kopf a{
	color: #000000;
	background-color: transparent;
	text-decoration: none;
}

.terminNavi {
	width: 100%;
	padding: 2px 2px 3px 0px;
	margin-top: 10px;
}

.listNaviBack a{
	color: #888888;
	background: transparent;
	text-decoration: none;
	
}

.listNaviNext a{
	color: #888888;
	background: transparent;
	text-align: right;
	text-decoration: none;
}

.listNaviCenter {
	color: #888888;
	background: transparent;
	text-align: center;
}

.listNaviAll {
	margin: 10px 0;
	width: 100%;
}
/*
div.dateSuche{
	text-align: right;
	font-size: 0.9em;
	margin-right: 4px;
}

.suchLink {
	color: #000000;
	background: transparent;
	text-decoration: none;
}
*/
.trdescription {
	color: #000;
	background: #CCCCCC;
}

.blaetter{
	display: block;
	clear: both;
	width: 100%;
	float: left;
}

.print {
	padding: 20px;
	width:600px;
}

.imagebox_right img, .imagebox_left img {
	/* width: 220px; */
	height: auto;
	width: 100%;
}

.imagebox_none img {
	/* min-width: 100% !important; */
	width: 200px;
	max-width: 200px;
	height: auto;
}

.imagebox_right {
	float: right;
	width: 250px;
	margin: 0 0 20px 20px;
	line-height: 0;
}

.imagebox_none {
	color: #000;
	float: none;
	width: 200px;
	margin-right: 20px;
	margin-bottom: 10px;
	line-height: 0;
}

.imagebox_left {
	float: left;
	width: 250px;
	margin: 0 20px 20px 0;
	line-height: 0;
}

.legend_nozoom {
	background-color: #eee;
	padding: 18px 5px 5px;
}

.legend p,
.legend p a,
.legend_zoom p,
.legend_zoom p a,
.legend_nozoom p,
.legend_nozoom p a,
.galleryImgDesc {
	font-family: "Lato", sans-serif;
	font-size: 0.8;
	color: #444;
	text-align: justify;
	line-height: 1.2;
	margin: 0;
}

.legend_nozoom > p {
	margin: 0 !important; 
}

div.legend_zoom {
	padding: 10px 0;
	border-bottom: 1px solid #3a3a3a;
	margin: 0 0 20px 0;
}

/*
div.imgrow div.imagebox_none div.legend_zoom {
	border-bottom: none;
}
*/ 
.thumbnail.pull-right {
	margin-left: 30px;
	margin-top: 4px;
}

.thumbnail.pull-left {
	margin-right: 30px;
	margin-top: 4px;
}

.caption p {
	/*
	display: inline;
	*/
	font-weight: normal;
	text-align: left;
	hyphens: auto;
}

.autor {
	padding-top: 2px;
	font-size: 0.8em;
	font-style: italic;
	float: right;
}

.autor > img {
	display: inline;
	height: 8px;
	margin: 2px;
	vertical-align: top;
	width: 8px;
}

/* DownloadBox */
.dlbox::after {
	content: "\f1c1";
    font-family: FontAwesome;
}

.dlbox {
	background: #eee none repeat scroll 0 0;
	line-height: 30px;
	margin: 10px 0;
	padding: 0 10px 0 0;
	text-align: right;
	clear: both;
}

.dlbox > a {
	color: #3a3a3a;
	font-size: 0.8em;
	font-weight: 500;
	margin: 10px;
}

/* InfoBox */
.infobox {
	border-style: solid;
	border-color: #0063b3;
	border-width: 0 5px 0 5px;
	/* font-size: 0.9em;
	line-height: 1.2em; */
	color: #3a3a3a;
	margin: 0 0 10px 0;
	padding: 10px;
	text-align: justify;
	text-align-last: left;
			hyphens: auto;
	-webkit-hyphens: auto;
}

.green {
	border-style: solid;
	border-color: #58b238;
	border-width: 0 5px 0 5px;
}

.orange {
	border-style: solid;
	border-color: #FF9900;
	border-width: 0 5px 0 5px;
}

.grey {
	border-style: solid;
	border-color: #888;
	border-width: 0 5px 0 5px;
}

.brown {
	border-style: solid;
	border-color: #ae822d;
	border-width: 0 5px 0 5px;
}

/* Buchbestellung */
.infobox.bestellung {
	background-color: #CDE8C3;
	border: 2px solid #58B238;
	font-size: 14px;
}

.infobox > h3 {
	font-family: "Lato", sans-serif;
	color: #444;
	font-size: 1.5em;
	line-height: 1.2em;
	font-weight: 400;
	margin: 0;
	text-align: left;
}

.infobox > h4 {
	font-family: "Lato", sans-serif;
	color: #444;
	font-size: 1.1em;
	line-height: 1.2em;
	font-weight: 400;
	margin: 0;
	text-align: left;
}

.infobox > ul {
	margin: 15px 0 0 15px;
	padding: 0;
	text-align: left;
}

.infobox > ol {
	margin: 15px 0 0 15px;
	padding: 0;
	text-align: left;
}

.infobox > ul > li {
	margin: 0 0 5px 0;
}

.infobox.left {
	width: 260px;
	float: left;
	margin: 5px 20px 10px 0;
}

.infobox.right {
	width: 260px;
	float: right;
	margin: 5px 0 10px 20px;
}
.center {
	width: 645px;
	margin: 5px 15px 10px 10px;
}

.info {
	position:absolute;
	margin-left: 205px;
	margin-top: -20px;
	background-image: url('//cdn.lv-hessen.de/www.lw-heute.de/images/info.png');
	width: 36px;
	height: 36px;
	display: none;
}

.center .info {
	margin-left: 635px !important;
}

/*
.infobox .thumbnail {
	width: 100%;
}

.infobox .imagebox_right {
	color: #000;
}

.infobox .imagebox_left {
	color: #000;
}

.infobox .imagebox_none {
	color: #000;
}
*/

/* Bilder Zeile 
.imgrow {
	display: table;
	margin: 15px auto;
	border-bottom: 1px solid #3a3a3a;
}

.imgrow .imagebox_none {
	float: left !important;
}
*/

/* Bilderzeile */
.imgrow {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	padding: 15px 0;
}

.imgrow .thumbnail {
	margin: 5px;
	max-width: 205px;
}
/* / Bilderzeile */


.imagebox_none:last-child {
	margin-right: 0;
}

/*Tabellen Jagdzeiten */
.jagd_table {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
	background: #EEE;
	border: 1px solid #FFF;
}
.jagd_table td {
	padding: 3px;
	border-top: 2px none #FFF;
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	border-left: 2px none #FFF;
}
.jagd_table_head {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #FFF;
	background: #006D2E;
}
.jagd_table_head td {
	padding: 5px 15px;
	text-align: center;
}
.jagd_table_green {
	background: #CDE8C3;
	font-weight: bold;
}
.jagd_table_einzug1 {
	text-indent: 10px;
}
.jagd_table_einzug2 {
	text-indent: 25px;
}

/* CSS TO MAKE THE SHIT RESPONSIVE BEGINS HERE */

/* big screen */
@media(min-width: 1200px) {
	ul.dropdown li {
		padding: 10px 20px;
	}

	.scrollButton .scrollButtonText {
		height: 30px;
		line-height: 30px;
	}
}

/* extra large */
@media (min-width: 1200px) and (max-width: 1399px) {
	#banner_wallpaper_right,
	#banner_sky {
		margin-left: 1140px;
		/* position: absolute;
		float: right;
		top: 0; */
	}
}

/* small screen */
@media (min-width: 992px) and (max-width: 1199px) {
	#header {
		height: 160px;
	}
	
	#home {
		margin: 30px 0;
	}
	
	#headerClaim {
		margin: 120px 10px 0 0;
	}
	
	ul.dropdown li {
		padding: 10px;
	}
	
	.scrollButton .scrollButtonText {
		height: 28px;
		line-height: 28px;
	}
	
	#banner_wallpaper_top {
		width: 972px; /* container + border */
		/* height: 90px; */
		margin: 0 auto;
	}
	
	#banner_wallpaper_right,
	#banner_sky {
		margin-left: 960px;
		/* position: absolute;
		float: right;
		top: 0; */
	}
}

/* tablet */
@media (min-width: 768px) and (max-width: 991px) {
	#header {
		height: 140px;
	}
	
	#home {
		margin: 10px 0;
	}
	
	#headerClaim {
		display: none;
	}
	
	/*
	#header_nav {
		margin: 10px 0;
	}
	*/
	
	#header_nav span:not(#header-search-form) {
		display: inline;
	}
	 
	#header-search-form {
		display: none;
	}

	#mobile-header {
        display: block;
		float: left;
		background-color: #78b930;
		width: 100%;
    }
	
	#mobile-header a {
		color: #fff;
		float: right;
		margin: 5px 20px;
	}
	
	#header_nav {
		top: 0;
	}
	
	#header #header-search-link {
		display: inline;
	}
	
	#nav {
		display: none;
	}
		
	#banner_wallpaper_top,
	#banner_wallpaper_right,
	#banner_sky,
	#banner_top,
	#banner_leaderboard {
		display: none;
	}
	
	.boxTeaser {
		width: 100%;
	}
	
	.boxTeaser .col-md-9 {
		padding-left: 15px;
	}
}

/* mobile */
@media (max-width: 767px) {
	#header {
		display: none;
	}
	
	#header #home {
		background: #fff url("//cdn.lv-hessen.de/www.lw-heute.de/images/LW-Logo.svg") no-repeat scroll 0 5px / 280px auto;
		display: block;
		height: 120px;
		margin: 0 auto;
		width: 300px;
		float: none;
	}
	
	#header_nav {
		display: none;
	}

	#mobile-header {
		display: block;
		float: left;
		background: #eee url(//cdn.lv-hessen.de/www.lw-heute.de/images/LW-Logo.svg) no-repeat scroll 0 5px / auto 50px;
		height: 60px;
		width: 100%;
	}
	
	#mobile-header a {
		color: #666;
		float: right;
		height: 60px;
		padding: 15px 10px;
	}
	
	#nav {
		display: none;
	}
	
	#banner_wallpaper_top,
	#banner_wallpaper_right,
	#banner_sky,
	#banner_top,
	#banner_leaderboard {
		display: none;
	}
	
	.nav-simple > li {
		float: none;
		padding: 0 10px 10px 0;
	}

	.scrollButton .scrollButtonText {
		height: 30px;
		line-height: 30px;
	}
	
	.boxTeaser .col-md-9 {
		padding-left: 15px;
	}
	
	.boxTeaserImg img {
		margin: 0 auto 10px auto;
		width: 100%
	}
	
	.boxTeaser > img {
		display: none;
	}
	
	.boxTeaser h1,
	.boxTeaser h1 a,
	.boxTeaser h2,
	.boxTeaser h2 a {
		font-size: 21px;
		line-height: 1.4;
		padding: 0;
		margin: 0 0 10px 0;
		font-weight: 700;
	}
}