/* Version: 05.03.2018 */

/**
 * 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: 'Calibri', 'Arial', sans-serif;
  font-size: 100%;
  color: #323232;
  text-decoration: none;
  font-weight: normal;
  word-spacing: normal;
  line-height: 1.3;
  background-color: #f1f1f1;
  /*	Hintergrundbilder werden in Chrome mit ausgedruckt	*/
  -webkit-print-color-adjust:exact;
  text-rendering: optimizeLegibility;
}


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

a:link,
a:visited,
a:active,
a:focus {
  color: #323232;
  text-decoration: none;
}

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

p {
  margin: 0 0 1rem 0;
}

h1, h2, h3, h4, h5 {
  line-height: 1.3;
  font-size: 1.55rem;
  font-weight: bold;
  padding: 0;
  margin: 0;
  color: #b5121b;
}

h1, h4 {
  text-transform: uppercase;
  color
}

h1 {
  margin: 2rem auto;
}

h2 {
  font-size: 1.5rem;
  font-weight: normal;
  margin-bottom: 2rem;
  color: #323232;
}

h3 {
  font-size: 2.1rem;
  line-height: 1;
}

h4 {
  margin-bottom: .5rem;
}

h4, h5 {
  font-size: 1.25rem;
}

ul {
  margin: 0 auto 1.5rem 0.5rem;
  padding-left: .5rem;
  list-style-type: disc;
}

li {
  margin: auto auto 0.4rem auto;
  padding: 0;
}

.frame-outer {
  position: relative;
  padding: 0;
  width: 720px;
  margin: 1.3rem auto;
  background-color: #FFF;
  border: .02rem solid #A7A9A4;
  box-shadow: -.1rem .1rem 1rem #999;
  font-size: 1rem;
}

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

.logo {
  width: 19rem;
  padding: 1.5rem 6%;
}

.header {
  position: relative;
}

.slogan-top {
  position: absolute;
  bottom: 0.6rem;
  left: 6%;
}

.slogan-top h3 {
  color: #ffffff;
}

.slogan-bottom {
  text-align: right;
  padding: 1.5rem 0 2rem 0;
}

.slogan-bottom img {
  width: 20rem;
}

.content {
  padding: 2.2rem 6% 1.1rem 6%;
}

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

.hide {
  display: none;
}

.button_box {
  text-align: center;
}

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

.button {
  position: relative;
  background: #ffffff;
  display: inline-block;
  border: .1rem solid #ffffff;
  cursor: pointer;
  margin: 2rem auto;
  transition: all .2s ease-in;
  width: 14.8rem;
  height: 3rem;
  text-align: center;
}

.button a:link, 
.button a:visited {
  position: absolute;
  color: #000000 !important;
  z-index: 2;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.1rem;
  display: inline-block;
  width: 100%;
  height: 100%;
  top: 25%;
  left: 0;
}
.button2 {
  position: relative;
  background: #ffffff;
  display: inline-block;
  border: .1rem solid #ffffff;
  cursor: pointer;
  margin: 2rem auto;
  transition: all .2s ease-in;
  width: 100%;
padding: 0.5rem 3%;
  height: 3rem;
  text-align: center;
}

.button2 a:link, 
.button2 a:visited {
  position: absolute;
  color: #000000 !important;
  z-index: 2;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.1rem;
  display: inline-block;
  width: 100%;
  height: 100%;
  top: 25%;
  left: 0;
}
.hover-bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 0;
  background: #b5121b;
  -webkit-transition: height .2s ease-in;
  transition: height .2s ease-in;
}

.button:hover .hover-bg {
  height: 100%;
}

.button:hover a,
.button a:hover {
  text-decoration: none;
}

.button:hover {
  border: .1rem solid #fff;
}

.footer {
 background: #b5121b;
 padding: 2.2rem 6% 1.1rem 6%;
 color: #ffffff;
}

.footer h5 {
  color: #ffffff;
}

.footer a:link,
.footer a:visited {
  color: #ffffff;
}

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

.jus-last {
  text-align: justify;
  text-align-last: justify;
}
.refnr {}

.apply {}
