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

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

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

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

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

/* ALLGEMEIN */
* {
	font-family: 'Rubik';
}

body {
	position: relative;
}

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

h1 {
	font-size: 60px;
}

h2 {
	font-size: 40px;
}

h3 {
	font-size: 29px;
}

h4,
h4 button,
h4 .btn,
.h4 p {
	font-size: 25px;
}

h5 {
	font-size: 20px;
}

p,
li,
td,
.p {
	font-size: 18px;
	color: black;
}

.noborder {
	border: none !important;
}

.bold {
	font-weight: 500;
}

.container {
	max-width: 1380px;
	margin: 0 auto;
}

.left {
	float: left;
}

.abstandunten {
	margin-bottom: 40px;
}

.abstandobenklein {
	margin-top: 15px;
}

.max800 {
	max-width: 1000px;
}

.schwarz {
	color: black;
}

.blau,
.blau p {
	color: #00297A;
}

.rot,
.rot p {
	color: #FE2020;
}

.grau,
.grau p {
	color: #ECECEC;
}

table {
	border-collapse: separate;
	border-spacing: 0 1em;
}

td {
	padding-top: 0;
	vertical-align: top;
}

tr {
	margin-bottom: 20px;
}

tr td:first-of-type {
	padding-right: 20px;
}

.weiss,
.weiss p,
.weiss td {
	color: white;
}

.blaublock {
	background-color: #00297A;
}

.rotblock {
	background-color: #FE2020;
}

.graublock {
	background-color: #ECECEC;
}

.weissblock {
	background-color: white;
}

.rotbutton {
	border: 3px solid #FE2020;
	padding: 10px 20px;
	color: #FE2020;
	background: white;
	margin-bottom: 30px;
	margin-top: 30px;
	margin-right: 20px;
	display: inline-block;
	font-weight: 600;
	font-size: 20px;
}

.navibody.open {
	width: 100%;
	height: 100%;
	z-index: 9;
	position: absolute;
}

.navibody {
	height: 0;
}

.blaubutton {
	border: 3px solid #00297A;
	padding: 10px 20px;
	color: #00297A;
	background: white;
	margin-bottom: 30px;
	margin-top: 30px;
	margin-right: 20px;
	display: inline-block;
	font-weight: 600;
	font-size: 20px;
}

.zweispalten {
	column-count: 2;
}

.minusmargin {
	margin-left: -15px;
	margin-right: -15px;
}

.nopadding {
	padding-left: 0;
	padding-right: 0;
}

/* NAVI */
.naviinhalt {
	overflow: auto;
}

.navigation .naviopener {
	position: fixed;
	background-color: white;
	right: 50px;
	top: 50px;
	padding: 30px;
	cursor: pointer;
	transition: .5s ease-out;
	z-index: 99999;
}

.navigation.open .naviopener {
	right: 50px;
	transition: .5s ease-out;
}

.navistrich {
	display: block;
	border-bottom: 4px solid #FE2020;
	width: 30px;
	margin: 5px 0;
	border-radius: 5px;
	transition: .5s ease-out;
}

.overflowbar {
	overflow: hidden;
}

.navigation .naviinhalt {
	position: fixed;
	right: -400px;
	top: 0;
	height: 100vh;
	width: 300px;
	transition: .5s ease-out;
	padding: 150px 60px;
	background: #EEEEEE;
	z-index: 9;
}

.naviinhalt h4,
.naviinhalt h4 .btn {
	color: #00297A;
	font-weight: 700;
	margin-top: 30px;
	transition: .2s;
	margin-bottom: .5rem !important;
}

.obernews img {
	width: 100%;
	object-fit: cover;
}

.impressum {
	color: black;
}

.impressum h5 {
	color: black;
	white-space: nowrap;
}

.impressum:hover h5 {
	color: #FE2020;
}

.naviinhalt h4 .btn {
	background: none;
	padding: 0;
	margin: 0;
}

.naviinhalt .card-header {
	background: transparent;
	border: none;
}

.naviinhalt .card {
	border: none;
	background: transparent;
}

.naviinhalt .card:nth-of-type(6) {
	display: none;
}

.btn-link.focus,
.btn-link:focus {
	text-decoration: none;
}

.naviinhalt .card-body {
	padding: 0;
}

.naviinhalt .card-body h5 {
	color: black;
	margin: 0;
	padding: 10px 0;
	transition: .5s ease-out;
}

.naviinhalt .card-body h5:hover {
	color: #FE2020;
}

.btn.focus,
.btn:focus {
	outline: none;
	box-shadow: none;
}

.btn-link:hover {
	color: #FE2020 !important;
	text-decoration: none;
}

.naviinhalt a:hover {
	color: #FE2020;
	text-decoration: none;
}

.naviinhalt a h4:hover {
	color: #FE2020;
	text-decoration: none;
	transition: .2s;
}

.navigation.open .naviinhalt {
	position: fixed;
	right: 0px;
	top: 0;
	height: 100%;
	width: 400px;
	transition: .5s ease-out;
	z-index: 9999;
}

.navigation #ns1 {
	transform: rotate(0deg);
	transition: .5s ease-out;
	position: relative;
	top: 0px;
}

.navigation.open #ns1 {
	transform: rotate(-45deg);
	transition: .5s ease-out;
	position: relative;
	top: 9px;
}

.navigation #ns2 {
	position: relative;
	right: 0px;
	transition: .5s ease-out;
}

.navigation.open #ns2 {
	position: relative;
	right: -35px;
	transition: .5s ease-out;
}

.navigation #ns3 {
	transform: rotate(0deg);
	transition: .5s ease-out;
	position: relative;
	bottom: 0px;
	width: 20px;
}

.navigation:hover .overflowbar #ns3 {
	width: 30px;
}

.navigation.open #ns3 {
	transform: rotate(45deg);
	transition: .5s ease-out;
	position: relative;
	bottom: 9px;
	width: 30px;
}

.naviinhalt li {
	list-style: none;
}

#second {
	padding: 0;
}

#second li {
	padding: 10px 0;
}

#second li:last-of-type {
	padding: 10px 0 0 0;
}

.naviinhalt .card-header {
	padding: 0;
	margin: 0;
}

/* HEADERBLD */
.headerbild

/* .gross */
img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}

.headertext {
	position: absolute;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100%;
	display: flex;
	align-items: flex-end;
	background-color: rgba(0, 25, 74, 0.6);
}

.headertext-inner {
	margin-bottom: 250px;
}

.headertext-inner-text {
	max-width: 750px;
}

.headertext-inner-text h1,
.headertext-inner-text h2 {
	color: white;
}

.headertext-inner-text h1 {
	margin-bottom: 20px;
}

.navilogo {
	margin-left: 187px;
	margin-top: 50px;
	position: absolute;
	z-index: 9;
}

.navigation.xxx {
	margin-bottom: 250px;
	display: inline-block;
}

.naviinhalt .accordion {
	margin-bottom: 50px;
}

/* NEWSMODUL */
.news-boss figure {
	float: left;
	margin-bottom: 60px;
	min-height: 540px;
}

.btn:hover {
	color: #FE2020;
}

#filtername {
	display: none;
}

.filter h5 {
	text-transform: capitalize;
}

.newsinhaltbild img {
	width: 100%;
	max-width: 930px;
}

.trennerbild.headerbild {
	margin-top: -270px;
}

.unternews .standort {
	height: 110px;
	overflow: hidden;
}

.trennerbild img {
	width: 100%;
	object-fit: cover;
	max-height: 600px;
	min-height: 400px;
}

/* TEXTBLOCK */
.bildblock img {
	width: 100%;
	object-fit: cover;
}

ul {
	padding: 0;
}

ul {
	list-style-type: none;
}

li {
	margin-bottom: 5px;
}

ul>li:before {
	content: "-";
	text-indent: -5px;
}

/* FOOTER */
.footer {
	background-color: #00194A;
	display: inline-block;
	width: 100%;
	padding: 50px 0;
	margin-bottom: -10px;
}

.footer h3 {
	color: white;
	white-space: nowrap;
}

.footer a {
	color: #FE2020;
}

.social {
	padding: 12px;
	margin-left: 10px;
}

.notnummer {
	margin-right: 30px;
}

.filterbild img {
	width: 100%;
	object-fit: cover;
	height: 330px;
}

.filterDiv {
	display: none;
	margin-bottom: 45px;
}

.containernews {
	display: inline-block;
	width: 100%;
}

.show {
	display: block !important;
}

a:hover {
	text-decoration: none;
}

.hovermenu {
	opacity: 1;
	transition: .5s;
	position: absolute;
	bottom: 0;
	height: 0%;
	width: 100%;
	overflow: auto;
	opacity: 0;
	background: rgba(0, 41, 122, 0.7);
	padding: 40px 30px;
}

.hovermenu li,
.hovermenu p {
	color: white;
}

.open {
	height: 100%;
	transition: .5s;
	opacity: 1;
}

.filterbild {
	position: relative;
}

.hovermenuopener {
	width: 40px;
	height: 40px;
	background-color: white;
	border: none;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 999;
	outline: none !important;
}

.linksoben {
	border-bottom: 2px solid red;
	display: block;
	transform: rotate(-55deg);
	width: 20px;
	transition: .5s;
}

.rechtsoben {
	border-bottom: 2px solid red;
	display: block;
	transform: rotate(55deg);
	width: 20px;
	position: relative;
	right: -11px;
	top: -2px;
	transition: .5s;
}

.geoffnet .linksoben {
	border-bottom: 2px solid red;
	display: block;
	transform: rotate(-45deg);
	width: 30px;
	transition: .5s;
}

.geoffnet .rechtsoben {
	border-bottom: 2px solid red;
	display: block;
	transform: rotate(45deg);
	width: 30px;
	position: relative;
	right: -1px;
	top: -2px;
	transition: .5s;
}

.btn {
	font-weight: 600;
}

.btn:last-of-type {
	padding-right: 0;
}

.btn.active {
	color: #FE2020;
}

#myBtnContainer {
	min-height: 100px;
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
}

.newsinhaltbild {
	padding-bottom: 30px;
}

.textright {
	text-align: right;
}

.top30 {
	margin-top: 30px;
	margin-bottom: 30px;
}

.bunterblock.card-body {
	padding: 40px 30px;
	min-height: 340px;
	background-size: contain !important;
	background-repeat: no-repeat;
	background-position: center;
}

.abstanduntenklein {
	margin-bottom: 30px;
}

.buntaussen {
	padding: 15px;
}

.filtetext p {
	min-height: 115px;
}

.timeline {
	border-bottom: 1px solid black;
	padding-bottom: 30px;
	padding-top: 30px;
	display: inline-block;
	width: 100%;
}

.card-group>.card {
	flex: unset;
	border: none !important;
}

.bigbild {
	background-size: cover;
}

.innerbigbild {
	padding: 100px 0;
}

.aussenwetterwarnung {
	display: inline-block;
	width: 100%;
	padding: 100px 0;
	background-color: #ECECEC;
}

.wetterblock img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

#kartencontainer1,
#kartencontainer2 {
	background: white;
}

.wetterblock a {
	color: #00297A;
}

.wetterblock {
	margin-bottom: 30px;
}

.aussenwetterwarnung.wait-for-cc .wetterblock>div {
	display: none;
}

.card-body {
	padding: 0 0 20px 0;
}

.aussenbigbild {
	background-color: rgba(0, 25, 74, 0.6);
}

.schwebendtop {
	transition: all .5s ease;
	position: fixed;
	bottom: 0;
	right: 5px;
	z-index: 99999999;
	overflow: hidden;
	width: 60px;
	padding-top: 17px;
	padding-left: 4px;
	height: 80px;
	cursor: pointer;
	display: none;
}

.schwebendtop a {
	transition: all .5s ease;
	padding: 17px 13px 19px 8px;
	background-color: #FE2020;
	width: 50px;
	height: 54px;
	display: inline-block;
	text-align: center;
}

#schwebendtoptext {
	font-size: 35px;
	color: white;
	position: relative;
	top: -11px;
	left: 2px;
	font-family: "Raleway";
	width: 100%;
	text-align: center;
}

.mitgliedwerden {
	position: fixed;
	right: -78px;
	top: 40%;
	z-index: 9999999999999;
}

.mitglied {
	transform: rotate(-90deg);
	background-color: red;
	padding: 5px 20px;
	position: fixed;
	right: -78px;
	top: 40%;
	z-index: 9999999999999;
}

.card.ab767 {
	display: none;
}

.buttonnews {

	padding: 10px 30px;
	display: inline-block;
	margin-top: 30px;
}

.buttonnews.blau {
	border: 3px solid #00297A;
}

.buttonnews.rot {
	border: 3px solid #FE2020;
}

a {
	color: #00297A;
}

a:hover {
	color: #FE2020;
}

.buttonnews.rot:hover,
.buttonone.rotbutton:hover {
	border: 3px solid #00297A;
	color: #00297A;
}

.buttonnews.blau:hover,
.buttonone.blaubutton:hover {
	border: 3px solid #FE2020;
	color: #FE2020;
}

.weiterlesen.blau:hover,
.wetterblock a:hover {
	color: #FE2020;
}

.weiterlesen.rot:hover {
	color: #00297A;
}

.zurueck {
	width: 100%;
}

.inline {
	display: inline-block;
	width: 100%;
}

.obernews {
	position: relative;
}

.datum {
	position: absolute;
	bottom: 0;
	color: white;
	padding: 20px;
	font-size: 30px;
	font-weight: 500;
}

.yform .btn.btn-primary {
	float: right;
	background: white;
	border: 3px solid #00297A;
	border-radius: 0;
	color: #00297A;
	padding: 10px 30px;
	font-size: 20px;
}

.yform .btn.btn-primary:hover {
	border: 3px solid #FE2020;
	color: #FE2020;
}

.form-control {
	border: 1px solid gray;
	border-radius: 0;
}

.yform * {
	font-size: 18px;
}

.yform .kleiner {
	font-size: 13px;
}

/* RESPONSIVE */
/* HEIGHT */
@media(max-height:700px) {
	.headertext {
		align-items: flex-end;
	}

	.headertext-inner {
		margin-bottom: 50px;
	}
}

/* WIDTH */
@media(max-width:1570px) {
	.navilogo {
		margin-left: 30px;
	}
}

@media(max-width:1380px) {}

@media(max-width:1200px) {}

@media(max-width:992px) {
	h1 {
		font-size: 54px;
	}

	h2 {
		font-size: 36px;
	}

	h3 {
		font-size: 26px;
	}

	h4,
	.naviinhalt button {
		font-size: 22px;
	}

	h5 {
		font-size: 18px;
	}

	p,
	li,
	td {
		font-size: 18px;
	}

	.top30 {
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.checkboxen .checkbox:last-of-type {
		float: left !important;
	}
}

@media(min-width:767px) {
	.oberform label {
		width: 25%;
	}

	.oberform input,
	.oberform textarea {
		width: 75%;
	}

	.oberform label,
	.oberform input {
		float: left;
	}

	.yform {
		max-width: 1000px;
	}

	.yform .kleiner {
		font-size: 13px;
		margin-left: 46px;
		display: block;
		margin-top: 10px;
	}

	.oberform {
		display: inline-block;
		width: 100%;
	}

	.form-group {
		display: inline-block;
		width: 100%;
		margin-bottom: 10px;
	}

	.checkboxen {
		padding-left: 25%;
		margin-top: 20px;
		margin-bottom: 20px;
		display: inline-block;
		width: 100%;
	}

	.checkboxen .checkbox {
		display: inline-block;
		float: left;
	}

	.checkboxen .checkbox input {
		margin-right: 20px;
		transform: scale(2);
		margin-left: 6px;
	}

	.checkboxen .checkbox:last-of-type {
		display: inline-block;
		float: right;
	}

}

@media(max-width:767px) {
	.newsinhaltbild {
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.yform .btn.btn-primary {
		float: left;
		margin-top: 30px;
	}

	.minusmargin.bild {
		margin-left: 0;
		margin-right: 0;
	}

	.navigation.open .naviinhalt {
		width: 100%;
	}

	.navigation .naviinhalt {
		padding: 100px 60px;
		height: 100%;
	}

	.impressum h5 {
		text-align: center;
		white-space: nowrap;
	}

	.impressum {
		width: 100%;
	}

	.naviinhalt h4,
	.naviinhalt button,
	.naviinhalt .card-body h5 {
		text-align: center !important;
	}

	.naviinhalt .accordion {
		margin-bottom: 0px;
	}

	.card.ab767 {
		margin-bottom: 50px;
		display: block;
	}

	.bildblock {
		margin-bottom: 30px;
	}

	.textright {
		text-align: left;
	}

	.btn {
		text-align: left;
		padding-left: 0;
	}

	.navigation .naviopener {
		right: 0px;
	}

	.navigation.open .naviopener {
		right: 0;
	}

	.mitglied {
		display: none;
	}

	.navilogo {
		max-width: 310px;
	}

	h1 {
		font-size: 30px;
	}

	h2 {
		font-size: 25px;
	}

	.feuerlogoweiss {
		margin-bottom: 30px;
	}
}

@media(max-width:484px) {
	.social {
		margin-left: 40px;
		margin-top: 30px;
	}

	.navigation .naviopener {
		padding: 20px;
	}

	td {
		display: block;
	}
}

@media(max-width:445px) {
	h2 {
		font-size: 28px;
	}

	.navigation .naviinhalt {
		padding-left: 0;
		padding-right: 0;
	}

	.navilogo {
		max-width: 230px;
		margin-left: 10px;
		z-index: 99;
	}
}