/* Version: 05.03.2018 */

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Roboto', sans-serif;
  font-size: 100%;
color: #003da5;
  text-decoration: none;
  font-weight: normal;
  word-spacing: normal;
  line-height: 1.4;
  background-color: #ffbf3f;
  /*	Hintergrundbilder werden in Chrome mit ausgedruckt	*/
  -webkit-print-color-adjust:exact;
}

p {
	margin:0;
}

p:empty {
height: 1.125rem;
}
.sap{
	
	position: absolute; bottom: 0.5rem;
	right: 0.5rem;
	
	
}
.sap img{ width: 70px}
.logo{
	width: 30%;
	margin: 2rem 2rem 1.5rem 2rem;
}
.pfeil{
	position: absolute;
	top:7.4rem;
	left:0;
}
.pfeil img{
	height: 326px;
}
.titel{ position: absolute;
top: 13rem;
	left: 5rem;
	width: 37%;

}
h1 {
  line-height: 1.2;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 0;
  margin: 0;
	color: #003da5;
}

h2 {
  margin: 0;
  line-height: 1.5;
  font-size: 0.9rem;
  font-weight: 500;
	color:#003da5;
}
h3 {
  margin: 0;
  line-height: 1.5;
  font-size: 	1rem;
  font-weight: 700;
	color:#003da5;
	padding-bottom: 0.2rem;
}

.frame-outer {
  position: relative;
  padding: 0;
  width: 720px;
  margin: 1.3rem auto;
  background-color: #FFF;
  border: 0.02rem solid #ffbf3f;
 
  font-size: 0.85rem;
}

.frame-outer::after {
  content: "";
  display: block;
  clear: both;
}

.content {
  padding: 1.6rem 5% 1.6rem 5%;
}

.content::after {
  content: "";
  display: block;
  clear: both;
}

.content_grau {
  padding: 1.1rem 5%;
	background-color: #efefef;
}

.content_grau::after {
  content: "";
  display: block;
  clear: both;
}
.gelbgross{ color: #ffbf3f;
text-align: center;
	font-size: 2rem;
	font-weight: 600;
}

.blau{
	color: #00286c;
	text-align: center;
	font-weight: 500;
	
	
}
.content_blau {
  padding: 1.1rem 5%;
	background-color: #00286c;
	color: #fff;
}


.content_blau::after {
  content: "";
  display: block;
  clear: both;
}
.content_blau h3{ color:#ffbf3f; }

.box-left {
  float: left;
  width: 48%;
}

.box-right {
  float: right;
  width: 48%;
}

.footer {

}

.footer::after {
  content: "";
  display: block;
  clear: both;
}

img {
  max-width: 100%;
  height: auto;
  width: auto9;
  border: 0;
  vertical-align: middle;
}

a:link {
  color: #fff;
  text-decoration: none;
}

a:visited {
  text-decoration: none;
  color: #fff;
}

a:hover {
  text-decoration: underline;
color: #febe3f;
}

a:active {
  text-decoration: none;
  color: #fff;
}

ul {
  margin: 0 auto 1rem 0.5rem;
  padding-left: 0.5rem;
  list-style-type: disc;
  list-style-type: none;
}

li {
  position: relative; 
  margin: auto;
  padding-bottom: 0.3rem;
}
li ul {
  position: relative; 
  margin: auto;
  padding-bottom: 0;
	padding-left: 1.5rem;
	margin-bottom: 0;
	padding-top: 0.3rem;
}
 li::before {
  position: absolute;
  top: -0.4rem;
  left: -0.8rem;
  content: "›";
  font-size: 1.3rem;
color: #003da5;
} 










.ulhaken {
  margin: 0 auto 1rem 0.5rem;
  padding-left: 0.5rem;
 list-style-image:url(haken.jpg)
}


.lihaken {
  position: relative; 
  margin: auto;
  padding-bottom: 0.3rem;
}
.lihaken ul {
  position: relative; 
  margin: auto;
  padding-bottom: 0;
	padding-left: 1.2rem;
	margin-bottom: 0;
	padding-top: 0.3rem;
}
 .lihaken::before {
  position: absolute;
  top: -0.4rem;
  left: -0.1rem;
   font-size: 1.3rem;
content: none;
} 






.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
}

.hide {
  display: none;
}

.justifier {
  text-align: justify;
}

.justifier:after {
  content: "";
  display: inline-block;
  width: 100%;
}

p:empty {
  height: 1rem;
}

.table {
  display: table;
  width: 100%;
  /* border-collapse: collapse; */
  table-layout: fixed;
  /* border-spacing: 3rem; */
}

.row {
  display: table-row;
}

.cell-left,
.cell-right {
  display: table-cell;
  vertical-align: bottom;
  padding: 1rem 3%;
}

.cell-left {
  border-right: 15px solid #fff;
}

.cell-right {
  border-left: 15px solid #fff;
}

/* .flex {
  display: table;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 1rem 0;
} 
*/.flex2 {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0.5rem 0 1.5rem 0;
}
.left2 {
  width: 52%;
  padding: 0.1rem 1rem 0 0;

}

.right2 {
  width: 45%;
	padding: 0.1rem 0 0 1rem;}

.kontakt{
	margin: 1rem 0;
}
.flex {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0.5rem 0;
}

.left {
  width: 25%;
  padding: 0.1rem 5% 0 5%;

}
.left img{

	margin: 0 auto;
	display: block;
	align-self: center;
	padding-bottom: 0.4rem;
}

.right {
  width: 25%;
  padding: 0.1rem 5% 0 5%;
  
}
.right img{
	
	margin: 0 auto;
	display: block;	align-self: center;
	padding-bottom: 0.4rem;
}

.button_box {
  text-align: center;
}

.button_box::after {
  clear: both;
  content: "";
  display: block;
}

.button a {
  display: inline-block;
  background: #00286c;
  padding: 0.5rem 2rem 0.7rem 2rem;
  margin: 2rem auto;
  cursor: pointer;

  border: 0.1rem solid #ffbf3f;
  transition: all 140ms ease 0s;
  -moz-transition: all 140ms ease 0s;
  -webkit-transition: all 140ms ease 0s;
  color: #ffbf3f;
	font-weight: 500;
	font-size: 1rem;
}
.button a:hover {
  background-position: 15px center;
  background-color: #ffbf3f;
  text-decoration: none;
  color: #00286c;
}
.refnr {}

.apply {}
