/*!
Theme Name: sozion
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
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: sozion
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.

sozion 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%;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

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

/**
 * 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: 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;
	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 {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	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;
	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: thin dotted;
}

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: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	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%;
}

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

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

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

/*
Figtree

// <weight>: Use a value from 300 to 900
// <uniquifier>: Use a unique and descriptive class name

.figtree-<uniquifier> {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

Light: 300
Regular 400
Medium 500
Semibold 600
Bold 700
Extrabold 800
Black 900

*/

.g-6, .gx-6 {
  --bs-gutter-x: 6rem;
}

.px-6 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.g-7, .gx-7 {
  --bs-gutter-x: 7rem;
}

.px-7 {
  padding-right: 3.5rem !important;
  padding-left: 3.5rem !important;
}

.g-10, .gx-10 {
  --bs-gutter-x: 10rem;
}

.px-10 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}

html {
	height: 100%;
	margin-top: 0 !important;
}

#wpadminbar {
	display: none !important;
}

.entry-footer {
	display: none !important;
}

body {
	--rog-green-dark: #4c685a; /* rgba 76,104,90 */
	--rog-green-light: #84c79a; /* rgba 132,199,154 */
	--rog-beige-bg: #f5f1ee; /* rgba 245,241,238 */
}

body {
	font-family: "Figtree", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	background-color: var(--rog-beige-bg);
	height: 100% !important;
	flex-direction: column !important;
	display: flex !important;
	font-size: 18px;
	line-height: 1.5643rem;
	overflow-x: hidden;
}

a {
	text-decoration: none;
}

a:hover {
	color: var(--rog-green-dark);
	text-decoration: underline;
}

.container-fluid {
	max-width: 1180px;
}

.container-fluid-small {
	max-width: 940px;
}

.container-fluid-100 {
	max-width: 100%;
}

.container-fluid-wider {
	max-width: 1315px;
}

h1, h2, h3, h4, h5, h6, h7, h8 {
	font-weight: 700;
	font-style: normal;
	color: var(--rog-green-dark);
	letter-spacing: .1rem;
}

h1 {
	font-size: 2.2rem;
}

h1.pageheadercontainer {
	font-size: 2.6rem;
}

h2 {
	font-size: 2.2rem;
	margin-bottom: 2rem;
}

h2.h-smaller {
	font-size: 1.778rem;
	margin-bottom: 2rem;
}

h2.h-bigger {
	font-size: 2.067rem;
	margin-bottom: 3.5rem;
}

@media (min-width: 768px) {
	h2.h-bigger {
		font-size: 2.667rem;
		margin-bottom: 3.5rem;
	}
}

h3 {
	font-size: 1.75rem;
}

h4 {
	font-size: 1.5rem;
}

.content-section h2 {
	font-size: 2.44rem;
}

.bg-dark-green h1, .bg-dark-green h2, .bg-dark-green h3, .bg-dark-green h4, .bg-dark-green h5,
.bg-dark-green-whith-grad h1, .bg-dark-green-whith-grad h2, .bg-dark-green-whith-grad h3, .bg-dark-green-whith-grad h4, .bg-dark-green-whith-grad h5,
.scroll-gradient h1, .scroll-gradient h2, .scroll-gradient h3, .scroll-gradient h4, .scroll-gradient h5,
.scroll-gradient-whith-grad h1, .scroll-gradient-whith-grad h2, .scroll-gradient-whith-grad h3, .scroll-gradient-whith-grad h4, .scroll-gradient-whith-grad h5 {
	color: var(--rog-green-light);
}

.bg-dark-green {
	background-color: var(--rog-green-dark);
}

.bg-white {
	background-color: #fff;
}

.scroll-gradient,
.bg-dark-green-whith-grad {
	color: #fff;
}

.bg-dark-green-whith-grad {
	background-color: var(--rog-green-dark);
	background: #4C685A;
	background: linear-gradient(0deg,rgba(76, 104, 90, 1) 80%, rgba(245,241,238, 1) 80%);
	color: #fff;
}

.scroll-gradient {
  /* Startwert, wenn das Element noch nicht im Viewport ist */
  --split: 10%;
  background: linear-gradient(
	0deg,
	rgb(76, 104, 90) var(--split),
	rgb(255, 255, 255) var(--split)
  );
  transition: background 0.1s linear; /* glättet kleine Sprünge */
}

.btn,
.wpforms-submit-container .wpforms-submit {
	border-radius: 20px;
	background-color: transparent;
	border: 2px solid #000;
	color: #000;
	font-weight: 600;
	padding: .4005rem 2rem;
	
	-webkit-transition: all 0.8s 0s ease;
	-moz-transition: all 0.8s 0s ease;
	-o-transition: all 0.8s 0s ease;
	transition: all 0.8s 0s ease;
	NOmargin-left: 6px;
	text-decoration: none;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
}

.btn:visited {
	color: #000;
}

.btn:hover, 
.btn:focus,
.wpforms-submit-container .wpforms-submit:hover,
.wpforms-submit-container .wpforms-submit:focus {
	box-shadow: -2px 10px 14px -10px rgba(28, 28, 28, .5);
	color: var(--rog-green-dark);
	background-color: transparent;
	border-color: var(--rog-green-dark);
	transform: translate(0, -3px);
	text-decoration: none;
}

.btn-lg {
	padding: .4005rem 2rem;
	font-size: 1.34rem;
	border-radius: 30px;
}

.btn-sm {
	padding: .16rem 1.2rem;
	font-size: 1rem;
	border-radius: 17px;
}

.btn-white {
	color: #fff;
	border-color: #fff;
}

.btn-white:visited {
	color: #fff;
}

.btn-lightgreen {
	color: #000;
	border-color: var(--rog-green-light);
	background-color: var(--rog-green-light);
}

.btn-lightgreen:hover,
.btn-lightgreen:focus {
	color: #000;
	border-color: #9ad9ad;
	background-color: #9ad9ad;
	text-decoration: none;
}

.btn-redenwir {
	background-color: #64af7d;
	border-color: #64af7d;
	color: #fff;
}

.btn-redenwir:hover, 
.btn-redenwir:focus {
	background-color: var(--rog-green-light);
	border-color: var(--rog-green-light);
	color: #fff;
}

header .btn-redenwir {
	background-color: #fff;
	border-color: #fff;
	color: var(--rog-green-dark);
}

header .btn-redenwir:hover, 
header .btn-redenwir:focus {
	background-color: #c1e5cd;
	border-color: #c1e5cd;
	color: var(--rog-green-dark);
}

.btn-white:hover, 
.btn-white:focus {
	color: var(--rog-green-light);
	border-color: var(--rog-green-light);
}

.btn.btn-pdf:after {
	font-family: 'Font Awesome 7 Pro';
	content: "\f1c1";
	font-weight: normal;
	margin-left: .75rem;
}

.btn.btn-maps:before {
	font-family: 'Font Awesome 7 Pro';
	content: "\f3c5";
	font-weight: normal;
	margin-right: .5rem;
}

.site-footer a.btn {
	color: #fff;
}

.site-footer a.btn:hover,
.site-footer a.btn:focus {
	color: var(--rog-green-light);
	text-decoration: none;
}

.fo-social-link {
	-webkit-transition: all 0.8s 0s ease;
	-moz-transition: all 0.8s 0s ease;
	-o-transition: all 0.8s 0s ease;
	transition: all 0.8s 0s ease;
	NOmargin-left: 6px;
	text-decoration: none;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
}

.fo-social-link:hover, 
.fo-social-link:focus {
	box-shadow: -2px 10px 14px -10px rgba(28, 28, 28, .5);
	color: var(--rog-green-light) !important;
	background-color: transparent;
	transform: translate(0, -3px);
	text-decoration: none !important;
}

.fo-social-link-signal svg {
	width: 37px;
	height: 37px;
	margin-left: 7px;
	margin-right: 7px;
}

.navbar-sozion .fo-social-link-signal svg {
	width: 28px;
	height: 28px;
}

.fo-social-link-signal svg .st0 {
	-webkit-transition: all 0.8s 0s ease;
	-moz-transition: all 0.8s 0s ease;
	-o-transition: all 0.8s 0s ease;
	transition: all 0.8s 0s ease;
}

.fo-social-link-signal:hover svg .st0,
.fo-social-link-signal:focus svg .st0 {
	fill: var(--rog-green-light);
}

#primary .page {
	margin-bottom: 0;
}

main#primary img {
	border-radius: 10px;
}

/* Header und Nav */

.site-header {
	background-image: url(https://www.sozion.at/wp-content/uploads/2025/12/bg_sozion2.jpg);
	width: 100%;
	height: 280px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}

body.home .site-header {
	height: 235px;
	min-height: 235px;
}

@media (min-width: 768px) {
	body.home .site-header {
		height: 300px;
		min-height: 300px;
	}
}

@media (min-width: 992px) {
	body.home .site-header {
		height: 315px;
		min-height: 315px;
	}
}

@media (min-width: 1200px) {
	body.home .site-header {
		height: 330px;
		min-height: 330px;
	}
}

.brand-logo {
	display: inline-block;
}

.brand-logo {
	display: inline-block;
	max-width: 220px;
}

@media (min-width: 768px) {
	.brand-logo {
		display: inline-block;
		max-width: 270px;
	}
}

@media (min-width: 992px) {
	.brand-logo {
		display: inline-block;
		max-width: 290px;
	}
}

@media (min-width: 1200px) {
	.brand-logo {
		display: inline-block;
		max-width: 323px;
	}
}

.navbar-sozion .navbar-nav {
	padding: 0 1.2rem;
	margin-left: 0;
}

.menu-hauptmenu-container {
	order: 1 !important; 
}

@media (min-width: 992px) {
	.navbar-sozion .navbar-nav {
		background: rgba(255,255,255,0.25);
		background-clip: border-box;
		backdrop-filter: blur(10px) saturate(120%);
		-webkit-backdrop-filter: blur(10px) saturate(120%);
		box-shadow: 0 10px 30px rgba(0,0,0,0.15), inset 0 1px 0 rgba(255,255,255,0.25);
		border: .75px solid rgba(255,255,255,0.25);
		background-clip: padding-box;
		border-radius: 35px;
		padding: 0 1.2rem;
	}
	.menu-hauptmenu-container {
		order: 2 !important; 
	}
}

.navbar-sozion .navbar-nav .nav-item {
	
}

.navbar-sozion .navbar-nav .nav-link {
	color: #000;
	font-size: 1.096rem;
	font-weight: 500;
	padding: 1.1rem 1.1rem;
	letter-spacing: .03rem;
	width: 100%; 
	text-align: center;
}

@media (min-width: 992px) {
	.navbar-sozion .navbar-nav .nav-link {
		color: #fff;
		font-size: 1.096rem;
		font-weight: 500;
		padding: 1.1rem 1.1rem;
		letter-spacing: .03rem; 
		width: auto;
	}
}

.navbar-sozion .navbar-nav .nav-link:hover, 
.navbar-sozion .navbar-nav .nav-link:focus {
	color: var(--rog-green-light);
	text-shadow: 0px 0px 7px rgba(0,0,0,0.40);
	text-decoration: none;
	outline: none;
}

.mask {
	background-color: rgba(0,0,0,0.08);
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 4;
	overflow: hidden;
}

@media (max-width: 992px) and (min-height: 580px) {
	#navbarSozion .offcanvas-body {
		justify-content: space-between;
	}
}



/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 10px 10px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
	opacity: 1; }
  .hamburger.is-active:hover {
	opacity: 1; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
	background-color: #fff; }

.hamburger-box {
  width: 25px;
  height: 24px;
  display: inline-block;
  position: relative; 
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; 
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	width: 25px;
	height: 3px;
	background-color: #fff;
	border-radius: 4px;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease; 
}
.hamburger-inner::before, .hamburger-inner::after {
	content: "";
	display: block; 
}
.hamburger-inner::before {
	top: -8px; 
}
.hamburger-inner::after {
	bottom: -10px; 
}

.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear; }
  .hamburger--spring .hamburger-inner::before {
	top: 10px;
	transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
	top: 20px;
	transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important; }
  .hamburger--spring.is-active .hamburger-inner::before {
	top: 0;
	transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
	transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--spring.is-active .hamburger-inner::after {
	top: 0;
	transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
	transform: translate3d(0, 10px, 0) rotate(-45deg); }
	
/* ### Hamburger ### */	

/* ################ */	
/* ### Parallax ### */	
/* ################ */	

/* Basis-Parallax-Section */
.parallax-section {
	position: relative;
	overflow: hidden;
	min-height: 50vh;        /* kannst du ändern: 30vh, 60vh, 100vh … */
	padding: 3rem 1rem;
	display: flex;
	align-items: center;

	color: #fff;             /* an dein Design anpassen */
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center; /* wird per JS animiert */
}

/* Konkretes Bild für diese Section */
.parallax-cta {
	background-image: url('https://www.sozion.at/wp-content/themes/sozion/images/leuchturm.jpg');
	// background-image: url('https://www.sozion.at/wp-content/themes/sozion/images/header_leuchtturm.jpg');
}

/* Inhalt */
.parallax-section__inner {
	position: relative;
	z-index: 1;
	max-width: 960px;
	margin: 0 auto;
}

/* ################ */	
/* ### / Parallax ### */	
/* ################ */

.stretched-link {
	display: none;
}

.stretched-link::after {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	content: "";
	background-color: rgba(0,0,0,0);
} 

.card.card-services {
  position: relative;
}

.card.card-services a.streched-link-card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  color: transparent;
}

.card.card-services a.streched-link-card::after {
  content: "";
  position: absolute;
  inset: 0;
}

/* ### / Streched Link ### */

.social-links .fo-social-link {
  color: #fff;
  text-decoration: none;
  font-size: 2.6rem;
}

@media (min-width: 992px) {
	.navbar-sozion .social-links {
		padding-right: 2.3rem;
	}
}

@media (max-width: 992px) {
	.navbar-sozion .social-links .sozial-icons-inner {
		margin-bottom: 1.5rem;
		margin-top: 1.5rem;
	}
}

.navbar-sozion .social-links .fo-social-link {
  font-size: 2rem;
  color: var(--rog-green-light);
}

@media (min-width: 992px) {
	.navbar-sozion .social-links .fo-social-link {
	  color: #fff;
	}
}

.container-fluid-small .row.row-cols-1 .col {
	margin-bottom: 2.8rem;
}

.card-services,
.card-contact,
.card-referenzen {
	border: 0;
	box-shadow: 1px -1px 17px 1px rgba(0,0,0,0.08);
	-webkit-box-shadow: 1px -1px 17px 1px rgba(0,0,0,0.08);
	-moz-box-shadow: 1px -1px 17px 1px rgba(0,0,0,0.08);
	border-radius: 10px;
}

.card-referenzen {
	text-align: center;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	height: 100% !important;
	background-color: transparent;
}

.card-referenzen h3 {
	margin-bottom: 1.2rem;
}

.card-referenzen .btn {
	padding: .16rem 1.2rem;
	font-size: 1rem;
	border-radius: 17px;
}

@media (max-width: 768px) {
	.container-fluid-small .row.row-cols-1 .card-services,
	.card-referenzen {
		height: 100%;
	}
}

/* Fake Masonry Effekt */
@media (min-width: 768px) {
	.container-fluid-small .row.row-cols-1 .col:nth-child(2) .card-services {
		margin-top: 2rem;
	}
	.container-fluid-small .row.row-cols-1 .col:nth-child(3) .card-services {
		margin-top: -3.4rem;
	}	
	
	.container-fluid-small .row.row-cols-1 .col:nth-child(6) .card-services {
		margin-top: -1.2rem;
	}	
}

.card-services figure {
	margin: 0 !important;
}

main#primary .card-services figure img {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.card-services .card-header {
	padding: 0;
	border-bottom: 0;
}

.card-services .card-body {
	padding: 25px 20px;
}

.card-services h3 {
	font-size: 1.667rem;
}

.card-services .card-body p:last-child {
	margin-bottom: 0;
}

.accordion {
	
}

.accordion .accordion-item {
	border: 0;
	border-bottom: 1px solid #a1a1a1;
	padding-left: 0;
	padding-right: 0;
	border-radius: 0 !important;
}

.accordion .accordion-item h3 .accordion-button,
.accordion .accordion-item h4 .accordion-button,
.accordion .accordion-item .accordion-button {
	font-size: 1.222rem;
	font-weight: 600;
	padding: 2rem 0;
	border-radius: 0 !important;
}

.accordion-button:not(.collapsed) {
	background-color: transparent;
	box-shadow: none;
	color: var(--rog-green-dark);
}

.accordion-body {
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 2.2rem;
}

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

.accordion-button::after {
	content: "";
	background-image: none;
	background-repeat: no-repeat;
	transition: none;
	  
	  
	font-family: 'Font Awesome 7 Pro';
	content: "\2b";
	font-weight: normal;
}

.accordion-button:not(.collapsed)::after {
	background-image: none;
	background-repeat: no-repeat;
	transition: none;
	font-family: 'Font Awesome 7 Pro';
	content: "\f068";
	margin-right: 3px;
}

.accordion-button {
	align-items: start;
}

/* ######## CTA Section ######## */

.contact-section {
	// defined in parallax section
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	filter: grayscale(40%);
	height: 530px;
	min-height: 530px;
	color: #fff;
	position: relative;
}

.contact-section .widget {
	margin-bottom: 0;
}

.contact-section h2 {
	color: #fff;
	margin-bottom: 1.6rem;
}

.contact-section p {
	font-weight: 600;
	font-size: 1.067rem;
	margin-bottom: 2rem;
	letter-spacing: .03rem;
}

@media (min-width: 768px) {
	.contact-section p {
		font-size: 1.167rem;
	}
}

.btn.btn-redenwir:after {
	font-family: 'Font Awesome 7 Pro';
	content: "\f086";
	font-weight: normal;
	margin-left: .5rem;
	
}

.contact-section .btn.btn-redenwir:after {
	margin-left: .75rem;
}

.contact-section .mask {
	background-color: rgba(0,0,0,0.24);
}

.contact-section .btn-white {
	background: rgba(255,255,255,0.25);
	background-clip: border-box;
	background-clip: border-box;
	backdrop-filter: blur(10px) saturate(120%);
	-webkit-backdrop-filter: blur(10px) saturate(120%);
	box-shadow: 0 10px 30px rgba(0,0,0,0.15), inset 0 1px 0 rgba(255,255,255,0.25);
	border: .75px solid rgba(255,255,255,0.25);
	background-clip: padding-box;
}

.modal-body-inner {
  overflow: hidden;
  transition: height 0.25s ease;
}

/* ######## CTA Section ######## */

.scroll-fade-img img {
	filter: grayscale(100%);
	transition: filter 0.2s linear;
	will-change: filter;
}

/* #### Modal Contact #### */

.modal-contact .modal-dialog {
	
}

.modal-contact .modal-header,
.modal-contact .modal-footer,
.modal-contact .modal-body {
	background-color: var(--rog-beige-bg);
}

.modal-contact .modal-header,
.modal-contact .modal-footer {
	border-bottom: 0;
	border-top: 0;
}

.modal-contact .modal-body {
	padding-top: 0;
	padding-left: 30px;
	padding-right: 30px;
}

.modal-contact h5 {
	font-size: 1.6rem;
	letter-spacing: .07rem;
}

.modal-contact h6 {
	font-size: 1.1rem;
	letter-spacing: .04rem;
}

@media (min-width: 998px) and (max-width: 1199px) {
	.modal-contact h6 {
		font-size: 0.95rem;
		letter-spacing: .04rem;
	}
}

.modal-contact .modal-footer {
	padding-bottom: 2rem;
	padding-top: 0rem;
}

.col .modal-contact-icon {
	min-height: 64px;
}

.col .modal-contact-icon i {
	font-size: 2.7rem;
	color: var(--rog-green-light);
}

.col:nth-child(1) .modal-contact-icon i {
	font-size: 3rem;
}

.modal-contact .card-contact {
	-webkit-transition: all 0.8s 0s ease;
	-moz-transition: all 0.8s 0s ease;
	-o-transition: all 0.8s 0s ease;
	transition: all 0.8s 0s ease;
	NOmargin-left: 6px;
	text-decoration: none;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	width: 100%;
}

@media (min-width: 768px) { 
	.modal-contact .card-contact:hover {
		transform: scale(1.1);
	}
}

.modal-contact .card-contact:hover .icon-hover-beat {
	--fa-animation-duration: 1.3s; /* optional Geschwindigkeit */
	  --fa-beat-scale: 1.1;         /* optional, default ~1.1 */
	  animation: fa-beat 1.3s infinite;
}

@media (max-width: 768px) {
	.modal-contact .modal-dialog,
	.modal-contact .modal-content {
		background-color: var(--rog-beige-bg);
	}
	.modal-contact .card-contact {
		width: 100%;
	}
}

.modal-contact .contact-view {
	overflow-y: auto;
}

/* Form */

.wpforms-field input {
	
}

.wpforms-submit-container {
	text-align: center;
}

/* / Forms -  more Forrms CSS in wpforms overwirte in assets */

#section-linkedin2 {
	background-color: #fff;
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 4rem;
}

@media (min-width: 768px) {
	#section-linkedin2 {
		padding-top: 6rem;
	}
}

#section-linkedin2 h2 {
	margin-bottom: 1rem;
}

#section-linkedin2 p {
	font-size: 1.2rem;
}

/* ################################ */
/* ################################ */
/* ################################ */
/* ################################ */
/* ############ Footer ############ */
/* ################################ */
/* ################################ */
/* ################################ */
/* ################################ */

.widget-area-cooperation {
	margin-top: 3.8rem;
	margin-bottom: 2rem;
}

@media (min-width: 768px) {
	.widget-area-cooperation {
		margin-top: 5.7rem;
		margin-bottom: 4rem;
	}
}

.content-section.widget-cooperation-section {
	margin-bottom: 0;
}

.content-section.widget-cooperation-section h2 {
	margin-bottom: .5rem;
}

@media (min-width: 450px) and (max-width: 576px) {
	#cooperation-section .areoi-element .wp-block-image img {
		padding-left: 5rem;
		padding-right: 5rem;
	}
}

@media (max-width: 768px) {
	#cooperation-section .areoi-element .wp-block-image {
		margin-bottom: 0;
		margin-top: 0;
	}
}

.cooperations-cols {
	/*column-count: 1; 
	column-gap: 2rem;*/
}

.cooperations-cols .col-12 {
	text-align: center;
}

@media (min-width: 768px) {
	/*.cooperations-cols {
		column-count: 2; 
		column-gap: 2rem;
	}*/
}

@media (min-width: 992px) {
	.cooperations-cols {
		/*column-count: 3; 
		column-gap: 2rem;*/
	}
	.cooperations-cols .col-12 {
		text-align: left;
	}
}

.site-footer {
	color: #fff;
}

.site-footer h4 {
	font-size: 1.222rem;
	letter-spacing: .04rem;
}

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

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

@media (max-width: 768px) { 
	.site-footer a.brand-logo {
		max-width: 90px !important;
	}
}


.imprint-wrapper {
	font-size: .95rem;
}

#menu-imprint-menu {
	margin-left: 0;
}

#menu-imprint-menu li.nav-item {
	display: inline;
}

#menu-imprint-menu li.nav-item .nav-link {
	display: inline;
	padding: 0 0;
	text-decoration: none;
	margin-left: 1rem;
	padding-top: 0;
	padding-bottom: 0;
}

#menu-imprint-menu li.nav-item .nav-link:hover, 
#menu-imprint-menu li.nav-item .nav-link:focus {
	text-decoration: underline;
	color: #fff;
}

#menu-imprint-menu li.nav-item .nav-link:before {
	display: inline-block;
	content: "-";
	margin-right: 1rem;
}

@media (max-width: 576px) {
	#menu-imprint-menu li.nav-item:first-child .nav-link {
		margin-left: 0; 
	}
	#menu-imprint-menu li.nav-item:first-child .nav-link:before {
		content: "";
		margin-right: 0;
	}
}

/* Test 3d Button */

ul.btn-animation {
  position: relative;
  margin: 0;
  padding: 0;
  display: flex;
}

ul.btn-animation li {
  position: relative;
  list-style: none;
  width: 285px;
  height: 50px;
  margin: 0 30px;
  transform: rotate(0deg) skew(0deg);
}

ul.btn-animation li span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--rog-green-light);
  transition: 0.5s;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  color: #000;
  font-weight: 500;
  font-size: 1.34rem !important;
}

ul.btn-animation li:hover span:nth-child(5) {
  transform: translate(0, -24px) scale(1.075);
  opacity: 1;
  background-color: #9ad9ad;
}

ul.btn-animation li:hover span:nth-child(4) {
  transform: translate(0, -18px) scale(1.060);
  opacity: 0.8;
}

ul.btn-animation li:hover span:nth-child(3) {
  transform: translate(0, -12px) scale(1.045);
  opacity: 0.6;
}

ul.btn-animation li:hover span:nth-child(2) {
  transform: translate(0, -6px) scale(1.03);
  opacity: 0.4;
}

ul.btn-animation li:hover span:nth-child(1) {
  transform: translate(0, 0) scale(1.015);
  opacity: 0.2;
}

/* / Test 3d Button */

.cooperations-cols {
	text-align: center;
	font-size: .96rem;
	font-weight: 500;
	color: #868686;
}

.cooperations-cols br {
	margin-bottom: .3rem;
}