/**
 * Theme Name:     dzs-perso
 * Theme URI:      http://www.druckzentrum.ch
 * Description:    Personalisierte Website
 * Author:         Christian Kempe
 * Author URI:     http://www.christiankempe.ch
 * Version:        1.0.0
 */
/* Normalisierung */
@import url("assets/css/normalize.css");
/*
Variablen eigene -------------------------------------------------------------*/
@font-face {
  font-family: 'HelveticaNeue';
  src: url("assets/fonts/HelveticaNeueLTStd-Roman.otf") format("opentype");
  font-weight: normal; }
@font-face {
  font-family: 'HelveticaNeue';
  src: url("assets/fonts/HelveticaNeueLTStd-Bd.otf") format("opentype");
  font-weight: bold; }
@font-face {
  font-family: 'Assistant-Regular';
  src: url("assets/fonts/Assistant-Regular.ttf") format("truetype");
  font-weight: normal; }
/* Box-Einstellungen ---------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  background-color: #0058A2; }

img {
  margin-bottom: 20px; }

header, main, footer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 820px) {
    header, main, footer {
      max-width: 760px;
      margin-left: 20px;
      margin-right: 20px; } }
  @media screen and (max-width: 500px) {
    header, main, footer {
      max-width: 100%;
      margin-left: 10px;
      margin-right: 10px; } }

header {
  margin-bottom: 40px; }
  header div {
    height: 100px;
    margin-top: 20px; }
    header div #dzs_headerbild {
      max-height: 60px; }
      @media screen and (max-width: 820px) {
        header div #dzs_headerbild {
          margin-top: 30px; } }
      @media screen and (max-width: 500px) {
        header div #dzs_headerbild {
          margin-top: 10px; } }
    header div div {
      padding-top: 20px; }
      header div div span {
        padding: 0px 20px; }

footer {
  margin-top: 40px;
  margin-bottom: 40px;
  border-top: #ffffff 2px solid;
  padding-top: 20px; }
  footer span {
    display: inline-block;
    margin: 0 0 0 40px; }
  footer .footerlinks {
    display: inline-block;
    font-size: 26px;
    color: #ffffff; }

.menurechts, .fussrechts {
  float: right; }
  .menurechts a, .fussrechts a {
    color: #ffffff;
    text-decoration: none; }

.titel.mitte {
  text-align: center; }

.clear {
  clear: both; }

#anmeldung {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  #anmeldung .logincode {
    width: 100%; }
  #anmeldung #anmeldungbutton {
    margin-top: 20px;
    width: 100%;
    padding: 10px; }
  @media screen and (max-width: 820px) {
    #anmeldung {
      max-width: 100%; } }
  @media screen and (max-width: 500px) {
    #anmeldung {
      max-width: 100%;
      margin-left: 0;
      margin-right: 0; } }

.hotelbox {
  background-color: #a1cf93; }

.hotelboxlinks, .hotelboxrechts {
  padding: 20px; }

.hotelboxlinks {
  text-align: center; }
  .hotelboxlinks .wp-block-image img {
    margin: 0; }

.hotelboxangebote {
  padding: 20px;
  text-align: center; }
  .hotelboxangebote .wp-block-image img {
    margin: 0; }
  .hotelboxangebote .allinc {
    width: 100%; }
  .hotelboxangebote h2 {
    text-align: center; }

.hotelboxrechts {
  position: relative; }

.buchenbox {
  background-color: #a1cf93;
  padding: 20px 20px 10px	20px;
  margin-bottom: 20px; }

.allinc {
  height: 2em;
  width: 50%;
  background-color: #ffffff;
  color: #111111;
  padding: 0.5em 2em;
  text-align: center;
  font-weight: bold; }

.dreisterne {
  margin: 0; }
  .dreisterne::before {
    content: "";
    background-image: url("assets/images/3_stern.png");
    background-size: 180px 30px;
    width: 180px;
    height: 30px;
    display: inline-block; }

.viersterne {
  margin: 0; }
  .viersterne::before {
    content: "";
    background-image: url("assets/images/4_stern.png");
    background-size: 180px 30px;
    width: 180px;
    height: 30px;
    display: inline-block; }

.fuenfsterne {
  margin: 0; }
  .fuenfsterne::before {
    content: "";
    background-image: url("assets/images/5_stern.png");
    background-size: 180px 30px;
    width: 180px;
    height: 30px;
    display: inline-block; }

#anmeldung .dzs_formlegende, #registrierung .dzs_formlegende {
  display: inline-block;
  margin-bottom: 10px;
  width: 10%; }
  @media screen and (max-width: 500px) {
    #anmeldung .dzs_formlegende, #registrierung .dzs_formlegende {
      width: 100%;
      margin-bottom: 0px; } }
#anmeldung input, #registrierung input {
  display: inline-block;
  margin-bottom: 10px;
  width: 70%; }
  @media screen and (max-width: 500px) {
    #anmeldung input, #registrierung input {
      width: 100%;
      margin-bottom: 0px; } }
#anmeldung input.dzs_formschmal, #registrierung input.dzs_formschmal {
  width: 16%;
  margin-right: 4%; }
  @media screen and (max-width: 500px) {
    #anmeldung input.dzs_formschmal, #registrierung input.dzs_formschmal {
      width: 26%;
      margin-right: 4%; } }
#anmeldung input.dzs_formmittel, #registrierung input.dzs_formmittel {
  width: 50%; }
  @media screen and (max-width: 500px) {
    #anmeldung input.dzs_formmittel, #registrierung input.dzs_formmittel {
      width: 70%; } }
#anmeldung fieldset, #registrierung fieldset {
  display: inline-block;
  margin: 0 0 10px 0;
  width: 70%;
  border: none; }
  @media screen and (max-width: 500px) {
    #anmeldung fieldset, #registrierung fieldset {
      margin: 0;
      width: 100%; } }
  #anmeldung fieldset input, #registrierung fieldset input {
    display: inline-block;
    appearance: none;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    vertical-align: middle; }
  #anmeldung fieldset label, #registrierung fieldset label {
    display: inline-block;
    width: 30%; }
#anmeldung #anmeldungbutton, #anmeldung #registrierungbutton, #registrierung #anmeldungbutton, #registrierung #registrierungbutton {
  width: 18%;
  margin-left: 20px;
  padding: 10px 0 10px 0;
  border-radius: 12px; }
  @media screen and (max-width: 500px) {
    #anmeldung #anmeldungbutton, #anmeldung #registrierungbutton, #registrierung #anmeldungbutton, #registrierung #registrierungbutton {
      width: 100%;
      margin: 10px 0px;
      padding: 0; } }

#buchen .dzs_formlegende {
  display: inline-block;
  margin-bottom: 10px;
  width: 30%; }
  @media screen and (max-width: 500px) {
    #buchen .dzs_formlegende {
      width: 100%;
      margin-bottom: 0px; } }
#buchen input {
  display: inline-block;
  margin-bottom: 10px;
  width: 70%; }
  @media screen and (max-width: 500px) {
    #buchen input {
      width: 100%;
      margin-bottom: 0px; } }
#buchen input.dzs_formschmal {
  width: 16%;
  margin-right: 4%; }
  @media screen and (max-width: 500px) {
    #buchen input.dzs_formschmal {
      width: 26%;
      margin-right: 4%; } }
#buchen input.dzs_formmittel {
  width: 50%; }
  @media screen and (max-width: 500px) {
    #buchen input.dzs_formmittel {
      width: 70%; } }
#buchen fieldset {
  display: inline-block;
  margin: 0 0 10px 0;
  width: 70%;
  border: none; }
  @media screen and (max-width: 500px) {
    #buchen fieldset {
      margin: 0;
      width: 100%; } }
  #buchen fieldset input {
    display: inline-block;
    appearance: none;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    vertical-align: middle; }
  #buchen fieldset label {
    display: inline-block;
    width: 30%; }
#buchen #buchenbutton {
  width: 18%;
  padding: 10px 0 10px 0;
  border-radius: 12px; }
  @media screen and (max-width: 500px) {
    #buchen #buchenbutton {
      width: 100%;
      margin: 10px 0px;
      padding: 0; } }

@media screen and (max-width: 820px) {
  #wettbewerb, #wettbewerbintro {
    width: 100%; } }
@media screen and (max-width: 500px) {
  #wettbewerb, #wettbewerbintro {
    width: 100%; } }
#wettbewerb h2.fragenlinksbuendig, #wettbewerbintro h2.fragenlinksbuendig {
  padding: 0px; }
#wettbewerb fieldset, #wettbewerbintro fieldset {
  display: inline-block;
  margin: 0 0 10px 0;
  padding: 0;
  width: 100%;
  border: none; }
  #wettbewerb fieldset input[type="radio"], #wettbewerbintro fieldset input[type="radio"] {
    display: inline-block;
    appearance: none;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    vertical-align: middle; }
  #wettbewerb fieldset input[type="checkbox"], #wettbewerbintro fieldset input[type="checkbox"] {
    display: inline-block;
    appearance: none;
    width: 24px;
    height: 24px;
    vertical-align: middle; }
  #wettbewerb fieldset label, #wettbewerbintro fieldset label {
    display: inline-block; }

.dzs_gewinnkasten {
  width: 600px;
  background-color: #64aa00;
  padding: 20px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 820px) {
    .dzs_gewinnkasten {
      width: 100%;
      margin: 0px;
      padding: 20px; } }
  @media screen and (max-width: 500px) {
    .dzs_gewinnkasten {
      width: 100%;
      margin: 0px;
      padding: 10px; } }

#newsletter fieldset {
  width: 400px;
  margin: 0 30% 10px 30%;
  border: none;
  padding: 0px; }
  #newsletter fieldset input[type="checkbox"] {
    display: inline-block;
    appearance: none;
    width: 24px;
    height: 24px;
    vertical-align: middle; }

#websitebutton, #newsletterbutton {
  width: 40%;
  margin: 0px 30%;
  padding: 10px; }
  @media screen and (max-width: 820px) {
    #websitebutton, #newsletterbutton {
      width: 80%;
      margin: 0px 10%; } }
  @media screen and (max-width: 500px) {
    #websitebutton, #newsletterbutton {
      width: 100%;
      margin: 0px;
      padding: 0; } }

.randfuss {
  height: 40px; }
  @media screen and (max-width: 820px) {
    .randfuss {
      height: 30px; } }
  @media screen and (max-width: 500px) {
    .randfuss {
      height: 20px; } }

/* Text-Formate ---------------------------------------------------------------*/
html {
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif; }

h2, .titel, .dzs_anrede {
  font-weight: bold;
  font-size: 26px;
  line-height: 1.3;
  color: #ffffff;
  text-align: left; }
  @media screen and (max-width: 820px) {
    h2, .titel, .dzs_anrede {
      font-size: 26px;
      padding: 0 0px; } }
  @media screen and (max-width: 500px) {
    h2, .titel, .dzs_anrede {
      font-size: 20px;
      padding: 0 0px; } }

h2 {
  margin-top: 1em;
  margin-bottom: 0.5em; }
  h2 a {
    color: #ffffff; }

h3 {
  color: #ffffff; }

header div span {
  font-weight: normal;
  font-size: 16px;
  color: #ffffff; }

.text {
  font-weight: normal;
  font-size: 16px;
  line-height: 1.3;
  color: #ffffff;
  text-align: left;
  margin-top: 0px; }
  @media screen and (max-width: 820px) {
    .text {
      font-size: 22px; } }
  @media screen and (max-width: 500px) {
    .text {
      font-size: 16px; } }
  .text a {
    color: #ffffff;
    text-decoration: none; }

.fussnote {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  color: #ffffff;
  text-align: left;
  padding: 0; }
  @media screen and (max-width: 820px) {
    .fussnote {
      font-size: 18px;
      padding: 0 0px; } }
  @media screen and (max-width: 500px) {
    .fussnote {
      font-size: 14px;
      padding: 0 0px; } }

#anmeldung .logincode {
  font-weight: 700;
  font-size: 26px;
  line-height: 2.5;
  text-align: center;
  border: 2px solid #be0000; }
  @media screen and (max-width: 820px) {
    #anmeldung .logincode {
      font-size: 26px; } }
  @media screen and (max-width: 500px) {
    #anmeldung .logincode {
      font-size: 20px; } }
#anmeldung #anmeldungbutton {
  font-weight: 500;
  font-size: 16px;
  line-height: 3;
  background-color: #55C1D7;
  color: #111111; }
  @media screen and (max-width: 820px) {
    #anmeldung #anmeldungbutton {
      font-size: 22px;
      line-height: 2; } }
  @media screen and (max-width: 500px) {
    #anmeldung #anmeldungbutton {
      font-size: 20px;
      line-height: 1.3; } }

#anmeldung .dzs_formlegende, #registrierung .dzs_formlegende {
  font-weight: normal;
  font-size: 16px;
  color: #ffffff;
  text-align: left;
  padding-top: 7px; }
  @media screen and (max-width: 820px) {
    #anmeldung .dzs_formlegende, #registrierung .dzs_formlegende {
      font-size: 18px; } }
  @media screen and (max-width: 500px) {
    #anmeldung .dzs_formlegende, #registrierung .dzs_formlegende {
      font-size: 16px;
      text-align: left;
      padding: 5px 0px; } }
#anmeldung input, #registrierung input {
  font-weight: normal;
  font-size: 16px;
  color: #111111;
  border: 1.5px solid #ffffff;
  padding: 5px 10px; }
  @media screen and (max-width: 820px) {
    #anmeldung input, #registrierung input {
      font-size: 18px; } }
  @media screen and (max-width: 500px) {
    #anmeldung input, #registrierung input {
      font-size: 16px; } }
#anmeldung fieldset input, #registrierung fieldset input {
  padding: 5px 10px;
  border: 2px solid #ffffff;
  background: none; }
  @media screen and (max-width: 500px) {
    #anmeldung fieldset input, #registrierung fieldset input {
      padding: 0px 10px; } }
#anmeldung fieldset input:checked, #registrierung fieldset input:checked {
  background: #be0000; }
#anmeldung fieldset label, #registrierung fieldset label {
  font-weight: normal;
  font-size: 16px;
  color: #111111;
  padding: 5px 10px; }
  @media screen and (max-width: 820px) {
    #anmeldung fieldset label, #registrierung fieldset label {
      font-size: 18px; } }
  @media screen and (max-width: 500px) {
    #anmeldung fieldset label, #registrierung fieldset label {
      font-size: 16px;
      padding: 0px 10px; } }
#anmeldung #anmeldungbutton, #anmeldung #registrierungbutton, #registrierung #anmeldungbutton, #registrierung #registrierungbutton {
  font-weight: bold;
  line-height: 1em;
  font-size: 16px;
  background-color: #55C1D7;
  color: #ffffff; }
  @media screen and (max-width: 820px) {
    #anmeldung #anmeldungbutton, #anmeldung #registrierungbutton, #registrierung #anmeldungbutton, #registrierung #registrierungbutton {
      font-size: 22px; } }
  @media screen and (max-width: 500px) {
    #anmeldung #anmeldungbutton, #anmeldung #registrierungbutton, #registrierung #anmeldungbutton, #registrierung #registrierungbutton {
      font-size: 20px;
      line-height: 1.3;
      padding: 5px 10px; } }

#buchen .dzs_formlegende {
  font-weight: normal;
  font-size: 16px;
  color: #ffffff;
  text-align: left;
  padding-top: 7px; }
  @media screen and (max-width: 820px) {
    #buchen .dzs_formlegende {
      font-size: 18px; } }
  @media screen and (max-width: 500px) {
    #buchen .dzs_formlegende {
      font-size: 16px;
      text-align: left;
      padding: 5px 0px; } }
#buchen input {
  font-weight: normal;
  font-size: 16px;
  color: #111111;
  border: 1.5px solid #ffffff;
  padding: 5px 10px; }
  @media screen and (max-width: 820px) {
    #buchen input {
      font-size: 18px; } }
  @media screen and (max-width: 500px) {
    #buchen input {
      font-size: 16px; } }
#buchen fieldset input {
  padding: 5px 10px;
  border: 2px solid #ffffff;
  background: none; }
  @media screen and (max-width: 500px) {
    #buchen fieldset input {
      padding: 0px 10px; } }
#buchen fieldset input:checked {
  background: #be0000; }
#buchen fieldset label {
  font-weight: normal;
  font-size: 16px;
  color: #ffffff;
  padding: 5px 10px; }
  @media screen and (max-width: 820px) {
    #buchen fieldset label {
      font-size: 18px; } }
  @media screen and (max-width: 500px) {
    #buchen fieldset label {
      font-size: 16px;
      padding: 0px 10px; } }
#buchen #buchenbutton {
  font-weight: bold;
  line-height: 1em;
  font-size: 16px;
  background-color: #55C1D7;
  color: #ffffff; }
  @media screen and (max-width: 820px) {
    #buchen #buchenbutton {
      font-size: 22px; } }
  @media screen and (max-width: 500px) {
    #buchen #buchenbutton {
      font-size: 20px;
      line-height: 1.3;
      padding: 5px 10px; } }

.zumwettbewerb {
  position: absolute;
  top: -150px;
  right: 0;
  background-color: #be0000;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  width: 200px;
  height: 200px;
  border-radius: 100px;
  padding: 30px 25px;
  transform: rotate(25deg); }

#wettbewerbbutton, #wettbewerbintrobutton {
  font-weight: bold !important;
  line-height: 1em;
  font-size: 16px;
  background-color: #55C1D7;
  color: #ffffff !important;
  padding: 10px !important;
  width: 100% !important;
  border-radius: 12px;
  margin-top: 10px; }
  @media screen and (max-width: 820px) {
    #wettbewerbbutton, #wettbewerbintrobutton {
      font-size: 22px; } }
  @media screen and (max-width: 500px) {
    #wettbewerbbutton, #wettbewerbintrobutton {
      font-size: 20px;
      line-height: 1.3;
      padding: 5px 10px;
      width: 100%;
      margin: 10px 0px;
      padding: 0; } }

#wettbewerb h2.fragenlinksbuendig, #wettbewerbintro h2.fragenlinksbuendig {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  color: #64aa00;
  text-align: left;
  margin: 20px 0px 5px 0px; }
  @media screen and (max-width: 820px) {
    #wettbewerb h2.fragenlinksbuendig, #wettbewerbintro h2.fragenlinksbuendig {
      font-size: 22px; } }
  @media screen and (max-width: 500px) {
    #wettbewerb h2.fragenlinksbuendig, #wettbewerbintro h2.fragenlinksbuendig {
      font-size: 16px; } }
#wettbewerb label, #wettbewerbintro label {
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  text-align: left;
  padding: 5px 10px; }
  @media screen and (max-width: 820px) {
    #wettbewerb label, #wettbewerbintro label {
      font-size: 22px; } }
  @media screen and (max-width: 500px) {
    #wettbewerb label, #wettbewerbintro label {
      font-size: 16px; } }
#wettbewerb fieldset input[type="radio"], #wettbewerbintro fieldset input[type="radio"] {
  padding: 5px 10px 5px 0px;
  border: 2px solid #ffffff;
  background: none; }
#wettbewerb fieldset input[type="checkbox"], #wettbewerbintro fieldset input[type="checkbox"] {
  padding: 5px 10px 5px 0px;
  border: 2px solid #ffffff;
  background: none; }
#wettbewerb fieldset input:checked, #wettbewerbintro fieldset input:checked {
  background: #be0000; }
#wettbewerb fieldset label, #wettbewerbintro fieldset label {
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  padding: 5px 10px; }
  @media screen and (max-width: 820px) {
    #wettbewerb fieldset label, #wettbewerbintro fieldset label {
      font-size: 18px; } }
  @media screen and (max-width: 500px) {
    #wettbewerb fieldset label, #wettbewerbintro fieldset label {
      font-size: 16px; } }

.dzs_gewinnkasten {
  font-weight: 700;
  font-size: 26px;
  text-align: center;
  color: #111111; }
  @media screen and (max-width: 820px) {
    .dzs_gewinnkasten {
      font-size: 26px; } }
  @media screen and (max-width: 500px) {
    .dzs_gewinnkasten {
      font-size: 20px; } }
  .dzs_gewinnkasten .gross {
    font-size: 36px; }
    @media screen and (max-width: 820px) {
      .dzs_gewinnkasten .gross {
        font-size: 36px; } }
    @media screen and (max-width: 500px) {
      .dzs_gewinnkasten .gross {
        font-size: 24px; } }

#newsletter fieldset input[type="checkbox"] {
  padding: 5px 10px 5px 0px;
  border: 2px solid #ffffff;
  background: none; }
#newsletter fieldset input:checked {
  background: #be0000; }
#newsletter fieldset label {
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  padding: 5px 10px; }

#websitebutton, #newsletterbutton {
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  background-color: #ffffff;
  color: #111111; }
  @media screen and (max-width: 820px) {
    #websitebutton, #newsletterbutton {
      font-size: 22px; } }
  @media screen and (max-width: 500px) {
    #websitebutton, #newsletterbutton {
      font-size: 20px;
      line-height: 1.3;
      padding: 5px 10px; } }

#postkartevorne, #postkartehinten {
  width: 940px;
  height: 667px;
  border: 2px solid #ffffff; }

#postkartehinten {
  margin-top: 20px;
  background-image: url("./assets/images/ck_Mare_Postkarte_Vordruck2.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto; }

#postkartetext {
  position: relative;
  padding-top: 50px;
  left: 30px;
  width: 500px;
  height: 667px;
  float: left; }
  #postkartetext #postkarteinhalt {
    font-family: "Assistant-Regular";
    font-size: 13pt;
    line-height: 1.3; }

#postkarteadresse {
  position: relative;
  width: 360px;
  height: 667px;
  float: right;
  right: 50px;
  padding-top: 300px; }
  #postkarteadresse #postkarteempf {
    font-family: "Assistant-Regular";
    font-size: 11pt;
    line-height: 1.3; }
