@media all {

	video, img:not(.eightPointedStar):not(.footer-deutschland):not(.footer-wappen):not(.accom_img):not(.object-fit-cover):not(.object-fit-contain):not(.footer-wappen):not([alt="Relevanz"]):not(.img-responsive):not(.lang):not([class*="captch"]):not([alt="diagram"]):not(.image-responsive):not([alt="Neues Bild laden"]):not([class*="leaflet-"]):not([alt="Ordner"]):not(#captcha_image):not(.imgIcon):not([alt="pdf .gif"]) {
		width: 100% !important;
		height: auto !important;
	}

	.diagram-image {
		max-width: 100%;
	}

	header#header > div {
		margin: 0 !important
	}

	.col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9,
	.col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9,
	.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9,
	.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9,
	.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9,
	.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	.bx-caption {
		display: block;
		margin-bottom: 0;
	}

	#medialist #medialistcontainer > div:nth-of-type(2n) {
		background-color: #DDDDDD
	}

	#medialist #medialistcontainer .row > div:first-of-type img {
		margin-left: 10px !important
	}

	#medialist #medialistcontainer .fas.fa-download {
		padding-right: 10px
	}

	body.accessible #medialist #medialistcontainer > div:nth-of-type(2n) {
		background-color: #333333;
	}

	body.accessible #medialist #medialistcontainer > div:nth-of-type(2n) a {
		color: #ffffff !important;
	}

	.form-horizontal .form-group {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	.image-outline {
		outline: 1px solid #004a72 !important;
		outline-offset: -1px !important;
		border-top-right-radius: 15px;
	}

	.image-outline.not-rounded {
		border-top-right-radius: 0;
	}

	body.accessible .image-outline {
		outline: 1px solid #333333 !important;
		outline-offset: -1px !important;
	}

	.scroll3 {
		margin-top: 15px;
		display: flex;
		justify-content: start;
		gap: 5px;
	}

	.scroll3-item.disabled a,
	.scroll3-item.disabled button {
		background-color: #00365c !important;
		color: white !important;
	}

	.scroll3-item button:hover,
	.scroll3-item a:hover,
	.scroll3-item a:focus,
	.scroll3-item button:focus {
		background-color: #00365c !important;
		color: white !important;
	}

	.scroll3-item a,
	.scroll3-item button {
		display: inline-block;
		height: 36px !important;
		min-width: 36px !important;
		color: #333333 !important;
		border: 1px solid #00365c !important;
		background-color: white !important;
		border-radius: 0 !important;
	}

	/*
	Formular
	*/
	.row {
		margin-right: -15px;
		margin-left: -15px;
	}

	.form-control {
		display: block;
		width: 100%;
		height: 34px;
		padding: 6px 12px;
		font-size: 14px;
		line-height: 1.42857143;
		color: #555;
		background-color: #fff;
		background-image: none;
		border: 1px solid #ccc;
		border-radius: 4px;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
		-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
		-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
		transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	}

	.img__margin15 {
		margin-left: 15%;
	}

	.form-group > label {
		display: flex;
	}

	.form-group > label > span:not(.info) {
		text-align: right;
		padding: 7px 15px 0 15px;
		margin-bottom: 0;
		font-size: 15px !important;
	}

	/* Readspeaker */
	#readspeaker_button1 {
		display: none;
		z-index: 16;
	}

	.form-group > label > span.info {
		display: none;
	}

	.form-group > label > i.info {
		display: inline;
	}

	body.accessible .form-group > label > span.info {
		display: inline;
	}

	body.accessible .form-group > label > i.info {
		display: none;
	}

	.Icon-inside {
		position: relative;
	}

	.Icon-inside i,
	.Icon-inside em {
		position: absolute;
		left: 0;
		padding: 6px 10px;
		color: #01486f;
		z-index: 3;
		font-size: 18px;
	}

	.Icon-inside i:hover {
		color: #3183b0;
	}

	body.accessible .Icon-inside i,
	body.accessible .Icon-inside i:hover {
		color: #333333 !important;
	}

	.Icon-inside input {
		width: 100%;
		box-sizing: border-box;
		padding-left: 40px;
		height: 28px;
	}

	.form-group > label > *:not(span):not(i):not(div) {
		width: 58.33%;
		height: 34px;
		padding: 6px 12px;
		font-size: 14px;
		font-weight: normal;
		line-height: 1.42857143;
		color: #555;
		background-color: #fff;
		background-image: none;
		border: 1px solid #ccc;
		border-radius: 4px;
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
		transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
		margin: 0 15px;
	}

	.form-group input[type=checkbox] {
		width: auto;
		margin: 0 0 0 2.67%;
	}

	.form-group input[type=submit] {
		margin-left: 26.67%;
	}

	.form-group fieldset legend {
		width: 100%;
		/*text-align: right;*/
		padding: 7px 15px 0 15px;
		margin-bottom: 0;
		font-size: 15px !important;
		color: #333333;
		border: none;
	}

	.form-group fieldset label {
		margin-top: -3%;
		margin-left: 1%;
	}

	.form-group fieldset label:first-of-type {
		margin-left: 33%;
	}

	input[type="checkbox"], input[type="radio"] {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0;
	}

	input[type="file"].form-control {
		width: auto;
		border: unset;
		box-shadow: unset;
	}

	input[type="file"].form-control:focus {
		box-shadow: unset;
	}

	.control-checkbox input[type="checkbox"] {
		margin: 0;
	}

	.control-checkbox-group {
		margin-bottom: 5px;
	}


	.form-group fieldset {
		width: 58.33%;
	}

	.collapsibleText {
		overflow: hidden;
		height: 170px;
		width: 100%;
	}

	ul {
		position: relative;
	}

	.readMore {
		margin-top: 5px;
		margin-bottom: 15px;
	}

	.kontaktadresse a, .kontaktadresse span {
		line-height: 27px;
	}

	form label.control-label.error, form ul.error li {
		color: #FF0000 !important;
	}

	form input.form-control.error,
	form textarea.form-control.error,
	form select.form-control.error {
		border-color: #FF0000 !important;
	}

	form .required.cat {
		display: none;
	}

	ul.error ul {
		margin-left: 20px;
	}

	.p-15 {
		padding: 15px;
	}

	.pt-10 {
		padding-top: 10px
	}

	.full-width-img img, .full-width-btn {
		width: 100%;
	}

	.btn.right {
		float: right;
	}

	.vacancy-overview {
		box-shadow: rgb(33 33 33 / 10%) 0 4px 9px;
	}

	.vacancy-overview__data {
		min-height: 90px;
	}

	.vacancy-overview__online-date {
		min-height: 32px;
	}

	.vacancy-overview__title {
		line-height: 20px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	pre.vacancy-description {
		background-color: unset;
		border: unset;
		border-radius: unset;
		color: inherit;
		display: inherit;
		font-family: inherit;
		font-size: inherit;
		line-height: unset;
		margin: unset;
		overflow: unset;
		padding: unset;
		white-space: pre-wrap;
		white-space: -moz-pre-wrap;
		white-space: -o-pre-wrap;
		word-wrap: break-word;

	}

	.hyphens {
		hyphens: auto;
		-ms-hyphens: auto;
		-moz-hyphens: auto;
		-webkit-hyphens: auto;
		word-break: break-word;
	}

	.accessibility i,
	.accessibility em {
		color: #ffffff;
	}

	body.accessible .accessibility i,
	body.accessible .accessibility em {
		color: #ff0000;
	}

	.accessibility {
		font-size: 14px;
	}

	.accessibility:hover {
		cursor: pointer;
	}

	.col-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}

	.display-flex {
		display: flex !important;
	}

	#cookiebanner, #registry {
		width: 100%;
		max-width: 100vw;
		background-clip: border-box;
		border: 1px solid #000;
		border-radius: 6px;
		box-shadow: 0 0 5px 0 rgb(161, 163, 164);
		-webkit-box-shadow: 0 0 5px 0 rgb(249, 249, 250);
		-moz-box-shadow: 0 0 5px 0 rgba(212, 182, 212, 1);
		position: fixed;
		bottom: 0;
		z-index: 1001;
		font-weight: bold;
		display: none;
		justify-content: center;
		align-items: center;
	}

	#cookiebanner .cookie, #registry .reg {
		padding: 10px;
	}

	#cookiebanner .cookie .cookiebanner_text, #registry .reg .registry_banner_text {
		text-align: center;
	}

	#cookiebanner .cookie .cookiebuttons, #registry .reg .registry_buttons {
		text-align: center;
	}

	#cookiebanner .cookie .cookiebuttons .cookiebutton, #registry .reg .registry_buttons .registry_button {
		width: 150px;
		margin: 0 10px 10px 0;
		font-size: 16px;
		font-weight: bolder;
		border: 1px solid #000;
		padding: 5px;
	}

	/*
	Schriftgrößen anpassen
	*/
	.font-size__container span.font-size__title {
		color: #fff;
		font-size: 14px;
	}

	.font-size__container form.font-size__control {
		white-space: nowrap;
	}

	.font-size__container form.font-size__control button {
		background: none;
		border: none;
		box-shadow: none;
		color: #fff;
		cursor: pointer;
		font-size: 8px;
		padding: 0 1px;
	}

	.font-size__container form.font-size__control button:hover {
		text-decoration: underline;
	}

	.hr {
		background-color: #666;
		color: #666;
		border: solid 1px #666;
		height: 3px;
	}

	.fancybox-inner {
		max-height: 90vh !important;
	}

	.flexslider .slide img {
		max-height: 100vh !important;
		margin: auto !important;
	}

	#slider-lightbox .flex-active-slide img {
		max-height: 100vh;
	}

	#slider-lightbox .flexslider .slides img {
		max-height: 100vh !important;
		margin: auto !important;
		width: unset !important;
	}

	/* 11.7 */
	body:not(#not).accessible *:not([class*="fa-"]) {
		font-family: initial !important;
	}

	#header {
		line-height: 1.5;
		position: static;
	}

	#header #suche a,
	#header #suche div[tabindex="0"] {
		display: inline-block;
		line-height: 1;
	}

	table {
		width: 100% !important;
	}

	#footer h2 {
		font-size: 18px !important;
	}

	em.fa-lg:not(#not) {
		font-size: 19px !important;
	}

	em.fa-2x:not(#not) {
		font-size: 28px !important;
	}

	em.fa-3x:not(#not) {
		font-size: 42px !important;
	}
	
	/* Chatbot Message Styling als important überschreiben */
	#chatbot-messages article[data-role="user"] .message-body, #chatbot-messages article[data-role="user"] .message-body p {
		color: var(--chatbot-user-color) !important;
		background-color: var(--chatbot-user-background) !important;
	}
}

@media screen and (max-width: 991px) {
	.form-group fieldset {
		margin-left: 2%;
	}

	.form-group fieldset legend {
		width: 100%;
		padding: 7px 15px 10px 0px;
		margin-bottom: 0;
		font-size: 15px !important;
		color: #333333;
		border: none;
	}

	.form-group fieldset label:first-of-type {
		margin-left: 27%;
	}

	.font-size__container form.font-size__control button {
		font-size: 12px;
	}

	.accessibility i,
	.accessibility em {
		color: #00365c;
	}

	.image-outline {
		width: 100% !important;
	}
}

@media screen and (max-width: 767px) {
	.form-group fieldset {
		width: 58.33%;
		margin-left: 3%;
	}

	/*.form-group fieldset legend {*/
	/*	font-size: 12px !important;*/
	/*}*/

	/*.form-group > label > span {*/
	/*	font-size: 12px !important;*/
	/*}*/

	#header .lang:hover {
		cursor: pointer;
	}

	#header .lang.mobile {
		box-shadow: 0 0 2px 1px #3781af;
		border-bottom: none !important;
	}
}

@media screen and (max-width: 575px) {
	.col-1 {
		width: 8.333333333%
	}

	.col-2 {
		width: 16.666666667%
	}

	.col-3 {
		width: 25%
	}

	.col-4 {
		width: 33.333333333%
	}

	.col-5 {
		width: 41.666666667%
	}

	.col-6 {
		width: 50%
	}

	.col-7 {
		width: 58.333333333%
	}

	.col-8 {
		width: 66.666666667%
	}

	.col-9 {
		width: 75%
	}

	.col-10 {
		width: 83.333333333%
	}

	.col-11 {
		width: 91.666666667%
	}

	.col-12 {
		width: 100%
	}
}