/*!
Theme Name: wumgruppe
Theme URI: http://underscores.me/
Author: T. Endemann
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: wumgruppe
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.

wumgruppe 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: 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
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 0 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;
}




/*TETETETETETETETETETETETETETETETERTETERERERERERERETETETETETETETET*/
.home .site-main {
	max-width: 1200px;
	margin: auto;
	padding-top: 0px;
}

.site-header{
	max-width: 100%;
	margin: auto;
	padding-top: 0px;	
	background: linear-gradient(90deg,rgb(0,120,127) 0%,rgb(0,216,229) 100%);
}
body.home{
	background: linear-gradient(90deg,rgb(0,120,127) 0%,rgb(0,216,229) 100%);
}


.site-footer{
	max-width: 100%;
	margin: auto;
	padding-top: 0px;	
	background: #1A0101
}



.site-header {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  padding: 10px 20px 20px 30px;
  box-sizing: border-box;
  min-height: 110px;
	position:fixed;
	z-index:10000
}


.site-footer {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  padding: 10px 20px 40px 30px;
  box-sizing: border-box;
  min-height: 130px;
}

.site-branding {
  flex: 0 0 auto !important;
}

.site-branding .wum-gruppe-logo {
  display: block;
  width: 277px;
  height: 49px;
  background-image: url(images/logo-wumgruppe.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
	position:relative;
	z-index:30000
}

.main-navigation {
  display: block !important;
  margin-left: auto !important;
  flex: 0 0 auto !important;
  width: auto !important;
  float: none !important;
  clear: none !important;
}

.main-navigation .menu {
  display: block !important;
  width: auto !important;
}

.main-navigation .nav-menu {
  display: flex !important;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-navigation .menu {
  display: flex !important;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}





.main-navigation a,.main-navigation a:link,.main-navigation a:active,.main-navigation a:hover,.main-navigation a:visited{
font-family: "oaks", sans-serif;
font-weight: 300;
font-size:16px;	
color:#fff
}

.wp-block-cover.section-home-hero {
	padding: 60px;

}




.home .page .entry-title,.page-id-412 .page .entry-title,.page-id-473 .page .entry-title,.page-id-566 .page .entry-title {
  display: none;
}

body.page-id-473{
	background: linear-gradient(90deg,rgb(0,120,127) 0%,rgb(0,216,229) 100%);
}



h1{
font-family: "oaks", sans-serif;
font-weight: 700;
font-style: normal;
font-size:68px;
line-height:0.9;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
margin-bottom:30px !important;
	max-width:750px
}

.home h1{
font-family: "oaks", sans-serif;
font-weight: 700;
font-style: normal;

line-height:0.9;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	margin-bottom:0 !important
}

h2{
font-family: "oaks", sans-serif;
font-weight: 700;
font-style: normal;

line-height:0.9;
margin-top:0px;
margin-bottom:30px !important;
	  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	max-width:700px;
	font-size:94px !important;
}


.home  h2{
font-family: "oaks", sans-serif;
font-weight: 700;
font-style: normal;

line-height:0.9;
margin-top:0px;
margin-bottom:30px;
	  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	max-width:770px;
	font-size:100px !important;
}



.home  h2.home-intro-h2{
font-family: "oaks", sans-serif;
font-weight: 700;
font-style: normal;

line-height:0.9;
margin-top:30px;
margin-bottom:30px;
	  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	max-width:650px;
	font-size:66px !important
}


.home h3,.page-id-473 h3{
font-family: "oaks", sans-serif;
font-weight: 700;	
font-size:36px;
color:#fff;
line-height:0.9;
margin-top:0;
	  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.home figure.wp-block-image ~ h3{
	margin-top:30px;
	margin-bottom:20px
}

.page-id-566 h2{
	font-size:68px !important
}



h4{
font-family: "oaks", sans-serif;
font-weight: 700;
font-style: normal;
font-size:19px;
margin-top:0;
margin-bottom:10px;
color:#fff
}

.wum-bodytext-standard{
	font-family: "oaks", sans-serif;
font-weight: 300;
font-size:19px;
	  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	margin-top:0
}

b, strong {
	font-weight: 700;
}

.wum-bodytext-small{
	font-family: "oaks", sans-serif;
font-weight: 300;
font-size:16px;
	  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	margin-top:0
}

.wum-bodytext-short{
	max-width:760px
}

.section-home-hero .wp-block-columns{
	width:100%;
	margin-top:50px;
	margin-left:-30px
}
/*
.wp-container-core-columns-is-layout-9d6595d7{
	margin-left:-30px !important
}
*/

.section-home-hero .wp-block-column {
padding:30px;
border-top-left-radius:40px;
border-bottom-left-radius:40px;
  display: flex;
  flex-direction: column;
}

.section-home-hero .wp-block-buttons{
	  margin-top: auto;	
}

.wp-block-button__link,.wp-block-button__link:link,.wp-block-button__link:visited {
	font-family: "oaks", sans-serif;
	font-weight: 300;
	color: #fff;
	background-color: #1A0101;
	border-radius: 5px;
	box-shadow: none;
	text-decoration: none;
	padding: 15px 40px 15px 20px;
	font-size: 19px;
	  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
background-image: url(images/button-arrow-right.png);
  background-repeat: no-repeat;
  background-size: 7px;
  background-position: right 19px center;
	transition:all 0.2s;
}

.wp-block-button.button-arrow-blue .wp-block-button__link,
.wp-block-button.button-arrow-blue .wp-block-button__link:link,
.wp-block-button.button-arrow-blue .wp-block-button__linkL:visited{
background-image: url(images/button-arrow-right-blue.png);
	
}



.wp-block-button__link:active,.wp-block-button__link:hover {
  background-position: right 10px center;
}

.wp-block-group.outer-section{
	padding:60px;

}

.wp-block-group.outer-section.redefining figure img{
border-top-left-radius:40px;
border-bottom-left-radius:40px;	
}


.projekt-kacheln{
	margin-left:-30px
}

.projekt-kachel .wp-block-cover {
	align-items: flex-start;
	justify-content: flex-start;
	padding:35px;
	border-top-left-radius:40px;
	border-bottom-left-radius:40px
}




.wp-block-cb-carousel-v2 .wp-block-cover {
	border-top-left-radius: 40px;
	border-bottom-left-radius:40px
}

.wp-block-cb-carousel-v2 .wp-block-cover {
	display:block;
	padding:30px
}




.home .site-main,.site-main{
max-width:100%;
padding-top:150px;

}

.wp-block-cover__inner-container,.wp-block-group.group-inner{
	max-width:1200px;
	width:1200px;
	margin:auto
}

.wp-block-group.group-inner:has(> section.newSlider:first-child) {
  width:inherit
}


  .outer-section .wp-block-cb-carousel-v2,
  .outer-section .wp-block-cb-carousel-v2 .swiper,
  .outer-section .wp-block-cb-carousel-v2 .cb-wrapper {
    width: 100%;
    max-width: none;
	  margin-bottom:0
  }

.messekalender-wrap{
	width:100%;
	margin-left:-30px !important
}







#mobileNav {
	width: 70px;
	height: 70px;
	display: block;
	/* background-image: url(images/navicon_s.png); */
	background-size: cover;
	background-repeat: no-repeat;
	right: 18px;
	top: 40px;
	position: fixed;
	outline: 0;
	background-color: none;
	z-index: 20000;
	top: 25px;
	display:none
}

.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
	background-color: #fff;
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::after, .hamburger.is-active .hamburger-inner::before {
	background-color: #fff;
}


h2.post-subhead{
	margin-top:0
}


.single-post .site-main{
	max-width:1200px;
	margin:auto
}


body.page-id-771,body.page-id-951{
	background: linear-gradient(90deg,rgb(0,120,127) 0%,rgb(0,216,229) 100%);
}

.page-id-771 .site-main,.page-id-951 .site-main{
	max-width:1200px;
	margin:auto;
		font-family: "oaks", sans-serif;

	font-style: normal;
color:#008890;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*impressum*/

.page-id-771 h1,.page-id-951 h1{
	color:#fff
}
.page-id-771 h2,.page-id-951 h2{
	color:#017a80;
	font-size:32px !important
}

.page-id-771 h3,.page-id-951 h3{
	color:#017a80;
	font-size:24px !important
}
.page-id-771 h4,.page-id-951 h4{
	color:#017a80;
	font-size:18px !important
}

.page-id-771 .wp-block-columns,.page-id-951 .wp-block-columns{
margin-left:-30px

}
.page-id-771 .wp-block-columns .wp-block-column,.page-id-951 .wp-block-columns .wp-block-column{
	padding:30px;
		border-top-left-radius:30px;
	border-bottom-left-radius:30px

}

.page-id-771 .entry-content p,.page-id-951 .entry-content p{
	max-width:100% !important
}

.single-post .site-main article{
	padding:60px 0 60px 0
}

.single-post h1 {
	font-family: "oaks", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 68px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	max-width: 70%;
	line-height: 0.9;
	margin-top:0
}

.single-post h2.post-subhead {
	font-family: "oaks", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 38px !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	max-width: 70%;
	line-height: 0.9;
	margin-bottom:14px
}

.single-post .post-thumbnail img{
	border-top-left-radius:40px;
	border-bottom-left-radius:40px
}



.wp-singular .entry-content p{
	max-width:75%;
	font-size:24px;
	line-height:1.3
}
.wp-singular .entry-content .kachel-historie p{
	max-width:100%;
	font-size:19px;
	line-height:1.3
}
.home .section-home-hero .wp-block-columns p{
	max-width:100%
}
.page-id-473 .section-home-hero .wp-block-columns p{
	max-width:100%
}


#page.category-denkraum,.blog article.category-denkraum{
	background-color:#FCA0AA;
	font-family: "oaks", sans-serif;
	font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	color:#e74959
}
#page.category-denkraum h1{
	color:#e74959
}

#page.category-denkraum h2.post-subhead{
	color:#e74959
}

#page.category-denkraum .site-header{
	background:#FCA0AA !important
}




#page.category-projekte,.blog article.category-projekte{
	background-color:#E5D6F7;
		font-family: "oaks", sans-serif;
	font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	color:#7A3D7B
}
#page.category-projekte h1{
	color:#7A3D7B
}

#page.category-projekte h2.post-subhead{
	color:#7A3D7B
}

#page.category-projekte .site-header{
	background:#E5D6F7 !important
}




#page.category-unternehmensgruppe,.blog article.category-unternehmensgruppe{
	background-color:#A9C0E2;
		font-family: "oaks", sans-serif;
	font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	color:#fff 
}
#page.category-unternehmensgruppe h1{
	color:#fff
}

#page.category-unternehmensgruppe h2.post-subhead{
	color:#fff
}

#page.category-unternehmensgruppe .site-header{
	background:#A9C0E2 !important
}



#page.category-nachhaltigkeit,.blog article.category-nachhaltigkeit{
	background-color:#f4adbf;
		font-family: "oaks", sans-serif;
	font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	color:#fff 
}
#page.category-nachhaltigkeit h1{
	color:#fff
}

#page.category-nachhaltigkeit h2.post-subhead{
	color:#fff
}

#page.category-nachhaltigkeit .site-header{
	background:#f4adbf !important
}




/*Seite Historie*/
.page-id-412 #page .site-header,body.page-id-412{
	background:#a9c0e2 !important
}
/*Seite Karriere*/
.page-id-566 #page .site-header,body.page-id-566{
	background:#CCDFE3 !important
}


.wp-block-cb-carousel-v2 .wp-block-cover__background {
background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%) !important;
}



.kachel-historie{
	background-color:#181E36;
	border-top-left-radius:40px;
	border-bottom-left-radius:40px;
		font-family: "oaks", sans-serif;
	font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	height:620px !important
}

.kachel-historie p{
	color:#A9C0E2;
	margin-top:0
}

.kachel-historie h4{
	color:#A9C0E2;
	font-size:24px;
	line-height:0.9
}


.kachel-historie .wp-block-cover__inner-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.kachel-historie .wp-block-cover {
  height: 100%;
}

.kachel-historie .wp-block-cover__inner-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.kachel-historie .wp-block-cover__inner-container p:first-of-type {
  margin-top: auto;
}

/* slider-fläche mit link des buttons versehen */

.wp-block-cb-slide-v2 .wp-block-cover {
  position: relative;
}



/* slider-fläche mit link des buttons versehen */



.wp-block-cb-slide-v2 .wp-block-cover {
  position: relative;
  min-height: 517px;
}

.wp-block-cb-slide-v2 .wp-block-cover__inner-container {
  width: auto;
  max-width: none;
  height: 100%;
  min-height: 517px;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.wp-block-cb-slide-v2 .wp-block-buttons {
  margin-top: auto;
  align-self: flex-end;
}

.wp-block-cb-slide-v2 .wp-block-button {
  position: relative;
  z-index: 3;
}

.wp-block-cb-slide-v2 .wp-block-button__link {
  width: 48px;
  height: 48px;
  min-width: 48px;
  padding: 0;
  border-radius: 50%;
  font-size: 0;
  line-height: 0;
  background-position: center;
  background-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.wp-block-cb-slide-v2 .wp-block-cover {
  position: relative;
  isolation: isolate;
}

.wp-block-cb-slide-v2 .slide-overlay-link {
  z-index: 2;
}


.wp-block-cb-slide-v2 .wp-block-cover {
  position: relative;
  isolation: isolate;
}

.wp-block-cb-slide-v2 .wp-block-cover__image-background,
.wp-block-cb-slide-v2 .wp-block-cover__background {
  z-index: 1;
}

.wp-block-cb-slide-v2 .wp-block-cover__inner-container {
  position: relative;
  z-index: 2;
  width: auto;
  max-width: none;
  height: 100%;
  min-height: 517px;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.wp-block-cb-slide-v2 .slide-overlay-link {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: block;
}

.wp-block-cb-slide-v2 .wp-block-buttons {
  margin-top: auto;
  align-self: flex-end;
  position: relative;
  z-index: 4;
}

.wp-block-cb-slide-v2 .wp-block-button,
.wp-block-cb-slide-v2 .wp-block-button__link {
  position: relative;
  z-index: 4;
}

.blog .blogloop-inner {
  display: flex;
max-width: 1200px;
  margin: auto;	
	
}



.blog .entry-header {
  flex: 1;
}
.blogloop-inner .post-thumbnail img {
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}
.blogloop-inner {
  display: flex;
  gap: 40px;
  align-items: flex-start;
		font-family: "oaks", sans-serif;
	font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

}
.blog .post-thumbnail { flex: 0 0 60%; }
.blog .entry-header   { flex: 0 0 40%;}

.blogloop-inner h2{
	font-size:40px !important;
	
}

.blogloop-inner h2.entry-title a {
  color: inherit;
  text-decoration: none;
}


.blogloop-inner h3.post-subhead{
	font-size:25px !important;
	margin-bottom:5px;
	margin-top:0
}
.blog article{
	padding-top:40px;
	padding-bottom:40px
}

.blogloop-inner .post-thumbnail {
  flex: 0 0 calc(60% - 40px);
  min-width: 0;
}


.blog-load-more-wrap {
  padding-top: 40px;
  text-align: center;
	padding-bottom:80px;

}


.blog-load-more-wrap button{
	font-family: "oaks", sans-serif;
  font-weight: 300;
  color: #fff;
  background-color: #000;
  border-radius: 5px;
  box-shadow: none;
  text-decoration: none;
  padding: 15px 40px 15px 20px;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-image: url(images/button-arrow-right.png);
  background-repeat: no-repeat;
  background-size: 7px;
  background-position: right 19px center;
  transition: all 0.2s;
	cursor:pointer
}


.post-thumbnail-bg {
    width: 100%;
    aspect-ratio: 7 / 5;
    background-image: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	border-top-left-radius:40px;
	border-bottom-left-radius:40px
}

.post-timeinfo{
	margin-top:40px;
	font-size:24px;
	font-weight:900
}

.page-id-566 .personio{
	width:100%;
	border-top-left-radius:40px;
	border-bottom-left-radius:40px
}
.page-id-566 .entry-content p, .home .section-home-hero .wp-block-columns .wp-block-group p {
	max-width: 100%;
	font-size: 24px;
	line-height: 1.3;
}


.page-id-473 .wp-block-cover{
	min-height:230px !important;
	border-top-left-radius:40px;
	border-bottom-left-radius:40px
}
.page-id-473 .section-home-hero{
	border-top-left-radius:0;
	border-bottom-left-radius:0
}

.owl-carousel .owl-stage-outer{
	margin-left:-30px
}

.zitat-beutler{
	margin-left:-30px !important
}

.zitat-beutler p{
	width:100%;
	max-width:100% !important;
	line-height:1.3 !important;

}

.zitat-beutler-foto{
	background-image:url(https://wum.nigma-dev.de/wp-content/uploads/2026/04/denis-beutler.png);
	background-position:center center;
	background-size:cover;
	min-height:400px;
	border-top-left-radius:40px;
	border-bottom-left-radius:40px
}

.rounded-left{
	border-top-left-radius:40px;
	border-bottom-left-radius:40px
}
.padding-30{
	padding:30px
}


.wp-block-list{
	font-size:24px;
	padding-left:0
}

  .single-post .newSlider {
    margin-bottom: 80px;
	  margin-top:30px !important
  }

#page.category-unternehmensgruppe .more-slider-container{
	background-color:#181E36
}
#page.category-denkraum .more-slider-container{
	background-color:#E74959
}

#page.category-projekte .more-slider-container{
background-color:#7A3D7B
}

#page.category-nachhaltigkeit .more-slider-container{
background-color:#52010b
}

.more-slider-headline{
	max-width:1200px;
	margin:auto;
	padding-top:50px
}
.more-slider-headline h2{
margin-bottom:0 !important;
	font-size:36px !important;
	color:#fff
	
}


 
#page.category-projekte .more-slider-headline h2::before{
	content: "Mehr Einblicke";
}
#page.category-unternehmensgruppe .more-slider-headline h2::before{
	content: "Mehr Einblicke";
}
#page.category-nachhaltigkeit .more-slider-headline h2::before{
	content: "Mehr Zukunft";
}
#page.category-denkraum .more-slider-headline h2::before{
	content: "Mehr Projekte";
}


/********************************** RESPONSIVE ***************************************/
/********************************** RESPONSIVE ***************************************/
/********************************** RESPONSIVE ***************************************/


@media screen and (max-width: 1260px) {
	
	.single-post #primary.site-main,.page-id-771 #primary.site-main,.page-id-951 #primary.site-main{
		margin: 0 30px 0 30px
	}
	
	.single-post .owl-carousel .owl-stage-outer{
		margin-left:0;
		margin: 0 30px 0 30px;
	}
	
	.single-post .site-main article{
		padding-bottom:0
	}

	.more-slider-headline{
		margin:0 30px 0 30px
	}
	
	
}

@media (min-width: 1200px) {
  .wp-block-cb-carousel-v2 .swiper {
    transform: translateX(-30px);
  }
}



@media (min-width: 1200px) {
  .wp-block-cb-carousel-v2 {
    margin-left: -30px;
  }

  .wp-block-cb-carousel-v2 .swiper {
    width: calc(100% + 30px);
    overflow: hidden;
  }
}



@media (max-width: 1200px) {

  .outer-section {
    align-items: stretch;
  }

  .outer-section > .group-inner {
    width: 100%;
    max-width: none;
    flex: 1 1 100%;
  }

  .outer-section > .group-inner > .wp-block-group__inner-container {
    width: 100%;
    max-width: none;
  }

  .outer-section .wp-block-cb-carousel-v2,
  .outer-section .wp-block-cb-carousel-v2 .swiper,
  .outer-section .wp-block-cb-carousel-v2 .cb-wrapper {
    width: 100%;
    max-width: none;
  }

	
	section.blogloop-inner{
		margin-left:60px !important;
		margin-right:60px !important
	}
	
}





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

	.site-footer{
		display:block !important
	}

	.site-footer .main-navigation{
		margin-top:25px
	}
	
.site-header .main-navigation {
	display: none !important;
	position: fixed;
	z-index: 1000;
	width: 100% !important;
	left: 0;
	top: 0;
background: linear-gradient(90deg,rgb(0,120,127) 0%,rgb(0,216,229) 100%);
	padding-top: 125px;
	padding-bottom: 50px;
	-webkit-box-shadow: -2px 5px 15px 5px rgba(0,0,0,0.21); 
box-shadow: -2px 5px 15px 5px rgba(0,0,0,0.21);
}

	.site-header .main-navigation ul li a{
		font-size:32px
	}
	
	
	
	
	
	
	.site-header .main-navigation ul{
		display:block !important;
		width:100% !important;
		text-align:center
	}		
	
	.site-header .main-navigation ul li{
		display:block !important;
		width:100% !important;
		text-align:center
	}	
	
	
	
	
	
	
	
	
#mobileNav {
	display: block;
}	
	
	
.site-footer .main-navigation .menu {
	display: block !important;
}
	.site-footer .main-navigation .menu li{
		display:inline-block;
		margin-right:20px
	}	
	
	
}




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

	.home h2{
		font-size:70px !important
	}
	
.wp-block-group.outer-section {
	padding: 30px;
}	
	
	.page-id-412 .wp-block-group.outer-section{
		padding-bottom:100px
	}	
	
.wp-block-cover.section-home-hero {
	padding: 30px;
}	

.section-home-hero .wp-block-columns {

	margin-left: 0px;
}	
	
	
.single-post h1,
.single-post h2.post-subhead {
	max-width: 100%;
}
	
	.blog .blogloop-inner{
		display:block
	}	
.post-thumbnail-bg {
	display: block;
	margin-bottom: 20px;
}
	
	
	
	section.blogloop-inner{
		margin-left:30px !important;
		margin-right:30px !important
	}	
	.blogloop-inner .post-thumbnail img{
		margin-bottom:30px
	}	
	
	
.wp-container-core-columns-is-layout-9d6595d7 {
	margin-left: 0px !important;
}	
	.messekalender-wrap{
		margin-left:0 !important
	}	

.owl-carousel .owl-stage-outer{
	margin-left:0px
}	
	

.wp-singular .entry-content p {
	max-width: 100%;
}
	
	
.zitat-beutler {
	margin-left: 0px !important
}	
	
}




@media screen and (max-width: 780px) {
	.zitat-beutler-foto{
		border-bottom-left-radius:0
	}
}


@media screen and (max-width: 600px) {
	.home h2,.single-post h1,h1{
		font-size:40px !important
	}
	
	.single-post h2.post-subhead{
		font-size:24px !important
	}
	
	.home h1{
		font-size:100px !important
	}
	

	
.site-branding .wum-gruppe-logo {
	width: 214px;
}
	

}
