@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Italic.woff2') format('woff2'),
        url('fonts/Poppins-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Regular.woff2') format('woff2'),
        url('fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Bold.woff2') format('woff2'),
        url('fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Bold.eot');
    src: url('fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/OpenSans-Bold.woff2') format('woff2'),
        url('fonts/OpenSans-Bold.woff') format('woff'),
        url('fonts/OpenSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Regular.eot');
    src: url('fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/OpenSans-Regular.woff2') format('woff2'),
        url('fonts/OpenSans-Regular.woff') format('woff'),
        url('fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Medium.eot');
    src: url('fonts/OpenSans-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/OpenSans-Medium.woff2') format('woff2'),
        url('fonts/OpenSans-Medium.woff') format('woff'),
        url('fonts/OpenSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

.falke-todo{
  background-color: pink;
}
.fontBlue{
  /*color: #007cb6;*/
  color: #007cb6; /*WCAG 4.5 Konform*/
}
.fontWhite{
  color: #fff;
}
.fontGrey{
  color: #585858;
}
.fontMarineBlue{
  color: #005A8C;
}
.fontLightGrey{
  color: #efefef;
}
.bgBlue{
  background-color: #007cb6;
}
.bgGrey{
  background-color: #585858;
}
.bgLightGrey{
  background-color: #efefef;
}
.bgWhite{
  background-color: white;
}
.bgMarineBlue{
  background-color: #005A8C;
}
.bgOrange{
  background-color: #F0821A;
}
.fontNormal{
  font-weight: normal !important;
}
.fontsemiBold{
  font-weight: 600;
}
.fontBold{
  font-weight: bold;
}

.fontPoppins{
  font-family: 'Poppins', 'Arial', sans-serif;
}
.text-align-right{
  text-align: right;
}
.text-align-left{
  text-align: left;
}
.text-align-center{
  text-align: center;
}
.fontUppercase{
  text-transform: uppercase;
}
.borderRadius{
  border-radius: 8px;
}
.falke-link-text{
  text-decoration: underline;
}
@media print{
  body, p{
    font-family: 'Open Sans', 'Arial', sans-serif;
  }
}

body,
input,
select,
textarea{
	font-size:16px;
	font-size:1rem;
  /*
  font-size:18px;
	font-size:1.125rem;*/
	line-height:1.5;
  font-family: 'Open Sans', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
	color: #585858;
  background-color:#efefef;

}

select{
  font-family: 'Poppins';
  font-weight: 600;
  background-color: white;
  border-radius: 8px;
  border: 1px solid #005d8d;
  padding: 5px 20px;
  max-width: 100%;
}

a{
	color:inherit;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a img{
	border:0;
}
input{
  font-family: 'Poppins', 'Arial', sans-serif;
  font-weight: 600;
}
h1, h2, h3, h4, h5, h6, button, .main-navigation .menu-item{
  line-height: 1;
  font-family: 'Poppins', 'Arial', sans-serif;
  font-weight: 400;
  hyphens: none;
}
.main-navigation .menu-item{
  line-height: 1.2;
}
h1, h2, h3, h4, h5{
  color: #005A8C;
  line-height: 1.2;
}
h1{
	font-size:2em;
	font-weight:600;
}
h2{
	font-size:1.34em;
	font-weight:600;
  line-height: 1.4;
}
h3{
	font-size:1.25em;
	font-weight:600;
  line-height: 1.3;
}
h4{
	font-size:1.2em;
	font-weight:600;
  line-height: 1.3;
}
@media all and (max-width:800px){
  h1, h2, h3, h4, h5{
    line-height: 1.3;
  }
	h1{
		font-size:1.5em;
	}
	h2{
		font-size:1.3em;
	}
	h3{
		font-size:1.1em;
	}
}

article h2 {
    margin-block-start: 2em;
}
.post-type-archive-falke_ortsrecht h2{
  margin-block-start: 2em;
  margin-block-end: 1.3em;
}
