/*************************************
************** reset **************
**************************************/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*************************************
************** main **************
**************************************/
body {
  font-family: 'Open Sans', sans-serif; }

strong {
  font-weight: 800; }

a {
  text-decoration: none; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

#wrapper {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding: 0px;
  max-width: 1280px; }

h1,
h2 {
  font-weight: 800;
  font-size: 20px;
  color: #4A4A49;
  line-height: 25px; }
  @media screen and (min-width: 768px) {
    h1,
    h2 {
      font-size: 25px;
      line-height: 30px; } }

h3 {
  font-weight: 800;
  font-size: 15px;
  color: #4A4A49;
  line-height: 25px; }

p {
  font-size: 12px;
  line-height: 16px;
  color: #4A4A49; }
  @media screen and (min-width: 768px) {
    p {
      font-size: 16px;
      line-height: 26px; } }

figcaption {
  font-size: 10px;
  line-height: 15px;
  color: #4A4A49; }

button {
  cursor: pointer; }

/*************************************
************** header **************
**************************************/
.header-logo {
  margin: 7px 12px 9px 12px; }
  .header-logo img {
    width: 130px; }
    @media screen and (min-width: 768px) {
      .header-logo img {
        width: 242px;
        margin: 26px 12px 9px 11.71%; } }

.sy-pager {
  clear: both;
  display: block;
  width: 100%;
  margin: -1.2em 0 0;
  padding: 0;
  list-style: none;
  text-align: center;
  position: relative;
  z-index: 9999; }

.sy-pager li.sy-active a {
  background-color: #ED8B00; }

.sy-pager li a {
  background-color: #000; }

.sy-pager li {
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  margin: 0 1em 0 0;
  border-radius: 50%; }

.slider-form {
  display: flex;
  flex-wrap: wrap; }
  .slider-form .slider {
    width: 100%;
    background-color: #E8ECF0; }
    @media screen and (min-width: 768px) {
      .slider-form .slider {
        width: 63.7%; } }
  .slider-form .form {
    width: 100%;
    background-color: #E8ECF0;
    padding: 7px 20px 13px 20px; }
    @media screen and (min-width: 768px) {
      .slider-form .form {
        width: 31%; } }
    .slider-form .form .form__com {
      padding-top: 11px; }
      .slider-form .form .form__com input {
        width: 100%;
        height: 30px;
        border: 1px solid #979797;
        margin-bottom: 3px; }
  .slider-form .formback {
    background-image: url("../img/10percent.png");
    background-position: right 30px top 0px;
    background-repeat: no-repeat; }
  .slider-form .form__com-top {
    padding-top: 220px; }

button, .btndanke {
  color: #fff;
  background-color: #ED8B00;
  width: 100%;
  padding: 9px 12px;
  border: none;
  font-size: 15px; }

.btndanke {
  margin-top: 10px;
  display: block;
  width: 80%;
  text-align: center; }

.section2 {
  padding: 36px 20px; }
  @media screen and (min-width: 768px) {
    .section2 {
      padding: 36px 11.71%; } }
  .section2 img {
    max-width: 100px; }
    @media screen and (min-width: 768px) {
      .section2 img {
        width: 213px; } }
  .section2 figure {
    display: table;
    float: left;
    margin-right: 10px; }
    @media screen and (min-width: 768px) {
      .section2 figure {
        float: right;
        margin-left: 9.29%; } }
  .section2 figcaption {
    display: table-caption;
    caption-side: bottom; }
    @media screen and (min-width: 768px) {
      .section2 figcaption {
        font-size: 16px;
        font-weight: 800;
        line-height: 26px;
        width: 200px; } }
  .section2 h2 {
    color: #002D72; }
    @media screen and (min-width: 768px) {
      .section2 h2 {
        font-size: 28px;
        line-height: 38px; } }
    .section2 h2 strong {
      color: #002D72; }
  @media screen and (min-width: 768px) {
    .section2 button {
      width: 30%; } }

.section3 {
  clear: both;
  background-color: #002D72;
  padding: 30px 20px;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .section3 {
      padding: 36px 11.71%; } }
  .section3 h2,
  .section3 h3 {
    color: #fff; }
  .section3 .schritte {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .section3 .schritte .schritt1,
    .section3 .schritte .schritt2,
    .section3 .schritte .schritt3 {
      width: 100%; }
      @media screen and (min-width: 768px) {
        .section3 .schritte .schritt1,
        .section3 .schritte .schritt2,
        .section3 .schritte .schritt3 {
          width: 33%; } }
    .section3 .schritte img {
      margin-right: auto;
      margin-left: auto;
      margin-top: 36px;
      max-width: 83px; }
      @media screen and (min-width: 768px) {
        .section3 .schritte img {
          max-width: 130px; } }
    .section3 .schritte h3 {
      font-size: 24px;
      line-height: 30px;
      padding-top: 25px;
      padding-bottom: 14px; }
    .section3 .schritte p {
      color: #fff; }
  @media screen and (min-width: 768px) {
    .section3 button {
      width: 30%; } }

.section4 {
  display: flex;
  flex-wrap: wrap; }
  .section4 .pic,
  .section4 .contact {
    width: 100%; }
    @media screen and (min-width: 768px) {
      .section4 .pic,
      .section4 .contact {
        width: 50%; } }
  .section4 .contact img {
    width: 159px;
    padding: 18px 20px; }
    @media screen and (min-width: 768px) {
      .section4 .contact img {
        width: 262px; } }
  .section4 .contact__con {
    padding: 18px 20px;
    font-size: 15px;
    color: #4A4A49;
    line-height: 24px; }
  .section4 p {
    color: #000;
    font-size: 15px; }

.dankesection {
  background-color: #ED8B00;
  text-align: center;
  padding: 36px; }
  .dankesection img {
    margin-right: auto;
    margin-left: auto;
    max-width: 136px; }
  .dankesection h1,
  .dankesection p {
    color: #fff;
    padding: 15px; }
  .dankesection button {
    color: #fff;
    background-color: #000; }
    @media screen and (min-width: 768px) {
      .dankesection button {
        width: 30%; } }

footer {
  background-color: #000;
  padding: 10px 25px 42px 25px; }
  footer a,
  footer p {
    color: #fff;
    font-size: 15px;
    line-height: 26px; }
