/*
 Theme Name:   stahr4apliko
 Theme URI:    https://generatepress.com
 Description:  Theme für "Apliko"
 Author:       Ralf Stahr
 Template:     generatepress
 Version:      1.0
*/

/*NOTE: Allgemeine Klassen ------------------------ */

@font-face {
    font-family: 'sow-fontawesome-free';
    font-style: normal;
    font-weight: 400;
    src: url("https://apliko.de/wp2021/wp-content/fonts/font-awesome/fonts/fontawesome-webfont.eot");
    src: url("https://apliko.de/wp2021/wp-content/fonts/font-awesome/fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"),
    url("https://apliko.de/wp2021/wp-content/fonts/font-awesome/fonts/fontawesome-webfont.woff2") format("woff2"),
    url("https://apliko.de/wp2021/wp-content/fonts/font-awesome/fonts/fontawesome-webfont.woff") format("woff"),
    url("https://apliko.de/wp2021/wp-content/fonts/font-awesome/fonts/fontawesome-webfont.ttf") format("truetype"),
    url("https://apliko.de/wp2021/wp-content/fonts/font-awesome/fonts/fontawesome-webfont.svg#fontawesome") format("svg");
}


.entry-header {
	min-height: 76px;
	border-bottom: 1px solid #950000;
	margin-right: 5px;
}

@media (max-width: 1420px) {
	.inside-header {
	padding: 14px 40px 14px 40px;
	}
}

.page-content, .entry-content, .entry-summary {
	margin: 38px 5px 0 0;
}

.main-navigation .navigation-logo img {
	height: 50px;
}

.main-navigation {
	border-bottom: 2px solid #ffffff;
}

.main-navigation .main-nav {
	margin-left: -20px;
	margin-right: -20px;
}


body .grid-container .main-navigation ul {
	margin-left: 0px !important;
}

@media (max-width: 800x) {
	.one-container .site-content {
		padding: 30px 20px 30px 20px;
	}
}

@media (min-width: 1024px) and (max-width: 1380px) {
	.one-container .site-content {
		padding: 30px 40px 30px 40px;
	}
}

@media (min-width: 1025px) and (max-width: 1380px) {
	.grid-75 {
	float: left;
	width: 73%;
	}
}

@media (min-width: 801px) and (max-width: 1024px) {
	.tablet-grid-75,
	.grid-75 {
	float: left;
	width: 69%;
 	}
 	.tablet-grid-25,
 	.grid-25 {
	float: right;
	width: 28%;
 	}
}

@media (min-width: 500px) and (max-width: 800px) {
	.tablet-grid-75,
	.grid-75 {
	float: left;
	width: 100%;
 	}
 	.tablet-grid-25,
 	.grid-25 {
	float: left;
	width: 100%;
 	}
}

pre {
	background: #eee;
	font-family: Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}

code, kbd, tt, var {
	font: 15px Monaco, monospace;
}


body,
button,
input,
select,
textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-transform: none;
    font-size: 18px;
}


body,
p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 26px;
  color: #404040;
}

a,
button,
input {
	transition:color 0.1s ease-in-out, background-color 0.1s ease-in-out;
}

a, a:visited, a:hover, a:focus {
	text-decoration: underline;
	color: 950000;
}

.main-title {
	word-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	margin-bottom: 20px;
	line-height: 1.2em;
}


@media (max-width: 800px) {
	h1.entry-title {
	font-size: 26px;
	line-height: 1.2em;
	}
}

h2 {
	font-size: 28px;
	margin-bottom: 20px;
	line-height: 1.2em;
	color: #950000;
}

@media (max-width: 800px) {
	h2 {
	font-size: 22px;
	margin-bottom: 20px;
	line-height: 1.2em;
	}
}

h3 {
	font-size: 20px;
	margin-bottom: 20px;
	line-height: 1.2em;
}

h4, h5, h6 {
	margin-bottom: 20px;
}

.site-logo {
	padding-top: 16px;
}

@media (max-width: 800px) {
	.site-logo {
	padding-top: 2px;
	}
}

.site-logo.mobile-header-logo img {
	height: 44px !important;
	width: auto;
}

.entry-content li:before {	
	/*content: "\25A0";*/
	content: "•";
	padding-right: 10px;
	font-size: 18px;
	vertical-align: middle;
	line-height: 26px !important;
	color: #950000;
	margin-left: -16px;
}


.entry-content li {	
	font-size: 18px !important;
	line-height: 26px !important;
	margin-left: 16px;
}

.entry-content li li {	
	font-size: 16px !important;
	line-height: 24px !important;
}


.hakenliste li {	
	font-size: 18px !important;
	line-height: 26px !important;
	margin-left: 20px;
}
.hakenliste li:before {	
	content: "\2713";
	padding-right: 10px;
	font-size: 12px;
	vertical-align: middle;
	line-height: 16px !important;
	color: #950000;
	margin-left: -20px;
}

.startliste li {	
	font-size: 28px !important;
	line-height: 1.4em !important;
}
.startliste li:before {	
	content: "\2713";
	padding-right: 10px;
	font-size: 22px;
	vertical-align: middle;
	line-height: 26px !important;
	color: #950000;
}

.rotfett {
	font-size: 24px !important;
	color: rgb(149,0,0) !important;
	font-weight: 600 !important;
	font-style: normal;
	text-transform: none;
	letter-spacing: 1px;
	vertical-align: middle;
}
.rot {
	font-size: 18px !important;
	color: rgb(149,0,0) !important;
	font-weight: 4600 !important;
	font-style: normal;
	text-transform: none;
	letter-spacing: 1px;
	vertical-align: middle;
}

@media (max-width: 1024px) {
	.startliste li {	
		font-size: 18px !important;
		line-height: 1.4em !important;
	}
	.startliste li:before {	
		content: "\2713";
		padding-right: 6px;
		font-size: 16px;
		vertical-align: middle;
		line-height: 26px !important;
		color: #950000;
	}
}


/*NOTE: SAP-Logo */
#header-widget-area .widget-container {
	max-width: 600px;
}
@media (max-width: 376px) {
	#header-widget-area {
		visibility: hidden !important;
		display: none !important;
	}
}
@media (max-width: 376px) {
	#header-container {
	margin-top: 10px;
	margin-left: 0px !important;
	margin-right: 0px !important;
	text-align: center;
	}
}
@media (max-width: 376px) {
	#branding {
	min-height: 80px !important;
	}
}

.sap-logo {
	padding-top:6px;
	padding-right: 0px;
	text-align: right;
}

@media (max-width: 376px) {
	.sap-logo {
		visibility: hidden;
		display: none;
	}
}
.sap-logom {
	visibility: hidden;
	display: none;
}

@media (max-width: 376px) {
	.sap-logom {
		width: 100% !important;
		text-align: center;
		visibility: visible;
		display: inherit;
		padding-top: 0px;
		padding-bottom: 16px;
	}
}


.headerbild {
	padding: 366px 0 0 0;
}

@media (max-width: 376px) {
	.headerbild {
		padding: 166px 0 0 0;
	}
}
@media (min-width: 377px) and (max-width: 450px) {
	.headerbild {
		padding: 186px 0 0 0;
	}
}

.menu-toggle {
	font-size: 24px;
}

.pdf-icon:before {
	font-family: "sow-fontawesome-free";
	content: "\f1c1";
}

/*NOTE: Menue */

.main-navigation ul {
	margin-right: 20px !important;
}


@media (max-width: 1420px) {
	.main-navigation ul {
		margin-right: 60px !important;
		padding-left: 40px !important;
	}
}

.menu-item-has-children .dropdown-menu-toggle {
	display: none !important;
	visibility: hidden;
	height: 0% !important;
	clear: both;
	margin-right: 0px !important;
	margin-left: 0px !important;
}

@media (max-width: 1195px) {
	.menu-item-has-children .dropdown-menu-toggle {
		display: inherit !important;
		visibility: visible;
		height: 100% !important;
		clear: both;
		margin-right: 20px !important;
		margin-left: 0px !important;
	}
}

.main-navigation li.menu-item a {
	margin-left: 20px;
	padding-right: 16px;
}

.main-navigation li.menu-item a:after {
	content: "•";
	float: right !important;
	margin-top: 0px;
	color: rgb(149,0,0);
	font-size: 16px;
	padding-left: 16px;
}
@media (max-width: 1195px) {
	.main-navigation li.menu-item a:after {
	content: "•";
	float: right !important;
	margin-top: 0px;
	color: #dae2e5 !important;
	font-size: 0px;
	padding-left: 0px;
	}
}

.main-navigation li.menu-item:nth-last-child(3) a:after,
.main-navigation li.menu-item:nth-last-child(2) a:after,
.main-navigation li li.menu-item a:after {
	content: "";
	padding: 0px;
}

.lang-item {
	float: right !important;
}
.lang-item-en {
	float: right !important;
}
.lang-item.current-lang a {
		color: #950000 !important;
}

@media (max-width: 1052px) {
	.lang-item {
		float: left !important;
		visibility: visible;
		display: inherit;
		
	}
	.lang-item.current-lang a {
		visibility: collapse hidden;
		display: none;
	}
}


#mobile-header.main-navigation {
	background-color: white !important;
	padding-left: 20px;
}


.main-navigation.has-branding .menu-toggle {
	padding-right: 40px !important;
}


.main-navigation.toggled {
	background-color: white !important;
}


.dropdown-menu-toggle .gp-icon {
	background-color: #ecf4f9;
	padding: 4px;
	border-radius: 30px;
}

.dropdown-menu-toggle .gp-icon svg {
	top: 1px !important;
}

/*NOTE: Seitenleiste */


@media (min-width: 1470px) {
	.grid-75 {
	float: left;
	width: 77.4%;
	}
}

.site-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.sidebar {
    background: #dae2e5;
    margin-left: 0px;
}


@media (min-width: 801px) and (max-width: 1024px) {
	.site-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#right-sidebar {
		background-color: #dae2e5;
		margin-left: 0px;
	}
}


#right-sidebar .widget .widget-title {
	color: #808080;
	font-size: 28px;
}


@media (max-width: 1024px) {
	#right-sidebar .widget .widget-title {
		font-size: 24px;
	}
}

#right-sidebar {
	max-width: 320px !important;
	float: right;
	background-color: #dae2e5;
}

@media (min-width: 801px) and (max-width: 1024px) {
	#right-sidebar {
	max-width: 30% !important;
	margin-left: 20px;
	float: left;
	}
}

@media (min-width: 1025px) and (max-width: 1079px) {
	#right-sidebar {
	max-width: 23% !important;
	margin-left: 20px;
	float: left;
	}
}


@media (min-width: 1080px) and (max-width: 1200px) {
	#right-sidebar {
	max-width: 28% !important;
	margin-left: 20px;
	float: left;
	}
}

@media (max-width: 800px) {
	#right-sidebar {
	max-width: 100% !important;
	clear: both;
	}
}


#right-sidebar .widget {
	margin: 0px;
}

#right-sidebar .widget {
	padding: 1px 40px 0px 40px !important;
}

@media (max-width: 800px) {
	#right-sidebar .widget {
	padding: 1px 20px 0px 20px !important;
	}
}

@media (min-width: 801px) and (max-width: 1200px) {
	#right-sidebar .widget {
	padding: 1px 20px 0px 20px !important;
	}
}

#right-sidebar .widget:first-child {
	padding: 40px 40px 40px 40px !important;
}

@media (max-width: 800px) {
	#right-sidebar .widget:first-child {
	padding: 30px 20px 30px 20px !important;
	}
}

@media (min-width: 801px) and (max-width: 1200px) {
	#right-sidebar .widget:first-child {
	padding: 30px 20px 30px 20px !important;
	}
}

#right-sidebar .widget:last-child {
	padding: 1px 40px 40px 40px !important;
}

@media (max-width: 800px) {
	#right-sidebar .widget:last-child {
		padding: 1px 20px 30px 20px !important;
	}
}

@media (min-width: 801px) and (max-width: 1200px) {
	#right-sidebar .widget:last-child {
		padding: 1px 20px 30px 20px !important;
	}
}

#right-sidebar .widget p {
	font-size: 18px !important;
	color: #808080 !important;
}

@media (min-width: 1025px) and (max-width: 1400px) {
	#right-sidebar .widget p {
	font-size: 15px !important;
	}	
}

@media (min-width: 801px) and (max-width: 1024px) {
	#right-sidebar .widget p {
	font-size: 13px !important;
	}	
}

@media (max-width: 800px) {
	#right-sidebar .widget p {
	font-size: 15px !important;
	}	
}


.sidebar .widget {
	font-size: 15px;
}

.widget-area .widget:last-child {
	padding: 40px 40px 40px 40px !important;
}

.leistenblock-text-300 {
	min-height: 30px;
	height: 30px;
	max-height: 40px !important;
	max-width: 300px;
	background-color: #404040;
	color: #ffffff;
	border-top: 2px solid white;
	font-weight: bold;
	padding: 0px 10px 0px 10px;
	line-height: auto !important;
	margin-top: 0px !important;
}

.leistenblock-text {
	min-height: 30px;
	height: 30px;
	max-height: 40px;
	max-width: 240px;
	background-color: #404040;
	color: #ffffff;
	border-top: 2px solid white;
	font-weight: bold;
	padding: 0px 10px 0px 10px;
	line-height: auto !important;
	margin-top: -8px !important;
	font-size: 14px;
}

.inside-right-sidebar a {
	text-decoration: none !important;
}

@media (min-width: 1025px) and (max-width: 1140px) {
		.leistenblock-text {
		font-size: 12px;
	}
}

@media (min-width: 801px) and (max-width: 1024px) {
		.leistenblock-text {
		font-size: 10px;
	}
}


@media (max-width: 800px) {
		.leistenblock-text {
		max-width: 100% !important;
		font-size: 14px;
	}
}
	
.leistenblock-img img {
	height: 100px;
	width: 100%;
	background-color: #808080;
}


@media (max-width: 800px) {
	.leistenblock-img img {
		width: 100%;
		height: 100% !important;
		max-width: 100% !important;
	}
}


/*NOTE: Footer */

.site-footer {
	margin-top: 40px;
}

.site-info {
	text-align: left !important;
}

.ffmzeile {
	width:100%;
	clear: both;
}
.fonfaxmail {
	width: 56px !important;
	float: left;
}
.fonfaxmailcont {
	float: left;
}

@media (max-width: 800px) {
	.copyright-bar, .footer-bar {
	padding-top: 30px !important;
	}
}

@media (max-width: 800px) {
	.site-info {
		text-align: center !important;
	}
	.ffmzeile {
		width:100%;
		clear: both;
	}
	.fonfaxmail {
		width: 100% !important;
	}
	.fonfaxmailcont {
		width: 100% !important;
	}
}

.czeile {
	padding-top: 27px;
	width:100%;
	clear: both;
}

.footer-bar p {
	color: #ffffff;
}
.footer-bar-align-right .footer-bar {
	width: 25% !important;
	text-align: left !important;
	max-width: 320px !important;
}

.footer-bar-align-right .footer-bar p {
	line-height: 20px !important;
}

@media (max-width: 768px) {
	.footer-bar-align-right .footer-bar {
		width: 100% !important;
		text-align: center !important;
		max-width: 100% !important;
	}
	
	.footer-bar-align-right .footer-bar p {
		line-height: 12px !important;
	}
}

.footername {
	font-size: 24px;
	padding-bottom: 10px;
}

/*NOTE: Breadcrumb */

#breadhg {
	background-color: #dae2e5;
	border-top: 2px solid #ffffff;
	min-width: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	height: 50px;
}


#bread {
	background-color: transparent;
	padding-left: 40px;
    margin-top: 14px;
    height: 20px;	
}

@media (max-width: 800px) {
	#bread {
	padding-left: 20px;	
	}
}

@media (min-width: 801px) and (max-width: 1024) {
	#bread {
	padding-left: 20px;	
	}
}

@media (max-width: 440px) {
	.prefix {
	    visibility: hidden;
	    display: none;
	}
}

#breadcrumbs {
    color: #808080 !important;
    font-size: 16px;
    width:90%;
	max-width: 1380px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;;
}

@media (max-width: 800px) {
	#breadcrumbs {
	    color: #808080 !important;
	    font-size: 14px;
	    max-width: 720px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow:ellipsis;;
	}
}

@media (max-width: 420px) {
	#breadcrumbs {
	    color: #808080 !important;
	    font-size: 12px;
	    max-width: 380px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow:ellipsis;;
	}
}

ul#breadcrumbs {
    list-style: none;
    margin: 0px;
}
@media (max-width: 800px) {
  ul#breadcrumbs {
    list-style: none;
    margin: 10px;
  }
}


@media (min-width: 801px) and (max-width: 1024px) {
.tablet-grid-50 {
	float: left;
    width: 30%;
    }
}



.captcha-image svg {
	width: 40px !important;
	height: 40px !important;
	color: #666 !important;
}

.captcha-image {
	margin: 20px 0px !important;
	width: 100%;
	max-width: 706px !important;
	border: 1px solid #ccc !important;
}

@media (max-width: 375px) {
	.captcha-image {
		margin: 20px 0px !important;
		width: auto;
		max-width: 300px !important;
	}
}
@media (min-width: 376px) and (max-width: 414px) {
	.captcha-image {
		margin: 20px 0px !important;
		width: auto;
		max-width: 340px !important;
	}
}
@media (min-width: 415px) and (max-width: 768px) {
	.captcha-image {
		margin: 20px 0px !important;
		width: 100%;
		max-width: 670px !important;
	}
}
@media (min-width: 769px) and (max-width: 800px) {
	.captcha-image {
		margin: 20px 0px !important;
		width: auto;
		max-width: 490px !important;
	}
}
.captcha-image .cf7ic_instructions span {
	color: #222222 !important;
	font-weight: 700 !important;
}


/*NOTE: Content-Elemente */

.scm-bild {
	max-width: 740px;
	padding-left: 30px;
}

@media (min-width: 1250px) and (max-width: 1485px) {
	.scm-bild {
		max-width: 60%;
		padding-left: 20px;
	}
}

@media (max-width: 1249px) {
	.scm-bild {
		max-width: 100%;
		padding-left: 0px;
		padding-bottom: 20px;
	}
}

.wp-caption .wp-caption-text {
	font-size: 70% !important;
}

#contentblock1 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

#contentblock2 {
	margin-top: 20px !important;
	margin-bottom: 0px !important;
}
#contentblock2oh {
	margin-top: -20px !important;
	margin-bottom: 0px !important;
}

#contentblock-teaser {
	margin-top: -40px !important;
	margin-bottom: 0px !important;
}

#contentblock-last {
	margin-top: 20px !important;
	margin-bottom: -28px !important;
}
#contentblock-lastoh {
	margin-top: -20px !important;
	margin-bottom: -28px !important;
}
#contentblock1-last {
	margin-top: -40px !important;
	margin-bottom: -28px !important;
}


#sap-z2 {
	margin-top: -40px !important;
	margin-bottom: 90px !important;
}


@media (max-width: 1117px) {
	#sap-z2 {
	margin-top: 0px !important;
	margin-bottom: -20px !important;
	max-width: 100%;
	clear: both;
	}
}


#contentblock-teaser-last {
	margin-top: -40px !important;
	margin-bottom: -60px !important;
}

#contentblock-sap {
	/*background-image: url(/wp2021/wp-content/uploads/2020/01/hlinie.png);
	background-position: left center;
	background-size: auto;
	background-repeat: repeat-x;*/
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}


@media (max-width: 1117px) {
	#contentblock-sap,
	#sap-z2 {
		visibility: hidden;
		display: none;
	}
}

@media (min-width: 1118px) {
	#contentblock-sap,
	#sap-z2 {
		visibility: visible;
		display: flex;
	}
}

@media (max-width: 1117px) {
	#contentblock-sap-mob {
		visibility: visible;
		display: flex;
	}
}
@media (min-width: 1118px) {
	#contentblock-sap-mob {
		visibility: hidden;
		display: none;
	}
}

.roterpunkt1 {
		margin: 80px 0px 40px 0px;
}

.roterpunkt2 {
		margin: 40px 0px 0px 0px;
}

@media (max-width: 1117px) {
	.roterpunkt1 {
		visibility: hidden;
		display: none;
		margin-bottom: 0px !important;
	}
}

@media (max-width: 450px) {
	.roterpunkt2 {
		margin: -30px 0px -60px 0px;
		align-content: center !important;
		text-align: -webkit-center !important;
		width: 100%;
		float: left;
	}
}

@media (min-width: 451px) and (max-width: 1020px) {
	.roterpunkt2 {
		margin: 0px 0px 50px 0px;
		align-content: center !important;
		text-align: -webkit-center !important;
		width: 100%;
		float:left;
	}
}

@media (min-width: 1021px) and (max-width: 1117px) {
	.roterpunkt2 {
		margin: 0px 0px 20px 0px;
		align-content: center !important;
		text-align: -webkit-center !important;
		width: 100%;
		float:left;
	}
}

.z2-3 {
	margin-top: -29px;
}

@media (max-width: 1117px) {
	.z2-2 {
		width: 100%;
		float: left;
	}
}
@media (max-width: 1117px) {
	.z2-3 {
		width: 100%;
		float: left;
		margin-top: auto;
	}
}


.sap-logo-content {
	 box-shadow: 0px 10px 0px 10px rgba(255, 255, 255, 1.0);
}

@media (max-width: 1117px) {
	.sap-logo-content {
	margin: -24px auto -50px auto !important;
	box-shadow: none;	
	float: left;
	}
}

.contentblock-boxgrau {
	background-color: #dae2e5;
	padding: 40px;
}
#contentblock-btn {
	background-image: url(/wp2021/wp-content/uploads/2020/01/hlinie.png);
	background-position: left center;
	background-size: auto;
	background-repeat: repeat-x;
	margin-top: -20px !important;
	margin-bottom: 0px !important;
}

#contentblock-last-start {
	margin-top: 52px !important;
	margin-bottom: -28px !important;
}

.download h3 {
	font-size: 20px;
	margin-bottom: 0px;
	line-height: 1.2em;
}


li.zahl {
	margin-left: 26px !important;
}

li.zahl:before {
	content: "";
	padding-right: 0px !important;
	font-size: 18px;
	vertical-align: middle;
	line-height: 26px !important;
	margin-left: 0px !important;
}

/*NOTE: Slider */

.entry-content .slick-dots li:before {
	 visibility: hidden !important;
	 display: none !important;
}

.refimg {
	padding-bottom: 20px;
}
.reftxt {
	padding-bottom: 20px;
	font-style: italic;
	font-size: 18px;
	color: #404040;
}
.refabs {
	font-style: italic;
	font-size: 14px;
	color: #404040;
}

/*NOTE: Blog */

.widget_siteorigin-panels-postloop h1 {
	font-size: 24px !important;
}

.widget_siteorigin-panels-postloop .entry-header {
	min-height: auto !important;
	border-bottom: hidden !important
}

.widget_siteorigin-panels-postloop .entry-content {
	margin: 10px 0 0 0;
}

.widget_siteorigin-panels-postloop p {
margin-bottom: -10px;
}

.widget_siteorigin-panels-postloop .read-more-container {
	padding-bottom: 20px;
	border-bottom: 1px solid #dae2e5;
}

.widget_siteorigin-panels-postloop .entry-meta {
	font-size: 12px;
	margin: 10px 0 0 0;
	line-height: 1;
	color: #808080 !important;
}
.widget_siteorigin-panels-postloop .entry-meta a {
	color: #808080 !important;
}

p.loopdatum {
	font-size: 16px !important;
	margin-bottom: 12px !important;
	color: #808080 !important;
}

/*NOTE: Glossar */

.encyclopedia-prefix-filters .filter-level {
	background-color: #dae2e5;
	border-bottom: hidden;
}

.encyclopedia .loopdatum {
	visibility: hidden;
	display: none;
}

.encyclopedia header.entry-header {
	min-height: 18px;
	border-bottom: 0px solid #ffffff !important;
	margin-right: 5px;
}
.encyclopedia h2 {
	font-size: 24px !important;
	padding-top: 20px !important;
}
.encyclopedia .entry-summary {
	margin-top: 20px !important;
	margin-bottom: -20px !important;
	padding-bottom: 36px;
	border-bottom: 1px solid #dae2e5;
}

a.encyclopedia.tooltipstered {
	color: #222222 !important;
	border-bottom: 2px dotted #950000 !important;
	text-decoration: none;
}