@charset "iso-8859-1";
/* Fonts */
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('open-sans-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''), url('/r/z00xfxck56t1wvu/open-sans-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/r/z010cfkwdqxekjl/open-sans-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('open-sans-v18-latin-regular.woff') format('woff'), /* Modern Browsers */ url('open-sans-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('/r/z029dv972mf2my9/open-sans-v18-latin-regular.svg%23OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-800 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('open-sans-v18-latin-800.eot'); /* IE9 Compat Modes */
  src: local(''), url('/r/z02gufp2bw56gf6/open-sans-v18-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/r/z115dbw514a78y3/open-sans-v18-latin-800.woff2') format('woff2'), /* Super Modern Browsers */ url('open-sans-v18-latin-800.woff') format('woff'), /* Modern Browsers */ url('open-sans-v18-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */ url('/r/z10aja0q1ihd8bu/open-sans-v18-latin-800.svg%23OpenSans') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('open-sans-v18-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''), url('/r/z10aa7ti46dk77v/open-sans-v18-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/r/z00vgw7bgw4wisl/open-sans-v18-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */ url('open-sans-v18-latin-italic.woff') format('woff'), /* Modern Browsers */ url('open-sans-v18-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('/r/z007in02roncdcj/open-sans-v18-latin-italic.svg%23OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-800italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url('open-sans-v18-latin-800italic.eot'); /* IE9 Compat Modes */
  src: local(''), url('/r/z108iljgu3vo7oe/open-sans-v18-latin-800italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/r/z00qfqwbs5c166p/open-sans-v18-latin-800italic.woff2') format('woff2'), /* Super Modern Browsers */ url('open-sans-v18-latin-800italic.woff') format('woff'), /* Modern Browsers */ url('open-sans-v18-latin-800italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('/r/z01kg471eco3pl4/open-sans-v18-latin-800italic.svg%23OpenSans') format('svg'); /* Legacy iOS */
}
body {
  -webkit-print-color-adjust: exact !important; /*For Chrome */
  color-adjust: exact !important; /* For Firefox */
  background-color: white !important;
}
#ag {
  max-width: 780px;
}
#ag .spalte, #ag .spalten {
  min-height: auto;
}
#ag p, #ag .item, #ag h1, #ag h2, #ag h3 {
  font-family: 'Open Sans', sans-serif;
  color: #24408F;
  font-size: 13px;
  padding: 0 25px;
  line-height: 18px;
}
.bodyContainer {
  font-family: 'Open Sans', sans-serif;
  color: #24408F;
  font-size: 13px;
  line-height: 18px;
}
#ag p {
  padding-top: 15px;
}
#ag b i {
  font-size: 12px;
}
#ag h1 {
  font-size: 28px;
  line-height: 32px;
  padding-top: 15px;
  color: #F5821F;
  font-style: italic;
}
#ag h1 span {
  font-size: 14px;
}
#ag h2 {
  font-size: 14px;
  line-height: 18px;
  padding-top: 0px;
  color: #F5821F;
  font-style: italic;
}
#ag h3 {
  line-height: 20px;
  padding-top: 15px;
  color: #24408F;
  font-size: 12px;
  font-style: italic;
}
#ag h3 + p {
  padding-top: 0;
}
#ag a {
  color: #24408F;
  text-decoration: none;
}
#ag a:hover {
  color: #13224C;
}
#ag ul {
  list-style-type: none;
}
#ag li {
  padding-left: 15px;
  position: relative;
}
#ag li:before {
  position: absolute;
  top: 1px;
  left: 1px;
  content: "/";
  color: #F5821F;
}
#ag ul ul {
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}
/* BUTTON settings */
#ag .btn-wp-wrap {
  padding: 0 25px;
  transform: skewX(-10deg);
  text-align: center;
  margin-top: 35px;
  margin-bottom: 45px;
}
#ag .btn-wp {
  display: inline-block;
  background-color: #F5821F;
  padding: 10px 25px;
  transition: all .3s ease;
}
#ag .btn-wp:hover {
  background-color: #A95207;
  box-shadow: inset 0px 0px 8px rgba(0, 0, 0, .2);
  transition: all .3s ease;
}
#ag .btn-wp p, #ag .btn-wp a, #ag .div-apply a {
  padding: 0;
  font-size: 12px;
  font-style: italic;
  line-height: 15px;
  letter-spacing: 0.5px;
  color: #fff;
  font-weight: 700;
  transform: skewX(10deg)
}
#ag .head {
  width: 100%;
}
#ag .logo {
  position: absolute;
  width: 25%;
  bottom: 35px;
  right: 35px;
}
#ag .flexwrap {
  background-color: #F5821F;
  margin-top: 15px;
  padding-bottom: 35px;
  margin-bottom: 15px;
}
/* Neue BUTTONS */
/* Start */
#ag .btn-wpn {
  display: inline-block;
  background-color: none;
  padding: 10px 25px;
  transition: all .3s ease;
  transform: scale(1.0);
}
#ag .btn-wpn:hover {
  display: inline-block;
  background-color: none;
  padding: 10px 25px;
  transition: all .3s ease;
  filter: brightness(95%);
  transform: scale(1.1);
}
/*Fixed*/
.wpnfix {
  background-color: #F5821F;
  color: white !important;
  position: fixed;
  bottom: 0px;
  padding: 15px 15px 15px 15px;
  width: 100%;
  z-index: 101;
  min-height: 40px;
  max-width: 780px;
}
.wpnfix2 {
  background-color: #F5821F;
  color: white !important;
  position: fixed;
  bottom: 0px;
  padding: 15px 15px 15px 15px;
  width: 100%;
  z-index: 100;
  min-height: 40px;
}
.wpnfix .bwbtn {
  font-size: 1.1111rem;
  background-color: #004684;
  line-height: 1.5555em;
  color: #fff !important;
  padding: 0.5em 3em !important;
  margin: 0.5em 0.5em 0.7em 0.5em !important;
  display: block !important;
  max-width: 200px;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  text-align: center;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
}
.ctat {
  line-height: 1.5555em;
  color: #fff !important;
  display: inline-block;
  font-size: 1.1111rem;
  text-decoration: none;
  position: relative;
  text-align: left;
  padding-right: 20px !important;
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  width: 100%;
  font-weight: 700;
  margin: 0.5em 0.5em 0.5em 0.5em !important;
}
.wc {
  color: #fff !important;
  text-decoration: none;
}
.btn-wpnfix {
  position: fixed;
  bottom: 0px;
  right: -20px;
  display: inline-block;
  background-color: none;
  transition: all .3s ease;
}
.btn-wpnfix:hover {
  position: fixed;
  bottom: 0px;
  right: 0px;
  display: inline-block;
  background-color: none;
  transition: all .3s ease;
  filter: brightness(95%);
}
/*FlexFIX*/
.flexbox-panel {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.flexbox-item {
  flex: 0 1 auto;
}
.flex-item:nth-child(1) {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}
.flex-item:nth-child(2) {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}
/* BUTTON settings */
#ag .btn-wp-wrap {
  padding: 0 25px;
  transform: skewX(-10deg);
  text-align: center;
  margin-top: 35px;
  margin-bottom: 45px;
}
#ag .btn-wp {
  display: inline-block;
  background-color: #F5821F;
  padding: 10px 25px;
  transition: all .3s ease;
}
#ag .btn-wp:hover {
  background-color: #A95207;
  box-shadow: inset 0px 0px 8px rgba(0, 0, 0, .2);
  transition: all .3s ease;
}
#ag .btn-wp p, #ag .btn-wp a {
  padding: 0;
  font-size: 12px;
  font-style: italic;
  line-height: 15px;
  letter-spacing: 0.5px;
  color: #fff;
  font-weight: 700;
  transform: skewX(10deg)
}
#ag .conclaim {
  width: 60%;
  margin: 0px 0px 70px 25px;
	clear: both;
}
#ag .conclaim {
      padding-bottom: 50px;
			padding-top: 50px;
    }
/* Neue Buttons*/
/* Ende */
@media only print and (min--moz-device-pixel-ratio:0) {
  #ag .flexwrap {
    /* 
    background-color: linear-gradient(90deg, #F5821F, #F5821F); */
  }
}
#ag .benefitimg {
  width: 50px;
  height: 50px;
  margin-top: 20px;
  margin-left: 25px;
}
#ag .benefit {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-top: 20px;
}

#ag .step {
  display: none;
}
#ag .item p {
  padding-top: 0;
  padding-left: 0;
}
@media screen and (max-width: 778px) {
  .wpnfix {
    left: 0;
  }
}
@media screen and (max-width: 699px) {
  #ag .conclaim {
    width: 60%;
    margin: 0px 0px 70px 25px;
  }
  #ag .btn-wp-wrap {
    padding: 0 25px;
    transform: skewX(-10deg);
    text-align: left;
    margin-top: 35px;
    margin-bottom: 45px;
  }
  .ctat {
    line-height: 1.5555em;
    color: #fff !important;
    display: inline-block;
    font-size: 1.1111rem;
    text-decoration: none;
    position: relative;
    text-align: left;
    padding-right: 0px !important;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    width: 100%;
    font-weight: 700;
    margin: 0.5em 0.5em 0.5em 0.5em !important;
  }
}
@media screen and (max-width: 480px) {}