@font-face {
  font-family: 'Tekton Pro';
  src: url("../fonts/TektonPro-Bold.otf"); }
@font-face {
  font-family: "Raleway";
  font-weight: 400;
  src: url("../fonts/raleway.woff2") format("woff2"); }
@font-face {
  font-family: "Raleway";
  font-weight: 500;
  src: url("../fonts/raleway-500.woff2") format("woff2"); }
@font-face {
  font-family: "Raleway";
  font-weight: 700;
  src: url("../fonts/raleway-700.woff2") format("woff2"); }
@font-face {
  font-family: "Merienda";
  font-weight: 300;
  src: url("../fonts/merienda.woff2") format("woff2"); }
* {
  margin: 0;
  padding: 0; }

html {
  height: 100%;
  background: #a0c1ec;
  font-family: Raleway;
  font-size: 16px;
  line-height: 25px;
  color: #000; }

@media (min-width: 1000px) {
  body {
    background: url(../img/bg.png); } }

img {
  border: 0; }

a {
  text-decoration: none;
  color: #0855b4; }
  a:link, a:visited, a:active {
    text-decoration: none;
    color: #0855b4; }
  a:hover {
    text-decoration: none;
    border-bottom: 1px solid #0855b4; }

h1, h2 {
  font-family: "Tekton Pro";
  margin: 0 0 10px 0; }

h1 {
  color: #fff;
  background: rgba(0, 82, 184, 0.85);
  margin: 0;
  font-size: 22px;
  line-height: 30px;
  padding: 15px 20px; }

h2 {
  color: #044e8e; }

p {
  margin: 0 0 15px 0; }

li {
  margin: 0 0 0 20px; }

#page {
  background: #fff;
  width: 100%;
  height: auto;
  min-height: 100%;
  position: relative; }
  @media (min-width: 1000px) {
    #page {
      width: 1000px;
      margin: 6px auto;
      box-shadow: -3px 5px 10px #8e8e8e, 3px 5px 10px #8e8e8e; } }

.aniversary {
  width: 150px;
  height: 115px;
  background: url(../img/jubilaeum.png) no-repeat top left; }
  .aniversary span {
    color: #ffc156;
    font-family: "Merienda";
    display: block;
    text-align: center;
    font-size: 55px;
    line-height: 65px;
    text-shadow: 3px 3px 10px #000, -3px 3px 10px #000, 3px -3px 10px #000; }

header {
  overflow: hidden; }
  header .container {
    display: flex;
    align-items: center; }
    @media (min-width: 800px) {
      header .container {
        padding: 0 33px; } }
  header #logo {
    width: 100%;
    padding: 10px 0;
    font-size: 25px;
    line-height: 25px;
    font-family: "Tekton Pro";
    text-align: center; }
    header #logo:hover {
      text-decoration: none !important;
      border: none !important; }
    @media (min-width: 400px) {
      header #logo {
        min-height: 57px;
        background: url(../img/logo.png) no-repeat 10px center;
        background-size: 75px;
        padding: 13px 0 0 100px;
        text-align: left; } }
    @media (min-width: 800px) {
      header #logo {
        background-size: 150px auto;
        width: 350px;
        padding: 30px 0 30px 165px;
        font-size: 40px;
        line-height: 40px; } }
    @media (min-width: 1000px) {
      header #logo {
        background-size: 170px auto;
        width: 475px;
        padding: 60px 0 60px 200px;
        font-size: 45px;
        line-height: 45px; } }
    header #logo span {
      font-size: 0.6em; }

#head_contact {
  display: none; }
  @media (min-width: 800px) {
    #head_contact {
      display: block;
      float: right;
      border-left: 2px solid #001733;
      padding: 10px 0 10px 20px; }
      #head_contact p {
        font-family: Raleway;
        font-size: 15px;
        line-height: 20px;
        overflow: hidden;
        margin: 0; } }
  @media (min-width: 1000px) {
    #head_contact {
      padding: 80px 0 0 25px; } }

#head_pic .aniversary {
  display: none; }
@media (min-width: 800px) {
  #head_pic {
    position: relative;
    height: 290px;
    background-image: url(../img/header/default.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
    overflow: hidden; }
    #head_pic.headstartseite {
      background-image: url(../img/header/startseite.png) !important; }
    #head_pic.headservice {
      background-image: url(../img/header/service.png) !important; }
    #head_pic.headpreise {
      background-image: url(../img/header/preise.png) !important; }
    #head_pic.headbestellung {
      background-image: url(../img/header/bestellung.png) !important; }
    #head_pic.headreferenzen, #head_pic.headreferenzformular {
      background-image: url(../img/header/referenzen.png) !important; }
    #head_pic.headinformationen {
      background-image: url(../img/header/info.png) !important; }
    #head_pic.headkontakt {
      background-image: url(../img/header/kontakt.png) !important; }
    #head_pic.headimpressum {
      background-image: url(../img/header/impressum.png) !important; }
    #head_pic .aniversary {
      display: block;
      position: absolute;
      top: 20px;
      right: 20px; }
    #head_pic h1 {
      position: absolute;
      bottom: 0;
      margin: 0;
      display: block;
      width: 100%;
      font-size: 30px;
      line-height: 55px;
      padding: 8px 33px 0 33px;
      box-sizing: border-box; } }
@media (min-width: 900px) {
  #head_pic {
    height: 320px; } }
@media (min-width: 1000px) {
  #head_pic {
    height: 360px; } }

nav a, nav a:link, nav a:visited, nav a:active {
  font-size: 17px;
  line-height: 30px;
  padding: 7px 15px;
  font-family: "Tekton Pro";
  color: #fff;
  border: 0;
  display: block; }
  @media (min-width: 800px) {
    nav a, nav a:link, nav a:visited, nav a:active {
      font-size: 21px;
      line-height: 60px;
      padding: 0 12px; } }

nav a:hover {
  text-decoration: none;
  border-bottom: none; }
nav .active, nav .active:hover {
  background: #0052b8; }
@media (min-width: 800px) {
  nav li:hover {
    background: rgba(255, 255, 255, 0.3); } }
nav ul, nav ul li {
  margin: 0;
  padding: 0;
  list-style: none; }
header nav {
  display: none;
  background: #0052b8;
  border-bottom: 5px solid #fff; }
  header nav.show_menu {
    display: block; }
  @media (max-width: 799px) {
    header nav li.active {
      background: rgba(255, 255, 255, 0.4); } }
  @media (min-width: 800px) {
    header nav {
      display: block !important;
      background: #4e4e4e;
      border-bottom: none;
      overflow: hidden; }
      header nav ul {
        float: right; }
        header nav ul li {
          float: left; }
        header nav ul li:not(:first-child) {
          border-left: 2px solid #626262; } }
footer nav {
  float: right; }
  footer nav li {
    border-left: 2px solid #626262;
    float: left; }
    footer nav li#facebook {
      border-left: none; }

#mobile_menu_button {
  width: 20%;
  min-width: 65px;
  max-width: 75px;
  background: #0855b4;
  cursor: pointer; }
  #mobile_menu_button:before, #mobile_menu_button:after {
    content: '';
    width: 60%;
    display: block;
    height: 10px;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
    margin: 20px auto 0; }
  #mobile_menu_button:after {
    border-bottom: none;
    height: 1px;
    margin: 10px auto 20px; }
  @media (min-width: 800px) {
    #mobile_menu_button {
      display: none; } }

#content {
  padding: 20px; }
  @media (min-width: 800px) {
    #content {
      padding: 33px; }
      #content .aniversary {
        display: none; } }
  #content .aniversary {
    margin: 0 auto; }
  @media (min-width: 800px) {
    #content ul {
      overflow: hidden; }
      #content ul li {
        float: left;
        width: 45%; }
        #content ul li:nth-child(odd) {
          margin-right: 5%; } }

/* Preise */
#preisangaben {
  padding: 10px 0 50px 0; }
  #preisangaben p {
    margin: 0;
    padding: 5px 10px; }
    @media (min-width: 550px) {
      #preisangaben p {
        display: table;
        width: 95%; } }
    #preisangaben p:nth-child(even) {
      background: #d2e6ff; }
    @media (min-width: 550px) {
      #preisangaben p .preistyp {
        display: table-cell;
        width: 70%; } }
    @media (min-width: 800px) {
      #preisangaben p .preistyp {
        width: 700px; } }
    @media (min-width: 550px) {
      #preisangaben p .preis {
        display: table-cell;
        width: 29%; } }
    @media (min-width: 800px) {
      #preisangaben p .preis {
        width: 200px; } }
    #preisangaben p span {
      display: block; }

/* Referenzen */
.entry {
  padding: 15px 0 0 0; }

.entryName {
  background: #d2e6ff;
  padding: 5px 20px; }
  .entryName p {
    margin: 0;
    font-weight: bold; }

.entryText {
  border: 2px solid #d2e6ff;
  padding: 15px 20px 5px 20px;
  overflow: hidden; }

#kontakt_info p {
  margin: 0; }
#kontakt_info .infoT {
  display: block;
  font-weight: bold; }
  @media (min-width: 400px) {
    #kontakt_info .infoT {
      width: 100px;
      display: inline-block; } }

#imprint {
  overflow: hidden; }
  #imprint #haftungsausschluss {
    background: #d2e6ff;
    height: 100px;
    margin: 0 0 15px 0;
    overflow-y: scroll;
    padding-right: 10px;
    border: 10px solid #d2e6ff;
    border-right: none; }
    @media (min-width: 800px) {
      #imprint #haftungsausschluss {
        width: 45%;
        height: 380px;
        margin: 0 0 0 10px;
        float: right; } }
    #imprint #haftungsausschluss p {
      font-size: 14px;
      line-height: 20px; }
  #imprint p {
    overflow: hidden; }
    @media (min-width: 400px) {
      #imprint p {
        display: table; } }
    #imprint p .imprint {
      font-weight: bold;
      display: table-cell; }
      @media (min-width: 400px) {
        #imprint p .imprint {
          width: 120px; } }
      @media (min-width: 550px) {
        #imprint p .imprint {
          width: 170px; } }

#login {
  color: #d9d9d9; }
  #login a {
    color: #bfdafc; }

form {
  margin: 40px 0 0 0;
  font-family: Raleway;
  font-size: 16px;
  line-height: 25px;
  color: #000; }

fieldset {
  border: 0;
  overflow: hidden; }

label {
  display: block;
  font-weight: bold; }

input, select, textarea {
  width: 100%;
  background: #d2e6ff;
  border: 2px solid #fff;
  margin: 0 0 20px 0;
  font-family: Raleway;
  font-size: 16px;
  line-height: 25px;
  color: #000;
  box-sizing: border-box; }
  input:hover, input:focus, select:hover, select:focus, textarea:hover, textarea:focus {
    background: #fff;
    border-color: #d2e6ff; }
  input.err, select.err, textarea.err {
    background: #fff;
    border-color: red; }

select {
  padding: 7px 10px; }

input {
  padding: 5px 10px; }
  input[type="submit"], #refForm input {
    max-width: 400px; }
  input[name='ct_captcha'] {
    max-width: 220px; }

textarea {
  height: 75px; }
  #refForm textarea {
    max-width: 800px;
    height: 150px; }

.error {
  font-weight: bold;
  color: red; }

@media (min-width: 550px) {
  .formEntry {
    width: 45%;
    padding-right: 5%;
    float: left; } }
@media (min-width: 700px) {
  .formEntry {
    width: 27%; } }
@media (min-width: 1000px) {
  .formEntry {
    width: 20%; } }

.formArea {
  width: 95%;
  max-width: 675px;
  float: left; }
  .formArea textarea {
    max-width: 650px; }

#kindOfGoods label strong {
  color: #0855b4; }
#kindOfGoods .menge {
  width: 23%; }
  @media (min-width: 800px) {
    #kindOfGoods .menge {
      width: 18%; } }
  @media (min-width: 1000px) {
    #kindOfGoods .menge {
      width: 15%; } }
#kindOfGoods .art {
  width: 65%;
  max-width: 760px;
  margin-left: 1%; }
  @media (min-width: 800px) {
    #kindOfGoods .art {
      width: 70%; } }
  @media (min-width: 1000px) {
    #kindOfGoods .art {
      width: 78%; } }
#kindOfGoods .emptyOrder {
  border-color: red;
  background: #fff; }
#kindOfGoods a {
  display: block;
  float: right;
  font-size: 65px;
  font-weight: bold;
  line-height: 44px;
  border: 0; }
  #kindOfGoods a:hover {
    color: #000; }

.orderArea textarea {
  width: 89%; }
  @media (min-width: 1000px) {
    .orderArea textarea {
      width: 94%; } }

footer {
  background: #4e4e4e;
  line-height: 30px;
  padding: 0 0 0 20px;
  margin: 0;
  font-size: 14px;
  font-family: Raleway;
  font-weight: 500;
  color: #fff;
  overflow: hidden; }
  footer p {
    line-height: 30px;
    margin: 0; }
    @media (min-width: 700px) {
      footer p {
        display: inline-block;
        line-height: 40px; } }
    @media (min-width: 800px) {
      footer p {
        line-height: 60px;
        padding: 0 0 0 13px; } }
