/*
Theme Name: Zuki Child
Theme URI:
Description: Child theme for wurzelwerk.net
Author: Marc Jandt
Author URI: https://www.marcjandt.de/wordpress/
Template: zuki
Version: 0.2
Tags: Zuki Child Theme
*/
.postid-4826 .header__image {
  display: block !important;
}
.header__image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  color: #000;
  font-family:karla,Arial,sans-serif
}
.header__big {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}
.header__form {
  max-width: 600px;
  position: relative;
  background-color: rgba(255,255,255,0.7);
  padding: 10px;
}
.header__box {
  border: 2px solid #000;
  padding: 10px;
  font-size: 20px;
}
.header__box input {
  float: left;
  margin-top: 8px;
}
.header__box label {
  display: block;
  margin-left: 30px;
}
.header__box p,
.header__small {
  text-align: center;
}
.header__form button {
  background-color: #a90043;
  border-radius: 0px;
  color: rgb(255, 255, 255);
  font-weight: 700;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  font-size: 15px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  width: 100%;
  padding: 10px;
  margin-top: 20px;
}
.header__small,
.header__box label {
  font-family: libre baskerville,Georgia,serif;
}
.header__box label {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 16px;
}
#header__lead1,
#header__lead2,
#header__lead3 {
  display: none;
}
#header_banner img {
  width: 100%;
}
#header-top-nav {
  display: none;
}
@media screen and (min-width:600px) {
  .header__form {
    width: 50%;
    left: 50%;
  }
  .header__image {
    background-position: center;
  }
}
@media screen and (min-width:1023px) {
  .header__image {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    height: 50vw;
    min-height: 650px;
    margin-bottom: 40px;
  }
  .header__form {
    margin-right: calc(50vw - 600px);
    padding: 40px;
    top: 50%;
    transform: translateY(-50%);
  }
  .header__box {
    padding: 30px;
  }
}
@media screen and (min-width: 1260px) {
	.page-template-front-page #site-nav,
  .single #site-nav {
		padding: 56px 0 40px;
	}
}
