html,
body {
  font-family: 'Roboto', sans-serif;
  font-size: 1em;
  color: black;
  line-height: 1.4;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #E6DED3;
}

a {
  text-decoration: none;
  color: inherit;
}

h1 {
  color: black;
  font-size: 5em;
  font-weight: 900;
  margin: 0;
  text-align: center;
  font-family: 'Roboto';
}

h2 {
  color: #d01931;
  font-size: 3em;
  font-weight: 900;
  margin: 0;
  text-align: center;
  font-family: 'Roboto';
  line-height: 1;
}

h3 {
  color: #d01931;
  font-size: 1.8em;
  font-weight: 900;
  margin: 0;
  text-align: center;
  font-family: 'Roboto';
  line-height: 1;
}

h4 {
  color: #d01931;
  font-size: 1.2em;
  font-weight: 400;
  margin: 0;
  font-family: 'Roboto';
  line-height: 1;
}

h5 {
  color: #d01931;
  font-size: 1em;
  font-weight: 900;
  margin: 0;
  font-family: 'Roboto';
  line-height: 1;
}

p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

div {
  word-wrap: break-word;
}

.red {
  color: #d01931;
}

.container {
  overflow: hidden;
  *zoom: 1;
  margin: 0;
}

.center-block {
  width: 900px;
  color: black;
  margin: auto;
}

.center-block img {
  width: 100%;
}

.banner_img img {
  mix-blend-mode: multiply;
}

.site-content {
  /*padding-top: 140px;*/
  margin-top: -70px;
}

.centeralign-img {
  position: relative;
  top: 50%;
  left: 50%;
  height: 90%;
  width: auto;
  transform: translateX(-50%);
  -ms-transform: translate(-50%);
  /* IE 9 */
  -webkit-transform: translate(-50%);
  /* Safari */
}

.border {
  border: 1px solid black;
  padding-top: 1em;
  padding-right: 1em;
  padding-left: 1em;
  left: 5%;
  width: 90%;
}

.banner {
  text-align: center;
  font-family: 'Roboto Condensed';
  font-size: 1em;
  min-height: 50px;
  color: black;
}

.banner img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translate(-50%);
  /* IE 9 */
  -webkit-transform: translate(-50%);
  /* Safari */
  width: 70%;
  min-width: 200px;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-bottom: 1px solid #898989;
}

.section {
  background-color: #eeeeee;
  margin-top: 1em;
}

.section img {
  width: 100%;
}

.button {
  border-radius: 30px;
  font-family: 'Roboto', sans-serif;
  background-color: #d01931;
  text-align: center;
  color: white;
  text-decoration: none;
  font-size: 1em;
  cursor: pointer;
  border: none;
  padding: 10px 32px;
  margin-bottom: 5px;
  /*margin-left: 50%;*/
  transform: translateX(-0%);
  -ms-transform: translate(-0%);
  /* IE 9 */
  -webkit-transform: translate(-0%);
  /* Safari */
  -webkit-transition-duration: 0.4s;
  /* Safari */
  transition-duration: 0.4s;
  -webkit-appearance: none;
}

.button:hover {
  background-color: #434343;
}

#buttontop {
  border-radius: 50%;
  display: none;
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 20px; /* Some padding */
}

.header {
  position: relative;
  left: 0;
  right: 0;
  /*  height: $header-height;*/
  width: 100%;
  letter-spacing: 2px;
  /*  line-height: $header-height;*/
  color: #000;
  background-color: transparent;
  z-index: 999;
  /*box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);*/
}

.menu {
  height: 70px;
/*  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;*/
}

.bottom-align {
  position: absolute;
  bottom: 20%;
  padding-left: 5%;
  width: 90%;
}

/*nav.menu.shrink {
  height: 70px;
}*/

.socialmedia img {
  height: 20px;
  float: right;
  padding-top: 9px;
}

.footer {
  background-color: black;
}

.row.footer {
  padding-left: 50px;
  padding-right: 50px;
}

.footer p {
  color: white;
  font-weight: 100;
}

.footer img {
  height: auto;
  width: 100%;
  max-width: 120px;
}

.menu {
  float: center;
  text-align: left;
}
/* line 308, ../sass/main.scss */
.menu a {
  padding: 0 2%;
}
/* line 312, ../sass/main.scss */
.menu a:hover {
  color: #d01931;
}

/* line 317, ../sass/main.scss */
.menu-right {
  width: 100%;
  float: right;
  text-align: right;
}

/* line 323, ../sass/main.scss */
.right-align {
  text-align: right;
}

/* line 327, ../sass/main.scss */
.row {
  display: table;
  width: 100%;
  padding-top: 2em;
  padding-bottom: 2em;
}

/* line 332, ../sass/main.scss */
.bar {
  width: 90%;
}

/* line 336, ../sass/main.scss */
.col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 2%;
  padding-right: 2%;
  box-sizing: border-box;
  display: block;
  float: left;
}

/* line 346, ../sass/main.scss */
.col-lg-12 {
  width: 100%;
}

/* line 350, ../sass/main.scss */
.col-lg-9 {
  width: 75%;
}

/* line 354, ../sass/main.scss */
.col-lg-8 {
  width: 66.67%;
}

/* line 358, ../sass/main.scss */
.col-lg-7 {
  width: 58.33%;
}

/* line 362, ../sass/main.scss */
.col-lg-6 {
  width: 50%;
}

/* line 366, ../sass/main.scss */
.col-lg-5 {
  width: 41.66%;
}

/* line 370, ../sass/main.scss */
.col-lg-4 {
  width: 33.33%;
}

/* line 374, ../sass/main.scss */
.col-lg-3 {
  width: 25%;
}

/* line 374, ../sass/main.scss */
.col-lg-2 {
  width: 16.66%;
}

/* line 378, ../sass/main.scss */
.mobile-only {
  display: none;
}

/* line 383, ../sass/main.scss */
#impressum h1 {
  padding-top: 1em;
  text-align: left;
  font-size: 2em;
}
/* line 389, ../sass/main.scss */
#impressum h2 {
  padding-top: 1em;
  text-align: left;
  font-size: 1.3em;
}
/* line 395, ../sass/main.scss */
#impressum h3 {
  padding-top: 1em;
  text-align: left;
  font-size: 1em;
  font-family: 'Roboto', sans-serif;
}
/* line 402, ../sass/main.scss */
#impressum p {
  font-size: 0.8em;
}

/* RESPONSIVE */
@media only screen and (max-width: 700px) {
  /* line 430, ../sass/main.scss */
  .desktop-only {
    display: none;
  }

  /* line 434, ../sass/main.scss */
  .mobile-only {
    display: block;
  }

  .applinks {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .anchor {
    margin-top: 1em;
  }

  .row {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  p, table, ul {
    font-size: 0.8em;
    padding: 0.5em;
    text-align: center;
  }

  /* line 465, ../sass/main.scss */
  .font-nonresponsive p, .font-nonresponsive table, .font-nonresponsive ul {
    font-size: 1em;
  }

  /* line 470, ../sass/main.scss */
  h1 {
    font-size: 3.2em;
  }

  /* line 474, ../sass/main.scss */
  h4, h5, .mobile-center-text {
    text-align: center;
  }

  /* line 484, ../sass/main.scss */
  .col-lg-6.footer {
    width: 50%;
    float: left;
  }

  .col-lg-12.footer {
    width: 100%;
    float: left;
  }

  /* line 478, ../sass/main.scss */
  .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-12 {
    margin: auto;
    float: none;
    width: 100%;
  }

  .row.footer {
    padding-left: 0px;
    padding-right: 0px;
  }

  /* line 495, ../sass/main.scss */
  #impressum h1 {
    padding-top: 1em;
    text-align: left;
    font-size: 2em;
  }
  /* line 501, ../sass/main.scss */
  #impressum h2 {
    padding-top: 1em;
    text-align: left;
    font-size: 1.3em;
  }
  /* line 507, ../sass/main.scss */
  #impressum h3 {
    padding-top: 1em;
    text-align: left;
    font-size: 1em;
    font-family: 'Roboto', sans-serif;
  }
  /* line 514, ../sass/main.scss */
  #impressum p {
    font-size: 0.8em;
    padding-left: 0;
  }
}

@media only screen and (max-width: 700px) {
  /* line 430, ../sass/main.scss */
  .desktop-only {
    display: none;
  }
}

  @media only screen and (max-width: 900px) {
    /* line 523, ../sass/main.scss */
    .center-block {
      width: 100%;
    }

    .site-pusher,
    .site-container {
      height: 100%;
    }

    /* line 528, ../sass/main.scss */
    .site-container {
      overflow: hidden;
    }

    /* line 532, ../sass/main.scss */
    .site-pusher {
      -moz-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -moz-transform: translateX(0px);
      -ms-transform: translateX(0px);
      -webkit-transform: translateX(0px);
      transform: translateX(0px);
    }

    /* line 537, ../sass/main.scss */
    .site-content {
      position: absolute;
      top: 70px;
      right: 0;
      left: 0;
      bottom: 0;
      padding-top: 0;
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch;
    }

    /* line 548, ../sass/main.scss */
    .header {
      position: fixed;
      height: 70px;
      background-color: transparent;
    }

    /* line 553, ../sass/main.scss */
    .header__icon {
      position: relative;
      display: block;
      float: left;
      width: 50px;
      height: 66px;
      cursor: pointer;
    }
    /* line 562, ../sass/main.scss */
    .header__icon:after {
      content: '';
      position: absolute;
      display: block;
      width: 1rem;
      height: 0.01em;
      top: 16px;
      left: 20px;
      -moz-box-shadow: 0 10px 0 1px #000, 0 16px 0 1px #000, 0 22px 0 1px #000;
      -webkit-box-shadow: 0 10px 0 1px #000, 0 16px 0 1px #000, 0 22px 0 1px #000;
      box-shadow: 0 10px 0 1px #000, 0 16px 0 1px #000, 0 22px 0 1px #000;
    }

    /* line 574, ../sass/main.scss */
    .menu {
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      padding-left: 0;
      padding-right: 0;
      height: 430px;
      /*    overflow-y: scroll;
          -webkit-overflow-scrolling: touch;*/
      width: 250px;
      -moz-transform: translateX(-250px);
      -ms-transform: translateX(-250px);
      -webkit-transform: translateX(-250px);
      transform: translateX(-250px);
    }
    /* line 583, ../sass/main.scss */
    .menu .menu-right {
      float: none;
      width: 100%;
    }
    /* line 588, ../sass/main.scss */
    .menu .socialmedia {
      border-bottom: 0;
    }
    /* line 591, ../sass/main.scss */
    .menu .socialmedia img {
      height: 20px;
      float: left;
      top: 250px;
      position: relative;
      padding-left: 5%;
    }
    /* line 605, ../sass/main.scss */
    .menu a {
      display: block;
      height: 40px;
      text-align: left;
      line-height: 40px;
      border-bottom: 1px solid lightgrey;
      margin-left: 10px;
    }

    /* line 617, ../sass/main.scss */
    .with--sidebar .site-pusher {
      -moz-transform: translateX(250px);
      -ms-transform: translateX(250px);
      -webkit-transform: translateX(250px);
      transform: translateX(250px);
    }
    /* line 620, ../sass/main.scss */
    .with--sidebar .site-cache {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.6);
    }
  }
