/*!
Theme Name: starz_black
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: starz
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

starz is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}
#page{
	    overflow-x: hidden;
}
/* Normalize
	 ========================================================================== */

body {margin: 0;}

hr {
	box-sizing: content-box; /* 1 */
	overflow: visible; /* 2 */
	background-image: linear-gradient(to left bottom, white, #ff00ba, #0077ff, #00fff3, #fffc00, white);
	background-size: 800% 800%;
	/* -webkit-background-clip: text;
	-webkit-text-fill-color: transparent; */
	animation: rainbowza 8s ease infinite;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
@keyframes rainbowza { 
    0%{background-position:0% 50%}
    50%{background-position:100% 25%}
    100%{background-position:0% 50%}
}
pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}
a {
	background-color: transparent;
}
abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}
b, strong {
	font-weight: 800;
}
code, kbd, samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}
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; }
img {border-style: none; }
button, input, optgroup, select, textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}
button, input { overflow: visible;}
button, select { text-transform: none;}
button,
[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 {padding: 0.35em 0.75em 0.625em;}
legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}
progress {
	vertical-align: baseline;
}

textarea {overflow: auto;}
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}
details {display: block;}
summary {display: list-item;}
template {display: none;}
[hidden] {display: none;}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

@font-face{
	font-family: Starz;
	src: url('imgz/OpenSans-Regular.ttf');
}
@font-face{
	font-family: Citez;
	src:  url('imgz/Anton-Regular.ttf');
}
@font-face{
	font-family: Wichitgez;
	src:  url('imgz/BarlowCondensed-Regular.ttf');
}
body,
button,
input,
select,
optgroup,
textarea {
	color: #171717;
	font-family: sans-serif;
	font-size: 14px;
	font-size: .9em;
	line-height: 1.5;
	font-family: 'Starz', sans-serif;
	font-weight:200;
}
.forminator-ui.forminator-custom-form[data-design=flat] .forminator-input{
	font-family: 'Wichitgez', sans-serif !important;
	font-size: 1.4em !important;
	border-bottom: 2px solid #b50000 !important;
	margin-left: 1em;
}
.forminator-ui.forminator-custom-form[data-design=flat] .forminator-input {
    width: 30% !important;
    display: inline-block !important;
    padding: 10px 10px 10px 20px;
	margin-left: 1em;
}
.forminator-ui.forminator-custom-form[data-design=flat] .forminator-label {
    display: inline-block !important;
}
h1, h3, h4, h5, h6 {
	clear: both;
	font-family: 'Wichitgez', sans-serif;
    font-weight: 300;
}
h1 {font-size: 2em; margin: 0.67em 0;}
.esg-center, .esg-top{font-family: 'Citez', sans-serif !important;}
h2{
	clear: both;
	font-family: 'Citez', sans-serif;
	text-transform: uppercase;
    font-weight: 500;
	font-size: 2.83em;
    letter-spacing: 2px;
	line-height: 1;
	color: #6e0000;
}
h2.h2groesse{
	font-size: 2.3em;
	margin: -.2em 0 0 0;
}
h2.h2inrot{
	font-size: 1.7em; 
    font-weight: 400;
}
h2.h2inrot_fett{
	font-family: 'Citez', sans-serif;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-size: 1.4em; 
    font-weight: 800;
}
h2.unskewz{
	clear: both;
	font-family: 'Citez', sans-serif;
	text-transform: uppercase;
    font-weight: 600;
	font-size: 2.83em;
    letter-spacing: 2px;
	line-height: .8;
    background-image: linear-gradient(to left bottom,  
	#ff00ba 00.01%, 
	#ff00ba 19.99%, 
	rgb(225, 0, 255) 20.00%, 
	rgb(225, 0, 255) 24.99%, 
	#00fff3 25%,
	#00fff3 29.99%,
	#000000 30%,
	#000000 100%
	);
	background-size: 800% 800%;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: rainbowz 5s linear infinite;
}
h2.bigz{
    font-size: 12em;
    margin-top: 0;
    margin-right: 0;
    text-align: center;
    margin-bottom: 0;
}
	.grid-container h2{
	margin-top: 30vh;
	background-image: linear-gradient(to left bottom,  
 #460000 00.01%, 
 #330000 19.99%, 
 #b10012 20.00%, 
 #b10012 24.99%, 
 rgb(208 81 81) 25%,
 rgb(208 81 81) 29.99%,
 #940000 30%,
 #8a0000 100%
 );
	background-size: 800% 800%;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: rainbowz 5s linear infinite;
	}
.skewedz{
  height: 50%;
  width: 100%;
  padding: 0 1rem;
  transform: skewY(3deg);
}
.skewedztopz{
  width: 100%;
  padding: 0 1rem;
  transform: skewY(-3deg);
  top:-100px;
}
.whatpage {
    display:none;
}

.unskewz{
  transform: skewY(-3deg);
}
@keyframes rainbowz { 
    0%{background-position:0% 50%}
    50%{background-position:100% 25%}
    100%{background-position:0% 50%}
}
h3{
    font-size: 2.5em;
    font-weight: 300;
    line-height: 1.2;
    margin: 0 auto;
}
label.forminator-label{
	font-family: Wichitgez !important;
    font-size: 1.4em !important;
	letter-spacing: 2px;
	font-weight: 300;
	margin-bottom: 2px;
	color: #000 !important;
}
h3.forminator-subtitle,
h4{
	font-family: Wichitgez !important;
    font-size: 1.8em !important;
	letter-spacing: 2px;
	font-weight: 300;
	margin-bottom: 2px;
}
.footer-wrap h4{
	text-transform: uppercase;
	font-size: 1.2em;
}
h2.forminator-title{
	font-family: Wichitgez !important;
	font-size: 2.5em !important;
	clear: both;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: inline;
	line-height: 1.3;
	}
span,h5{
	font-family: Wichitgez;
	font-size: 1.5em;
	clear: both;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: inline;
	line-height: 1.3;
	}
.wp-block-table{
	font-family: Wichitgez;
	font-size: 1.7em;
}
.zeiten_table td:first-child{
	width: 100px;
}
.listeh5{
	font-family: Wichitgez;
	font-size: 1.2em;
	letter-spacing: 2px;
	padding-left: 1.8em;
	}
.colorSectionFe.no-top-border{
	border-top: 1px solid transparent;
	border-image-source: repeating-linear-gradient(to right, 
	hsla( 186, 100%, 50%, 1.00 ) 00%, 
	hsl(266, 100%, 50%) 25%, 
	hsl(299, 100%, 50%) 50%, 
	hsl(69, 100%, 50%) 75%, 
	hsl(342, 100%, 50%) 100% );
    border-image-slice: 1;
    width: 99.4vw;
    height: 80vh;
}
.lightColorLayout.colorSectionFe.overlay-true .overBg{
	background:linear-gradient(to bottom, #00000000 25%, #ffffff 67%) !important;
}
.darkColorLayout.colorSectionFe.overlay-true .overBg{
	background:linear-gradient(to bottom, #00000000 30%, #000000 97%) !important;
}
.video-container video {

    /* transform: translateX(-50%); */
}
.startnotop{margin-top: 0 !important;}
@media screen and (min-width: 700px){
	h2{
	clear: both;
	text-transform: uppercase;
    font-weight: 600;
	font-size: 4vw;
	margin-bottom: 30px;
	color: #6e0000;
	}
	.grid-container h2{
	margin-top: 30vh;
	background-image: linear-gradient(to left bottom,  
 #460000 00.01%, 
 #330000 19.99%, 
 #b10012 20.00%, 
 #b10012 24.99%, 
 rgb(208 81 81) 25%,
 rgb(208 81 81) 29.99%,
 #940000 30%,
 #8a0000 100%
 );
	background-size: 800% 800%;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: rainbowz 5s linear infinite;
	}
	h2.bigz{
    font-size: 12em;
    margin-top: 0;
    margin-right: 0;
    text-align: right;
    margin-bottom: 0;
	}
	h2.unskewz{
	font-size: 6vw;
	}
	h3{
    font-size: 2em;
	font-weight: 100;
	margin-top: 5px;
	}
	h4{
	margin-top: 10px;
	margin-bottom: 1px;
	}
	.colorSectionFe.no-top-border{
    width: 99.4vw;
    height: 100vh;
	}
	.skewedz{
	height: 50%;
	width: 100%;
	padding: 0 15% 0 22%;
	transform: skewY(3deg);
	}
	.whatpage {
        position: relative;
    /* bottom: -50vh; */
    /* right: 0; */
    max-width: 200;
    transform: rotate(270deg) translate(80%, 30vw);
    max-height: 300px;
    height: 0vw;
    width: 160vh;
    top: -500px;
    /* z-index: 0; */
    /* writing-mode: lr-tb; */
    font-size: 5vh;
    font-weight: 400;
    color: #292929;
    text-align: right;
    writing-mode: lr-tb;
    word-wrap: normal;
    word-break: normal;
    hyphens: none;
    display: block;
    mix-blend-mode: difference;
	}
	.pikserl .line {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    -webkit-transition: height 0.25s;
    transition: height 0.25s;
    position: fixed;
    left: calc(50% - 2px);
    z-index: 20;
    height: 30px;
    width: 1px;
	}
}
.downer{position:relative; top: -50px;}
.stupserl_right{max-width: 95vw;float: none;}
.stupserl_left{max-width: 95vw;float: none;}
@media screen and (min-width: 700px){
	.stupserl_right{max-width: 25vw;float: right;}
	.stupserl_left{max-width: 25vw;float: left;}
	.downer{position:relative; top: 100px;}
}

p {
	margin-bottom: 1.5em;
	font-family: 'Starz', sans-serif;
}
.wp-block-quote p{
	margin-bottom: 1em;
	font-size: 2em;
}
dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 2em 10vw;
	padding: 1em 0;
	border-top: 1px solid rgba(107, 13, 151, .5);
	border-bottom: 1px solid rgba(107, 13, 151, .5);
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {box-sizing: border-box;}
*,
*:before,
*:after {box-sizing: inherit;}

body {background: transparent;
}
.gridbg{
	position: fixed;
    width: 100%;
    height: 100vh;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 1fr;
    background-color: #f9fcff;
    top: 0;
	z-index: -1;
}
grid-item {
  background-color: #f9fcff;
}

grid-item:nth-child(n) {
  border-left: 1px dashed #cdd5df;
}
ul, ol, ul#menu-rechtliches.menu { margin: 0; padding-left: 0;}
ul {list-style: bullet; list-style-position: outside;}
ol {list-style: decimal;}
/*li::marker{
	color:red;
	content: "✓" counter(counter) ":";
}
/* li::before {
  content: "✓"; 
  padding-right: 8px;
  color: red; 
} */
li > ul,
li > ol {
	margin-bottom: 0;
	/*margin-left: 1.5em;*/
}
dt {font-weight: bold;}
dd {margin: 0 1.5em 1.5em;}
img {height: auto; max-width: 100%;}
figure {margin: 1em 0;}
table {
	margin: 0;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {color: #6e0000; text-decoration: none;}
a:visited {color: #6e0000;}
a:hover, a:focus, a:active {color: #4d0000; font-weight: 600; border-bottom: 0px solid #ffff00;}
a:focus {outline: thin dotted;}
a:hover, a:active {outline: 0;}
.footer-wrap a, .footer-wrap a:visited {
	color: #ffffff;
}
/* --- */
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*.entry-content,
.entry-summary {
  max-width: calc(100% - (2 * 1rem));
  margin: 0 1rem;
	z-index: 2;
}
.post-thumbnail{
}
@media only screen and (min-width: 768px) {
.entry-content,
.entry-summary {
    margin: 0 15%;
  }
}
*/
.entry-content-single, .entry-content-image, .entry-footer-single{
	max-width: 600px;
	margin:0 auto;
}
.product .entry-content-single{
	max-width: 100%;
	margin:0 auto;
}
.content-area, #secondary.widget-area {
  max-width: calc(100% - (2 * 1rem));
  margin: 0 1rem;
	z-index: 2;
}
.post-thumbnail{
}
.widget_wpmm_grid_posts_widget{
	width:100%;
}
@media only screen and (min-width: 768px) {
.content-area, #secondary.widget-area {
    margin: 0 15%;
  }
}

.entry .entry-content p {
  word-wrap: break-word;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
#content{
	padding: 1em 0;
	/*background: linear-gradient(27deg, rgb(244, 244, 244) 0%, rgb(208, 203, 232) 100%);*/
	}
@media screen and (min-width: 1054px){
	#content{
		padding: 6em 0;
		/*background: linear-gradient(27deg, rgb(244, 244, 244) 0%, rgb(208, 203, 232) 100%);*/
		}
}
.page-template-colourpage #content{
	padding: 0 0 6em 0;
	/*background: linear-gradient(27deg, rgb(244, 244, 244) 0%, rgb(208, 203, 232) 100%);*/
	}
.product-template-default #content, .woocommerce-page #content{
	background: #fff;
} 
.content-area{z-index:1;}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}
.entry-content > *.alignwide,
.entry-summary > *.alignwide {
  margin-left: auto;
  margin-right: auto;
  clear: both;
}

@media only screen and (min-width: 768px) {
  .entry-content > *.alignwide,
  .entry-summary > *.alignwide {
    width: 100%;
    max-width: 100%;
  }
}

.entry-content > *.alignfull,
.entry-summary > *.alignfull {
  position: relative;
  left: -1rem;
  width: calc( 100% + (2 * 1rem));
  max-width: calc( 100% + (2 * 1rem));
  clear: both;
  /* height: 80vh; */
}

@media only screen and (min-width: 768px) {
  .entry-content > *.alignfull,
  .entry-summary > *.alignfull {
    margin-top: 0;
    /* margin-bottom: calc(2 * 1rem); */
	left: -23%;
    width: 100vw;
    max-width: 100vw;
	
    /*left: calc( -15% - 75px);
    width: calc( 150% + 150px);
    max-width: calc( 150% + 150px); */
  }
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
.site-branding{
	display:flex;
	width:100%;
	justify-content: center;
	flex-wrap: wrap;

	min-height: 30vh;
}
.post-thumbnail img {
    height: auto;
    max-width: 100%;
}
.custom-logo-link img{
	width:50vw;
	max-width: 50vw;
	padding-top: 2em;
}
.site-title, .site-description{
	width: 100%;
	text-align: center;
}
.site-title a{
	text-decoration: none;
	color: #fff;
	font-size: 2em;
	text-transform: uppercase;
}
.site-description{
	color: #ffca00;
	font-size: 1em;
}
.entry-title{
	text-align: center;
}

#sidebar-2{
	display:none;
	position:relative;
	right: 0;
	top: 10vh;
}
#colophon{
    z-index: 1;
    position: relative;
	background: #6e0000;
    color: #fff;
	padding-top: 2em;
}
.site-footer{z-index:1;position: relative;}
.footer-wrap{
	display:flex;
	flex-wrap:wrap;
	margin: 0 15%;
}

.site-info, #secondary {
    display: flex;
    flex-wrap: wrap;
    z-index: 1;
    justify-content: center;
	background: #4f0000;
	color:#fff;
	padding: .5em 0;
	font-family: Wichitgez;
	font-size: 20px;
}
.site-info a, #secondary a{
	color: #db7777;
}
#sidebar-footerz, #sidebar-footerz2, #sidebar-footerz3{
	width: 100%;
	flex-wrap: wrap;
}

@media screen and (min-width: 1030px) {
	#sidebar-footerz, #sidebar-footerz2, #sidebar-footerz3{
		display: flex;
		flex-wrap: wrap;
		width: 33%;
	}
}
@media screen and (min-width: 1118px) {
	#sidebar-2{
		display:block;
		position: fixed;
		left: 0;
		top: 20vh;
		text-align: center;
		padding-left: 2em;
		max-width: 100px;
	}
	#menu-social-links-menu > li{
		border-bottom: 1px solid #7676766b;
		padding: 1em 0;
	}
	#menu-social-links-menu > li a{
		font-size: 1em;
		padding: .5em;
	}
}
@media screen and (min-width: 37.5em) {
	.woocommerce-page #sidebar-2{
		display:none;
	}
	.custom-logo-link img{
		width:10vw;
		max-width: 10vw;
		padding-top: 2em;
	}
	.post-thumbnail img {
	    height: auto;
	    max-width: 100%;
	}
}

@media (min-width: 782px){
.wp-block-column:not(:first-child) {
    margin-left: 5vw;
	}
}


/*themes styles */
.cardflex{
	display:flex;
	flex-wrap:wrap;
}
.card{
	width: 100%;
	min-width: 280px;
	margin: 0 .3em .3em .3em;
}
@media only screen and (min-width: 768px) {
.card{
	width: 48%;
	min-width: 250px;
	}
}
@media only screen and (min-width: 1300px) {
.card{
	width: 31%;
	min-width: 250px;
	}
}
.post-insides{
	background-color: #fff;
}
.post-insides-transparent{

}
.card > .post > .post-insides,.card > .post > .post-insides-transparent, .card > .post > .entry-footer{
	padding: 1em;
}
/* card open */
.card_open{
	width: 100%;
	margin: 0 .3em .3em .3em;
}
.card_open .post{
	display:flex;
	flex-wrap:wrap;
}
.card_open .post .header-wrap{
	width: 100%;
	min-width: 280px;
}
.card_open .post .post-insides, .card_open .post .post-insides-transparent{
	width: 100%;
	min-width: 280px;
}
@media only screen and (min-width: 768px) {
	.card_open .post .header-wrap{
	width: 28%;
	margin-right: 2%;
	}
	.card_open .post .post-insides, .card_open .post .post-insides-transparent{
	width: 65%;
	}
}
.header-wrap{
	height: 350px;
	background-size: cover !important;
	background-position: center center;
	display: flex;
	align-items: flex-end;
}
.header-wrap > .entry-header{
	padding: 0 .5em;
	background-color:#ffffffd1;
	width: 100%;
}
.header-wrap > .entry-header h1{
	font-size: 1.3em;
	color: #fff;
}
h3.entry-title a{
	color: #fff;
}
h3.entry-title-dark a {
    color: #3f26c1;
}
.card > .post > .entry-footer{
	background-color: #fff;
	font-size: .8em;
}
.more-link{display:block;}
.cat-links, .comments-link{display:block;}
/* end */
.hid > .outer-container > .inner-container{
	overflow:hidden;
	top: -2em;
    position: relative;
	}
/* changes */
.caldera-grid .form-control {
    background-color: #000 !important;
    border: 0px solid #ccc !important;
    border-radius: 0px !important;
    border-bottom: 1px solid #fff !important;
}

.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 0 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  position: initial;
}

.entry-title-dark{display:inline! important;}
.active, .accordion:hover {
  background-color: #ccc;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.post-textz-panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.tags-links{display:none;}
/* BUTTON */
.wp-block-button__link, .wp-block-button__link a, .caldera-grid .btn-default{
    background-color: transparent;
    border: 1px solid #6e0000;
    border-radius: 0px;
    color: #6e0000;
	font-family: Wichitgez;
	text-transform: uppercase;
    font-weight: 600;
	font-size: 1.3em;
}
.wp-block-button__link:hover, .wp-block-button__link a:hover, .caldera-grid .btn-default:hover{
    background-color: #6e0000;
    border: 1px solid #6e0000;
    border-radius: 0px;
    color: #fff;
}
.entry-meta{display:none;}
/* =========== Menu ============ */
/* MENU */
.toggleMenu{
	z-index: 555;
	position: fixed; 
	bottom: 10vh; 
	right: 5vw;
	padding: .5em;
	background: #000000;
	}
a.toggleMenu{
	color: #fff !important;
	}
.toggleMenu:hover{background: #000; color: #fff;}
a.toggleMenu:hover{color: #fff !important;}
.overlay {display:none;height:0; top:0;}
.openz{
	display: block !important;
    position: fixed;
    z-index: 555;
    width: 100vw;
    top: 0;
	 -webkit-transition: height 1s; /* Safari prior 6.1 */
    transition: all 0.9s ease-in;
	}
@media all and (max-width: 1053px){
	#primary-menu li:first-child{
	  
   }
   #primary-menu li:first-child a{
	   margin-top: -2em;
	   max-width: 70px;
   }
   #primary-menu li:first-child a img{
	   max-width: 70px;
   }
	#oberesmenue{
		display:none;
	}
	#oberesmenue li{
		list-style-type:none;
	}
	#oberesmenue{
		position: absolute;
		z-index: 1555;
		background-color: #000;
	}
	#oberesmenue li{
		list-style-type:none;
	}
	#primary-menu{
		width: 100%;
		text-transform:uppercase;
		background: #fff;
		}
	#primary-menu li{
		line-height: 50px; /* this should be the same as your #primary-menuheight */
		margin: 0;  /* only needed if you don't have a reset */
		position: relative; /* this is needed in order to position sub menus */
		padding: .5em .5em .5em .5em;
		width: 100%;
		border-bottom: 1px solid #e8e8e8;
		text-align: center;
	}
	.menu-item-home{
		border-bottom: 0px solid #e8e8e8;
	}
	#primary-menu li a  {
		height: 50px;
		color: #000000;
	}
	#primary-menu li > ul { /* this targets all sub menus */
		display: none; /* hide all sub menus from view */
		position: relative;
		left: 0;
		background-color:#000;
		padding-bottom: .8em;
	}
	#primary-menu li > ul > li{
		line-height: 50px;
		height: 50px;
		margin: 0;
		border-bottom: 0px solid #e8e8e8;
	}
	#primary-menu li > ul > li a { 
		color: #fff;
		padding: 0 .5em;
	}
	#primary-menu li:hover > ul {
		display: block; /* show sub menus when hovering over a parent */
	}
}
	
@media screen and (min-width: 1054px){
	#oberesmenue{
		position: absolute;
		z-index: 554;
		background-color: #370000;
		width: 100%;
		max-width: 100vw;
	}
	#oberesmenue ul{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		height: 40px;
		margin: 0;
		text-transform: uppercase;
		font-family: Wichitgez;
		justify-content: flex-end;
		padding-top: .5em;
	}
	#oberesmenue li{
		list-style-type:none;
		min-width: 200px;
	}
	#oberli li > a{
		color: #ffd5d5;
		padding-top: 1em;
	}
	#toggleMenu{display:none;}
   	.overlay{display:block;}
   	.main-navigation{ 
   		}
   .menu-toggle{display:none;}
   #primary-menu li:first-child{
	   margin-top: em;
   }
   #primary-menu li:first-child a{
	   margin-top: -2em;
	   max-width: 70px;
   }
   #primary-menu li:first-child a img{
	   z-index:1000000000;
   }
   #primary-menu{
	   width: 100%;
	   display:flex; 
	   flex-wrap:wrap;
	   justify-content:center;
	   height: 60px;
	   margin: 0;
	   text-transform:uppercase;
	   font-family: Wichitgez;
	}
	.page-template-colourpage #primary-menu{
	   position: absolute;
	   z-index: 554;
	   background-color: #6d0000;
	   color: #fff;
	   margin-top: 40px; /* cause top */
	}
	#primary-menu li{
		line-height: 60px; /* this should be the same as your #primary-menuheight */
		height: 60px; /* this should be the same as your #primary-menuheight */
		margin: 0;  /* only needed if you don't have a reset */
		position: relative; /* this is needed in order to position sub menus */
		width: 150px;
		text-align:center;
		list-style-type: none;
		/*padding: 1.5em 2em 1em 2em;*/
	}
	#primary-menu li a  {
		display: block;
		height: 40px;
		font-weight: 500;
		font-size: .9rem;
		letter-spacing: .9px;
		color: #ffffff;
	}
	#primary-menu li > ul { /* this targets all sub menus */
		display: none; /* hide all sub menus from view */
		position: absolute;
		left: 0;
		width: 350px;
		top: calc(40px + .8em);
		margin-bottom: 0;
		margin-left: 0em;
		z-index:2;
	}
	#primary-menu li > ul > li{
		line-height: 40px;
		height: 40px;
		margin: 0;
		position: relative;
		width: 220px;
		/* padding: 0.5em .5em .5em .5em; */
		top: -1em;
		left: -2em;
	}
	#primary-menu li > ul > li a { 
		background-color: #000;
		color: #fff;
		padding: 0 .5em;
	}
	#primary-menu li:hover > ul {
		display: block; /* show sub menus when hovering over a parent */
		letter-spacing: 0;
	}
}
.owl-item .active:after{display:none;}
.active:after {
  content: "\2212";
  display:none;
}
.post-navigation{display:none;}
.wc-block-grid__product{min-width:250px;}
.caldera-grid .form-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: #000;
    border: 0px solid #ccc;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 0px 0px rgba(0,0,0,0) !important;
    /* -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; */
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    /* transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; */
}
.caldera-grid .form-control, .caldera-grid output {
    color: #fff !important;
}
.caldera-grid .btn {
	text-transform: uppercase !important;
    font-weight: 600;
    font-size: 16px;
	background: #000 !important;
	color: #fff !important;
	border: 1px solid #fff;
    border-radius: 0 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.section-gm3d3d65f.has-gutentor-overlay:after {
    background-color: rgba(200,216,225,0.38);
    mix-blend-mode: multiply;
}
/* MENU */
#mega-menu-wrap-menu-1, .mega-menu-wrap, #site-navigation, .main-navigation {
    clear: both;
    z-index: 999999 !important;
}
/* title overlay grid */
.esg-cc {
    top: 50% !important;
    /*text-shadow: 3px 2px 7px #000000 !important;*/
}
.eg-mi-element-3 {
    color: #ffffff;
}
#wg_kiesgrid2{
	margin-top:-2em;
}
.has-gutentor-block-shape-top .grid-container, .has-gutentor-block-shape-bottom .grid-container{
	min-height: 80vh;
}
.kies_produktbild{
	position:relative;
	border: 5px solid #ffffff;
	border-bottom: -20px;
}
@media only screen and (min-width: 768px) {
.kies_produktbild{
	position:relative;
	border: 5px solid #ffffff;
	border-bottom: 0px;
	margin-top: -100px;
    margin-left: 2em !important;
}
}

.streifen{
	padding-top: 5%;
    transform: skew(0deg, -2deg);
    position: relative;
    margin-top: -5% !important;
}
.streifen .ab-container-inside{
	transform: skew(0deg, 2deg);
}
.desaturate{
	filter: grayscale(80%);
}
/* liste */
.ub_styled_list .fa-ul {
    margin-left: 1em;
}
a.eg-mi-element-3{
	color: #ffffff;
	text-shadow: 2px 2px 2px #605a66;
}
/* HIDE ON MOBILE */
@media only screen and (max-width: 768px) {
.hidemobile{display:none;}
}
/* STARTSEITE 2 */
.page-id-964 #content{
	padding: 0 !important;
	}
.page-id-964 .streifen{
	padding-top: 5%;
    transform: skew(0deg, -0deg);
    position: relative;
    margin-top: -5% !important;
}
.page-id-964 .streifen .ab-container-inside{
	transform: skew(0deg, 0deg);
}
