/*!
Theme Name: GraeubOffice
Theme URI: http://underscores.me/
Author: one room interactive
Author URI: https://www.oneroom.ch
Description: GraeubOffice Custom Theme by oneroom.ch
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: graeub
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.

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

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

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

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

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

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

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

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

/* Vars */

:root {
	--go_red: #7A140F;
	--go_grey: #5C5A56;
	--go_bg: #eeeeee;
}


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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	overflow-y: scroll;
}



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

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



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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	font-family: interstate,sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 1rem;
	line-height: 1.5;
	color: var(--go_grey);
}

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;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

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

a:focus {
	outline: 0;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.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: var(--go_grey);
	border: none;
	border-bottom: 1px solid var(--go_grey);
	border-radius: 0;
	padding: 0.25em 0;
}

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 {
	outline: none;
	border-bottom: 1px solid #000;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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


/* Prototyp */

.site {
	font-size: 18px;
}


.site-header {
	position: fixed;
	width: 100%;
	left: 0;
	background-color: #fff;
	top: 0;
	transition: all 1s;
	z-index: 20;
}

.site-main {
	padding-top: 5rem;
	transition: padding 1s;
}

.menuopen .site-main {
	padding-top: 100vh;
}

.menuopen .site-header {
	background-color: var(--go_bg);
}

.header_inner {
	width: calc(100% - 4rem);
	margin: 0 auto;
	height: 5rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.logo-img {
	height: 2rem;
	width: auto;
}

#site-navigation {
	transition: all 1s;
	display: flex;
	height: 0;
	opacity: 0;
	justify-content: center;
	align-items: center;
	overflow-y: hidden;
}

.menuopen #site-navigation {
	height: calc(100vh - 5rem);
	opacity: 1;
}

#site-navigation > div {
	width: calc(100% - 4rem);
	max-width: 1200px;
}

#primary-menu {
	list-style: none;
	display: flex;
	flex-direction: column;
	padding-bottom: 10vh;
}

#primary-menu li {
	margin: 0.2em 0;
	font-size: 2.5rem;
}

#primary-menu a {
	color: var(--go_red);
	display: inline-block;
}

#primary-menu a:hover {
	color: var(--go_grey);
}

.ph_home_slider {
	background-image: url(/wp-content/uploads/2022/05/go_ph1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: calc(100vh - 5rem);
	width: 100%;
}

.ph_home_slider.sl2 {
	background-image: url(/wp-content/uploads/2022/05/go_ph2.jpg);
}

section.content_block {
	width: calc(100% - 4rem);
	max-width: 1200px;
	margin: 0 auto;
}

.col2_wrapper {
	width: calc(100% - 4rem);
	max-width: 1500px;
	margin: 0 auto;
}

.col2_wrapper .wp-block-columns {
	padding: 6em 0;
}

.col2_wrapper .wp-block-column {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.col2_wrapper .wp-block-column.col2_image {
	flex-basis: auto;
	flex-grow: 0;
	width: auto;
}

.col2_image img {
	height: 720px;
	width: auto;
	max-width: none;
}

.col2_wrapper .wp-block-columns {
	gap: 0;
}

.col2_wrapper .wp-block-columns > div.col2_content:first-child {
	padding-left: 150px;
	padding-right: 2em;
}

.col2_wrapper .wp-block-columns > div.col2_content:last-child {
	padding-right: 150px;
	padding-left: 2em;
}

.col2_wrapper .wp-block-column.col2_content {
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 1;
}

.sec_ph_text {
	padding: 5rem 0;
}

.para_padding {
	padding-right: 530px;
}

.para_padding2 {
	padding: 0 14em;
}

.para_width1 {
	width: calc(100% - 4rem);
	margin: 0 auto;
	max-width: 900px !important;
}



h3 {
	color: var(--go_red);
	font-size: 2.5rem;
	font-weight: 300;
	line-height: 1.4;
}

h4 {
	font-size: 1.8em;
	font-weight: 300;
	line-height: normal;
	margin-bottom: 0.8em;
	margin-top: 0;
}

h5 {
	color: var(--go_red);
	font-size: 1em;
	font-weight: 300;
	line-height: 1.4;
	/*text-transform: uppercase;*/
	margin-bottom: 0.9em;
}

.small_text h5, .small_text p {
	font-size: 16px;
}

.sld_linkbox p {
	font-size: 1.2em;
	margin-top: 0;
}

.is-style-go-teaser-text {
	font-size: 1.3em;
}


/* impax */




.impax_inner {
	width: calc(100% - 4rem);
	max-width: 1500px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 1em;
	/*margin-bottom: -500px;*/
}

.impax_wrapper.liste .impax_inner {
	grid-row-gap: 1.8em;
	column-gap: 1.8em;
}

.impax_wrapper.raster .impax_inner {
	margin-bottom: 0;
}

.impax_box {
	position: relative;
	pointer-events: none;
	padding-top: 100%;
	transform-origin: center center;
	transform: translateY(0);
}

.impax_wrapper.raster .impax_box {
	transform: translateY(0) !important;
	padding-top: 0;
}

.impax_box.active {
	z-index: 8;
}

.impax_box.ib_void {
	padding-top: 0;
}

.impax_wrapper.raster .impax_box.ib_void {
	display: none;
}

.impax_item {
	pointer-events: none;
	margin-top: 0;
	transition: transform 0.5s;
	transform: scale(1) translateX(0);
	transform-origin: center center;
	position: absolute;
	top: 0;
	left: 0;
}

.impax_wrapper.raster .impax_item {
	transform: scale(1) translateX(0) !important;
	margin-top: 0;
	position: relative;
	pointer-events: auto !important;
}

.impax_item a {
	text-decoration: none;
}


.dpl1 {
	z-index: 4;
}
.dpl2 {
	z-index: 3;
}
.dpl3 {
	z-index: 2;
}


.impax_item:hover {
	pointer-events: auto;
}

.item_inner {
	padding: 1rem;
	background-color: rgba(122, 20, 15, 0);
	transition: background 0.5s;
}

.impax_wrapper.liste .item_inner {
	background-color: var(--go_bg);
	display: flex;
	padding: 0;
}

.impax_wrapper.liste .item_inner .impax_desc {
	position: static;
}

.impax_item:hover .item_inner, .impax_box.preselec .impax_item .item_inner {
	background-color: var(--go_red);
}

.impax_image {
	pointer-events: auto;
}

.impax_wrapper.liste .impax_image {
	width: 150px;
	height: 150px;
	padding-top: 0;
	flex-grow: 0;
	flex-shrink: 0;
}

.impax_title {
	font-size: 1.2em;
	line-height: normal;
}

.impax_text {
	display: flex;
	flex-direction: column;
	color: #fff;
	font-weight: 300;
	padding: 0.3em 0;
	opacity: 0;
	transition: opacity 0.5s;
}



.impax_wrapper.raster .impax_text {
	opacity: 1;
}

.impax_wrapper.liste .impax_text {
	padding: 0.8em 0.8em;
	flex-grow: 1;
}

.impax_wrapper.liste .impax_title {
	font-size: 1.05em;
	padding-bottom: 0.3em;
}

.impax_wrapper.liste .impax_desc {
	font-size: 0.9em;
}

.impax_item:hover .impax_text {
	opacity: 1;
}

.impax_wrapper.raster .impax_title {
	color: var(--go_grey);
	transition: all 0.5s;
}

.impax_wrapper.raster .impax_item:hover .impax_title, .impax_wrapper.raster .impax_box.preselec .impax_title   {
	color: #fff;
}

.impax_wrapper.raster .impax_desc {
	opacity: 0;
	transition: all 0.5s;
}

.impax_wrapper.liste .impax_desc {
	padding-right: 1em;
	line-height: 1.3;	
}

.impax_wrapper.raster .impax_item:hover .impax_desc, .impax_wrapper.raster .impax_box.preselec .impax_desc {
	opacity: 1;
}


.impax_text a {
	color: #fff;
	text-decoration: none;
}

.impax_text a:hover {
	text-decoration: underline;
}

.impax_funktion, .impax_tel, .impax_mail {

}

.impax_funktion {
	margin-bottom: 0.6em;
}

.ib1 .impax_item {
	transform: scale(0.7) translateX(-10%);
	margin-top: 20%;
}

.ib1 .impax_item:hover {
	transform: scale(1) translateX(-10%);
}

.ib2 .impax_item {
	transform: scale(0.8) translateX(0%);
}

.ib2 .impax_item:hover {
	transform: scale(1) translateX(0%);
}

.ib3 .impax_item {
	transform: scale(0.9) translateX(0%);
	margin-top: -30%;
}

.ib3 .impax_item:hover {
	transform: scale(1) translateX(0%);
}

.ib4 .impax_item {
	transform: scale(0.8) translateX(40%);
	margin-top: 0%;
}

.ib4 .impax_item:hover {
	transform: scale(1) translateX(40%);
}

.ib5 .impax_item {
	transform: scale(0.9) translateX(0%);
	margin-top: 40%;
}

.ib5 .impax_item:hover {
	transform: scale(1) translateX(0%);
}

.ib6 .impax_item {
	transform: scale(0.7) translateX(0%);
	margin-top: -40%;
}

.ib6 .impax_item:hover {
	transform: scale(1) translateX(0%);
}

.ib7 .impax_item {
	transform: scale(0.7) translateX(0%);
	margin-top: -10%;
}

.ib7 .impax_item:hover {
	transform: scale(1) translateX(0%);
}

.ib8 .impax_item {
	transform: scale(0.9) translateX(40%);
	margin-top: 50%;
}

.ib8 .impax_item:hover {
	transform: scale(1) translateX(40%);
}

.ib9 .impax_item {
	transform: scale(0.8) translateX(-10%);
	margin-top: -20%;
}

.ib9 .impax_item:hover {
	transform: scale(1) translateX(-10%);
}


.ib10 .impax_item {
	transform: scale(0.8) translateX(-10%);
	margin-top: -30%;
}

.ib10 .impax_item:hover {
	transform: scale(1) translateX(-10%);
}

.ib11 .impax_item {
	transform: scale(0.9) translateX(-10%);
	margin-top: 0%;
}

.ib11 .impax_item:hover {
	transform: scale(1) translateX(-10%);
}

.ib12 .impax_item {
	transform: scale(0.7) translateX(-10%);
	margin-top: -10%;
}

.ib12 .impax_item:hover {
	transform: scale(1) translateX(-10%);
}


.ib13 .impax_item {
	transform: scale(0.8) translateX(10%);
	margin-top: 20%;
}

.ib13 .impax_item:hover {
	transform: scale(1) translateX(10%);
}

.ib14 .impax_item {
	transform: scale(0.9) translateX(0%);
	margin-top: 0%;
}

.ib14 .impax_item:hover {
	transform: scale(1) translateX(0%);
}

.ib15 .impax_item {
	transform: scale(0.8) translateX(10%);
	margin-top: -20%;
}

.ib15 .impax_item:hover {
	transform: scale(1) translateX(10%);
}


/* mob menu */




 .menu_icon_ct {
	position: relative;
	padding: 0;
	z-index: 20;
	/* display: none;*/
}

 .menu_icon {
	width: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 30px;
	cursor: pointer;
	position: relative;
}

 .menu_icon_line {
	width: 100%;
	height: 3px;
	background-color: var(--go_red);
	opacity: 1;
	margin-top: 0;
	transform-origin: center center;
	position: absolute;
	display: inline-block;
	transition: all 0.5s;
}

 .menu_icon .line1 {
	top: auto;
	transform: translateY(10px);
}
 .menu_icon .line2 {
	top: auto;
}
 .menu_icon .line3 {
	top: auto;
	transform: translateY(-10px);
}


.menuopen .menu_icon .line1 {
	-moz-transform: rotate(45deg) translateY(0px);
	-webkit-transform: rotate(45deg) translateY(0px);
	-o-transform: rotate(45deg) translateY(0px);
	-ms-transform: rotate(45deg) translateY(0px);
	transform: rotate(45deg) translateY(0px);
	top: auto;
	margin-top: 0;
}

.menuopen .menu_icon .line2 {
	opacity: 0;
}

.menuopen .menu_icon .line3 {
	-moz-transform: rotate(-45deg) translateY(0px);
	-webkit-transform: rotate(-45deg) translateY(0px);
	-o-transform: rotate(-45deg) translateY(0px);
	-ms-transform: rotate(-45deg) translateY(0px);
	transform: rotate(-45deg) translateY(0px);
	top: auto;
	margin-top: 0;
}


/* Inline Section */

.inline_section.btn_block {
	text-align: center;
	padding: 4em 0;
}



/* Buttons */

.wp-block-button__link, .wp-block-button__link:active, .wp-block-button__link:focus, .wp-block-button__link:visited {
	color: var(--go_red);
	background-color: transparent;
	border-radius: 0;
	font-size: 1em;
	padding: 0;
	text-align: left;
	font-weight: 500;
	position: relative;
	transition: all 0.5s;
}



.btn_def {
	text-decoration: none;
	display: inline-block;
}

.btn_def .btn_inner {
	display: flex;
	flex-direction: column;
}

.btn_def .btn_text {
	font-weight: 500;
	color: var(--go_red);
	position: relative;
	transition: all 0.5s;
}

.btn_def .btn_text::before, .wp-block-button__link::before {
	content: '';
	position: absolute;
	width: 0.8em;
	height: 0.8em;
	border: 3px solid;
	border-bottom: none;
	border-left: none;
	transform-origin: center center;
	transform: rotate(45deg) translateX(0.75em) translateY(-0.75em);
	top: 0.4em;
	right: 0;
	transition: all 0.5s;
	pointer-events: none;
}

.btn_def:hover .btn_text::before, .wp-block-button__link:hover::before {
	transform: rotate(45deg) translateX(1.25em) translateY(-1.25em);
}

.btn_def:hover .btn_text, .wp-block-button__link:hover {
	color: var(--go_grey);
}

.btn_def .btn_icon {
	margin-bottom: 0.5em;
}

.btn_def .btn_icon svg {
	height: 6em;
	width: auto;
}

.btn_def .cls-kp-2, .btn_def .cls-go2-2 {
	transition: all 0.5s;
}

.btn_def:hover .cls-kp-2, .btn_def:hover .cls-go2-2 {
	fill: var(--go_grey);
}

.btn_def #elem1{
	transition: all 1s;
	transform: rotate(0);
	transform-origin: center center;
	transform-box: fill-box;
}

.btn_def:hover #elem1 {
	transform: rotate(0.5turn);
}

.btn_def #pdf_symb {
	transition: all 0.5s;
	transform: scale(1);
	transform-origin: center center;
	transform-box: fill-box;
}

.btn_def:hover #pdf_symb {
	transform: scale(0.8);
}


.ovl_close {
	display: flex;
	width: 30px;
	height: 30px;
	position: relative;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	opacity: 1;
	transition: all 0.5s;
}

.ovl_close:hover {
	opacity: 0.8;
}

.ovl_close::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 3px;
	background-color: #fff;
	transform: rotate(45deg);
	transition: all 0.5s;
}

.ovl_close.active::before {
	transform: rotate(90deg);
}

.ovl_close::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 3px;
	background-color: #fff;
	transform: rotate(-45deg);
	transition: all 0.5s;
}

.ovl_close.active::after {
	transform: rotate(0deg);
}


.sld_linkbox .ovl_close {
	position: absolute;
	top: 1rem;
	right: 1rem;
}



/* Kontakt */


.kontakt_block1 {

}

#map_rw {
	height: 70vh;
}

::-webkit-input-placeholder { /* Edge */
  color: var(--go_grey);
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: var(--go_grey);
}

::placeholder {
  color: var(--go_grey);
}

.wpcf7-text {
	width: 100%;
}

.wpcf7-textarea {
	height: 6em;
}

.cf_opts .wpcf7-checkbox {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-row-gap: 0.5em;
	display: none;
}



.wpcf7-list-item {
	margin: 0 1em 0 0;
}

.wpcf7-list-item-label::before {
	content: "";
	position: relative;
	width: 1em;
	height: 1em;
	border: 1px solid;
	display: inline-block;
	margin-right: 0.25em;
	margin-bottom: -2px;
}

.wpcf7-list-item input[type="checkbox"] {
	display: none;
}

input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
	background-color: var(--go_red);
	background-size: 80% 80%;
	-webkit-box-shadow:inset 0 0 0 3px rgba(255,255,255,1);
box-shadow:inset 0 0 0 3px rgba(255,255,255,1);
}

input[type="submit"].wpcf7-submit {
	margin-top: 1em;
	width: 100%;
	border: 2px solid var(--go_red);
	border-radius: 0;
	background-color: #fff;
	padding: 0.5em 0;
	color: var(--go_red);
	font-weight: 500;
	font-size: 1em;
	letter-spacing: 0.05em;
	cursor: pointer;
}

input[type="submit"].wpcf7-submit:hover { 
	color: #fff;
	background-color: var(--go_red);
}



.wpcf7-spinner {
	position: absolute;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0;
	color: #fff;
	padding: 0.5em;
	background-color: #007CA2;
	font-weight: 500;
	border: none !important;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	background-color: #DC8624;
}

.wpcf7 form.sent .wpcf7-response-output {
	background-color: #5BAE00;
}











/* Slick Slider */

.slick_ct {
	position: relative;
}

.slick-dots {
	list-style: none;
	padding: 0;
	margin: 0 0.5em;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 5rem;
	/*column-gap: 0.5em;*/
	pointer-events: auto;
}

.slick-dots li {
	margin: 0;
	padding: 0;
	display: flex;
	width: 1em;
	height: 1em;
	position: relative;
	overflow: hidden;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.slick-dots li::before {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	display: inline-block;
	background-color: rgba(0,0,0,0.25);
}

.slick-dots li:hover::before {
	background-color: rgba(0,0,0,0.5);
}

.slick-dots li.slick-active::before {
	background-color: var(--go_red);
}

.slick-dots button {	
	display: none;
}

.slick_ct .slick_item {
	height: calc(100vh - 9rem);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}

.slick_ct.ref_slider .slick_item {
	/*height: calc(100vh - 5rem);*/
	height: calc(100vh - 9rem);
}

.single-referenz .slick_ct .slick_item {
	height: calc(100vh - 18rem);
}


/*
.single-referenz .slick_item {
	height: calc(100vh - 13.5rem);
}

.single-referenz .slick-dots {
	position: relative;
	top: -5rem;
	z-index: 4;
}

.single-referenz .slick-dots li::before {
	background-color: rgba(255,255,255,0.5);
}

.single-referenz .slick-dots li.slick-active::before {
	background-color: rgba(255,255,255,0.95);
}
*/



.sld_linkbox {
	display: inline-block;
	position: absolute;
	padding: 1em 2em;
	width: calc(50% - 1rem);
	bottom: 1rem;
	left: 1rem;
	text-decoration: none;
}

.slick_ct .slick_item.link_right .sld_linkbox {
	left: 50%;
}

.sld_linkbox .linkbox_bg {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: var(--go_red);
	mix-blend-mode: multiply;
	left: 0;
	top: 0;
	transition: all 0.5s;
	
}

.sld_linkbox:hover .linkbox_bg {
	background-color: var(--go_grey);
}

.sld_linkbox .linkbox_content {
	color: #fff;
	text-decoration: none;
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	opacity: 1;
	transition: all 0.5s;
	transition-delay: 0.5s;
}

.slick_ct.active .sld_linkbox .linkbox_content {
	opacity: 0;
	pointer-events: none;
	
}

.sld_linkbox .linkbox_title {
	font-size: 1.8em;
	margin-bottom: 0.8em;
	line-height: normal;
}

.sld_linkbox .linkbox_text {
	font-size: 1.2em;
	padding-bottom: 0.5em;
}

.sld_linkbox .linkbox_text strong {
	font-weight: 500;
}


#slick_slider2 {
	position: relative;
}

#slick_slider2 .sld_linkbox {
	width: 600px;
	left: auto;
	right: 1rem;
	top: 1rem;
	bottom: 6rem;
	z-index: 5;
	padding-right: 6em;
	padding-top: 4em;
}

.page-id-141 #slick_slider2 .sld_linkbox {
	padding-right: 2em;
	padding-top: 3em;
	font-size: 0.9em;
		overflow-y: auto;
}

.page-id-141 #slick_slider2 .slick_item {
	height: calc(100vh - 10rem);
}

.page-id-141 #slick_slider2.active .linkbox_bg {
	bottom: calc(100vh - 10rem);
}



#slick_slider2.active .sld_linkbox {
	pointer-events: none;
}

#slick_slider2.active .ovl_close {
	pointer-events: all;
}

#slick_slider2 .linkbox_bg {
	width: 600px;
	left: auto;
	right: 1rem;
	top: 1rem;
	bottom: 6rem;
	z-index: 4;
	position: absolute;
	background-color: var(--go_red);
	mix-blend-mode: multiply;
	transition: all 1s;
	
}

#slick_slider2.active .linkbox_bg {
	width: calc(30px + 2rem);
	bottom: calc(100vh - 10rem);
	transition-delay: 0.5s;
}

.slick_hnav {
	position: absolute;
	width: 100%; 
	height: calc(100% - 5rem);
	/*background-color: rgba(0,255,0,0.4);*/
	top: 0;
	left: 0;
	z-index: 3;
}

.slick_hnav .hnav_box {
	position: absolute;
	width: 50%;
	height: 100%;
}

.slick_hnav .slick_prev {
	top: 0;
	left: 0;
	/*background-color: rgba(255,255,255,0.5);*/
	cursor: url(/wp-content/uploads/2022/05/go_arrow_left4.png) 41 31, auto;
}

.slick_hnav .slick_next {
	top: 0;
	left: 50%;
	/*background-color: rgba(0,0,0,0.5);*/
	cursor: url(/wp-content/uploads/2022/05/go_arrow_right4.png) 41 31, auto;
}

.ref_slider .slick-wrapper {
	z-index: 5;
	pointer-events: none;
}

.ref_slider .slick_item a {
	pointer-events: auto;
}





.fancybox__caption {
	max-width: 1000px;
}


/* Referenzen */



.ansicht_wrapper {
	width: calc(100% - 4rem);
	max-width: 1500px;
	margin: 0 auto;
	padding-bottom: 3em;
}

.current_chapter {
	width: 100%;
	pointer-events: none;
	left: 0;
	position: absolute;
	text-align: center;
}

.page-id-46 .current_chapter::before {
	/*content: 'REFERENZEN';
	letter-spacing: 0.1em;
	display: inline-block;*/
}

.impax_wrapper .impax_item, .single-referenz .impax_item {
	width: 100%;
}

.impax_wrapper .impax_image, .single-referenz .impax_image {
	width: 100%;
	padding-top: 100%;
	position: relative;
}

.impax_wrapper .impax_image img, .single-referenz .impax_image img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: center center;
}


.impax_wrapper .impax_desc, .single-referenz .impax_desc {
	padding-right: 2em;
	position: relative;
}

.impax_wrapper .impax_desc::before, .single-referenz .impax_desc::before {
	content: '';
	position: absolute;
	width: 0.8em;
	height: 0.8em;
	border: 3px solid;
	border-bottom: none;
	border-left: none;
	transform-origin: center center;
	transform: rotate(45deg);
	bottom: 0.4em;
	right: 0;
	transition: all 0.5s;
	pointer-events: none;
}

.impax_wrapper.liste .impax_desc::before {
	bottom: calc(50% - 0.4em);
	right: 0.75em;
}

.ansicht_select {
	display: flex;
	margin-top: 2em;
	align-items: center;
}

.view_txt {
	margin-right: 1em;
}

.view_ico {
	margin-left: 1em;
	cursor: pointer;
}

.view_ico img {
	height: 1.3em;
	width: auto;
	filter: grayscale(1);
	opacity: 0.4;
}

.view_ico:hover img {
	opacity: 0.6;
}

.view_ico.active img {
	filter: grayscale(0);
	opacity: 1;
}



/* Footer */

.site-footer {
	padding: 2em 0 0.5em 0;
	background-color: var(--go_bg);
	color: #000;
}

.site-footer .content_block {
	max-width: 900px;
}

.site-footer .content_block > div {
	display: flex;
	justify-content: space-between;
}

.site-footer .footer_left {
	width: calc(70% - 4em);
}

.site-footer .footer_right {
	width: calc(30% - 4em);
}

.site-footer a {
	color: var(--go_grey);
	text-decoration: none;
}

.site-footer a:hover {
	color: var(--go_red);
}

.site-footer #block-6 .content_block > div {
	align-items: flex-end;
}

.go_link_fb img {
	height: 1.5em;
	width: auto;
	filter: grayscale(1) brightness(3);
	display: inline-block;
	position: relative;
	top: -0.9em;
}

.go_link_fb a:hover img {
	filter: grayscale(0) brightness(1);
}

.site-footer #block-6 .footer_left {
	align-items: flex-end;
}

.content_block p a {
	color: var(--go_grey);
	text-decoration: none;
}

.content_block p a:hover {
	color: var(--go_red);
}














/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/


@media only screen and (min-width: 960px) {
	
	
	.def_ani.anim {
		opacity: 0;
		transition: all 1s;
	}
	
	.def_ani.anim.inview {
		opacity: 1;
	}
	
	.content_block.anim h3 {
		opacity: 0;
		transform: translateY(1em);
		transition: all 1s;
	}
	
	.content_block.anim.inview h3 {
		opacity: 1;
		transform: translateY(0);
	}
	
	.content_block.anim .para_padding {
		opacity: 0;
		transform: translateY(1em);
		transition: all 1s;
		transition-delay: 0.3s;
	}
	
	.content_block.anim.inview .para_padding {
		opacity: 1;
		transform: translateY(0);
	}
	
	
	.content_block.anim .wp-block-buttons {
		opacity: 0;
		transform: translateY(1em);
		transition: all 1s;
		transition-delay: 0.6s;
	}
	
	.content_block.anim.inview .wp-block-buttons  {
		opacity: 1;
		transform: translateY(0);
	}
	
	
	.wp-block-columns.anim > .col2_content {
		opacity: 0;
		/*transform: translateX(-5em);*/
		transition: all 1s;
	}
	
	.wp-block-columns.anim.inview > .col2_content {
		opacity: 1;
		/*transform: translateX(0);*/
	}
	
	.wp-block-columns.anim > .col2_image {
		opacity: 0;
		transform: translateY(3em);
		transition: all 1s;
	}
	
	.wp-block-columns.anim.inview > .col2_image {
		opacity: 1;
		transform: translateY(0);
	}
	
	
}




/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/






@media only screen and (max-width: 1600px) {
	
	.ansicht_wrapper, .impax_inner {
		max-width: 1200px;
	}
	
	.impax_wrapper.liste .impax_inner {
		grid-template-columns: 1fr 1fr;
	}
	
	.col2_wrapper {
		max-width: 1200px;
	}
	
	.col2_image img {
		height: 640px;
	}
	
	.col2_wrapper .wp-block-columns > div.col2_content:first-child {
		padding-left: 0;
	}
	
	.col2_wrapper .wp-block-columns > div.col2_content:last-child {
		padding-right: 0;
	}
	
		.slick_ct .slick_item {
	height: calc(75vh);
}

.slick_ct.ref_slider .slick_item {
	/*height: calc(100vh - 5rem);*/
	height: calc(75vh);
}

.single-referenz .slick_ct .slick_item {
	height: calc(75vh - 7rem);
}

.page-id-141 #slick_slider2 .slick_item {
	height: calc(75vh);
}

.page-id-141 #slick_slider2.active .linkbox_bg {
	bottom: calc(75vh);
}
	
	
}


@media only screen and (max-width: 1300px) {
	
	.impax_inner {
		max-width: 90%;
	}
	
	.impax_wrapper.raster .impax_inner {
		max-width: 1200px;
	}
	
	.col2_image img {
		height: 560px;
	}
	
	
}

@media only screen and (max-width: 1140px) {
	
	.site {
		font-size: 16px;
	}
	
	h3 {
		font-size: 2.1rem;
	}
	
	.para_padding {
		padding-right: 30%;
	}
	
	.impax_wrapper.raster .impax_inner {
		grid-template-columns: 1fr 1fr;
	}
	
	.col2_image img {
		height: 500px;
	}
	
	.para_padding2 {
		padding: 0 8em;
	}
	
	
}

@media only screen and (max-width: 960px) {
	
	#slick_slider2 .sld_linkbox, #slick_slider2 .linkbox_bg {
		width: 500px;
		max-width: 100%;
	}
	
	h4 {
		font-size: 1.4em;
	}
	
	.sld_linkbox p {
		font-size: 1em;
	}
	
	.kontakt_cols {
		flex-direction: column;
		overflow: hidden;
	}
	
	.kontakt_cols .col1 {
		flex-basis: 100%;
		overflow: hidden;
	}
	
	.kontakt_cols .col2, .kontakt_cols .col3 {
		flex-basis: 50% !important;
	}
	
	input[type="submit"].wpcf7-submit {
		max-width: 20em;
		margin: 1em auto;
		display: inherit;
		margin-top: 3em;
	}
	
	.site-footer #block-5 .content_block > div {
		flex-direction: column;
	}
	
	.site-footer .footer_left, .site-footer .footer_right {
		width: 100%;
	}
	
	.site-footer .content_block > div {
		column-gap: 1em;
	}
	
	.col2_image img {
		height: 420px;
	}
	
	.col2_wrapper .wp-block-columns {
		padding: 3em 0;
	}
	
	.para_padding2 {
		padding: 0 4em;
	}
	
	
	/* raster */
	
	.ansicht_select {
		display: none;
	}
	
	.impax_wrapper .impax_inner {
	margin-bottom: 0;
	}

.impax_wrapper .impax_box {
	transform: translateY(0) !important;
	padding-top: 0;
}

.impax_wrapper .impax_item {
	transform: scale(1) translateX(0) !important;
	margin-top: 0;
	position: relative;
	pointer-events: auto !important;
}
	
	.item_inner {
		padding: 0;
	}

.impax_wrapper .impax_text {
	opacity: 1;
}

.impax_wrapper .impax_title {
	color: var(--go_grey);
	transition: all 0.5s;
}

.impax_wrapper .impax_item:hover .impax_title, .impax_wrapper .impax_box.preselec .impax_title   {
	color: #fff;
}

.impax_wrapper .impax_desc {
	opacity: 0;
	transition: all 0.5s;
	display: none !important;
}

.impax_wrapper .impax_item:hover .impax_desc, .impax_wrapper .impax_box.preselec .impax_desc {
	opacity: 1;
}
	
	.impax_title {
		font-size: 1.1em;
		padding: 0.3em 2em 0.3em 0.5em;
		color: var(--go_red) !important;
		position: relative;
	}
	
	.impax_inner {
		max-width: none;
		grid-row-gap: 3em;
	}
	
	.impax_item:hover .item_inner, .impax_box.preselec .impax_item .item_inner {
		background-color: #fff;
	}
	
	.impax_wrapper .impax_title::before, .single-referenz .impax_title::before {
	content: '';
	position: absolute;
	width: 0.8em;
	height: 0.8em;
	border: 3px solid;
	border-bottom: none;
	border-left: none;
	transform-origin: center center;
	transform: rotate(45deg);
	top: 0.6em;
	right: 0.3em;
	transition: all 0.5s;
	pointer-events: none;
}
	
	
	
	
	
	.impax_team .impax_inner {
		grid-template-columns: 1fr 1fr;
	}
	
	
	
	.impax_wrapper.impax_team .impax_title::before {
		display: none;
	}
	
	
	.impax_team .impax_text {
		color: var(--go_grey);
		padding: 0.8em 0.5em 0.3em 0.5em;
		display: flex;
		justify-content: space-between;
		flex-direction: row;
		flex-wrap: wrap;
	}
	
	.impax_team .impax_text a {
		color: var(--go_red) !important;
	}
	
	.impax_wrapper.impax_team .impax_title {
		color: var(--go_grey) !important;
		padding: 0;
		font-size: 1em;
		font-weight: 500;
		width: 100%;
	}
	
	.impax_wrapper.impax_team .impax_funktion {
		width: 100%;
	}
	
	.impax_wrapper.impax_team .impax_tel {
		width: 65%;
	}
	
	.impax_wrapper.impax_team .impax_mail {
		width: 30%;
		text-align: right;
	}
	
	
	
}

@media only screen and (max-width: 760px) {
	
	.header_inner, section.content_block, #site-navigation > div, .impax_inner, .col2_wrapper {
		width: calc(100% - 2rem);
	}
	
	.site-main {
		padding-top: 60px;
	}
	
	.impax_inner {
		grid-template-columns: 1fr 1fr;
	}
	
	.impax_team .impax_inner {
		grid-template-columns: 1fr;
	}
	
	.impax_title {
		font-size: 1em;
	}
	
	
	.header_inner {
		height: 60px;
	}
	
	.menuopen #site-navigation {
		height: calc(100vh - 60px);
	}
	
	.logo-img {
		height: 25px;
	}
	
	#primary-menu li {
		font-size: 2.1rem;
	}
	
	.col2_wrapper .wp-block-columns {
		flex-direction: column;
		gap: 0;
	}
	
	.col2_wrapper .wp-block-column.col2_image {
		order: 1;
		flex-basis: auto;
		flex-grow: 1;
		width: 100%;
		padding-bottom: 2em;
	}
	
	.col2_wrapper .wp-block-column.col2_image .wp-block-image {
		margin-bottom: 0;
	}
	
	
	
	.col2_wrapper .wp-block-column.col2_content {
		order: 3;
		flex-basis: auto;
		flex-grow: 1;
		width: 100%;
	}
	
	.col2_wrapper .wp-block-column.col2_content h5 {
		margin-top: 0;
	}
	
	.col2_image img {
		width: 100%;
		height: auto;
	}
	
	.wp-container-23.col2_wrapper > div {
		
	}
	
	.para_padding2 {
		padding: 0 0em;
	}
	
	.single-referenz .impax_wrapper.raster .impax_inner {
		grid-template-columns: 1fr;
	}
	
	h3 {
		font-size: 1.8rem;
	}
	
	.para_padding {
		padding-right: 0;
	}
	
	.is-style-go-teaser-text {
		font-size: 1.2em;
	}
	
	#map_rw {
		height: 100vw;
	}
	
	.cf_opts .wpcf7-checkbox {
		grid-template-columns: 1fr;
	}
	
	.slick_hnav {
		display: none;
	}
	
	.ref_slider .slick-wrapper {
		pointer-events: auto;
	}
	
	.slick_ct.ref_slider .slick_item {
		/*height: 120vw;*/
	}
	
	.sld_linkbox {
		width: calc(100% - 2rem);
	}
	
	.sld_linkbox .linkbox_title {
		font-size: 1.4em;
	}
	
	.sld_linkbox .linkbox_text {
		font-size: 1em;
	}
	
	.slick_ct .slick_item.link_right .sld_linkbox {
		left: 1rem;
	}
	
	.sr_slider .linkbox_bg {
		display: none;
	}
	
	.sr_slider .sld_linkbox {
		background-color: rgba(122, 20, 15, 0.9);
	}
	
	#slick_slider2 .sld_linkbox {
		width: calc(100% - 2rem);
		height: auto;
		bottom: 6rem;
		left: auto;
		right: 1rem;
		top: auto;
		overflow: hidden;
		transition: none;
	} 
	
	#slick_slider2.active .sld_linkbox {
		pointer-events: auto;
		width: 4rem;
		height: 4rem;
		padding: 0;
	}
	
	.sld_linkbox .linkbox_content {
		transition: none;
	}
	
	#slick_slider2 .sld_linkbox {
		padding: 1em;
		padding-bottom: 0;
	}
	
	.sld_linkbox .ovl_close {
		z-index: 5;
	}
	
	.page-id-141 #slick_slider2 .slick_item {
		/*height: 120vw;*/
	}
	
	.page-id-141 #slick_slider2 .sld_linkbox {
		padding-right: 1em;
		padding-top: 1.5em;
		line-height: 1.2;
		/*line-height: calc((100vw - 4rem) * 0.07);*/
		bottom: auto;
		top: 1rem;
	}
	

	
	.sld_linkbox h4 {
		font-size: 1.2em;
	}
	
	#block-6 .footer_right {
		text-align: right;
		padding-right: 2em;
	}
	
	.single-referenz .slick_item {
		/*height: 100vw;*/
	}
	
	.single-referenz .sec_ph_text {
		padding: 2rem 0;
	}
	
	
	input[type="submit"].wpcf7-submit {
		max-width: 100%;
		width: 100%;
	}
	
		.impax_wrapper .impax_title::before, .single-referenz .impax_title::before {
			content: '';
			position: absolute;
			width: 0.5em;
			height: 0.5em;
			border: 2px solid;
			border-bottom: none;
			border-left: none;
			transform-origin: center center;
			transform: rotate(45deg);
			top: 0.6em;
			right: 0.4em;
			transition: all 0.5s;
			pointer-events: none;
		}
	
	
	.col2_wrapper .wp-block-columns > div.col2_content:first-child {
	padding-right: 0em;
}

.col2_wrapper .wp-block-columns > div.col2_content:last-child {
	padding-left: 0em;
}
	
}





@media (orientation: portrait) {
  
	.slick_ct .slick_item {
	height: calc(110vw);
}

.slick_ct.ref_slider .slick_item {
	/*height: calc(100vh - 5rem);*/
	height: calc(110vw);
}

.single-referenz .slick_ct .slick_item {
	height: calc(90vw);
}

.page-id-141 #slick_slider2 .slick_item {
	height: calc(110vw);
}

.page-id-141 #slick_slider2.active .linkbox_bg {
	bottom: calc(110vw);
}
	
	
}





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

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

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

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

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

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

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

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

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

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

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

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

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

.post,
.page {
	margin: 0;
}

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

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

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

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

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

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