/*
	Theme Name: Cranger Weihnachtszauber
	Theme URI: null
	Description: 
	Author: 
	Author URI: 

	Version: 1.0.0

	Tags: 

	Template: genesis
	Template Version: 2.3.0

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

	Text Domain: genesis-sample

	PagePandas WP Project

	Text Domain: cranger-wz
	
	Based on Digital Pro Version 1.1.3 von StudioPress
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
	*/

/* HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:600}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#5b5e5e}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:600}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
	font-size: 1.6rem;
}

body {
	background-color: #fff;
	color: #5b5e5e;
	font-family: 'Lora', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 2;
	margin: 0;
	-webkit-font-smoothing: antialiased;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img,
.site-header {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:    all 0.2s ease-in-out;
	-ms-transition:     all 0.2s ease-in-out;
	-o-transition:      all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}

::-moz-selection {
	background-color: #5b5e5e;
	color: #fff;
}

::selection {
	background-color: #5b5e5e;
	color: #fff;
}

a {
	border-bottom: 1px solid #232525;
	color: #232525;
	text-decoration: none;
}

a:focus,
a:hover {
	border-bottom: 1px solid #bb0712;
	color: #bb0712;
}

p {
	margin: 0 0 30px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

small {
	font-size: 14px;
	font-size: 1.4rem;
}

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

mark {
	background-color: #ddd;
	color: #000;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid #ddd;
	clear: left;
	margin: 0 0 40px;
	padding-top: 20px;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #232525;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
}

h3 {
	font-size: 28px;
	font-size: 2.8rem;
}

.comment-respond h3,
.entry-comments h3 {
	font-size: 36px;
	font-size: 3.6rem;
	letter-spacing: -2px;
	margin-bottom: 60px;
	margin-top: 100px;
}

h4 {
	font-size: 24px;
	font-size: 2.4rem;
}

.entry-content h4 {
	font-size: 20px;
	font-size: 2rem;
	letter-spacing: -1px;
	margin-top: 60px;
}

h5 {
	font-size: 20px;
	font-size: 2rem;
}

h6 {
	font-size: 18px;
	font-size: 1.8rem;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.featured-content img.entry-image,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

img.entry-image {
	max-width: 500px;
}

.full-width-content img.pull {
	margin-left: -70px;
	margin-right: -70px;
	max-width: 800px;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #999;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #f5f5f5;
	border: 1px solid #f5f5f5;
	color: #5b5e5e;
	font-family: 'Neuton', serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300;
	padding: 20px;
	width: 100%;
}

input[type="number"] {
	background-color: #fff;
	border: 1px solid #5b5e5e;
	padding: 7px;
}

.footer-widgets input,
.footer-widgets input:focus {
	background-color: #fff;
	border: 1px solid #fff;
}

input:focus,
textarea:focus {
	background-color: #eee;
	border: 1px solid #eee;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #999;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content a.button,
.textwidget a.button {
	background-color: #bb0712;
	border-radius: 50px;
	border: none;
	color: #fff;
	cursor: pointer;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.5px;
	padding: 20px 30px;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.entry-content a.button.small,
.textwidget a.button.small {
	font-size: 12px;
	font-size: 1.2rem;
	padding: 12px 20px;
}

input[type="submit"],
.content input[type="submit"] {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 20px 25px;
	width: 100%;
}

a.more-link {
	display: inline-block;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: 0.5px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

button:hover,
button:focus,
input:hover[type="button"],
input:focus[type="button"],
input:hover[type="reset"],
input:focus[type="reset"],
input:hover[type="submit"],
input:focus[type="submit"],
.button:focus,
.button:hover,
.entry-content a.button:focus,
.entry-content a.button:hover,
.footer-widgets-1 button,
.footer-widgets-1 button,
.footer-widgets-1 input[type="button"],
.footer-widgets-1 input[type="reset"],
.footer-widgets-1 input[type="submit"],
.footer-widgets-1 .entry-content a.button,
.footer-widgets-1 .textwidget a.button,
.textwidget a.button:focus,
.textwidget a.button:hover {
	background-color: #232525;
	border: none;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

.footer-widgets button:focus,
.footer-widgets button:hover,
.footer-widgets input:focus[type="button"],
.footer-widgets input:hover[type="button"],
.footer-widgets input:focus[type="reset"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:focus[type="submit"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .entry-content a.button:focus,
.footer-widgets .entry-content a.button:hover,
.footer-widgets .textwidget a.button:focus,
.footer-widgets .textwidget a.button:hover {
	background-color: #fff;
	color: #232525;
	text-decoration: none;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #ddd;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

.error404 .entry-content input[type="search"],
.post-password-form input[type="password"] {
	margin-bottom: 15px;
}

/* Column Classes
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	background-color: #fff;
	border: 0;
	clip: rect(0, 0, 0, 0);
	color: #232525;
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.genesis-nav-menu .search input[type="submit"]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type="submit"]:focus  {
	border: 1px solid #5b5e5e;
	clip: auto !important;
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	height: auto;
	padding: 20px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	position: relative;
}


/* Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */

.site-container {
	-webkit-animation: fadein 1s;
	-moz-animation:    fadein 1s;
	-ms-animation:     fadein 1s;
	-o-animation:      fadein 1s;
	animation:         fadein 1s;
}

.digital-landing .site-container {
	margin: 0 auto;
	max-width: 800px;
}

@keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-moz-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-webkit-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-ms-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-o-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

/* Site Inner
--------------------------------------------- */

.site-inner {
	background-color: #fff;
	clear: both;
	margin: 90px auto 0;
/*	padding: 10% 40px;
max-width: 1280px; */
}

.digital-landing .site-inner,
.front-page .site-inner {
	margin-top: 0;
}


/* Common Classes
---------------------------------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.after-entry .avatar {
	float: right;
	height: 180px;
	margin-bottom: 30px;
	margin-left: 30px;
	width: 180px;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 30px;
}

.alignright .avatar {
	margin-left: 30px;
}

.author-box .avatar {
	display: inline-block;
	float: none;
	height: 80px;
	margin: 0 auto 20px;
	width: 80px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* Genesis
--------------------------------------------- */

.archive-description,
.author-box {
	border-bottom: 1px solid #eee;
	margin-bottom: 10%;
	padding-bottom: 10%;
	text-align: center;
}

.archive-description p,
.archive-description .archive-title,
.author-box,
.author-box p,
.author-box .author-box-title {
	margin-left: auto;
	margin-right: auto;
	max-width: 660px;
}

.breadcrumb {
	border-bottom: 1px solid #eee;
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0 auto 10%;
	max-width: 660px;
	padding-bottom: 10px;
}

.author-box {
	font-size: 18px;
	font-size: 1.8rem;
}

.single .author-box {
	border-top: 1px solid #eee;
	padding-top: 10%;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
	position: relative;
}

.search-form input {
	-webkit-appearance: none;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.widget_search .search-form input[type="submit"]:focus {
	border-radius: 0;
	margin-top: 0;
	padding: 17px 20px;
	right: 0;
	top: 0;
}

.error404 .content .search-form {
	margin-bottom: 40px;
}

.error404 .content .search-form input[type="search"] {
	margin-right: 10px;
	outline-offset: -1px;
	width: auto;
}

.error404 .content .search-form input[type="submit"] {
	height: auto;
	padding: 20px;
	position: static;
	width: auto;
}

/* Titles
--------------------------------------------- */

.archive-title,
.author-box-title {
	font-size: 30px;
	font-size: 3rem;
	letter-spacing: -1px;
	margin-bottom: 10px;
}

.search .archive-title {
	margin-bottom: 0;
}

.entry-title,
.page.page-template-page_blog .entry-title {
	font-size: 36px;
	font-size: 3.6rem;
	letter-spacing: -2px;
	word-wrap: break-word;
}

.page .entry-title,
.single .entry-title {
	font-size: 48px;
	font-size: 4.8rem;
	font-weight: 700;
	letter-spacing: -3px;
}

.error404 .entry-title,
.error404 .entry-content {
	margin-left: auto;
	margin-right: auto;
	max-width: 660px;
}

.content .entry-title a,
.content .entry-title a:focus,
.content .entry-title a:hover {
	border-bottom: none;
	color: #232525;
}

.content .entry-title a:focus,
.content .entry-title a:hover {
	color: #bb0712;
}

.widget-title {
	font-size: 22px;
	font-size: 2.2rem;
	letter-spacing: -1px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.widget-title.center {
	margin-bottom: 10%;
	text-align: center;
}

/* WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 50%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 60px 30px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 30px 60px;
}

img.alignleft.entry-image,
img.alignright.entry-image {
	margin-bottom: 0;
}

.entry-content figure {
	margin: 60px 0 50px;
}

.wp-caption-text {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.gallery-caption,
.entry-content .gallery-caption {
	margin: 0 0 10px;
}

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
	margin-bottom: 30px;
}

a[rel~="attachment"],
a[rel~="attachment"]:hover,
.gallery-item a,
.wp-audio-shortcode a,
.wp-audio-shortcode a:hover,
.wp-caption a,
.wp-caption a:hover,
.wp-playlist a,
.wp-playlist a:hover,
.wp-video a,
.wp-video a:hover {
	border-width: 0 !important;
}

.sticky {
}


/* Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content a {
	border-width: 0;
}

.featured-content.widget .entry {
	padding-bottom: 60px;
}

.featured-content.widget .entry:last-child {
	border-bottom-width: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.featured-content .entry p {
	font-size: 18px;
	font-size: 1.8rem;
}

.featured-content p.entry-meta {
	font-family: "Poppins", sans-serif;
	font-size: 10px;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.featuredpost .entry-title,
.featured-content.widget .entry-title {
	font-size: 24px;
	font-size: 2.4rem;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.featured-content .more-link {
	border-width: 1px;
}


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

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget ::-moz-placeholder {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.enews-widget ::-webkit-input-placeholder {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.enews-widget input {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	margin-bottom: 30px;
	text-align: center;
}

.sidebar .enews-widget input {
	margin-bottom: 10px;
}

.enews-widget input[type="submit"] {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	margin-bottom: 0;
}

.enews-widget p {
	margin-bottom: 20px;
}

.enews form + p {
	line-height: 1.5;
	margin-top: 30px;
}

/* Genesis Simple Share
--------------------------------------------- */

.content .share-after {
	margin-bottom: 20px;
}

.content a.count,
.content a.count:hover,
.content a.count:focus,
.content a.share,
.content a.share:hover,
.content a.share:focus {
	border: none;
	font-weight: 400;
}

.content .share-filled .share {
	border-radius: 0;
}

.content .share-filled .count {
	border-radius: 0;
}

.content .share-filled .facebook .count,
.content .share-filled .facebook .count:hover,
.content .share-filled .googlePlus .count,
.content .share-filled .googlePlus .count:hover,
.content .share-filled .linkedin .count,
.content .share-filled .linkedin .count:hover,
.content .share-filled .pinterest .count,
.content .share-filled .pinterest .count:hover,
.content .share-filled .stumbleupon .count,
.content .share-filled .stumbleupon .count:hover,
.content .share-filled .twitter .count,
.content .share-filled .twitter .count:hover {
	color: #5b5e5e;
	border: 1px solid #5b5e5e;
}

.content .share-filled .facebook .share,
.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus .share,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .linkedin .share,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest .share,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon .share,
.content .share-filled .stumbleupon:hover .count,
.content .share-filled .twitter .share,
.content .share-filled .twitter:hover .count {
	background: #5b5e5e !important;
}

.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon:hover .count,
.content .share-filled .twitter:hover .count {
	color: #fff;
}

/* Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #232525;
	outline: #ddd solid 1px;
}


/* Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	border-bottom: 1px solid transparent;
	padding: 28px 30px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100000;
}

.site-header.shrink {
	/* border-color: #eee; */
	padding: 18px 30px;
}

.admin-bar .site-header {
	top: 32px;
}

/* Site Title and Description
--------------------------------------------- */

.title-area {
	float: left;
	margin-top: 8px;
}

.site-title {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 0;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	border-bottom-width: 0;
	color: #232525;
}

.header-image .nav-primary:not(button) {
	margin-top: 22px;
}

.header-image .site-header {
	padding: 9px 40px;
}

.header-image .site-header.shrink {
	padding: 9px 40px;
}

.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

.header-image .site-title > a {
	background-position: center center !important;
	background-size: contain !important;
	float: left;
	min-height: 70px;
	width: 300px;
}

.header-image .title-area {
	margin: 0;
}

.site-description {
	display: block;
	height: 0;
	margin-bottom: 0;
	text-indent: -9999px;
}

/* Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	border-bottom-width: 0;
	color: #232525;
	display: block;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 14px;
	font-size: 1.6rem;
	font-weight: 600;
	letter-spacing: 0.5px;
	padding: 10px;
	text-transform: uppercase;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a {
	color: #bb0712;
}

.genesis-nav-menu .sub-menu {
	background-color: #fff;
	left: -9999px;
	opacity: 0;
	position: absolute;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 180px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -44px 0 0 179px;
}

.genesis-nav-menu .sub-menu a {
	border: 1px solid #eee;
	border-top: 0;
	padding: 15px;
	position: relative;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

/* Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.menu-toggle,
.sub-menu-toggle {
	display: none;
	visibility: hidden;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	float: right;
	margin-top: 2px;
}

.nav-primary .genesis-nav-menu li.last a {
	padding-right: 0;
}

.nav-primary .sub-menu {
	border-top: 1px solid #ddd;
}

.nav-primary .genesis-nav-menu li li {
	margin-left: 0;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	margin-top: 10px;
}

.nav-secondary .genesis-nav-menu a {
	padding: 0;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}


/* Content Area
---------------------------------------------------------------------------------------------------- */

.content-sidebar .content,
.sidebar-content .content {
	width: 65%;
}

.content-sidebar .content {
	float: left;
}

.sidebar-content .content {
	float: right
}

.page .content,
.single .content {
	overflow: hidden;
}

.digital-landing .content {
	max-width: 800px;
	padding-bottom: 5%;
	padding-top: 5%
}

/* Entries
--------------------------------------------- */

.entry,
.page.page-template-page_blog .entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 10%;
	padding-bottom: 10%;
}

.page .entry,
.single .entry {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.page .entry-content,
.single .entry-content {
	margin-left: auto;
	margin-right: auto;
	/*	max-width: 660px; */
}

.page.page-template-page_blog .entry-content {
	max-width: none;
}

.entry-content p:last-child {
	margin-bottom: 0;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

/* Intro Text
--------------------------------------------- */

.single .entry-content p.intro {
	color: #232525;
	display: block;
	font-size: 20px;
	font-size: 2rem;
	font-style: italic;
}

.single .entry-content p.intro:after {
	border-bottom: 1px solid #232525;
	content: "";
	display: block;
	margin-bottom: 40px;
	padding-bottom: 40px;
	width: 10%;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.entry-meta a,
.entry-meta a:focus,
.entry-meta a:hover {
	border-bottom-width: 0;
}

.page .entry-header,
.single .entry-header {
	margin: 0 auto 5%;
	max-width: 660px;
}

.page.page-template-page_blog .entry-header {
	max-width: none;
}

.entry-footer {
	margin: 30px auto 60px;
	max-width: 660px;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	border: 1px solid #eee;
	margin: 0 auto 10%;
	max-width: 660px;
	overflow: hidden;
	padding: 40px;
}

.after-entry .widget {
	margin-bottom: 40px;
}

.after-entry .widget-title {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: -1px;
	margin-bottom: 30px;
}

.after-entry p:last-child,
.after-entry .widget:last-child {
	margin-bottom: 0;
}

.after-entry ol,
.after-entry ul {
	margin-bottom: 30px;
	margin-left: 40px;
}

.after-entry ol > li {
	list-style-type: decimal;
}

.after-entry ul > li {
	list-style-type: disc;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: 0.5px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5%;
	text-transform: uppercase;
}

.pagination a {
	border-bottom: 1px solid #232525;
}

.pagination a:focus,
.pagination a:hover {
	border-bottom: 1px solid #bb0712;

}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #232525;
	border: 1px solid #232525;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 4px;
	padding: 8px 12px;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #bb0712;
	border: 1px solid #bb0712;
	color: #fff;
}

/* Sidebar
--------------------------------------------- */

.content-sidebar .sidebar,
.sidebar-content .sidebar {
	width: 30%;
}

.content-sidebar .sidebar {
	float: right;
}

.sidebar-content .sidebar {
	float: left;
}

.sidebar .widgettitle {
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.sidebar .widget {
	margin-bottom: 80px;
}

.sidebar p:last-child,
.sidebar .ul li:last-child,
.sidebar .widget:last-child {
	margin-bottom: 0;
}

.sidebar ul li {
	margin-bottom: 10px;
}

.sidebar p:last-child {
	margin-bottom: 0;
}

/* Comments
--------------------------------------------- */

.entry-pings,
.comment-respond,
.entry-comments {
	margin: 0 auto;
	max-width: 660px;
}

p.comment-meta,
.entry-comments .comment,
.entry-comments .comment-reply {
	margin-bottom: 40px;
}

.comment-header {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.5;
}

.entry-pings .reply {
	display: none;
}

.entry-comments .comment {
	border-bottom: 1px solid #eee;
}

.entry-comments .comment:last-child {
	margin-bottom: 0;
}

p.comment-form-comment {
	margin-bottom: 20px;
}

p.form-submit,
.entry-comments .children .comment,
.entry-comments .comment-author {
	margin: 0;
}

.entry-comments .comment {
	clear: both;
}

.entry-comments .children .comment {
	border: none;
}

.comment-list li {
	list-style-type: none;
}

.comment-list ul.children {
	margin-left: 40px;
}


/* Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #232525;
	border-top: 5px solid #fff;
	clear: both;
	text-align: center;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	float: left;
	padding: 90px 4%;
}

.footer-widgets-1 {
	background-color: #bb0712;
	text-align: right;
	width: 25%;
}

.footer-widgets-2 {
	text-align: left;
	width: 39.8%;
}

.footer-widgets-3 {
	padding-left: 0;
	text-align: left;
	width: 35%;
}

.footer-widgets .widget {
	margin-bottom: 30px;
}

.footer-widgets h1,
.footer-widgets h2,
.footer-widgets h3,
.footer-widgets h4,
.footer-widgets h5,
.footer-widgets h6 {
	color: #fff;
}

.footer-widgets p {
	margin-bottom: 5px;
}

.footer-widgets p:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}

.footer-widgets .widget-title {
	font-size: 22px;
	font-size: 2.2rem;
	letter-spacing: -1px;
}

.footer-widgets,
.footer-widgets a,
.footer-widgets p,
.footer-widgets .widget-title {
	color: #fff;
}

.footer-widgets a {
	border-bottom-width: 0;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.footer-widgets a:focus,
.footer-widgets a:hover {
	color: #bb0712;
	text-decoration: underline;
}

.footer-widgets .footer-widgets-1 a:focus,
.footer-widgets .footer-widgets-1 a:hover {
	color: #232525;
}

.footer-widgets .simple-social-icons ul {
	margin-top: 10px !important;
}

.footer-widgets .simple-social-icons ul li {
	margin: 0px 12px 12px 0 !important;
}

.footer-widgets .simple-social-icons ul li a {
	padding: 15px !important;
}


/* Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	padding: 28px;
	text-align: center;
	margin-top: 0px;
	padding-bottom: 100px !important;
}

.site-footer a,
.site-footer p {
	border-bottom-width: 0;
	color: #232525;
}

.site-footer a:focus,
.site-footer a:hover {
	color: #bb0712;
	text-decoration: underline;
}

.site-footer p {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 0;
}


/* Fadeup Effect
---------------------------------------------------------------------------------------------------- */

.js .fadeup-effect {
	opacity: 0;
	overflow: hidden;
	-webkit-animation-duration: 1s;
	animation-duration:         1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode:         both;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function:         ease-in-out;
}

@-webkit-keyframes fadeInUp {
	from { opacity: 0; -webkit-transform: translateY(20px); }
	to { opacity: 1; -webkit-transform: translateY(0); }
}

@keyframes fadeInUp {
	from { opacity: 0; transform: translateY(20px); }
	to { opacity: 1; transform: translateY(0); }
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name:         fadeInUp;
}


/* Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (min-width: 801px) {

	.footer-widgets .wrap {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;

		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

}

@media only screen and (max-width: 800px) {

	.site-inner {
		margin-top: 0 !important;
	}

	.content-sidebar .content,
	.content-sidebar .sidebar,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.header-image .site-title > a,
	.js .genesis-nav-menu .sub-menu,
	.js .genesis-nav-menu .sub-menu a,
	.sidebar-content .content,
	.sidebar-content .sidebar,
	.site-header {
		width: 100%;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.site-footer,
	.site-inner {
		padding: 8%;
	}

	.site-header,
	.site-header.shrink {
		position: inherit;
		text-align: center;
		padding: 20px 8%;
	}

	.header-image .nav-primary:not(button) {
		background: #fff;
		margin-top: 0;
		padding-bottom: 20px;
	}

	.content-sidebar .content,
	.content-sidebar .sidebar,
	.nav-primary,
	.sidebar-content .content,
	.sidebar-content .sidebar,
	.title-area {
		float: none;
	}

	.js .nav-primary .sub-menu a {
		background: none;
		border: none;
	}

	/* Genesis Responsive Menus */
	.js .site-header nav .wrap {
		padding: 0;
	}

	nav.genesis-responsive-menu {
		display: none;
		position: relative;
	}

	.genesis-skip-link .skip-link-hidden {
		display: none;
		visibility: hidden;
	}

	.menu-toggle,
	.sub-menu-toggle {
		border-width: 0;
		background: transparent;
		color: #232525;
		display: block;
		margin: 0 auto;
		outline-offset: -1px;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}

	.menu-toggle:focus,
	.menu-toggle:hover,
	.sub-menu-toggle:focus,
	.sub-menu-toggle:hover {
		background: transparent;
		color: #bb0712;
		border-width: 0;
	}

	.menu-toggle {
		line-height: 20px;
		margin-top: 10px;
		padding: 10px 30px;
		position: relative;
		z-index: 1000;
		width: 100%;
	}

	.menu-toggle::before {
		font-size: 2em;
		margin-right: 10px;
		text-rendering: auto;
		vertical-align: middle;
	}

	.sub-menu-toggle {
		float: right;
		padding: 14px 10px 13px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}

	.sub-menu-toggle::before {
		display: inline-block;
		text-rendering: auto;
		-webkit-transform: rotate( 0 );
		-ms-transform:     rotate( 0 );
		transform:         rotate( 0 );
		-webkit-transition: transform .25s ease-in-out;
		-ms-transition:     transform .25s ease-in-out;
		transition:         transform .25s ease-in-out;
	}

	.sub-menu-toggle.activated::before {
		-webkit-transform: rotate( 180deg );
		-ms-transform:     rotate( 180deg );
		transform:         rotate( 180deg );
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		position: relative;
		text-align: left;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
	.genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-responsive-menu .genesis-nav-menu a:focus,
	.genesis-responsive-menu .genesis-nav-menu a:hover {
		color: #bb0712;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item a:focus {
		outline: thin solid #ddd;
		outline-offset: -1px;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		border: none;
		margin-bottom: 1px;
		padding: 6px 0 6px 10px;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		border: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.genesis-responsive-menu .genesis-nav-menu > .menu-item-has-children > a::after {
		content: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.content {
		margin-bottom: 0;
		margin-top: 0;
	}

	.page .entry-header,
	.single .entry-header {
		max-width: 100%;
	}

	.entry-content {
		margin-left: 0;
		margin-right: 0;
	}

	.entry-header {
		clear: both;
		margin: 0;
	}

	img.alignleft.entry-image,
	img.alignright.entry-image,
	.full-width-content img.pull {
		margin-left: 0;
		margin-right: 0;
	}

	img.alignleft.entry-image,
	img.alignright.entry-image {
		display: block;
		float: left;
		margin-bottom: 30px;
		max-width: 100%;
	}

	.comment-list ul.children {
		margin-left: 0;
	}

	.footer-widgets-1,
	.page .entry-header,
	.single .entry-header {
		text-align: left;
	}

}

@media only screen and (max-width: 600px) {

	.page .entry-title,
	.single .entry-title {
		font-size: 36px;
		font-size: 3.6rem;
		letter-spacing: -2px;
	}

	.gallery-item {
		float: none;
	}

	.gallery-columns-2 .gallery-item,
	.gallery-columns-3 .gallery-item,
	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item,
	.gallery-columns-9 .gallery-item {
		width: 100%;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		float: none;
		margin-left: 0;
		width: 100%;
	}

}

/* PP CUSTOM */

header.entry-header {
	display: none;
}

div.pagepandas {
	width: 100% !important;
	float: left;
	margin-bottom: 25px;
}

.wpcf7 {
	width: 100%;
	float: right;
}
div.wpcf7-mail-sent-ok {
	border: 0px solid #398f14;
}
input {
	padding: 10px;
}

form p {
	margin: 0 0 15px;
}

.form-left {
	width: 50%;
	float: left;
	padding-right: 20px;
	color: #fff;
}

.form-right {
	width: 50%;
	float: right;
	padding-left: 20px;
	color: #fff;
}

.form-right a,
.form-right a:hover {
	color: #fff;
}

input[type="submit"] {
	border-radius: 0px !important;
	background-color: rgba(0,0,0,0.2) !important;
}
input[type="submit"]:hover {
	background-color: rgba(0,0,0,0.5) !important;
}

div.wpcf7-response-output {
	border: 0px solid;
	color: #fff;
}


.white-bg p, .white-bg h1, .white-bg h2, .white-bg h3 { color: #bb0712 !important }

/* CONTAINER */

.container a {
	color: #bb0712 !important;
}

.container a:hover {
	color: #bb0712 !important;
	text-decoration: underline;
}

.rot a {
	color: #fff !important;
}

.rot a:hover {
	color: #fff !important;
	text-decoration: underline;
}

.auflistung {
	padding-top: 0px !important;
	padding-bottom: 30px !important;

}

.text-rot ul {
	color: #bb0712 !important
}

@media only screen and (min-width :1200px) {
	div.container{
		width: 1200px;
	}
}
@media only screen and (max-width :1200px) {
	div.container{
		width: 992px;
	}
}

@media only screen and (max-width : 992px) {
	div.container{
		width: 768px;
	}
}

@media only screen and (max-width : 768px) {
	div.container{
		width: 480px;
	}
	.site-inner {
		padding: 0% !important;
	}
	.so-widget-sow-hero-default-8a09fe428cf8 {
		height: 50vh;
	}
	.wpcf7 {
		width: 100% !important;
	}

	.form-left {
		width: 100% !important;
		padding-right: 0 !important;
		float: left;
	}

	.form-right {
		width: 100% !important;
		padding-left: 0 !important;
	}

}

@media only screen and (max-width : 480px) {
	div.container{
		width: 320px;
	}

	h1 {
		font-size: 48px !important;
	}

	h2 {
		font-size: 32px !important;
	}
	ul {
		width: 100% !important;
		margin-left: auto;
		margin-right: auto;
	}
	li {
		text-align: center;
		padding: 12px 0px;
		width: 100%;
		text-align: center !important;
	}

	#panel-138-0-0-0 {
		margin-bottom: 0px !important;
	}

	.link-kachel {
		margin-top: 1px !important;
		margin-bottom: 1px !important;
	}

	.linksammlung-kachel > div > div {
		height: 200px !important;

	}

	div.link-kachel,
	div.link-kachel div {
		height: 200px !important;
	}
}

@media only screen and (max-width : 320px) {
	div.container{
		width: 320px;  
	}
}

span.reverse {
	unicode-bidi: bidi-override;
	direction: rtl;
}

.form-50-first {
	width: calc(50% - 20px) !important;
	float: left;
	margin-right: 20px;
}

.form-50 {
	width: 50%;
}

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}
@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}

/* iOS Phone Url */
a[href^="tel"] {
	color: inherit; 
	text-decoration: none;
	border-bottom: 0px solid;
}


header {
	/* display: none; */
}

.site-inner {
	margin: 0px;
	margin-top: 150px;

}
/* CRANGER WZ CUSTOM */

/* pt-sans-regular - latin */
@font-face {
	font-family: 'PT Sans';
	font-style: normal;
	font-weight: 400;
	src: local('PT Sans'), local('PTSans-Regular'),
	url('https://cranger-weihnachtszauber.de/wp-content/themes/cranger-wz/fonts/pt-sans-v9-latin-regular.woff2') format('woff2'), 
	url('https://cranger-weihnachtszauber.de/wp-content/themes/cranger-wz/fonts/pt-sans-v9-latin-regular.woff') format('woff'); 
}
/* pt-sans-italic - latin */
@font-face {
	font-family: 'PT Sans';
	font-style: italic;
	font-weight: 400;
	src: local('PT Sans Italic'), local('PTSans-Italic'),
	url('https://cranger-weihnachtszauber.de/wp-content/themes/cranger-wz/fonts/pt-sans-v9-latin-italic.woff2') format('woff2'),
	url('https://cranger-weihnachtszauber.de/wp-content/themes/cranger-wz/fonts/pt-sans-v9-latin-italic.woff') format('woff'); 
}
/* pt-sans-700 - latin */
@font-face {
	font-family: 'PT Sans';
	font-style: normal;
	font-weight: 700;
	src: local('PT Sans Bold'), local('PTSans-Bold'),
	url('https://cranger-weihnachtszauber.de/wp-content/themes/cranger-wz/fonts/pt-sans-v9-latin-700.woff2') format('woff2'), 
	url('https://cranger-weihnachtszauber.de/wp-content/themes/cranger-wz/fonts/pt-sans-v9-latin-700.woff') format('woff'); 
}
/* pt-sans-700italic - latin */
@font-face {
	font-family: 'PT Sans';
	font-style: italic;
	font-weight: 700;
	src: local('PT Sans Bold Italic'), local('PTSans-BoldItalic'),
	url('https://cranger-weihnachtszauber.de/wp-content/themes/cranger-wz/fonts/pt-sans-v9-latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('https://cranger-weihnachtszauber.de/wp-content/themes/cranger-wz/fonts/pt-sans-v9-latin-700italic.woff') format('woff');
}

/* pt-sans-narrow-regular - latin */
@font-face {
	font-family: 'PT Sans Narrow';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/pt-sans-narrow-v8-latin-regular.eot'); 
	src: local('PT Sans Narrow'), local('PTSans-Narrow'),
	url('https://cranger-weihnachtszauber.de/wp-content/themes/cranger-wz/fonts/pt-sans-narrow-v8-latin-regular.eot?#iefix') format('embedded-opentype'),
	url('https://cranger-weihnachtszauber.de/wp-content/themes/cranger-wz/fonts/pt-sans-narrow-v8-latin-regular.woff2') format('woff2'),
	url('https://cranger-weihnachtszauber.de/wp-content/themes/cranger-wz/fonts/pt-sans-narrow-v8-latin-regular.woff') format('woff'),
	url('https://cranger-weihnachtszauber.de/wp-content/themes/cranger-wz/fonts/pt-sans-narrow-v8-latin-regular.ttf') format('truetype'), 
	url('https://cranger-weihnachtszauber.de/wp-content/themes/cranger-wz/fonts/pt-sans-narrow-v8-latin-regular.svg#PTSansNarrow') format('svg'); 
}
/* pt-sans-narrow-700 - latin */
@font-face {
	font-family: 'PT Sans Narrow';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/pt-sans-narrow-v8-latin-700.eot');
	src: local('PT Sans Narrow Bold'), local('PTSans-NarrowBold'),
	url('https://cranger-weihnachtszauber.de/wp-content/themes/cranger-wz/fonts/pt-sans-narrow-v8-latin-700.eot?#iefix') format('embedded-opentype'), 
	url('https://cranger-weihnachtszauber.de/wp-content/themes/cranger-wz/fonts/pt-sans-narrow-v8-latin-700.woff2') format('woff2'),
	url('https://cranger-weihnachtszauber.de/wp-content/themes/cranger-wz/fonts/pt-sans-narrow-v8-latin-700.woff') format('woff'),
	url('https://cranger-weihnachtszauber.de/wp-content/themes/cranger-wz/fonts/pt-sans-narrow-v8-latin-700.ttf') format('truetype'), 
	url('https://cranger-weihnachtszauber.de/wp-content/themes/cranger-wz/fonts/pt-sans-narrow-v8-latin-700.svg#PTSansNarrow') format('svg');
}

/* cookie-regular - latin */
@font-face {
	font-family: 'Cookie';
	font-style: normal;
	font-weight: 400;
	src: url('https://cranger-weihnachtszauber.de/wp-content/themes/cranger-wz/fonts/cookie-v8-latin-regular.eot');
	src: local('Cookie-Regular'),
	url('https://cranger-weihnachtszauber.de/wp-content/themes/cranger-wz/fonts/cookie-v8-latin-regular.eot?#iefix') format('embedded-opentype'), 
	url('https://cranger-weihnachtszauber.de/wp-content/themes/cranger-wz/fonts/cookie-v8-latin-regular.woff2') format('woff2'),
	url('https://cranger-weihnachtszauber.de/wp-content/themes/cranger-wz/fonts/cookie-v8-latin-regular.woff') format('woff'),
	url('https://cranger-weihnachtszauber.de/wp-content/themes/cranger-wz/fonts/cookie-v8-latin-regular.ttf') format('truetype'),
	url('https://cranger-weihnachtszauber.de/wp-content/themes/cranger-wz/fonts/cookie-v8-latin-regular.svg#Cookie') format('svg');
}

h1 {
	font: 400 96px/0.8 "Cookie", Helvetica, sans-serif;
	color: #fff;
	text-shadow: 4px 4px 3px rgba(0,0,0,0.1); 
}

h2 {
	font: 400 48px/0.8 "Cookie", Helvetica, sans-serif;
	color: #fff;
	text-shadow: 4px 4px 3px rgba(0,0,0,0.1); 
}

h3 {
	color: #fff;
}

p {
	font-family: 'PT Sans', sans-serif;
	color: #fff;
}

ul, li {
	font-family: 'PT Sans', sans-serif;
}


#pg-5-0 {
	margin-bottom: 0px !important;
}

a, a:hover {
	color: #fff;
	border-bottom: 0px solid #fff;
	font-weight: 600;
}

a:hover {
	border-bottom: 0px solid #fff;
}

body {
	color: #fff;
}

footer {
	background-color: #bb0712;
}

footer a,
footer a:hover,
footer a:active {
	color: #fff !important;

}

a#dschutz,
a:hover#dschutz {
	color: #bb0712;
}

.page-hero {
	text-align: center;
	position: relative;
}

.page-hero h1 {

	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 84px !important;
	text-shadow: 4px 4px 8px rgba(0,0,0,0.8) !important; 
}

.page-hero-inner {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
}

.link-kachel {
	text-align: center;
	position: relative;
	border: 1px solid #fff;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	margin-top: 0px;
}

.link-kachel h5 {

	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 24px !important;
	/* text-shadow: 4px 4px 8px rgba(0,0,0,0.8) !important; */


	font-size: 36px;
	text-align: center;
	padding: 20px 10px;
	background: rgba(50,50,50,0.8);

	position: absolute;
	width: 100%;
	bottom: 0;
	margin-bottom: -1px !important;

}

.link-kachel .page-hero-inner {
	width: 100%;
	height: 100%;
	/*
	display: table-cell;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	*/
}

.attraktion-link h5 {

	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 24px !important;
	/* text-shadow: 4px 4px 8px rgba(0,0,0,0.8) !important; */

	font-size: 36px;
	text-align: center;
	padding: 20px 10px;
	background: rgba(50,50,50,0.8) !important;

	position: absolute !important;
	width: 100% !important;
	bottom: 0 !important;

}


.linksammlung-kachel > div > div {
	width: 25%;
	float: left;
	height: 300px;
	margin-bottom: 0px !important;
}

@media screen and (max-width: 780px) {
	.linksammlung-kachel > div > div {
		height: 200px;
	}

	div.link-kachel,
	div.link-kachel div {
		height: 200px !important;
	}

}

.icon-element {
	color: #bb0712 !important;
	font-family: 'PT Sans Narrow', sans-serif !important;
	font-weight: 100;
	font-size: 26px;
	width: auto;
	float: left;
	/* padding-right: 50px; */
	height: auto;
	width: 50%;
	line-height: 25px;
	margin-bottom: 40px;
	padding-right: 20px;
}

.icon-element i {
	margin-right: 10px;
}

.icon-element span.sub {
	position: relative;
	/* margin-top: -8px; */
	/* margin-left: 42px; */
	font-weight: 600;
	line-height: 10px;
	font-size: 18px;
}

.inhalt div.icon-element:nth-of-type(3) {
	clear: both;
}

/*
.linksammlung-kachel > div > div > div,
.linksammlung-kachel > div > div > div > div {
 height: 100%;
}
*/
/* */

h2 {
	font-size: 72px;
}

h3 {
	font: 400 48px/0.8 "Cookie", Helvetica, sans-serif;
	color: #fff;
	text-shadow: 4px 4px 3px rgba(0,0,0,0.1); 
}

.teaser, .panel-grid {
	margin-bottom: 0px !important;
}
.inhalt {
	padding: 40px 0px;
}

/*
.teaser::before {
	content: '';
	background-image: url(https://cranger-weihnachtszauber.de/wp-content/uploads/2018/10/deco-banderole.png);
	background-position: center center;
	background-size: cover;
	height: 250px;
	width: 100%;
	position: absolute;
	z-index: 1000;
	top: 40vh
}
*/

/* FARBWELT */



.violett {
	/* background-color: #a51e61 !important; */
	background-color: #bb0712 !important;
}

.rot {
	background-color: #bb0712 !important;
}

.weiss {
	/* background-color: #fff !important; */
	/* color: #bb0712 !important; */
	background-color: #bb0712 !important;

}

.blau { 
	/*background-color: #7abfd8 !important;*/
	background-color: #bb0712 !important;
}

.gelb { 
	/*background-color: #efd948 !important;*/
	background-color: #bb0712 !important;

}

.orange { 
	/*background-color: #ea8b3b !important;*/
	background-color: #bb0712 !important;

}

.gruen { 
	/*background-color: #c3da4e !important;*/
	background-color: #bb0712 !important;

}

.gruen { 
	/*background-color: #c3da4e !important;*/
	background-color: #bb0712 !important;

}

.blau a,
.blau a:hover,
.rot a,
.rot a:hover,
.gelb a,
.gelb a:hover,
.orange a,
.orange a:hover,
.violett a,
.violett a:hover,
.gruen a,
.gruen a:hover {
	color: #fff !important;
}

.faq-content a,
.faq-content a:hover {
	color: #bb0712 !important;
}

.weiss h1, .weiss h2, .weiss h3, .weiss h4, .weiss h5, .weiss p {
	/* color: #bb0712 !important; */
}

.text-violett h1, .text-violett h2, .text-violett h3, .text-violett h4, .text-violett h5, .text-violett p {
	background-color: #fff !important;
	/* color: #a51e61 !important; */
	color: #bb0712 !important;
}

.text-rot h1, .text-rot h2, .text-rot h3, .text-rot h4, .text-rot h5, .text-rot p {
	background-color: #fff !important;
	color: #bb0712 !important;
}

.text-blau h1, .text-blau h2, .text-blau h3, .text-blau h4, .text-blau h5, .text-blau p {
	background-color: #fff !important;
	/*color: #7abfd8 !important;*/
	color: #bb0712 !important;


}

.text-gelb h1, .text-gelb h2, .text-gelb h3, .text-gelb h4, .text-gelb h5, .text-gelb p {
	background-color: #fff !important;
	/*color: #efd948 !important;*/
	color: #bb0712 !important;


}

.text-orange h1, .text-orange h2, .text-orange h3, .text-orange h4, .text-orange h5, .text-orange p {
	background-color: #fff !important;
	/*color: #ea8b3b !important;*/
	color: #bb0712 !important;


}

.text-gruen h1, .text-gruen h2, .text-gruen h3, .text-gruen h4, .text-gruen h5, .text-gruen p {
	background-color: #fff !important;
	/*color: #c3da4e !important;*/
	color: #bb0712 !important;


}


#landing-start li.sow-slider-image {
	background-position: 0px 0px !important;
	background-position: bottom !important;
}

.landing-content img#landing-logo {
	width: 60%;
	max-width: 1000px;
	margin-top: 30%;
}

.deco-front {
	position: absolute;
	z-index: 500;
	right: 0;
	bottom: -80px;
	left: 0;
	width: 100%;
}

.deco-front img {
	width: 100%;
}

.deco-wmann {
	position: absolute;
	z-index: 700;
	right: 0;
	bottom: -80px;
	width: 25%;
}
.deco-logo {
	position: absolute;
	z-index: 900;
	left: 5%;
	width: 40%;
	top: 15%;
}

.deco-rrad {
	position: absolute;
	z-index: 400;
	bottom: 10%;
}
.deco-baum {
	position: absolute;
	z-index: 450;
	bottom: -30%;
	right: 250px;
	height: 100%;
	width: auto;
}

.deco-familie {
	position: absolute;
	z-index: 600;
	bottom: -80px;
	left: 15%;
}
.deco-konga {
	position: absolute;
	z-index: 350;
	bottom: -80px;
	left: 10%;
}

.deco-fliegenderwmann {
	position: absolute;
	z-index: 300;
	top: 45%;
	width: 100%;
}

.deco-fliegenderwmann img {
	width: 100% !important;
}

.site-header img#header-logo {
	height: 80px;
	cursor: hand !important;
}

.site-header p {
	color: #bb0712;
	font-family: 'PT Sans Narrow', sans-serif !important;
}

.site-header .left {
	width: 30%;
	float: left;
}

.site-header .right {
	width: 70%;
	float: left;
	text-align: right;
}

.site-header .right p.title {
	font-weight: 700;
	margin: 0;
	font-size: 32px;
	line-height: 32px;
	text-transform: uppercase;
}

.site-header .right p.text {
	font-weight: 400;
	margin: 0;
	font-size: 22px;
	line-height: 22px;
	text-transform: uppercase;
}

@media screen and (max-width: 480px) {
	.site-header {
		padding: 9px 9px;
	}
	.site-header .right,
	.site-header .left {
		width: 100%;
	}
	.site-header .right p.title {
		font-size: 14px;
		line-height: 14px;
		text-align: center
	}
	.site-header .right p.text {
		font-size: 14px;
		line-height: 14px;
		text-align: center
	}

	.site-inner {
		margin-top: 0px;
	}

	ul.genesis-skip-link {
		display: none;
	}

}

/* LANDING NAV */

.landing-nav-area {
	position: absolute;
	/* left: 50%; */
	top: 15%;
	width: auto;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	width: 890px;
}
.landing-nav {
	z-index: 10000;
	position: relative;
	/* left: -50%; */
	/* width: 800px; */
}

#panel-138-0-0-0 {
	margin: 0 !important;
}

@media only screen and (max-height: 850px) {

	.landing-nav-area {
		width: 385px;
	}
}

@media only screen and (min-width: 200px) {
	.landing-nav {
		zoom: 30%;
	}
}

@media only screen and (min-width: 300px) {
	.landing-nav {
		zoom: 40%;
	}
}

@media only screen and (min-width: 350px) {
	.landing-nav {
		zoom: 50%;
	}

}

@media only screen and (min-width: 400px)  {
	.landing-nav {
		zoom: 60%;
	}
	.landing-nav-area {
		width: 470px;
	}
}

@media only screen and (min-width: 550px) and (min-height: 800px) {
	.landing-nav {
		zoom: 70%;
	}

	.landing-nav-area {
		width: 560px;
	}
}

@media only screen and (min-width: 650px) and (min-height: 800px) {
	.landing-nav {
		zoom: 80%;
	}
	.landing-nav-area {
		width: 650px;
	}
}

@media only screen and (min-width: 750px) and (min-height: 700px) {
	.landing-nav {
		zoom: 100%;
	}
	.landing-nav-area { 
		width: 800px;
	}
}

@media only screen and (min-width: 1100px) and (min-height: 850px) {
	.landing-nav {
		zoom: 110%;
	}
	.landing-nav-area { 
		width: 860px;
	}

}

@media only screen and (min-width: 1300px) and (min-height: 800px) {
	.landing-nav {
		zoom: 120%;
	}

	.landing-nav-area { 
		width: 940px;
	}
}

@media only screen and (min-width: 1500px) and (min-height: 800px) {
	.landing-nav {
		zoom: 130%;
	}

	.landing-nav-area {
		width: 1030px;
	}
}

@media only screen and (min-width: 1700px) and (min-height: 800px) {

	.landing-nav {
		zoom: 140%;
	}

	.landing-nav-area {
		width: 1100px;
	}
}


/* FIREFOX */

@media only screen and (min-width: 200px) and (min--moz-device-pixel-ratio:0) {
	.landing-nav {
		transform: scale(0.3);
	}
}

@media only screen and (min-width: 300px) and (min--moz-device-pixel-ratio:0) {
	.landing-nav {
		transform: scale(0.4);
	}
}

@media only screen and (min-width: 350px) and (min--moz-device-pixel-ratio:0) {
	.landing-nav {
		transform: scale(0.5);
	}

}

@media only screen and (min-width: 400px)  and (min--moz-device-pixel-ratio:0) {
	.landing-nav {
		transform: scale(0.6);
	}
}

@media all and (min-width: 550px) and (min-height: 800px) and (min--moz-device-pixel-ratio:0) {
	.landing-nav {
		transform: scale(0.7);
	}
}
@media all and (min-width: 650px) and (min-height: 800px) and (min--moz-device-pixel-ratio:0) {
	.landing-nav {
		transform: scale(0.8);
	}
}
@media all and (min-width: 750px) and (min-height: 800px) and (min--moz-device-pixel-ratio:0) {
	.landing-nav {
		transform: scale(1);
	}
}
@media all and (min-width: 1100px) and (min-height: 800px) and (min--moz-device-pixel-ratio:0) {
	.landing-nav {
		transform: scale(1.1);
	}
}
@media all and (min-width: 1300px) and (min-height: 800px) and (min--moz-device-pixel-ratio:0) {
	.landing-nav {
		transform: scale(1.2);
	}
}
@media all and (min-width: 1500px) and (min-height: 800px) and (min--moz-device-pixel-ratio:0) {
	.landing-nav {
		transform: scale(1.3);
	}
}
@media all and (min-width: 1700px) and (min-height: 800px) and (min--moz-device-pixel-ratio:0) {
	.landing-nav {
		transform: scale(1.4);
	}
}



.landing-nav p {
	margin: 0;
}
.landing-nav-item a:hover {
	text-decoration: none !important;
	color: rgba(0,0,0,0) !important;
	border-bottom: 0px !important;
}

.landing-nav-item {
	position: absolute;
	text-align: center;
	-webkit-filter: drop-shadow( 0px 0px 3px #000 ); 
	filter: drop-shadow( 0px 0px 3px #000 );
}

.landing-nav-item h5 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 20px;
	color: #fff;
	line-height: 20px;
	padding: 0 !important;
	margin: 0;
	margin-top: 7px;
}

:root {
	--bubble-groesse-gross: 200px;
	--bubble-groesse-mittel: 150px;
	--bubble-groesse-klein: 100px;
}


.bubble-rot {
	width: 200px;
	height: 200px;
	/*width: calc(var(--bubble-groesse-gross));
	height: calc(var(--bubble-groesse-gross));*/
	right: 150px;
	top: 60px;
}
.bubble-rot svg path {
	/* fill: #9f060f; */
	fill: #bb0712;
}

.bubble-blau {
	width: 150px;
	height: 150px;
	/*width: calc(var(--bubble-groesse-mittel));
	height: calc(var(--bubble-groesse-mittel));*/
	right: 340px;
	top: 0px;
}
.bubble-blau svg path {
	/* fill: #ac0611; */
	fill: #7abfd8;
}

.bubble-gelb {
	width: 150px;
	height: 150px;
	/*width: calc(var(--bubble-groesse-mittel));
	height: calc(var(--bubble-groesse-mittel));*/
	right: 50px;
	top: 230px;
}
.bubble-gelb svg path {
	/* fill: #9c060f; */
	fill: #efd948;

}

.bubble-orange {
	width: 150px;
	height: 150px;
	/*width: calc(var(--bubble-groesse-mittel));
	height: calc(var(--bubble-groesse-mittel));*/
	right: 300px;
	top: 400px;
}
.bubble-orange svg path {
	/* fill: #8d050e; */
	fill: #ea8b3b;
}

.bubble-tbaum {
	width: 150px;
	height: 150px;
	/*width: calc(var(--bubble-groesse-mittel));
	height: calc(var(--bubble-groesse-mittel));*/
	right: 200px;
	top: 270px;
}
.bubble-tbaum svg path {
	fill: #7e050c;
}

.bubble-dunkelblau {
	width: 150px;
	height: 150px;
	/*width: calc(var(--bubble-groesse-mittel));
	height: calc(var(--bubble-groesse-mittel));*/
	right: 450px;
	top: 330px;
}

.bubble-dunkelblau svg path {
	/* fill: #bb000b; */
	fill: #539ba7;
}

.bubble-rosa {
	width: 100px;
	height: 100px;
	/*width: calc(var(--bubble-groesse-klein));
	height: calc(var(--bubble-groesse-klein));*/
	right: 500px;
	top: 50px;
}

.bubble-rosa svg path {
	/* fill: #ac000a; */
	fill: #f10087;
}

.bubble-gruen {
	width: 100px;
	height: 100px;
	/*width: calc(var(--bubble-groesse-klein));
	height: calc(var(--bubble-groesse-klein));*/
	right: 340px;
	top: 180px;
}
.bubble-gruen svg path {
	/* fill: #9c000a; */
	fill: #c3da4e;
}

.bubble-violett {
	width: 150px;
	height: 150px;
	/*width: calc(var(--bubble-groesse-mittel));
	height: calc(var(--bubble-groesse-mittel));*/
	right: 450px;
	top: 170px;
}
.bubble-violett svg path {
	/* fill: #bb0712; */
	fill: #a51e61;
	/* basis */
}

.bubble-tuerkis {
	width: 100px;
	height: 100px;
	/*width: calc(var(--bubble-groesse-klein));
	height: calc(var(--bubble-groesse-klein));*/
	right: 600px;
	top: 290px;
}
.bubble-tuerkis svg path {
	/* fill: #8d0009; */
	fill: #48efae;

}

.bubble-dunkelorange {
	width: 150px;
	height: 150px;
	/*width: calc(var(--bubble-groesse-mittel));
	height: calc(var(--bubble-groesse-mittel));*/
	right: 590px;
	top: 120px;
}
.bubble-dunkelorange svg path {
	fill: #7e0008;
}
.bubble-dunkelgruen {
	width: 100px;
	height: 100px;
	/*width: calc(var(--bubble-groesse-klein));
	height: calc(var(--bubble-groesse-klein));*/
	right: 360px;
	top: 300px;
}
.bubble-dunkelgruen svg path {
	fill: #ac111a;
}

.landing-nav-item:before {
	content: "";
	position: absolute;
	top: 16%;
	left: 5%;
	width: 90%;
	height: 90%;
	border-radius: 100%;
	background: radial-gradient(circle at top, white, rgba(255, 255, 255, 0) 40%);
	-webkit-filter: blur(2px);
	filter: blur(2px);
	z-index: 2;
}

.landing-nav-item:after {
	content: "";
	position: absolute;
	display: block;
	top: 5%;
	left: 10%;
	width: 80%;
	height: 80%;
	border-radius: 100%;
	-webkit-filter: blur(1px);
	filter: blur(1px);
	z-index: 2;
	-webkit-transform: rotateZ(-30deg);
	transform: rotateZ(-30deg);
	z-index: 2;

}

.landing-nav-item,
.landing-nav-item h5 {
	-webkit-transition: all 180ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
	-moz-transition: all 180ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
	-o-transition: all 180ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
	transition: all 180ms cubic-bezier(0.250, 0.460, 0.450, 0.940); /* easeOutQuad */

	-webkit-transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940); 
	-moz-transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940); 
	-o-transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940); 
	transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940); /* easeOutQuad */
}

/* ANIM BUBBLE */
.landing-nav a:hover .landing-nav-item
{
	width: 250px;
	height: 250px;
	margin-top: -50px !important;
	margin-right: -50px !important;
	z-index: 10000;
	-webkit-filter: drop-shadow( 0px 0px 30px #000 ); 
	filter: drop-shadow( 0px 0px 30px #000 );
}

.landing-nav a:hover h5 {
	font-size: 34px;
	line-height: 40px;
	margin-top: 15px;
}

.attraktion-link,
.attraktion-link ul,
.attraktion-link li,
.attraktion-link > div, 
.attraktion-link div > ul, 
.attraktion-link > div > div, 
.attraktion-link > div > div > ul, 
.attraktion-link > div > div > li, 
.attraktion-link > div > div > ul > li 


{
	height: 250px !important;
}

.attraktionen-link .sow-slider-image,
.attraktionen-link .sow-slider-image-container,
.attraktionen-link .sow-slider-image-wrapper,
.attraktionen-link .page-hero-inner {
	height: 100% !important;
}




.attraktion-link h5 {
	color: #fff !important;
	background-color: rgba(0,0,0,0.6) !important;
	margin-bottom: -1px;
}

@media screen and (max-width: 800px) {
/*
	.landing-nav-item {
		width: 150px;
		height: 150px;
	}

	.bubble-gelb {
		right: 50px !important;
		top: 180px !important;
	}

	.bubble-blau {
		right: 320px !important;
		top: 100px !important;
	}
	.bubble-rosa {
		right: 480px !important;
	}
	.bubble-violett {
		right: 200px !important;
		top: 250px !important;
	}
	.bubble-tuerkis {
		right: 370px !important;
	}
	.bubble-gruen {
		top: 420px !important;
	}
	.bubble-orange {
		top: 390px !important;
	}
	.bubble-dunkelblau {
		top: 520px !important;
	}
	*/
	.landing-nav {
		margin-left: 30px !important;
		margin-top: 280px !important;
		height: 80%;
	}

	.landing-nav a:hover .landing-nav-item
	{
		width: 150px;
		height: 150px;
		margin-top: 0px !important;
		margin-right: 0px !important;
		z-index: 10000;
		-webkit-filter: drop-shadow( 0px 0px 30px #000 ); 
		filter: drop-shadow( 0px 0px 30px #000 );
	}

	.landing-nav a:hover h5 {
		font-size: 15px !important;
		line-height: 24px !important;
	}

	.site-header div.left,
	.site-header div.right {
		width: 100% !important;
	}
	.site-header div.right {
		margin-top: 0px;
	}
	.page-hero h1 {
		font-size: 42px !important;
	}
	h2 { 
		font-size: 36px !important;
	}
	h3 {
		font-size: 32px !important;
	}
	.linksammlung-kachel > div > div {
		width: 50%;
	}
}


@media screen and (max-width: 420px), screen and (max-height: 440px) {
	.landing-nav-item {
/*		width: 100px;
height: 100px; */
}
/*
	.bubble-gelb {
		top: 90px !important;
		right: 20px !important;
	}

	.bubble-blau {
		right: 230px !important;
	}
	.bubble-rosa {
		right: 10px !important;
		top: 280px !important;
	}
	.bubble-violett {
		top: 130px !important;
		right: 140px !important;
	}
	.bubble-tuerkis {
		right: 250px !important;
		top: 210px !important;
	}
	.bubble-gruen {
		top: 240px !important;
		right: 150px !important;
	}
	.bubble-orange {
		top: 190px !important;
		right: 60px !important;
	}
	.bubble-dunkelblau {
		top: 310px !important;
		right: 230px;
	}
	.bubble-rot {
		right: 130px;
	}
	.bubble-dunkelorange {
		top: 330px !important;
		right: 110px !important;
	}	
	.bubble-dunkelgruen {
		top: 30px !important;
		right: 300px !important;
	}
	*/
	.landing-nav {
		margin-left: 0px !important;
	}
	.landing-nav-item h5 {
		font-size: 15px;
		line-height: 24px !important;
		margin-top: 5px;
	}

	.landing-nav a:hover .landing-nav-item
	{
		/*width: 100px;
		height: 100px; */
		margin-top: 0px !important;
		margin-right: 0px !important;
		z-index: 10000;
	}

	.landing-nav a:hover h5 {
		/* font-size: inherit !important;
		line-height: 16px !important;
		margin-top: 6px !important;
		*/
	}

	.page-hero ul {
		width: 100% !important;
	}

	.landing-nav {
		/* left: 0px !important; */
		/* overflow: hidden !important; */
		margin-top: 130px !important;
	}

	.landing-nav-area {
		width: 445px;
	}

	.landing-nav a:hover .landing-nav-item {
		-webkit-filter: none; 
		filter: none;	
	}
	.landing-nav-item {
		-webkit-filter: none; 
		filter: none;	
	}

	.linksammlung-kachel > div > div {
		width: 100%;
	}
}

@media screen and (max-width: 380px) {
	/*
	.landing-nav {
		zoom: 80%;
	}
	*/
	.landing-nav {
		margin-top: 170px !important;
	}
	.landing-nav-area {
		width: 380px;
	}
}

@media screen and (max-width: 340px) {
	/*
	.landing-nav {
		zoom: 70%;
	}
	*/
	.landing-nav {
		margin-top: 200px !important;
	}

	.landing-nav-area {
		width: 320px;
	}
	.landing-nav-item h5 {
		font-size: 9px;
		line-height: 24px !important;
		margin-top: 5px;
	}

}

@media screen and (max-height: 440px) {
	.site-header {
		padding: 9px 20px !important;
	}
	#panel-138-0-0-0 {
		margin: 0px !important;
	}
	#title-area .title {
		font-size: 28px !important;
		line-height: 28px !important;
	}
	#title-area .text {
		font-size: 18px !important;
		line-height: 18px !important;
	}
	.site-header {
		padding: 9px 9px;
	}
	.site-header .right,
	.site-header .left {
		width: 100%;
	}
	.site-header .right p.title {
		font-size: 14px !important;
		line-height: 14px !important;
		text-align: center
	}
	.site-header .right p.text {
		font-size: 14px;
		line-height: 14px;
		text-align: center
	}

/*
	.bubble-rot {
		top: 10px !important;
		right: 100px !important;
	}

	.bubble-gelb {
		top: 50px !important;
		right: 2px !important;
	}

	.bubble-orange {
		top: 130px !important;
	}

	.bubble-blau {
		top: 30px !important;
		right: 200px !important;
	}

	.bubble-violett {
		top: 130px !important;
		right: 170px !important;
	}
	.bubble-tuerkis {
		top: 110px !important;
		right: 280px !important;
	}
	.bubble-dunkelblau {
		top: 70px !important;
		right: 380px !important;
	}
	.bubble-rosa {
		top: 30px !important;
		right: 470px !important;
	}
	.bubble-gruen {
		top: 10px !important;
		right: 300px !important;
	}
	.bubble-dunkelgruen {
		right: 460px !important;
		top: 140px !important;
	}
	.bubble-dunkelorange {
		top: 90px !important;
		right: 560px !important;
	}
	*/
}

@media only screen and (max-height: 440px) {
	.site-header div.left {
		width: 20% !important;
	}
	.site-header div.right {
		width: 80% !important;
	}
	#title-area .title {
		font-size: 14px !important;
		line-height: 14px !important;
	}
	#title-area .text {
		font-size: 12px !important;
		line-height: 12px !important;
	}
	.site-header img#header-logo {
		height: auto;
	}
	.site-header {
		padding-bottom: 0px !important;
	}

	.bubble-gelb { 
		right: 0px !important;
		top: -180px !important;
	}
	.bubble-rot {
		right: 20px;
		top: -40px;
	}

	.bubble-blau {
		right: 150px;
		top: -150px;
	}

	.bubble-tbaum {
		right: 220px;
		top: -10px;
	}

	.bubble-gruen {
		right: 280px;
		top: -180px;
	}


	.bubble-dunkelgruen {

		right: 320px;
		top: -80px;
	}

	.bubble-rosa { 
		right: 390px;
		top: -170px;
	}

	.bubble-orange {
		right: 370px;
		top: 0px;
	}


	.bubble-violett {
		right: 470px;
		top: -115px;
	}


	.bubble-dunkelblau {
		right: 520px;
		top: 30px;
	}

	.bubble-dunkelorange {
		right: 610px;
		top: -180px;
	}

	.bubble-tuerkis {
		right: 650px;
		top: -20px;
	}

}

.faq .sow-accordion-panel-header {
	background-color: #fff !important;
	color: #bb0712 !important;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 24px;
}



.faq .sow-accordion-panel-border p {
	color: #bb0712 !important;
}


::selection {
	background: #bb0712; 
}
::-moz-selection {
	background: #bb0712;
}


.body-landing {
	background-color: #bb0712 !important;
}

ul.wsp-pages-list li {
	text-align: left !important;
}

.start-reservierung {
	background: #bb0712;
	position: fixed;
	right: 0;
	z-index: 100;
	top: 160px;
	font-family: 'PT Sans Narrow', sans-serif;
	padding: 6px 30px;
	width:400px;
	z-index: 100;
}

.start-reservierung span.first {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 800;
	font-family: 'PT Sans Narrow', sans-serif;
	float: left;
	width: 100%
}

.start-reservierung span.second {
	font-family: 'PT Sans', sans-serif;
	float: left;
	width: 100%;
	font-size: 24px;
	font-weight: 400;
	margin-top: -20px;
	margin-bottom: -4px;
}

@media screen and (max-width: 768px) {
	.start-reservierung {
		bottom: 0;
		top: revert;
		width: 100%;
		text-align: center;
	}
	.start-reservierung span.first {
		font-size: 18px;
	}
	.start-reservierung span.second {
		font-size: 18px;
	}
}

.start-magazin {
	background: #ea8b3b;
	position: fixed;
	right: 0;
	z-index: 100;
	top: 230px;
	font-family: 'PT Sans Narrow', sans-serif;
	padding: 6px 30px;
	width:400px;
}

.start-magazin span.first {
	font-family: 'PT Sans Narrow', sans-serif;
	float: left;
	width: 100%;
	font-size: 27px;
	font-weight: 800;
	margin-bottom: -10px;
	text-transform: uppercase;
}

.start-magazin span.second {
	font-size: 26px;
	font-weight: 400;
	font-family: 'PT Sans Narrow', sans-serif;
	float: left;
	width: 100%;
	margin-top: -10px;
}


.start-plan {
	background: #efd948;
	position: fixed;
	right: 0;
	z-index: 100;
	top: 230px;
	font-family: 'PT Sans Narrow', sans-serif;
	padding: 6px 30px;
	width:270px;
	color: #c76e22;
	padding-bottom: 10px;
}

.start-plan span.first {
	font-family: 'PT Sans Narrow', sans-serif;
	float: left;
	width: 100%;
	font-size: 27px;
	font-weight: 800;
	margin-bottom: -10px;
	text-transform: uppercase;
}

@media screen and (max-width: 768px) {
	.start-plan {
		bottom: 50px;
		top: revert;
		width: 100%;
		text-align: center;
	}
	.start-plan span.first {
		font-size: 18px;
	}
	.start-plan span.second {
		font-size: 18px;
	}
}

.page-id-138 .nav-primary {
	display: none !important
}
/* snowflake */

.snowflake {
	color: #fff;
	font-size: 1em;
	font-family: Arial;
	text-shadow: 0 0 1px #000;
}

@-webkit-keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@-webkit-keyframes snowflakes-shake{0%{-webkit-transform:translateX(0px);transform:translateX(0px)}50%{-webkit-transform:translateX(80px);transform:translateX(80px)}100%{-webkit-transform:translateX(0px);transform:translateX(0px)}}@keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@keyframes snowflakes-shake{0%{transform:translateX(0px)}50%{transform:translateX(80px)}100%{transform:translateX(0px)}}.snowflake{position:fixed;top:-10%;z-index:9999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default;-webkit-animation-name:snowflakes-fall,snowflakes-shake;-webkit-animation-duration:10s,3s;-webkit-animation-timing-function:linear,ease-in-out;-webkit-animation-iteration-count:infinite,infinite;-webkit-animation-play-state:running,running;animation-name:snowflakes-fall,snowflakes-shake;animation-duration:10s,3s;animation-timing-function:linear,ease-in-out;animation-iteration-count:infinite,infinite;animation-play-state:running,running}.snowflake:nth-of-type(0){left:1%;-webkit-animation-delay:0s,0s;animation-delay:0s,0s}.snowflake:nth-of-type(1){left:10%;-webkit-animation-delay:1s,1s;animation-delay:1s,1s}.snowflake:nth-of-type(2){left:20%;-webkit-animation-delay:6s,.5s;animation-delay:6s,.5s}.snowflake:nth-of-type(3){left:30%;-webkit-animation-delay:4s,2s;animation-delay:4s,2s}.snowflake:nth-of-type(4){left:40%;-webkit-animation-delay:2s,2s;animation-delay:2s,2s}.snowflake:nth-of-type(5){left:50%;-webkit-animation-delay:8s,3s;animation-delay:8s,3s}.snowflake:nth-of-type(6){left:60%;-webkit-animation-delay:6s,2s;animation-delay:6s,2s}.snowflake:nth-of-type(7){left:70%;-webkit-animation-delay:2.5s,1s;animation-delay:2.5s,1s}.snowflake:nth-of-type(8){left:80%;-webkit-animation-delay:1s,0s;animation-delay:1s,0s}.snowflake:nth-of-type(9){left:90%;-webkit-animation-delay:3s,1.5s;animation-delay:3s,1.5s}


.whitearea {
	position: absolute;
	top: 0;
	width: 100vw;
	height: 500px;
	background-color: #fff;
}

.page-id-138 .site-inner {
	margin-top: 0px !important;
}

.page-id-138 #genesis-mobile-nav-primary {
display: none;
}

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

.woocommerce,
.woocommerce p,
.woocommerce h2,
.woocommerce h3,
.woocommerce label
 {
	color: #bb0712 !important;
}

@media only screen and (min-width: 1200px) {

div.product,
form.woocommerce-cart-form,
div.cart-collaterals,
form.checkout,
div.woocommerce-order,
ul.products,
h1.woocommerce-products-header__title {
	width: 1200px !important;
}

}

.woocommerce-result-count,
.woocommerce-ordering {
	display: none;
}

div.product,
form.woocommerce-cart-form,
div.cart-collaterals,
form.checkout,
div.woocommerce-order,
ul.products,
h1.woocommerce-products-header__title {
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	color: #bb0712 !important;
	padding: 10px;
}

ul.products {
	margin: auto !important;
	margin-top: 50px !important;
}

ul.products h2 {
	font-size: 2em !important;
}

#genesis-mobile-nav-primary {
	color: #fff !important;
}

li.product p.wc-gzd-additional-info {
	display: none;
}

#product-4118 .wc-gzd-additional-info,
#product-4118 p.in-stock {
	display: none
}

form.checkout {
	margin-bottom: 50px !important;
}

div.product h3,
div.product h1 {
	color: #bb0712 !important
}


a.ui-state-active,
li.selected a {
	background-color: #bb0712 !important
}

.product_meta {
    display: none;
}

.woocommerce {
    font-family: 'PT Sans', sans-serif !important;
}

.woocommerce button,
.wc-proceed-to-checkout a.button,
a.checkout-button,
a.button {
	border-radius: 0px !important;	
	background-color: #bb0712 !important;
}

.woocommerce-message {
	background-color: #8fae1b !important;
	color: #fff !important;
}

.woocommerce-message::before {
	color: #fff !important;
}

.woocommerce-message a.button,
.czw-button-white {
	background-color: #fff !important;
	color: #bb0712 !important;
	border-radius: 0px !important;
	font-weight: 800;
	border: 1px solid #bb0712;
}

.woocommerce-message a.button:hover,
.czw-button-white:hover {
	background-color: #bb0712 !important;
	color: #fff !important;
	border-radius: 0px !important;
	font-weight: 800;
	border: 1px solid #fff;
}


.woocommerce td.product-name a {
	color: #bb0712
}

span.woocommerce-gzd-legal-checkbox-text a,
.wc_payment_methods a {
	color: #bb0712
}

p.price {
	margin-bottom: 0
}

.wc-pao-addon-heading {
	display: none;
}

h1.product_title {
	letter-spacing: 2px !important
}

.woocommerce-notices-wrapper {
	z-index: 10000;
	position: relative;
}

.woocommerce-cart table.cart img, .woocommerce-checkout table.cart img, #add_payment_method table.cart img {
	width: 80px !important
}

#product-2735 h1::after {
	display: block;
	content: " \A Buchen Sie hier das Eisstockschießen auf dem Cranger Weihnachtszauber";
	font-family: "PT Sans", sans-serif !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	letter-spacing: 0 !important;
	margin-top: 10px;
}

#product-3401 h1::after {
	display: block;
	content: " \A 1 Tisch für bis zu 8 Personen";
	font-family: "PT Sans", sans-serif !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	letter-spacing: 0 !important;
	margin-top: 10px;
}

#product-3502 h1::after {
	display: block;
	content: " \A 1 Tisch für bis zu 8 Personen";
	font-family: "PT Sans", sans-serif !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	letter-spacing: 0 !important;
	margin-top: 10px;
}

#product-3507 h1::after {
	display: block;
	content: " \A 1 Tisch für bis zu 4 Personen";
	font-family: "PT Sans", sans-serif !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	letter-spacing: 0 !important;
	margin-top: 10px;
}

#product-3401 .wc-gzd-additional-info {
	display: none;
}

#product-3401 .price {
	margin-bottom: 10px;
}

h1.woocommerce-products-header__title{
	display: none !important;
}

div#pl-2705,
div#pl-2705 h2,
div#pl-2705 p {
	color: #fff !important;

}

table.woocommerce-checkout-review-order-table input {
	pointer-events: none !important;
	display: none !important;
}


div#kco-extra-fields,
table.woocommerce-checkout-review-order-table {
	display: none !important;*
}

div#kco-iframe {
	width: 100% !important;
}

p.return-to-shop {
	margin-bottom: 50px !important;
	max-width: 1200px;
    margin-left: auto;
    margin-right: auto;

}

#pg-198-2 {
	display: none !important;
}

.woocommerce-product-gallery--columns-4 li {
	padding: 1px;
	padding-top: 2px;
}

.woocommerce-product-gallery--columns-4 li:nth-child(4n+1) {
	padding-left: 0px;
}

.woocommerce-product-gallery--columns-4 li:nth-child(4n+4) {
	padding-right: 0px;
}

.product img.alignright {
	margin: 0 !important;
}

.sow-accordion-panel-content {
	color: #bb0712 !important;
}

