body {
  height: 100%;
  padding-top: 173px;
  font-family: 'Fira Sans', sans-serif;
  color: #333;
  font-size: 1em;
  line-height: 1.4em;
}

body a {
  color: #575756;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 2.5em;
  line-height: 1em;
  font-weight: 700;
  text-transform: uppercase;
}

h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  padding-bottom: 5px;
  border-bottom: 2px solid #e4e4e4;
  font-size: 1.8em;
  line-height: 1.4em;
  font-weight: 300;
}

h3 {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #243744;
  font-size: 1.4em;
  line-height: 1em;
  font-weight: 600;
}

h4 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #979797;
  font-size: 1.2em;
  line-height: 1.4em;
  font-weight: 300;
}

p {
  margin-bottom: 10px;
  color: #575756;
  font-size: 1.1em;
  line-height: 1.4em;
  font-weight: 300;
}

a {
  color: #3872a7;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 5px;
  color: #575756;
  font-weight: 300;
  text-align: left;
  list-style-type: none;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
  text-align: left;
}

li {
  margin-bottom: 5px;
  padding-left: 25px;
  background-image: url('../images/check_blau.png');
  background-position: 0px 2px;
  background-size: 16px;
  background-repeat: no-repeat;
}

.section_headerbild {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #3872a7;
  background-image: -webkit-radial-gradient(circle farthest-side at 50% 0%, rgba(74, 149, 219, .25), rgba(56, 114, 167, .43)), url('../images/intro.jpg');
  background-image: radial-gradient(circle farthest-side at 50% 0%, rgba(74, 149, 219, .25), rgba(56, 114, 167, .43)), url('../images/intro.jpg');
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.grafikbild {
  margin-top: 30px;
  margin-bottom: 12px;
  border-bottom-style: none;
  color: #fff;
  font-size: 2.3em;
  line-height: 1.2em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.06em;
}

.button {
  display: inline-block;
  width: auto;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 20px;
  padding: 15px 50px;
  background-color: #243744;
  box-shadow: inset 0 0 0 0 #000;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.button:hover {
  background-color: #000;
  box-shadow: 0 0 0 0 rgba(36, 55, 68, .5);
  text-decoration: none;
}

.button.multiple {
  margin-right: 10px;
  margin-left: 10px;
}

.button.center {
  margin-right: 10px;
  margin-left: 10px;
}

.logoimage {
  float: right;
}

.logotype {
  padding-top: 30px;
  padding-right: 20px;
  float: right;
  color: #575756;
  font-size: 2.5em;
  line-height: 1.4em;
  font-weight: 700;
  text-transform: uppercase;
}

.logolink {
  float: right;
}

.navmenu {
  margin-left: -20px;
  float: left;
}

.navbar {
  height: 58px;
  border-top: 4px solid #ffdc00;
  background-color: #243744;
}

.navlink {
  height: 54px;
  padding-top: 17px;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #fff;
}

.navlink:hover {
  background-color: #ffdc00;
  color: #000;
  text-decoration: none;
}

.navlink.w--current {
  color: #fff;
}

.navlink.w--current:hover {
  color: #5f3939;
}

.introtype {
  padding-top: 55px;
  float: left;
  color: #575756;
  line-height: 1.2em;
  font-weight: 700;
}

.section_testimonials {
  padding-top: 70px;
  padding-bottom: 90px;
  background-color: #e4e4e4;
}

.logo_testimonial {
  display: block;
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
}

.flexgrid_partner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flexbox_partner {
  width: 25%;
}

.section_footer {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #243744;
  color: #fff;
}

.footerlink {
  display: block;
  padding-right: 20px;
  float: left;
  color: #575756;
  font-size: 0.9em;
  text-decoration: none;
}

.footerlink:hover {
  color: #e4e4e4;
  text-decoration: none;
}

.section_vorteile {
  padding-top: 50px;
  padding-bottom: 100px;
  text-align: center;
}

.section {
  padding-top: 35px;
  padding-bottom: 70px;
  background-color: #f7f7f7;
}

.section.center {
  text-align: center;
}

.login-button {
  width: 54px;
  height: 54px;
  float: right;
}

.header_textblock {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 65px;
  background-color: rgba(36, 55, 68, .75);
}

.head {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: #fff;
}

.head_container {
  height: 115px;
}

.header_h3 {
  margin-top: 0px;
  color: #a5a5a5;
  font-size: 1.3em;
  line-height: 1.2em;
  font-weight: 400;
  text-align: center;
}

.contactBar {
  width: 100%;
  padding: 20px 0;
  background: #ffdc00;
  text-align: center;
  font-size: inherit;
}

.contactBar a:hover {
  color: #ff0000;
  transition-duration: 750ms;
  text-decoration: none;
}

/*.supportbox{
  float: left;
  width: 50%;
  margin-right: 3.33333%;
  padding: 20px;
  box-sizing: border-box;
  background: #ffdc00;

 float: left;
 width: 48%;
 margin-right: 2%;
 padding: 20px;
 background: #eee;
 box-sizing: border-box;
}*/




.footerlink_1 {
  /*padding-right: 30px;*/
  color: #fff;
  font-size: 1.2em;
  text-decoration: none;
}

/*.footerlink_1:hover {
  color: #979797;
  text-decoration: none;
}*/

.footerlink_2 {
  padding-left: 30px;
  float: right;
  color: #fff;
  font-size: 1.2em;
  text-decoration: none;
  text-transform: uppercase;
}

.footerlink_2:hover {
  color: #979797;
  text-decoration: none;
}

.footer_row {
  padding-top: 25px;
}

footer a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;  
  font-weight: 300;
}

footer h3 a{
  font-size: 14px;
}
footer h3 a:hover{
  color: #ffdc00;
  text-decoration: none;
  transition: color 750ms;
}

footer a:hover {
  color: #fff;
  text-decoration: none;

}

footer a h4{
  font-size: 18px;
  font-weight: 400;
}

/*@media (max-width: 479px){
  footer h4 {
    text-align: center;
  }
  footer ul {
    text-align: center;
  }

}

footer ul {
  text-align: left;
}*/


footer p a{
  color: #fff;
  text-align: left;
  font-size: 14px; 
  font-weight: 300;
}

footer p{
  font-size: 14px;
}

footer p a:hover {
  color: #ffdc00;
  text-decoration: none;
  transition: color 750ms;
}


/*footer a:hover {
  color: #ffdc00;
  text-decoration: none;
  transition: color 750ms;
}*/

footer h4{
  color: rgb(255, 255, 255);
  margin-bottom: 0;
}

.max-width-container {
  position: relative;
  display: block;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.max-width-container.head_container {
  margin-bottom: 0px;
}

.max-width-container.navcontainter {
  margin-bottom: 0px;
}

.copyright {
  display: block;
  padding-right: 20px;
  float: left;
  color: #575756;
  font-size: 0.9em;
}

.trennlinie-gelb {
  height: 2px;
  margin-top: 5px;
  /*margin-right: 10px;
  margin-left: 10px;*/
  margin-bottom: 20px;
  background-color: #ffdc00;
}

.advantage_image {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.flexbox_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-bottom: 40px;
  margin-left: -10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-image: url('../images/Kreise.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.flexbox_33 {
  width: 33.333%;
}

.flexbox_33.advantage {
  text-align: center;
}

.flexbox_33.advantage.top {
  padding-top: 90px;
}

.advantage_link {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 15px 20px;
  background-color: #243744;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  font-size: 1em;
  line-height: 1.4em;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
}

.advantage_link:hover {
  background-color: #3872a7;
}

.vorteil_container {
  height: 100%;
}

.flexbox_100 {
  width: 100%;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
}

.image {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.column {
  margin-bottom: 25px;
}

.unordered-list {
  color: #243744;
}

.flexbox_50 {
  width: 50%;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
}

.contentimage {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.link_with_arrow {
  display: block;
  margin-bottom: 6px;
  padding-left: 27px;
  background-image: url('../images/linkpfeil.png');
  background-position: 0px 0px;
  background-size: 20px;
  background-repeat: no-repeat;
  color: #575756;
  font-weight: 300;
  text-align: left;
}

.link_with_arrow:hover {
  color: #3872a7;
}

.link_with_arrow_spez{
    display: block;
    margin-bottom: 6px;
    padding-left: 27px;
    background-image: url('../images/linkpfeil.png');
    background-position: 0px 0px;
    background-size: 20px;
    background-repeat: no-repeat;
    color: #575756;
    font-weight: 400;
    text-align: left;


  }
  
  .link_with_arrow_spez:hover {
    /*color: #ff0000;
    text-decoration: none;
    transition-duration: 750ms;*/
    text-decoration: underline;
  }


.download-list {
  margin-bottom: 20px;
}

.akkordion_toggle {
  width: 100%;
  padding-right: 60px;
  border: 2px solid #e4e4e4;
  background-image: url('../images/plus.png');
  background-position: 100% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
  color: #575756;
  font-size: 1.1em;
}

.akkordion {
  width: 100%;
  margin-bottom: 20px;
}

.akkordion_list {
  position: relative;
  overflow: hidden;
  height: 0px;
  background-color: #e4e4e4;
}

.akkordion_list.w--open {
  height: auto;
}

.akkordion_container {
  padding: 30px 20px;
}

.grey_box {
  height: 100%;
  margin: 0px;
  padding: 40px 30px 30px;
  background-color: #f1f1f1;
  text-align: center;
}

.trennlinie {
  height: 2px;
  margin-top: 50px;
  margin-bottom: 50px;
  background-color: #e4e4e4;
}

.dropdown-toggle {
  height: 54px;
  padding-top: 17px;
  padding-bottom: 0px;
  color: #fff;
}

.dropdown-toggle:hover {
  background-color: #ffdc00;
  color: #000;
}

.dropdown-link {
  height: 54px;
  padding-top: 17px;
  padding-bottom: 0px;
}

.dropdown-link:hover {
  background-color: #ffdc00;
  text-decoration: none;
}

.dropdown-link.w--current {
  background-color: #979797;
  color: #243744;
}

.textlink {
  color: #3872a7;
}

.textlink:hover {
  color: #243744;
}

.footer_logo {
  display: block;
  width: 148px;
  height: 70px;
  float: right;
}

/*.meta {
  width: 80px;
  height: 40px;
}*/

footer img:hover {
  /*box-shadow: 5px 5px 50px 10px #fff;*/
  box-shadow: 2px 2px 40px -15px #fff;
  transition-duration: 750ms;
  
}


.orderen-list-item {
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.ordered-list {
  text-align: left;
}

.ordered-list-2 {
  font-weight: 300;
}

html.w-mod-js *[data-ix="dropdown"] {
  display: none;
  height: 0px;
}

html.w-mod-js *[data-ix="slide-into-view"] {
  opacity: 0;
  -webkit-transform: rotateX(0deg) rotateY(89deg) rotateZ(0deg) translate(0px, 25px);
  transform: rotateX(0deg) rotateY(89deg) rotateZ(0deg) translate(0px, 25px);
}

html.w-mod-js *[data-ix="info-text"] {
  opacity: 0;
  width: 0px;
}

@media (max-width: 991px) {

  h1 {
    font-size: 2.1em;
  }
  h2 {
    font-size: 1.7em;
  }
  h3 {
    font-size: 1.2em;
  }
  h4 {
    font-size: 1.1em;
  }
  p {
    font-size: 0.9em;
    line-height: 1.4em;
  }
  ul {
    font-size: 0.9em;
  }
  li {
    margin-bottom: 2px;
  }
  .grafikbild {
    font-size: 1.8em;
  }
  .button {
    padding-right: 12px;
    padding-left: 12px;
    font-size: 0.9em;
  }
  .navmenu {
    margin-left: -10px;
  }
  .introtype {
    width: 60%;
    padding-top: 34px;
  }
  .footerlink {
    display: inline-block;
    float: none;
  }
  .header_textblock {
    margin-right: 30px;
    margin-left: 30px;
    padding-right: 20px;
    padding-bottom: 35px;
    padding-left: 20px;
  }
  .footerlink_1 {
    font-size: 1em;
  }
  .footerlink_2 {
    font-size: 1em;
  }
  .max-width-container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .copyright {
    display: inline-block;
    float: none;
  }
  .vorteil_container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .footer_logo {
    position: relative;
    height: auto;
    padding-top: 15px;
    float: none;
  }
  .orderen-list-item {
    padding-left: 5px;
  }
  .ordered-list-2 {
    padding-left: 20px;
    font-size: 0.9em;
  }
}

@media (max-width: 767px) {

  footer p a{
    text-align: center;
    font-size: 15px
  }
  footer h4 {
    text-align: center;
    font-size: 18px;
  }

  .trennlinie-gelb {
    height: 2px;
    margin-top: -17px;
    /*margin-right: 10px;
    margin-left: 10px;*/
    margin-bottom: 7px;
    background-color: #ffdc00;
  }

  h1 {
    margin-bottom: 10px;
  }
  h2 {
    font-size: 1.5em;
  }
  h3 {
    font-size: 1.2em;
  }
  p {
    font-size: 0.9em;
  }
  .grafikbild {
    font-size: 1.5em;
  }
  .button {
    padding-right: 30px;
    padding-left: 30px;
  }
  .logoimage {
    width: 80px;
  }
  .logotype {
    font-size: 1.8em;
  }
  .logolink {
    width: 40%;
  }
  .navmenu {
    background-color: #243744;
  }
  .navlink {
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
  }
  .introtype {
    padding-top: 34px;
    font-size: 0.8em;
  }
  .section_testimonials {
    padding-right: 10px;
    padding-left: 10px;
  }
  .section_footer {
    text-align: center;
  }
  .section {
    text-align: center;
  }
  .header_h3 {
    font-size: 1em;
  }
  .footerlink_1 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .footerlink_2 {
    display: inline-block;
    padding-top: 11px;
    padding-left: 0px;
    float: none;
  }
  .advantage_image {
    width: 30%;
  }
  .flexbox_33 {
    width: 50%;
  }
  .flexbox_33.advantage {
    position: relative;
    margin-top: 20px;
    padding-bottom: 60px;
    text-align: center;
  }
  .flexbox_33.advantage.top {
    padding-top: 0px;
    padding-bottom: 60px;
  }
  .bottom {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
  .flexbox_100 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .flexbox_50 {
    width: 100%;
  }
  .contentimage {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .link_with_arrow {
    text-align: left;
  }

  .akkordion {
    z-index: 10;
  }
  .menu_button {
    width: 54px;
    height: 54px;
    margin-left: -10px;
    padding: 7px 0px 0px;
    float: left;
    -webkit-transition: background-color 400ms ease;
    transition: background-color 400ms ease;
    color: #fff;
    font-size: 2.5em;
    text-align: center;
  }
  .menu_button:hover {
    background-color: #ffdc00;
    color: #243744;
  }
  .menu_button.w--open {
    background-color: #ffdc00;
    color: #243744;
  }
  .dropdown-toggle {
    padding-right: 20px;
    text-align: center;
  }
  .footer_logo {
    display: block;
    width: 100%;
    height: auto;
  }
}

@media (max-width: 479px) {  
  .horizontalflex{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
  }

  footer p a{
    text-align: center;
    font-size: 14px
  }
  footer h4 {
    text-align: center;
    font-size: 17px;
  }

  .trennlinie-gelb {
    height: 2px;
    margin-top: -20px;
    /*margin-right: 10px;
    margin-left: 10px;*/
    margin-bottom: 4px;
    background-color: #ffdc00;
  }

  h1 {
    font-size: 1.5em;
  }
  h2 {
    font-size: 1.2em;
  }
  h4 {
    font-size: 0.9em;
  }
  .grafikbild {
    font-size: 1.1em;
  }
  .button {
    display: block;
    margin-right: 20px;
    margin-left: 20px;
  }
  .logoimage {
    margin-bottom: 15px;
  }
  .logolink {
    width: 100%;
    padding-right: 10px;
    float: none;
  }
  .navmenu {
    padding-right: 0px;
    padding-left: 0px;
    float: none;
    text-align: center;
  }
  .navbar {
    padding-right: 0px;
    padding-left: 0px;
  }
  .navlink {
    padding-right: 4px;
    padding-left: 4px;
    font-size: 0.9em;
  }
  .introtype {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
    float: none;
    font-size: 0.8em;
    text-align: center;
  }
  .section_testimonials {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footerlink {
    margin-bottom: 10px;
    text-align: center;
  }
  .header_textblock {
    margin-right: 15px;
    margin-left: 15px;
  }
  .copyright {
    margin-bottom: 10px;
  }
  .advantage_image {
    width: 50%;
  }
  .flexbox_33 {
    width: 100%;
  }
  .vorteil_container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .grey_box {
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

.verticalflex{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  /*margin-bottom: 40px;*/
  margin-left: -10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-image: url('../images/Kreise.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  flex-direction: column;
}

.horizontalflex{
  display: flex;
  flex-direction: row;
}

.insideflexleft{
  width: 100%;
  margin-bottom: 50px;
  padding-right: 25px;
  padding-left: 10px;
}

.insideflexright{
  width: 100%;
  margin-bottom: 50px;
  padding-right: 10px;
  padding-left: 25px;
}

.text a{
  font-weight: bold;
}

.text a:hover{
  text-decoration: none;
  color: #ff0000;
  transition-duration: 750ms;
}

.inlinebutton{
  display: inline-block;
  width: auto;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 10px;
  padding: 15px 50px;
  background-color: #243744;
  box-shadow: inset 0 0 0 0 #000;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  font-weight: 400;
  text-align: center;
  font-size: 1.2em;
}

.inlinebutton:hover {
  background-color: #ffdc00;
  box-shadow: 0 0 0 0 rgba(36, 55, 68, .5);
  text-decoration: none;
  color: #243744;
  transition-duration: 750ms;
}

.inlinebuttonspan{
  color: #ffdc00;
  font-weight: bold;
  font-style: normal;
}

.inlinebutton:hover .inlinebuttonspan{
  color:#243744;
  transition-duration: 750ms;
}