@font-face { 
	font-family: "Open Sans";	 
	src: url('https://fonts.pwrk.dev/ofl/opensans/OpenSans[wdth,wght].woff2') format('woff2') ;
	font-weight: 300, 400, 500, 600, 700, 800, 900;
	font-style: normal;
}

@font-face { 	
	font-family: "Open Sans";	 
	src: url('https://fonts.pwrk.dev/ofl/opensans/OpenSans-Italic[wdth,wght].woff2') format('woff2') ;
	font-weight: 300, 400, 500, 600, 700, 800, 900;
	font-style: italic;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 100%;
  line-height: 1.4;
  color: #333333;
  text-decoration: none;
  font-weight: 400;
  word-spacing: normal;
  background-color: #FFF;
  -webkit-print-color-adjust: exact;
}

.frame-outer {
  position: relative;
  padding: 0;
  width: 710px;
  margin: 1.3rem auto;
  background-color: #FFF;
  border: 0.0625rem solid #555;
  font-size: 0.875rem;
}

a {
  color: #333333;
  text-decoration: none;
}

p {
  padding-bottom: 1rem;
}

h1 {
  font-size: 2.5em;
  line-height: 1.1;
  margin: 1rem 0 0.7rem;
  font-weight: 600;
}

h2 {
  font-size: 1em;
  line-height: 1.3;
  font-weight: 600;
  color: #21AED8;
}

h3 {
  font-size: 1.5em;
  line-height: 1.1;
  padding: 0.5rem 1.75rem;
  color: #FFF;
  background-color: #22AED8;
  text-transform: uppercase;
  margin: 0;
}

h4 {
  font-size: 1.3em;
  line-height: 1.1;
  margin: 0;
  font-weight: 600;
}

.bluebold{
color: #14afd9;
font-weight:600;
}

.farbe-blau{color: #14afd9;}

ul {
  padding: 0rem 0rem 1rem;
  list-style-image: url();
  list-style: none;
}

li {
  padding-left: 0.9rem;
}

li::before {
  content: "•";
  display: inline-block;
  font-size: 1.15em;
  position: relative;
  float: left;
  top: -0.15rem;
  margin-left: -0.9rem;
}

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

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

.header {
  padding: 0;
}

.content {
  padding: 1.25rem 1.75rem 0;
}

.big {
  font-size: 1.313em;
  font-weight: 600;
  padding-bottom: 1.25rem;
}

.pd_b {
  padding-bottom: 0.2rem;
}

.pd_b2 {
  padding-bottom: 1.5rem;
}

.footer {
  padding: 0 1.75rem 2rem;
}

.flex {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-flow: row wrap;
  text-align: left;
}

.left {
  width: 48%;
  padding-top: 0.25rem;
}

.right {
  width: 49%;
}


.left2 {
  width: 62%;
}

.right2 {
  width: 32%;
}

.iconbox{width:15%; margin:0.5rem 0 0 0;}
.iconbox img{width:auto; height:1.2rem;}
.icontextbox{width:85%; font-size:0.8rem; margin:0.5rem 0 0 0;}
.icontextbox p{margin:0; padding:0;}

.social_media {
  padding-top: 1rem;
}

.social_media img {
  margin: 0 1rem 0.35rem 0;
  vertical-align: -0.75rem;
}

.small {
  font-size: 0.875em;
  line-height: 1.4;
}

.logo {
  text-align: right;
}
.title {
  font-size: 2rem;
  text-align:left !important;
}
.bottom{
  padding-bottom: 0;
}
.justify{
  text-align: justify;
}

.refnr {}

.apply {}
