/**
 * Theme Name: Laufbuecher 2020
 * Themes URI: https://www.guidoschulze.de
 * Description: Ein Theme speziell fuer Laufbuecher.de
 * Version: 1.0.0
 * Author: Guido Schulze
 * Author URI: https://www.guidoschulze.de
 * Tags: theme-options
 */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: url('webfonts/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
	src: local('Roboto'),
		local('roboto'),
		url('webfonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('webfonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		url('webfonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
		url('webfonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		url('webfonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
	font-display: swap;
}
body {
	margin: 0;
	padding: 0;
	background: #fefefe;
	font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 400;
	line-height: 1.4;
	color: #0a0a0a;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-style: normal;
	line-height: 1.1;
	font-weight: 400;
	color: inherit;
	text-rendering: optimizeLegibility;
}
.content {
	color: rgb(62,69,76);
	max-width: 800px;
}
article {
	font-size: 1.1rem;
	line-height: 1.5;
}
.h1, h1 {
	font-size: 2.5rem;
	line-height: 1.1;
	color: #0a0a0a;
	margin-top: 0.25rem;
	margin-bottom: 1.0rem;
}
.h2, h2 {
	font-size: 1.75rem;
	line-height: 1.1;
	color: #0a0a0a;
	margin-top: 0;
	margin-bottom: 1.25rem;
}
@media print, screen and (min-width: 40em) {
	.h1, h1 {
		font-size: 2.5rem;
	}
	.h2, h2 {
		font-size: 1.5rem;
	}
}
article table {
	font-size: 0.9rem;
}
table tbody, table tfoot, table thead {
	border: 0 solid #f1f1f1;
	border: none;
	background-color: #fefefe;
}
table tbody tr:nth-child(odd) {
	border-bottom: 0;
	background-color: #f6f6f6;
}
table tbody tr:nth-child(even) {
	border-bottom: 0;
	background-color: #fefefe;
}
article table a {
	line-height: inherit;
	color: #1f5a8e;
	text-decoration: none;
	cursor: pointer;
}
article table a:focus, article table a:hover {
	color: #1268b1;
	text-decoration: underline;
}
p {
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
	font-size: 1.2rem;
	line-height: 1.4;
	margin-bottom: 2.5rem;
}
p.intro {
	font-weight: 600;
	color: #464646;
}
div.inhalt h3 {
    margin-bottom: 5px;
    margin-top: 25px;
	font-weight:bold;
}
div.inhalt ul {
    list-style-type: disc;
	overflow:none;
    margin: 0;
    padding-left: 20px;
}
div.inhalt ol {
    list-style-type:none;
	overflow:none;
    margin: 0;
    padding-left: 20px;
}
div.comments-area h2, div.comments-area h3 {
	margin-top: 40px;
}
h2.inhalt {
	margin-top: 40px;
}
@media all and (max-width: 600px) {
	.cattop { float:none; padding-top:0px; padding-bottom:30px; }
	img { text-align:left; }
}
@media all and (min-width: 600px) {
	.cattop { float:left; padding-top:0px; padding-bottom:30px; }
	img { text-align:center; }
}
#mobile-menu.off-canvas {
	background: #ffffff;
	padding-top: 60px;
}
#mobile-menu.off-canvas.is-transition-overlap.is-open {
	box-shadow: none;
}
#mobile-menu .close-button {
	background-color: transparent;
	font-size: 1.75rem;
	padding: 4px;
	color: #031774;
}
#mobile-menu ul.menu.vertical {
	border-top: 1px solid #031774;
}
#mobile-menu  ul.menu.vertical li {
	border-bottom: 1px solid #031774;
}
#mobile-menu  ul.menu.vertical li.current-menu-item {
	background-color: #ddeeff;
}
#mobile-menu a {
	padding: 1rem;
	color: #031774;
}
main {
	margin-top: 3.0rem;
	margin-bottom: 3.0rem;
}
main .rahmen {
	background-color: #fff;
    padding: 0 20px;
    border: 1px solid #cccccc;
    border-bottom: 4px solid #c9c9c9;
    margin-bottom: 25px;
}
div.sidebar1 {
	margin: 3rem 0.9rem 0;
	padding: 1rem 1rem 0;
	background-color: #f4f4f4;
	border: 1px solid #2ba6cb;
	border-bottom: 0;
	border-radius: 15px 15px 0 0;
}
div.sidebar1 h2.h4 {
	margin-top: 0;
}
.navbar {
	margin-bottom: 0px;
	padding-bottom: 9px;
	min-height: 90px;
}
.navbar-form { display:none; }
.navbar-nav > li > a {
    color: #031774;
    font-size: 18px;
    line-height: 12px;
    padding: 10px 30px 10px 2px;
}
.navbar-default .navbar-nav > li > a {
    color: #031774;
}
.navbar-brand {
    height: 70px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	z-index: 1001;
	color: #031774;
	opacity: 1;
	padding: 10px 10px 10px 2px;
	margin-right: 20px;
	border-radius: 0px;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border-bottom: none;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a {
    background-color: #8ebce1;
	color: #031774;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: #8ebce1;
    color: #031774;
}
.navbar-default {
    background-image: linear-gradient(to bottom, #def 0px, #fff 100%);
    background-repeat: repeat-x;
	border-bottom: 1px solid #cfcfcf;
    border-radius: 0;
	box-shadow: 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 6px rgba(0, 0, 0, 0.376);
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a {
    background-color: #8ebce1;
    background-image: linear-gradient(to bottom, #8ebce1 0px, #8ebce1 100%);
    background-repeat: repeat-x;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0) inset;
    color: #031774;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #031774;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #8ebce1;
    background-image: linear-gradient(to bottom, #8ebce1 0px, #8ebce1 100%);
    background-repeat: repeat-x;
    color: #031774;
}
.dropdown-menu > li > a {
    clear: both;
    color: #031774;
    display: block;
    font-weight: normal;
    line-height: 1.42857;
    padding: 4px 23px 4px 12px;
    white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #031774;
    background-color: #8ebce1;
    background-image: linear-gradient(to bottom, #8ebce1 0px, #8ebce1 100%);
    background-repeat: repeat-x;
	opacity: 1;
}
.dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a button:after {
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
	width: auto;
	border: none;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 0.75rem;
	content: '\f078';
	margin-left: 0.5rem;
}
.dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent.is-active > a button:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 0.75rem;
	content: '\f077';
}
@media print, screen and (min-width: 64em) {
	.dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a:after {
		display: none;
	}
}
.navbar-inverse .navbar-toggle {
    background-color: transparent;
    border-color: transparent;
    color: #031774;
}
.navbar-default .navbar-toggle {
    background-color: transparent;
    border-color: transparent;
    color: #031774;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
    color: #031774;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    background-color: #8ebce1;
    color: #031774;
	background-image: linear-gradient(to bottom,#8ebce1 0,#8ebce1 100%);
	background-repeat: repeat-x;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #031774;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    background-color: #8ebce1;
    color: #031774;
}
header nav .dropdown-pane {
	border: 1px solid #cacaca;
}
header nav .dropdown-pane.is-open {
	display: block;
	visibility: visible;
	box-shadow: 0px 4px 8px 0px #cacaca;
	padding: 0;
	text-align: right;
}
header nav .dropdown-pane.is-open ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
header nav .dropdown-pane.is-open ul li {
	padding: 0.25rem;
}
header nav .dropdown-pane.is-open ul a li {
	font-weight: 600;
	padding: 0.5rem;
	color: #031774;
	border: 1px solid #031774;
	border-width: 0 0 1px 0;
	margin: 1.0rem 1.0rem;
}
header nav .dropdown-pane.is-open ul a li:hover {
	background-color: #8ebce1;
	transition: background-color .25s ease-out,color .25s ease-out;
}
header nav .dropdown-pane.is-open ul a li:first-child:after {
	content: '';
	position: absolute;
	right: 12px;
	top: -10px;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 10px solid #fefefe;
}
header nav .dropdown-pane.is-open ul a li:first-child:before {
	content: '';
	position: absolute;
	right: 10px;
	top: -12px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 12px solid #cacaca;
}
.off-canvas.is-open {
	-ms-transform: translate(0,0);
	transform: translate(0,0);
	background: #ffffff;
	width: 100%;
	height: 100%;
	z-index: 2099;
	padding-top: 40px;
}
.off-canvas.is-transition-overlap.is-open {
	box-shadow: 0 0 10px rgba(10,10,10,.7);
}
.footer-default {
    background-color: #dbece3;
	border-top: 5px solid #90bd9e;
}
.footer {
    border-bottom: 0px solid transparent;
    border-radius: 0;
    min-height: 100px;
    padding: 30px 0;
}
.footer a {
	color: #0d4d78;
}
ul#menuunten { font-size: 1.4em; font-family: "Lucida Grande", Verdana, sans-serif; font-weight: bold; list-style-type: none; margin: 0 0 -14px; padding: 0; }
ul#menuunten li { font-size: 0.8em; }
ul#menuunten li a { font-size: 0.8em; color: #777; text-decoration: none; }
ul#menuunten li a:hover { font-size: 0.8em; color: #031774; background: none; }
div.schatten img {
-moz-box-shadow:2px 2px 8px #292929; /* Firefox */
-webkit-box-shadow:2px 2px 8px #292929; /* Chrome, Safari */
-khtml-box-shadow:2px 2px 8px #292929; /* Konqueror */
box-shadow:2px 2px 8px #292929; /* CSS3 */
}
#content {
    font-size: 36px;
}
ul.page-numbers {
    list-style: none;
    margin: 0 0 2rem;
}
.page-numbers:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
ul.page-numbers li {
    display: block;
    float: left;
    margin: 0 0.25rem 1.5rem;
    text-align: center;
	background-color: #f8f8f8;
}
.page-numbers a, 
.page-numbers span {
    display: block;
    font-size: 1.4rem;
    text-decoration: none;
    font-weight: 600;
    cursor: pointer;
    border: 1px solid #031774;
    color: #031774;
    text-align: center;
	width: 50px;
	height: 50px;
	line-height: 2.2;
}
.page-numbers a span {
	padding: 0;
}
.page-numbers a:hover,
.page-numbers.current,
.page-numbers.current:hover {
    background: #def;
    text-decoration: none;
}
.page-numbers:hover {
	text-decoration: none;
}
.comments-area {
	max-width: 99%;
}
div.comment-list {
	color: rgb(62,69,76);
	background: #fff;
	text-decoration: none;
	margin-top:5px;
}
div.comment {
	color: rgb(62,69,76);
	background: #eaeaea;
	text-decoration: none;
	margin: 20px 0;
	padding: 10px;
	-moz-box-shadow: 2px 1px 4px #292929; /* Firefox */
	-webkit-box-shadow: 2px 1px 4px #292929; /* Chrome, Safari */
	-khtml-box-shadow: 2px 1px 4px #292929; /* Konqueror */
	box-shadow: 2px 1px 4px #292929; /* CSS3 */
}
div.comment-author {
	padding: 10px 0;
}
div.comment-body {
	padding: 10px 0;
}
[type=button], [type=submit] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 1.0rem;
	font-weight: 400;
	color: #f5f5f5;
	background-color: #17596d;
	border-color: #17596d;
	border-radius: 20px;
	border-width: inherit;
	padding: 9px 30px;
	cursor: pointer !important;
}
.button.warning:focus, .button.warning:hover {
    background-color: #ffae00;
    color: #0a0a0a;
}
div.reply {
	border-top: 1px solid #000;
	background: #eaeaea;
	text-decoration: none;
	margin-top: 10px;
}
.blocktitel {
    background-color: #eee;
    color: inherit;
    margin: 30px 0 10px 0;
    padding: 5px;
	border-radius: 6px;
}
.recentcomments {
	list-style-type:square;
}
ul.wp-tag-cloud {
	list-style-type:square;
}
.form-control{
	font-size: 13px;
}
.verlagslink {
	font-size: 20px;
	line-height: 0;
	top: 4px;
}
.verlagsabstand {
	border-color: #aaa -moz-use-text-color -moz-use-text-color;
    margin: -2px 0 -6px 0;
}
.kontakt-form-feld {
	margin-top: 20px;
}
.kontakt-form-btn {
	background-color: #ccc;
	color: #000;
}
@media (min-width: 992px) {
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
    overflow-x: visible;
    padding-left: 0;
    padding-right: 0;
	}
	.navbar .navbar-nav .open .dropdown-menu > .active > a, .navbar .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
		background-image: linear-gradient(to bottom, #8ebce1 0px, #8ebce1 100%);
		background-repeat: repeat-x;
		color: #031774;
	}
	ul.nav li.dropdown:hover ul.dropdown-menu {
		display: block;
		margin-top: 0px;
	}
	.neuestab::after {
		font-family: "Glyphicons Halflings";
		font-size: 10px;
		color: #031774;
		content: "\e164";
		position: absolute;
		top: 6px;
		right: 47px;
		opacity: 0.7;
	}
}
@media (max-width: 991px) {
	.navbar-header {
		float: none;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.muh {
		display: none;
	}
	.navbar-left,.navbar-right {
		float: none !important;
	}
	.navbar-toggle {
		display: block;
		padding: 9px 0px 9px 10px;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #031774;
	}
	.navbar-toggle .icon-bar {
		display: block;
		width: 24px;
		height: 3px;
		border-radius: 1px;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
		padding-right: 0px;
		padding-left: 0px;
	}
	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 0px;
	}
	.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
		max-height: none;
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-nav {
		float: none!important;
		margin: 0 0 10px 10px;
		max-height: 400px;
		overflow-y: auto;
		overflow-x: hidden;
	}
	.navbar-nav>li {
		float: none;
		margin-bottom: 5px;
	}
	.navbar-nav>li>a {
		padding: 10px 0px 10px 2px
	}
	.navbar-default {
		border-bottom: 1px solid #cfcfcf;
		border-radius: 0;
	}
	.navbar {
		margin-bottom: 20px;
		padding-bottom: 0;
	}
	.neuestab::after {
		font-family: "Glyphicons Halflings";
		font-size: 10px;
		color: #031774;
		content: "\e164";
		position: absolute;
		top: 40px;
		left: 91px;
		opacity: 0.7;
	}
	.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 15px 5px 3px;
	}
}
@media (max-width: 767px) {
  .navbar-toggle {
	  margin-right: 15px;
	}
}
.dropbtn-lt {
    background-color: #8ebce1;
    color: #031774;
    padding: 5px 12px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
.dropbtn-lt:hover, .dropbtn-lt:focus {
    background-color: #8ebce1;
}
.dropdown-lt {
    position: relative;
    display: inline-block;
}
.dropdown-content-lt {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	right: 0px;
}
@media (min-height: 428px) {
	.dropdown-content-lt {
		max-height: 220px;
		overflow-y: auto;
		overflow-x: hidden;
	}
}
.dropdown-content-lt a {
    padding: 10px 10px;
    display: block;
}
.dropdown-content-lt a:hover {background-color: #f1f1f1}
div.datenschutzerklaerung {
    margin-bottom: 40px;
}
.datenschutzerklaerung h2 {
	line-height: 1.2;
	margin-bottom: 0.2rem;
	margin-top: 3.5rem;
    font-size: 2.8rem;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}
.datenschutzerklaerung h3 {
	line-height: 1.2;
	margin-bottom: 0rem;
	margin-top: 3.0rem;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}
.datenschutzerklaerung h4 {
	margin-bottom: 0;
	margin-top: 1.0rem;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}
.datenschutzerklaerung p {
    margin-bottom: 0.5rem;
    margin-top: 0.7rem;
    font-size: inherit;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
}
.datenschutzerklaerung p strong {
    position: relative;
    top: 10px;
}
.datenschutzerklaerung ul, .datenschutzerklaerung .ul {
    list-style-type: square;
    margin-left: 20px;
    padding: 5px 0;
}
@media print, screen and (min-width: 40em) {
	.datenschutzerklaerung .h3, .datenschutzerklaerung h3 {
		font-size: 2.8rem;
	}
}
@media print, screen and (min-width: 40em) {
	.datenschutzerklaerung .h3, .datenschutzerklaerung h3 {
		font-size: 2.2rem;
	}
}
@media print, screen and (min-width: 40em) {
	.datenschutzerklaerung .h4, .datenschutzerklaerung h4 {
		font-size: 1.8rem;
	}
}
.leiste {
	background-color: #2ba6cb;
	height: 1px;
}
nav {
	color: #f5f5f5;
	width: 100%;
	height: auto;
	line-height: 47px;
	background-color: #fff;
}
nav .sticky {
	position: relative;
	z-index: 3;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
nav .brand-logo {
	color: #2c3840;
	display: inline-block;
	font-size: 1.3rem;
	font-weight: 300;
	padding: 0;
}
nav .brand-logo a:hover, nav .brand-logo a:active {
	color: #2c3840;
	background-color: transparent;
	font-size: 1.3rem;
	font-weight: 300;
	text-decoration: none;
}
header nav .brand-logo a {
	color: #2c3840;
	background-color: transparent;
	text-decoration: none;
	position: relative;
	top: 0px;
}
header nav a {
	color: #2c3840;
	background-color: transparent;
	text-decoration: none;
	border-radius: 20px;
}
header nav .menu .button, header nav .menu a {
	line-height: 1;
	text-decoration: none;
	display: block;
	padding: 0;
}
header nav a .button.hollow,
header nav ul .current-menu-item a .button.hollow,
header nav ul ul a .button.hollow {
	color: #031774b0;
	font-size: 1.05rem;
	font-weight: 600;
	background-color: transparent;
	text-decoration: none;
	border: 0px solid transparent;
	border-radius: 0;
	padding: 0.5rem;
	border-bottom: 2px solid transparent;
	margin: 0.5rem 1rem;
}
header nav ul .current-menu-item a .button.hollow,
header nav ul ul a .button.hollow {
	font-weight: 400;
	border-bottom: 0px solid transparent;
}
header nav li.current-menu-item.menu-item-961600>a .button.hollow,
header nav li.current-menu-item.menu-item-961666>a .button.hollow,
header nav li.current-menu-item.menu-item-961363>a .button.hollow,
header nav li.current-menu-item.menu-item-961364>a .button.hollow,
header nav li.current-menu-item.menu-item-961603>a .button.hollow {
	font-size: 1.05rem;
	font-weight: 600;
	background-color: transparent;
	text-decoration: none;
	border: 0px solid transparent;
	padding: 0.5rem 0.5rem;
	border-bottom: 2px solid transparent;
	color: #031774;
	border-radius: 0;
	border-bottom: 2px solid #031774;
}
.menu .is-active>a {
	background: transparent;
	color: #031774;
}
header nav a:hover, header nav a:active, header nav ul .current-menu-item a:hover, header nav ul .current-menu-item a:active {
	color: #2c3840;
	background-color: transparent;
	text-decoration: none;
}
header nav div.hide-for-large .current-post-parent a, header nav .current-post-parent a:hover {
	color: #f5f5f5;
	font-weight: 600;
	background-color: #2ba6cb;
}
header nav div.show-for-large .current-post-parent a, header nav .current-post-parent a:hover {
	color: #f5f5f5;
	font-weight: 600;
	background-color: transparent;
	padding: 1rem 0 0;
	margin: auto;
}
header nav .current-post-parent a .button.hollow, header nav .current-post-parent a:hover .button.hollow, header nav a .button.hollow:hover {
	color: #031774;
	border-radius: 0;
	border-bottom: 2px solid #031774;
}
header nav .current-post-parent ul ul a .button.hollow, header nav .current-post-parent ul ul a:hover .button.hollow, header nav ul ul a .button.hollow:hover {
    color: #031774;
	font-weight: 400;
	text-decoration: underline;
    background-color: transparent;
	border-radius: 0px;
	border-color: transparent;
	border: 0;
}
[type=button].menu-icon, [type=submit].menu-icon {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 1.0rem;
	font-weight: 400;
	color: #031774;
	background-color: transparent;
	border-color: transparent;
	border-radius: 3px;
	border-width: inherit;
	padding: 1rem 0 0 2rem;
	position: relative;
	left: 0.4rem;
	display: inline-block;
	vertical-align: middle;
	width: 28px;
	height: 22px;
	cursor: pointer;
}
.menu-icon::after {
	position: absolute;
	top: 0;
	left: 2px;
	display: block;
	width: 100%;
	height: 2px;
	background: #031774;
	box-shadow: 0 7px 0 #031774, 0 14px 0 #031774, 0 21px 0 #031774;
	content: '';
}
.menu-icon:hover::after {
	background: #031774;
	box-shadow: 0 7px 0 #031774, 0 14px 0 #031774, 0 21px 0 #031774;
}
header nav div.hide-for-large ul .current-menu-item>a, 
header nav div.hide-for-large ul .current-encyclopedia-parent>a, 
header nav div.hide-for-large .current-post-parent a, 
header nav .current-post-parent a:hover {
	color: #031774;
	font-weight: 600;
	background-color: #def;
	text-decoration: none;
	top: 0;
	border-radius: 0;
	border-top: 1px solid #031774;
}
.is-drilldown {
	background: #fff;
}
.drilldown .is-drilldown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: -1;
    width: 100%;
    background: #fff;
    -webkit-transition: -webkit-transform .15s linear;
    transition: -webkit-transform .15s linear;
    transition: transform .15s linear;
    transition: transform .15s linear,-webkit-transform .15s linear;
}
.drilldown a {
	padding: 1rem !important;
	background: transparent;
	color: #031774;
	top: 0;
	border-radius: 0;
	border-top: 1px solid #031774;
}
header nav .drilldown a:hover {
	color: #031774;
	padding: 1rem !important;
}
.drilldown.align-left .is-drilldown-submenu-parent>a:after {
	display: block;
	width: 0;
	height: 0;
	border: none;
	right: 1rem;
	left: auto;
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.0rem;
    content: '\f054';
	margin-top: -8px;
}
.drilldown .is-drilldown-submenu-parent>a:after {
	display: block;
	width: 0;
	height: 0;
	border: none;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	right: 1rem;
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.0rem;
    content: '\f054';
	margin-top: -8px;
}
.drilldown .js-drilldown-back>a:before {
	display: block;
	width: 0;
	height: 0;
	border: none;
	display: inline-block;
	margin-right: 1.25rem;
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.0rem;
    content: '\f053';
	margin-top: -1.1rem;
}
.menu.align-center li {
	margin: 0 auto 0;
}
.dropdown.menu > li > a {
	padding: 0.5rem 0 0.65rem;
}
.is-dropdown-submenu {
	z-index: -1;
	padding-top: 12px;
	margin-top: -6px;
	border: 1px solid #adadad;
	background-color: #fbfdff;
	box-shadow: 0px 0px 4px 1px #adadad;
}
.dropdown .is-dropdown-submenu a {
	padding: 0.4rem 1rem;
	width: auto;
	min-width: 210px;
}
.is-dropdown-submenu .is-dropdown-submenu {
	margin-top: -13px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a:after {
    display: block;
    width: 0;
    height: 0;
    border: 0;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 0.9rem;
	content: "\f054";
	color: #031774b0;
	padding-right: 0.5rem;
}
.dropdown.menu>li.is-dropdown-submenu-parent>a {
	position: relative;
	padding-right: 0;
}
@media print, screen and (min-width: 64em) {
	.dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a {
		position: relative;
		padding-right: 0;
	}
}
.breadcrumb {
	font-size: 0.9em;
	line-height: 2.5;
	color: #222;
	font-weight: 400;
    background-color: transparent;
    text-decoration: none;
    position: relative;
	top: 0;
	margin: 0.5rem 0 0.75rem;
	padding: 0;
	border: 0 none;
	background-color: rgba(255, 255, 255, 0);
	border-radius: 0px;
	list-style: none;
	border-bottom: 1px solid #cacaca;
}
.breadcrumb>li {
	display: inline-block;
	font-size: 0.9rem;
	line-height: 0.9rem;
}
.breadcrumb > li + li::before {
	color: #031774;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f054";
	padding: 0 15px;
}
.breadcrumb a {
    color: #031774;
	font-weight: 400;
    background-color: transparent;
    text-decoration: none;
    position: relative;
	top: 0px;
}
.breadcrumb a:hover, .breadcrumb a:active {
    color: #031774;
    text-decoration: underline;
}
div.callout.startseite {
	border: 1px solid transparent;
}
.shariff ul .twitter a {
	background-color: #cecece;
	padding: 14px;
}
.shariff ul .facebook a {
	background-color: #cecece;
    padding: 14px 20px;
}
.shariff ul .pinterest a {
	background-color: #cecece;
    padding: 14px 18px;
}
.shariff ul .whatsapp a {
	background-color: #cecece;
    padding: 13px 16px;
}
.shariff ul .info a {
    padding: 12px 13px;
}
.shariff .orientation-horizontal li {
    float: left;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50px !important;
    margin-right: 3%;
    margin-bottom: 10px;
}
sup, sub {
	font-size: 55%;
	position: relative;
	vertical-align: baseline;
	top: -0.7em;
	left: 0.2em;
}
sub { top: 0.4em; }
.bestseller {
	color: #2ba6cb;
	text-align: center;
	margin: 0 auto 50px;
	padding: 10px 0 0;
	border: solid #2ba6cb;
	border-width: 0px 0 0px;
}
.label.neu {
	position: absolute;
	top: -1.5rem;
	text-transform: uppercase;
	font-size: 1.2rem;
	font-weight: 700;
	margin: auto -5%;
	background-color: #b30000;
	padding: 7px 10px;
	border-radius: 20px;
	letter-spacing: 0.08rem;
}
.wp-post-image {
	cursor: pointer;
	border: 0;
}
html.is-reveal-open, html.is-reveal-open body {
	min-height: 100%;
	overflow: hidden;
	position: fixed;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	min-width: 100%;

}
#cover_gross.reveal {
	z-index: 1006;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: none;
	padding: 1rem;
	border: 0px solid #cacaca;
	border-radius: 0;
	background-color: transparent;
	position: relative;
	top: 100px;
	margin-right: auto;
	margin-left: auto;
	overflow-y: auto;
}
.reveal-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1005;
	display: none;
	background-color: rgba(10,10,10,.6);
	overflow-y: scroll;
}
.reveal-overlay div.schatten img {
	-moz-box-shadow: 0 0 35px #292929; /* Firefox */
	-webkit-box-shadow: 0 0 35px #292929; /* Chrome, Safari */
	-khtml-box-shadow: 0 0 35px #292929; /* Konqueror */
	box-shadow: 0 0 35px #292929; /* CSS3 */
}
.reveal-overlay .close-button, .close-button.medium {
    right: 3rem;
}
.reveal-overlay [type="button"], .reveal-overlay [type="submit"] {
    font-size: 3rem;
    font-weight: 400;
    color: #292929;
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    border-radius: 2rem;
    border-width: inherit;
    padding: 0.4rem 1.0rem;
    cursor: pointer !important;
}
.reveal-overlay .close-button, .reveal-overlay .close-button.medium {
	right: 3rem;
}
.reveal-overlay .wp-post-image {
	cursor: default;
}