html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
.colgroup:before,
.colgroup:after,
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.colgroup:after,
.clearfix:after {
  clear: both;
}
.colgroup,
.clearfix {
  zoom: 1;
}
.container {
  width: 100%;
  display: block;
  margin: 0 auto 0 auto;
  text-align: left;
}
.col {
  margin: 0 3% 0 3%;
  float: left;
  display: block;
}
.w-1,
.w-2,
.w-3,
.w-4,
.w-5,
.w-6,
.w-7,
.w-8,
.w-9,
.w-10,
.w-11,
.w-12 {
  width: 94%;
}
.l-0,
.l-1,
.l-2,
.l-3,
.l-4,
.l-5,
.l-6,
.l-7,
.l-8,
.l-9,
.l10,
.l11 {
  margin: 0 3% 0 3%;
}
@media only screen and (min-width: 600px) {
  .container {
    width: 100%;
  }
  .col {
    margin: 0 2% 0 2%;
    float: left;
    display: block;
  }
  .w-1,
  .w-2,
  .w-3,
  .w-4,
  .w-5 {
    width: 29%;
  }
  .w-6 {
    width: 45.5%;
  }
  .w-7,
  .w-8,
  .w-9,
  .w-10,
  .w-11 {
    width: 62%;
  }
  .w-12 {
    width: 96%;
  }
  .l-0,
  .l-1,
  .l-2,
  .l-3,
  .l-4,
  .l-5 {
    margin-left: 2%;
  }
  .l-6 {
    margin-left: 51.5%;
  }
  .l-7,
  .l-8,
  .l-9,
  .l-10,
  .l-11 {
    margin-left: 66%;
  }
}
@media only screen and (min-width: 1000px) {
  .container {
    width: 960px;
  }
  .col {
    display: block;
    float: left;
    margin: 0 10px 0 10px;
  }
  .w-1 {
    width: 60px;
  }
  .w-2 {
    width: 140px;
  }
  .w-3 {
    width: 220px;
  }
  .w-4 {
    width: 300px;
  }
  .w-5 {
    width: 380px;
  }
  .w-6 {
    width: 460px;
  }
  .w-7 {
    width: 540px;
  }
  .w-8 {
    width: 620px;
  }
  .w-9 {
    width: 700px;
  }
  .w-10 {
    width: 780px;
  }
  .w-11 {
    width: 860px;
  }
  .w-12 {
    width: 940px;
  }
  .l-0 {
    margin-left: 10px;
  }
  .l-1 {
    margin-left: 90px;
  }
  .l-2 {
    margin-left: 170px;
  }
  .l-3 {
    margin-left: 250px;
  }
  .l-4 {
    margin-left: 330px;
  }
  .l-5 {
    margin-left: 410px;
  }
  .l-6 {
    margin-left: 490px;
  }
  .l-7 {
    margin-left: 570px;
  }
  .l-8 {
    margin-left: 650px;
  }
  .l-9 {
    margin-left: 730px;
  }
  .l-10 {
    margin-left: 810px;
  }
  .l-11 {
    margin-left: 890px;
  }
}
header {
  text-align: center;
}
.header {
  height: 200px;
}
footer {
  text-align: center;
  display: none;
}
.footer {
  height: 50px;
}
.sub-navigation {
  display: block;
}
.change-design {
  display: none;
}
.main-content {
  margin-left: -3%;
}
.desktop-only {
  display: none;
}
.show-navigation {
  display: block;
  background-color: #ffd93e;
  line-height: 20px;
  height: 20px;
  border-top: 1px solid #665F58;
  border-bottom: 1px solid #665F58;
  position: absolute;
  top: 157px;
  left: 0;
  padding: 5px 0 5px 10%;
  width: 90%;
  z-index: 99999;
  cursor: pointer;
  color: #990000;
  background-image: url(/web/style/img/navigation_toggle.png);
  background-position: 5px 0;
  background-repeat: no-repeat;
}
.show-navigation-active {
  background-position: 10px -30px;
}
@media only screen and (min-width: 600px) {
  header {
    text-align: center;
    display: block;
  }
  .header {
    height: 250px;
  }
  footer {
    text-align: center;
  }
  .footer {
    height: 70px;
  }
  .change-design,
  .sub-navigation {
    display: block;
  }
  .desktop-only {
    display: none;
  }
  .show-navigation {
    display: none;
  }
  .header-navigation {
    display: block ! important;
  }
}
@media only screen and (min-width: 1000px) {
  header {
    text-align: center;
    display: block;
  }
  .header {
    height: 510px;
    position: relative;
  }
  .main-content {
    margin-bottom: 30px;
  }
  footer {
    background-color: #990000;
    color: #ffffff;
    text-align: center;
    margin-top: 70px;
    position: relative;
    display: block;
  }
  .footer {
    height: auto;
  }
  .form-search {
    position: absolute;
    left: 56px;
    top: 15px;
  }
  .desktop-only {
    display: inline;
  }
}
body {
  font-family: 'Dosis', sans-serif;
  background-color: #ffea95;
}
.header-service {
  position: absolute;
  left: 308px;
  top: 27px;
  color: #990000;
  line-height: 21px;
  font-size: 14px;
}
.header-service a {
  color: #990000;
  text-decoration: none;
  margin: 0 10px 0 10px;
}
.links-social img {
  display: block;
  float: left;
  margin-right: 17px;
  margin-left: 17px;
}
.header-navigation {
  position: absolute;
  left: 13px;
  top: 444px;
}
.header-navigation ul {
  list-style-type: none;
  width: 980px;
}
.header-navigation ul li {
  float: left;
}
.header-navigation ul li a {
  padding: 0 18px 0 0;
  margin: 0 13px 0 0;
  line-height: 48px;
  height: 48px;
  text-decoration: none;
}
.header-navigation ul li a.last {
  padding: 0;
  margin: 0;
  background: none;
}
.header-navigation ul li a.main-navigation-inactive {
  color: #665F58;
}
.header-navigation ul li a.main-navigation-active {
  color: #990000;
}
img.header-logo {
  margin-top: -35px;
}
.footer-sitemap {
  float: left;
  margin-left: 10px;
  margin-top: 25px;
  margin-bottom: 40px;
  margin-right: 20px;
}
.footer-sitemap span,
.footer-sitemap a {
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  text-decoration: none;
}
.footer-sitemap span {
  font-weight: bold;
  color: #ffd93e;
  margin-bottom: 15px ! important;
}
.footer-sitemap li {
  margin-left: 10px;
}
.footer-sitemap ul {
  margin-top: 15px ! important;
  list-style-image: url(/web/style/img/footer_sitemap.png);
}
.footer-service {
  position: absolute;
  padding-left: 353px;
  width: 607px;
  left: 50%;
  margin-left: -480px;
  top: -50px;
  text-align: left;
}
.footer-service p {
  color: #990000;
  font-size: 14px;
  line-height: 16px;
}
.footer-service a {
  color: #990000;
  margin: 0 10px 0 10px;
  text-decoration: none;
}
.footer-service a.service-top {
  color: #990000;
  margin: 0 20px 0 0;
  text-decoration: none;
  font-weight: bold;
  padding: 14px 0 14px 0;
  line-height: 16px;
}
.boxen-top {
  margin-bottom: 60px;
}
.line-after {
  margin-bottom: 20px;
  border-bottom: 1px solid #665F58;
  padding-bottom: 20px;
}
.main-content-block {
  color: #665F58;
  font-size: 20px;
  line-height: 28px;
  margin-left: 28px;
}
.main-content-block p {
  margin-bottom: 7px;
}
.main-content-block a {
  color: #665F58;
}
.main-content-block ul,
.main-content-block ol {
  padding-left: 15px;
}
.title-1 {
  font-family: 'Dosis', sans-serif;
  color: #990000;
  font-size: 35px;
  line-height: 40px;
  font-weight: normal;
  margin-bottom: 30px;
  font-weight: bold;
}
.title-2 {
  font-family: 'Dosis', sans-serif;
  color: #990000;
  font-size: 35px;
  line-height: 40px;
  font-weight: normal;
  margin-bottom: 30px;
  font-weight: bold;
}
.title-3 {
  font-family: 'Dosis', sans-serif;
  color: #990000;
  font-size: 22px;
  line-height: 31px;
  font-weight: bold;
  margin-bottom: 10px;
}
.content-sitemap {
  margin-bottom: 30px;
}
.content-sitemap span {
  font-weight: bold;
  color: #665F58;
}
.content-sitemap ul {
  padding-left: 20px;
  color: #665F58;
}
.content-sitemap a {
  color: #665F58;
}
.container.footer {
  width: 980px;
}
.form-email {
  display: none;
}
.main-content {
  margin-left: 10px;
}
.header-navigation a:hover {
  color: #990000 ! important;
}
.sub-navigation a:hover {
  color: #990000 ! important;
}
.img-large {
  max-width: 100%;
  height: auto;
  margin-bottom: 40px;
}
.mini-gal {
  margin-bottom: 30px;
}
.mini-gal img {
  display: block;
  float: left;
  width: 48%;
  margin-right: 4%;
}
.mini-gal img:nth-child(2n) {
  margin-right: 0;
}
@media only screen and (min-width: 1000px) {
  body {
    background-image: url('/web/style/img/amsler/header_bg_erwachsene.png');
    background-repeat: repeat-x;
    background-position: 0 73px;
  }
}
.links-social {
  position: absolute;
  left: 785px;
  top: 0;
  background-image: url('/web/style/img/amsler/header_1_erwachsene.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  padding: 13px 10px 10px 40px;
  height: 50px;
  width: 200px;
}
.form-search {
  background-image: url('/web/style/img/icon_search_erwachsene.png');
  background-repeat: no-repeat;
  background-position: 0 9px;
  height: 80px;
  width: 100px;
  position: absolute;
  top: 15px;
  left: 10px;
}
.form-search-input {
  padding: 6px 8px 6px 12px;
  border: none;
  background: none;
  background-image: url('/web/style/img/search_input_erwachsene.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 163px;
  height: 25px;
  color: #990000;
  font-family: 'Dosis', sans-serif;
  position: absolute;
  top: 0;
  left: 65px;
  font-size: 18px;
}
.form-search-btn {
  border: none;
  background: none;
  background-image: url('/web/style/img/btn_search_erwachsene.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 42px;
  height: 37px;
  position: absolute;
  top: 0;
  left: 255px;
}
.header-navigation ul li a {
  font-family: 'Dosis', sans-serif;
  font-size: 21px;
  font-weight: bold;
  border-right: 1px solid #b9aa7c;
  line-height: 44px;
  margin-right: 8px;
  padding-left: 8px;
}
.header-navigation ul li a.last {
  border-right: 0;
  border-right: none;
  padding: 0;
  margin: 0;
}
.header-adresse {
  position: absolute;
  top: 96px;
  left: 10px;
  padding: 27px;
  width: 241px;
  height: 248px;
  border: 1px solid #676058;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  background-color: #ffea95;
}
.header-adresse p {
  font-size: 17px;
  line-height: 20px;
  color: #990000;
  margin-bottom: 10px;
  background-image: url('/web/style/img/line_erwachsene.png');
  background-repeat: repeat-x;
  background-position: 0 bottom;
  padding-bottom: 10px;
}
.header-adresse a {
  color: #990000;
  text-decoration: none;
}
.header-adresse img {
  margin-bottom: 10px;
}
.header-link {
  display: block;
  line-height: 42px;
  height: 42px;
  font-size: 25px;
  font-family: 'Dosis', sans-serif;
}
.header-link.newsletter {
  background-image: url('/web/style/img/icon_more_erwachsene.png');
  background-repeat: no-repeat;
  background-position: right center;
  border-top: 1px solid #b9aa7c;
}
.header-link.filialen {
  background-image: url('/web/style/img/icon_more_erwachsene.png');
  background-repeat: no-repeat;
  background-position: right center;
  border-top: 1px solid #b9aa7c;
  border-bottom: 1px solid #b9aa7c;
}
.header-content {
  position: absolute;
  top: 96px;
  left: 334px;
  width: 607px;
  height: 302px;
  border: 1px solid #676058;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  -khtml-border-radius: 20px;
  border-radius: 20px;
  background-color: #ffea95;
}
.header-slider {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.header-slider li img {
  float: right;
  width: 417px;
  height: 302px;
  -webkit-border-radius: 0px 19px 19px 0px;
  -moz-border-radius: 0px 19px 19px 0px;
  -ms-border-radius: 0px 19px 19px 0px;
  -khtml-border-radius: 0px 19px 19px 0px;
  border-radius: 0px 19px 19px 0px;
  border-left: 1px solid #676058;
}
.header-slider li {
  font-size: 20px;
  font-family: 'Dosis', sans-serif;
  font-weight: bold;
  color: #990000;
  width: 607px;
  height: 302px;
  line-height: 35px;
}
.header-slider p {
  padding: 17px 0 17px 17px;
  width: 200px;
}
.header-slider a {
  margin: 0 0 0 17px;
  color: #990000;
  font-weight: bold;
  font-size: 20px;
}
.header-content .slider-header_nav.prev {
  position: absolute;
  right: 360px;
  top: 50%;
  margin-top: -20px;
  display: block;
  width: 45px;
  height: 44px;
  background-image: url('/web/style/img/btn_prev_erwachsene.png');
  background-repeat: no-repeat;
  background-position: 0 bottom;
  z-index: 100;
}
.header-content .slider-header_nav.next {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -20px;
  display: block;
  width: 45px;
  height: 44px;
  background-image: url('/web/style/img/btn_next_erwachsene.png');
  background-repeat: no-repeat;
  background-position: 0 bottom;
  z-index: 100;
}
.sub-navigation {
  border-top: 2px solid #b9a97c;
  width: 261px;
}
.sub-navigation a {
  line-height: 30px;
  font-size: 25px;
  padding: 12px 0 12px 3px;
  font-family: 'Dosis', sans-serif;
  text-decoration: none;
  border-bottom: 2px solid #b9a97c;
  display: block;
}
.sub-navigation a.sub-navigation-inactive {
  color: #665F58;
}
.sub-navigation a.sub-navigation-active {
  color: #990000;
}
.sub-navigation a.sub-navigation2 {
  padding-left: 30px;
}
.sub-navigation a.sub-navigation2.sub-navigation2-active {
  background-color: #f4d936;
}
.change-design {
  margin-bottom: 24px;
  padding-bottom: 5px;
  border-bottom: 2px solid #b9a97c;
  width: 261px;
}
.change-design span.title-change-design {
  display: block;
  color: #665F58;
  font-family: 'Dosis', sans-serif;
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 7px;
  border-bottom: 2px solid #b9a97c;
}
.change-design a {
  color: #990000;
  font-weight: bold;
  background: none;
  font-size: 16px;
  line-height: 32px;
  margin-right: 10px;
  padding-right: 12px;
  padding-left: 2px;
  text-decoration: none;
  border-right: 2px solid #b9a97c;
}
.change-design a.last {
  background: none;
  border: none;
  margin-right: 0 ! important;
  padding-right: 0 ! important;
}
.box-main {
  display: block;
  width: 296px;
  height: 265px;
  float: left;
  margin: 0 8px 25px 0;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: relative;
  background-image: url('/web/style/img/box_erwachsene_1.png');
  background-repeat: no-repeat;
  background-position: right bottom;
  padding-right: 14px;
}
.box-main.even {
  margin-right: 0;
  padding-right: 0;
  background: none;
  background-image: url('/web/style/img/box_erwachsene_2.png');
  background-repeat: no-repeat;
  background-position: 0 bottom;
  width: 300px;
}
.box-main strong {
  color: #990000;
  font-size: 22px;
  line-height: 26px;
  font-weight: bold;
  margin-bottom: 30px;
  display: block;
  margin-left: 20px;
}
.box-main p {
  color: #990000;
  font-size: 17px;
  line-height: 20px;
  margin-left: 20px;
  width: 258px;
}
.box-main p span {
  font-weight: bold;
  display: block;
}
.box-main img {
  max-width: 258px;
  height: auto;
  min-height: 189px;
  width: 258px;
}
.box-main a {
  position: absolute;
  background-image: url('/web/style/img/btn_next_erwachsene.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 41px;
  height: 41px;
  left: 229px;
  bottom: 30px;
  display: block;
  z-index: 11;
}
.box-main-mask {
  position: absolute;
  width: 258px;
  height: 189px;
  overflow: hidden;
  display: block;
  left: 20px;
  top: 55px;
  z-index: 9;
  border: 1px solid rgba(95,87,92,0.5);
}
.footer-service a.service-top {
  background-image: url('/web/style/img/arr_top_erwachsene.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  padding-left: 54px;
  line-height: 37px ! important;
  margin-left: 0;
  width: 24px ! important;
  margin-right: 30px;
}
.img-main {
  border: 1px solid #665F58;
  margin: 0 0 3px 0;
  display: block;
  width: 100%;
  height: auto;
}
.img-main-large {
  border: 1px solid #665F58;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 600px) {
  .img-main {
    margin: 0 10px 3px 0;
    width: 50%;
    float: left;
  }
}
@media only screen and (min-width: 1000px) {
  .img-main {
    width: auto;
    float: left;
  }
}
.btn-download.image {
  background-image: url(/web/style/img/icon_img.png);
}
.btn-download.pdf {
  background-image: url(/web/style/img/icon_pdf.png);
}
.btn-download.std {
  background-image: url(/web/style/img/icon_std.png);
}
.btn-download {
  display: block;
  width: 90%;
  padding: 5px 5% 5px 5%;
  margin-bottom: 10px;
  float: none;
  border: 1px solid #665F58;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
  background-color: #990000;
  background-position: right center;
  background-repeat: no-repeat;
  color: #ffffff ! important;
}
.btn-download.odd {
  margin-right: 0;
}
@media only screen and (min-width: 600px) {
  .btn-download {
    display: block;
    width: 42%;
    padding: 5px 4% 5px 2%;
    margin-bottom: 4%;
    float: left;
    background-color: #990000;
    color: #ffffff ! important;
    margin-left: -2px;
  }
  .btn-download.odd {
    margin-right: 4%;
  }
}
@media only screen and (min-width: 1000px) {
  .btn-download {
    display: block;
    width: 42%;
    padding: 5px 4% 5px 2%;
    margin-bottom: 4%;
    float: left;
    background-color: #990000;
    color: #ffffff ! important;
  }
  .btn-download.odd {
    margin-right: 4%;
  }
}
.link-list-entry {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #665F58;
  clear: left;
  position: relative;
}
.link-list-entry img {
  float: left;
  width: 20%;
  height: auto;
  margin: 0 10px 10px 0;
}
.link-list-entry img.img-link {
  position: absolute;
  bottom: 0;
  right: -10px;
  width: auto;
}
@media only screen and (min-width: 600px) {
  .link-list-entry img {
    float: left;
    width: 20%;
    height: auto;
  }
}
@media only screen and (min-width: 1000px) {
  .link-list-entry img {
    float: left;
    width: 150px;
  }
}
.gallery {
  width: 100%;
  position: relative;
}
.gallery-large {
  width: 100%;
  float: none;
  margin-bottom: 30px;
}
.gallery-thumbs-container {
  width: 100%;
  height: 270px;
}
.gallery-thumbs-container div {
  width: 100%;
}
.gallery-thumb {
  display: block;
  width: 27.33333%;
  float: left;
  margin: 0 3% 0 3%;
}
.gallery a.prev {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  left: 0;
  cursor: pointer;
}
.gallery a.next {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 0;
  cursor: pointer;
}
.gallery-thumbs {
  list-style-type: none;
  padding: 0 ! important;
  margin: 0 ! important;
}
.gallery-thumbs li {
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 1000px) {
  .gallery {
    position: relative;
    margin-bottom: 20px;
    margin-top: 40px;
  }
  .gallery-large {
    position: relative;
    margin-right: 10px;
    float: left;
    display: block;
    width: auto;
    margin-bottom: 10px;
  }
  .gallery-thumbs-container {
    position: relative;
    float: left;
    width: 121px;
    margin-bottom: 10px;
  }
  .gallery-thumb {
    display: block;
    margin: 0 0 10px 0;
    width: auto;
  }
  .gallery a.prev,
  .gallery a.next {
    margin-top: 0;
    top: -32px;
  }
}
.team-list-entry {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #665F58;
  clear: left;
  position: relative;
}
.team-list-entry img {
  float: left;
  width: 20%;
  height: auto;
  margin: 0 10px 10px 0;
}
@media only screen and (min-width: 600px) {
  .team-list-entry img {
    float: left;
    width: 20%;
    height: auto;
  }
}
@media only screen and (min-width: 1000px) {
  .team-list-entry img {
    float: left;
    width: 150px;
    height: auto;
  }
}
.std-talbe-row-even {
  background-color: #efefef;
  border-bottom: 1px solid #665F58;
  padding: 5px;
}
.std-talbe-row-odd {
  border-bottom: 1px solid #665F58;
  padding: 5px;
}
.form-std {
  text-align: left;
}
.form-std label {
  clear: left;
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 5px;
  line-height: 28px;
}
.form-std input[type=text] {
  float: left;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
  background-color: #ffffff;
  padding: 5px 3% 5px 3%;
  color: #665F58;
  font-size: 14px;
  line-height: 16px;
  height: 16px;
  width: 94%;
}
.form-std select {
  float: left;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
  background-color: #ffffff;
  padding: 5px 3% 5px 3%;
  color: #665F58;
  font-size: 14px;
  line-height: 16px;
  height: 16px;
  width: 100%;
  height: 26px;
}
.form-std textarea {
  float: left;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
  background-color: #ffffff;
  padding: 5px 3% 5px 3%;
  color: #665F58;
  font-size: 14px;
  line-height: 16px;
  height: 70px;
  width: 94%;
  margin-bottom: 10px;
}
.form-std input[type=submit] {
  float: left;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
  background-color: #ffffff;
  padding: 5px 10px 5px 10px;
  color: #665F58;
  font-size: 14px;
}
.form-std {
  margin-bottom: 30px;
}
.input-error {
  border: 1px solid #cc0000 ! important;
}
.form-error {
  border: 1px solid #cc0000;
  padding: 10px;
}
@media only screen and (min-width: 1000px) {
  .form-std label {
    width: 182px;
  }
  .form-std input[type=text] {
    padding: 5px 10px 5px 10px;
    width: 388px;
  }
  .form-std select {
    padding: 5px 10px 5px 10px;
    width: 408px;
  }
  .form-std textarea {
    padding: 5px 10px 5px 10px;
    width: 388px;
  }
  .form-std input[type=submit] {
    float: left;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    background-color: #ffffff;
    padding: 5px 10px 5px 10px;
    color: #665F58;
    font-size: 14px;
    margin-left: 182px;
  }
}
.form-pinwand label {
  clear: left;
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 10px;
  line-height: 28px;
}
.form-pinwand input[type=text] {
  float: left;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
  background-color: #ffffff;
  padding: 5px 3% 5px 3%;
  color: #665F58;
  font-size: 14px;
  line-height: 16px;
  height: 16px;
  width: 94%;
  font-family: 'Dosis', sans-serif;
}
.form-pinwand textarea {
  float: left;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
  background-color: #ffffff;
  padding: 5px 3% 5px 3%;
  color: #665F58;
  font-size: 14px;
  line-height: 16px;
  height: 70px;
  width: 94%;
  margin-bottom: 10px;
  font-family: 'Dosis', sans-serif;
}
.form-pinwand input[type=submit] {
  float: left;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
  background-color: #ffffff;
  padding: 5px 10px 5px 10px;
  color: #665F58;
  font-size: 14px;
  font-family: 'Dosis', sans-serif;
}
.form-pinwand div.pinwand-upload {
  float: left;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
  background-color: #fafafa;
  padding: 5px 10px 5px 10px;
  color: #665F58;
  font-size: 14px;
  line-height: 16px;
  height: 100px;
  width: 388px;
  margin-bottom: 10px;
  background: none;
  background-image: url('/web/style/img/dropzone_bg.png');
  background-position: 0 0;
  position: relative;
  font-family: 'Dosis', sans-serif;
}
.form-pinwand div.pinwand-upload span {
  background: #ffea95;
  padding: 5px;
  line-height: 16px;
  position: absolute;
  top: 50%;
  margin-top: -13px;
  left: 50%;
  width: 160px;
  margin-left: -85px;
  border-radius: 5px;
  text-align: center;
}
.form-pinwand .preview {
  width: 388px;
  float: left;
  margin-bottom: 30px;
}
.form-pinwand .preview a.close {
  background-image: url('/web/style/img/del_img.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  display: block;
  width: 34px;
  height: 34px;
  float: left;
  margin-left: -39px;
  margin-top: 5px;
  cursor: pointer;
}
.form-pinwand .preview .imageHolder {
  width: auto;
  float: left;
}
.pinwand-slider {
  list-style-type: none;
  margin: 0 0 40px -15px;
  width: 100%;
  height: 400px;
  padding: 0;
}
.pinwand-slider li {
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
  text-align: center;
  background: #ffffff;
  padding: 0;
}
.pinwand-slider img {
  max-height: 100%;
  width: auto;
  max-width: 100%;
  margin: auto;
}
.pinwand-info {
  display: block;
  padding: 2%;
  position: absolute;
  bottom: 0;
  background: rgba(0,0,0,0.8);
  width: 98%;
  text-align: left;
}
.pinwand-info .pinwand-name {
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
}
.pinwand-info .pinwand-title {
  font-size: 22px;
  line-height: 26px;
  display: block;
  color: #ffffff;
  font-weight: bold;
}
.pinwand-info .pinwand-txt {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  display: none;
}
.pinwand-txt-small {
  font-size: 16px;
  line-height: 24px;
  margin-left: 10px;
  margin-right: 10px;
  display: block;
}
.pinwand-txt-only .pinwand-name {
  font-size: 12px;
  line-height: 16px;
}
.pinwand-txt-only .pinwand-title {
  font-size: 18px;
  display: block;
  font-weight: bold;
}
.pinwand-txt-only .pinwand-txt {
  font-size: 16px;
  line-height: 16px;
}
.pinwand-view a.prev {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 0;
  cursor: pointer;
}
.pinwand-view a.next {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  right: 0;
  cursor: pointer;
}
.pinwand-view {
  position: relative;
}
.pinwand-form-container {
  display: none;
  padding-bottom: 40px ! important;
}
.pinwand-form-trigger {
  display: block;
  width: 100%;
  padding-bottom: 5px;
  margin-bottom: 10px;
  cursor: pointer;
  text-decoration: underline;
}
@media only screen and (min-width: 1000px) {
  .form-pinwand label {
    clear: left;
    display: block;
    float: left;
    width: 170px;
    margin-bottom: 10px;
    line-height: 28px;
  }
  .input-container {
    float: left;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    background-color: #fafafa;
    padding: 5px 10px 5px 10px;
    color: #665F58;
    font-size: 14px;
    line-height: 16px;
    height: 16px;
    width: 388px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
  }
  .input-container input {
    position: absolute;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    left: 0;
    top: 0;
    font-size: 30px;
  }
  .form-pinwand input[type=text] {
    float: left;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    background-color: #fafafa;
    padding: 5px 10px 5px 10px;
    color: #665F58;
    font-size: 14px;
    line-height: 16px;
    height: 16px;
    width: 388px;
  }
  .form-pinwand textarea {
    float: left;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    background-color: #fafafa;
    padding: 5px 10px 5px 10px;
    color: #665F58;
    font-size: 14px;
    line-height: 16px;
    height: 70px;
    width: 388px;
    margin-bottom: 10px;
    font-family: 'Dosis', sans-serif;
  }
  .form-pinwand input[type=submit] {
    float: left;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    background-color: #fafafa;
    padding: 5px 10px 5px 10px;
    color: #665F58;
    font-size: 14px;
    margin-left: 170px;
  }
  .form-pinwand div.pinwand-upload {
    float: left;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    background-color: #fafafa;
    padding: 5px 10px 5px 10px;
    color: #665F58;
    font-size: 14px;
    line-height: 16px;
    height: 100px;
    width: 388px;
    margin-bottom: 10px;
    background: none;
    background-image: url('/web/style/img/dropzone_bg.png');
    background-position: 0 0;
    position: relative;
  }
  .form-pinwand div.pinwand-upload span {
    background: #ffea95;
    padding: 5px;
    line-height: 16px;
    position: absolute;
    top: 50%;
    margin-top: -13px;
    left: 50%;
    width: 160px;
    margin-left: -85px;
    border-radius: 5px;
    text-align: center;
  }
  .form-pinwand .preview {
    width: 388px;
    float: left;
    margin-bottom: 30px;
  }
  .form-pinwand .preview a.close {
    background-image: url('/web/style/img/del_img.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    width: 34px;
    height: 34px;
    float: left;
    margin-left: -39px;
    margin-top: 5px;
    cursor: pointer;
  }
  .form-pinwand .preview .imageHolder {
    width: auto;
    float: left;
  }
  .pinwand-slider {
    list-style-type: none;
    margin: 0 0 40px 35px;
    width: 492px;
    height: 492px;
  }
  .pinwand-slider li {
    width: 492px;
    height: 492px;
    position: relative;
    overflow: hidden;
    text-align: center;
    background: #ffffff;
  }
  .pinwand-slider img {
    max-height: 100%;
    width: auto;
    max-width: 100%;
    margin: auto;
  }
  .pinwand-info {
    display: block;
    padding: 10px;
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,0.8);
    width: 482px;
    text-align: left;
  }
  .pinwand-info .pinwand-name {
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
  }
  .pinwand-info .pinwand-title {
    font-size: 22px;
    line-height: 26px;
    display: block;
    color: #ffffff;
    font-weight: bold;
  }
  .pinwand-info .pinwand-txt {
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    display: none;
  }
  .pinwand-txt-only .pinwand-name {
    font-size: 12px;
    line-height: 16px;
  }
  .pinwand-txt-only .pinwand-title {
    font-size: 18px;
    display: block;
    font-weight: bold;
  }
  .pinwand-txt-only .pinwand-txt {
    font-size: 16px;
    line-height: 16px;
  }
  .pinwand-view a.prev {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 0;
    cursor: pointer;
  }
  .pinwand-view a.next {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    right: 0;
    cursor: pointer;
  }
  .pinwand-view {
    position: relative;
  }
  .pinwand-form-container {
    display: none;
    padding-bottom: 40px ! important;
  }
  .pinwand-form-trigger {
    display: block;
    width: 100%;
    padding-bottom: 5px;
    margin-bottom: 10px;
    cursor: pointer;
    text-decoration: underline;
  }
}
.plugin {
  text-align: center;
}
.plugin iframe {
  width: 100% ! important;
}
.container-plugin {
  position: relative;
  margin-top: 80px;
}
.logo-rechts {
  position: absolute;
  right: -7px;
  top: -38px;
}
.agenda-entry {
  clear: left;
  border-bottom: 1px solid #665F58;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.form-plz {
  width: 70px ! important;
  margin-right: 5px ! important;
}
.form-ort {
  width: 291px ! important;
}
.agenda-show-form {
  cursor: pointer;
  margin: 10px 0 10px 144px;
  text-decoration: underline;
}
.agenda-entry form {
  display: none;
}
.agenda-entry form {
  border-top: 1px solid #665F58;
  padding-top: 20px;
  margin-top: 20px;
}
.agenda-entry strong {
  width: 140px;
  display: inline-block;
}
.agenda-entry img {
  max-width: 300px;
  height: auto;
  margin-left: 144px;
  display: block;
  margin-bottom: 15px;
}
@media only screen and (min-width: 0) and (max-width: 600px) {
  header {
    background: none;
  }
  .header-logo {
    margin-top: -10px ! important;
    margin-bottom: 0;
    width: 28%;
    position: absolute;
    left: 2%;
    top: 20px;
  }
  .header-service {
    display: none;
  }
  .header-adresse {
    background: none;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -khtml-transform: none;
    -ms-transform: none;
    transform: none;
    width: 100%;
    text-align: center;
    border: none ! important;
  }
  .form-search {
    display: none;
  }
  .header-adresse p {
    background: none;
    font-size: 12px;
    position: absolute;
    left: 4%;
    margin-left: 40%;
    text-align: left;
  }
  .header-adresse img {
    width: 30%;
  }
  .header-link.newsletter {
    position: absolute;
    left: 0;
    top: 100px;
    margin-top: -42px;
    width: 100%;
    display: block;
  }
  .header-link.filialen {
    position: absolute;
    left: 0;
    top: 100px;
    width: 100%;
    display: block;
  }
  .links-social {
    display: none;
  }
  .header-service {
    right: 0;
    left: auto;
    top: 10px;
  }
  .header-content {
    display: none;
  }
  .header-navigation {
    padding: 0;
    width: 50%;
    left: 0;
    top: 220px;
    background-color: #ffd93e;
    z-index: 9999;
    border-top: 1px solid #665F58;
    display: none;
  }
  .header-navigation ul,
  .header-navigation ul li {
    margin: 0 !important;
    padding: 0 ! important;
    float: none;
    width: 100%;
  }
  .main-content {
    margin-left: 0 ! important;
  }
  .header-navigation ul {
    width: 100%;
  }
  .header-navigation a {
    border-bottom: 1px solid #665F58;
    background: none ! important;
    margin: 0;
    padding: 0;
    text-align: left;
    font-family: 'Dosis', sans-serif ! important;
    padding: 0 0 0 4% ! important;
    width: 96% ! important;
    display: block;
    border-right: 1px solid #665F58;
    font-size: 18px ! important;
    line-height: 48px ! important;
    height: 48px ! important;
  }
  .header-navigation a.last {
    padding-left: 4% ! important;
    border-right: 1px solid #665F58 ! important;
  }
  .change-design {
    margin: 0 0 40px 0 ! important;
  }
  .change-design a {
    background: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    float: none;
  }
  .sub-navigation {
    border-top: 1px solid #665F58;
    background: none;
    background-color: #ffd93e;
    z-index: 9999;
    position: absolute;
    left: 50%;
    padding: 0;
    width: 50%;
    top: 220px;
    border-left: 1px solid #665F58;
    margin-left: -1px;
    display: none;
  }
  .sub-navigation a {
    background: none;
    font-size: 18px;
    font-family: 'Dosis', sans-serif ! important;
    padding: 15px 0 15px 4%;
    margin: 0;
    background-color: #ffd93e;
    border-bottom: 1px solid #665F58;
    line-height: 18px;
  }
  .sub-navigation-active {
    background: none;
    background-color: #ffd93e;
  }
  .boxen-top {
    width: 100%;
  }
  .box-main {
    left: 50%;
    margin-left: -150px;
    float: none;
    background: none;
    border-bottom: 1px solid #665F58;
  }
  .box-main-mask {
    display: none;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1000px) {
  header {
    background: none;
  }
  .header-logo {
    margin-top: 0;
  }
  .header-adresse {
    background: none;
    position: absolute;
    top: 40px;
    left: 2%;
    padding: 0;
    margin: 0;
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -khtml-transform: none;
    -ms-transform: none;
    transform: none;
    width: 30%;
    height: 100px;
    border: none;
    text-align: left;
  }
  .form-search {
    display: none;
  }
  .header-adresse p {
    background: none;
    font-size: 12px;
  }
  .header-adresse img {
    width: 180px;
  }
  .header-link {
    display: none;
  }
  .links-social {
    display: none;
  }
  .header-service {
    right: 0;
    left: auto;
    top: 10px;
  }
  .header-content {
    display: none;
  }
  .header-navigation {
    width: 65%;
    left: 33%;
    top: 50px;
    margin: 0 !important;
    padding: 0 ! important;
  }
  .header-navigation ul,
  .header-navigation ul li {
    margin: 0 !important;
    padding: 0 ! important;
  }
  .main-content {
    margin-left: 0 ! important;
  }
  .main-content-block {
    margin-left: 0 ! important;
  }
  .header-navigation ul {
    width: 100%;
  }
  .header-navigation a {
    background: none ! important;
    margin: 0;
    height: 18px;
    line-height: 18px;
    padding: 0;
    text-align: left;
    border: none ! important;
  }
  .change-design {
    margin: 0 0 40px 0 ! important;
  }
  .sub-navigation,
  .change-design {
    width: 90% ! important;
  }
  .change-design a {
    background: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    float: none;
    border: none;
  }
  .sub-navigation a {
    font-size: 18px;
  }
  .boxen-top {
    width: 100%;
  }
  .box-main {
    left: 50%;
    margin-left: -150px;
    float: none;
    background-image: url('/web/style/img/box_erwachsene_2.png') ! important;
  }
  .box-main-mask {
    display: none;
  }
  .header-link.newsletter {
    position: absolute;
    left: 0;
    top: 150px;
    width: 200px;
    margin-top: -42px;
    display: block;
  }
  .header-link.filialen {
    position: absolute;
    left: 0;
    top: 150px;
    width: 200px;
    display: block;
  }
}
@media only screen and (min-width: 0) and (max-width: 600px) {
  .header-logo {
    margin-top: -30px ! important;
    width: 35%;
  }
}
