/*!
Theme Name: Rebel Hounds WP Theme
Theme URI: https://www.rebelhounds.ch/
Author: Lapala web solutions
Author URI: https://lapala.ch/
Description: Custom Wordpress Theme, Design by Frau Gestalterin
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rebeldogs
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.

rebeldogs is based on Underscores https://underscores.me/, (C) 2012-2020 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/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

.doublebass-regular {
	font-family: 'doublebass', sans-serif;
	font-weight: 400;
	font-style: normal;
}
.doublebass-bold {
	font-family: 'doublebass', sans-serif;
	font-weight: 700;
	font-style: normal;
}

/* anton-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Anton';
  font-style: normal;
  font-weight: 400;
  src: url('webfonts/anton-v25-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-condensed-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('webfonts/roboto-condensed-v27-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #ffffff;
  	font-family: 'Roboto Condensed';
	font-weight: bold;
	font-size: 34px;
	line-height: 1.3;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
    margin-top: 0;
	  hyphens: auto;
}

h1 {
	font-family: 'Anton';
	font-weight: normal;
	font-size: 200px;
	text-transform: uppercase;
	line-height: 1.2;
    margin-bottom: 0;
}

h3 {
	font-family: 'Anton';
	font-weight: normal;
	font-size: 100px;
	text-transform: uppercase;
	line-height: 1;
    margin-bottom: 50px;
}

p + h3 {
	margin-top: -40px;
}



h5 {
    display: inline-block;
    font-family: 'Anton';
    font-weight: 400;
    font-size: 1em;
    letter-spacing: 0.02em;
    border: 2px solid #fff;
    padding: 10px 16px;
    border-radius: 12px;
    margin-bottom: 20px;
}

.single-event h5, .bggelb h5 {
	color: #000;
	border-color: #000;
}

.single-event h5 {
    padding: 12px 26px;
}

h6 {
	font-size: 50px;
	line-height: 1;
    font-family: 'doublebass';
    font-weight: normal;
    margin-bottom: 40px;
}


p {
    margin-top: 0;
	margin-bottom: 40px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	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;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #000000;
    cursor: url('images/Pfote_Cursor.png'), auto;
	overflow-x: hidden;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
    margin: 0 0 1.5em 0;
}

.entry-content li {
    margin-bottom: 10px;
}

ul {
	list-style: disc;
    padding-left: 25px;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #ffffff;
	text-decoration: none;
    cursor: url('images/Pfote_Cursor.png'), auto;
}

a:visited {
	color: #ffffff;
}

a:hover,
a:focus,
a:active {
	color: #f07f18;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
.button,
a.vc_general.vc_btn3,
button.vc_general.vc_btn3,
input[type="button"],
input[type="reset"],
input[type="submit"] {
       background: #fff;
    border-radius: 50px !important;
    padding: 23px 37px !important;
    color: #000 !important;
    font-size: 34px !important;
    letter-spacing: 0.02em;
    line-height: 1 !important;
    display: inline-block;
    font-family: 'Anton';
    border: 2px solid #000 !important;
    box-shadow: 7px 7px 5px #000 !important;
    margin-left: auto;
	transition: all ease-in 300ms;
    cursor: url('images/Pfote_Cursor.png'), auto;
}

#partner a.vc_general.vc_btn3,
#partner button.vc_general.vc_btn3 {
    background: transparent;
    color: #fff !important;
    text-transform: uppercase;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    font-weight: 400;
    box-shadow: none !important;
}

#partner a.vc_general.vc_btn3:hover {
    background: #fff !important;
    color: #000 !important;
}


#partner button.vc_general.vc_btn3:hover {
    background: transparent !important;
    color: #fff !important;
    cursor: url('images/Pfote_Cursor.png'), auto;
}

.vc_btn3-container.vc_btn3-inline {
    margin-right: 40px;
}

.vc_do_btn {
    margin-top: 22px;
}

#partner .vc_do_btn {
    margin-top: 0px;
}

.buttons__right .vc_btn3-container.vc_btn3-inline {
    float: right;
}

.centerbuttons h1,
.centerbuttons h2,
.centerbuttons h3, 
.centerbuttons h4, 
.centerbuttons h5, 
.centerbuttons h6,
.centerbuttons ul,
.centerbuttons p {
    text-align: left;
}

.centerbuttons {
    text-align: center;
}

.button:visited {
	color: #000 !important;
}

button:hover,
.button:hover,
a.vc_general.vc_btn3:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background: #000 !important;
    color: #fff !important;
}

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 {
}

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 {
    font-family: 'Anton';
	font-weight: 400;
	color: #000;
	background-color: #fff;
	border: 2px solid #000;
	border-radius: 0px;
	padding: 20px 20px;
    width: 100%;
	font-size: 34px;
	line-height: 1;
	letter-spacing: 0.01em;
	outline: none;
}

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 {
	
}

input[type="text"]:read-only {
	font-family: 'Anton';
	font-weight: 400;
	border: 0;
	background-color: #000;
	color: #fff !important;
	text-transform: uppercase;
	font-size: 34px;
	letter-spacing: 0.01em;
}

select {
	font-family: 'Anton';
	font-weight: 400;
	border: 0;
	width: 100%;
	background-color: #000;
	border: 2px solid #000;
	color: #fff;
	text-transform: uppercase;
	font-size: 34px;
	letter-spacing: 0.01em;
	padding: 20px 20px;
	appearance: none;
	background-image: url(images/Select-Pfeil.svg);
	background-repeat: no-repeat;
	background-position: right 17px top 50%;
	background-size: 80px;
	outline: none;

}

textarea {
	width: 100%;
	max-width: 100%;
}


.wpcf7-form-control-wrap {
    margin-bottom: 12px;
    display: inline-block;
    width: 100%;
}


::placeholder {
  color: #000;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: #000;
}



.wpcf7 form .wpcf7-response-output {
    padding: 0;
    border: 0 !important;
    text-align: center;
}

.wpcf7-not-valid-tip {
    color: #fff;
    font-size: 0.8em;
    font-weight: 400;
}


/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 3;
	display: block;
	padding-right: 25px;
	padding-top: 60px;
	text-align: right;
}

.menu-menu-1-container {
    width: 275px;
    position: absolute;
    right: 25px;
    transform: translate(375px, 0);
}
.menuopen .menu-menu-1-container {
    transform: translate(0, 0);
}

.main-navigation ul {
    z-index: 1000;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
    position: relative;
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
	margin-top: 20px;
	transform: translate3d(300px, 0px, 0px);
    transform-style: preserve-3d;   
	transition: all ease-in 300ms;
}
.main-navigation li.slidein {
	transform: translate3d(0px, 0px, 0px);
}

.main-navigation a {
	display: block;
	text-decoration: none;
    background: #ffffff;
    border-radius: 50px;
    padding: 17px 37px;
    color: #000;
    font-size: 50px;
    letter-spacing: 0.02em;
    line-height: 1;
    display: inline-block;
    font-family: 'Anton';
	border: 2px solid #000;
}

.menu-item-24:hover a, .menu-item-24.current_page_item a {
    background: #f07f18;
}
.menu-item-25:hover a, .menu-item-25.current_page_item a {
    background: #95c11f;
}
.menu-item-26:hover a, .menu-item-26.current_page_item a {
    background: #ffd70f;
}
.menu-item-27:hover a, .menu-item-27.current_page_item a {
    background: #666;
}




.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

/* 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 logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* 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;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* 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;
}

.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: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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




/*--------------------------------------------------------------
# Allgemein
--------------------------------------------------------------*/
.site-main {
    padding-top: 120px;
}

.container {
	width: 100%;
	max-width: 1800px;
	padding-left: 60px;
	padding-right: 60px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.vc_row {
	position: relative;
	padding-top: 180px;
	padding-bottom: 180px;
}

.vc_row.nopadding {
	padding-top: 0px;
	padding-bottom: 0px;
}

.vc_row.nopaddingbottom {
	padding-bottom: 0px;
}

.vc_row.nopaddingtop {
	padding-top: 0px;
}

.vc_row.vc_inner {
	padding-top: 40px;
	padding-bottom: 40px;
}

.kleinerabstandunten {
	margin-bottom: 20px;
}



.bgorange {
	background-color: #f07f18;
}

.bggruen {
	background-color: #95c11f;
}

.bggelb {
	background-color: #ffd70f;
	color: #000;
}

.bggelb h3 {
	color: #fff;
}



/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
    padding-top: 33px;
    padding-left: 36px;
	position: absolute;
	left: 0;
	top: 0;
    z-index: 2;
}

.site-branding a {
    display: block;
    width: 192px;
    height: 192px;
    background-image: url(images/rebel-hound-Logo-RGB-orange.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.bgorange .site-branding a {
    background-image: url(images/rebel-hound-Logo-RGB-yellow.svg);
}



.toggle-nav {
    background: #f07f18;
    border-radius: 50px;
    padding: 17px 37px;
    color: #000;
    font-size: 50px;
    letter-spacing: 0.02em;
    line-height: 1;
    display: inline-block;
    font-family: 'Anton';
	border: 2px solid #000;
	box-shadow: 7px 7px 5px #000;
}

.toggle-nav:hover, .toggle-nav:active, .toggle-nav.active:hover  {
    background: #ffffff;
    color: #000;
}

.toggle-nav.active {
    background: #000;
    color: #ffffff;
	border: 2px solid #ffffff;
}



/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/
.intro {
    font-family: 'Anton';
    font-weight: normal;
    font-size: 200px;
	line-height: 1.2;
    text-transform: uppercase;
    margin: 0 !important;
}

.intro em {
    font-family: 'doublebass';
    font-weight: normal;
    transform: translateY(-25px);
    display: inline-block;
}


.lead {
    font-family: 'Anton';
    font-weight: normal;
    font-size: 84px;
	line-height: 1.2;
    margin: 0 !important;
}

.lead em, .lead i {
    font-family: 'doublebass';
    font-weight: normal;	
}


/* Icons */


.parallax {
	position: absolute;
    width: 100px;  /* Set width */
    height: 100px; /* Set height */
    background-size: contain;
    background-repeat: no-repeat;
	will-change: transform; 
}

.pfeilnachunten {
    position: absolute;
    width: 112px;
    height: 192px;
    background-image: url(images/Pfeil-unten-orange.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    left: 50%;
	margin-top: 0px;
}


.partner_kreis {
    position: absolute;
    width: 200px;
    height: 200px;
    background-image: url(images/Kreis-Partnerinnen.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    left: 75%;
	margin-top: 150px;
    animation: rotate 10s linear infinite;
}

.partnerspalte .wpb_wrapper {
    column-count: 2;
}




.leitbild_kreis {
    position: absolute;
    width: 200px;
    height: 200px;
    background-image: url(images/Rebel-Dogs-Leitbild-Button-gruen.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    left: -200px;
    margin-top: 150px;
    animation: rotate 10s linear infinite;
	transition: background ease-in 300ms;
}


.leitbild_kreis:hover {
    background-image: url(images/Rebel-Dogs-Leitbild-Button-gelb.svg);
}

/*--------------------------------------------------------------
# Animationen
--------------------------------------------------------------*/

@keyframes rotate {
	0% {
		transform: translate(-50%, -50%) rotate(0deg);
	}
	100% {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}


@keyframes pulse {
	0% {
		transform: scale(1);
	}
	33.33% {
		transform: scale(0.9);
	}
	66.66% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}


@keyframes wackeln {
  0% { transform: rotate(0deg); }
  9% { transform: rotate(-1deg); }
  18% { transform: rotate(-2deg); }
  27% { transform: rotate(-3deg); }
  36% { transform: rotate(-2deg); }
  45% { transform: rotate(-1deg); }
  54% { transform: rotate(0deg); }
  63% { transform: rotate(1deg); }
  72% { transform: rotate(2deg); }
  81% { transform: rotate(3deg); }
  90% { transform: rotate(2deg); }
  100% { transform: rotate(1deg); }
}





/*--------------------------------------------------------------
# Animation Startseite
--------------------------------------------------------------*/

.startScreen {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
    opacity: 1;
	visibility: visible;
    animation: fadeOut 500ms linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
    animation-delay: 2s;
}
.startLogo {
    width: 80%;
    aspect-ratio: 1 / 1;
    max-width: 642px;
    position: relative;
    -webkit-transform: translateZ(0); /* Enable hardware acceleration */
    transform: translateZ(0);
}

.startLogo img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    top: 0;
    left: 0;
    opacity: 0;
    animation: logoStages 2s linear forwards;
}
.startLogo img:nth-child(1) {
    opacity: 1;
    animation-delay: 0s;
}

.startLogo img:nth-child(2) {
    animation-delay: 666ms;
}

.startLogo img:nth-child(3) {
    animation-delay: 1333ms;
}

@keyframes logoStages {
    0% { opacity: 1; }
    33.33% { opacity: 0; }
    100% { opacity: 0; }
}

@keyframes fadeOut {
   0% {opacity: 1;}
   100% {opacity: 0;visibility:hidden; z-index: -1;}
} 



.startElement {
	opacity: 0; /* Initially hidden */
	visibility: hidden; /* Ensure the element is not interactable */
	animation: showUp 0s forwards; /* Hard show-up animation */
	position: absolute;
}

@keyframes showUp {
  to {
    opacity: 1;
    visibility: visible;
  }
}

/* First group: Show after 200ms */
.knochengelblinks,
.knochengelbrechts {
  animation-delay: 400ms;
}

/* Second group: Show after 500ms */
.knochengruen,
.knochenorange {
  animation-delay: 600ms;
}

/* Third group: Show after 800ms */
.sonnegelb {
  animation-delay: 800ms;
}

/* Fourth group: Show after 1000ms */
.echsegruen,
.echsegelb {
  animation-delay: 1000ms;
}

.knochengelblinks {
	position: absolute;
	left: 3%;
	top: 30%;
	width: 162px;
	height: 195px;
    background-image: url(images/Knochen-gelb.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.knochengelbrechts {
	position: absolute;
	right: 20%;
	top: 70%;
	width: 162px;
	height: 195px;
    background-image: url(images/Knochen-gelb.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.knochengruen {
	position: absolute;
	left: 15%;
	top: 70%;
	width: 242px;
	height: 195px;
    background-image: url(images/Knochen-gruen.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.knochenorange	{
	position: absolute;
	right: 15%;
	top: 5%;
	width: 242px;
	height: 195px;
    background-image: url(images/Knochen-orange.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.sonnegelb {
	position: absolute;
	left: 22%;
	top: 10%;
	width: 211px;
	height: 211px;
    background-image: url(images/Sonne-gelb.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.echsegruen {
	position: absolute;
	right: 5%;
	top: 30%;
	width: 283px;
	height: 282px;
    background-image: url(images/Echse-gruen-Start.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.echsegelb{
	position: absolute;
	right: 25%;
	top: -30px;
	width: 283px;
	height: 282px;
    background-image: url(images/Echse-gelb-Start.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}














/*--------------------------------------------------------------
# Icons Start Seite
--------------------------------------------------------------*/



a.eventbuttonaugen {
    display: block;
    width: 257px;
    height: 181px;
    margin-left: auto;
    transform: rotate(7deg);
    background-image: url(images/Events-Auge-Button.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
    margin-top: 140px;
    margin-right: 10%;
}


a.eventbuttonaugen:hover {
    background-image: url(images/Events-Auge-Button-Schatten.svg);
}


.buttons__right {
	padding-bottom: 100px;
}

.buttons__right:before {
    content: '';
    position: absolute;
    right: -60px;
    top: -100px;
    background: url(images/Sterne-gruen-orange-orange.svg) no-repeat;
    width: 260px;
    height: 300px;
    animation: pulse 5s linear infinite;
}

.buttons__right:after {
    content: '';
    position: absolute;
    left: 33vw;
    bottom: -112px;
    background: url(images/Finger-klick-orange.svg) no-repeat;
    width: 212px;
    height: 212px;
    animation: pulse 1s linear infinite;
}

.stickergelbgruen:before {
    content: '';
    position: absolute;
    right: 20px;
    top: 400px;
    background: url(images/Sticker-gelb-gruen.svg) no-repeat;
    width: 60%;
	max-width: 419px;
    height: 190px;
    animation: pulse 5s linear infinite;
}

/*--------------------------------------------------------------
# Icons Event Seite
--------------------------------------------------------------*/
.page-id-16 .lead:after {
    content: '';
    position: absolute;
    right: 6vw;
    background: url(images/Sterne-gruen-orange-gelb.svg) no-repeat;
    top: -100px;
    width: 540px;
    height: 340px;
}

.bleib-informiert {
    position: absolute;
    width: 252px;
    height: 252px;
    background: url(images/Button-bleib-informiert-gruen.svg) no-repeat;
    bottom: -160px;
    right: -120px;
    z-index: 2;
    animation: rotate 10s linear infinite;
}





/*--------------------------------------------------------------
# Event Grid
--------------------------------------------------------------*/
.event__wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

/* Mittellinie */
.event__wrap:after {
    content: '';
    width: 2px;
    height: 100%;
    left: 50%;
    margin-left: -1px;
    position: absolute;
    top: 0;
    background: #000;
}

a.event {
	font-family: 'Anton';
	font-weight: 400;
	letter-spacing: 0.01em;
    border-bottom: 2px solid #000;
    padding: 45px 55px;
	color: #000;
}

a.event:hover {
	background-color: #fff;
}

.event__datum {
    color: #fff;
}

a.event:hover .event__datum {
    color: #000 !important;
}

.event__titel {
    font-size: 70px;
    text-transform: uppercase;
    line-height: 1.15;
}










/*--------------------------------------------------------------
# Event Single
--------------------------------------------------------------*/
.single-event .site-main {
    padding-top: 350px;
	padding-left: 60px;
	padding-right: 60px;
	padding-bottom: 60px;
	max-width: 1570px;
}

.single-event{
	color: #000;
}

/*header*/
.single .entry-header {
    font-size: 50px;
    font-family: 'Anton';
    font-weight: 400;
	color: #000;
}

.single .entry-header .datum {
	color: #fff;
}

.single .entry-header h1 {
	font-size: 84px;
	line-height: 1.1;
}



/*content*/
.single-event .entry-content {
    margin-top: 100px;
}

.spalten {
    display: flex;
}

.titelspalte {
    flex: 0 0 25%;
}




/*footer*/
.event__buttons {
    margin-left: 25%;
    margin-top: 40px;
}

.event__buttons .button {
    display: inline-block;
    margin-right: 40px;
}



/*icons*/

.echse1 {
    position: fixed;
    top: 50px;
    right: 25vw;
    width: 192px;
    height: 192px;
}
.echse1 .symbol {   
	width: 100%;
    height: 100%;
    background-image: url(images/Echse-orange.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
	transform: rotate(-80deg);
}

.echse2 {
    position: fixed;
    top: 150px;
    right: 18vw;
    width: 192px;
    height: 192px;
}
.echse2 .symbol {   
	width: 100%;
    height: 100%;
    background-image: url(images/Echse-gruen.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
	transform: rotate(-25deg);
}
.home .echse2 {
    position: absolute;
    left: 8%;
    bottom: 200px;
    top: auto;
    right: auto;
    width: 192px;
    height: 192px;
}

.page-id-12 .echse2 {
    position: absolute;
    bottom: 200px;
    left: auto;
    right: 8%;
}
.page-id-12 .echse2 .symbol{
	transform: rotate(35deg) scaleX(-1);
}


.echse3 {
    position: absolute;
    bottom: 0px;
    left: 18vw;
    width: 192px;
    height: 192px;
}
.echse3 .symbol {   
	width: 100%;
    height: 100%;
    background-image: url(images/Echse-gelb.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
	transform: rotate(-245deg);
}

.echse4 {
    position: absolute;
    top: auto;
    bottom: 100px;
    right: 4%;
    width: 192px;
    height: 192px;
}
.echse4 .symbol {   
	width: 100%;
    height: 100%;
    background-image: url(images/Echse-orange.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
	transform: rotate(-25deg);
}


.single-event .site-footer:before {
    content: '';
    position: absolute;
    right: 20vw;
    background: url(images/Knochen-orange-gruen2.svg) no-repeat;
    top: -220px;
    width: 350px;
    height: 250px;  
	animation: wackeln 0.5s infinite;
    z-index: 2;
}






/*--------------------------------------------------------------
# Icons Portraitseite
--------------------------------------------------------------*/
.page-id-12 .site-footer:before {
    content: '';
    position: absolute;
    right: 10%;
    background: url(images/Knochen-orange-gruen.svg) no-repeat;
    top: -170px;
    width: 350px;
    height: 250px;  
	animation: wackeln 0.5s infinite;
    z-index: 2;
}


.augen:after {
	content: '';
	position: absolute;
	width: 194px;
	height: 168px;
	left: 20%;
	top: -88px;
    background: url(images/Augen.svg) no-repeat;
    z-index: 2;
}




.portrait-knochen:after {
    content: '';
    position: absolute;
    right: -100px;
    background: url(images/portrait-knochen.svg) no-repeat;
    bottom: -150px;
    width: 297px;
    height: 344px;  
	animation: wackeln 0.5s infinite;
}


/*--------------------------------------------------------------
# Bilder Slider
--------------------------------------------------------------*/
.gallery__wrap {
    margin-top: 80px;
}

.gallery__entry {
 	padding-left: 20px;
	padding-right: 20px;
}


.gallery__entry:nth-child(2n) {
	transform: scale(0.8);
}

.gallery__entry img {
    border-radius: 32px;
}






/*--------------------------------------------------------------
# Icons Angeboteseite
--------------------------------------------------------------*/
.single-angebot .site-footer:before {
    content: '';
    position: absolute;
    left: 25vw;
    background: url(images/Knochen-gelb-gruen.svg) no-repeat;
    top: -160px;
    width: 350px;
    height: 230px;
    animation: wackeln 0.5s infinite;
    z-index: 2;
}

.knochen-gelb-gruen:after {
    content: '';
    position: absolute;
    right: 0;
    background: url(images/Knochen-gelb-gruen.svg) no-repeat;
    bottom: -160px;
    width: 350px;
    height: 230px;  
	animation: wackeln 0.5s infinite;
}


.knochen-gruen-gelb:before {
    content: '';
    position: absolute;
    right: 0;
    background: url(images/Knochen-gruen-gelb.svg) no-repeat;
    bottom: -160px;
    width: 350px;
    height: 230px;  
	animation: wackeln 0.5s infinite;
}

.single-angebot .augen:after {
	content: '';
	position: absolute;
	width: 194px;
	height: 168px;
	left: 20%;
	bottom: -268px;
	top: auto;
    background-image: url(images/Augen.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	animation: blinzeln 3s infinite;
    z-index: 2;
}

.single-angebot .kosten:before {
    content: '';
    position: absolute;
    right: 60px;
    top: 00px;
    background: url(images/Sterne-gruen-gruen-orange.svg) no-repeat;
    width: 365px;
    height: 388px;
    animation: pulse 5s linear infinite;
}



@keyframes blinzeln {
  0% { height: 168px; margin-bottom: 0; }
  50% { height: 42px; margin-bottom: 64px; }
  100% { height: 168px; margin-bottom: 0; }
}




.single-angebot .entry-content ol {
	list-style: none;
	margin-top: 20px;
}

.single-angebot .entry-content ol li {
	position: relative;
	min-height: 175px;
}

.single-angebot .entry-content ol li:before {
	content: '';
	background-image: url('images/list-gelb-1.svg'); 
	background-size: contain; 
	background-repeat: no-repeat;
	width: 200px; 
	height: 200px; 
	position: absolute;
	left: -220px; 
	top: -80px;
    animation: pulse 1s linear infinite;
}

.single-angebot .entry-content ol li:nth-child(2):before {
	background-image: url('images/list-gelb-2.svg'); 
}
.single-angebot .entry-content ol li:nth-child(3):before {
	background-image: url('images/list-gelb-3.svg'); 
}
.single-angebot .entry-content ol li:nth-child(4):before {
	background-image: url('images/list-gelb-4.svg'); 
}
.single-angebot .entry-content ol li:nth-child(5):before {
	background-image: url('images/list-gelb-5.svg'); 
}



.single-angebot .entry-content ol li:nth-child(2),
.single-angebot .entry-content ol li:nth-child(4) {
	margin-left: 250px;
	margin-bottom: 50px;
}


.single-angebot .entry-content ol li:nth-child(3),
.single-angebot .entry-content ol li:nth-child(5) {
	margin-left: 80px;
	margin-bottom: 50px;
}







/*--------------------------------------------------------------
# Angebote Grid
--------------------------------------------------------------*/

/* Filter */
.filter-wrap {
    text-align: center;
    margin-bottom: 80px;
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 30px;
}

a.filter {
    border: 2px solid #000;
    border-radius: 50px;
    padding: 5px 30px;
    margin-top: 0;
    margin-bottom: 0;
    white-space: nowrap;
}

a.filter:not(:last-child) {
	margin-right: 50px;
}

a.filter:hover, a.filter.active {
    background: #fff;
    color: #000;
}





/* Angebote */

.angebote__wrap {
}

.grid-sizer, .angebot__entry {
	width: 33.33%;
}

.angebot__entry {
	margin-bottom: 40px;
	padding-left: 20px;
	padding-right: 20px;
}

.angebot__inner {
    background: #fff;
    color: #000;
    border: 2px solid #000;
    border-radius: 50px;
    padding: 30px 50px 35px 50px;
    text-align: center;
	transition: all ease-in 200ms;
}

#rebel-dogs-special .angebot__inner {
	background: #95c11f;
}

.angebot__inner:hover {
    background: #ffd70f !important;
	box-shadow: 5px 5px 10px #000;
}


.cat__tag {
    font-family: 'Anton';
    font-weight: 400;
    letter-spacing: 0.02em;
    border: 1px solid #000;
    display: inline-block;
    border-radius: 12px;
    padding: 5px 10px;
}

.angebot__titel {
    font-size: 92px;
    line-height: 1.2;
    font-family: 'Anton';
    font-weight: 400;
	margin-top: 38px;
    hyphens: auto;
}

.angebot__zusatz {
    font-size: 40px;
    font-family: 'Anton';
    line-height: 1.25;
    margin-bottom: 20px;
    margin-top: 30px;
    font-weight: normal;
}

.angebot__entry .button:hover {
    background: #f07f18 !important;
    color: #000 !important;
}



/*--------------------------------------------------------------
# Icons Kontaktseite
--------------------------------------------------------------*/

.knochen-orange-gruen:after {
    content: '';
    position: absolute;
    right: 6vw;
    background: url(images/Knochen-orange-gruen.svg) no-repeat;
    top: -60px;
    width: 350px;
    height: 250px;  
	animation: wackeln 0.5s infinite;
}

.jetzt-anmelden:before {
    content: '';
    position: absolute;
    width: 266px;
    height: 266px;
    background: url(images/Button-jetzt-anmelden-gelb.svg) no-repeat;
    bottom: -250px;
    right: 10vw;
    z-index: 2;
    animation: rotate 10s linear infinite;
}

.page-id-18 .site-footer:before {
    content: '';
    position: absolute;
    left: 20vw;
    background: url(images/Knochen-gelb-orange.svg) no-repeat;
    top: -220px;
    width: 350px;
    height: 250px;  
	animation: wackeln 0.5s infinite;
    z-index: 2;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
    position: relative;
    background: #000;
	color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}

.footer__address {
    white-space: nowrap;
}

.site-info.container {
    display: flex;
    justify-content: space-between;
	align-items: flex-end;
    gap: 130px;
}

.footer__left, .footer__right {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 130px;
}

.footer__box.footer__logo {
    height: 142px;
    width: 221px;
    background-image: url(images/rebel-dogs-logo_weiss.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
}

.footer_privacy a {
    color: #666666;
}

.footer_privacy a:hover {
    color: #f07f18;
}






/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media screen and (max-width: 1700px) {
	.site-info.container, .footer__left, .footer__right { gap: 60px;}
}
@media screen and (max-width: 1400px) {
	.vc_row { padding-top: 100px; padding-bottom: 100px;}
	
	/* Animation */
	.echsegelb {display: none;}
	
	/* Home */
	.intro { font-size: 172px;}
	.lead {font-size: 72px;}
	#partner .wpb_column.vc_column_container.vc_col-sm-8 { width: 100%;}
	
	/* Angebote */
	.angebot__entry { width: 50%;}
	.single-angebot .entry-content ol li:before { width: 100px; height: 100px; left: -110px; top: -40px;}
	.single-angebot .kosten:before { right: -70px; width: 240px; height: 265px;}
	
	/* Events */
	.page-id-16 .lead:after { right: -160px; width: 360px;}
	.bleib-informiert { bottom: -200px; right: -140px;}
	
	/* Knochen Kontakt */
	.knochen-orange-gruen:after { right: -140px; width: 250px;}
	.page-id-18 .site-footer:before, .page-id-12 .site-footer:before, .single-angebot .site-footer:before, .single-event .site-footer:before { top: -100px; width: 240px; height: 180px;}
	
	
	.site-info.container { align-items: center;}
	.footer__left, .footer__right { display: block;}
}

@media screen and (max-width: 1000px) {
	.container { padding-left: 15px; padding-right: 15px;}
	h1 { font-size: 108px;}
	
	.intro { font-size: 100px;}
	.lead { font-size: 50px;}
	
	body, button, input, select, optgroup, textarea, 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, button, .button, a.vc_general.vc_btn3, input[type="button"], input[type="reset"], input[type="submit"] { font-size: 30px !important;}
	
	
	.toggle-nav, .main-navigation a { font-size: 40px;}
	.site-branding a { width: 146px; height: 146px;}
	
	/* Animation */
	.startLogo { width: 60%; max-width: 60%; height: 100vh;}
	.sonnegelb { width: 150px; height: 150px;}
	.echsegruen { right: 0; width: 210px; height: 210px;}
	.knochengelbrechts { right: 10%;}
	.knochengruen { left: 10%; top: 80%; height: 160px;}
	
	/* Home */
	.pfeilnachunten { width: 80px; height: 140px; margin-top: 80px; margin-left: -40px;}
	.partnerspalte .wpb_wrapper { column-count: 1;}
	.buttons__right:before {right: -120px; top: -60px; width: 180px; height: 210px;}
	.buttons__right .vc_btn3-container.vc_btn3-inline { float: none;}
	
	/* Portrait */
	.gallery__entry { padding-left: 10px; padding-right: 10px;}
	.stickergelbgruen:before { top: 300px; width: 250px; height: 114px;}
	.portrait-knochen:after {width: 180px; height: 210px;}
	
	.leitbild_kreis { left: -130px;}
	
	/* Angebote */
	.knochen-gelb-gruen:after { right: -100px; bottom: -90px; width: 200px; height: 136px;}
	a.filter:not(:last-child) {margin-right: 20px;}
	.angebot__entry { width: 50%; margin-bottom: 20px; padding-left: 10px; padding-right: 10px;}
	.angebot__titel { font-size: 60px;}
	.angebot__zusatz {font-size: 30px;}
	
	.single-angebot .augen:after { width: 125px; height: 84px; bottom: -183px;}
	.knochen-gruen-gelb:before { right: 0; bottom: -70px; width: 310px; height: 180px;}
	
	
	/* Events */
	.event__wrap { grid-template-columns: 1fr;}
	.event__wrap:after {display: none;}
	.event__titel, .single .entry-header h1 { font-size: 56px;}
	.single-event .site-main { padding-top: 260px; padding-left: 15px; padding-right: 15px; padding-bottom: 140px;}
	.single .entry-header { font-size: 36px;}
	.page-id-16 .lead:after { right: -80px; width: 280px; height: 180px;}
	.bleib-informiert { width: 160px; height: 160px; bottom: -140px; right: -60px;}
	.page-id-12 .site-footer:before, .single-event .site-footer:before { top: -94px; width: 190px; height: 140px;}
	.echse1, .echse2, .echse3, .echse4 {width: 120px; height: 120px;}
	
	.spalten {display: block; margin-bottom: 40px;}
	.textspalte { padding-left: 10px;}
	
	/* Anmelden */
	.jetzt-anmelden:before { width: 180px;height: 180px; bottom: -150px; right: 0;}
	
	/* Kontakt */
	.page-id-18 .vc_col-sm-3, .page-id-191 .vc_col-sm-3 { width: 0;}
	.page-id-18 .vc_col-sm-6, .page-id-191 .vc_col-sm-6 { width: 100%;}
	.knochen-orange-gruen:after { right: -120px; width: 210px; height: 150px;}
	.page-id-18 .site-footer:before { top: -94px; width: 190px; height: 140px;}
	
	
	.site-footer { font-size: 24px;}
	.site-info.container { gap: 40px;}
	.footer__box.footer__logo { height: 124px; width: 190px;}
	.footer__box.footer__left { display: flex; flex-direction: column-reverse; gap: 0; align-items: flex-start;}
	.footer__right { display: block;}
}




@media screen and (max-width: 767px) {
	.vc_row { padding-top: 60px; padding-bottom: 60px;}
	
	.startScreen {z-index: 4;}
	.site-header { padding-top: 15px; padding-left: 15px;}
	.main-navigation {padding-top: 15px;}
	.toggle-nav, .main-navigation a { font-size: 29px; padding: 10px 22px;}
	.main-navigation li { margin-top: 10px;}
	.site-branding a { width: 100px; height: 100px;}
	.menuopen .menu-menu-1-container {transform: translate(0, 0);}
	
	h1 { font-size: 60px;}
	h3 {font-size: 62px;}
	
	.intro { font-size: 58px; }
	.intro em { transform: translateY(-10px);}
	.lead { font-size: 30px;}
	
	body, button, input, select, optgroup, textarea, 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, button, .button, a.vc_general.vc_btn3, input[type="button"], input[type="reset"], input[type="submit"] { font-size: 20px !important;}
	
	button, .button, a.vc_general.vc_btn3, button.vc_general.vc_btn3, input[type="button"], input[type="reset"], input[type="submit"] {padding: 12px 30px !important;}
	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 { padding: 10px;}
	
	.vc_btn3-container.vc_btn3-inline { margin-right: 25px;}
	
	/* Animation */
	.knochengelblinks {width: 84px; height: 94px;}
	.knochengelbrechts { width: 94px; height: 106px;}
	.knochengruen {top: 70%; width: 140px;}
	.knochenorange { width: 120px; height: 100px;}
	.sonnegelb { width: 100px; height: 100px; left: 15%; top: 5%;}
	.echsegruen {top: 20%; width: 140px; height: 140px;}
	
	/* Home */
	.partner_kreis {width: 140px; height: 140px;  margin-top: 84px;}
	.home .echse2 { width: 120px; height: 120px;}
	.buttons__right:before { right: 0; top: -40px; width: 90px; height: 110px;}
	.buttons__right:after { bottom: -30px; width: 140px; height: 140px;}
	
	/* Portraits */
	a.eventbuttonaugen { width: 180px; height: 130px; margin-left: auto;  margin-top: 0; margin-right: auto; margin-bottom: 40px;}
	.portrait-knochen:after { right: 0; bottom: -70px; width: 297px; height: 150px; width: 175px;}
	.stickergelbgruen:before { top: 240px;  width: 180px;  height: 70px; }
	.leitbild_kreis {position: relative; display: block; left: 100px; width: 150px; height: 150px;}
	
	/* Events */
	.page-id-16 .lead:after { right: 25px; width: 113px; height: 80px; top: 0;}
	.bleib-informiert {width: 126px; height: 126px;bottom: -170px;}
	a.event { padding: 30px 20px;}
	.event__titel { font-size: 34px;}
	.event__buttons { margin-left: 0;}
	.event__buttons .button { margin-right: 20px;}
	
	.jetzt-anmelden:before {display: none !important;}
	.knochen-orange-gruen:after { right: 0; width: 150px; height: 106px; top: -100px;}
	
	/* Angebote */
	.knochen-gelb-gruen:after { right: 15px; bottom: -60px; width: 140px; height: 90px;}
	.angebot__entry { width: 100%; }
	.filter-wrap { justify-content: left; row-gap: 8px;}
	a.filter:not(:last-child) { margin-right: 8px;}
	.angebot__titel { font-size: 50px; margin-top: 17px;}
	.knochen-gruen-gelb:before {display: none;}
	.single-angebot .augen:after {width: 85px;bottom: -146px;}
	.single-angebot .entry-content ol li { margin-left: 65px !important; min-height: 110px;}
	a.anmeldung.button { margin-top: 30px;}
	.single-angebot .kosten:before { right: 0; width: 120px; height: 150px;}
	
	
	.page-id-18 .site-footer:before, .page-id-12 .site-footer:before, .single-angebot .site-footer:before, .single-event .site-footer:before { top: -50px; width: 180px; height: 120px;}
	
	.site-footer {padding-top: 100px;}
	.site-info.container { display: block;}
	.footer__box { margin-left: auto; margin-right: auto; text-align: center; margin-bottom: 40px;}
	.footer__box.footer__left { display: block;}
}

@media screen and (max-width: 500px) {
	.startLogo { width: 225px; height: 225px;}
}