/*!
Theme Name: Feuerwehr Seeheim-Jugenheim
Theme URI: https://ffsj.de
Author: Dorian Krüger
Author URI: https://erdacht.es
Description: Ein WordPress-Theme für die Feuerwehr Seeheim-Jugenheim
Version: 1.1.0
Text Domain: ffsj
Tags: custom-background, custom-logo, custom-menu, featured-images

Feuerwehr Seeheim-Jugenheim is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Mobile
--------------------------------------------------------------*/

@import url('layouts/font.css');

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

.hidden,
[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: Montserrat, sans-serif;
	font-weight: 500;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	-webkit-hyphens: auto;
	-webkit-hyphenate-limit-chars: auto 3;
	-webkit-hyphenate-limit-lines: 4;
	-ms-hyphens: auto;
	-ms-hyphenate-limit-chars: auto 3;
	-ms-hyphenate-limit-lines: 4;
}

p {
	margin-bottom: 1.5em;
	line-height: 1.6;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
	position: relative;
	min-height: 100%;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 20px;
	padding-right: 20px;
}


#content .container {
	background: #fff;
	position: relative;
	margin-top: 30px;
/* 	padding: 20px 40px 0; */
}

#content .container.no-image {
	padding-top: 10px;
}

.home #content .container.image { 
	padding: 0 40px 0;
}

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px -0.8%;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0.8% 1% 0.8%;
}
/* .col:first-child { margin-left: 0; } */

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF TWELVE  */
.span12 {
	width: 98.4%;
}

.span11 {
	width: 91.53%;
}
.span10 {
	width: 83.06%;
}

.span9 {
	width: 74.6%;
}

.span8 {
	width: 65.07%;
}

.span7 {
	width: 57.66%;
}

.span6 {
	width: 48.4%;
}

.span5 {
	width: 40.73%;
}

.span4 {
	width: 31.73%;
}

.span3 {
	width: 23.8%;
}

.span2 {
	width: 15.33%;
}

.span1 {
	width: 6.866%;
}


/* GROUP Flex */


.group-flex {
	display:flex; 
	justify-content: space-between;
	align-content: flex-start;
	align-items: stretch;
	flex-direction: row;
	flex-wrap: wrap;
}

.group-flex.section {
	margin: 0px -20px;
}

.col-flex {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	align-content: flex-start;
	padding: 1% 20px;
}

.col-flex.span3 {
	width: 25%;
}

.col-flex.span4 {
	width: 33.333333333333333%;
}

.col-flex.span6 {
	width: 50%;
}

.col-flex.span8 {
	width: 66.666666666666666%;
}

#brand-navigation {
	border-bottom: 1px solid #000066;
	z-index: 9999;
	position: relative;
	background: #fff;
}

.site-branding {
	padding-top: 15px;
	line-height: 1;
	overflow: auto;
	z-index: 9999;
	position: relative;
	background: #fff;
}

.site-branding .main-menu-toggle {
	font-size: 1.2rem;
	color: #000066;
	display: inline-block;
	cursor: pointer;
	border: 0;
	padding: 10px 10px 10px 0;
	background: none;
}

.site-branding .main-menu-toggle .icon-bars {
	display: inline-block;
	padding-right: 10px;
}

.site-branding .main-menu-toggle .icon-bar {
	background-color: #000066;
	width: 36px;
	height: 2px;
	display: block;
	margin: 0 0 7px;
	position: relative;
	-webkit-transition: transform 250ms , -webkit-transform 250ms , top 250ms , background-color 250ms;
	transition: transform 250ms , -webkit-transform 250ms , top 250ms , background-color 250ms;
	top: 0;
}

.site-branding .main-menu-toggle .icon-bar.third {
	margin: 0;
}

.site-branding .main-menu-toggle .description {
	display: inline-block;
	position: relative;
	top: -3px;
}

.site-branding .main-menu-toggle[aria-expanded=true] .first {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	top: 9px;
	position: relative;
}

.site-branding .main-menu-toggle[aria-expanded=true] .second {
	background-color: transparent;
}

.site-branding .main-menu-toggle[aria-expanded=true] .third {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	top: -9px;
	position: relative;
}

#masthead {
	max-width: 1280px;
	margin: auto;
}

#main-logo {
	display: inline-block;
	max-height: 65px;
	margin-bottom: 10px;
}

#main-logo .custom-logo {
	height: 65px;
	display: block;
	margin: 0 auto;
}

#service-navigation,
#legal-navigation {
	float: right;
}

#site-navigation {
	background-color: #eee;
}

#site-navigation .container {
	background-color: #eee;
	position: relative;
	z-index: 999;
}

#content {
	background: #fff;
	max-width: 1280px;
	margin: auto;
	padding-bottom: 20px;
}

footer#colophon {
	position: absolute;
	padding: 20px 0;
	bottom: 0;
	width: 100%;
	clear: both;
	margin-top: 0;
}


.site-footer {
	background-color: #000066;
	color: #FFFFFF;
	padding-bottom: 1.5em;
	margin-top: 1.5em;
}

.site-footer h2.widget-title {
	font-size: 1.3em;
	border-bottom: 1px solid #FFFFFF;
}

.site-footer a,
.site-footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.site-footer a:hover,
.site-footer a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

.site-footer .menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.button {
	padding: 12px 17px;
	display: inline-block;
	margin-top: 5px;
}

.wp-block-file a.wp-block-file__button,
.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover,
.button,
a.button,
.wp-block-button .wp-block-button__link {
	background-color: #000066;
	color: #fff;
	border-radius: 0;
	border: 1px solid #000066;
	transition: background 300ms ease;
	-webkit-transition: background 300ms ease;
}

.wp-block-file a.wp-block-file__button:visited,
a.button:visited {
	color: #fff;
}

.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover,
a.button:hover,
a.button:active,
a.button:focus,
.button:hover,
.button:active,
.button:focus {
	opacity: 1;
	background: #fff;
	color: #000066;
	text-decoration: underline;
}

.button::after {
	position: relative;
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	border-right: 2px solid #ffffff;
	border-top: 2px solid #ffffff;
	transform: rotate(45deg);
	margin: 0 2px 0 7px;
}

.button:hover::after {
	border-color: #000066;
}

/* Show posts on front page */

.home-site .entry-meta {
	font-size: 0.8em;
	margin-bottom: 5px;
}

.home-site .thumbnail {
	margin-bottom: 10px;
	position: relative;
	display: block;
}

/* Show about us on front page */

#about-us {
	text-align: center;
	color: #fff;
	padding: 20px;
	margin: 20px 0;
}

#about-us p {
	max-width: 800px;
	margin: auto;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

#brand-navigation #brand-menu,
#service-navigation #service-menu,
#service-navigation #legal-menu {
	list-style: none;
	display: inline;
	padding: 0;
	margin: 0;
}

#brand-navigation #brand-menu li,
#service-navigation #service-menu li {
	list-style: none;
	display: inline-block;
}

#brand-navigation {
	height: 30px;
	height: 1.875rem;
	overflow: hidden;
}


#brand-navigation .brand-menu-toggle {
	display: none;
}

#brand-navigation.overflow .brand-menu-toggle {
	position: absolute;
	display: block;
	top: 8px;
	right: 20px;
	height: 25px;
	width: 25px;
	cursor: pointer;
}

#brand-navigation.overflow .container {
	padding-right: 40px;
}

#brand-navigation.overflow.open {
	height: auto;
}

#brand-navigation.overflow .brand-menu-toggle::after {
	position: relative;
	/* top: 3pt; Uncomment this to lower the icons as requested in comments*/
	content: "";
	display: inline-block;
	/* By using an em scale, the arrows will size with the font */
	width: 10px;
	height: 10px;
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	transform: rotate(135deg);
	margin: 0 2px 0 7px;
	top: -10px;
	right: 0px;
}

#brand-navigation.overflow.open .brand-menu-toggle::after {
	transform: rotate(315deg);
	top: -5px;
}

#brand-navigation #brand-menu {
	font-size: 12px;
}

#brand-navigation #brand-menu li a,
#brand-navigation #brand-menu li a:visited {
	padding: 7px 6px;
	padding: .4rem .45rem;
	display: inline-block;
	color: #404040;
	text-decoration: none;
	font-size: 0.9em;
}

#brand-navigation #brand-menu li a:hover, a:active {
	text-decoration: underline;
}

#brand-navigation #brand-menu li:first-child a {
	padding-left: 0;
}

#brand-navigation #brand-menu li.active a {
	position: relative;
	font-weight: 700;
	color: #000066;
}

#brand-navigation #brand-menu li.active a:before,
#service-navigation #service-menu li.current_page_item a:before,
#service-navigation #service-menu li.current-menu-item a:before,
#service-menu-main #service-menu li.current_page_item a:before,
#service-menu-main #service-menu li.current-menu-item a:before {
	content: '';
	width: 0;
	height: 0;
	border-top: none;
	border-right: 6px solid transparent;
	border-bottom: 7px solid #000066;
	border-left: 6px solid transparent;
	position: absolute;
	left: 48%;
	left: calc(50% - 6px);
	bottom: 0;
}

#site-navigation #primary-menu > li.current-menu-item > a:before,
#site-navigation #primary-menu > li.current_page_ancestor > a:before,
#site-navigation #primary-menu > li.current-page-ancestor > a:before,
#site-navigation #primary-menu > li.current-menu-ancestor > a:before {
	border-top: 7px solid #000066;
	content: '';
	width: 100%;
	border-top: 2px solid #003064;
	position: absolute;
	left: 0;
	top: 0;
}

#site-navigation #primary-menu > li:first-child.current-menu-item a:before,
#site-navigation #primary-menu > li:first-child.current_page_ancestor > a:before,
#site-navigation #primary-menu > li:first-child.current-page-ancestor > a:before,
#site-navigation #primary-menu > li:first-child.current-menu-ancestor > a:before {
	left: -15px;
	width: calc(100% + 15px);
}

#service-navigation #service-menu li a,
#service-navigation #service-menu li a:visited {
	color: #000066;
	text-decoration: none;
	padding: 0 5px;
	text-align: center;
	vertical-align: top;
	display: block;
}

#service-navigation #service-menu li a:hover,
#service-navigation #service-menu li a:active {
	text-decoration: underline;
}

#service-navigation #service-menu li:last-child a {
	padding-right: 0;
}

#service-navigation #service-menu li.current-menu-item,
#service-menu-main #service-menu li.current-menu-item {
	position: relative;
}

#service-menu .icon {
	height: 40px;
	width: 70px; 
	fill: #000066;
}

#service-menu .item-text {
	display: block;
	line-height: 1.5;
	padding-top: 5px;
	margin-bottom: 10px;
}

#site-navigation #primary-menu {
	font-size: 17px;
}

#site-navigation #primary-menu li a {
	padding: 12px 15px;
}

#site-navigation #primary-menu > li > a {
	color: #000066;
}

#site-navigation #primary-menu > li.menu-item-has-children > a:after {
	position: relative;
	/* top: 3pt; Uncomment this to lower the icons as requested in comments*/
	content: "";
	display: inline-block;
	/* By using an em scale, the arrows will size with the font */
	width: 10px;
	height: 10px;
	border-right: 2px solid #000066;
	border-top: 2px solid #000066;
	transform: rotate(135deg);
	margin: 0 2px 0 7px;
	top: -2px;
}

#site-navigation #primary-menu a:hover {
	text-decoration: underline;
	background-color: #ffffff;
}

#site-navigation #primary-menu li.menu-item-has-children:hover > a:after {
	transform: rotate(315deg);
	top: 3px;
}

#site-navigation #primary-menu > li.current_page_item {
	position: relative;
}

#site-navigation #primary-menu li.current-menu-item > a,
#site-navigation #primary-menu li.current_page_ancestor > a,
#site-navigation #primary-menu li.current-page-ancestor > a,
#site-navigation #primary-menu li.current-menu-ancestor > a {
	font-weight: bold;
}

#legal-navigation #legal-menu {
	list-style: none;
	display: inline;

}

#legal-navigation #legal-menu li {
	display: inline-block;

}

#legal-navigation #legal-menu li:after {
	content: '-';
	padding-left: 5px;
	padding-right: 5px;
}

#legal-navigation #legal-menu li:last-child:after {
	content: none;
}

 .main-area {
	margin-top: 1rem;
}


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a,
a:visited,
.link {
	color: #000066;
	text-decoration: none;
}

a:hover,
a:active,
.link:hover {
	text-decoration: underline;
}

a:focus {
	outline: 0;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
@media screen and (min-width: 1130px) {
	.main-navigation {
		clear: both;
		display: block;
		float: left;
		width: 100%;
	}

	.main-navigation ul {
		list-style: none;
		margin: 0;
		padding-left: 0;
	}

	.main-navigation ul ul {
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
		float: left;
		position: absolute;
		top: 100%;
		left: -999em;
		z-index: 999;
		background: #fff;
	}

	.main-navigation ul ul ul {
		display: none;
	}

	.main-navigation ul ul a {
		width: 205px;
	}

	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
		left: auto;
	}

	.main-navigation li {
		float: left;
		position: relative;
	}

	.main-navigation a {
		display: block;
		text-decoration: none;
	}
}

/* Small menu. */
.main-navigation.toggled > ul {
	display: block;
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
#secondary .widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

#secondary.widget-area .widget-title {
	background-color: #000066;
	color: #FFFFFF;
	padding: 2px 20px;
}

.widget-area .widget > ul,
.widget-area .textwidget {
	padding: 0px 20px;
	margin: 0;
}

.widget-area .widget ul li {
	list-style: none;
}

.widget-area ul {
	padding: 0;
	margin: 0;
}

.widget-area ul li:not(:last-child) {
	margin-bottom: 10px;
}

#secondary.widget-area section {
	background: #eee;
	padding-bottom: 15px;
}

.widget-area p:last-of-type {
	margin-bottom: 0;
}

.home-site .widget-area .widget-title,
.home-site .widget-area .widget > ul,
.home-site .widget-area .textwidget,
footer .widget-area .widget-title,
footer .widget-area .widget > ul,
footer .widget-area .textwidget {
	padding: 0;
}

.home-site .widget-area .widget-title,
.home-site .widget-area .widget > ul,
.home-site .widget-area .textwidget {
	margin: 0;
}

.home-site .entry-title {
	margin-bottom: 10px;
}

.home-site #secondary .widget-title,
.home-site #secondary.widget-area .widget-title {
	background-color: unset;
}

.home-site #secondary .widget-title,
.home-site #secondary.widget-area .widget-title,
.home-site .widget-area .widget-title,
.home-site .entry-title a {
	padding: 0 0 7px;
	color: #000066;
}

.home-site .widget-area {
	background: #eee;
	border: 1px solid #eee;
	padding: 20px;
}

.home-site .widget-area section.widget {
	display: inline-block;
	width: 100%;
}

.home-site .widget-area, 
.home-site .content-area,
.home-site .post {
	height: 100%;
	text-align: center;
}

.home-site .widget-area section {
	padding-bottom: 0;
}

footer .widget-area ul li:not(:last-child) {
	margin-bottom: 0;
}

.home-site .widget-area .widget li > a,
.widget-area .widget .textwidget li > a {
	font-weight: 700;
	font-size: 1.1em;
	line-height: 1.1;
	color: inherit;
	text-decoration: none;
}

.home-site .widget-area .widget a:hover,
.home-site .widget-area .widget a:active,
.widget-area .widget .textwidget a:hover,
.widget-area .widget .textwidget a:active {
	text-decoration: underline;
}

.home-site .widget-area .widget .post-date,
.home-site .widget-area .widget .einsatzdetails {
	display: block;
	font-size: 0.8em;
}

/* Site menu NEU */

#secondary.widget-area .sidemenu .menu,
#secondary.widget-area .sidemenu .menu .sub-menu {
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0;
}

#secondary.widget-area .sidemenu .menu {
	margin: 0 20px 0 20px;
}

#secondary.widget-area .sidemenu .menu a,
#secondary.widget-area .sidemenu .menu a:visited {
	color: #404040;
	text-decoration : none;
}

#secondary.widget-area .sidemenu .menu a:hover,
#secondary.widget-area .sidemenu .menu a:active {
	color: #404040;
	text-decoration : underline;
}

#secondary.widget-area .sidemenu .menu li {
	margin-bottom: 0;
}


#secondary.widget-area .sidemenu .menu .sub-menu {
	display: none;
}

#secondary.widget-area .sidemenu .menu li.menu-item-has-children > a:after {
	position: relative;
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	border-right: 2px solid #404040;
	border-top: 2px solid #404040;
	transform: rotate(135deg);
	margin: 0 2px 0 7px;
	top: -3px;
}

#secondary.widget-area .sidemenu .menu li.current-menu-item > a,
#secondary.widget-area .sidemenu .menu li.current_page_ancestor > a,
#secondary.widget-area .sidemenu .menu li.current-page-ancestor > a,
#secondary.widget-area .sidemenu .menu li.current-menu-ancestor > a {
	font-weight: bold;
}

#secondary.widget-area .sidemenu .menu li.current-menu-item > .sub-menu,
#secondary.widget-area .sidemenu .menu li.current_page_ancestor > .sub-menu,
#secondary.widget-area .sidemenu .menu li.current-page-ancestor > .sub-menu,
#secondary.widget-area .sidemenu .menu li.current-menu-ancestor > .sub-menu {
	display: block;
}

#secondary.widget-area .sidemenu .menu li.current-menu-item > a:after,
#secondary.widget-area .sidemenu .menu li.current_page_ancestor > a:after,
#secondary.widget-area .sidemenu .menu li.current-page-ancestor > a:after,
#secondary.widget-area .sidemenu .menu li.current-menu-ancestor > a:after {
	transform: rotate(315deg);
	top: 1px;
}

/*End site menu NEU*/

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

/* 
.post,
.page {
	margin: 0 0 1.5em;
}
 */
 
#page {
	
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.wp-block-image figcaption {
	margin-top: 0;
	background: #eee;
	margin-top: -10px;
	padding: 10px 10px 5px;
	font-size: 0.8em;
}

#primary {
	overflow: hidden;
}

.header-image {
	line-height: 0;
}

.post-thumbnail img {
	position: relative;
	margin: 0 auto;
	display: block;
}

.post-thumbnail img.lazy-hidden {
	height: 450px;
}


.entry-footer .cat-links {
	display: block;
}


.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin-top: 1em;
}

.entry-title,
.page-title,
.widget-title {
	margin-top: 0;
}


/* Vehicles */

/* 
.col.vehicle {
	margin-left: 0;
}
 */

/* Post overview */

.archive .entry-header .entry-meta {
	font-size: 0.8em;
}

.archive .entry-header .entry-title {
	margin-top: 5px;
}

.archive .entry-content {
	margin-bottom: 1em;
}

.archive .entry-content a.thumbnail {
	float: right;
	margin-left: 1em;
	line-height: 0;
	max-height: 200px;
	max-width: 200px;
}

.archive .entry-content p {
	margin-top: 0;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

.isc_image_list_title {
	font-weight: 700;
	margin-bottom: 0.5rem;
}

/* Lightbox */

.featherlight .featherlight-content .caption {
	font-family: Montserrat, sans-serif;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Mobile
--------------------------------------------------------------*/


@media screen and (min-width: 768px) {
	#service-menu-main {
		display: none;
	}
	
	.einsatzverwaltung-reportlist tr {
		height: 45px;
	}
}

@media screen and (min-width: 991px) {
	.home #content .container.image .home-site.landing > div,
	.home #content .container.image .home-site.landing > div {
		margin-top: -58px;
		padding-top: 0;
	}

	.home #content .container.image .home-site.landing > div.second {
		margin-top: -33px;
	}
}

@media screen and (min-width: 1130px) {
	.container {
		width: 1130px;
		max-width: 100%;
	}
	
	.menu-toggle,
	#main-menu-toggle {
		display: none;
	}
	
	#site-navigation #primary-menu > li:first-child > a {
		margin-left: -15px;
	}
	
	#site-navigation #primary-menu li.menu-item-has-children:hover a {
		color: #000066;
		background: #FFFFFF;
	}
	
	.main-menu-subtoggle {
		display: none;
	}
	
	footer .container {
		padding: 0 40px;
	}
	
	.home #content .container.image .home-site.landing > div,
	.home #content .container.image .home-site.landing > div {
		margin-top: -78px;
	}

	.home #content .container.image .home-site.landing > div.second {
		margin-top: -48px;
	}
}

@media screen and (max-width: 1129px) {
	
	#brand-navigation {
		height: 40px;
		height: 2.5rem;
		line-height: 38px;
		line-height: 2.4rem;
		background: #000066;
		border: none;
	}
	
	#brand-navigation #brand-menu li a, 
	#brand-navigation #brand-menu li a:visited,
	#brand-navigation #brand-menu li.active a {
		color: #fff !important;
	}
	
	#brand-navigation #brand-menu li.active a:before {
		content: none;
	}
	
	#brand-navigation #brand-menu li a,
	#brand-navigation #brand-menu li a:visited {
		padding: 0 6px;
		padding: 0 .45rem;
	}
	
	.site-branding {
		padding-top: 0;
	}
	
	#main-logo {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	
	.main-navigation {
/* 		display: none; */
		left: -4000px;
		-webkit-transition: left 250ms ease-in-out;
		transition: left 250ms ease-in-out;
	}
	
	.main-navigation.toggled {
/* 		display: block; */
		left: 0;
	}

	#site-navigation {
		position: absolute;
		min-width: 300px;
		z-index: 999;
	}
	
	#site-navigation .container {
		padding: 0;
	}
	
	#site-navigation ul  {
		margin: 0;
		padding: 0;
	}

	#site-navigation ul li {
		display: block;
	}
	
	#site-navigation ul ul {
		padding-left: 20px;
		display: none;
	}
	
	#site-navigation #primary-menu li a {
		display: block;
	}
	
	#site-navigation #primary-menu li {
		border-top: 1px solid #fff;
	}
	
	#site-navigation #primary-menu > li:first-child {
		border-top: none;
	}
	
	#menu-overlay {
		visibility: hidden;
		opacity: 0;
		-webkit-transition: visibility 250ms ease-in-out, opacity 250ms ease-in-out;
		transition: visibility 250ms ease-in-out, opacity 250ms ease-in-out;
	}
	
	#menu-overlay.overlayed {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		opacity: 0.5;
		background-color: #000;
		z-index: 100;
		visibility: visible;
	}
	
	
	#site-navigation #primary-menu li a,
	#site-navigation #primary-menu li.menu-item-has-children:hover a {
		color: #fff;
		background: none;
	}
	
	#site-navigation #primary-menu > li.current-menu-item > a:before, 
	#site-navigation #primary-menu > li.current_page_ancestor > a:before, 
	#site-navigation #primary-menu > li.current-page-ancestor > a:before,
	#site-navigation #primary-menu > li.current-menu-ancestor > a:before {
		content: none;
	}
	
	.site-branding .container {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	#service-navigation #service-menu li a,
	#service-navigation #service-menu li a:visited {
		margin-top: 15px;
	}
	
	#site-navigation #primary-menu > li.menu-item-has-children > a:after {
		content: none;
	}
	
	#site-navigation #primary-menu .sub-menu.expanded,
	#site-navigation #primary-menu li.current-menu-item > ul, 
	#site-navigation #primary-menu li.current-menu-ancestor > ul, 
	#site-navigation #primary-menu li.current_page_ancestor > ul, 
	#site-navigation #primary-menu li.current-page-ancestor > ul {
		display: block;
	}
	
	#site-navigation #primary-menu .sub-menu.closed {
		display: none;
	}
	
	.main-menu-subtoggle {
		position: absolute;
		right: 0;
		cursor: pointer;
		background: transparent;
		border: 0;
		padding: .3em 1em;
	}
	
	.main-menu-subtoggle::after,
	#site-navigation #primary-menu li.current-menu-item > .main-menu-subtoggle.closed::after, 
	#site-navigation #primary-menu li.current-menu-ancestor > .main-menu-subtoggle.closed::after, 
	#site-navigation #primary-menu li.current_page_ancestor > .main-menu-subtoggle.closed::after, 
	#site-navigation #primary-menu li.current-page-ancestor > .main-menu-subtoggle.closed::after {
		top: 0;
		right: 0;
		position: relative;
		content: "";
		display: inline-block;
		width: 10px;
		height: 10px;
		border-right: 2px solid #ffffff;
		border-top: 2px solid #ffffff;
		transform: rotate(135deg);
		margin: 11px;
		
	}
	
	.main-menu-subtoggle.toggled::after,
	#site-navigation #primary-menu li.current-menu-item > .main-menu-subtoggle::after, 
	#site-navigation #primary-menu li.current-menu-ancestor > .main-menu-subtoggle::after, 
	#site-navigation #primary-menu li.current_page_ancestor > .main-menu-subtoggle::after, 
	#site-navigation #primary-menu li.current-page-ancestor > .main-menu-subtoggle::after {
		transform: rotate(315deg);
		top: 5px;
	}
	
	.single #content .container.image,
	.page #content .container.image {
		position: relative;
		margin-top: 0px;
		padding: 20px 20px 0;
	}
	
}


@media screen and (max-width: 991px) {
	
		/*  GRID OF TWELVE  */
	.span12-md {
		width: 98.4%;
	}

	.span11-md {
		width: 91.53%;
	}
	.span10-md {
		width: 83.06%;
	}

	.span9-md {
		width: 74.6%;
	}

	.span8-md {
		width: 65.07%;
	}

	.span7-md {
		width: 57.66%;
	}

	.span6-md {
		width: 48.4%;
	}

	.span5-md {
		width: 40.73%;
	}

	.span4-md {
		width: 31.73%;
	}

	.span3-md {
		width: 23.8%;
	}

	.span2-md {
		width: 15.33%;
	}

	.span1-md {
		width: 6.866%;
	}
	
	.col-flex.span6-md {
	width: 50%
	}

	.col-flex.span12-md {
		width: 100%
	}
	
	.hide-md {
		display: none;
	}
	
	
	#service-menu .item-text {
		display: none;
	}
	
	#main-logo .custom-logo {
		height: 43px;
	}
	
	#service-navigation #service-menu li a,
	#service-navigation #service-menu li a:visited {
		margin-top: 15px;
		padding-bottom: 15px;
	}
	

}

@media screen and (max-width: 767px) {
	#site-navigation {
		width: 100%;
	}
	
	/*  GRID OF TWELVE  */
	.span12-sm {
		width: 98.4%;
	}

	.span11-sm {
		width: 91.53%;
	}
	.span10-sm {
		width: 83.06%;
	}

	.span9-sm {
		width: 74.6%;
	}

	.span8-sm {
		width: 65.07%;
	}

	.span7-sm {
		width: 57.66%;
	}

	.span6-sm {
		width: 48.4%;
	}

	.span5-sm {
		width: 40.73%;
	}

	.span4-sm {
		width: 31.73%;
	}

	.span3-sm {
		width: 23.8%;
	}

	.span2-sm {
		width: 15.33%;
	}

	.span1-sm {
		width: 6.866%;
	}
	
	.col-flex.span12-sm {
		width: 100%
	}
	
	.hide-sm {
		display: none;
	}
	
	#service-navigation {
		display: none;
	}
	
	#service-menu-main {
		background-color: #fff;
		border-top: 1px solid #000066;
	}
	
	#service-menu-main ul, 
	#service-menu-main ul li {
		display: inline-block;
	}
	
	#service-menu-main ul li a {
		padding: 15px 5px;
		vertical-align: top;
		display: block;
	}
	
	#main-menu-toggle .description {
		display: none;
	}

}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
/* 	.col {  margin: 1% 0 1% 0%; } */
	
	.span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .span12 {
	width: 98.4%; 
	}
	
	.col-flex.span1, .col-flex.span2, .col-flex.span3, .col-flex.span4, .col-flex.span5, .col-flex.span6, .col-flex.span7, .col-flex.span8, .col-flex.span9, .col-flex.span10, .col-flex.span11, .col-flex.span12 {
	width: 100%; 
	}
	
	.vehicle-single table tr th,
	.vehicle-single table tr td {
		display: block;
		padding: 0;
	}
	
	.archive .entry-content a.thumbnail {
		clear: both;
		max-width: 170px;
	}
}

@media only screen and (max-width: 430px) {
	
	.archive .entry-content a.thumbnail {
		float: none;
		max-width: 200px;
		display: block;
		margin: auto auto 1em auto;
	}
	
}

@media screen and (min-width: 991px) and (max-width: 1102px)  {
	.einsatzverwaltung-reportlist th:nth-child(5) {
		display:none;
	}
	
	.einsatzverwaltung-reportlist .einsatz-column-incidentType {
		display:none;
	}
}

/*--------------------------------------------------------------
# Einsatzverwaltung Table
--------------------------------------------------------------*/

	.einsatzverwaltung-reportlist .einsatz-header {
		background-color: #006 !important;
		color: white;
	}
	
	.einsatzverwaltung-reportlist {
		text-align: left;
		line-height: 2;
	}
	
/*--------------------------------------------------------------
# Events
--------------------------------------------------------------*/

	/*.event-header{
		font-family: 'Alegreya', serif;
		font-weight: 700;
		font-size: 24px;
	}*/
	
	.event-table {
		line-height: 2;
	}
	
	.event-table tr td, .event-table tr th {
		padding: 8px 4px;
	}
	
	.event-table tr th {
		border-bottom: 2px solid #ddd;
		text-align: left;
	}
	
	/**.table-striped > tr:nth-child(2n+1), .event-table tr.event-table-row:nth-child(2n+1) {
		background-color: #f9f9f9;
	}**/
	
	.event-single {
		border-bottom: none;
		border-top: none;
		text-align: left;
		line-height: 2;
	}
	
	.event-single tr {
		vertical-align: baseline;
	}
	
	.event-single tr td, .event-single tr th, .event-single-small tr td, .event-single-small tr th {
		padding: 8px 4px;
		text-align: left;
	}
	
	.event-table-row-small:nth-child(4n+2), .event-table-row:nth-child(4n+1) {
		background-color: #eee;
	}
	
	@media (max-width: 767px) {	
		.event-table-header, .event-table-row, table.event-single {
			display:none;
		}
		
	}
	
	@media (min-width: 767px) {
		.event-table-row-small, table.event-single-small{
			display:none;
		}
	}
	
	
/*--------------------------------------------------------------
# Vehicle Table
--------------------------------------------------------------*/
	.vehicles-list {
		position: relative;
		clear: both;
		margin-left: -20px;
		margin-right: -20px;
	}	

	.vehicle-single {
		border-bottom: none;
		border-top: none;
		text-align: left;
		line-height: 2;
	}
	
	.vehicle-single tr {
		vertical-align: baseline;
	}
	
	.vehicle-single tr td, 
	.vehicle-single tr th {
		padding: 8px 4px 8px 0;
		border: 0;
	}
	
	/*.vehicle-header{
		font-family: 'Alegreya', serif;
		font-weight: 700;
		font-size: 24px;
	}*/
	
	
/*--------------------------------------------------------------
# Wetterwarnungen
--------------------------------------------------------------*/
.ww_wetterwarnungen,
.ww_wetterwarnung {
	padding: 0 !important;
	line-height: 1.2em !important;
}

/*--------------------------------------------------------------
# Alarmierungen
--------------------------------------------------------------*/

.alarm-ffsj li .time,
.alarm-ffsj li .department{
	font-size: 0.8rem;
	display: block;
}

.alarm-ffsj li .department{
	font-weight: 700;
}

.alarm-ffsj li .event {
	font-size: 1.1em;
	font-weight: 700;
	display: block;
}

/* Lazy Load */

#content .lazy-hidden,
#content .entry img.lazy-hidden, 
#content img.thumbnail.lazy-hidden {
/* 
	opacity: 1;
	background-color: transparent;
 */
}