html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

html, body, div, article, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 1.01em;
	font-size: 100.01%;
	vertical-align: baseline;
	outline: 0
}

img {
	vertical-align: bottom;
}

footer .positioning:after {
	display: none;
}


.semantic {
	display: none;
}

*:focus {
	outline: none;
}

::selection {
	background: #c3e7e7;
}

.wrapper, .fullwrapper {
	margin: 0 auto;
}

.wrapper {
	background: #fff;
	background: var(--gfh-color-bg-white);
}

#site-content .wrapper {
	padding-bottom: 1px;
}

ul, ol {
	list-style: none;
}

sup {
	vertical-align: super;
	font-size: 60%;
}

.aligncenter {
	display: block;
	margin: 20px auto;
	text-align: center;
}

.wp-caption-text {
	font-size: 14px;
}

figure {
	padding: 0;
	margin: 0;
}

/*
------------------------------------------------------------------------------
FARBEN
------------------------------------------------------------------------------
*/

:root {
	--gfh-color-ci-blue: #0092BC;

	--gfh-color-bg-primary: #0092BC;
	--gfh-color-bg-secondary: #e5e5e5;
	--gfh-color-bg-page: #e5e5e5;
	--gfh-color-bg-white: #fff;

	--gfh-color-bg-box: #FAFAFA;

	--gfh-color-lnk: #0092BC;
	--gfh-color-lnk-hover: #0092BC;

	--gfh-color-txt-body: #666;
	--gfh-color-txt-headline: #000;
	--gfh-color-txt-body-white: #fff;
	--gfh-color-txt-body-dark-light: #858585;

	--gfh-color-txt-body-dark: #423F3C;

	--gfh-color-txt-body-light: #FAFAFA;
	--gfh-color-txt-body-lighter: #c4c4c4;

	--gfh-color-txt-breadcumbs: #787878;

	--gfh-color-border-primary: #e5e5e5;
	--gfh-color-border-secondary: #ABABAB;
	--gfh-color-border-box: #c4c4c4;
}

/*
------------------------------------------------------------------------------
SCHRIFTEN
------------------------------------------------------------------------------
*/

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

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

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

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

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

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


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

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

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







:root {
	--gfh-font-book: 'Lato', Arial, Helvetica, sans-serif;
	--gfh-font-roboto: 'Roboto', Arial, Helvetica, sans-serif;
}



/*
------------------------------------------------------------------------------
GRUNDAUFBAU
------------------------------------------------------------------------------
*/

body {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-family: var(--gfh-font-book);
	background: #E5E5E5;
	background: var(--gfh-color-bg-page);
	font-weight: 400;
	font-size: 18px;
	color: #666666;
	color: var(--gfh-color-txt-body);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

main {
	clear: both;
}

.contentbox {
	display: flex;
	background: #fff;
	background: var(--gfh-color-bg-white);
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	max-width: 1080px;
	margin: 0 auto;
}

.page-template-default .contentbox,
.page-template-template-search .contentbox,
.single-post .contentbox,
.single-tipps .contentbox {
	max-width: 980px;
	margin: 0 auto;
}


.page-template-template-dealers .content-page-wrapper {
	position: relative;
}

.contentelement {
	box-sizing: border-box;
	padding: 25px;
	width: 100%;
}


/* Forms */
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
	border: solid 1px #e5e5e5;
	border: solid 1px var(--gfh-color-border-primary);
	border-radius: 3px;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #666;
	color: var(--gfh-color-txt-body);
	padding: 10px;
}


select {
	border: solid 1px #e5e5e5;
	border: solid 1px var(--gfh-color-border-primary);
	border-radius: 3px;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #666;
	color: var(--gfh-color-txt-body);
	padding: 10px;
}

select {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: #fff;
	background-image: url(../images/gfh-icon-select.svg);
	background-position: right 15px center;
	background-repeat: no-repeat;
}

select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000;
}

textarea {
	border: solid 1px #E5E5E5;
	border: solid 1px var(solid 1px var(--gfh-color-border-primary));
	border-radius: 3px;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #666;
	color: var(--gfh-color-txt-body);
}

::-webkit-input-placeholder {
	color: #666;
	color: var(--gfh-color-txt-body);
}
input:focus::-webkit-input-placeholder {
	color: #666;
	color: var(--gfh-color-txt-body);
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #666;
	color: var(--gfh-color-txt-body);
}
input:focus::placeholder {
	color: #666;
	color: var(--gfh-color-txt-body);
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #666;
	color: var(--gfh-color-txt-body);
}
input:focus:-ms-input-placeholder {
	color: #666;
	color: var(--gfh-color-txt-body);
}
::-ms-input-placeholder { /* Microsoft Edge */
	color: #666;
	color: var(--gfh-color-txt-body);
}
input:focus::-ms-input-placeholder {
	color: #666;
	color: var(--gfh-color-txt-body);
}
::-moz-placeholder {
	color: #666;
	color: var(--gfh-color-txt-body);
}
:-moz-placeholder {
	color: #666;
	color: var(--gfh-color-txt-body);
}
input::-webkit-input-placeholder {
	color: #666;
	color: var(--gfh-color-txt-body);
	opacity: 1;
	font-style: normal;
}
input:-moz-placeholder {
	color: #666;
	color: var(--gfh-color-txt-body);
	opacity: 1;
	font-style: normal;
}
input::-moz-placeholder {
	color: #666;
	color: var(--gfh-color-txt-body);
	opacity: 1;
	font-style: normal;
}
input:-ms-input-placeholder {
	color: #666;
	color: var(--gfh-color-txt-body);
	opacity: 1;
	font-style: normal;
}

.button, input[type=button], input[type=reset], input[type=submit] {
	padding: 10px 40px;
	color: #fff;
	background: #0092BC;
	background: var(--gfh-color-lnk);
	border: 0;
	border-radius: 3px;
    font-size: 18px;
    line-height: 24px;
	margin: 0 auto;
	-webkit-appearance: none;
}

.button-wrapper .button, .button-wrapper input[type=button], .button-wrapper input[type=reset], input[type=submit] {
	padding: 20px 100px;
	color: #fff;
	background: #0092BC;
	background: var(--gfh-color-lnk);
	border: 0;
	border-radius: 3px;
	font-size: 24px;
	line-height: 29px;
	margin: 0 auto;
}

.button-wrapper {
	text-align: center;
}

.job-manager-form .button.secondary.save_draft {
	display: none;
}

.required-label:after {
	content: ' *';
	color: red;
}

/*
------------------------------------------------------------------------------
HEADER
------------------------------------------------------------------------------
*/

header {
	width: 100%;
}

.mainhead {
	background-color: #0092BC;
	background-color: var(--gfh-color-bg-primary);
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

#site-title a {
    display: inline-block;
    background: url("../images/gfh-logo-desktop.svg") no-repeat center / contain ;
}

#site-title a strong {
	display: none;
}

.header-link {
	float: right;
	margin-top: -25px;
}


/*
------------------------------------------------------------------------------
HAUPT-NAVIGATION
------------------------------------------------------------------------------
*/

nav#access {
	padding: 0;
}

nav#access ul {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1010;
}

nav#access li {
	padding: 0 0 0 30px;
	float: left;
}

nav#access li:first-child {
	padding: 0;
}

nav#access a {
	display: block;
	color: #fff;
	padding: 41px 0 39px;
	text-decoration: none;
	font-size: 14px;
	line-height: 17px;
	font-weight: normal;
	transition: all 0s ease;
	-o-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-webkit-transition: all 0s ease;
	border-bottom: 4px solid #0092BC;
	border-bottom: 4px solid var(--gfh-color-bg-primary);
}

nav#access .menu-item-has-children > a:after {
	content: url(../images/gfh-icon-menu-arrow.svg);
	margin: 0 0 0 10px;
}

nav#access a:hover,
nav#access .menu-item:hover a,
nav#access ul li.current-menu-item > a,
nav#access ul li.current-menu-parent > a {
    text-shadow: 0 0 1px #fff, 0 0 1px #fff;
	border-bottom: 4px solid #fff;
}

nav#access ul li.current-menu-item.menu-new-entry > a,
nav#access ul li.current-menu-parent.menu-new-entry > a {
	border-bottom: 0;
}

nav#access li.menu-new-stage {
	float: right;
}

nav#access li.menu-new-stage.current-menu-item > a,
nav#access li.menu-new-stage.current-menu-parent > a  {
	text-shadow: 0 0 1px #fff, 0 0 1px #fff;
}

nav#access li.menu-new-entry a,
nav#access li.menu-item.menu-new-entry:hover a {
	background-color: #fff;
	background-color: var(--gfh-color-txt-body-white);
	border-radius: 18px;
	padding: 10px 13px;
	margin: 31px 0 33px;
	color: #0092BC;
	color: var(--gfh-color-bg-primary);
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	border-bottom: none;
}

nav#access li.menu-new-entry a:hover {
	border-bottom: none;
}

nav#access li.menu-new-entry a:before {
	content: '+ ';
}

nav#access li.menu-search a:before {
	content:url(../images/gfh-icon-search.svg);
	margin: 0 8px 0 0;
	position: relative;
	top: 1px;
}

nav#access li.facebook {
	padding: 0 0 0 30px;
}

nav#access li.facebook a {
	width: 21px;
	height: 21px;
	background-image: url(../images/gfh-icon-facebook.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	padding: 39px 0 37px;
}

nav#access li.facebook a span {
	display: none;
}

nav#access li.instagram {
	padding: 0 0 0 10px;
}

nav#access li.instagram a {
	width: 21px;
	height: 21px;
	background-image: url(../images/gfh-icon-instagram.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	padding: 39px 0 37px;
}

nav#access li.instagram a span {
	display: none;
}


.menu-access-mobile {
	display: none;
	position: relative;
	height: 50px;
}

.access-search-button {
	float: right;
	margin: 0 40px 0 0;
	line-height: 50px;
}

.access-search-button:before {
	content: url(../images/gfh-icon-search.svg);
	margin: 0 8px 0 0;
	position: relative;
	top: 1px;
}

.access-search-button span {
	display: none;
}

#access-button {
	display: none;
	margin-right: 20px;
}

#access-button a {
	height: 28px;
	position: relative;
	display: block;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	padding: 0;
	font-weight: normal;
	font-size: 21px;
	line-height: 28px;
	color: #ABABAB;
}
  
#access-button a span {
	display: block;
	position: absolute;
	height: 2px;
	width: 24px;
	background: #fff;
	border-radius: 2px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

#access-button a span:nth-child(1) {
	top: 5px;
}

#access-button a span:nth-child(2) {
	top: 13px;
}

#access-button a span:nth-child(3) {
	top: 21px;
}

#access-button a.open span:nth-child(1) {
	width: 0;
}

#access-button a.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	height: 2px;
	width: 30px;
	left: -2px;
	top: 13px;
}

#access-button a.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	height: 2px;
	width: 30px;
	left: -2px;
	top: 13px;
}

/*
------------------------------------------------------------------------------
BREACRUMP
------------------------------------------------------------------------------
*/

#breadcrumbs {
	max-width: 1080px;
	padding: 20px 40px;
	margin: 0 auto;
	color: #787878;
	color: var(--gfh-color-txt-breadcumbs);
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	background: #fff;
	background: var(--gfh-color-bg-white);
}

#breadcrumbs a {
	color: #787878;
	color: var(--gfh-color-txt-breadcumbs);
	opacity: .7;
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

#breadcrumbs a:hover {
	color: #787878;
	color: var(--gfh-color-txt-breadcumbs);
	opacity: 1;
}

.content-page-wrapper #breadcrumbs {
	max-width: 1066px;
	padding: 20px 0;
}

/*
------------------------------------------------------------------------------
CONTENT
------------------------------------------------------------------------------
*/

a {
	color: #0092BC;
	color: var(--gfh-color-lnk);
	text-decoration: none;
	transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
}

a:hover {
	text-decoration: none;
}

h1 {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-family: var(--gfh-font-book);
	font-size: 36px;
    line-height: 40px;
	font-weight: 700;
	padding: 5px 0 15px 0;
	color: #000;
	color: var(--gfh-color-txt-headline);
}

h2 {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-family: var(--gfh-font-book);
	font-size: 32px;
    line-height: 36px;
	font-weight: 600;
	padding: 8px 0;
	color: #000;
	color: var(--gfh-color-txt-headline);
}

p+h2 {
	padding: 40px 0 15px 0;
}

h3 {
	font-size: 18px;
	padding: 5px 0;
	text-transform: none;
	color: #000;
	color: var(--gfh-color-txt-headline);
	font-weight: bold;
}

p+h3, ul+h3 {
	padding: 20px 0 10px 0;
}

h4 {
	font-weight: 600;
	font-size: 16px;
	padding: 10px 0 3px 0;
	color: #000;
	color: var(--gfh-color-txt-headline);
}

p {
	margin: 0 0 10px 0;
	line-height: 1.55em;
}

strong {
	font-weight: 600;
}

main ul, main ol {
	padding: 0 0 12px 24px;
}

main ul {
	list-style-type: square;
}

main ol {
	list-style-type: decimal;
}

main li {
	padding: 4px;
	line-height: 1.5em;
}

main img {
	margin: 0 0 10px 0;
}

.link-btn-b {
	font-size: 14px;
	background: #666;
	background: var(--gfh-color-txt-body);
	color: #fff;
	color: var(--gfh-color-txt-body-white);
	padding: 10px 25px;
	transition: 0.5s ease;
}

.link-btn-b:hover {
	color: #fff;
	background: #63a4de;
}

.attachment-post-thumbnail {
	width: 100%;
	height: auto;
	margin-bottom: 40px;
}

.screen-reader-text {
	display: none;
}


p.button-link a,
a.button-link {
	background-color: #0092BC;
	background-color: var(--gfh-color-bg-primary);
	color: #fff;
	color: var(--gfh-color-txt-body-white);
	font-weight: bold;
	font-size: 22px;
	line-height: 26px;
	padding: 16px 50px;
	margin: 40px 0 0;
	border-radius: 30px;
	display: inline-block;
}


/*
------------------------------------------------------------------------------
Archive/Kategorie
------------------------------------------------------------------------------
*/

.page-header {
	max-width: 1440px;
	margin: 0 auto;
}

.page-header .category-image {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.page-header .category-image .category-image-img {
	padding: 28.2% 0 0 0;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.page-header .category-image .page-title {
	position: absolute;
	top: 50%;
	left: 50%;
	font-weight: bold;
	font-size: 50px;
	line-height: 60px;
	color: #fff;
	color: var(--gfh-color-txt-body-white);
	padding: 0;
	margin: 0;
	-wekit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
}

.page-header .category-image .category-image-layer {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.4);
	position: absolute;
	top: 0;
	z-index: 1;
}


.category-header {
	display: none;
}

.category-description {
	margin: 30px 0;
}

.category-description h1,
.category-description h2 {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    padding: 25px 0;
}

.category-description iframe {
	max-width: 100%;
}


/*
------------------------------------------------------------------------------
STARTSEITE
------------------------------------------------------------------------------
*/

.search-widget-wrapper,
.newentry-widget-wrapper,
.tagestipp-wrapper {
	position: relative;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#site-content .newentry-modul > .wrapper {
	padding-bottom: 0;
}

.search-widget-wrapper .search-widget-image {
	margin: 0;
	padding: 40% 0 0 0;
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}

.newentry-widget-wrapper .newentry-widget-image,
.tagestipp-wrapper .tagestipp-image {
	margin: 0;
	padding: 30% 0 0 0;
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}

.search-widget-wrapper .search-widget-layer,
.newentry-widget-wrapper .newentry-widget-layer,
.tagestipp-wrapper .tagestipp-layer {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.4);
	position: absolute;
	top: 0;
	z-index: 1;
}

.newentry-widget-wrapper .newentry-widget-layer,
.tagestipp-wrapper .tagestipp-layer {
	background: rgba(0,0,0,.6);
}

.search-widget-wrapper .search-widget-content,
.newentry-widget-wrapper .newentry-widget-content,
.tagestipp-wrapper .tagestipp-content {
	position: absolute;
	top: 50%;
	left: 50%;
	-wekit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 10;
	width: 80%;
	max-width: 1220px;
}

.search-widget-wrapper .search-widget-headline,
.newentry-widget-wrapper .newentry-widget-headline,
.tagestipp-wrapper .tagestipp-headline {
	font-weight: bold;
	font-size: 46px;
	line-height: 55px;
	color: #fff;
}

.newentry-widget-wrapper .newentry-widget-content,
.tagestipp-wrapper .tagestipp-content {
	max-width: 1080px;
}

.search-widget-wrapper .search-widget-subline,
.newentry-widget-wrapper .newentry-widget-subline,
.tagestipp-wrapper .tagestipp-subline {
	font-weight: normal;
	font-size: 25px;
	line-height: 30px;
	color: #fff;
}

.newentry-widget-wrapper .newentry-widget-button,
.tagestipp-wrapper .tagestipp-button {
	background-color: #0092BC;
	background-color: var(--gfh-color-bg-primary);
	color: #fff;
	color: var(--gfh-color-txt-body-white);
	font-weight: bold;
	font-size: 22px;
	line-height: 26px;
	padding: 16px 50px;
	margin: 40px 0 0;
	border-radius: 25px;
	display: inline-block;
}

.newentry-widget-wrapper .newentry-widget-button:hover,
.tagestipp-wrapper .tagestipp-button:hover {
	text-decoration: none;
}


.ueberschriftmodul {
	max-width: 1080px;
	margin: 50px auto 25px;
	text-align: center;
}

.absatzmodul {
	max-width: 1080px;
	margin: 25px auto;
}

.absatzmodul h1 {
	font-weight: bold;
	font-size: 40px;
	line-height: 48px;
}

.kategorierastermodul {
	max-width: 1080px;
	margin: 50px auto;
	text-align: center;
}

.kategorierastermodul .category-grid-wrapper > .category-grid-headline {
	font-size: 40px;
	line-height: 48px;
	font-weight: bold;
	margin: 0 0 25px;
	color: #000;
	color: var(--gfh-color-txt-headline);
}

.kategorierastermodul .category-grid-wrapper .category-grid-desc {
	font-weight: normal;
	font-size: 18px;
	line-height: 26px;
	margin: 0 0 60px;
}

.listing-grid-wrapper,
.imagerastermodul {
	display: block;
	margin: 50px auto;
	max-width: 1070px;
}

.listing-grid-wrapper .listing-grid,
.imagerastermodul .image-grid-wrapper .image-grid {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 50px 0 0;
}

.listing-grid-wrapper .listing-grid .post-thumbnail {
	position: relative;
	margin: -1px -1px 0 -1px ;
	padding: 0;
	overflow: hidden;
	border-radius: 5px 5px 0 0;
}

.listing-grid-wrapper .listing-grid .post-thumbnail .post-thumbnail-img {
	margin: 0;
	padding: 66.6% 0 0 0;
	text-align: center;
	background-image: url(../images/gfh-image-teaser.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-color: rgba(0,0,0,.2);
	overflow: hidden;
}

.listing-grid-wrapper .listing-grid {
	margin: 50px -22px 0 -22px;
}

.listing-grid-wrapper .listing-grid article {
	width: calc((100% - 138px) / 3);
	margin: 0 22px	;
	border: 1px solid #ABABAB;
	border: 1px solid var(--gfh-color-border-secondary);
	border-radius: 5px;
	background-color: #fafafa;
	background-color: var(--gfh-color-bg-box);
	position: relative;
	padding: 0 0 30px;
}

.listing-grid-wrapper .listing-grid article .entry-title {
	font-weight: normal;
	font-size: 20px;
	line-height: 28px;
	margin: 10px 15px;
	padding: 0;
}

.listing-grid-wrapper .listing-grid article .post-content-txt {
	display: block;
	font-weight: normal;
	font-size: 18px;
	line-height: 26px;
	margin: 10px 15px;
	padding: 0;
	color: #666;
	color: var(--gfh-color-txt-body);
}

.listing-grid-wrapper .listing-grid article .more-button {
	margin: 10px 15px;
	float: right;
	color: #0092BC;
	color: var(--gfh-color-lnk);
	position: absolute;
	bottom: 0;
	right: 0;
}

.listing-grid-wrapper .listing-grid article .more-button:hover {
	color: #0092BC;
	color: var(--gfh-color-lnk-hover);
}

.listing-grid-wrapper .listing-grid article .post-infos {
	display: flex;
	margin: 10px 15px;
	font-size: 16px;
}

.listing-grid-wrapper .listing-grid article .post-infos .event-date {
	margin: 0 10px 0 0;
	color: #ABABAB;
}

.listing-grid-wrapper .listing-grid article .post-infos .event-time {
	margin: 0;
	color: #ABABAB;
	white-space: nowrap;
}

.listing-grid-wrapper .listing-grid article .post-category {
	list-style: none;
	margin: 0;
	padding: 0;
}

.listing-grid-wrapper .listing-grid article .post-category li {
	display: inline-block;
	padding: 0;
	margin: 0 5px 0 0;
	color: #ABABAB;
}

.listing-grid-wrapper .listing-grid article .post-category li:last-child:after {
	content: '';
}

.listing-grid-wrapper .listing-grid article .post-category li:after {
	content: ', ';
}

.logoslidermodul .logo-slider-headline {
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
}

.listing-grid-wrapper .listing-grid-desc,
.image-grid-wrapper .image-grid-desc,
.logoslidermodul .logo-slider-desc {
	font-weight: normal;
	font-size: 24px;
	line-height: 29px;
	text-align: center;
	color: #787878;
	color: var(--gfh-color-txt-breadcumbs);
}

.image-grid-wrapper .image-grid-item {
	position: relative;
	margin: 0;
	padding: 0;
	overflow: hidden;
	border-radius: 5px;
}

.image-grid-wrapper .image-grid-item .image-grid-item-img {
	margin: 0;
	padding: 66.6% 0 0 0;
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}

.image-grid-wrapper .image-grid-item {
	width: calc((100% - 91px) / 3);
	margin: 0 45px 45px 0;
}

.image-grid-wrapper .image-grid-item:nth-child(3n) {
	margin: 0 0 45px;
}

.image-grid-wrapper .image-grid-item:nth-child(even) {
	flex-direction: row-reverse;
}

.image-grid-wrapper .image-grid-item .image-grid-clickbox {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 20;
}

.image-grid-wrapper .image-grid-item .image-grid-pagetitle {
	position: absolute;
	width: 90%;
	text-align: center;
	left: 5%;
	top: 50%;
	font-weight: bold;
	font-size: 30px;
	line-height: 36px;
	color: #fff;
	-wekit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
}

.image-grid-wrapper .image-grid-item .image-grid-item-layer {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.4);
	position: absolute;
	top: 0;
	z-index: 1;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.bannermodul {
	display: block;
	margin: 50px auto;
	max-width: 1220px;
}

.logoslidermodul {
	margin: 50px 0;
	padding: 40px 0;
	background-color: #fafafa;
	background-color: var(--gfh-color-bg-box);
}

.logoslidermodul-wrapper {
	max-width: 1080px;
	margin: 0 auto;
}

.logo-grid {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 40px 0 0;
	padding: 0 !Important;
	width: 100%;
}

.logo-grid .logo-grid-item {
	position: relative;
	margin: 0 12px;
	padding: 0 20px;
	border-radius: 5px;
	width: 15	0px;
	max-height: 80px;
}

.logo-grid .logo-grid-item .logo-grid-clickbox {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.logo-grid .logo-grid-item .logo-grid-clickbox img  {
	max-width: 100%;
	max-height: 80px;
	margin: 0;
}

.logo-grid .slick-track {
	display: flex;
}

.partnermodul {
	width: 100%;
	background-color: #fafafa;
	background-color: var(--gfh-color-bg-box);
	padding: 30px 0 6px;
}

.partnermodul .partner-wrapper {
	max-width: 1080px;
	margin: 0 auto;
}

.partnermodul .partner-headline {
	color: #423F3C;
	color: var(--gfh-color-txt-body-dark);
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
}

.partnermodul .partner-desc {
	color: #423F3C;
	color: var(--gfh-color-txt-body-dark);
	text-align: center;
}

.partnermodul .partner-wrapper .partner-grid {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.partnermodul .partner-wrapper .partner-grid .partner-grid-item {
	width: calc((100% - 192px) / 3);
	max-height: 100px;
	padding: 0;
	margin: 0 12px 24px;
	text-align: center;
}

.partnermodul .partner-wrapper .partner-grid .partner-grid-item .partner-grid-clickbox {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.partnermodul .partner-wrapper .partner-grid .partner-grid-item img {
	max-height: 100px;
	margin: 0;
}


.bannermodul-mobile-image {
	display: none;
	max-width: 100%;
}

.bannermodul-desktop-image {
	max-width: 100%;
}

.home .wrapper .wp-video {
	margin: 20px auto;
}


.teaser-text-bild-button {
	margin: 0 auto 70px;
	padding: 0;
	max-width: 1080px;
}

.teaser-text-bild-button .teaser-wrapper {
	background: #FAFAFA;
	background: var(--gfh-color-bg-box);
	border: 1px solid #ABABAB;
	border: 1px solid var(--gfh-color-border-secondary);
	box-sizing: border-box;
	border-radius: 5px;
	padding: 30px;
}

.teaser-text-bild-button .teaser-wrapper .teaser-content-img {
	max-width: 50%;
	float: right;
	margin: 0 0 24px 24px;
}

.teaser-text-bild-button .teaser-wrapper .teaser-content-bottom-txtbox {
	clear: both;
	text-align: center;
	border-top: 1px solid #ABABAB;
	border-top: 1px solid var(--gfh-color-border-secondary);
	margin: 15px 0 0 0;
	padding: 20px 0 0 0;
}

.teaser-text-bild-button .teaser-wrapper .teaser-content-button {
	display: inline-block;
	padding: 20px 100px;
	color: #fff;
	background: #0092BC;
	background: var(--gfh-color-lnk);
	border-radius: 3px;
	font-size: 24px;
	line-height: 29px;
	margin: 20px auto;
}

.teaser-text-bild-button .teaser-wrapper .teaser-content-button:hover {
	opacity: .7;
}

.paketmodul {
	max-width: 1080px;
	margin: 0 auto 70px;
	padding: 0;
}

.paketmodul .paket-section {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.paketmodul .paket-section .paket-section-paket {
	width: 66%;
	background: #FAFAFA;
	background: var(--gfh-color-bg-box);
	border: solid 1px #E5E5E5;
	border: solid 1px var(--gfh-color-border-primary);
	border-radius: 5px;
	margin: 0;
}

.paketmodul .paket-section .paket-section-optional {
	width: calc(34% - 92px);
	background: #FAFAFA;
	background: var(--gfh-color-bg-box);
	border: solid 1px #E5E5E5;
	border: solid 1px var(--gfh-color-border-primary);
	border-radius: 5px;
	margin: 0;
	position: relative;
}

.paket-section-header {
	background-color: #0092BC;
	background-color: var(--gfh-color-ci-blue);
	margin: 0;
	padding: 30px;
	text-align: center;
	color: #fff;
	border-radius: 5px 5px 0 0;
}

.paket-section-header h3 {
	font-weight: bold;
	font-size: 24px;
	line-height: 29px;
	margin: 0 0 5px;
	padding: 0;
	color: #fff;
}

.paket-section-paket .paket-section-wrapper {
	display: flex;
	flex-wrap: wrap;
	border-bottom: solid 1px #E5E5E5;
	border-bottom: solid 1px var(--gfh-color-border-primary);
	padding: 40px;
}

.paket-section-highlights {
	width: 50%;
	color: #06215C;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
}

.paket-section-highlights li {
	list-style: disc;
}

.paket-section-price-wrapper {
	width: 50%;
}


.paket-section-price-wrapper .paket-section-price {
	font-weight: bold;
	font-size: 30px;
	line-height: 36px;
	text-align: center;
	color: #0092BC;
	color: var(--gfh-color-ci-blue);
	padding: 0 20px 20px;
}

.paket-section-price-wrapper .paket-section-price span {
	color: #06215C;
	display: block;
	font-weight: normal;
	font-size: 15px;
	line-height: 18px;
	text-decoration: line-through;
	margin: 10px 0 0;
}


.paket-section-price-wrapper .paket-section-note {
	color: #858585;
	color: var(--gfh-color-txt-body-dark-light);
	font-weight: normal;
	font-size: 10px;
	line-height: 12px;
	padding: 0 20px;
	text-align: center;
}

.paket-section-content {
	color: #858585;
	color: var(--gfh-color-txt-body-dark-light);
	padding: 40px;
	font-weight: normal;
	font-size: 17px;
	line-height: 24px;
}

.paket-section-content li {
	list-style: disc;
}


.paket-section-optional .paket-section-content {
	border: solid 1px #E5E5E5;
	border: solid 1px var(--gfh-color-border-primary);
	border-radius: 5px;
	background: #fff;
	padding: 40px 15px;
	margin: 20px;
	text-align: center;
}


.paket-section-optional .paket-section-content .paket-section-content-headline {
	color: #0092BC;
	color: var(--gfh-color-ci-blue);
	font-weight: bold;
	font-size: 24px;
	line-height: 29px;
	margin: 0 0 30px 0;
}

.paket-section-optional .paket-section-content .paket-section-content-txt {
	color: #858585;
	color: var(--gfh-color-txt-body-dark-light);
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
}

.paket-section-optional:before {
	color: #858585;
	color: var(--gfh-color-txt-body-dark-light);
	font-size: 50px;
	font-weight: bold;
	content: '+';
	position: absolute;
	top: 50%;
	left: -60px;
	-wekit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

.paket-section-content .show-more {
	display: none;
}

.badgemodul {
	position: absolute;
	z-index: 20;
}

.badgemodul a {
	display: inline-block;
	margin: -40% 0 0 30px;
}

.badgemodul a img {
	margin: 0;
}

.page-template-template-dealers .badgemodul {
	top: 30px;
	left: 40px;
}

.page-template-template-dealers .badgemodul a {
	margin: 0;
}


/*
------------------------------------------------------------------------------
Front-Pages
------------------------------------------------------------------------------
*/

article.page .post-thumbnail {
	position: relative;
	width: 100%;
	overflow: hidden;
}

article.page .post-thumbnail-img {
	padding: 28.2% 0 0 0;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

article.page .entry-title {
	font-weight: bold;
	font-size: 30px;
	line-height: 36px;
	color: #666;
	color: var(--gfh-color-txt-body);
	padding: 20px 180px;
	margin: 0;
}

article.page .post-thumbnail .entry-title {
	position: absolute;
	bottom: 55px;
	left: 110px;
	font-weight: bold;
	font-size: 50px;
	line-height: 60px;
	color: #fff;
	color: var(--gfh-color-txt-body-white);
	padding: 0;
	margin: 0;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}

article.page .entry-content {
	max-width: 1080px;
	margin: 0 auto 70px;
}

.success-page article.page .page-content-wrapper .entry-title {
	padding: 20px 0;
	text-align: center;
}

.success-page article.page .page-contentbox {
	margin: 100px;
}

article.page .page-content-wrapper .entry-title

article.page .entry-content h1 {
	padding: 50px 0 20px;
}

article.page .entry-content .page-content-description h1 {
	padding: 0 0 20px;
    font-size: 20px;
    line-height: 24px;
}

article.page .entry-content iframe {
	max-width: 800px;
	margin: 0 auto 60px;
	width: 100%;
}

.page-content-description {
	margin-top: 50px;
}

.shopping-single-teaser-image .shopping-single-teaser-img img {
	max-width: 100%;
}

/*
------------------------------------------------------------------------------
FOOTER
------------------------------------------------------------------------------
*/

footer .wrapper {
	display: flex;
	justify-content: space-between;
	align-items:center;
	flex-wrap: wrap;
	padding: 10px 110px;
	background: #0092BC;
	background: var(--gfh-color-bg-primary);
}

footer .logo-box a {
	width: 188px;
	height: 60px;
	margin: 10px 0;
	display: inline-block;
	background: url("../images/gfh-logo-desktop.svg") no-repeat center / contain ;
}

footer .logo-box a span {
	display: none;
}

footer #footer-menu {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

footer #footer-menu .fusszeile {
	font-size: 16px;
	line-height: 19px;
	color: #FAFAFA;
	color: var(--gfh-color-txt-body-light);
	padding: 0 0 0 60px;
}

footer #menu-fuss-menue {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

footer #menu-fuss-menue a {
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	color: #FAFAFA;
	color: var(--gfh-color-txt-body-light);
	padding: 0 0 0 60px;
	display: block;
}

footer #menu-fuss-menue li:last-child a {
	padding-right: 0;
}

footer #menu-fuss-menue li.facebook,
footer #menu-fuss-menue li.instagram {
	margin-top: -2px;
}


footer #menu-fuss-menue li.facebook a {
	width: 25px;
	height: 25px;
	background-image: url(../images/gfh-icon-facebook.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right center;
	padding: 0 0 0 60px;
}

footer #menu-fuss-menue li.facebook a span {
	display: none;
}

footer #menu-fuss-menue li.instagram a {
	width: 25px;
	height: 25px;
	background-image: url(../images/gfh-icon-instagram.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right center;
	padding: 0 0 0 10px;
}

footer #menu-fuss-menue li.instagram a span {
	display: none;
}


footer #menu-fuss-menue li.facebook a:hover,
footer #menu-fuss-menue li.instagram a:hover {
	opacity: .7;
}

@media print {
	body > header.positioning,
	body > footer {
		display: none;
	}

	#newsletter,
	#related-posts {
		display: none;
	}

	article .toolbar {
		display: none;
	}
}

/*
------------------------------------------------------------------------------
Cookie-Banner
------------------------------------------------------------------------------
*/

#catapult-cookie-bar.rounded-corners {
    border-radius: 5px !Important;
}

.cookie-bar-block #catapult-cookie-bar h3 {
    margin: 0 !Important;
}

.cookie-bar-block #catapult-cookie-bar span {
    margin: 1em 0 0 !Important;
}

button#catapultCookie {
    width: 100%;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    padding: 10px 40px !Important;
    border-radius: 16px !Important;
}

/* BugFix */
.wpcf7-form-control-wrap {
	position: unset !Important;
}

