@charset "UTF-8";
body {
	text-rendering: optimizeLegibility;
	text-rendering: geometricPrecision;
	font-smooth: always;

	font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#main-nav.in {
	z-index: 1001;
}

.btn-blue {
	background-color: #003056;
	color: #fff;
	width: 100%;
	text-align: left;
}

.news-related-links .btn-green {
	text-align: left;
	position: relative;
}

.news-related-links .btn-green:focus {
	color: #fff;
}

.news-related-links .btn-green:after {
	position: absolute;
	right: 5px;
	bottom: 0;
	margin-bottom: 10px;
	display: inline-block;
	width: 28px;
	height: 18px;
	content: '';
	background: url(../Images/arr-external-w.svg) center right no-repeat;
}

.article div.header {
	background-color: #eee;
	padding: 2rem 2.5rem;
	margin-bottom: 2rem;
	font-size: 90%;
}

.article h3 {
	margin: 0 0 2rem;
}

.btn-blue:hover {
	background-color: #287da8;
	color: #fff;
}

.warenkorb-results-items .btn-green {
	margin-left: 5px;
}

input[type="radio"], input[type="checkbox"] {
	margin: 4px 4px 0 0;
}

.shariff .orientation-horizontal li {
	float: none;
	flex: none;
	display: inline-block;
}

#tx_cookies {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: rgba(240, 240, 240, 0.97);
	color: #333;
	z-index: 999999999;
}

#tx_cookies_inner {
	position: relative;
	background: none;
	padding: 15px;
	margin: 0 0 10px 0;
}

#tx_cookies h3 {
	margin: 0 0 10px;
}

#tx_cookies p {
	margin: 0 0 15px;
}

#tx_cookies button, #tx_cookies input[type="submit"] {
	padding: 5px 15px;
}

h2, .h2 {
	font-size: 30px;
}

#kontakt h2 {
	display: none;
}

#dsgvobanner {
	background-color: #003056;
	padding: 15px 0;
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.5px;
}

#dsgvobanner a {
	color: #fff;
	text-decoration: underline;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
	color: #707173;
}

#main label {
	font-weight: 500;
}

#veranstaltungen textarea {
	min-height: 300px;
}

#navigation {
	z-index: 1000;
}

.single-img {
	float: right;
	margin: 5px 0 20px 20px;
	max-width: 50%;
	height: auto;
}

.news-related-wrap {
	margin-bottom: 30px;
}

.pt-5 {
	padding-top: 5px;
}

.mb-15 {
	margin-bottom: 15px;
}

.tx-felogin-pi1 legend {
	display: none;
}

.tx-felogin-pi1 label {
	display: inline-block;
	width: 150px;
}

.tx-felogin-pi1 input {
	border: 1px solid #999;
	padding: 3px 10px;
}

.tx-felogin-pi1 input[type='submit'] {
	background: #86aa11;
	font-weight: 500;
	font-style: italic;
	color: #fff;
	display: block;
	font-size: 1em;
	margin-bottom: 25px;
	padding: 6px 30px;
	min-height: 40px;
}

.tx-felogin-pi1 input[type='submit']:hover {
	background: #63852a;
}

.alert {
	padding-left: 0;
	color: red;
}

#header .mv img {
	height: 57px;
	/*width: fit-content;*/
	width: auto;
}
.green-section select::-ms-expand{
	display: none;
}