/* CSS Document */
/* VARIABLES */
.apoFeederVerlauf {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}

a[href^="tel:"] {
  font-weight: normal;
}

.floatstop {
  clear: both;
  float: none;
}

/*  LINKS-STYLE  */
a {
  cursor: pointer;
  text-decoration: none;
  border: 0;
  font-weight: bold;
  color: #666666;
}

a:hover {
  color: #006ab3;
}

a:hover, a:visited, a:active, aimg {
  text-decoration: none;
  border: 0;
}

/*  HAUPT-TEILE  */
body {
  margin: 0px;
  background-color: #c9eeff;
  font-family: Arial, Helvetica, sans-serif;
  background-image: url(../img/site/BG_Pattern.png);
  background-repeat: repeat;
  background-size: 8px 8px;
}

#wrapper-outer {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  position: relative;
}

@media (min-width: 768px) {
  #wrapper-outer {
    width: 1200px;
  }
}

#wrapper-inner {
  padding-left: 10%;
  padding-right: 10%;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (min-width: 768px) {
  #wrapper-inner {
    -webkit-box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.2);
    border-radius: 0px 0px 15px 15px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 1100px;
    min-height: 600px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.8+0,0.25+100 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0.25)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.25) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccffffff', endColorstr='#40ffffff', GradientType=0);
  }
}

#main-content {
  width: 100%;
}

@media (min-width: 768px) {
  #main-content {
    width: 720px;
    padding-left: 20px;
    padding-bottom: 100px;
  }
}

@media (min-width: 768px) {
  #sidebar {
    display: block;
    width: 320px;
    height: 500px;
    margin-left: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
  }
}

#sidebar .sidebar-box {
  position: relative;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  margin-bottom: 20px;
}

#sidebar .sidebar-box img {
  position: relative;
  width: 100%;
  margin-top: -20px;
}

@media (min-width: 768px) {
  #sidebar .sidebar-box {
    width: 320px;
    margin-bottom: 18px;
  }
}

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

.kasten-startseite img {
  width: 100%;
}

@media (min-width: 768px) {
  .kasten-startseite {
    float: left;
    height: 500px;
    width: 350px;
    margin-bottom: 0px;
  }
  .kasten-startseite img {
    width: 350px;
    height: 500px;
  }
}

/*  HEADER  */
#header {
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (min-width: 768px) {
  #header {
    -webkit-box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.2);
  }
}

#header #top-logo {
  width: 80%;
  padding-left: 10%;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  #header #top-logo {
    position: absolute;
    top: 16px;
    left: 17px;
    width: 590px;
    padding: 0;
  }
}

@media (min-width: 768px) {
  #header {
    position: relative;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 1100px;
    height: 125px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,0.8+100 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.8)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ccffffff', GradientType=0);
  }
}

#header .header-address-box {
  display: none;
}

@media (min-width: 768px) {
  #header .header-address-box {
    display: block;
    margin-left: 520px;
    width: 320px;
    color: #666666;
    position: absolute;
    bottom: 17px;
    right: 20px;
    font-size: 80%;
  }
}

#header .header-address-box a {
  color: #666666;
}

#header .header-address-box a:hover {
  color: #006ab3;
}

/*  MENU  */
#menu-burger {
  display: none;
}

#nav {
  width: 80%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 10%;
  padding-left: 10%;
  font-size: 130%;
  z-index: 10;
  margin-bottom: 20px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.5);
}

@media (min-width: 768px) {
  #nav {
    display: none;
  }
}

#nav * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

#nav ul li {
  list-style-type: none;
}

#nav ul#menu {
  display: none;
}

#nav ul#menu li a {
  width: 100%;
  display: block;
  background-color: rgba(255, 255, 255, 0);
  color: #666666;
  font-size: 1em;
  padding: 0.5em 0.5em;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-decoration: none;
}

#nav ul#menu a:hover {
  background-color: #006ab3;
  color: white;
}

@media screen and (min-width: 1280px) {
  #nav .hamburger-container {
    display: none;
  }
  #nav .nav ul#menu {
    display: inline;
  }
  #nav .nav ul#menu li {
    display: inline-block;
    margin-right: -5px;
  }
}

#nav ul.hamburger li {
  height: 5px;
  background: #006ab3;
  content: "";
  position: relative;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#nav .hidden {
  opacity: 0;
}

#nav .rot45deg {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 10px !important;
}

#nav .rot-45deg {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#nav ul.hamburger {
  display: block;
}

#nav ul.hamburger li:nth-child(1) {
  top: 0;
}

#nav ul.hamburger li:nth-child(2) {
  top: 5px;
}

#nav ul.hamburger li:nth-child(3) {
  top: 10px;
}

#nav ul.hamburger li:nth-child(4) {
  color: #006ab3;
  background-color: rgba(255, 255, 255, 0);
  font-size: 2em;
  position: relative;
  left: 60px;
  top: -28px;
  font-weight: bold;
}

#nav .hamburger-container {
  width: 38px;
  margin: 1em 0.3em;
  height: 30px;
  cursor: pointer;
}

@media (max-width: 768px) {
  #menu-bar {
    display: none;
  }
}

@media (min-width: 768px) {
  #menu-bar {
    -webkit-box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.2);
    border-radius: 25px 25px 25px 25px;
    width: 1200px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.7);
    text-align: center;
    z-index: 100;
  }
  #menu-bar #menu-box {
    display: inline-block;
  }
  #menu-bar .menu-item-top {
    color: #666666;
    font-size: 16px;
    padding-top: 18px;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
    position: relative;
    font-weight: bold;
    height: 32px;
    cursor: pointer;
  }
  #menu-bar .menu-box-low {
    position: absolute;
    margin-top: 55px;
    top: 0px;
    left: 0px;
    -webkit-box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.2);
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 0px 0px 5px 5px;
    visibility: hidden;
    opacity: 0;
    z-index: 500;
    -webkit-transition: visibility 0.3s linear 500ms, opacity 0.3s linear 500ms;
    transition: visibility 0.3s linear 500ms, opacity 0.3s linear 500ms;
  }
  #menu-bar .menu-box-low:hover {
    display: inline-block;
  }
  #menu-bar .menu-item-top:hover {
    color: #006ab3;
  }
  #menu-bar .menu-item-top:hover .menu-box-low {
    -webkit-transition: visibility 0.3s linear, opacity 0.3s linear;
    transition: visibility 0.3s linear, opacity 0.3s linear;
    visibility: visible;
    opacity: 1;
  }
  #menu-bar .menu-item-low {
    color: #666666;
    font-size: 14px;
    text-align: left;
    white-space: nowrap;
    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-left: 20px;
  }
  #menu-bar .menu-box-low a:first-of-type div {
    margin-top: 10px;
  }
  #menu-bar .menu-box-low a:last-of-type div {
    margin-bottom: 10px;
  }
  #menu-bar .menu-item-low:hover {
    color: #006ab3;
    background-color: rgba(204, 204, 204, 0.5);
  }
}

/*  FOOTER  */
#footer {
  text-align: center;
}

#footer #logo_text,
#footer #footer-zeiten,
#footer #footer-icons,
#footer #legal-links,
#footer #footer-address-box {
  background-color: rgba(255, 255, 255, 0.5);
  padding-bottom: 20px;
  padding-top: 20px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  #footer #logo_text,
  #footer #footer-zeiten,
  #footer #footer-icons,
  #footer #legal-links,
  #footer #footer-address-box {
    background-color: rgba(255, 255, 255, 0);
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

#footer #footer-apologo {
  width: 150px;
}

@media (min-width: 768px) {
  #footer #footer-apologo {
    float: left;
    width: 41px;
    position: relative;
    top: 3px;
    padding-left: 40px;
    padding-right: 16px;
    margin: 0;
  }
}

@media (max-width: 768px) {
  #footer {
    font-size: 120%;
  }
}

@media (min-width: 768px) {
  #footer {
    text-align: left;
    -webkit-box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.2);
    border-radius: 25px 25px 25px 25px;
    background-color: rgba(255, 255, 255, 0.7);
    position: relative;
    bottom: 120px;
    width: 1200px;
    height: 50px;
  }
}

#footer #footer-text {
  color: #e22020;
  width: 80%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  #footer #footer-text {
    font-size: 80%;
    float: left;
    margin-top: 10px;
    margin-right: 18px;
    width: 190px;
    margin-bottom: 20px;
  }
}

#footer #footer-zeiten .footer-zeiten-box {
  clear: both;
  color: #666666;
  font-size: 110%;
}

@media (min-width: 768px) {
  #footer #footer-zeiten .footer-zeiten-box {
    padding-bottom: 0px;
    padding-top: 0px;
    margin-bottom: 0px;
    font-size: 80%;
    position: relative;
    margin-top: 10px;
    margin-left: 20px;
    float: left;
    clear: none;
  }
}

#footer #footer-icons {
  margin-bottom: 20px;
  padding-left: 10%;
  padding-right: 10%;
}

@media (min-width: 768px) {
  #footer #footer-icons {
    padding-left: 0%;
    padding-right: 0%;
    margin-right: 31px;
    margin-top: 11px;
    margin-bottom: 0px;
    float: right;
  }
}

#footer #footer-icons img {
  border: 0;
  margin-right: 1%;
  cursor: help;
}

#footer #footer-icons img:last-of-type {
  margin-right: 0px;
}

@media (min-width: 768px) {
  #footer #footer-icons img {
    margin-right: 5px;
  }
}

#footer #footer-icons .icon_flag {
  width: 9%;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  #footer #footer-icons .icon_flag {
    width: 32px;
    height: 20px;
    margin-bottom: 4px;
  }
}

#footer #footer-icons .icon_square {
  width: 9%;
}

@media (min-width: 768px) {
  #footer #footer-icons .icon_square {
    width: 28px;
    height: 28px;
  }
}

#footer #footer-address-box {
  display: block;
  color: #666666;
  font-size: 100%;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  #footer #footer-address-box {
    display: none;
  }
}

#footer #legal-links {
  text-align: center;
  font-weight: bold;
  font-size: 100%;
  margin-bottom: 20px;
  color: #666666;
}

@media (min-width: 768px) {
  #footer #legal-links {
    font-size: 80%;
    position: absolute;
    float: none;
    top: 60px;
    width: 1200px;
    height: 31px;
    margin-bottom: 0px;
  }
}

#footer #legal-links a {
  white-space: nowrap;
}

#footer #legal-links a:hover {
  color: #006ab3;
}

#footer #legal-links a::after {
  content: "\00A0\00A0|\00A0\00A0";
}

#footer #legal-links a:last-child::after {
  content: "";
}

#footer #legal-links a img {
  top: 5px;
  position: relative;
}

/*  STYLING  */
.shadow {
  -webkit-box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.2);
}

.rounding {
  border-radius: 0px 0px 25px 25px;
}

/*  TEXT-STYLES  */
h1 {
  color: #006ab3;
  font-family: "Crete Round", serif;
  margin-top: 0px;
  margin-bottom: 10px;
}

h2 {
  color: #006ab3;
  font-family: "Crete Round", serif;
}

h3 {
  background-color: #006ab3;
  color: #ffffff;
  text-align: center;
  margin: 0px;
  font-style: italic;
  letter-spacing: 0.05em;
  font-size: 27px;
  min-height: 36px;
  padding-top: 7px;
}

@media (min-width: 768px) {
  h3 {
    font-size: 16px;
    min-height: 19px;
    padding-top: 3px;
  }
}

/* SPALTEN IMPRESSUM */
spl {
  line-height: 1.3em;
  font-weight: bold;
  font-size: 14px;
  display: block;
}

@media (min-width: 768px) {
  spl {
    text-align: right;
    float: left;
    width: 200px;
    padding: 0px;
    margin-right: 20px;
    margin-bottom: 10px;
  }
}

spr {
  line-height: 1.3em;
  font-size: 14px;
  display: block;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  spr {
    width: 500px;
    margin-left: 220px;
    margin-bottom: 10px;
  }
}

.link-sign {
  color: #006ab3;
  font-weight: bold;
  font-size: 120%;
  line-height: 1em;
}

/*  ANGEBOTE  */
#angebote-posterbox {
  width: 100%;
  margin-bottom: 20px;
}

#angebote-posterbox #angebote-pdf-bild {
  margin-bottom: 10px;
}

#angebote-posterbox #angebote-pdf-bild img {
  width: 40%;
}

#angebote-posterbox #angebote-pdf-link {
  margin-bottom: 10px;
  padding-left: 5%;
  width: 35%;
}

@media (min-width: 768px) {
  #angebote-posterbox {
    width: 200px;
    float: left;
  }
  #angebote-posterbox #angebote-pdf-bild img {
    width: 200px;
  }
  #angebote-posterbox #angebote-pdf-link {
    padding-left: 0px;
  }
}

@media (min-width: 768px) {
  #angebote-box {
    width: auto;
    margin-left: 220px;
  }
}

#angebote-box .angebote-artikelbox {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin-bottom: 10px;
  padding: 20px;
}

@media (min-width: 768px) {
  #angebote-box .angebote-artikelbox {
    font-size: 100%;
    padding: 10px;
    float: left;
    height: 200px;
    width: 205px;
    min-height: 110px;
  }
}

@media (min-width: 768px) {
  #angebote-box .angebote-artikelbox:nth-child(odd) {
    margin-right: 20px;
  }
}

@media (min-width: 768px) {
  #angebote-box .angebote-artikelbox:nth-child(even) {
    margin-right: 0px;
  }
}

#angebote-box .angebote_artikelname {
  font-size: 26px;
  font-weight: 700;
  color: #e22020;
  font-family: Arial, sans-serif;
}

@media (min-width: 768px) {
  #angebote-box .angebote_artikelname {
    font-size: 16px;
  }
}

#angebote-box .angebot_text {
  font-size: 12px;
  line-height: 16px;
}

#angebote-box .angebot_preis_statt {
  font-size: 12px;
  color: #666666;
}

#angebote-box .angebot_preis_nur {
  font-size: 28px;
  color: #e22020;
  font-weight: 700;
  font-family: Arial, sans-serif;
}

@media (min-width: 768px) {
  #angebote-box .angebot_preis_nur {
    font-size: 18px;
  }
}

#angebote-box .hochsteller {
  font-size: 70%;
  position: relative;
  bottom: 6px;
}

.gradient_white_top_bottom {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.75)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bfffffff', endColorstr='#00ffffff', GradientType=0);
}

.gradient_white_bottom_top {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.7)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1affffff', endColorstr='#b3ffffff', GradientType=0);
}

.rechtetext {
  font-size: 10px;
  margin-top:5px;
}

#angebote-rechtetext {
  padding-left: 220px;
  float: none;
  clear: both;
}

/*  TEAM-SEITE  */
.team-zeile .team-thumb:nth-child(even) {
  margin-right: 0px;
}

@media (min-width: 768px) {
  .team-zeile .team-thumb:nth-child(even) {
    margin-right: 20px;
  }
}

.team-zeile .team-thumb:last-of-type {
  margin-right: 0px;
}

@media (min-width: 768px) {
  .team-zeile .team-thumb:last-of-type {
    margin-right: 0px;
  }
}

.team-thumb {
  width: 47.5%;
  position: relative;
  float: left;
  margin-right: 5%;
  margin-bottom: 20px;
  cursor: pointer;
  border-radius: 5px 5px 5px 5px;
  -webkit-box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
  .team-thumb {
    margin-right: 20px;
    width: 165px;
    height: 250px;
  }
}

.team-thumb img {
  width: 100%;
}

@media (min-width: 768px) {
  .team-thumb img {
    width: 165px;
    height: 250px;
    border-radius: 5px 5px 5px 5px;
  }
}

.team-thumb .team-thumb-decker {
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  width: 90%;
  padding-right: 5%;
  padding-left: 5%;
  bottom: 0px;
  font-size: 16px;
  padding-top: 5px;
  padding-bottom: 10px;
  display: none;
}

.team-thumb .team-thumb-decker p {
  margin: 0px;
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.team-thumb .team-thumb-decker p b {
  font-size: 18px;
}

@media (min-width: 768px) {
  .team-thumb .team-thumb-decker {
    font-size: 10px;
    width: 145px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .team-thumb .team-thumb-decker p b {
    font-size: 12px;
  }
}

/*  KOSMETIK  */
#kosmetik-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#kosmetik-box .kosmetik-icon {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 40%;
  padding-right: 5%;
  padding-left: 5%;
}

@media (min-width: 768px) {
  #kosmetik-box .kosmetik-icon {
    width: 25%;
    padding-left: 3%;
    padding-right: 3%;
  }
}

/*  BESTELLUNG  */
.ui-widget-content {
  background: none;
}

.ui-tabs {
  font-size: 14px;
}

.ui-tabs-nav {
  background: none;
  border: none;
  font-size: 16px;
  zoom: 0.7;
  background-color: none;
}

#tabs .ui-widget-header {
  background-image: none;
  border: none !important;
  font-size: 22px;
}

@media (min-width: 768px) {
  #tabs .ui-widget-header {
    font-size: 18px;
  }
}

form.formular {
  font-size: 12px;
}

@media (min-width: 768px) {
  form.formular {
    width: 340px;
  }
}

.formular fieldset {
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #b5b8c8;
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.7)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.7) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1affffff', endColorstr='#b3ffffff', GradientType=0);
  /* IE6-9 */
}

@media (min-width: 768px) {
  form div:first-child {
    float: left;
  }
}

.formular legend {
  font-size: 12px;
  color: #e20d26;
  font-weight: 900;
}

.formular fieldset label {
  float: none;
  text-align: inherit;
  display: block;
  width: auto;
}

.formular label span {
  color: #000;
}

.formular input,
.formular select,
.formular textarea {
  display: block;
  /* this breaks relative positioning */
  margin-bottom: 5px;
}

.formular .text-input {
  width: 97%;
  color: #555;
  padding: 4px;
  border: 1px solid #b5b8c8;
  font-size: 14px;
  margin-top: 4px;
  background: #fff repeat-x;
}

@media (min-width: 768px) {
  .formular .text-input {
    width: 300px;
  }
}

.formular textarea {
  width: 235px;
  height: 70px;
  color: #555;
  padding: 4px;
  border: 1px solid #b5b8c8;
  font-size: 14px;
  margin-top: 4px;
  background: #fff repeat-x;
}

.formular .infos {
  background: #fff;
  color: #333;
  font-size: 12px;
  padding: 10px;
  margin-bottom: 10px;
}

.formular span.checkbox,
.formular .checkbox,
.formular .radio {
  display: inline;
}

.formular .submit {
  border: 1px solid #aaa;
  padding: 4px;
  margin-top: 20px;
  /* [disabled]float: right; */
  text-decoration: none;
  cursor: pointer;
}

.formular hr {
  clear: both;
  visibility: hidden;
}

.formular .fc-error {
  width: 350px;
  color: #555;
  padding: 4px;
  border: 1px solid #b5b8c8;
  font-size: 12px;
  margin-bottom: 15px;
  background: #ffeaea;
}

@media (min-width: 768px) {
  .formfloater {
    margin-left: 360px;
  }
}

.formfloater .text-input {
  width: 97%;
}

@media (min-width: 768px) {
  .formfloater .text-input {
    width: 250px;
  }
}

.form_gruppe {
  padding: 0px;
  float: left;
  width: 70px;
  margin-top: 0px;
  margin-right: 25px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.ui-accordion-header {
  text-align: left;
}

/*  NEWS  */
.news-box {
  width: 310px;
  height: 480px;
  padding-top: 0px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.news-artikel-box {
  margin-top: 10px;
}

.news-h1 {
  font-weight: bold;
  text-align: left;
  font-size: 24px;
  color: #006ab3;
  font-family: "Crete Round", serif;
  margin-bottom: 1px;
}

.news-sub {
  font-size: 14px;
  color: #666666;
  text-align: left;
  margin-bottom: 5px;
  font-weight: bold;
  font-style: italic;
}

.news-body {
  font-size: 14px;
  font-weight: normal;
  color: #666666;
  text-align: left;
  margin-bottom: 5px;
}

.weiterlesen {
  display: none;
  font-size: 12px;
  text-align: right;
  color: #006ab3;
  font-weight: bold;
  font-style: italic;
  margin-top: -19px;
}

video:first-of-type {
  margin-bottom: 30px;
}

ol li {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 18px;
}

/* ANFAHRT */
#gmap {
  width: 100%;
  height: 90vh;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  #gmap {
    width: 720px;
    height: 448px;
    margin-bottom: 0px;
  }
}

/* REISEINFOS */
#reiseinfos {
  width: 100%;
  height: 1200px;
  margin-bottom: 20px;
  border: none;
  background-color: none;
}

@media (min-width: 768px) {
  #reiseinfos {
    width: 720px;
    height: 1000px;
    margin-bottom: 0px;
  }
}

/* APOTHEKEN.DE NEWS FEED */
#news_frame .newsbox {
  font-size: 12px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  min-height: 130px;
  margin-top: 10px;
  margin-bottom: 20px;
  cursor: pointer;
}

@media (min-width: 768px) {
  #news_frame .newsbox {
    padding-left: 10px;
    width: 655px;
  }
}

#news_frame .newsbox_open {
  font-size: 12px;
  margin-top: 10px;
  min-height: 130px;
  margin-bottom: 20px;
  cursor: pointer;
}

@media (min-width: 768px) {
  #news_frame .newsbox_open {
    padding-left: 10px;
    padding-right: 10px;
    width: 655px;
  }
}

@media (min-width: 768px) {
  #news_frame .news_picbox {
    width: 300px;
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
  }
}

#news_frame .news_picbox img {
  margin-bottom: 5px;
}

#news_frame .pic {
  width: 100%;
}

@media (min-width: 768px) {
  #news_frame .pic {
    width: 195px;
    height: 130px;
  }
}

#news_frame .pic_label {
  display: block;
  width: 290px;
  font-size: 11px;
  line-height: 14px;
}

#news_frame .headline {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  color: #c90019;
  line-height: 24px;
}

#news_frame .content {
  display: block;
  font-size: 20px;
}

@media (min-width: 768px) {
  #news_frame .content {
    font-size: 14px;
    width: 640px;
  }
}

#news_frame .content b {
  font-size: 18px;
  line-height: 24px;
  color: #c90019;
}

@media (min-width: 768px) {
  #news_frame .content b {
    font-size: 14px;
  }
}

#news_frame #spalte_1_nopad {
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  #news_frame #spalte_1_nopad {
    width: 660px;
  }
}

#news_frame .news_mehr {
  font-weight: bold;
  color: #c90019;
}

#news_frame .date,
#news_frame .pic_credits {
  font-size: 9px;
}

#news_frame #laden_button {
  height: 50px;
  width: 50px;
  background-color: #0f3;
}

#news_frame #c_rechts_gesundheitsthemen {
  margin: 10px 0 0 9px;
  padding: 0;
  position: relative;
  float: left;
  width: 236px;
  background-repeat: no-repeat;
}

#news_frame .themen_navi_button {
  cursor: pointer;
  font-size: 13px;
  line-height: 20px;
  min-height: 20px;
  margin-bottom: 1px;
  padding-left: 10px;
}

#news_frame .themen_navi_button_leer {
  min-height: 10px;
}

#news_frame .news_overlay {
  margin-bottom: 100px;
}

@media (min-width: 768px) {
  #news_frame .news_overlay {
    width: 684px;
    height: 384px;
  }
}

#news_frame .news_overlay_text {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-top: 100px;
  line-height: 30px;
}

.apo_search {
  padding: 15px;
}

.apo_search span {
  font-size: 20px;
}

@media (min-width: 768px) {
  .apo_search span {
    font-size: 14px;
  }
}

.apo_search span::after {
  display: block;
  content: "\000A\000A";
}

@media (min-width: 768px) {
  .apo_search span::after {
    content: "\00A0\00A0\00A0";
    display: initial;
  }
}

.apo_search span:last-child::after {
  content: "";
}

@media (min-width: 768px) {
  .apo_search {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjOWM5YzkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#c9c9c9));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #c9c9c9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#c9c9c9', GradientType=0);
  }
}

.apo_search #apo_search_button {
  cursor: pointer;
  height: 20px;
  padding: 3px;
}

.apobox {
  cursor: pointer;
  margin-top: 10px;
  padding: 15px;
}

.apobox .apo_name {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  color: #c90019;
}

.apobox .apo_partner {
  font-weight: bold;
  line-height: 24px;
}

/* APOTHEKEN APP*/
.shop-logo {
  margin-bottom: 20px;
}

.shop-logo img {
  width: 300px;
}

@media (min-width: 768px) {
  .shop-logo {
    margin-top: 40px;
    margin-right: 15px;
    display: inline-block;
  }
  .shop-logo img {
    width: 200px;
  }
}

#apo-app-logo {
  margin-bottom: 20px;
  width: 150px;
}

@media (min-width: 768px) {
  #apo-app-logo {
    margin-right: 15px;
    width: 100px;
    float: left;
  }
}

#app-film-1,
#app-film-2 {
  width: 100%;
}

@media (min-width: 768px) {
  #app-film-1,
  #app-film-2 {
    width: 690px;
  }
}

#app-film-2 {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  #app-film-2 {
    margin-bottom: 0px;
  }
}



.impfnachweis-box {
	background-color: hsla(54,100%,50%,1);
	margin: 10px 0 10px 0;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 10px 0;
	box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.2);
	border-radius: 28px;
}

.impfnachweis-box h1 {
	color: #006ab3;
	font-size: 1.7em;
	padding: 0;
	margin: 0;
	padding-bottom: 0px;
}
.impfnachweis-box h1 b {
	color: #e22020;
}
.impfnachweis-box a {
	color: #666666;
	font-weight: bold;
	font-size: 1.3em;
	padding:0;
	margin:0;
	display:block;
}
.impfnachweis-box a:hover {
	color: #CC1C1E;
}



.angebot-prozent {
  font-weight:bold;
  color:#e22020;
margin-bottom:5px;
text-transform:uppercase
}