/*!
Theme Name: G&H Wiki
Author: evad gmbh
Author URI: https://evado.ch
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: evado-dev
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600');


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

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

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

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

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

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

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html,
html body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}


p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
body a {
    color: #8cb729;
	outline: none !important;
}

body a:visited {
	color: inherit;
}

body a:hover, body a:focus, body a:active, body a:visited {
	color: #8cb729
}
body #content a {
	font-weight: 400;
}




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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}
/*
.post,
.page {
	margin: 0 0 1.5em;
}
*/
.updated:not(.published) {
	display: none;
}

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}





/***************************************************************************************************************************************************************
****************************************************************************************************************************************************************
****************************************************************************************************************************************************************
****************************************************************************************************************************************************************

EVADO

****************************************************************************************************************************************************************
****************************************************************************************************************************************************************
****************************************************************************************************************************************************************
****************************************************************************************************************************************************************
***************************************************************************************************************************************************************/



body {
	font-weight: 300;
	position: relative;
}

body h1, body h2, body h3, body h4, body h5, body h6, body p, body span, body article, body div,
body input, body textarea, body select, body button{
	font-weight: 300;
}

body h1 {
	font-size: 2rem;
}

body h3 {
    margin: 30px 0 5px;
}



body {
	overflow-x: hidden;
}
div#content {
    padding-top: 70px;
}

input, textarea, button, select, radio {
    outline: none !important;
}




div.site,
body.archive.tax-helpdesk_category {
	position: relative;
	padding-bottom: 400px;
}
body.archive.tax-helpdesk_category div.site {
	position: relative;
	padding-bottom: 0px;
}

.boxed {
	max-width: 1200px;
	margin: 0 auto;
	padding: 35px 10px;
	overflow-x: hidden;
	position: relative;
}
.boxed.smallmarg {
	padding: 10px;
}
.boxed.bigmarg {
	padding: 35px 10px;
}
.boxed.bigsmallmarg {
	padding: 35px 10px 10px;
}
.boxed.smallbigmarg {
	padding: 10px 10px 35px;
}
.boxed.nomarg {
	padding: 0px;
}

.fullwidth {
	padding: 35px 10px;
	overflow-x: hidden;
}
@media (min-width: 768px) {
	.boxed {
		padding: 50px 10px;
	}
	.fullwidth {
		padding: 50px 10px;
	}
	.boxed.smallmarg {
		padding: 10px 10px;
	}
	.boxed.bigmarg {
		padding: 50px 10px;
	}
	.boxed.bigsmallmarg {
		padding: 50px 10px 10px;
	}
	.boxed.smallbigmarg {
		padding: 10px 10px 50px;
	}
	.boxed.nomarg {
		padding: 0px 10px;
	}
}
.boxed.no-top-pad,
.fullwidth.no-top-pad {
    padding-top: 0px;
}

.boxed.no-btm-pad,
.fullwidth.no-btm-pad {
    padding-bottom: 0px;
}

body .row {
    display: block;
    clear: both;
    width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	overflow-x: hidden;
}
.lead {
    font-weight: 600;
}

a,
a:hover,
a:active,
a:focus,
a:visited {
    outline: none;
	cursor: pointer;
	text-decoration: none !important;
	color: #333;
}
a:hover {
	color: #8cb729;
}

ul.clean-style {
	padding-inline-start: 0px;
	padding-left: 0px; 
	margin-left: 0px; 
}

ul.clean-style li { /*neu*/
    list-style: none;
    counter-increment: foo;
    display: table-row;
}

ul.clean-style li::before { /*neu*/
	content: "»";
	display: table-cell;
    text-align: right;
    padding-right: .3em;
}




.modul-title {
    margin-top: 0px;
    margin-bottom: 35px;
    color: #8cb729;
    font-size: 28px;
	text-align: left;
}
@media (min-width: 768px) {
	.modul-title {
		margin-top: 0px;
		margin-bottom: 50px;
		font-size: 36px;
		text-align: center;
	}
}
.editor-section li::before,
.tabcontent li::before {
    content: "»";
    display: table-cell;
    text-align: right;
    padding-right: 0.3em;
}

.editor-section ul, ol,
.tabcontent ul, ol {
    margin: 0 0 1.5em 0em;
    padding-inline-start: 0px;
    padding-left: 0px;
    display: table;
    list-style: none !important;
}

.editor-section li,
.tabcontent li {
	display: table;
}

/***************************************************************************************************************************************************************
Header
***************************************************************************************************************************************************************/
header#masthead {
    background: transparent;
	height: 70px;
	position: fixed;
    width: 100%;
	top: 0px;
	z-index: 9999;
	border-bottom: 1px solid #dadada;
}
.header-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 10px; 
	overflow-x: hidden;
}

header#masthead {
	background: #ffffff;

}

@media (min-width: 600px) and (max-width: 782px) {
	.adminbar-visible header#masthead {
		top: 46px;
	}
}
@media (min-width: 782px) {
	.adminbar-visible header#masthead {
		top: 32px;
	}
}


.site-branding {
    width: auto;
    float: left;
    display: table;
    height: 100%;
	padding: 5px 10px 0;
}
.site-branding a img {
    padding: 13px 13px 13px 0;
}

@media (min-width: 1210px) {
	.site-branding {
		padding-left: 0px;
	}
}
a.custom-logo-link {
    display: table-cell;
    vertical-align: middle;
}

.site-branding img {
	max-height: 60px;
    width: auto;
}



/********************************************************************************************************
Navigation
********************************************************************************************************/
nav.site-nav {
    overflow-x: hidden;
	text-transform: uppercase;
}
ul#primary-menu {
    padding: 0;
    margin: 0;
}

.site-nav a {
	padding: 0 15px;
	display: block;
}

.site-nav ul{
	list-style: none;
}

.site-nav  a,
.site-nav a:visited {
	color: #333;
}

.site-nav  .current-menu-item a,
.site-nav  .current-menu-item a:not([href]):not([tabindex]),
.site-nav  .current-menu-ancestor a,
.site-nav  .current-menu-ancestor a:not([href]):not([tabindex]) {
	color: #8cb729;
}


.site-nav  ul.sub-menu li.current-menu-item,
.site-nav  ul.sub-menu li:hover {
    background: #333;
}

.site-nav a:hover,
.site-nav a:focus {
	color: #8cb729;
}

.site-nav ul.sub-menu a {
    color: #fff;
}


.site-nav ul > li {
	line-height: 70px;
	text-align: center;
}

.site-nav ul.sub-menu {
	background: #8cb729;
	padding: 20px 0px;
}

.site-nav ul.submenu li {
	line-height: 40px;
}

.site-nav ul.submenu li a {
	color: #fff;
}

/************************
Mobile Navigation
************************/

@media (max-width:850px) {
	/************************
	Menu toggle
	************************/
	.clear-menu-btn {
		position: absolute;
		display: block;
		right: 0px;
		top: 0px;
		width: 35px;
		height: 36px;
		margin: 17px 25px 0 0;
		z-index: 999;
		border: none;
		border-color: transparent;
		border-radius: 0px;
		background: transparent;
		padding: 0px;
		outline: none !important;
	}

	.clear-menu-btn.opend {
		position: absolute;
		filter: alpha(opacity=0);
		opacity: 1;
	}

	.clear-menu-btn:hover {
		cursor: pointer;
	}

	.clear-menu-btn.opend .top,
	.clear-menu-btn.opend .bottom {
		top: 50%;
	}

	.clear-menu-btn.opend .top {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.clear-menu-btn.opend .bottom {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.clear-menu-btn.opend .middle {
		filter: alpha(opacity=0);
		opacity: 0;
	}

	.clear-menu-btn.opend .circle {
		filter: alpha(opacity=100);
		opacity: 1;
	}

	.clear-menu-btn span {
		position: absolute;
		display: block;
		width: 35px;
		height: 1px;
		background-color: #333;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		z-index: -1;
	}

	.clear-menu-btn .top {
		top: 15%;
	}

	.clear-menu-btn .middle {
		top: 50%;
	}

	.clear-menu-btn .bottom {
		top: 85%;
	}

	.clear-menu-btn .circle {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		filter: alpha(opacity=0);
		opacity: 0;
		width: 53px;
		height: 53px;
		background-color: transparent;
		border-radius: 50%;
		border: 1px solid #333;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		z-index: -1;
	}

	.site-nav > .menu-hauptmenu-container {
		display:none;
	}
	.site-nav > .menu-hauptmenu-container {
		position: absolute;
		width: 100%;
		left: 0;
	}
	ul#primary-menu {
		clear: both;
		background: #fff;
	}
	.site-nav ul > li {
		line-height: 40px;
		border-bottom: 1px solid #333;
	}
	.site-nav ul.sub-menu {
		margin: 0;
		padding: 0;
	}
	ul.sub-menu li:hover {
		background: #333;
	}
	
	.site-nav ul.sub-menu li:first-child {
		border-top: 1px solid #333;
	}
	
	.site-nav ul.sub-menu li:last-child {
		border-bottom: none;
	}
	
	.site-nav ul > li,
	.site-nav ul li ul li {
		display: block;
	}
	.site-nav li > ul {
		display: none;
		width: 100%;
		position: relative;
	}
	nav.site-nav {
		overflow-x: hidden;
		text-transform: uppercase;
		position: fixed;
		width: 100%;
		top: 70px;
		left: 0px;
		right: 0px;
		display: none;
		height: 100%;

	}
	
	nav.site-nav.mobileshown {
		display: block;
	}

}

/************************
Desktop Navigation
************************/

@media screen and (min-width: 850px) {
	.clear-menu-btn {
		display: none;
	}
	
	.site-nav .clear-menu-btn{
		display: none;
	}
	
	#site-navigation > div {
		display: block !important;
		width: auto;
   		float: right;
	}
	
	.site-nav li {
		display: inline-block;
	}
	
	.site-nav li ul {
		position: absolute;
		display: none;
	}
	
	.site-nav li.opend ul,
	.site-nav li ul li {
		display: block;
		z-index: 999;
	}
	ul.sub-menu {
		margin: 0 0 0 15px;
		padding: 0;
	}
	ul.sub-menu li {
		text-align: left;
		line-height: 40px;
	}
}








body b, body strong {
    font-weight: 800;
}
.wrap-container ol {
    list-style-type: decimal !important;
    display: block;
    padding-inline-start: 25px;
}



/********************************************************************************************************
Archive
********************************************************************************************************/
.archive article {
	margin: 25px 0;
}

.archive-post-title a,
	.archive-post-title a:visited {
	color: #333;
}

@media (min-width: 768px) {
	.archive-post-thumbnail {
		width: 25%;
		float: left;
	}
	.entry-content {
		width: 75%;
		float: left;
		padding: 0 0 0 50px;
		margin: 0;
	}
	.archive article {
		overflow-x: hidden;
		margin: 25px 0;
		clear: both;
	}
}










/********************************************************************************************************
*********************************************************************************************************
*********************************************************************************************************
*********************************************************************************************************
*********************************************************************************************************
*********************************************************************************************************



ACF Content Modules



*********************************************************************************************************
*********************************************************************************************************
*********************************************************************************************************
*********************************************************************************************************
*********************************************************************************************************
*********************************************************************************************************/


/********************************************************************************************************
Document list
********************************************************************************************************/
.document-table {
    overflow-x: auto;
}
img.filetype-icon {
    width: 40px;
    margin-right: 5px;
    padding: 5px;
}

body #content .document-table a {
	font-weight: 300;
}
thead tr {
    height: 50px;
}
thead {
    background: #8cb729;
    color: #fff;
}

tbody tr {
    background: #fbfbfb;
}
tbody tr:nth-child(2n) {
    background: #eaeaea;
}
th {
	padding-left:10px;
}
td {
    white-space: nowrap;
}
/********************************************************************************************************
Gallery
********************************************************************************************************/
.sl-wrapper .sl-image .sl-caption {
    color: #000;
    background: rgba(255, 255, 255, 0.9);
    font-weight: 400;
	border-top: 1px solid #000;
}

a.gallery-src-url {
    margin: 10px;
    display: inline-block;
    padding: 0px;
}

/********************************************************************************************************
Gallery
********************************************************************************************************/
.image a {
    width: 100%;
}

.oneten,
.twoten,
.threeten,
.fourten,
.fiveten,
.sixten,
.seventen,
.eightten,
.nineten,
.tenten {
	width: 100%;
}

@media (min-width: 768px) {
	.oneten {
		width: 10%;
	}
	.twoten {
		width: 20%;
	}
	.threeten {
		width: 30%;
	}
	.fourten {
		width: 40%;
	}
	.fiveten {
		width: 50%;
	}
	.sixten {
		width: 60%;
	}
	.seventen {
		width: 70%;
	}
	.eightten {
		width: 80%;
	}
	.nineten {
		width: 90%;
	}
	.tenten {
		width: 100%;
	}
}
/********************************************************************************************************
Accordion
********************************************************************************************************/

/************************************
Accordion desktop
************************************/
.accordion-desktop {
	display: none;
}
@media (min-width: 1000px) {
	.accordion-desktop {
		display: block;
	}
}
.tab {
    float: left;
    background-color: transparent;
    width: 100%;
	/*border-right: 2px solid #fff;*/
}
@media (min-width: 768px) {
	.tab {
		width: 40%;
	}
}


/* Style the buttons inside the tab */
.accordion-desktop .tab button {
    display: block;
    background-color: transparent;
    color: #8cb729;
    padding: 10px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    font-size: 18px;
	font-weight: 400;
	transition: all 0.3s;
	margin-bottom: 1px;
}

/* Change background color of buttons on hover */
.accordion-desktop .tablinks.tabActive,
.accordion-desktop .tab button:hover {
	color: #fff;
    background: #8cb729;
	transition: all 0.3s;
}



/* Style the tab content */
.accordion-desktop .tabcontent {
    float: left;
    width: 100%;
    border-left: none;
	padding: 50px 50px 0 50px;
	padding-top: 0px;
}

.tabcontent h1,
.tabcontent h2,
.tabcontent h3,
.tabcontent h4,
.tabcontent h5,
.tabcontent h6 {
	font-size: 23px;
}


@media (min-width: 768px) {
	.accordion-desktop .tabcontent {
		width: 60%;
	}
}


.accordion-desktop .tabcontent.tabHidden {
	display: none;
}

.accordion-desktop .tabcontent.tabVisible {
	display: block !important;
}



/************************************
Accordion-mobile
************************************/
@media (min-width:1000px) {
	.accordion-mobile {
		display: none;
	} 
}

.accordion-mobile .tab {
    float: left;
    background-color: transparent;
    width: 100%;
    height: auto;
	border-right: none;
}




/* Change background color of buttons on hover */
.accordion-mobile .tablinks.tabActive,
.accordion-mobile .tab button:hover {
    color: #fff;
    background: #8cb729;
	transition: all 0.3s;
}

/* Create an active/current "tab button" class */
.accordion-mobile .tab button.active {
    background-color: #ccc;
	transition: all 0.3s;
}

/* Style the tab content */
.accordion-mobile .tabcontent {
    float: left;
    width: 100%;
    border-left: none;
    height: auto;
	padding: 15px 0px;
}


.accordion-mobile .tabcontent.tabHidden {
	display: none;
}

.accordion-mobile .tabcontent.tabVisible {
	display: block !important;
}

/* Style the buttons the tab */
.accordion-mobile .tab button {
    display: block;
    background: #dadada;
    color: #8cb729;
    padding: 10px !important;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    font-size: 23px;
    line-height: 30px;
    margin-bottom: 10px;
	transition: all 0.3s;
}

/********************************************************************************************************
Team Members
********************************************************************************************************/
.team-filter-container {
    background-color: #8cb729;
}

select#categoryfilter {
    width: 100%;
	height: 33px;
}

.team-member {
    position: relative;
    width: 100%;
    float: left;
	margin-bottom: 20px;
}

span.department,
span.funktion,
span.phone,
span.mail {
    display: block;
    line-height: 1.6em;
}


@media (min-width: 768px) and (max-width: 1199px)  {
	.team-member {
		width: calc(50% - 10px);
		margin: 10px;
	}
	.team-member:first-child {
		margin-left: 0px;
	}
	.team-member:nth-child(2n+1) {
		margin-left: 0px;
	}
	.team-member:nth-child(2n+2) {
		margin-right: 0px;
	}
}
@media (min-width: 1200px) {
	.team-member {
		width: calc(25% - 15px);
		margin: 10px;
	}
	.team-member:first-child {
		margin-left: 0px;
	}
	.team-member:nth-child(4n+1) {
		margin-left: 0px;
	}
	.team-member:nth-child(4n+4) {
		margin-right: 0px;
	}
}

.on-mob-dev {
	display: none;
}


.team-member-info {
    background: #8cb729;
    color: #fff;
    padding: 20px;
	min-height: 270px;
}
.team-member-info a,
.team-member-info a:hover,
.team-member-info a:visited,
.team-member-info a:active,
.team-member-info a:focus {
	color: #fff;
	height: 2em;
	font-size: 0.92em;
}
.team-member-info h3 {
    margin: 0px 0 5px;
	min-height: 2.3em;
	font-size: 1.3em;
}
.team-member-photo img {
    width: 100%;
}


#keyword, #filter {
	width: calc(50% - 20px);
	float: left;
	display: block;
}
#keyword {
	margin-left: 20px;
}
#filter {
	margin-right: 20px;
}

@media (max-width: 1199px) {
	.team-member {
		text-align: center;
	}
	.team-member-photo img {
		max-height: 400px;
		display: block;
		width: auto;
		margin: 0 auto;
	}
	.team-member-photo {
		border: 1px solid #d2d2d2;
		border-bottom: 0px;
	}
}
/********************************************************************************************************
Phone list
********************************************************************************************************/
@media (max-width: 480px) {
	.phonelistentry:nth-child(2n) {
		background: #eee;
	}
}

.listblock {
	margin-bottom: 20px;
	-webkit-column-break-inside: avoid;
    page-break-inside: avoid;
	break-inside: avoid;
}
.listblock a {
	color: #404040;
}
.listblock.bold span,
body #content .listblock.bold a{
	font-weight: 600;
}

.phonelistentry {
    max-width: 100%;
    overflow-x: auto;
}

.kurzwahl, .nummerntyp,
.name, .nummer {
	display: inline-block;
}
.kurzwahl {
	min-width: 50px;
}
.nummerntyp {
	min-width: 70px
}
.name {
	min-width: 200px;
}
.nummer {
	min-width: 120px
}

@media print {
	.phonelist {
		column-count: 2;
		-webkit-column-rule: 1px solid #333; /* Chrome, Safari, Opera */
		-moz-column-rule: 1px solid #333; /* Firefox */
		column-rule: 1px solid #333;
	}
	div#comments, #scrolltopbtn {
		display: none;
	}
	.single-page-wrapper {
		padding: 0px 10px 0;
	}


}
@media (min-width: 1200px) {
	.phonelist {
		column-count: 2;
	}
}
/********************************************************************************************************
Phone list
********************************************************************************************************/
quote i.fa.fa-quote-left {
    color: #8cb729;
    font-size: 2em;
    float: left;
    padding: 10px;
	width: 100%;
	text-align: center;
	display: block;
}


.quotetext {
	width: 100%;
	margin-top: 20px;
	display: block;
}
.quotedate, .quoteclient {
	width: 100%;
	text-align: left;
}
.quotedate {
	margin-top: 20px;
}

.quotedate strong.subtitle,
.quoteclient strong.subtitle {
	color: #8cb729;
	display: block;
}
@media (min-width: 768px) {
	quote i.fa.fa-quote-left {
		font-size: 3em;
		float: left;
		width: 100px;	
		display: block;
		text-align: left;
	}
	.quotetext {
		width: calc(100% - 100px);
		float: left;
		display: block;
		margin-top: 0px;
	}
	.quotedate, .quoteclient {
		width: 50%;
		display: block;
		float: left;
		text-align: center;
	}
	.quotedate {
		margin-top: 0px;
	}
}
/********************************************************************************************************
News post archive
********************************************************************************************************/
.news-post {
    width: 100%;
	margin-bottom: 10px;
}
.postid-1062 .news-photo a img {
    width: 100%;
}
@media (min-width: 768px) {
	.news-post{
		width: calc(50% - 40px);
		margin: 40px;
		float: left;
	}
	.news-post:first-child {
		margin-left: 0px;
	}
	.news-post:nth-child(2n+1) {
		margin-left: 0px;
	}
	.news-post:nth-child(2n+2) {
		margin-right: 0px;
	}
}

.news-preview {
    background: #f1f1f1;
    padding: 20px;
}



.news-meta {
    font-size: 0.8em;
    margin: 10px 0;
	color: #8cb729;
}
.news-preview h2,
.news-preview  a {
	color: #8cb729;
}

/********************************************************************************************************
News post single
********************************************************************************************************/
.single-news .news-post {
	overflow-x: hidden;
}
.news-photo-container {
    margin-bottom: 20px;
}

.single-news .news-title,
.single-news .news-meta {
	padding: 0 10px;
}

.single-news .news-post {
	width: 100%;
}
@media (min-width: 768px) {
	.single-news .news-photo-container {
		width: 50%;
		float: left;
	}
	.single-news .news-photo {
		width: 100%;
		padding-right: 10px;
	}
	.news-main {
		width: 50%;
		float: left;
	}
	
	.news-main .wrap-container.boxed:nth-child(3) {
		padding-top: 10px;
	}
	
}

/********************************************************************************************************
Helpie
********************************************************************************************************/
.helpie_helpdesk {
    margin-top: 0px;
}
/*********************************
Helpie Search
*********************************/
.pauple-helpie-search-box input[type=text] {
    border-radius: 0px !important;
}
.ui.middle.aligned.mini.image {
    display: none;
}
.helpie-autocomplete-suggestions .item {
    padding: 6px 0 3px !important;
    border-bottom: 1px solid #8cb729 !important;
    background: #fff !important;
}
.helpie-autocomplete-suggestions .item-content .header span.item-cat_name, .helpie-search-listing .item-content .header span.item-cat_name {
    color: #8cb729 !important;
    text-transform: uppercase !important;
    font-weight: 400 !important;
}
span.pauple-helpie-search-box {
    width: auto;
}
@media (min-width: 800px) {
	span.pauple-helpie-search-box {
		width: 500px;
	}
}
/*********************************
Helpie Search Page
*********************************/
.helpie-kb-search-page main#main {
    max-width: 1200px;
    overflow-x: hidden;
    margin: 0 auto;
    padding: 0 10px;
}
.helpie-search-listing h2 {
    color: #8cb729;
    font-weight: 300;
    margin: 50px 0;
}
.helpie-kb-search-page span.item-cat_name strong {
    font-weight: 600;
    color: #8cb729 !important;
}
.helpie-kb-search-page .helpie-search-listing .helpie-element .item-content {
    padding-left: 0em!important;
}
.ui.divided.items>.item {
	border-top: 1px solid #8cb729;
}
.helpie-kb-search-page .description {
    display: none;
}
.ui.pagination.menu .active.item {
    border-top: 1px solid #8cb729;
    border: 1px solid #8cb729;
    color: #8cb729;
}
.ui.pagination.menu .item {
    border: 1px solid #8cb729;
    background-color: #8cb729;
}
.ui.pagination.menu .item:hover {
    color: #8cb729;
}
.ui.menu a.item:hover {
    border: 1px solid #8cb729;
    color: #8cb729;
}
/*********************************
Helpie Category Page
*********************************/
.helpie_helpdesk {
	padding: 0;
}
.helpie-categories-section-boxed .category-list .column a i.fa {
    font-size: 60px;
}
.helpie-categories-section-boxed .category-list .column a button {
	display:none;
}
.category-list.ui.three.column.grid.items.stackable {
    float: none;
    margin: 0 auto;
    max-width: 1200px;
}
.helpie-categories-section-boxed .category-list .column a, 
.helpie-categories-section-boxed .category-list .column a:visited {
	border: 1px solid #bdbdbd;
}

.helpie-categories-section-boxed .category-list .column a i.fa {
	padding-right:0px;
}
.helpie-categories-section-boxed .category-list .column a .title {
    color: #8cb729;
}


/*********************************
Helpie Single Page
*********************************/
.single-page-wrapper {
    max-width: 1800px;
    margin: 0 auto;
	overflow-x: hidden;
    padding: 86px 10px 0;
}
.single-page-sidebar {
	float: right;
	width: 100%;
}
.single-page-content {
	float: left;
	width: 100%;
}
@media (min-width: 1500px) {
	.single-page-sidebar {
		float: left;
		width: 26%;
	}
	.single-page-content {
		float: left;
		width: 72%;
		margin-left: 2%;
	}
}

@media (min-width: 1800px) {
	.single-page-sidebar {
		width: 23%;
	}
	.single-page-content {
		width: 70%;
		margin-left: 7%;
	}
}

.single-knowledge-title {
	color: #8cb729;	
}

span.knowledge-published, span.knowledge-modified {
    font-size: 0.8em;
	color: #8cb729;
}

form#helpie-search-form {
    background: #8cb729;
    display: table;
    width: 100%;
}
.kb-single-header .boxed {
    padding-top: 10px;
    padding-bottom: 10px;
}

span.bold {
	font-weight:600;
}

/*********************************
Helpie Subcategory
*********************************/
.ui[class*="two column"].grid>.column:not(.row),
.ui[class*="two column"].grid>.row>.column {
    width: 100%;
}

.helpie-categories-section-modern .helpie-element {
	border: none;
}
.ui.tiny.circular.image {
    display: none;
}
ul.article-preview-list,
ul.helpiekb-box-list.child-category-list{
    clear: both;
	padding-inline-start: 0px;
    padding-left: 0px;
    display: table;
}

ul.article-preview-list li,
ul.helpiekb-box-list.child-category-list li {
    float: none;
    display: table;
    padding: 4px 0 4px 0;
	clear: both;
	padding-inline-start: 0px;
    padding-left: 0px;
}

ul.article-preview-list li::before,
.helpiekb-box-list.child-category-list li::before {
    content: "»";
    display: table-cell;
    text-align: right;
    padding-right: 0.3em;
	width: 1px;
}
.helpie-single-page-module .helpie-main-section .helpiekb-box-list li a:after {
	content: "";
}

ul.article-preview-list li a {
    color: #555459;
}
.helpie-single-page-module .helpie-main-section .helpiekb-box-list li a:hover,
ul.article-preview-list li a:hover {
	color: #8cb729;	
}
.helpie-single-page-module .helpie-primary-view #primary.content-area h3 {
    color: #8cb729;
}

h3.helpiekb-cat-page-subheader {
    display: none;
}
.helpiekb-container {
    margin: 0;
    padding-bottom: 0px;
}


.category-list.ui.two.column.grid.items.stackable .column,
.helpie-element.item,
.item.helpie-element .item-content {
	padding: 0;
}

.helpie-single-page-module .helpie-primary-view #primary.content-area h1,
.helpie-single-page-module .helpie-primary-view #primary.content-area h3 {
    color: #8cb729 !important;
    font-weight: 300;
}
.helpie-single-page-module .helpie-primary-view #primary.content-area h3 {
    margin-bottom: 8px;
    font-size: 1.1em;
}

.helpie-categories-section-modern .item .meta {
    font-size: 0.9em;
    color: #333;
    margin-top: 6px;
}
.helpie-categories-section-modern .item .meta strong {
	font-weight: 300;
	font-style: italic;
}
/*********************************
Helpie Print
*********************************/
@media print {
	header#masthead {
		display: none !important;
	}
	#helpie-search-form.search-form {
		display: none !important;
	}
	.single-page-sidebar {
		display:none !important;
	}
	.single-page-content {
		float: none !important;
		width: 100%;
		margin: none !important;
	}
	.site-footer {
		display: none !important;
	}
}
/*********************************
Comments
*********************************/
.comment-meta {
    color: #8cb729;
    background: transparent;
}
.comment-list ul, 
.comment-listol {
	display: block;	
}
.comment-meta a,
.comment-meta a:visited,
.comment-meta a:hover,
.comment-meta a:focus,
.comment-meta a:active {
    color: #8cb729;
}
li.comment {
    width: 100%;
    display: block;
    border-bottom: 1px solid #8cb729;
    margin-bottom: 10px;
    padding: 20px;
}
/*********************************
Sidebar Widgets
*********************************/
div.helpie-primary-view.left-sidebar {
    max-width: 1800px;
    margin: 0 auto;
}
.pauple-helpie-single-sidebar .ui.list .list>.item a.header, 
.single-page-sidebar .ui.list .list>.item a.header,
.pauple-helpie-single-sidebar .ui.list>.item a.header,
.single-page-sidebar .ui.list>.item a.header {
    color: #555459 !important;
}

.pauple-helpie-single-sidebar .ui.list .list>.item a.header:hover,
.single-page-sidebar .ui.list .list>.item a.header:hover, 
.pauple-helpie-single-sidebar .ui.list>.item a.header:hover,
.single-page-sidebar .ui.list>.item a.header:hover {
    color: #8cb729 !important;
}

h2.widget-title {
    color: #8cb729;
    font-weight: 300;
}

.helpie-sidebar-fixer .widget:first-child .widget-title {
    margin-top: 0px;
    padding-top: 0px;
}


.single-pauple_helpie h2.widget-title {
    font-size: 20px;
}
.single-pauple_helpie .widget:first-child .widget-title {
    margin-top: 10px;
}

.single-page-sidebar .ui.list {
    font-size: 14px;
}



/********************************************************************************************************
Form
********************************************************************************************************/
.wpcf7 button, .wpcf7 input, .wpcf7 optgroup, .wpcf7 select, .wpcf7 textarea {
	/*font-family: "Montserat", Sans-serif;*/
}
select#anrede {
    padding: 15px 0;
}

.nf-form-fields-required {
    display: none;
}

div#contactForm {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

div.form-block {
	width: 31%;
	float: left;
}

span.wpcf7-form-control-wrap.Anrede,
.wpcf7 input,
.wpcf7-form label {
    min-height: 55px;
	width: 100%;
}

.wpcf7-form #messageLabel,
textarea#message {
    min-height: 125px;
}

div.form-block {
	width: 100%;
	float: left;
}

@media screen and (min-width: 768px) {
	div.form-block {
		width: 31%;
		float: left;
	}
}


input[type="submit"].wpcf7-submit {
    line-height: 1.3em;
    color: #ffffff;
    background-color: #8cb729;
	border: 1px solid #8cb729;
	text-transform: uppercase;
	font-size: 1em;
}

input[type="submit"].wpcf7-submit:hover,
input[type="submit"].wpcf7-submit:focus,
input[type="submit"].wpcf7-submit:active{
    color: #8cb729;
    background-color: rgba(0,0,0,0);
	border: 1px solid #8cb729;
}


span.wpcf7-not-valid-tip {
	display: none;
}

input.wpcf7-not-valid,
select.wpcf7-not-valid {
	border-bottom: 1px solid red !important;
}

.wpcf7 input, .wpcf7 textarea, .wpcf7 select {
    margin-bottom: 5px !important;
	min-height: 55px;
	width: 100%;
	padding-left: 10px;
}
.wpcf7-form p {
	margin-bottom: 0px;
}


/********************************************************************************************************
Footer
********************************************************************************************************/
/*div#page {
    position: relative;
}*/
footer#colophon {
    position: absolute;
	bottom: 0;
}
footer {
	background-color: #333;
	color: #fff;
	font-size: 0.9em;
    width: 100%;
    bottom: 0;
}

footer a,
footer a:visited {
    color: #fff;
}

footer a:hover,
footer a:active,
footer a:focus {
	color: #bcbcbc;
}

footer ul,
footer ul li,
footer ul li a {
	text-decoration: none;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.site-footer {
    clear: both;
}

.footer-widgets-wrap {
    overflow-x: hidden;
}

.footer-widget-column {
	width: 100%;
	padding: 10px 0em;
	box-sizing: border-box;
}

@media (min-width: 768px) {
	.footer-widget-column {
		float: left;
		width: 33.33%;
		padding: 2em 2em 2em 0;
		min-height: 200px;
	}	
}




#scrolltopbtn {
	display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 9999;
    outline: none;
    background-color: #fff;
    color: #8cb729;
    cursor: pointer;
    border: 1px solid #8cb729;
    font-size: 14px;
    padding: 10px 15px;
    opacity: 0.5;
	transition: all 0.3s;
}

#scrolltopbtn:hover {
  	opacity: 1;
	background-color: #8cb729;
    color: #fff;
	transition: all 0.3s;
}


/********************************************************************************************************
OAuth
********************************************************************************************************/
.oauthloginbutton {
    background: #8cb729 !important;
    width: 250px !important;
}
i.fa.fa-lock.mo_oauth_login_button_icon_widget {
    display: none;
}

.mo_oauth_login_button_icon_widget {
    height: 30px;
}

.mo_oauth_login_button_widget {
    border: none !important;
    border-radius: 0px !important;
    width: 250px !important;
    text-align: center !important;
    line-height: 40px !important;
	height: 40px !important;
    cursor: pointer;
    box-shadow: none !important;
    background-color: #8cb729 !important
}

.mo_oauth_login_button_text_widget {
    font-size: 20px !important;
}

.oauthloginbutton.btn-social i {
	top: 5px;
}
/*.oauthloginbutton.btn-social i::after {
	content: "Login mit ";
}*/