/*
	Theme Name: Pnd
	Theme URI: secondreality GmbH
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: Second Reality
	Author URI: http://secondreality.com/
	Version: 5.1

	Tags: black, white, one-column, two-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.0

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/

/*
Imports
---------------------------------------------------------------------------------------------------- */
/* @import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i,800,800i'); */

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-LightItalic.woff2') format('woff2');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Medium.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-MediumItalic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Regular.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-RegularItalic.woff2') format('woff2');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-SemiBoldItalic.woff2') format('woff2');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-BoldItalic.woff2') format('woff2');
    font-weight: 700;
    font-style: italic;
}

@font-face {
	font-family: 'Icon';
	src:url('fonts/Icon.eot');
	src:url('fonts/Icon.eot?#iefix') format('embedded-opentype'),
		url('fonts/Icon.woff') format('woff'),
		url('fonts/Icon.ttf') format('truetype'),
		url('fonts/Icon.svg#Icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
   font-family: 'Material Icons';
   font-style: normal;
   font-weight: 500;
   src: url(/fonts/material-icons/MaterialIcons-Regular.woff2) format('woff2');
}

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

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}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}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}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}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

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

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

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

.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,
.wrap:before {
	content: " ";
	display: table;
}

.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,
.wrap:after,
.clear {
	clear: both;
	content: " ";
	display: table;
}


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

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

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

body {
	color: #363636;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.625;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #333;
	font-weight: 400;
	text-decoration: none;
}

a:hover {
	color: #70b100;
}

p {
	margin: 0 0 15px;
	margin: 0 0 1.5rem;
	padding: 0;
}

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

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px;
	margin: 4rem;
}

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

.entry-content code {
	background-color: #333;
}

cite {
	font-style: normal;
}

.button{
	transition-duration: 0.3s;
    transition-property: background;
    transition-timing-function: linear;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #363636;
	font-family: 'Open Sans', sans-serif;
 	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 15px;
	margin: 0 0 1.5rem;
}

h2.subtitle {
	padding-left: 24px;
	padding-right: 24px;
	font-size: 0.9;
	margin-bottom: 48px;
}

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

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

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

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

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

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}*/

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

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

img {
    height: auto;
}

.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	color: #333;
	padding: 10px;
	padding: 1rem;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #333;
	outline: none;
}

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

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #333;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-weight: 300;
	padding: 16px 24px;
	padding: 1.6rem 2.4rem;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #0ebfe9;
}

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

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

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

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

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

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

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

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 1270px;
}

.site-inner {
	clear: both;
}

.minimum-landing .site-inner {
	margin: 40px auto;
	margin: 4rem auto;
	padding: 60px 60px 20px;
	padding: 6rem 6rem 2rem;
	width: 800px;
}

/* Site Containers
--------------------------------------------- */

/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
	float: left;
    width: 70%;
    margin-top:-7px;
    /*
    padding-left: 25px;
    padding-right: 50px;
	padding-top:35px;
	*/
}


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

.full-width-content .content {
	width: 100%;
}

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

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

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}

.author-box .avatar {
	height: 72px;
	margin-right: 24px;
	margin-right: 2.4rem;
	width: 72px;
}

.entry-comments .avatar {
	height: 48px;
	width: 48px;
}

.search-form input[type="submit"] {
	border: 0;
    width: 40px;
    height: 20px;
    background: url(/wp-content/uploads/2018/04/search-icon.jpg) no-repeat;
    right: 29px;
    top: 10px;
    margin: -1px;
    text-indent: -9999px;
    padding: 0;
    position: absolute;
}

.search-form {
	overflow: hidden;
	padding: 3px;
	padding: 0.3rem;
	width: 100%;
	position:relative;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 35px;
	margin: 0 auto 3.5rem;
}

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

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

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

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
	margin: 0 2.4rem 2.4rem 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}

a.alignleft,
a.alignright {
	border: none;
}

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

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

.widget_calendar table {
	width: 100%;
}

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

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

.breadcrumb {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.archive-description,
.author-box {
	background-color: #f5f5f5;
}

.archive-description {
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px 40px 16px;
	padding: 4rem 4rem 1.6rem;
}

.author-box {
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px;
	padding: 4rem;
}

.single .author-box {
	margin-bottom: 60px;
	margin-bottom: 6rem;
}

.author-box-title {
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

/* Titles
--------------------------------------------- */
.entry-title {
	line-height: 1;
	/*font-size:35px;*/
	font-weight:300;
	color:#363636;
	/*
	text-align:center;
	margin-bottom:70px;*/
}

.home .entry-title {
	display:none;
}


.entry-title a,
.sidebar .widget-title a {
	border: none;
}

.widget-title {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.sidebar .widget-title a {
	border: none;
}

.archive-title {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

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

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

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	padding: 16px;
	padding: 1.6rem;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1.6rem 0 0;
}

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

.site-header {
	z-index: 999;
	width: 100%;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 18px 0;
	padding: 1.8rem 0;
	width: auto;
}

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

.site-title {
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	border: none;
}

.site-description {
	line-height: 1.2;
	margin: 0;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}


/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: auto;
	margin-top: 15px;
}

.site-header .search-form {
	float: right;
	margin-top: 10px;
	margin-top: 1rem;
}

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

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

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

.genesis-nav-menu a {
	border: none;
	color: #000000;
	display: block;
	/*font-size: 12px;
	font-size: 1.2rem;*/
	padding: 20px 5px 5px;
	position: relative;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #70b100;
	border-bottom:2px solid #70b100;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	letter-spacing: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition:	opacity .4s ease-in-out;
	-moz-transition:	opacity .4s ease-in-out;
	-ms-transition:		opacity .4s ease-in-out;
	-o-transition:		opacity .4s ease-in-out;
	transition:			opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	padding: 16px 20px;
	padding: 1.6rem 2rem;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 159px;
}

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

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

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

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

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 20px 0;
	padding: 2rem 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
	margin-left: 4.8rem;
}

.genesis-nav-menu > .search {
	padding: 6px 0 0;
	padding: 0.6rem 0 0;
}


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

.nav-primary {
	background-color: #333;
}

.nav-primary a,
.nav-primary .genesis-nav-menu .sub-menu a {
	color: #fff;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	background-color: #333;
	border: 1px solid #444;
	border-top: none;
}

.nav-primary .sub-menu a:hover {
	color: #0ebfe9;
}

/* Responsive Menu
--------------------------------------------- */

#responsive-menu-icon {
	cursor: pointer;
	display: none;
}

#responsive-menu-icon::before {
	-webkit-font-smoothing: antialiased;
	color: #333;
	content: "\e00e  MENU";
	font-family: 'Icon';
	font-size: 16px;
	font-size: 1.6rem;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	margin: 0 auto;
	speak: none;
	text-transform: none;
}


.c-hamburger {
  	display: none;
  	position: relative;
  	overflow: hidden;
  	margin: 0;
  	padding: 0;
  	width: 60px;
  	height: 50px;
  	font-size: 0;
  	text-indent: -9999px;
  	appearance: none;
  	box-shadow: none;
  	border-radius: none;
  	border: none;
  	cursor: pointer;
  	transition: background 0.3s;
  	float: right;
	top: 7px;
}

.c-hamburger:focus {
  outline: none;
}

.c-hamburger span {
  display: block;
  position: absolute;
  top: 23px;
  left: 14px;
  right: 14px;
  height: 4px;
  background: #000;
}

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3.5px;
  background-color: #000;
  content: "";
}

.c-hamburger span::before {
   top: -8px;
}

.c-hamburger span::after {
    bottom: -8px;
    height: 4px;
}

.c-hamburger--htx {
  /*background-color: #FF0000;*/
}

.c-hamburger--htx span {
  transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  transition-property: top, transform;
}

.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
  /*background-color: #cb0032;*/
}

.c-hamburger--htx.is-active span {
  background: none;
}

.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
	height:3px;
}

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
   height:3px;
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s;
}


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

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

.entry {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
	margin-bottom: 2.6rem;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
	margin-left: 4rem;
}

.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;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}
.page-template-page_blog .entry-header .entry-meta,
.single .entry-header .entry-meta,
.archive .entry-header .entry-meta {
	margin-bottom: 10px;
}
.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
	margin: 0 0.6rem 0 0.2rem;
}

.entry-categories,
.entry-tags {
	display: none;
}


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

.pagination {
	clear: both;
	margin: 40px 0;
	margin: 4rem 0;
	padding-left: 20px;
}

.pagination li {
	display: inline;
}

.pagination li a {
	background-color: #333;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
}

.pagination li a:hover,
.pagination li.active a {
	background-color: #70b100;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 60px;
	margin-bottom: 6rem;
}

.comment-content {
	clear: both;
}

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

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
	margin-right: 1.2rem;
}

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

.comment-list li {
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 32px;
	padding: 3.2rem;
}

.comment-list li li {
	margin-right: -32px;
	margin-right: -3.2rem;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

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

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

.form-allowed-tags {
	background-color: #f5f5f5;
	padding: 24px;
	padding: 2.4rem;
}

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

.sidebar {
	float: right;
	margin-top: -7px;
	width: 30%;
}
.sidebar h4 {
	color:#fff;
	font-size: 24px;
    font-weight: 400;
	line-height: 1.4;
}

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

.sidebar img {
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
}

.sidebar p:last-child,
.sidebar .featured-content img {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background: #f3f3f3;
	overflow: hidden;
	padding-bottom: 30px;
	margin-bottom: 0;
}
#black-studio-tinymce-7 {
	background:#70b100;
	border-bottom: 2px solid #8bbf30;
	color:#fff;
	padding: 30px;
}

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

.footer-widgets {
	clear: both;
	color: #000;
    background-color: #fff;
    border-top: 10px solid #70b100;
}

.footer-widgets .wrap {
	 padding: 20px 0 16px;
}
.footer-widgets h6 {
	font-size:14px;
	font-weight:700;
}
.footer-widgets-4 h6 {
	text-align:center;
}
.footer-widgets-1 {
    width: 410px;
	line-height: 1.6;
}
.footer-widgets-1 img {
	margin-bottom:-10px;
}
.footer-widgets-2 {
	width: 265px;
	padding-left: 75px;
}
.footer-widgets-3 {
   	width: 265px;
    padding-left: 70px;
    padding-top: 30px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
	float: left;
	border-right: 1px solid #d2d2d2;
	height: 185px;
}

.footer-widgets-4 {
	width:315px;
	border-right:0;
}


.footer-widgets .widget {
	margin-bottom: 50px;
	margin-bottom: 4rem;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
	background:url("images/arrow-grey.png") no-repeat;
	background-position:left center;
	padding-left: 25px;
}

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

.site-footer {
	background-color: #333;
	padding: 60px 0;
	padding: 6rem 0;
	text-align: center;
	display:none;
}

/*
Custom css
---------------------------------------------------------------------------------------------------- */
body {
	background-color: #d3d3d3;
}

.site-container {
	max-width: 1280px;
	margin: auto;
	background-color: #fff;

}

.before-header-area {
	background:#f5f5f5;
	border-top:3px solid #70b100;
	padding-top: 8px;
    padding-bottom: 5px;
}
.before-header-area .widget_black_studio_tinymce {
	width: 460px;
    float: right;
	padding-top: 9px;
}
.before-header-area .widget_search {
	width: 280px;
    float: right;
}
.before-header-area .widget_search input[type="search"] {
	width: 250px;
    height: 30px;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #ccc;
}
.before-header-list {
	width: 415px;
    height: 15px;
    float: right;
    margin-top: -2px;
}
.before-header-list ul li {
	list-style-type:none;
	float:left;
	padding: 2px 14px 2px;
	color:#000;
	font-size:12px;
	border-right: 1px solid #666769;
	line-height: 0.7;
}

.before-header-list ul li:first-child {
	border-left: 1px solid #666769;
}

.before-header-list ul li a {
	font-size:12px;
	color:#363636;
}
.flags-area {
	width: 168px;
    float: left;
    margin-top: 3px;
    margin-left: 15px;
}
.flaq-pic {
	width:18px;
	height:13px;
	float:left;
	margin-right:10px;
}
#slider {
	margin-bottom:-50px;
}
body .metaslider .caption-wrap {
    background: none;
    opacity: 1;
    bottom: 33%;
}
body .metaslider .caption {
	text-align: center;
    background: rgba(54,54,54, 0.8);
    display: table;
    margin: 0 auto;
    padding: 20px;
}
body .metaslider .caption h1,
body .metaslider .caption h3 {
	color:#fff;
}
body .metaslider .caption h3 {
	margin-bottom:0;
}
body .metaslider .caption h1 {
	margin-bottom:5px;
	text-transform:uppercase;
}
body .metaslider .flex-control-nav {
	bottom: 60px;
}
body .flex-control-paging li a.flex-active {
	background: #70b100;
}
body .flex-control-paging li a {
	background: transparent;
	border:1px solid #fff;
}
body .metaslider .flexslider .flex-direction-nav li a {
	opacity:1;
	background-image:url("images/bg_direction_nav_new.png");
	/* color: #fff; */
}
body .metaslider .flexslider li .caption-wrap .caption a {
	color: #fff;	
}
body .metaslider .flexslider:hover .flex-prev {
	left:50px;
}
body .metaslider .flex-direction-nav .flex-prev {
	background-position: left 0;
}
body .metaslider .flexslider:hover .flex-next {
	right:50px;
}
body .flex-direction-nav .flex-next {
	right:50px;
	opacity:1 !important;
}
body .flex-direction-nav .flex-prev {
	left:50px;
	opacity:1 !important;
}
/*.home-content-area {
	font-size:16px;
}*/
.home-content-area h2 {
	/*font-size:32px;*/
}
.featuredpage .entry-title {
	display: block;
    margin-bottom: 0;
    text-align: left;
    position: relative;
    left: 0;
    margin-bottom: 10px;
}

.featuredpage .entry-title a {
	/*font-size:16px;*/
	font-weight:700;
}
/*.featured-content p {
	font-size:16px;
}*/
.featured-content.featuredpage img {
	margin-right: 30px;
	margin-top: 0px;
	margin-bottom: 20px;
}
.featured-content.featuredpage .entry-content a {
	display:none;
}

.featured-content.featuredpage .entry-content .fpa-more-link a.more-link {
	color:#70b100;
	background:url("images/arrow-green-large.png") no-repeat;
	background-position:right center;
	padding-right: 25px;
    display: inline-block;
}
.entry-content ul li {
	list-style-type: none;
    background: url(images/arrow-green-large.png) no-repeat;
    background-position: left center;
    display: block;
    padding-left: 25px;
}
.top-inner-content {
	padding-top:40px;
	padding-bottom:40px;
	margin-top: -100px;
}
.top-inner-content h1 {
	color:#fff;
	margin-top: 40px;
}
.top-inner-content h5 {
	color: #fff;
    font-size: 20px;
    font-weight: 300;
    background: url(images/arrow-white-img.png) no-repeat;
    background-position: 4px 5px;
    padding-left: 25px;
}
.top-inner-content ul li a {
	color:#9DCA37;
}
.entry-content .top-inner-content ul {
	padding-left:25px;
}
.entry-content .top-inner-content ul li {
	background: none;
    list-style-type: disc;
    color: #9DCA37;
    display: list-item;
    padding-left: 0;
}
.featuredpage .entry-content ul li {
	 display: table;
	font-size:16px;
}
.home-content-area {
	padding-top: 50px;
}
.site-inner .wrap {
	max-width:100%;
}
.site-btn a {
	font-size: 18px;
    color: #70b100;
    border-radius: 4px;
    display: block;
    padding: 14px 10px;
    background: url(images/arrow-green-large.png) no-repeat;
    background-position: 95% 51%;
    background-color: #fff;
}

/* 
Texsidebart meant only for screen readers.
---------------------------------------------------------------------------------------------------*/
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:focus,
.screen-reader-shortcut:focus
/*.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus*/  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

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

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

.genesis-skip-link li {
 height: 0;
 width: 0;
 list-style: none;
}
/* Display outline on focus */
:focus {
 color: #333;
 outline: #ccc solid 1px;
}

/*
Sidebar Post Styling
---------------------------------------------------------------------------------------------------- */

.post-type-slider {
	position: relative;
}
.post-type-slider h3 {
	/*font-size: 17px;*/
	font-weight: 600;
	color: #fff;
	padding: 12px 25px;
	text-transform: uppercase;
	margin-bottom: 0;
}
.post-slider h3 {
	background: #363636;
}
.termine-slider h3 {
	background: #363636;
}

.iuv_aktuelles-slider h3 {
	background: #70b100;
}

.post-type-slider .flexslider {
	background: #f3f3f3;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	padding: 15px 25px;
	margin: 0;
}
.recent-post {
	margin-bottom: 25px;
}
.recent-post:last-child {
	margin-bottom: 0;
}
.post-excerpt {
	font-size: 14px;
	font-weight: 300;
	color: #363636;
}
p:empty,
.post-excerpt a {
	display: none;
}
.read-more-link {
	color: #70b100;
	font-size: 14px;
	background: url(images/arrow-green-large.png) no-repeat right center;
	padding-right: 33px;
}
.flexslider .read-more-link:hover {
	color:#70b100;
}
.recent-post .post-date {
	font-size: 14px;
	font-weight: 600;
	padding-left: 20px;
	display: block;
	margin-bottom: 5px;
	background: url(images/calendar-icon.png) no-repeat left center;
}
.single-termine .post-date {
	font-size: 14px;
	font-weight: 600;
	padding-left: 20px;
	display: block;
	margin-bottom: 5px;
	background: url(images/calendar-icon.png) no-repeat left center;
}
.page-template-page_termine_news .post-date {
	font-size: 14px;
	font-weight: 600;
	padding-left: 20px;
	display: block;
	margin-bottom: 5px;
	background: url(images/calendar-icon.png) no-repeat left center;
}
.custom-navigation {
	position: absolute;
	top: 15px;
	right: 12px;
	color: #fff;
}
.custom-navigation > div {
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	width: 10px;
	height: 14px;
	text-indent: -9999px;
}
.flex-prev {
	background: url(images/left-arrow.png) no-repeat center;
}
.flex-next {
	background: url(images/right-arrow.png) no-repeat center;
	margin-left: 10px;
}
.page-link {
	font-size: 14px;
	float: right;
	color: #363636;
	text-decoration: underline;
	margin-right: 25px;
}
.post-type-slider .flexslider .slide {
	opacity: 0;
}
.post-type-slider .flexslider .slide.flex-active-slide {
	opacity: 1;
}
img.feature-img {
	width:100%;
}
.home img.feature-img {
	display:none;
} 


.page ul li {
	line-height: 1.5;
	margin-bottom:0.5em;
}


.fx-toc {
	background-color: #f1f1f1;
	border: 1px solid #DDDDDD;
	padding: 20px;
}

.fx-toc h2 {
	/*font-size: 24px;*/
	background: none !important;
	color:#363636 !important;
	font-weight: normal !important;
}

.fx-toc a {
	color: #70b100;
}

.fx-toc ul {
	margin-left:0px;
}

.fx-toc ul.level-1 li {
		vertical-align: top;
		width:45%;
	    background-position: left 10px;
	    display:inline-block;
}


.fx-toc ul.level-1 li a {
	/*font-size: 18px;*/
	color: #363636;
}

.fx-toc ul.level-2 li {
		width:100%;
	    background-position: left 7px;
	    display:block;
}

.fx-toc ul.level-2 li:first-child {
	margin-top:10px;
}

.fx-toc ul.level-2 li:last-child {
	margin-bottom:20px;
}


.fx-toc ul.level-2 li a {
	font-size: 15px;
	color:#70b100;
}

.breadcrumb {
	color:#e5e5e5;
	/*font-size:14px;*/
	margin:0px !important;
	background: #70b100;
	padding:20px 0px 20px 20px;
	margin-bottom: 40px !important;
}
.page-template-page_termine_news .breadcrumb,
.page-template-page_stellen .breadcrumb,
.page-template-page_blog .breadcrumb {
	margin-bottom: 0px !important;
}

.breadcrumb a {
	color:#FFF;
	font-weight: bold;
}

.type-page {
	margin-left: 20px;
	margin-right: 20px;
}

.type-page p > a,
.type-post p > a{
	color: #70b100;
	font-weight:bold;
}

.type-page p > a::before,
.type-post p > a::before {
	font-family: "Material Icons";
	content: "\e89e";
	vertical-align: bottom;
    margin-right: 3px;
	margin-left: 2px;
}


.type-page ul li {
	background-position: left 8px;
}

.type-page ol ul {
	margin-top:10px;
}

type-page ol ul li {
	font-weight:normal !important;
}

.page-template-default h2 {
	font-weight: bold;
}

.type-page h3 {
	margin-top:50px;
	border-bottom: 2px solid #70b100;
}

.type-page h4 {
	font-size: 17px;
	font-size: 1.17em;
}

.featuredpage .type-page {
	margin:0px !important;
}

.content-link-block {
	padding:20px;
}

.content-link-block h2 {
	font-size: 24px;	
}



span.post-title {
	/*font-size: 16px;*/
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.3;
    display: block;
}
span.post-title a {
	font-weight:bold;
}
.termine-slider span.post-date {
	display:none;
}
.termine-slider .post-date.event-date {
	display:block;
}
.single-termine .content ul {
	margin-left:20px;
	margin-bottom:40px;
}
.single-termine article {
	padding:20px;
}
/*
.single-termine .content {
	padding:20px;
}
*/


.single-iuv_aktuelles article {
	padding:20px;
}

body #wpsl-search-wrap div {
    margin-right: 20px;
}
body #wpsl-category {
	clear: initial;
}
body .wpsl-input label, body #wpsl-radius label, body #wpsl-category label {
    width: auto;
}
body .entry-content .wpsl-dropdown li,
body .entry-content #wpsl-wrap #wpsl-result-list ul li{
	background:none;
}
body .entry-content #wpsl-wrap #wpsl-result-list ul li {
	padding: 20px;
    background: #f3f3f3;
    margin-bottom: 20px;
}
body .wpsl-street {
	margin-top: 10px;
}
#wpsl-stores {
	height: auto !important;
	overflow: visible !important;
}
.footer-widgets-1 .textwidget p {
	padding-left: 20px !important;
}
.footer-widgets-1 img {
	margin-left: -25px;
}
.page-template-page_blog article {
	margin: 0 20px 40px;
    padding-bottom: 0;
    border-bottom: 1px solid #f0eaea;
}
.page-template-page_blog .entry-title {
	font-size: 26px;
    line-height: 1.4;
}
.page-template-page_blog .entry-content a {
	color:#70b100;
}
.single-post article {
	padding:0px 20px 40px;
}
.archive article {
	margin: 0 20px 40px;
    padding-bottom: 0px;
    border-bottom: 1px solid #f0eaea;
}
.archive .content article:last-child,
.single-post .content article:last-child {
	border-bottom:0;
}
.Annual_Archive_Widget .widget-title {
	background: #70b100;
	font-size: 17px;
    font-weight: 600;
    color: #fff;
    padding: 12px 25px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.Annual_Archive_Widget ul {
	padding-left: 30px;
    margin-top: 20px;
}
.Annual_Archive_Widget ul li a {
	font-weight:700;
}
body .gs-faq__question {
	font-family: 'Open Sans', sans-serif;
}
button.gs-faq__question:hover {
	background-color: #70b100;
	color:#fff;
}
body .gs-faq__answer {
	font-family: 'Open Sans', sans-serif;
}
.search .type-page {
	margin:0;
}
.search article,
.search-no-results .entry {
	padding:0 20px;
}
.page-template-page_termine_news .entry-title,
.page-template-page_stellen .entry-title {
	display:none;
}
body.termine h1 a {
	font-size: 26px;
    line-height: 1.4;
	font-weight:400;
}
.termine-news-box {
	margin: 0 20px 40px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f0eaea;
}
span.date-termine-news,
time.entry-time{
	margin-bottom:15px;
	display:block;
	background: url(images/calendar-icon.png) no-repeat left center;
	padding-left: 22px;
	font-weight: bold;
}
.faq-page h3 {
	color:#70b100;
}
body .gs-faq__question {
	background: url(images/arrow-down.png) no-repeat;
    background-position: 98% 49%;
    background-color: #333;
	color:#fff;
}
body .gs-faq__question.gs-faq--expanded {
	background: url(images/arrow-up.png) no-repeat;
	background-position: 98% 49%;
	background-color: #70b100;
	color:#fff;
}
.search a.read-more::before {
	display:none;
}

#fontresize {
	width: 45px;
    float: right;
    position: relative;
    right: 470px;
    top: -20px;
    height: 40px;
}
.zeno_font_resizer_container a {
	font-weight:700;
}
body div.wpforms-container-full .wpforms-form .wpforms-field-label {
	font-size: inherit;
}
.search-results .breadcrumb {
	margin-bottom:0 !important;
}

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

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

	.wrap {
		max-width: 960px;
	}
	.genesis-nav-menu a {
     	padding: 20px 1px 5px;
	}
	.sidebar h4 {
		font-size: 19px;
	}
	.site-btn a {
    	font-size: 13px;
	}
	.featured-content.featuredpage img {
		width: 300px;
		margin-bottom: 0;
	}
	.footer-widgets-1 br {
		display:none;
	}

	.footer-widgets-1 {
    	width: 300px;
		font-size: 16px;
	}

	.footer-widgets-2 {
    	width: 200px;
    	padding-left: 40px;
	}
	.footer-widgets-3 {
    	width: 220px;
    	padding-left: 40px;
	}
	.footer-widgets-4 {
    	width: 240px;
	}
}

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

	.wrap {
		max-width: 768px;
	}

	.site-header {
		position: relative;
	}

	.site-inner {
		padding: 40px 5%;
		padding: 4rem 5%;
	}
	
	.site-header .title-area,
	.site-header .search-form,
	.site-header .widget-area,
	.site-tagline-left,
	.site-tagline-right {
		text-align: center;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-tagline-left,
	.site-tagline-right {
		float: none;
	}

	.minimum-landing .site-inner {
		margin: 0;
		padding: 40px 40px 0;
		padding: 4rem 4rem 0;
	}
	
	.minimum-landing .site-container {
		padding: 5%;
	}

	.footer-widgets .widget,
	.site-footer .wrap,
	.site-tagline {
		padding-left: 5%;
		padding-right: 5%;
	}

	.site-footer {
		padding: 40px 0;
		padding: 4rem 0;
	}
	.responsive-menu {
		display: none;
	}

	#responsive-menu-icon,.c-hamburger {
		display: block;
	}
	.genesis-nav-menu a {
		padding: 5px 10px;
		padding: 0.5rem 1rem;
	}
	.genesis-nav-menu .menu-item {
		display: block;
		text-align: left;
		padding-left: 10px;
	}
	
	.genesis-nav-menu .sub-menu {
		left: 0px;
		width: 100%;
		opacity: 1;
		position: relative;
	}
	
	.genesis-nav-menu .sub-menu a {
		background-color: transparent;
		border: 0;
		padding: 0.6rem 2rem;
		width: 100%;
	}
	
	.genesis-nav-menu .sub-menu .sub-menu, .site-header .sub-menu .sub-menu {
		margin: 0px;
	}
	
	.genesis-nav-menu .sub-menu .sub-menu a {
		padding-left: 4rem;
	}
	.site-header .widget-area {
		float:none;
	}
	body .metaslider .caption h1 {
		font-size: 28px;
    	font-weight: 700;
    	padding: 0 120px;
		margin-bottom: 10px;
	}
	body .metaslider .caption h3 {
		font-size: 16px;
	}
	body .metaslider .flex-control-nav {
    	bottom: 25px;
	}
	body .metaslider .caption-wrap {
		bottom: 25%;
	}
	body .metaslider .flexslider .flex-direction-nav li a {
		top: 42%;
	}
	.home-content-area {
    	padding-top: 0px;
		text-align: center;
	}
	.content {
		padding:0;
		width:100%;
	}
	.featured-content span.alignleft{
		float: none;
	}
	.featured-content.featuredpage img {
		width:100%;
	}
	.featuredpage .entry-title {
    	margin:0px;
	}
	.entry {
		margin-bottom:0;
	}
	.feature-page-one {
		margin-bottom:40px;
	}
	.panel-grid.panel-has-style>.feature-page-two.panel-row-style,
	.panel-grid.panel-has-style>.feature-page-three.panel-row-style {
		display: table !important;
		float: left;
	}
	.feature-page-two .panel-grid-cell {
		margin-right: 37px;
	}
	.feature-page-two .panel-grid-cell,
	.feature-page-three .panel-grid-cell {
		width: 320px !important;
    	float: left;
	}
	.sidebar {
    	float: left;
    	margin-top: 30px;
    	width: 100%;
	}
	#black-studio-tinymce-7 {
		text-align:center;
	}
	.sidebar .site-btn a {
		width: 300px;
    	margin: 0 auto;
	}
	.footer-widgets-1 {
    	width: 225px;
    	font-size: 14px;
	}
	.footer-widgets-2 {
    	width: 175px;
    	padding-left: 20px;
	}
	.footer-widgets-3 {
    	width: 180px;
    	padding-left: 15px;
	}
	.footer-widgets-4 {
    	width: 170px;
	}
	.footer-widgets li {
		font-size:15px;
	}
	.top-inner-content h5 {
		font-size: 20px;
	}
	.Zeno_FR_Widget {
		right: -110px;
    	top: 18px;
	}
	.before-header-area {
		padding-bottom: 15px;
	}

	.before-header-area .widget_black_studio_tinymce {
		width: 430px;
	}

}


@media only screen (min-width: 731px) and (max-width: 850px) {

	.before-header-area .widget_black_studio_tinymce .before-header-list {
		width: 310px;
	}

	#fontresize {
		right: 365px;
	}
}

@media only screen and (max-width: 730px) {
	
	.content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.minimum-landing .site-inner,
	.sidebar,
	.site-header .widget-area,
	.site-tagline-left,
	.site-tagline-right {
		float: none;
		width: 100%;		
	}
	.before-header-area {
		text-align:center;
	}
	.before-header-area .widget_search {
    	float: none;
    	margin: 0 auto;
	}
	.before-header-area .widget_black_studio_tinymce {
    	width: 330px;
    	float: none;
    	margin: 0 auto;
	}

	.before-header-list {
		width:330px;
	}
	

	.before-header-list ul li:last-child {
		border-right:0;
	}
	.flags-area {
    	width: 180px;
    	float: left;
    	margin: 0 auto;
		margin-left:20px;
    	padding-top: 5px;
    	padding-bottom: 22px;
	}
	.title-area {
		float:left;
		text-align:left !important;
		margin-left:10px;
		width:auto;
	}
	.c-hamburger span::before {
    	top: -8px;
	}
	.c-hamburger span::after {
    	bottom: -8px;
    	height: 4px;
	}
	#slider {
    	margin-bottom: 0px;
	}
	body .metaslider .caption h1 {
    	font-size: 15px;
		padding: 0 20px;
	}
	body .metaslider .caption h3 {
    	font-size: 13px;
	}
	body .metaslider .flex-control-nav {
    	bottom: 15px;
	}
	body .flex-direction-nav .flex-next,
	body .metaslider .flexslider:hover .flex-next {
		right:10px;
	}
	body .flex-direction-nav .flex-prev,
	body .metaslider .flexslider:hover .flex-prev {
    	left: 10px;
	}
	.site-inner {
		padding: 0px 5%;
	}
	.home-content-area {
		font-size:16px;
	}
	.home-content-area h2 {
    	font-size: 28px;
	}
	.panel-grid.panel-has-style>.feature-page-two.panel-row-style, .panel-grid.panel-has-style>.feature-page-three.panel-row-style {
		margin-bottom: 40px;
	}
	.sidebar {
		margin-top: 0;
	}
	.feature-page-two .panel-grid-cell, .feature-page-three .panel-grid-cell {
		width:100% !important;
	}
	#black-studio-tinymce-7 br {
		display:none;
		font-size: 15px;
	}
	.footer-widgets-1, .footer-widgets-2, .footer-widgets-3, .footer-widgets-4 {
		height:auto;
		padding-top:0;
		border-right:0;
	}
	img.feature-img {
		margin-bottom:20px;
	}
	.sidebar .site-btn a {
		width: 265px;
	}
	.footer-widgets-1,
	.footer-widgets-4 {
		text-align:center;
	}
	.footer-widgets-4 {
		margin: 0 auto;
    	float: none;
	}
	.featured-content.featuredpage img {
		margin-right:0;
	}

	.before-header-area {
		position:relative;
	}

	#fontresize {
		position:absolute;
		left:10px;
		right:0;
		top: -15px;
		z-index:2;
		float:none;
	}
	
	.before-header-list {
    	height: 15px;
    	float: none !important;
    	margin: 0 auto;
	}

	.before-header-area .black-studio-tinymce-2 {
		width:auto;
	}

	.fx-toc ul.level-1 li {
		width: 100%;
	}
}

@media only screen and (max-width: 415px) {
	
	#fontresize {
		display:none;
	}

	.header-image .site-header .title-area .site-title a {
		background-size: contain !important;
	}

	.site-header{
		min-height:120px;
	}

}

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

}


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

	.hidden-sm {
		display:none;
	}
}


li div.ginput_container.ginput_container_consent {
	position: relative;
}

li div.ginput_container.ginput_container_consent input[type=checkbox] {
	display: inline;
    float: left;
    width: 10px;
    position: absolute;
    top: 5px;
}

li div.ginput_container.ginput_container_consent label.gfield_consent_label {
	padding-left: 15px;
}


.wpgmp_locations .wpgmp_location_meta {
	display: none;
}

/* Category filter */

.wpgmp_before_listing {
	font-weight: bold;
}

.wpgmp_filters_checklist {
	position: relative;
}

.wpgmp_filters_checklist label[data-filter='place_category'] {
	display: none;
}


.wpgmp_filters_checklist input {
	/* position: absolute;
	z-index: 20; */
	width: unset;
	padding: 100%;
	margin-right: 4px;
	/* opacity: 0.2; */
}

.wpgmp_filters_checklist span.wpgmp_checklist_title {	
	margin-right: 8px;
}

/*
.wpgmp_filters_checklist .wpgmp_checklist_title {
	position: relative;
	left: 0px;
	z-index: 10;
} */


.page-id-2226 .site-btn.sternen {
	display: none;
}
