/**
 * 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: 'Assistant';
  src: url("assets/fonts/Assistant-Regular.ttf") format("truetype");
  font-weight: 500; }
@font-face {
  font-family: 'Assistant';
  src: url("assets/fonts/Assistant-Regular.ttf") format("truetype");
  font-weight: 500;
  font-style: italic; }
@font-face {
  font-family: 'Assistant';
  src: url("assets/fonts/Assistant-Bold.ttf") format("truetype");
  font-weight: 700; }
@font-face {
  font-family: 'Assistant';
  src: url("assets/fonts/Assistant-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: italic; }
/* Box-Einstellungen ---------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

#dzs_headerbild {
  max-width: 100%;
  margin-top: 40px; }
  @media screen and (max-width: 820px) {
    #dzs_headerbild {
      margin-top: 30px; } }
  @media screen and (max-width: 500px) {
    #dzs_headerbild {
      margin-top: 10px; } }

#anmeldung {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto; }
  #anmeldung #logincode {
    width: 100%; }
  #anmeldung #anmeldebutton {
    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; } }

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

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

.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: "Assistant", Helvetica, Arial, sans-serif; }

h2, .titel, .dzs_anrede {
  font-weight: 700;
  font-size: 26px;
  line-height: 1.3;
  color: #111111;
  text-align: center;
  padding: 0 150px; }
  @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: 3em;
  margin-bottom: 0; }

.text {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.3;
  color: #111111;
  text-align: center;
  padding: 0 150px;
  margin-top: 0px; }
  @media screen and (max-width: 820px) {
    .text {
      font-size: 22px;
      padding: 0 0px; } }
  @media screen and (max-width: 500px) {
    .text {
      font-size: 16px;
      padding: 0 0px; } }

.fussnote {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3;
  color: #111111;
  text-align: center;
  padding: 0 150px; }
  @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 #anmeldebutton {
  font-weight: 500;
  font-size: 22px;
  line-height: 3;
  background-color: #111111;
  color: #ffffff; }
  @media screen and (max-width: 820px) {
    #anmeldung #anmeldebutton {
      font-size: 22px;
      line-height: 2; } }
  @media screen and (max-width: 500px) {
    #anmeldung #anmeldebutton {
      font-size: 20px;
      line-height: 1.3; } }

#willkommen .dzs_formlegende {
  font-weight: 500;
  font-size: 18px;
  color: #111111;
  text-align: right;
  padding: 5px 10px; }
  @media screen and (max-width: 820px) {
    #willkommen .dzs_formlegende {
      font-size: 18px; } }
  @media screen and (max-width: 500px) {
    #willkommen .dzs_formlegende {
      font-size: 16px;
      text-align: left;
      padding: 5px 0px; } }
#willkommen input {
  font-weight: 500;
  font-size: 18px;
  color: #111111;
  border: 1.5px solid #111111;
  padding: 5px 10px; }
  @media screen and (max-width: 820px) {
    #willkommen input {
      font-size: 18px; } }
  @media screen and (max-width: 500px) {
    #willkommen input {
      font-size: 16px; } }
#willkommen fieldset input {
  padding: 5px 10px;
  border: 2px solid #111111;
  background: none; }
  @media screen and (max-width: 500px) {
    #willkommen fieldset input {
      padding: 0px 10px; } }
#willkommen fieldset input:checked {
  background: #be0000; }
#willkommen fieldset label {
  font-weight: 500;
  font-size: 18px;
  color: #111111;
  padding: 5px 10px; }
  @media screen and (max-width: 820px) {
    #willkommen fieldset label {
      font-size: 18px; } }
  @media screen and (max-width: 500px) {
    #willkommen fieldset label {
      font-size: 16px;
      padding: 0px 10px; } }
#willkommen #weiterbutton {
  font-weight: 500;
  font-size: 22px;
  line-height: 2;
  background-color: #111111;
  color: #ffffff; }
  @media screen and (max-width: 820px) {
    #willkommen #weiterbutton {
      font-size: 22px; } }
  @media screen and (max-width: 500px) {
    #willkommen #weiterbutton {
      font-size: 20px;
      line-height: 1.3;
      padding: 5px 10px; } }

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

.dzs_gewinnkasten {
  font-weight: 700;
  font-size: 26px;
  text-align: center;
  color: #ffffff; }
  @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 #111111;
  background: none; }
#newsletter fieldset input:checked {
  background: #be0000; }
#newsletter fieldset label {
  font-weight: 500;
  font-size: 18px;
  color: #111111;
  padding: 5px 10px; }

#websitebutton, #newsletterbutton {
  font-weight: 500;
  font-size: 22px;
  line-height: 2;
  background-color: #111111;
  color: #ffffff; }
  @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; } }
