/* CSS Document */
body {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6b8490+0,6b8490+100&0.15+0,0.7+100 */
  background: -moz-linear-gradient(-45deg, hsla(199, 15%, 49%, 0.15) 0%, hsla(199, 15%, 49%, 0.7) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, hsla(199, 15%, 49%, 0.15) 0%, hsla(199, 15%, 49%, 0.7) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, hsla(199, 15%, 49%, 0.15) 0%, hsla(199, 15%, 49%, 0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#266b8490', endColorstr='#b36b8490',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

/* DESKTOP / MOBILE RULES */
.desktop-hide {
  display: none;
}
.mobile-hide {
  display: block;
}

/* LIST RULES */
ol,
ul {
  margin-left: 17px;
  margin-top: 0rem;
  margin-bottom: 1rem;
}
ol li,
ul li {
  line-height: 1.9rem;
}

/* TOP-LOGO RULES */
.background-fade-1 {
  position: relative;
  top: 0px;
  left: 0px;
  height: 100px;
}
.background-fade-2 {
  background-color: hsla(0, 0%, 100%, 0);
  position: relative;
  left: 0px;
  height: 45px;
  z-index: -100;
}
.logo-header {
  margin-top: 10px;
  margin-bottom: 0px;
  z-index: 1000;
  position: absolute;
  left: 20px;
  top: 0px;
  width: 380px;
  height: 150px;
  background-image: url(../img/site/Rathaus_Logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
}
.logo-liner {
  position: relative;
  left: 0px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #c00418;
  height: 125px;
  width: 100%;
}
.header-box {
  width: 150%;
  position: relative;
  height: 120px;
  margin-bottom: 0px;
}
.zeiten-header {
  position: absolute;
  right: 0px;
  top: 40px;
  z-index: 500;
  background: none;
}

/* SKELETON RULES */
.container {
  width: 80%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.05+0,0.5+100 */
  background: -moz-linear-gradient(45deg, hsla(0, 0%, 100%, 0.05) 0%, hsla(0, 0%, 100%, 0.5) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, hsla(0, 0%, 100%, 0.05) 0%, hsla(0, 0%, 100%, 0.5) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, hsla(0, 0%, 100%, 0.05) 0%, hsla(0, 0%, 100%, 0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0dffffff', endColorstr='#80ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.column,
.columns {
  margin-left: 4%;
}
.column:first-child,
.columns:first-child {
  margin-left: 0;
}

.one.column,
.one.columns {
  width: 4.66666666667%;
}
.two.columns {
  width: 13.3333333333%;
}
.three.columns {
  width: 22%;
}
.four.columns {
  width: 30.6666666667%;
}
.five.columns {
  width: 39.3333333333%;
}
.six.columns {
  width: 48%;
}
.seven.columns {
  width: 56.6666666667%;
}
.eight.columns {
  width: 65.3333333333%;
}
.nine.columns {
  width: 74%;
}
.ten.columns {
  width: 82.6666666667%;
}
.eleven.columns {
  width: 91.3333333333%;
}
.twelve.columns {
  width: 100%;
  margin-left: 0;
}

.one-third.column {
  width: 30.6666666667%;
}
.two-thirds.column {
  width: 65.3333333333%;
}

.one-half.column {
  width: 48%;
}

/* Offsets */
.offset-by-one.column,
.offset-by-one.columns {
  margin-left: 8.66666666667%;
}
.offset-by-two.column,
.offset-by-two.columns {
  margin-left: 17.3333333333%;
}
.offset-by-three.column,
.offset-by-three.columns {
  margin-left: 26%;
}
.offset-by-four.column,
.offset-by-four.columns {
  margin-left: 34.6666666667%;
}
.offset-by-five.column,
.offset-by-five.columns {
  margin-left: 43.3333333333%;
}
.offset-by-six.column,
.offset-by-six.columns {
  margin-left: 52%;
}
.offset-by-seven.column,
.offset-by-seven.columns {
  margin-left: 60.6666666667%;
}
.offset-by-eight.column,
.offset-by-eight.columns {
  margin-left: 69.3333333333%;
}
.offset-by-nine.column,
.offset-by-nine.columns {
  margin-left: 78%;
}
.offset-by-ten.column,
.offset-by-ten.columns {
  margin-left: 86.6666666667%;
}
.offset-by-eleven.column,
.offset-by-eleven.columns {
  margin-left: 95.3333333333%;
}

.offset-by-one-third.column,
.offset-by-one-third.columns {
  margin-left: 34.6666666667%;
}
.offset-by-two-thirds.column,
.offset-by-two-thirds.columns {
  margin-left: 69.3333333333%;
}

.offset-by-one-half.column,
.offset-by-one-half.columns {
  margin-left: 52%;
}

/* MENU DESKTOP RULES */
.menu-box {
  padding-top: 10px;
  padding-bottom: 0px;
  margin-left: 10px;
  margin-right: 20px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #c00418;
}
.menu-box ul {
  margin: 0;
  padding: 0;
  height: 20px;
}
.menu-box li {
  margin-bottom: 0px;
  padding-bottom: 0px;
  list-style-type: none;
  float: left;
  margin-right: 0px;
  margin-left: 0px;
  line-height: 1.2rem;
}
.menu-box a {
  font-weight: 400;
  font-size: 1.6rem;
  display: block;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
}
.menu-box a:hover {
  color: #c00418;
  text-shadow: 0px 0px 12px hsla(199, 15%, 49%, 0.5);
}
.menu-box ul li:first-of-type a {
  padding-left: 0px;
}
li.dropdown {
  display: inline-block;
  padding-bottom: 10px;
}
.dropdown-content {
  border-radius: 0px 0px 0px 0px;
  display: none;
  position: absolute;
  top: 30px;
  padding-top: 10px;
  box-shadow: 0px 8px 16px 0px hsla(0, 0%, 0%, 0.1);
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.8+0,0.4+100;White+to+Transparent */
  background: -moz-linear-gradient(left, hsla(0, 0%, 100%, 0.9) 0%, hsla(0, 0%, 100%, 0.6) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, hsla(0, 0%, 100%, 0.9) 0%, hsla(0, 0%, 100%, 0.6) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, hsla(0, 0%, 100%, 0.9) 0%, hsla(0, 0%, 100%, 0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffffff', endColorstr='#66ffffff',GradientType=1 ); /* IE6-9 */
  border-left-width: 2px;
  border-left-style: solid;
  border-left-color: #c00418;
}
.dropdown-content a {
  color: #6b8490;
  text-decoration: none;
  font-weight: 600;
  display: block;
  text-align: left;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
}
.dropdown-content a:first-of-type {
  padding-left: 20px;
}
.dropdown-content a:last-of-type {
  border-radius: 0px 0px 5px 5px;
}
.dropdown-content a:hover {
  color: #c00418;
  text-shadow: 0px 0px 12px hsla(199, 15%, 49%, 0.5);
}
.dropdown:hover .dropdown-content {
  display: block;
}

/* ANGEBOTE RULES */
.angebot-box {
  background-color: hsla(0, 0%, 100%, 0.4);
  line-height: 2.2rem;
  margin-top: 20px;
  padding: 10px;
  width: 46%;
  float: right;
  min-height: 125px;
  border-radius: 15px;
  overflow: hidden;
}
.angebot-box:nth-child(even) {
  margin-right: 0px;
  float: left;
}
.angebot-box-full {
  width: 100%;
  float: left;
  line-height: 2.2rem;
  margin-top: 10px;
}
.angebot-artikel {
  font-size: 2.2rem;
  line-height: 2.5rem;
  font-weight: 700;
  color: hsla(220, 1%, 45%, 1);
}
.angebot-text {
  line-height: 2.2rem;
  font-size: 1.3rem;
  font-weight: 400;
}
.angebot-prozent {
  line-height: 2.2rem;
  font-size: 2.2rem;
  font-weight: 700;
  color: #b20b19;
  text-transform: uppercase;
  background: linear-gradient(135deg, hsla(199, 15%, 49%, 0.15) 0%, hsla(199, 15%, 49%, 0.7) 100%);
  margin: -10px;
  padding: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.angebot-statt {
  font-size: 1.3rem;
  font-weight: 400;
}
.angebot-nur {
  line-height: 2.5rem;
  font-size: 2.2rem;
  font-weight: 700;
  color: #b20b19;
}
.angebot-rechtetext {
  line-height: 1.5rem;
  font-size: 1rem;
  font-weight: 300;
  margin-top: 5px;
}
.top-artikel {
  background-color: hsla(60, 100%, 50%, 0.2);
  box-shadow: 0px 0px 15px 0px rgba(214, 175, 17, 0.8);
  border-radius: 15px;
}

/* NOTDIENST */
#notdienstsuche {
  position: relative;
  left: 0px;
  color: hsla(220, 1%, 45%, 1);
  width: 302px;
  height: 69px;
  background-color: #fff;
  padding: 0;
  border: 1px solid #bfbfbf;
  margin: 0;
  top: 20px;
}
#zipcityEmergency {
  height: 23px;
  position: absolute;
  top: 13px;
  left: 47px;
  color: hsla(220, 1%, 45%, 1);
  width: 180px;
  background-color: #fff;
  padding: 0;
  border: 0;
  margin: 0;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 3rempx;
  line-height: 3rempx;
}

/* BESTELLUNG RULES */
form {
  margin-top: 10px;
}
form fieldset {
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #dddddd;
  background-color: hsla(0, 0%, 100%, 0.35);
  border-radius: 8px;
}
label.error {
  color: hsla(353, 100%, 45%, 1);
  font-size: 0.7em;
  font-weight: 300;
}
input.error {
  background-color: hsla(353, 97%, 38%, 0.3) !important;
}
#tabs {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}
label {
  padding-left: 2px;
  font-size: 12px;
  padding-bottom: 0px;
}
form h6 {
  font-weight: 600 !important;
  line-height: normal;
}

/* FOOTER RULES */
.legal-links {
  font-size: 1rem;
  padding-top: 4px;
  line-height: 1.5rem;
}
.footer-text {
  font-size: 1.2rem;
}
.footer-icons {
  text-align: right;
  cursor: help;
}
.footer-icons > img {
  margin-left: 7px;
  margin-bottom: 10px;
  display: inline-block;
  vertical-align: top;
  border: 0;
  /*	box-shadow: 2px 2px 6px hsla(0,0%,0%,0.2); */
}
.footer-icons > .flag {
  border-radius: 5px 5px 5px 5px;
  height: 24px;
  width: 38px;
  margin-top: 7px;
}
.footer-icons > .icon {
  border-radius: 5px 5px 5px 5px;
  height: 38px;
  width: 38px;
}
.footer-icons > .payment {
  height: 38px;
  height: auto;
  max-width: 50px;
}
.footer-icons:after {
  content: "";
  width: 100%;
  display: inline-block;
}

/*  KUNDENPROGRAMM  */
.column-text-2 {
  margin-top: 20px;
  width: 47%;
  float: left;
}
.column-text-2:first-of-type {
  margin-right: 5%;
}

/*  NOTDIENST  */
#notdienst_datum {
  font-weight: 500;
  font-size: 1.7rem;
  color: hsla(354, 96%, 38%, 1);
}
.apobox {
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
  border-radius: 10px 10px 10px 10px;
  background-color: hsla(0, 0%, 100%, 0.5);
  box-shadow: 3px 3px 10px 0px hsla(0, 0%, 0%, 0.2);
}
.apo_name {
  color: #6b8490;
  font-size: 2rem;
  font-weight: 700;
}
.apo_address {
  font-size: 1.7rem;
  font-weight: 300;
}

/* STARTKÄSTEN INDEX */
.startkasten img {
  border-radius: 5px !important;
  box-shadow: 5px 5px 15px 0px hsla(0, 0%, 0%, 0.3) !important;
}
