@charset "UTF-8";

html,body {
	scroll-behavior:initial !important;
}


body,
body input,
body#body .tinyblock ul li,
body#body .artikel p,
body#body .topteaser .inhalt p,
body#body {
	color:#2d2d2d;
}

header.sticky-top {
    z-index: 999999;
}


/* padding vom container entfernen, max-width container überschreiben * /
.container {
	padding: 0px
}

@media (min-width: 1400px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1523px;
	}
}*/


/* zindex bug für backdrops */
.modal-backdrop {
	z-index: 1040;
}


.btn {
	border-radius: 25px;
	padding:5px 25px;
	color:#fff;
	/* white-space: nowrap; -> große buttons zerhauen sonst das layout */
}

body .btn-primary,
body .btn-primary:hover,
body .btn-check:focus+.btn-primary,
body .btn-primary:focus,
body .PiFormWrapper .btn-primary /* beschwerdeformulare pinuts*/ {
    color: #fff;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	font-family: ApproachKoelnSemiBold, Arial;
	font-size: 1.375rem;
   	padding: 0.2em 1.1em 0.2em 1.1em;
	border-radius: 1.4rem;
	border-color: var(--red);
	background-color: var(--red);
}



body .PiFormWrapper .btn,
body .PiFormWrapper .btn:hover{ /* beschwerdeformulare pinuts*/
	font-size: 1rem;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	font-family: ApproachKoelnSemiBold, Arial;
   	padding: 0.2em 1.1em 0.2em 1.1em;
	border-radius: 1.4rem;
}

body .btn-primary:hover,
body .btn-check:focus+.btn-primary,
body .btn-primary:focus{
    color: #fff;
    background-color: #d60909;
    border-color: #d60909;
	/* box-shadow: 0 0 0 0.25rem rgba(239,0,0,.5) */
}

body .PiFormWrapper .btn-primary:hover,/* beschwerdeformulare pinuts*/ 
body .PiFormWrapper .btn-primary:focus,
body .PiFormWrapper .btn-primary:active,
body .PiFormWrapper .btn-primary:not(:disabled):not(.disabled):not(.btn-disabled):active:focus
{
    color: #fff !important;
    background-color: #d60909 !important;
    border-color: #d60909 !important;
	box-shadow: none !important;
	/* box-shadow: 0 0 0 0.25rem rgba(239,0,0,.5) */
}

body .PiFormWrapper a,
body .PiFormWrapper a:hover {
	color:#ef0000
} 

body .btn-secondary,
body .btn-secondary:hover,
body .btn-check:focus+.btn-secondary,
body .btn-secondary:focus {
    font-style: normal;
	font-weight: normal;
	font-size: 1.375rem;
	padding: 0.2em 1.1em 0.2em 1.1em;
	border-radius: 1.4rem;
	border-color: #285F8B;
	background-color: #285F8B;
}


body .btn-secondary:hover,
body .btn-check:focus+.btn-secondary,
body .btn-secondary:focus {
    color: #fff;
    background-color: #1e4c72;
    border-color: #1e4c72;
	/* box-shadow: 0 0 0 0.25rem #285F8B; */
}

#body .btn-group-sm>.btn,#body .btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: .875rem;
    border-radius: 0.2rem;
}

.dropdown-item.active, .dropdown-item:active, .dropdown-item.active:hover {
    color: var(--default-font-color);
    text-decoration: none;
    background-color: #e9ecef;
}

/* Bootstrap setzt Table Caption nach unten, in der Vorschau unserer Formulare muss die aber oben sein*/
body .responsive-tables caption {
caption-side: top;
}

body .fdesigner h3,
body h4[tabindex]
 {
	font-size: 1.125rem;
}

/* unerwünschte Margin im Hero-Teaser für das Element figure */
figure {
	margin:0;
}

/* btn close farbe */
.btn-close{box-sizing:content-box;width:1em;height:1em;padding:.25em .25em;color:#ef0000;background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ef0000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;border:0;border-radius:.25rem;opacity:1}

#body .fdesigner li label {
	display: inline;
	margin: 0 0.5rem 0 0;
}
