/* Lebenswert Neudorf Local CSS */
/* ============================ */


/* ****************************************************************** */
/*      HTML-Elemente                                                 */   
/* ****************************************************************** */

body {
	line-height: 1.5em;
}
h4 {
	text-transform: none;
}
a:hover {
	color: blue;
}
li {
    line-height: 1.5em;
}
blockquote p {
	margin-bottom: 1.0rem;
}

/*	Statt eines horizontalen Striches soll das 'Kreide'-Motiv aus dem Logo verwendet werden   */
hr {
	background: url('/images/Lebenswert/Logo/Kreide_400.png') no-repeat top center;
	height: 15px !important;
	border: none !important;
    max-width: 400px !important;
}


/* ****************************************************************** */
/*      Skylar_J4                                                     */   
/* ****************************************************************** */

h2, .content-category h1, .registration h1 {
	text-transform: none;
}
.content-category h2, .registration h2 {
	margin: 10px 0 20px 0;
}
.blog-core h2 {
    font-size: 2.1rem;
}
.maincontent {
	padding-top: 10px !important;
    padding-bottom: 10px;
}
.page-header {
	margin: 10px 0 20px 0;
}
.item-title {
	margin: 10px 0 20px 0;
    text-transform: none;
    max-width: 90%;
}
.item-header {
    margin: 10px 0 20px 0;
	text-transform: none;
    max-width: 70%;
}
.sidecol-b:first-of-type .module:first-of-type .module_surround {
	padding-top: 30px;
}
.article-info {
	font-size: 12px;
	margin-bottom: 16px;
	border-bottom: 1px solid;
}

.header_top .wrapper960 {
	height: auto; 
}
.header-1 {
	margin-left: 5px;
}
#container_header {
    margin-top: 10px;
}
.logo-text {
	font-weight: bolder;
	text-shadow: 1px 1px 2px #6A4D21;
	font-size: 44px !important;
}
.hornav > ul > li > a, .hornav > ul > li > span {
	font-size: 1em;
	text-transform: none;
}
.hornav > ul > li > ul > li {
	font-weight: bold;
}
.hornav > ul > li > ul > li:hover > a, .hornav > ul > li ul > li > ul > li:hover > a {
	text-decoration: none;
	background-color: #FCF2F2;
}
.breadcrumb {
	font-size: 12px;
	background-color: #f2f2f2;
	border-radius: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.img_caption, .fig-caption, .caption {
   margin-top: 3px;
   font-size: 16px;
   text-align: center;
}
.back-to-top {
  margin-right: 10px;
  margin-bottom: 60px;
}
.back-to-top svg {
	padding: 0 5px 0 5px;
	margin-top: -10px;
}
.container_footer {
	padding: 15px 15px 45px 15px;
}
p.note, p.pin, p.clip, p.down {
    background-position: 7px 15px;
}
.wrapper_contenttop {
    padding-top: 20px;
    padding-bottom: 0;
}
.copyright p {
	text-transform: none;
    font-size: 14px;
}
#mod-custom124 {
	background-color: #c6a49d99;
	padding: 10px;
	line-height: 20px;
	border-color: red;
	border-width: 3px;
	border-style: groove;
	border-radius: 15px;
	max-width: 600px;
	margin-bottom: 20px;
}
.module:first-of-type .module_surround {
    padding-top: 5px;
}
.footermenu ul li span::after {
    content: "";
    margin-left: -2px;
}
.footermenu ul li a:hover {
    font-weight: bold;
}
.footermenu ul li a {
    font-size: 1.0rem;
}
.category-desc img {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	max-width: 33%;
}
.com-content-category-blog h1 {
	font-weight: bold;
}
.com-content-category__pagination {
	display: none;
}

/*	Auf hohen Bildschirmen (>1080px) soll das Zusatzmenü immer angezeigt werden    */
@media screen and (width >= 768px) and (min-height: 1020px) {
	.container_footer {
		position: sticky;
		bottom: 0;
		background-color: #93C119;
		padding: 7px 15px 7px 15px;
		border-top: 2px solid #6A4D21;
        z-index: 99;
	}
}

/*  Mobile Menu  */
.mm-spn a {
	color: #300308;
}
.mm-spn.mm-spn--dark {
	color: #300308;
	font-weight: bold;
}
.mm-spn.mm-spn--navbar::after {
	opacity: 1;
    font-size: 20px !important;
    color: white;
}


/* ****************************************************************** */
/*      Erweiterungen                                                    */   
/* ****************************************************************** */

/*  Phoca Maps         
	- Karte mit einem Rahmen mit abgerundeten Ecken versehen
	- Karte hinter Zusatzmenü laufen lassen
	! Rahmenoption sollte auf 'none' stehen
*/
.leaflet-container {
	border: 5px solid #6A4D21;
	border-radius: 10px;
	z-index: 50;
}

/*  J51 Thumbsgallery */
.j51Box.fancybox img {
	border-radius: 10px;
}

/*  OS Modul         */
.osmodul {
    border: 10px groove #e0dd92;
	z-index: 0;
}

/*  sigplus          */
.sigplus-preview {
	border-radius: 10px;
}

/* ****************************************************************** */
/*      Eigene Klassen                                                */   
/* ****************************************************************** */
.bildmq {
	width: 100%;
	max-width: 710px;
	padding: 2px;
	border: 3px solid #6A4D21;
	display: block;
	margin-left: auto;
	margin-right: auto;
    border-radius: 10px;
}
.bildmq:hover {
   transform: scale(1.025) rotate(.02deg) translateZ(0);
   transition: transform .5s ease-in;
}
.bildmh {
  	width: 100%;
	max-width: 610px;
	padding: 2px;
	border: 3px solid #6A4D21;
	display: block;
	margin-left: auto;
	margin-right: auto;
    border-radius: 10px;  
}
.bildmh:hover {
   transform: scale(1.025) rotate(.02deg) translateZ(0);
   transition: transform .5s ease-in;
}
.bild_hoch {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}
.lebenswert {
    font-family: Candal, Calibri, arial, sans-serif;
    font-size: 18px;
    color: #6A4D21; 
}
.lebenswert-logo {
    width: 300px;
    height: 300px;
    border: 5px solid #6A4D21;
    border-radius: 20px;
    margin-top: 20px;
    margin-left: 20px;
    z-index: 1;
}
.leerzeile {
    color: #DFF9CD !important;
}
.menu-ueber {
    border-bottom: 4px solid #6A4D21;
    border-right: 2px solid #6A4D21;
    border-radius: 10px;
    padding-left: 5px;
    margin-right: 5px;
}
.oben-naeher {
    margin-top: -12px;
}
.oben-noch-naeher {
    margin-top: -18px;
    line-height: 20px;
}
.knallrot {
    color: rgb(196, 19, 19) !important;
}
.ersterbuchstabe::first-letter {
    font-size: 250%;
    color: rgb(196, 19, 19);
}
#lw-info-outer {
	height: 300px;
    z-index: 9;
}
.lw-info-inner {
	padding-top: 8px;
    padding-left: 12px;
	text-align: left;
}
.lw-info-inner h3 {
	text-decoration: underline;
	margin-top: 6px;
}
.lw-info-inner p {
	font-size: ;
	font-size: 16px;
	line-height: 22px;
    margin-bottom: 0;
}
.modul-rechts {
	border: 3px solid #6a4d21;
	padding: 2px;
    margin: 3px;
    border-radius: 10px;
    background-color: #d5e8a2;
}
.modul-rechts .module_surround {
    padding: 10px !important;
}
.rd_container {
	display: flex;
	flex-wrap: wrap;
}
.rd_box {  
    flex: 1;  
    /* min-width: 50%; Auf Desktop jeweils 50% */  
    box-sizing: border-box;  
}
.rd_doppelt {
    flex: 2;
}
.rd_eineinhalb {
    flex: 2;
}
@media screen and (width < 768px) {  
.rd_box {  
    min-width: 100%; /* Auf Smartphone 100% Breite */ 
    margin-top: 4px;
  }  
}
.module.geschlossen .module_surround.hyphenate {
	padding-bottom: 0;
}


/* Fonts */
/* ===== */

/* candal-regular - latin */
@font-face {
  font-family: 'Candal';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/candal-v10-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/candal-v10-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* nunito-regular - latin */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/nunito-v16-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/nunito-v16-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* oswald-regular - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/oswald-v35-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/oswald-v35-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* oswald-500 - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  src: local(''),
       url('../fonts/oswald-v35-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/oswald-v35-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
