/*!
Theme Name: FFW Caldern
Theme URI: http://freiwillige-feuerwehr-caldern.de
Author: FFW Caldern
Author URI: http://freiwillige-feuerwehr-caldern.de
Description: FFW Caldern
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ffw-caldern
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

FFW Caldern 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
# FFW-Caldern
	## FFW-Caldern - General
	## FFW-Caldern - Navbar
	## FFW-Caldern - Carousel
	## FFW-Caldern - Container
	## FFW-Caldern - Beiträge/Einsätze/Links
	## FFW-Caldern - Cards
	## FFW-Caldern - Buttons
	## FFW-Caldern - Footer
	## FFW-Caldern - Cookiebar
	## FFW-Caldern - ScrollToTop
	## FFW-Caldern - Font settings
	## FFW-Caldern - Counter
	## FFW-Caldern - Nav Links
	## FFW-Caldern - Brand
	## FFW-Caldern - Custom Facebook Feed
	## FFW-Caldern - DWD Warnmodul
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #313131;
	font-size: 16px;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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;
}

*,
*: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: #bf111b;
	/* 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 3em;
}

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%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	color: #ffffff !important;
	background-color: #bf111b;
	border-color: #8b0d14;
	display: inline-block;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
			border-top-color: transparent;
			border-right-color: transparent;
			border-bottom-color: transparent;
			border-left-color: transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0px;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	font-weight: bold;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	color: #ffffff !important; 
	background-color: #8b0d14;
	border-color: #8b0d14;
	outline: none !important;
	box-shadow: none !important;
}

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 {
	color: #ffffff !important; 
	background-color: #8b0d14;
	border-color: #8b0d14;
	outline: none !important;
	box-shadow: none !important;
}

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 {
	display: block;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #8b0d14;
	transition: none;
}

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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a:focus {
	outline: none;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	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: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

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

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

.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. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation 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
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

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

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

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

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

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

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

/*--------------------------------------------------------------
## 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;
}

/*--------------------------------------------------------------
## 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;
}


/*--------------------------------------------------------------
# FFW-Caldern
--------------------------------------------------------------*/


 /*--------------------------------------------------------------
## FFW-Caldern - General
--------------------------------------------------------------*/

html {
	background-color: #313232;
}

.row {
  margin-right: 0;
  margin-left: 0;
}

.lead {
  font-size: 1.05em;
}

.widget {
  padding: 0px;
}

.widget-area ul {
  list-style: none;
  margin: 0;
	margin-left: -38px;
}

.widget-area li {
	border-bottom: 1px solid #dddddd;
	padding: 10px 0;
}

.widget-area li li, .widget-area li:last-child {
	border-bottom: none;
}


 /*--------------------------------------------------------------
## FFW-Caldern - Navbar
--------------------------------------------------------------*/

/* Wordpress Adminbar overlap fix */
@media only screen and (max-width : 782px) {
	#wpadminbar {
		position: fixed;
	}
	.admin-bar .fixed-top {
		margin-top:46px;
	}
}

.admin-bar .fixed-top {
margin-top:32px;
}

.navbar {
	font-weight: 500;
	font-size: 18px;
	padding: 0px;
}

@media (max-width: 767.98px) {
	.navbar {
		min-height: 50px;
		background-color: transparent;
		transition:500ms ease;
	}
	.navbar .navbar-nav {
		background:rgb(49, 49, 49); /* Fallback for web browsers that don't support RGBa nor filter */ 
		background: transparent\9; /* backslash 9 hack to prevent IE 8 from falling into the fallback */
		background: rgba(49, 49, 49, 0.816);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#313131d0,endColorstr=#313131d0); /* needed for IE 6-8 */
		zoom: 1; /* needed for IE 6-8 */
	}
}

@media (min-width: 768px) {
	.navbar {
		min-height: 50px;
		background: -moz-linear-gradient(top,  rgba(49, 49, 49,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  rgba(49, 49, 49,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  rgba(49, 49, 49,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#313131d0', endColorstr='#313131d0',GradientType=0 ); /* IE6-9 */
		transition:500ms ease;
	}
	.navbar.scrolled {
		min-height: 50px;
		background:rgb(49, 49, 49); /* Fallback for web browsers that don't support RGBa nor filter */ 
		background: transparent\9; /* backslash 9 hack to prevent IE 8 from falling into the fallback */
		background: rgba(49, 49, 49, 0.816);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#313131d0,endColorstr=#313131d0); /* needed for IE 6-8 */
		zoom: 1; /* needed for IE 6-8 */
		transition:500ms ease;
	}
}

.navbar .navbar-nav {
	margin: 0;
}

.navbar .fixed-top {
	top:0;
	border-left-width:0px;
	border-right-width:0px;
}

.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:hover, 
.navbar-dark .navbar-brand:focus {
	color: #bf111b;
	outline: none;
}

.custom-toggler.navbar-toggler {
	border: none;
	border-radius: 0;
	margin-right: 10px;
	margin-top: 7px;
	margin-bottom: 7px;
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.7)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar .navbar-text {
	color: #bf111b;
}

.navbar .navbar-nav > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 15px;
	padding-left: 15px;
}
  
.navbar-dark .navbar-nav .nav-link {
	color: #ffffff;
	padding-bottom: 10px;
	padding-top: 10px;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
	color: #bf111b;
	background-color: transparent;
	outline: none;
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
	color: #bf111b;
	background-color: transparent;
	outline: none;
}
  
.navbar-dark .navbar-nav .nav-link.disabled {
	color: #bf111b;
}
  
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
	color: #bf111b;
	background-color: transparent;
}

.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus {
	color: #ffffff;
	background-color: #bf111b;
	outline: none;
}

.navbar .navbar-nav > .open > a,
.navbar .navbar-nav > .open > a:hover,
.navbar .navbar-nav > .open > a:focus {
	color: #ffffff;
	background-color: #bf111b;
	outline: none;
}

.navbar .navbar-toggler {
	border: none;
	box-shadow: none;
	background-color: #313131;
}

.navbar .navbar-toggler:hover,
.navbar .navbar-toggler:focus {
	background-color: #313131;
	outline: none;
}

.navbar .navbar-toggler:hover .icon-bar,
.navbar .navbar-toggler:focus .icon-bar {
	background-color: #ffffff; 
	outline: none;
}

.navbar .navbar-collapse,
.navbar .navbar-form {
	border: none;
}

.navbar-collapse.collapse.show {
	margin-left: 25%;
	transition:500ms ease;
}

.navbar .navbar-link {
	color: #bf111b;
}

.navbar .navbar-link:hover {
	color: #bf111b;
	outline: none;
}

.navbar .navbar-nav .open .dropdown-menu {
	font-size: 16px;
}

@media (max-width: 768px) {
	.navbar .navbar-nav .open .dropdown-menu > li > a {
		color: #313131;
	}

	.navbar .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #ffffff;
		outline: none;
	}

	.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 {
		color: #313131;
		background-color: #ebebeb;
		outline: none;
	}

	.navbar .navbar-nav .open .dropdown-menu > .disabled > a,
	.navbar .navbar-nav .open .dropdown-menu > .disabled > a:hover,
	.navbar .navbar-nav .open .dropdown-menu > .disabled > a:focus {
		color: #bf111b;
		background-color: transparent;
		outline: none;
	}
}

.show > .dropdown-menu {
	display: block;
	top: 50px;
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) { 
	.navbar > .container {
	max-width: 767.98px;
	}
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) { 
	.navbar > .container {
		max-width: 991.98px;
	}
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) { 
	.navbar > .container {
		max-width: 1199.98px;
	}
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 0;
	margin: 0;
	text-align: left;
	list-style: none;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 0;
	border-radius: 0;
	padding-bottom: 5px;
}

@media (max-width: 767.98px) {
	.dropdown-menu {
		background:rgb(49, 49, 49); /* Fallback for web browsers that don't support RGBa nor filter */ 
		background: transparent\9; /* backslash 9 hack to prevent IE 8 from falling into the fallback */
		background: rgba(49, 49, 49, 0.816);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#313131d0,endColorstr=#313131d0); /* needed for IE 6-8 */
		zoom: 1; /* needed for IE 6-8 */
	}
}

@media (min-width: 768px) {
	.dropdown-menu {
		background: rgba(49, 49, 49, 0.816);
	}
	.scrolled .dropdown-menu{
		background:rgb(49, 49, 49); /* Fallback for web browsers that don't support RGBa nor filter */ 
		background: transparent\9; /* backslash 9 hack to prevent IE 8 from falling into the fallback */
		background: rgba(49, 49, 49, 0.816);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#313131d0,endColorstr=#313131d0); /* needed for IE 6-8 */
		zoom: 1; /* needed for IE 6-8 */
	}
}

.dropdown-menu > li > a,
.dropdown-menu > li > a:visited {
	color: #ffffff;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:active {
	color: #bf111b;
	background-color: transparent;
	outline: none;
}

.dropdown-menu li.active > a,
.dropdown-menu li.active > a:hover,
.dropdown-menu li.active > a:focus {
	color: #bf111b;
	background-color: transparent;
	border-radius: 0 !important;
	outline: none;
}

.dropdown-item:last-child {
    border-radius: 0;
}

.dropdown-item:first-child {
    border-radius: 0;
}

.dropdown-item {
    padding: .25rem 1rem;
}


/*--------------------------------------------------------------
## FFW-Caldern - Carousel
--------------------------------------------------------------*/

@media (max-width: 767.98px) {
	.carousel {
		margin-top: 55px;
	}
}

.carousel {
	margin: 0 auto;
}

.carousel-inner img {
	width: 100%;
	height: 100%;
}

.carousel-inner .carousel-caption img {
	width: auto;
	height: 100px;
}

.carousel-caption h1,
.carousel-caption h2,
.carousel-caption h3 {
	font-weight: lighter;
	letter-spacing: 1px;
	overflow-wrap: break-word;
	word-wrap: break-word;
	padding-left:15%;
	padding-right:15%;
}

/* 	Extra Small devices (landscape phones, up to 359.98px)*/
@media (max-width: 359.98px) {
	.carousel-caption h1 {
		font-size: 1.25rem;
	}
	.carousel-caption h2 {
		font-size: 0.75rem;
	}
	.carousel-caption h3 {
		font-size: 0.5rem;
		margin-bottom: 1.25%;
	}
}

/* Small devices (landscape phones, 360px up to 575.98px)*/
@media (min-width: 360px) and (max-width: 575.98px) {
	.carousel-caption h1 {
		font-size: 1.5rem;
	}
	.carousel-caption h2 {
		font-size: 1rem;
	}
	.carousel-caption h3 {
		font-size: 0.75rem;
		margin-bottom: 1.25%;
	}
}

/* Small devices (landscape phones, 576px up to 767.98px)*/
@media (min-width: 576px) and (max-width: 767.98px) {
	.carousel-caption h1 {
		font-size: 2.25rem;
	}
	.carousel-caption h2 {
		font-size: 2rem;
	}
	.carousel-caption h3 {
		font-size: 1.5rem;
		margin-bottom: 1.30%;
	}
}

/* Medium devices (tablets, 768px up to 991.98px)*/
@media (min-width: 768px) and (max-width: 991.98px) {
	.carousel-caption h1 {
		font-size: 3.25rem;
	}
	.carousel-caption h2 {
		font-size: 2.5rem;
	}
	.carousel-caption h3 {
		font-size: 2rem;
		margin-bottom: 1.30%;
	}
}

/* Large devices (desktops, 992px up to 1199.98px)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
	.carousel-caption h1 {
		font-size: 4rem;
	}
	.carousel-caption h2 {
		font-size: 3.25rem;
	}
	.carousel-caption h3 {
		font-size: 2.5rem;
		margin-bottom: 1.30%;
	}
}

/* Large devices (desktops, 1200px up to 1919.98px)*/
@media (min-width: 1200px) and (max-width: 1919.98px) {
	.carousel-caption h1 {
		font-size: 4.75rem;
	}
	.carousel-caption h2 {
		font-size: 4.25rem;
	}
	.carousel-caption h3 {
		font-size: 3.25rem;
		margin-bottom: 1.30%;
	}
 }

 /* Large devices (desktops, 1920px up to 2543px)*/
@media (min-width: 1920px) and (max-width: 2560.98px) {
	.carousel-caption h1 {
		font-size: 6.5rem;
	}
	.carousel-caption h2 {
		font-size: 5.75rem;
	}
	.carousel-caption h3 {
		font-size: 3.45rem;
		margin-bottom: 1.4%;
	}
 }

  /* Large devices (desktops, 2561px and up)*/
@media (min-width: 2561px) {
	.carousel-caption h1 {
		font-size: 6.75rem;
	}
	.carousel-caption h2 {
		font-size: 6rem;
	}
	.carousel-caption h3 {
		font-size: 3.75rem;
		margin-bottom: 1.45%;
	}
 }

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 0;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 0;
	color: #fff;
	text-align: center;
}


/*--------------------------------------------------------------
## FFW-Caldern - Container
--------------------------------------------------------------*/

#primary {
}

.site-content {
	background: #ffffff;
	margin-top: 10px;
}

.container-header {
	padding-right: 0;
	padding-left: 0;
}

.container-standard {
	background-color: #ffffff;
	margin-bottom: 0;
	padding-top: 15px;
}

.container-static {
	background-color: #2f0b0d;
	margin-bottom: 0;
	padding: 25px 0;
	padding-right: 15px;
	padding-left: 15px;
	color:#ffffff;
}

.openstreet-maps {
    margin-bottom: -7px;
    border: 10px solid white;
}

.container-facebook {
	background-color: #ffffff;
	margin-bottom: 0;
}

.container-special {
	margin-bottom: 0;
}

.container-highlight {
	line-height: 1.5em;
}

.title-offset-left {
	margin-left: 0.5em;
}

.title-highlight {
	margin-bottom: 0;
	text-align: left;
	display: inherit;
}

.title-highlight .highlight {
	display: inline;
	background: #ffffff;
	color: #313131;
}

.title-highlight-display {
	padding-left: 10px;
	margin-bottom: 0;
}

/*  Small devices (landscape phones, less than 576px)*/
@media (max-width: 751.98px) { 	
	.title-highlight-display {
		display: block;
	}
}

@media (min-width: 752px) { 	
	.title-highlight-display {
		display: inline;
	}
}

.title-highlight .highlight-facebook {
	display: inline;
	background: #4267b2;
	color: #ffffff;
}

.title-highlight .highlight-dwd {
	display: inline;
	background: #2D4B9B;
	color: #ffffff;
}

.title-highlight .container-highlight {
	position: relative;
	padding-left: 0.25em;
	padding-right: 0.25em;
 }

.container-link {
	margin-bottom: 0;
	padding-right: 0;
	padding-left: 0;
	padding-top: 25px;
	padding-bottom: 25px;
}

.container-link-left {
	background-color: #8b0d14;
	text-align: right;
	padding-top: 25px;
	padding-bottom: 25px;
}

.container-link-right {
	background-color: #313131;
	text-align: left;
	padding-top: 25px;
	padding-bottom: 25px;
}

.container-link-left>a,
.container-link-right>a {
	font-size: 0.90rem;
}

.container-motto {
	background-color: #8b0d14;
	margin-bottom: 0;
	padding: 25px 0;
	padding-right: 15px;
	padding-left: 15px;
}

.container-standard h1 {
	margin-top: 0;
	color: #BF111B !important;
	font-weight: 500;
    text-decoration: none;
}

.container-standard h2 {
	margin-top: 0;
	font-weight: 500;
    text-decoration: none;
}

.container-special .display-4 {
	letter-spacing: 1px;
}

.container-motto .display-4 {
	letter-spacing: 1px;
	text-align: center;
}

.container-news .btn {
	padding: 10px 30px;
}

.container-feature .btn {
	padding: 10px 30px;
}

.container-special .btn {
	padding: 10px 30px;
}

.container-special-bgimg {
	background-image: url('images/FFW_Caldern_Neues_Feuerwehrhaus.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}	

@media (max-width: 991.98px) {
	.container-special-bgimg {
		background-attachment: scroll;
	}	
}

/*  Small devices (landscape phones, less than 576px)*/
@media (max-width: 566.98px) { 	
	.container-special {
		padding: 50px 0;
	}
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) { 
	.container-special {
		padding: 75px 0;
	}
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {  
	.container-special {
		padding: 150px 0;
	}
}


/*--------------------------------------------------------------
## FFW-Caldern - Beiträge/Einsatzliste/Links
--------------------------------------------------------------*/

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

.page-title {
	font-size: 1.2em;
	letter-spacing: 1px;
}

.page-header {
	border-bottom: 1px solid #dddddd;
	color: #838383;
	font-size: 1rem;
	margin-bottom: 40px;
	padding-bottom: 5px;
}

.post {
	border-bottom: 0;
	margin-bottom: 25px;
}

.container-static a,
.container-static a:visited,
.content-area a,
.content-area a:visited  {
	color: #BF111B;
	font-weight: 600;
}

.container-static a:hover,
.container-static a:active,
.container-static a:focus,
.content-area a:hover,
.content-area a:active,
.content-area a:focus  {
	color: #BF111B;
	font-weight: 600;
	text-decoration: none;
}

.container-static .comments-link,
.content-area .comments-link {
	margin-right: 10px;
	display: none;
}

.container-static .edit-link,
.content-area .edit-link {
    margin-right: 10px;
}

.container-static .cat-links,
.content-area .cat-links,
.container-static .tags-links,
.content-area .tags-links {
    margin-right: 10px;
}

.container-static .entry-header {
	margin-top: 20px;
}

figure {
    padding-left: 0.25rem;
}

.entry-footer {
	border-top: 1px solid #dddddd;
	padding: 5px 0;
	font-size: 0.8rem;
}

.einsatzverwaltung-reportlist {
	margin-bottom: 50px;
}

.einsatzverwaltung-reportlist tr:hover {
	background:rgb(49, 49, 49); /* Fallback for web browsers that don't support RGBa nor filter */ 
	background: transparent\9; /* backslash 9 hack to prevent IE 8 from falling into the fallback */
	background: hsla(0, 0%, 19%, 0.333);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#31313155,endColorstr=#31313155); /* needed for IE 6-8 */
	zoom: 1; /* needed for IE 6-8 */
}

.einsatzverwaltung-reportlist tr.report:nth-child(2n):hover {
	background:rgb(49, 49, 49); /* Fallback for web browsers that don't support RGBa nor filter */ 
	background: transparent\9; /* backslash 9 hack to prevent IE 8 from falling into the fallback */
	background: rgba(49, 49, 49, 0.333);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#31313155,endColorstr=#31313155); /* needed for IE 6-8 */
	zoom: 1; /* needed for IE 6-8 */
}

.einsatzverwaltung-reportlist .einsatz-header {
    background-color: #ffffff;
	border-bottom: 2px solid #8b0d14;
}

.einsatzverwaltung-reportlist a,
.einsatzverwaltung-reportlist a:visited {
	color: #bf111b;
}

.einsatzverwaltung-reportlist a:hover,
.einsatzverwaltung-reportlist a:active,
.einsatzverwaltung-reportlist a:focus {
	color: #8b0d14;
	text-decoration: none;
}

.einsatzverwaltung-reportlist .einsatz-title-month td {
	background: none;
	padding-top: 20px;
}

.einsatzfeed {
	margin-top: 10px;
}


/*--------------------------------------------------------------
## FFW-Caldern - Cards
--------------------------------------------------------------*/

.card-deck {
	margin-top: 15px;
}

.card-deck .col-12.col-lg-3,
.card-deck .col-12.col-md-3 {
	padding-right: 0;
	padding-left: 0;
}

.card {
	border-radius: 0;
}

.card.bg-danger {
	border: 1px solid #8b0d14;
    background-color: #bf111b !important;
}

.bg-danger .card-header {
	padding: .50rem 1rem;
	font-size: 18px;
	font-weight: lighter;
    background-color: #8b0d14;
}

.card-img-top {
    border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.card-header:first-child {
    border-radius: 0;
}


/*--------------------------------------------------------------
## FFW-Caldern - Buttons
--------------------------------------------------------------*/

.btn-danger {
	margin-bottom: 10px;
	border-radius: 0;
}

.btn-danger,
.btn-danger:visited {
	font-weight: bold;
	color: #ffffff !important;
	background-color: #bf111b;
	border-color: #8b0d14;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
    color: #ffffff !important; 
    background-color: #8b0d14;
		border-color: #8b0d14;
		outline: none !important;
		box-shadow: none !important;
}


/*--------------------------------------------------------------
## FFW-Caldern - Footer
--------------------------------------------------------------*/

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) { 
	.site-info > .container {
		max-width: 991.98px;
	}
}

.site-footer {
	margin: 0 auto;
	bottom: 0;
	width: 100%;
	background-color: #313232;
}

.foot-content {
	color: #ffffff;
	display: block;
}

.foot-header {
	font-size: 1.3rem;
	color: #ffffff;
	border-bottom: 1px solid #838383;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 5px;
}

.foot-header-sub {
	font-size: 1.1rem;
	color: #ffffff;
	border-bottom: 1px solid #838383;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 5px;
}

.foot-content .list-group {
  list-style-type: none;
}

.strong-red,
.foot-content .list-group .strong-red {
	color: #bf111b;
	font-weight:bold;
}

.strong-blue,
.foot-content .list-group .strong-blue {
	color: #236679;
	font-weight:bold;
}

.strong-green,
.foot-content .list-group .strong-green {
	color: #7ab929;
	font-weight:bold;
}

.foot-content a,
.foot-content a:visited {
	color: #ffffff;
	display: inline;
	text-decoration: none;
	padding: 5px;
}

.foot-content a:active,
.foot-content a:hover,
.foot-content a:focus {
	color: #bf111b;
}

.foot-content ul, ol {
  margin: 0;
}


/*--------------------------------------------------------------
## FFW-Caldern - Cookiebar
--------------------------------------------------------------*/

.cookiebar { 
	border-top: 0px solid #111111; 
	text-align:left; 
	background:#b2b2b2;
	background:rgba(178,178,178,0.7);
	color: #111111; 
	position:fixed;
	bottom:0px; 
	z-index:10000; 
	width:100%; 
	line-height:25px;
	padding:10px; 
	padding-right:40px;
}

.cookiebar-closer {
	position: absolute;
	right: 5px;
	text-decoration: none;
	top: 5px;
	cursor:pointer;
}

.cookiebar-closer-button {
	padding:0px 5px;
	line-height:32px;
}

.cookiebar a,
.cookiebar a:active,
.cookiebar a:hover,
.cookiebar a:focus,
.cookiebar a:visited {
	color: #bf111b;
	text-decoration: none;
}

.cookiebar .strong-red {
	color: #bf111b;
}


/*--------------------------------------------------------------
## FFW-Caldern - ScrollToTop
--------------------------------------------------------------*/

.scrolltotop {
	display:none;
	width:100%;
	margin:0 auto;
	position:fixed;
	bottom:25px;
	right:10px;	
}

.scroll {
	position:absolute;
	right:20px;
	bottom:25px;
	background:#b2b2b2;
	background:rgba(178,178,178,0.7);
	padding:15px;
	text-align: center;
	margin: 0 0 0 0;
	cursor:pointer;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 		
}

.scroll:hover {
	background:rgba(178,178,178,1.0);
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 		
}

.scroll:hover .fa {
	padding-top:-10px;
}

.scroll .fa {
	font-size:30px;
	margin-top:-5px;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 	
}


/*--------------------------------------------------------------
## FFW-Caldern - Font settings
--------------------------------------------------------------*/

/* 13px @ 280px increasing to 18px @ 1800px */
@media (min-width: 280px) {
	body,
	button,
	input,
	select,
	optgroup,
	textarea {
		font-size: calc(0.8125rem + ((1vw - 2.8px) * 0.3289));
		/* Where: * 0.3289 = 100 * font_Size_Difference / viewport_Width_Difference */
	}
}
/* Prevent font scaling beyond this breakpoint */
@media (min-width: 1800px) {
	body,
	button,
	input,
	select,
	optgroup,
	textarea {
		font-size: 18px;
	}
}

.is-layout-flex {
	display: flex;
	flex-wrap: wrap;
  }

h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
}

.post-subtitle {
	font-weight: 500;
} 

p {
	text-align: justify;
	font-weight: 300;
}

h1 {
	font-size: 2.75rem;
}

h3 {
	text-transform: uppercase;
}

@media (max-width: 1800px) {
  h1, .h1 {
    font-size: calc(1.050rem + 1.5vw) ;
  }
}

@media (max-width: 1800px) {
  h2, .h2 {
    font-size: calc(1.25rem + 0.9vw) ;
  }
}

@media (max-width: 1800px) {
  h3, .h3 {
    font-size: calc(0.950rem + 0.6vw) ;
  }
}

@media (max-width: 1800px) {
  h4, .h4 {
    font-size: calc(0.925rem + 0.3vw) ;
  }
}


@media (max-width: 1800px) {
	.display-1 {
		font-size: calc(1.250rem + 5.7vw) ;
	}
}

@media (max-width: 1800px) {
	.display-2 {
		font-size: calc(1.2rem + 5.1vw) ;
	}
}

@media (max-width: 1800px) {
	.display-3 {
		font-size: calc(1.1rem + 3.9vw) ;
	}
}


@media (max-width: 1800px) {
	.display-4 {
		font-size: calc(0.5rem + 2.7vw) ;
	}
}

.text-danger {
    color: #BF111B !important;
    text-decoration: none;
}


/*--------------------------------------------------------------
## FFW-Caldern - Nav Links
--------------------------------------------------------------*/

.nav-next>a>i {
	padding-left: 5px;
}

.nav-previous>a>i {
	padding-right: 5px;
}

.nav-next>a,
.nav-previous>a {
	font-size: 0.90rem;
}


/*--------------------------------------------------------------
## FFW-Caldern - Brand
--------------------------------------------------------------*/

.brand {
  padding: 0px;
  display: flex;
  align-items: left;
}

.brand>img {
  height: 125px;
  width: auto;
  top:-5px;
  z-index:1;
}


/*--------------------------------------------------------------
## FFW-Caldern - Custom Facebook Feed
--------------------------------------------------------------*/

#cff {
	padding-left: 1.25em;
	padding-right: 1.25em;
	background-color: #e9ebee;
	border: 10px solid white;
	margin-bottom: 15px;	
}

#cff .cff-item {
	padding: 20px 30px 15px 15px !important;
	clear: none !important;
}

#cff .cff-item {
    border-bottom: 0 !important;
}

#cff .cff-author img {
	border: 3px solid #4267b2 !important;
}

.cff-item a,
.cff-item a:hover, 
.cff-item a:active, 
.cff-item a:focus, 
.cff-item a:hover, 
.cff-item a:active, 
.cff-item a:focus {
	color: #4267b2 !important;
}

.facebook,
.facebook a, 
.facebook a:hover, 
.facebook a:active, 
.facebook a:focus, 
.facebook a:hover, 
.facebook a:active, 
.facebook a:focus {
	color: #4267b2 !important;
}

.instagram,
.instagram a, 
.instagram a:hover, 
.instagram a:active, 
.instagram a:focus, 
.instagram a:hover, 
.instagram a:active, 
.instagram a:focus {
	color: #fdc629 !important;
}


/*--------------------------------------------------------------
## FFW-Caldern - DWD Warnmodul
--------------------------------------------------------------*/

.dwd,
.dwd a, 
.dwd a:hover, 
.dwd a:active, 
.dwd a:focus, 
.dwd a:hover, 
.dwd a:active, 
.dwd a:focus {
	color: #2D4B9B !important;
}

#legendBox {
	padding-bottom:10px;
}

.legendBox {
	width:50%;
	overflow-y:hidden;
	overflow-x:hidden;
	padding:0!important
}

#legendBox div,
#legendBox ul {
	display:inline-block
}

#legendBox1 {
	width:59%
}

#legendBox2 {
	width:40%
}

#firstLegendPart {
	margin-right:30px
}

#legendBox .box {
	width:15px;
	height:15px;
	border:1px solid #000;
	vertical-align:middle;
	margin-right:10px
}

#legendBox table td {
	text-align:left
}

.legendBox table tr td {
	border:none!important;
	background:0 0!important
}

.legendBox p {
	margin-bottom:0;
	margin-top:0;
}

.legendBox table {
	margin: 0;
	width: auto;
}

.legendBox .yellow {
	background-color:#ffeb3b!important
}

.legendBox .orange {
	background-color:#fb8c00!important
}

.legendBox .green {
	background-color:#c5e566!important
}

.legendBox .blue {
	background-color:#64b4ff!important
}

.legendBox .red {
	background-color:#e53935!important
}

.legendBox .darkred {
	background-color:#880e4f!important
}

.legendBox .violet_hitze {
	background-color:#c9f!important
}

.legendBox .violet_uv {
	background-color:#fe68fe!important
}

.legendBox .yellowborder {
	border:3px solid #ffeb3b!important
}

.legendBox .orangeborder {
	border:3px solid #fb8c00!important
}

.legendBox .greenborder {
	border:3px solid #c5e566!important
}

.legendBox .redborder {
	border:3px solid #e53935!important
}

.legendBox .darkredborder {
	border:3px solid #880e4f!important
}

.legendBox .violet_hitzeborder {
	border:3px solid #c9f!important
}

.legendBox .violet_uvborder {
	border:3px solid #fe68fe!important
}

.legendBox .blueborder {
	border:3px solid #64b4ff!important
}

@media screen and (max-width:659px) {
	#legendBox {
	 height:auto;
	 position:static;
	 width:100%
	}
	#legendBox,
	#legendBox1,
	#legendBox2,
	.legendBox {
	 width:100%
	}
	#legendBox1,
	#legendBox2 {
	 float:none
	}
	#legendBox {
	 display:inline-table
	}
	.legendBox {
	 margin-top:0
	}
	#legendBox ul {
	 bottom:auto
	}
	#legendBox2 {
	 margin-top:-4px
	}
}

.legendBox table {
	border:none!important;
	margin:0!important
}

#legendBox table td {
	padding-left:0!important
}
