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

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

a {
  text-decoration: none; }

/*******************************************************************************************************
  MEDIA QUERY BREAKPOINTS
*******************************************************************************************************/
/*******************************************************************************************************
  VARIABLEN & MIXINS
*******************************************************************************************************/
/*******************************************************************************************************
  COLORS
*******************************************************************************************************/
*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input:focus,
textarea:focus,
button {
  outline: none; }

a,
a.before,
a img,
input,
a div,
div.label {
  -webkit-transition: all ease 0.3s, background ease 0.3s, transform ease 0.3s, border ease 0.3s;
  -moz-transition: all ease 0.3s, background ease 0.3s, transform ease 0.3s, border ease 0.3s;
  -o-transition: all ease 0.3s, background ease 0.3s, transform ease 0.3s, border ease 0.3s;
  transition: all ease 0.3s, background ease 0.3s, transform ease 0.3s, border ease 0.3s; }

textarea {
  -webkit-transition: border ease 0.3s;
  -moz-transition: border ease 0.3s;
  -o-transition: border ease 0.3s;
  transition: border ease 0.3s; }

input, textarea {
  -webkit-appearance: none; }

.clear {
  clear: both; }

.invisible {
  display: none; }

.show-mobile {
  display: none; }

@media (max-width: 719px) {
  .hide-mobile {
    display: none; }
  .clear-mobile {
    clear: both; }
  .show-mobile {
    display: block; } }

html, body {
  height: 100%; }

img {
  height: auto !important; }

.group:after {
  content: "";
  display: table;
  clear: both; }

a.btn {
  background: #AE3131;
  color: #fff;
  padding: .75em 1em;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2); }
  a.btn:hover {
    background: #862626; }
  a.btn:active {
    background: #5e1b1b;
    box-shadow: none; }

p.back {
  margin-top: 4em;
  margin-bottom: 1em; }

strong {
  font-weight: 600; }

body {
  font-family: "Open Sans", sans-serif;
  background: url("../images/background-body.jpg") center center no-repeat fixed;
  background-size: cover; }

section#wrapper {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto; }

header {
  padding: 2.5em 0; }
  header img.header-logo {
    float: left;
    width: 25em; }
    @media (min-width: 720px) and (max-width: 844px) {
      header img.header-logo {
        width: 20em;
        float: none; } }
    @media (max-width: 719px) {
      header img.header-logo {
        float: none;
        width: 17em; } }

footer {
  padding-top: 2.5em;
  padding-bottom: 7em;
  color: rgba(255, 255, 255, 0.5); }
  @media (max-width: 719px) {
    footer {
      padding-bottom: 4em; } }
  footer div.copyright {
    float: left; }
    @media (max-width: 719px) {
      footer div.copyright {
        float: none; } }
  footer div.links {
    float: right; }
    @media (max-width: 719px) {
      footer div.links {
        float: none;
        margin-top: 1em; } }
    footer div.links a {
      color: rgba(255, 255, 255, 0.5); }
      footer div.links a:hover {
        color: #fff; }
      footer div.links a:last-child {
        margin-left: 1.5em; }

form#search {
  float: right;
  margin-top: 3.75em; }
  @media (min-width: 720px) and (max-width: 844px) {
    form#search {
      float: none;
      margin-top: 1.75em; } }
  @media (max-width: 719px) {
    form#search {
      float: none;
      margin-top: 1.75em; } }
  form#search input {
    font-family: "Open Sans", sans-serif;
    font-size: .9em;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25); }
  form#search input[type="text"] {
    background: #fff;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid #fff;
    padding: 1em 1em;
    width: 17.5em; }
    @media (min-width: 720px) and (max-width: 844px) {
      form#search input[type="text"] {
        width: 80%; } }
    @media (max-width: 719px) {
      form#search input[type="text"] {
        width: 70%; } }
  form#search input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.4); }
  form#search input[type="submit"] {
    border: 1px solid #AE3131;
    background: #AE3131;
    padding: 1em 1.25em;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    margin-left: -1px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px; }
    @media (min-width: 720px) and (max-width: 844px) {
      form#search input[type="submit"] {
        width: 20%; } }
    @media (max-width: 719px) {
      form#search input[type="submit"] {
        width: 30%; } }
    form#search input[type="submit"]:hover {
      background: #7e2424;
      border: 1px solid #7e2424; }

section#adventskalender {
  width: 100%;
  border: 7px solid #fff;
  background: url("../images/adventskalender-background.jpg") center center no-repeat;
  background-size: cover;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
  position: relative; }

a.tuerchen {
  display: block;
  float: left;
  width: 25%;
  height: 8em;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.25); }
  @media (min-width: 720px) and (max-width: 844px) {
    a.tuerchen {
      width: 33.33%; } }
  @media (max-width: 719px) {
    a.tuerchen {
      width: 50%;
      height: 6em; } }
  a.tuerchen:hover {
    border: 1px solid #fff; }
    a.tuerchen:hover div.hover {
      opacity: 1; }
  a.tuerchen p.tag {
    text-align: center;
    color: #fff;
    font-size: 2em;
    font-weight: 700;
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.75); }
  a.tuerchen div.hover {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #fff;
    opacity: 0;
    text-align: center; }
    a.tuerchen div.hover img {
      position: absolute;
      width: 60%;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

a.disabled {
  opacity: .5;
  cursor: not-allowed; }
  a.disabled:hover {
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.25); }

div.gewinne div.gewinn {
  margin-bottom: .5em;
  display: table;
  width: 100%;
  color: #000;
  line-height: 1.35em;
  border: 1px solid #AE3131; }
  @media (max-width: 719px) {
    div.gewinne div.gewinn {
      display: block; } }
  div.gewinne div.gewinn div.losnummer {
    display: table-cell;
    background: #AE3131;
    color: #fff;
    width: 10%;
    text-align: center;
    line-height: 4em;
    vertical-align: middle; }
    @media (min-width: 720px) and (max-width: 844px) {
      div.gewinne div.gewinn div.losnummer {
        width: 20%; } }
    @media (max-width: 719px) {
      div.gewinne div.gewinn div.losnummer {
        display: block;
        width: 100%;
        text-align: left;
        padding-left: 1em;
        line-height: 3em; } }
  div.gewinne div.gewinn div.gewinnDetails {
    display: table-cell;
    width: 90%;
    vertical-align: middle;
    padding-left: 1em;
    padding-top: 1em;
    padding-bottom: 1em; }
    @media (min-width: 720px) and (max-width: 844px) {
      div.gewinne div.gewinn div.gewinnDetails {
        width: 80%;
        background: none !important; } }
    @media (max-width: 719px) {
      div.gewinne div.gewinn div.gewinnDetails {
        display: block;
        background: none !important; } }
  div.gewinne div.gewinn span.grey {
    color: #999999; }

section#adventskalender-tag {
  width: 100%;
  background: #fff;
  padding: 3em; }
  @media (max-width: 719px) {
    section#adventskalender-tag {
      padding: 1em; } }
  section#adventskalender-tag h1 {
    font-weight: 700;
    color: #AE3131;
    font-size: 2em;
    margin-bottom: 1.75em;
    line-height: 1.25em; }
    @media (max-width: 719px) {
      section#adventskalender-tag h1 {
        font-size: 1.25em; } }
  section#adventskalender-tag p {
    line-height: 1.5em; }
