/*
Theme Name: Weder & Noch
Theme URI: http://www.wederundnoch.de
Author: Weder & Noch
Author URI: http://www.wederundnoch.de
Description: Weder & Noch - Basic Theme
Version: 1.0.0
*/
/* Begin google fonts */
@font-face {
  font-family: 'Open Sans';
  src: url("./includes/fonts/Open_Sans/OpenSans-Regular.ttf") format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: 'Open_Sans_Condensed';
  src: url("./includes/fonts/Open_Sans_Condensed/OpenSansCondensed-Light.ttf") format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: 'DCC-Ash';
  src: url("./includes/fonts/Dcc_Ash/DCC-Ash.woff") format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: 'Montserrat';
  src: url("./includes/fonts/Montserrat/Montserrat-Bold.ttf") format("truetype");
  font-weight: 400;
}

/* End google fonts */
/*--------------------------------------------------------------
Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 0;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: 1px #767676 dotted;
  text-decoration: none;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: 700;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #eee;
  color: #222;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #bbb;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*--------------------------------------------------------------
Mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Variables
 - Settings
 - Breakpoints
 - Colors
 - Font Size
 - Font Weight
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Helper Classes
--------------------------------------------------------------*/
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  color: white;
}

body p {
  font-size: 15px;
  font-family: 'Open Sans';
}

.container {
  position: relative;
  padding: 0 15px;
  margin: 0 auto;
  max-width: 1220px;
  width: 100%;
  height: inherit;
  display: block;
}

.visible-sm {
  display: block;
}

@media (min-width: 768px) {
  .visible-sm {
    display: none;
  }
}

.clearfix {
  clear: both;
}

.black-background {
  background-image: url(/wp-content/uploads/2019/02/bg-dark-big.jpg?id=78) !important;
  background-position: center !important;
  background-repeat: repeat !important;
  background-size: 100% 100% !important;
}

.grey-background {
  background-image: url(/wp-content/uploads/2019/02/bg-light-big.jpg?id=74) !important;
  background-position: center !important;
  background-repeat: repeat !important;
  background-size: 100% 100% !important;
}

@media screen and (max-width: 768px) {
  .img-header, .first-row {
    margin-top: 80px;
  }
}

a:hover {
  color: #D6BF72;
}

.big-text p {
  font-size: 22px;
}

@media screen and (max-width: 768px) {
  .big-text {
    margin: 0 auto;
    text-align: center;
  }
}

h1 {
  display: block;
}

h1 span {
  text-transform: uppercase;
  font-size: 26px;
  letter-spacing: 4.1px;
  padding: 16px 20px;
  border: 6px solid #D6BF72;
  font-family: "Montserrat";
  font-weight: 700;
  display: inline-block;
  margin-top: 2px;
}

.intro-text h1 {
  font-family: "DCC-Ash";
  text-transform: uppercase;
  color: white;
  font-size: 40px;
  margin-top: 18px;
  margin-bottom: 9px !important;
}

.intro-text h1 span {
  color: #D6BF72;
  letter-spacing: 2px;
  border: 0;
  font-weight: normal;
  font-family: "DCC-Ash";
  font-size: 40px;
  margin-top: 18px;
  margin-bottom: 9px !important;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .intro-text h1 span {
    margin-top: 0;
  }
}

.henssler-go h1 {
  text-transform: uppercase;
  color: white;
  font-size: 26px;
  letter-spacing: 4.1px;
  padding: 16px 20px;
  border: 6px solid #D6BF72;
  font-family: "Montserrat";
  font-weight: 700;
  display: inline-block;
  margin-left: -209px;
}

@media screen and (max-width: 768px) {
  .henssler-go h1 {
    margin-left: 0;
  }
}

.kochkurse h1 {
  text-transform: uppercase;
  color: white;
  font-size: 26px;
  letter-spacing: 4.1px;
  padding: 16px 20px;
  border: 6px solid #D6BF72;
  font-family: "Montserrat";
  font-weight: 700;
  display: inline-block;
}

.h2-bg {
  background-color: rgba(0, 0, 0, 0.5);
  padding-top: 53px;
  height: 100px;
  text-align: center;
  z-index: 30;
  position: relative;
}

.h2-bg h2 {
  text-transform: uppercase;
  color: white;
  font-size: 26px;
  letter-spacing: 4.1px;
  padding: 16px 20px;
  border: 6px solid #D6BF72;
  font-family: "Montserrat";
  font-weight: 700;
  display: inline-block;
  margin-top: -12px;
}

h2 {
  text-transform: uppercase;
  color: white;
  font-size: 26px;
  letter-spacing: 4.1px;
  padding: 16px 20px;
  border: 6px solid #D6BF72;
  font-family: "Montserrat";
  font-weight: 700;
  display: inline-block;
  margin-top: 2px;
}

.hensslers-kueche-teaser h2 {
  text-align: center;
  margin-top: -80px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.normal-headlines h2 {
  color: #D6BF72;
  text-transform: uppercase;
  font-size: 15px;
  display: block;
  border: none;
  letter-spacing: 0;
  padding: 0;
}

.tour-teaser .wpb_wrapper {
  text-align: right;
}

span.kueche {
  font-weight: 300;
}

.kueche-teaser-text {
  width: 80%;
  margin-left: 20%;
}

.kueche-teaser-text {
  width: 82%;
  margin-left: 18%;
}

.box-shadow-bottom {
  -webkit-box-shadow: 0px 2px 19px 0px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 2px 19px 0px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 2px 19px 0px rgba(0, 0, 0, 0.8);
  z-index: 60;
}

.box-shadow-top {
  -webkit-box-shadow: 0px -2px 19px 0px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px -2px 19px 0px rgba(0, 0, 0, 0.8);
  box-shadow: 0px -2px 19px 0px rgba(0, 0, 0, 0.8);
  z-index: 60;
}

.display-768 {
  display: none !important;
}

.display-1100 {
  display: none;
}

@media screen and (max-width: 1100px) {
  .display-1100 {
    display: block;
  }
  .none-1100 {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .display-768 {
    display: block !important;
  }
  .none-768 {
    display: none !important;
  }
}

/* Grilll den Henssler TV Teaser */
.grill-teaser-wrapper h2 {
  margin-left: 330px;
}

@media screen and (max-width: 500px) {
  .grill-teaser-wrapper h2 {
    margin-left: 240px;
  }
}

.logo-grill-den-henssler {
  max-width: 430px;
  margin-left: -154px;
}

@media screen and (max-width: 768px) {
  .logo-grill-den-henssler {
    margin-left: 0;
    margin: 0 auto;
    text-align: center;
  }
}

.logo-grill-den-henssler img {
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  transform: rotate(-5deg);
  margin-bottom: 26px;
}

.grill-teaser-wrapper .vc_row.vc_column-gap-20 > .vc_column_container {
  padding: 0 10px;
}

/* Restaurants */
@media screen and (max-width: 768px) {
  .henssler-go-logo, .ahoi-logo, .ono-logo, .henssler-henssler-logo {
    text-align: center !important;
  }
}

.henssler-go .henssler-go-logo img {
  width: 163px;
  height: auto;
  position: absolute;
  left: -193px;
  margin-top: 13px;
}

@media screen and (max-width: 768px) {
  .henssler-go .henssler-go-logo img {
    position: inherit;
    left: 0;
  }
}

.ahoi .ahoi-logo img {
  width: 300px;
  height: auto;
  margin-left: -30px;
}

@media screen and (max-width: 768px) {
  .ahoi .ahoi-logo img {
    margin-left: 0;
  }
}

.ahoi-right-img {
  margin-top: -10px;
}

@media screen and (max-width: 768px) {
  .ahoi-right-img {
    margin-top: 20px;
    height: 400px;
  }
}

.ahoi-bottom {
  margin-top: -180px !important;
}

@media screen and (max-width: 1200px) {
  .ahoi-bottom {
    margin-top: 0 !important;
  }
}

.ono .ono-logo img {
  width: 142px;
  height: auto;
  position: relative;
  display: inline-block;
  left: 50px;
}

@media screen and (max-width: 768px) {
  .ono .ono-logo img {
    left: 0;
  }
}

.henssler-henssler-img-right {
  margin-top: -74px;
}

@media screen and (max-width: 768px) {
  .henssler-henssler-img-right {
    margin-top: 0;
  }
}

.to-front {
  z-index: 10;
  position: relative;
}

@media screen and (max-width: 768px) {
  .all-restaurants .restaurants-widget-wrapper {
    height: 400px;
  }
}

.tour-wrapper {
  background: url(/wp-content/uploads/2019/02/bg-light-big.jpg?id=74);
  background-position: center;
  background-repeat: repeat;
  background-size: 100% 100%;
}

@media screen and (max-width: 600px) {
  tr {
    display: block;
  }
  td.veranstaltungslink {
    display: block;
  }
  td.stadt {
    display: inline-block;
    width: 49%;
    hyphens: auto;
  }
  td.eventlocation {
    display: inline-block;
    width: 49%;
    hyphens: auto;
  }
  td.datum {
    display: inline-block;
    width: 49%;
    hyphens: auto;
  }
  td.uhrzeit {
    display: inline-block;
    width: 49%;
    hyphens: auto;
  }
}

/*--------------------------------------------------------------
VC Widgets Classes
--------------------------------------------------------------*/
/* VC Widget Shop */
.product-widget-wrapper {
  text-align: center;
  color: white;
  text-transform: uppercase;
}

.product-widget-wrapper a {
  color: white;
  text-decoration: none;
}

.product-image {
  margin-bottom: 24px;
  max-width: 200px;
  margin-right: auto;
  margin-left: auto;
}

.product-image img {
  max-width: 180px;
  width: 100%;
}

.product-image img {
  width: auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 200px;
}

.product-image:hover img {
  max-width: 170px;
}

.product-category {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 8px;
}

.product-name {
  font-size: 16px;
  font-weight: 600;
  max-width: 199px;
  margin: 0 auto;
  line-height: 1.2;
  margin-bottom: 8px;
}

.product-price {
  font-weight: 600;
  color: #D6BF72;
  margin-bottom: 24px;
}

@media screen and (max-width: 769px) {
  .vc_col-sm-1\/5 {
    width: 100% !important;
  }
}

/* VC Widget Restaurtants */
.restaurant-image {
  height: 640px;
}

.restaurants-widget-wrapper {
  margin-top: -127px;
  z-index: 20;
  position: relative;
  background-size: cover;
  background-position: center center;
  height: 640px;
  -webkit-box-shadow: 2px 2px 19px 0px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 2px 2px 19px 0px rgba(0, 0, 0, 0.8);
  box-shadow: 2px 2px 19px 0px rgba(0, 0, 0, 0.8);
}

.restaurants-widget-wrapper:after {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: " ";
}

.restaurants-widget-wrapper:after:hover {
  background: rgba(0, 0, 0, 0.6);
}

.restaurant-logo {
  height: 260px;
  width: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 62%;
  position: relative;
  top: 50%;
  left: 0;
  z-index: 40;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: translateY(-50%);
}

.restaurants-widget-wrapper:hover .restaurant-logo {
  height: 224px;
}

a.restaurant-text.teaser-link {
  position: absolute;
  bottom: 26px;
  hyphens: auto;
  left: 10px;
  max-width: 80%;
  z-index: 10;
}

/* VC Widget Intro Teaser */
img.teaser-image {
  width: 100%;
  padding-right: 16px;
}

@media screen and (max-width: 990px) {
  img.teaser-image {
    display: none;
  }
}

.teaser-headline {
  color: white;
  text-transform: uppercase;
  font-size: 38px;
  font-family: "DCC-Ash";
  text-align: right;
  margin-top: 80px;
  margin-right: 40px;
  line-height: 1.2;
  letter-spacing: 1px;
}

@media screen and (max-width: 990px) {
  .teaser-headline {
    margin-top: 20px;
  }
}

.teaser-headline-tour {
  color: white;
  text-transform: uppercase;
  font-size: 80px;
  font-family: "DCC-Ash";
  line-height: 0.8;
  z-index: 1;
  margin-top: 60px;
  letter-spacing: 1px;
}

span.teaser-hedaline-span {
  z-index: 100;
  position: relative;
}

.teaser-subline-tour {
  z-index: 100;
  position: relative;
}

.teaser-headline-tour:after {
  content: "";
  height: 216px;
  width: 120px;
  background: rgba(214, 191, 114, 0.5);
  position: absolute;
  left: -57px;
  top: 106px;
  z-index: 0;
}

.teaser-subline-tour {
  color: white;
  font-size: 45px;
  margin-top: 10px;
  font-family: "DCC-Ash";
  line-height: 0.8;
  margin-bottom: 20px;
  Z-index: 1;
  letter-spacing: 2px;
}

.teaser-headline span {
  color: #D6BF72;
}

.teaser-subline {
  text-align: right;
  margin-right: 40px;
  font-size: 20px;
  margin-bottom: 20px;
  letter-spacing: 2px;
}

.teaser-subline a {
  color: white;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.teaser-subline a:hover {
  color: #D6BF72;
}

.teaser-subline a.teaser-link:before {
  margin-top: 10px;
}

/* VC Teaser Link */
a.teaser-link {
  color: white;
  font-weight: 700;
  font-family: "Montserrat";
  font-size: 18px;
  position: relative;
  padding-left: 20px;
  margin-top: 16px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

a.teaser-link:before {
  position: absolute;
  content: " ";
  background-image: url(/wp-content/themes/henssler/includes/images/link-arrow.svg);
  background-size: contain;
  width: 13px;
  height: 12px;
  background-repeat: no-repeat;
  margin-left: -15px;
  margin-top: 7px;
}

/* VC Tour Widget */
.tour-table {
  width: 90%;
  font-size: 15px;
  margin: 0 auto;
}

.tour-table tr {
  border-bottom: 1px solid #424141;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.tour-table tr:hover {
  background: rgba(0, 0, 0, 0.2);
}

.tour-table tr td {
  padding: 16px;
}

td.stadt {
  text-transform: uppercase;
  font-weight: 700;
}

.tour-table a.teaser-link {
  color: white;
  font-weight: 700;
  font-family: "Montserrat";
  font-size: 16px;
  position: relative;
  padding-left: 20px;
  margin-top: 16px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

td.veranstaltungslink {
  text-align: right;
}

a.teaser-link:hover {
  color: #D6BF72;
}

.ausverkauft {
  font-weight: 700;
  font-family: "Montserrat";
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
}

/*--------------------------------------------------------------
Header Classes
--------------------------------------------------------------*/
header#header {
  background: rgba(0, 0, 0, 0.8);
  height: 80px;
  position: fixed;
  z-index: 100;
  width: 100%;
  font-family: "Open_Sans_Condensed";
  font-weight: 300;
}

@media screen and (max-width: 768px) {
  header#header {
    background: #000;
  }
}

#header .logo {
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.logo * {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.logo img {
  width: 180px;
}

@media screen and (max-width: 768px) {
  .logo img {
    width: 120px;
  }
}

.logo.smaller img {
  width: 120px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-right a {
  color: white;
}

.header-right {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 790px) {
  .header-right {
    display: none;
  }
}

nav.primary-navigation {
  display: inline-block;
}

.menu-hauptmenue-container {
  margin-right: 40px;
}

#header ul {
  list-style: none;
  padding: 0;
  display: inline-block;
  margin-bottom: 0;
}

nav.primary-navigation {
  display: inline-block;
  text-transform: uppercase;
}

#header li {
  display: inline-block;
}

#header #menu-hauptmenue li {
  margin-left: 40px;
  font-size: 18px;
  text-decoration: none;
}

#header #menu-hauptmenue a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#header #menu-hauptmenue li:hover a {
  color: #D6BF72;
}

svg path {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

svg:hover path {
  fill: #D6BF72 !important;
}

#header div#sidebar {
  display: inline-block;
}

ul.social-icons {
  margin-bottom: 0;
}

li.social-icon {
  margin-left: 8px;
}

/* Mobile Navigation */
.menu-title img {
  width: 100px;
  height: auto;
}

.mp-menu li {
  text-transform: uppercase;
  text-align: center;
}

.menu-toggle {
  position: fixed !important;
}

/*--------------------------------------------------------------
Footer Classes
--------------------------------------------------------------*/
span.edit-link {
  display: none;
}

footer#colophon {
  background: url(/wp-content/uploads/2019/02/bg-dark-big.jpg);
  background-size: cover;
  color: white;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: "Open_Sans_Condensed";
  font-weight: 300;
  position: relative;
}

.autogramme {
  float: left;
  display: block;
  height: 100%;
  margin-right: 18px;
}

footer div.h3 {
  font-family: "montserrat";
  font-weight: 700;
  text-transform: uppercase;
  font-size: 22px;
  padding: 10px 16px;
  border: 6px solid #D6BF72;
  letter-spacing: 1.8px;
}

ul#menu-footermenue {
  list-style: none;
  padding: 0;
  text-transform: uppercase;
  text-align: right;
}

ul#menu-footermenue a {
  color: white;
  text-decoration: none;
}

.copyright p {
  text-align: right;
  font-size: 14px;
}

@media screen and (max-width: 769px) {
  .autogramme {
    float: none;
    display: block;
    height: inherit;
    margin-right: 0px;
    text-align: center;
  }
  footer div.h3 {
    text-align: center;
  }
  div#text-2 {
    text-align: center;
  }
  ul#menu-footermenue {
    text-align: center;
  }
  .copyright p {
    text-align: center;
  }
}

.error404 .site-content-contain{
  background-image: url(/wp-content/uploads/2019/02/bg-light-big.jpg?id=74) !important;
  background-position: center !important;
  background-repeat: repeat !important;
  background-size: 100% 100% !important;
}

.error404 .content-wrapper {
  height: 80vh;
}

section.error-404.not-found {
  position: relative;
  top: 30vh;
}

.error404 div#page {
  top: 0;
  margin-top: -21px;
}

/* Hensslers Küche Neu*/

.kuche-top-negative {
    margin-top: -60px;
}

@media screen and (max-width: 1190px){
	.kuche-top-negative {
    margin-top: 20px;
}
}

/* Social Icons Responsive */
div#custom_html-3 {
    display: none;
}

@media screen and (max-width: 789px){
	div#custom_html-3 {
    display: block;
}
	
	.social-responsive ul.social-icons {
    margin-bottom: 0;
    list-style: none;
	}
	
	.social-responsive li.social-icon {
    display: inline-block;
	}
	
	.social-responsive ul.social-icons {
    text-align: center;
    padding-left: 0;
    margin-top: 20px;
	}

}

/* Changes without sass */

@media screen and (max-width: 1030px) {
  .header-right {
    display: none;
  }
}

.stoerer {
	position: absolute;
    height: 150px;
    width: 150px;
    bottom: 75px;
    right: 200px;
}
.stoerer img {
	width: 100%;
    height: 100%;
    transform: rotate(-10deg);
}

.vc_custom_1552476677536 .vc_single_image-wrapper {
	position: relative;
}

@media screen and (max-width: 1149px) {
	.stoerer {
		height: 120px;
		width: 120px;
		bottom: 50px;
		right: 150px;
	}
}

@media screen and (max-width: 767px) {
	.stoerer {
		height: 100px;
		width: 100px;
		bottom: 25px;
		right: 100px;
	}
}
@media screen and (max-width: 500px) {
	.stoerer {
		height: 75px;
		width: 75px;
		bottom: 25px;
		right: 25px;
	}
}
