body,
button,
input,
select,
textarea{
	font-size:20px;
	font-size:1.25rem;
	line-height:1.4;
	font-family: 'Lexend', 'Arial', sans-serif;
	font-weight: 300;
	color: var(--heiser-navy);
}
:lang(pl-PL) body, :lang(pl-PL) button, :lang(pl-PL) input, :lang(pl-PL) select, :lang(pl-PL) textarea{
	/*font-family: 'Arial', sans-serif;*/
}

a{
	color:inherit;
}
a img{
	border:0;
}

/** klassen für editor, die auch in der functions.php definiert werden **/

.fontBlue{
	color:#244284;
}

.fontLightBlue{
	color:#009CDE;
}

.fontGrey{
	color: #53565A;
}

/*content colors*/

.fontBeige{
	color:#D6D2C4;
}

.fontLightLightBlue{
	color:#8dc8e8;
}




h1, h2, .falke-font-dortmund { font-weight:bold; clear:both; font-family: 'Dortmund', 'Arial', sans-serif; }
h3{
	font-weight: 500;
}
@media all and (min-width: 1025px){
	h1{
		font-size:3em;
	}
	.home h2, .page-id-16570 h2{
		font-size:2.6em;
	}
	h2{
		font-size:2em;
	}
	h3{
		font-size:1.3em;
	}
	h4{
		font-size:1em;
	}
}

@media all and (max-width: 1024px){
	h2{
		font-size:2.1em;
	}
}
@media all and (max-width: 768px){
	h1{
		font-size:1.8em;
	}
	h2{
		font-size:1.4em;
	}
}

ul,
ol {
	margin: 0;
}
ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1em;
}



/** alles unter dieser linie kommt aus der style.css vom starter-theme **/

b,
strong {
	font-weight: bold;
}

.elementor-widget-container b,
.elementor-widget-container strong {
	font-weight: 500;
}

dfn {
	font-style: italic;
}

a {
	background-color: transparent;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

dfn,
cite,
em{
	font-style: italic;
}
i{
	font-family: 'FONT AWESOME 5 FREE';
  font-weight: 700;
  font-style: normal;
}
#breadcrumbs {
	margin: 0px !important;
}
#breadcrumbs img{
	margin: 0 3px;
}
#breadcrumbs a:hover{
	color: var(--blue);
}
.falke-breadcrumb-container{
	display: none !important;
}
body.page-child .falke-breadcrumb-container{
	display: block !important;
}
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%;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 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. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}
