

/** Pace **/
.pace-wrapper{
  background-color: rgba(0,0,0,0.5);
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000000;
}
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-perspective: 12rem;
  -ms-perspective: 12rem;
  -o-perspective: 12rem;
  perspective: 12rem;
  z-index: 2000;
  height: 6rem;
  width: 6rem;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.pace.fixed {
  position: fixed;
}
.pace.pace-inactive .pace-progress {
  display: none;
}
.pace .pace-progress {
  position: fixed;
  z-index: 2000;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 6rem;
  width: 6rem !important;
  line-height: 6rem;
  font-size: 2rem;
  border-radius: 50%;
  background: rgba(230, 61, 160, 0.8);
  color: #fff;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 100;
  text-align: center;
  -webkit-animation: pace-theme-center-circle-spin linear infinite 2s;
  animation: pace-theme-center-circle-spin linear infinite 2s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.pace .pace-progress:after {
  content: attr(data-progress-text);
  display: block;
}
@-webkit-keyframes pace-theme-center-circle-spin {
  from {
    -webkit-transform: rotateY(0deg);
  }
  to {
    -webkit-transform: rotateY(360deg);
  }
}
@keyframes pace-theme-center-circle-spin {
  from {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  to {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}

/* White Version | lp16.html?color=white           */
.white #head,
.white #head p.headline,
.white #head p.subhead,
.white #head p.copy {
    color: #444444;
    text-shadow: none;
}

.white #page_wrapper {
    background-color: rgba(255,255,255,0.5);;
}
body.white {
    background-image: url('../img/lp16/lp16_bg_white.jpg');
}


/* Facebook-Styles | lp16.html?fb=1            */
body.fb {
    background-image: url('../img/lp16/lp16_bg_fb.jpg');
}
body.fb.white {
    background-image: url('../img/lp16/lp16_bg_white_fb.jpg');
}

body.fb #page_wrapper{
    background: none;
}

/* Global Styles */
*, *:after, *:before { box-sizing: border-box; margin: 0; padding: 0;}
html {
    font-size: 15px;
    line-height: 1.3em;
    height: 100%;
    min-height: 100%;
}

body {
    position: absolute;
    min-width: 800px;
    margin: 0 auto;
    padding: 0;
    font-family: "Helvetica", Arial, sans-serif;
    background-color: #ff5db1;
    background-image: url('../img/lp16/lp16_bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    min-height: 100%;
}


#page_wrapper {
    background-color: rgba(198,0,116,0.5);
    width: 100%;
    width: 100vw;
    height: 100%;
    height: 100vh;
    min-height: 100%;
    min-height: 100vh;
}

#content_wrapper {
    position: relative;
    min-width: 800px;
    max-width: 800px;
    margin: auto;
    padding-top: 0px;
    border-radius: 8px;
    height: 100%;
}
#head {
    padding: 16px 0px;
    line-height: 1.3em;
    color: #fff;
    text-shadow: 1px 1px 4px #444;
    margin: auto;
}
.white #head {
    color: #444444;
        text-shadow: none;

}
#head p.headline {
    text-shadow: 1px 1px 4px #050505;
    text-shadow: 1px 1px 4px rgba(10,10,10,0.6);
    color: #ffffff;
    font-size: 5em;
    line-height: 1.3em;
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
}


#head p.headline{
    animation: aniAchtung linear 0.4s;
    animation-iteration-count: 2;
    transform-origin: 50% 50%;
    -webkit-animation: aniAchtung linear 0.4s;
    -webkit-animation-iteration-count: 2;
    -webkit-transform-origin: 50% 50%;
    -moz-animation: aniAchtung linear 0.4s;
    -moz-animation-iteration-count: 2;
    -moz-transform-origin: 50% 50%;
    -o-animation: aniAchtung linear 0.4s;
    -o-animation-iteration-count: 2;
    -o-transform-origin: 50% 50%;
    -ms-animation: aniAchtung linear 0.4s;
    -ms-animation-iteration-count: 2;
    -ms-transform-origin: 50% 50%;
}
#head p.subhead {
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.3em;
    color: #fff;
    text-shadow: 1px 1px 4px #050505;
    text-shadow: 1px 1px 4px rgba(10,10,10,0.6);
}
#head p.copy {
    margin-top: 0.75em;
    color: #fff;
    text-shadow: 1px 1px 4px #050505;
    text-shadow: 1px 1px 4px rgba(10,10,10,0.6);
}
#content {
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -ms-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
    background-color: #fff;
    padding: 8px;
    max-width: 800px;
    border-radius: 8px;
}
#progressbar_step1 {
    text-align: center;
    font-weight: bold;
}
#progressbar_step1 .pb_bar {
    background-color: #00bf14;
}
.third { width: 32.9%; }
#progressbar_step3-1,
#progressbar_step3-2,
#progressbar_step3-3 {
    display: inline-block;
    height: 30px;
}
#progressbar_step3-1 .pb_percent,
#progressbar_step3-2 .pb_percent,
#progressbar_step3-3 .pb_percent {
    top: 6px;
    font-size: 0.95em;
}
#progressbar_step3-1 .pb_bar,
#progressbar_step3-2 .pb_bar,
#progressbar_step3-3 .pb_bar {
    background-color: #e176a5;
}
#progressbar_step3-total {
    height: 50px;
    margin-bottom: 8px;
}
#progressbar_step3-total .pb_percent {
    top: 12px;
    font-size: 1.0em;
}
#progressbar_step3-total .pb_bar {
    background-color: #00bf14;
}
.progressbar {
    border-radius: 8px;
    height: 60px;
    position: relative;
    border: 1px solid #efefef;
    text-align: center;
    background: #e0e0e0;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UwZTBlMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left,  #e0e0e0 0%, #eeeeee 100%);
    background: -webkit-gradient(linear, left center, right center, color-stop(0%,#e0e0e0), color-stop(100%,#eeeeee));
    background: -webkit-linear-gradient(left,  #e0e0e0 0%,#eeeeee 100%);
    background: -o-linear-gradient(left,  #e0e0e0 0%,#eeeeee 100%);
    background: -ms-linear-gradient(left,  #e0e0e0 0%,#eeeeee 100%);
    background: linear-gradient(to right,  #e0e0e0 0%,#eeeeee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#eeeeee',GradientType=0 );
}
.pb_percent {
    text-align: center;
    position:absolute;
    left:0;
    right:0;
    top: 0;
    bottom: 0;
    font-size: 0.9em;
    margin-left:auto;
    margin-right:auto;
    margin-top:auto;
    margin-bottom:auto;
    line-height: 100%;
    color: #ffffff;
    text-shadow: 1px 1px 4px #444;
}
.pb_bar {
    border-radius: 8px;
    color: white;
    width: 0;
    height: 100%;
    background-color: #dc017c;
    width: 0px;
    overflow: hidden;
}

#gmap {
    float: left;
    width: 70%;
    min-width: 536px;
    margin: 0 1% 0 0;
    height: 284px;
    border-radius: 8px;
}
#fragen {
    float: right;
    width: 28%;
    min-width: 216px;
    color: #fff;
    margin: 0;
    height: 284px;
    position: relative;
}
.frage {
    height: 500px;
    text-align: center;
}
.frage .f {
    margin: 0px;
    text-align: left;
    font-size: 1em;
    font-weight: normal;
    color: #090909;
    line-height: 1.3em;
}
.frage .f span {
    color: #1D5F0F;
    font-weight: bold;
    font-size: 1.2em;
}
.frage .a {
    -webkit-transition: background-image 0.25s ease-in-out;
    -moz-transition: background-image 0.25s ease-in-out;
    -ms-transition: background-image 0.25s ease-in-out;
    -o-transition: background-image 0.25s ease-in-out;
    transition: background-image 0.25s ease-in-out;
    border-radius: 8px;
    background-color: #ff5db1;
    color: #fff;
    font-size: 1.8em;
    line-height: 1.3em;
    text-shadow: 1px 1px 4px #444;
    background: #ff5db1;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmNWRiMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZjAxN2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #dd5db1 0%, #dc017c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dd5db1), color-stop(100%,#dc017c));
    background: -webkit-linear-gradient(top,  #dd5db1 0%,#dc017c 100%);
    background: -o-linear-gradient(top,  #dd5db1 0%,#dc017c 100%);
    background: -ms-linear-gradient(top,  #dd5db1 0%,#dc017c 100%);
    background: linear-gradient(to bottom,  #dd5db1 0%,#dc017c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd5db1', endColorstr='#dc017c',GradientType=0 );
    margin: 0.125em 0;
    cursor: pointer;
    padding: 4px;
    max-width: auto;
    min-width: 180px;
    display: block;
}

#direct-links {
    position: absolute;
    bottom: 0rem;
    right: 0rem;
    text-align: center;
    width: 28%;
    min-width: 216px;
}
#direct-links a {
    transition: all 250ms ease-in-out;
    color: #0f0f0f;
    display: inline-block;
    background-color: transparent;
    border: 1px solid #efefef;
    border-radius: 3px;
    padding: 0.25rem 0.5rem;
    text-decoration: none;
}
#direct-links a:hover,
#direct-links a:active,
#direct-links a:focus {
    border: 1px solid #ef017c;
}
.frage .a:first-child { margin-top: 1em; }
.frage .a:hover {
    background: #ff5db1;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmNWRiMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZjAxN2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ff5db1 0%, #ef017c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff5db1), color-stop(100%,#ef017c));
    background: -webkit-linear-gradient(top,  #ff5db1 0%,#ef017c 100%);
    background: -o-linear-gradient(top,  #ff5db1 0%,#ef017c 100%);
    background: -ms-linear-gradient(top,  #ff5db1 0%,#ef017c 100%);
    background: linear-gradient(to bottom,  #ff5db1 0%,#ef017c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5db1', endColorstr='#ef017c',GradientType=0 );
}
#counter {
    padding: 8px;
    padding-bottom: 4px;
    background: #e0e0e0;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UwZTBlMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #e0e0e0 0%, #eeeeee 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0e0e0), color-stop(100%,#eeeeee));
    background: -webkit-linear-gradient(top,  #e0e0e0 0%,#eeeeee 100%);
    background: -o-linear-gradient(top,  #e0e0e0 0%,#eeeeee 100%);
    background: -ms-linear-gradient(top,  #e0e0e0 0%,#eeeeee 100%);
    background: linear-gradient(to bottom,  #e0e0e0 0%,#eeeeee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#eeeeee',GradientType=0 );
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0px;
    border: 1px solid #efefef;
    border-top: none;
    font-weight: bold;
    text-align: center;
}
.zahl {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all  0.25s ease-in-out;
    -ms-transition: all  0.25s ease-in-out;
    -o-transition: all  0.25s ease-in-out;
    transition: all  0.25s ease-in-out;
    display: inline-block;
    margin: 0;
    padding: 0;
    height: 50px;
    width: 30px;
    line-height: 30px;
    background: url('../img/lp16/digits.png') no-repeat;
}
.z0 { background-position: 0px 0px; }
.z1 { background-position: 0px -50px; }
.z2 { background-position: 0px -100px; }
.z3 { background-position: 0px -150px; }
.z4 { background-position: 0px -200px; }
.z5 { background-position: 0px -250px; }
.z6 { background-position: 0px -300px; }
.z7 { background-position: 0px -350px; }
.z8 { background-position: 0px -400px; }
.z9 { background-position: 0px -450px; }
.zP { background-position: -10px -500px; width: 12px; }
.cf { clear: both; height: 0; overflow: hidden; }
.hidden { display: none; }
#step1 p { text-align: center; }
#step2 {  }
#step3 {  }
#formular_wrapper { }
#formular_wrapper p { float: left; width: 49%; }
#formular_wrapper strong {
    font-size: 24px;
    font-weight: bold;
    color: #dc017c;
    line-height: 1.3em;
}
#formular_wrapper strong span { color: #000; }
#formular_wrapper form { float: right; width: 49%; text-align: center; }
#formular_wrapper input[type='submit'], #formular_wrapper input[type='submit']:visited {
    border-radius: 8px;
    width: 70%;
    border: none;
    font-size: 1.5em;
    font-weight: bold;
    color: #fff;
    margin: 8px auto 12px;
    padding: 8px;
    background: #299a0b;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI5OWEwYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyOTlhMGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #299a0b 0%, #299a0b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#299a0b), color-stop(100%,#299a0b));
    background: -webkit-linear-gradient(top,  #299a0b 0%,#299a0b 100%);
    background: -o-linear-gradient(top,  #299a0b 0%,#299a0b 100%);
    background: -ms-linear-gradient(top,  #299a0b 0%,#299a0b 100%);
    background: linear-gradient(to bottom,  #299a0b 0%,#299a0b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#299a0b', endColorstr='#299a0b',GradientType=0 );
}
#formular_wrapper input[type='submit']:hover, #formular_wrapper input[type='submit']:active {
    background: #14db11;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE0ZGIxMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyOTlhMGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #14db11 0%, #299a0b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#14db11), color-stop(100%,#299a0b));
    background: -webkit-linear-gradient(top,  #14db11 0%,#299a0b 100%);
    background: -o-linear-gradient(top,  #14db11 0%,#299a0b 100%);
    background: -ms-linear-gradient(top,  #14db11 0%,#299a0b 100%);
    background: linear-gradient(to bottom,  #14db11 0%,#299a0b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#14db11', endColorstr='#299a0b',GradientType=0 );
}
#formular_wrapper input[type='text'], #formular_wrapper input[type='text']:visited, #formular_wrapper input[type='email'], #formular_wrapper input[type='email']:visited  {
    width: 350px;
    height: 35px;
    border-radius: 10px;
    border: 1px solid #808080;
    font-size: 14px;
    padding: 5px;
    font-weight: bold;
}
#impressum {
    font-size: 10px !important;
    color: #ffffff;
    position: absolute;
    text-decoration: none;
    right: 0px;
    bottom: 20px;
    font-size: 0.9em;
}
#impressum a {
    text-decoration: none;
    color: #d0d0d0 !important;
}
#impressum a:hover {
    text-decoration: underline;
    color: #ffffff !important;
}

/* @media all and (max-width: 800px),
all and (max-width: 53em),
all and (-webkit-min-device-pixel-ratio : 1.5),
all and (min-device-pixel-ratio : 1.5) */
@media (max-width: 1023px), (min-device-width : 768px) and (max-device-width : 1024px){
    *, *:after, *:before { }
    .mobile_hidden { display: none; }
    html {
        font-size: 1em;
    }
    body {
        position: relative;
        width: auto;
        min-width: 1px;
        margin: 0;
        padding: 0;
        background-size: cover;
        background-position: top center;
    }
    #page_wrapper {
        width: auto;
        height: auto;
        padding: 0.5em;
    }
    #content_wrapper {
        position: relative;
        width: auto;
        height: auto;
        min-width: 100%;
        max-width: 100%;
        padding-top: 0px;
    }
    #head {
        position: relative;
        text-align: center;
        padding: 0.5em 0px;
    }
    #head p.headline {
        text-align: center;
        font-size: 2.5em;
    }
    #head p.subhead {
        font-size: 1.1em;
    }
    #head p.copy {
        font-size: 0.9em;
        margin-top: 0.75em;
    }
    #content {
        text-align: center;
        padding: 0.5em;
        width: auto;
        max-width: none;
    }
    #progressbar_step1 { }
    #progressbar_step1 .pb_bar { }
    .third { width: auto; display:block; }
    #progressbar_step3-1,
    #progressbar_step3-2,
    #progressbar_step3-3 {
        display: block;
        height: 2em;
    }
    #progressbar_step3-1 .pb_percent,
    #progressbar_step3-2 .pb_percent,
    #progressbar_step3-3 .pb_percent {
        top: 0.5em;
        font-size: 0.8em;
    }
    #progressbar_step3-total {
        height: 2.25em;
        margin-bottom: 0.5em;
    }
    #progressbar_step3-total .pb_percent {
        top: 0.5em;
        font-size: 1.0em;
    }
    #progressbar_step3-total .pb_bar {
    }
    .progressbar {
        height: 2em;
        position: relative;
    }
    .pb_percent {
        position:absolute;
        left:0;
        right:0;
        top: 0;
        bottom: 0;
        margin-left:auto;
        margin-right:auto;
        margin-top:auto;
        margin-bottom:auto;
        line-height: 100%;
        color: #ffffff;
        text-shadow: 1px 1px 4px #444;
    }
    .pb_bar {
        border-radius: 0.5em;
        color: white;
        width: 0;
        height: 100%;
        background-color: #dc017c;
        width: 0px;
        overflow: hidden;
    }
    #gmap {
        float: none;
        width: auto;
        max-width: 100%;
        min-width: 100%;
        margin: 0;
        height: 10em;
        border-radius: 0.5em;
    }
    #fragen {
        text-align: center;
        float: none;
        width: auto;
        margin-top: 1em;
        height: auto;
        position: relative;
    }
    .frage {
        text-align: center;
        font-size: 1em;
        height: auto;
    }
    .frage .f {
        margin: 0em;
        text-align: left;
        font-size: 1em;
    }
    .frage .f span {
        font-size: 1em;
    }
    .frage .a {
        font-size: 1em;
        cursor: pointer;
        display: inline-block;
        min-width: 48%;
        max-width: 48%;
        width: 48%;
    }
    .frage .a:nth-child(even) {
        margin-right: 1%;
    }
    .frage .a:nth-child(odd) {
        margin-left: 1%;
    }
    .frage .a:first-child { }
    .frage .a:hover { }
    #direct-links { position: relative; width: auto; margin-top: 0.5rem;}
    #counter {
        top: auto;
        right: auto;
        padding: 0.5em;
        padding-bottom: 0.25em;
        position: relative;
        margin-top: 0.5em;
        margin-bottom: 0.5em;
        border: 1px solid #efefef;
        border-radius: 0.5em;
    }
    .zahl {
        display: inline-block;
        margin: 0;
        padding: 0;
        height: 50px;
        width: 30px;
        line-height: 30px;
        background: url('../img/lp16/digits.png') no-repeat;
    }
    .z0 { background-position: 0px 0px; }
    .z1 { background-position: 0px -50px; }
    .z2 { background-position: 0px -100px; }
    .z3 { background-position: 0px -150px; }
    .z4 { background-position: 0px -200px; }
    .z5 { background-position: 0px -250px; }
    .z6 { background-position: 0px -300px; }
    .z7 { background-position: 0px -350px; }
    .z8 { background-position: 0px -400px; }
    .z9 { background-position: 0px -450px; }
    .zP { background-position: -10px -500px; width: 12px; }
    .cf { clear: both; height: 0; overflow: hidden; }
    .hidden { display: none; }
    #step1 p { text-align: center; }
    #step2 {}
    #step3 {}
    #formular_wrapper { text-align: center}
    #formular_wrapper strong {
        font-size: 1.2em;
        font-weight: bold;
        color: #dc017c;
        line-height: 1.3em;
    }
    #formular_wrapper strong span { color: #000; }
    #formular_wrapper p { float: none; width: auto; }
    #formular_wrapper form {
        float: none;
        width: auto;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    #formular_wrapper input[type='submit'], #formular_wrapper input[type='submit']:visited {
        font-size: 1.3em;
        width: 90%;
        margin: 0.5em auto 0.75em auto;
        padding: 0.5em;
        display: block;
    }
    #formular_wrapper input[type='text'], #formular_wrapper input[type='text']:visited,
    #formular_wrapper input[type='email'], #formular_wrapper input[type='email']:visited {
        width: 90%;
        height: 3em;
        border-radius: 0.5em;
        border: 1px solid #808080;
        font-size: 1.3em;
        padding: 0.5em;
        display: block;
        margin: 0.5em auto 0.75em auto;
    }
    #impressum {
        text-align: center;
        position: static;
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
}

@keyframes aniAchtung{
    0% {
        transform:  translate(0px,0px)  ;
    }
    15% {
        transform:  translate(0px,-25px)  ;
    }
    30% {
        transform:  translate(0px,0px)  ;
    }
    45% {
        transform:  translate(0px,-15px)  ;
    }
    60% {
        transform:  translate(0px,0px)  ;
    }
    75% {
        transform:  translate(0px,-5px)  ;
    }
    100% {
        transform:  translate(0px,0px)  ;
    }
}
@-moz-keyframes aniAchtung{
    0% {
        -moz-transform:  translate(0px,0px)  ;
    }
    15% {
        -moz-transform:  translate(0px,-25px)  ;
    }
    30% {
        -moz-transform:  translate(0px,0px)  ;
    }
    45% {
        -moz-transform:  translate(0px,-15px)  ;
    }
    60% {
        -moz-transform:  translate(0px,0px)  ;
    }
    75% {
        -moz-transform:  translate(0px,-5px)  ;
    }
    100% {
        -moz-transform:  translate(0px,0px)  ;
    }
}
@-webkit-keyframes aniAchtung {
    0% {
        -webkit-transform:  translate(0px,0px)  ;
    }
    15% {
        -webkit-transform:  translate(0px,-25px)  ;
    }
    30% {
        -webkit-transform:  translate(0px,0px)  ;
    }
    45% {
        -webkit-transform:  translate(0px,-15px)  ;
    }
    60% {
        -webkit-transform:  translate(0px,0px)  ;
    }
    75% {
        -webkit-transform:  translate(0px,-5px)  ;
    }
    100% {
        -webkit-transform:  translate(0px,0px)  ;
    }
}
@-o-keyframes aniAchtung {
    0% {
        -o-transform:  translate(0px,0px)  ;
    }
    15% {
        -o-transform:  translate(0px,-25px)  ;
    }
    30% {
        -o-transform:  translate(0px,0px)  ;
    }
    45% {
        -o-transform:  translate(0px,-15px)  ;
    }
    60% {
        -o-transform:  translate(0px,0px)  ;
    }
    75% {
        -o-transform:  translate(0px,-5px)  ;
    }
    100% {
        -o-transform:  translate(0px,0px)  ;
    }
}
@-ms-keyframes aniAchtung {
    0% {
        -ms-transform:  translate(0px,0px)  ;
    }
    15% {
        -ms-transform:  translate(0px,-25px)  ;
    }
    30% {
        -ms-transform:  translate(0px,0px)  ;
    }
    45% {
        -ms-transform:  translate(0px,-15px)  ;
    }
    60% {
        -ms-transform:  translate(0px,0px)  ;
    }
    75% {
        -ms-transform:  translate(0px,-5px)  ;
    }
    100% {
        -ms-transform:  translate(0px,0px)  ;
    }
}