@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;1,300;1,400&display=swap'); 
 html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
strong
{
	font-weight:500;
}
.subhead
{
	color:#184384;
	font-size:1rem;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
 font-family: 'Roboto', sans-serif;
  font-size: 100%;
  color: #000;
  text-decoration: none;
  font-weight: normal;
  word-spacing: normal;
  line-height: 1.5;
  background-color: #FFF;
}

.frame-outer {
  position: relative;
  padding: 0;
  width: 780px;
  margin: 1.3rem auto;
  background-color: #F3F4F6;
  border: 0.02rem solid #ececec;
  
  font-size: 0.70rem;
}

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

.content {
  padding: 1.1rem 3%;
}

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

p {
  margin: 0 0 1rem 0;
}

h1 {
  line-height: 1.5;
  font-size: 1.5rem;
  font-weight: normal;
  padding: 0;
  margin: 0;
	color:#184384;
}

h2 {
  margin: 0;
  line-height: 1.5;
  font-size: 1.5rem;
  font-weight: normal;
}


.flex {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
	align-items: flex-start;
}

.flex div {
	width: 22%;
}
.box-left {
  float: left;
  width: 72%;

}

.box-right {
  float: right;
  width: 25%;

	
}

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

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

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

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

a:active {
  text-decoration: none;
  color: #184384;
}
ul {
  margin: 0 auto 1rem 0.5rem;
  padding-left: 0.3rem;
  list-style-type: disc;
  list-style-type: none;
}

li {
  position: relative; 
  margin: auto;
  padding-bottom: 0.1rem;
}

 li::before {
  position: absolute;
  top: -0.6rem;
  left: -0.8rem;
  content: "•";
  font-size: 1.5rem;
color: #000;
} 
.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
}

.refnr {}

.apply {}

.justifier {
  text-align: justify;
}

p:empty {
  height: 1rem;
}

.button_box {
  text-align: center;
}

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

.button a {
  display: inline-block;
  background: #514e58;
  padding: 0.3rem 0.9rem;
  margin: 0.5rem auto;
  cursor: pointer;
  border: 0.1rem solid #514e58;
  transition: all 140ms ease 0s;
  -moz-transition: all 140ms ease 0s;
  -webkit-transition: all 140ms ease 0s;
  color: #fff;
	font-weight: normal;
	border-radius: 3px;
}
.button a:hover {
  background-position: 15px center;
  background-color: #184384;
  text-decoration: none;
  color: #fff;
}
.html_ausblenden
{
	display: none;
}
.responsive_ausblenden
{
	display: block;
}
