/*!
Theme Name: IGS Theme
Theme URI: http://madebymuse.de/
Author: muse digitalagentur
Author URI: http://madebymuse.de/
Description: Theme für die IGS Freiburg - Sidefact: StroboRobo aka. Thorben hat damals den letzten Platz beim Schützenwettbewerb auf einem Kindergeburtstag gemacht... Da hat er heute noch dran zu knabbern... :D
Version: 1.1.0
Tested up to: 6.7
Requires PHP: 7.4
Text Domain: muse theme

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,
.cta-navigation li {
	position: relative;
}
.cta-navigation li{
  margin-right: 40px;
}
.main-navigation a,
.cta-navigation a {
	display: block;
	text-decoration: none;
}

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

@media screen and (min-width: 1281px) {

	.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;
}


/* STYLES RAPP24 
--------------------------------------------- */

:root{
  --igs-grey: #707474;
  --igs-bg-dark: #0E121D;
  --igs-greyish-blue: #2b343e;
  --igs-lavender: #e7b5c5;
  --igs-pink: #f59aee;
  --igs-yellow: #ffff00;
  --igs-lime: #e5e771;
  }


  /* 
  @font-face {
	font-family: 'Montserrat';
	font-style: normal;
	src: url('/wp-content/themes/muse-default-theme/css/Montserrat/Montserrat-VariableFont_wght.ttf'); /* IE9 Compat Modes */
  /*}   
  */


@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-Bold.woff2') format('woff2'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-Bold.woff') format('woff'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* @font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-BlackItalic.woff2') format('woff2'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-BlackItalic.woff') format('woff'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
} */

/* @font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-ExtraBoldItalic.woff2') format('woff2'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-ExtraBoldItalic.woff') format('woff'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-ExtraBoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
} */

/* @font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-ExtraBold.woff2') format('woff2'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-ExtraBold.woff') format('woff'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
} */

@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-BoldItalic.woff2') format('woff2'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-BoldItalic.woff') format('woff'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-ExtraLight.woff2') format('woff2'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-ExtraLight.woff') format('woff'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-Light.woff2') format('woff2'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-Light.woff') format('woff'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-Italic.woff2') format('woff2'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-Italic.woff') format('woff'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-LightItalic.woff2') format('woff2'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-LightItalic.woff') format('woff'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-ExtraLightItalic.woff2') format('woff2'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-ExtraLightItalic.woff') format('woff'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-SemiBoldItalic.woff2') format('woff2'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-SemiBoldItalic.woff') format('woff'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-Medium.woff2') format('woff2'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-Medium.woff') format('woff'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-MediumItalic.woff2') format('woff2'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-MediumItalic.woff') format('woff'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-Regular.woff2') format('woff2'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-Regular.woff') format('woff'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-Thin.woff2') format('woff2'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-Thin.woff') format('woff'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-SemiBold.woff2') format('woff2'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-SemiBold.woff') format('woff'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-ThinItalic.woff2') format('woff2'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-ThinItalic.woff') format('woff'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}
  

body{
	font-family: "Roboto", sans-serif;
	margin: 0 !important;
}

/* HEADER */
#masthead {
	box-shadow: 0px 0px 20px -10px rgba(0,0,0,0);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 100000;
	background: transparent;
	transition: 0.4s ease-in-out;
	border-bottom: 1px solid transparent;
	background: transparent;
  }
/* #masthead.shrink {
	background: rgba(255,255,255, .8);
	backdrop-filter: blur(32px);
}
.darken #masthead.shrink {
	background: rgba(14,18,28, .8);
	backdrop-filter: blur(32px);
} */
.inner-mastheader {
  width: 92%;
  max-width: 1520px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 36px;
  padding-bottom: 16px;
  transition: 0.4s ease-in-out;
  border-radius: 16px;
  background: transparent;
  backdrop-filter: blur(0px);
  position: relative;
  z-index: 10;
}
/* .shrink .inner-mastheader {
  padding-top: 20px;
} */
  .content-section.neg-mt {
  margin-top: -50px;
}
.content-section p {
  font-size: 24px;
}
/* SITEBRANDING */  
.site-branding {
  width: 240px;
  _height: 90px;
  transition: 0.35s ease-in-out;
  position: relative;
  z-index: 10;
}
.shrink .site-branding {
  transform: scale(.9);
  transform-origin: left top;
}
.site-branding svg g + g {
  transition: 0.35s ease-in-out;
}
.shrink .site-branding svg g + g {
  opacity: 0; 
}
.nav_opend .shrink .site-branding svg g + g {
  opacity: 1; 
}

.site-branding path, .site-branding circle, .site-branding rect, .site-branding polygon {
  fill: var(--igs-greyish-blue) !important;
  transition: 0.4s ease;
}
.nav_opend .site-branding path, .nav_opend .site-branding circle, .nav_opend .site-branding rect, .nav_opend .site-branding polygon{
	fill: #fff !important;	
}

/* MAIN NAV */  
#site-navigation {
  width: 100%;
}

#primary-menu {
  display: flex;
  flex-flow: column;
  align-items: safe;
}
/* STRUCTURE */

.entry-content{
	margin-top: 0;
}
.content-section{
	width: 78%;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	padding: 80px 0%;
}
.content-section-m .textwidget{
	max-width: 1024px;
}
.content-section-sticky-left {
  position: relative;
  margin-left: 0;
  margin-right: auto;
  width: calc(78% + (100% - 78%) / 2);
  max-width: calc(1280px + (100% - 1280px) / 2);
}
.content-section-sticky-right {
  position: relative;
  margin-right: 0;
  margin-left: auto;
  width: calc(78% + (100% - 78%) / 2);
  max-width: calc(1280px + (100% - 1280px) / 2);
}

  .content-section-s .textwidget{
	max-width: 860px;
  }
.content-section p > a{
	color: var(--igs-pink);
}
.content-section.no-pt{
	padding-top: 0;
}
.content-section.no-pb{
	padding-bottom: 0;
}

#pg-12-2 .content-section{
padding-top: 0;
}

/* FOOTER */
footer p:first-child{
	margin-top: 0;
}
footer .so-widget-image {
  max-width: 210px !important;
}
footer p strong, footer p b{
	font-weight: 600;
}
footer li a{
	font-weight: 400;
}
.entry-footer{
	display: none;
}
footer.site-footer{
  background: linear-gradient(315deg, #b2acef 0%, #efa5d8 74%);
}
.site-footer a, .site-footer p {
	color: var(--mse-heading) !important;
	text-decoration: none;
	font-size: 1.1em !important;
	_display: block;
	transition: 0.3s ease-in-out;
	font-weight: 300;
  }
  .site-footer a:hover{
	color: var(--mse-red) !important;
  }
  #footer-top-row{
  border-bottom: 1px solid #03448C;
	padding-bottom: 50px;
}
#footer-bottom-row h3 {
  font-weight: 600;
  font-size: .9em;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .4px;
  font-weight: 700 !important;
  margin-bottom: .8em;
}
  #footer-bottom-row .sow-image-container {
	background: #fff;
	padding: 12px;
	border-radius: 6px;
	_filter: grayscale(1) invert(1) contrast(3);
	max-width: 188px;
  }
  
  .site-footer a, .site-footer p {
	color: #fff;
	text-decoration: none;
  }  

  #footer-top-row .textwidget.custom-html-widget {
	display: flex;
	font-size: 1.2em;
	font-weight: 500;
  }
  #footer-top-row .panel-grid-cell:last-of-type .textwidget.custom-html-widget {
	justify-content: end;
  }
  #footer-top-row .panel-grid-cell:last-of-type .textwidget.custom-html-widget a {
	margin-left: 30px;
	font-size: 1.15em !important;
  }
  #footer-top-row .panel-grid-cell:first-of-type .textwidget.custom-html-widget a {
	margin-right: 40px;
	  font-size: 1.1em !important;
  }
  #footer-pre-top-row img {
	background:#fff;
	max-width: 180px;
	padding: 30px 20px 20px;
	border-radius: 0px 0px 6px 6px;
	margin-top: -90px;
	margin-bottom: 20px;
  }

  footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
  }
  footer a{
	font-weight: 500;
  }
  a.social svg {
  width: 23px;
  height: 25px;
}
a.social svg path {
  fill: #fff;
}
footer li, footer p {
  line-height: 1.6;
}

.site-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.site-info .info-item:first-of-type {
  display: flex;
  flex-wrap: wrap;
  font-weight: 500;
}
.site-info {
  font-size: .8em !important;
  color: var(--mse-heading);
  padding-bottom: 20px;
  border-top: 1px solid #d8deea;
  padding-top: 15px;
  margin-top: 0px;
}
.info-item .sep {
  margin-left: 5px;
  margin-right: 5px;
}

footer .content-section {
  padding-bottom: 10px;
}

.cpr {
  display: flex;
}
.sep {
  margin-left: 6px;
  margin-right: 6px;
}
.legals ul {
  display: flex;
}
.legals ul li {
  margin-left: 20px;
}


/* GENERAL CONTENT */
.more-btn {
  color: var(--igs-greyish-blue) !important;
  font-weight: 500;
  font-size: .9em;
  text-decoration: none;
  padding: 12px 24px 12px 0px;
  border-radius: 5px;
  letter-spacing: .75px;
  margin-right: 1em;
  transition: 0.4s ease-in-out;
  position: relative;
}
  p strong, p b{
	font-weight: 600;
  }
#hero .more-btn {
  background: var(--mse-red);
  color: #fff;
  font-size: .9em;
  text-transform: unset;
  margin-top: 25px;
  font-weight: 500;
  letter-spacing: .75px;
}

.more-btn::after {
  content: "\f061";
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  right: 2px;
  top: 11px;
  font-size: 20px;
  font-weight: bold;
  transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  color: currentColor;
  transform: rotate(-45deg);
  color: #a387e1;
}
.more-btn:hover::after {
  transform: rotate(0deg);
}
/* NAV */  
.menu-toggle {
  padding: 0 !important;
  width: auto !important;
  display: block !important;
  border: none;
  background: var(--igs-greyish-blue);
  appearance: none !important;
  -webkit-appearance: none !important;
  border-radius: 100%;
  position: relative;
  z-index: 10;
  transition: 0.5s ease;
}

.nav_opend .menu-toggle {
  background: #fff;
}
	.mobilMenu {
		top: 1px;
    position: relative;
		height: 58px;
		transform: unset !important;
		padding: 14px;
    -webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	  }
    .nav_opend .mobilMenu {
      transform: rotate(360deg) !important;
      transform-origin: center !important;
    }
	  #nav-icon {
		width: 32px;
		height: 32px;
		position: relative;
		margin: 0px auto;
		margin-top: 0px;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		cursor: pointer;
		margin-top: 5px;
	  }
	#nav-icon span{
	  display: block;
	  position: absolute;
	  height: 3px;
	  width: 100%;
	  background: #fff;
	  border-radius: 1px;
	  opacity: 1;
	  left: 0;
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
	  -webkit-transition: .25s ease-in-out, background-color .5s ease-in-out;
	  -moz-transition: .25s ease-in-out, background-color .5s ease-in-out;
	  -o-transition: .25s ease-in-out, background-color .5s ease-in-out;
	  transition: .25s ease-in-out, background-color .5s ease-in-out;
	}
  #nav-icon.open span{
    background-color: var(--igs-greyish-blue);
  }

	#nav-icon span:nth-child(1) {
	  top: 0px;
	}

	#nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
	  top: 8px;
	}

	#nav-icon span:nth-child(4) {
	  top: 16px;
	}

	#nav-icon.open span:nth-child(1) {
	  top: 8px;
	  width: 0%;
	  left: 50%;
	}

	#nav-icon.open span:nth-child(2) {
	  -webkit-transform: rotate(45deg);
	  -moz-transform: rotate(45deg);
	  -o-transform: rotate(45deg);
	  transform: rotate(45deg);
	}

	#nav-icon.open span:nth-child(3) {
	  -webkit-transform: rotate(-45deg);
	  -moz-transform: rotate(-45deg);
	  -o-transform: rotate(-45deg);
	  transform: rotate(-45deg);
	}

	#nav-icon.open span:nth-child(4) {
	  top: 8px;
	  width: 0%;
	  left: 50%;
	}

.menu-cta-nav-container{
  position: relative;
  z-index: 10;
  transition: 0.5s ease;
}
.shrink .menu-cta-nav-container{
  transform: translateY(-150px);
}
.nav_opend .shrink .menu-cta-nav-container{
  transform: translateY(0px);
}
.cta-navigation li{
    margin-left: 46px;
    line-height: 1.1;
	list-style-type: none;
}

.bd_signet {
  position: fixed;
  width: 65%;
  right: 3%;
  bottom: -15%;
  z-index: -1;
  opacity: .025;
}

.bd_signet svg path, .bd_signet svg circle {
  fill: #fff !important;
}
	
.cta-navigation li a {
  font-size: 22px;
  margin-top: 0;
  font-weight: 600;
  letter-spacing: .25px;
  color: var(--igs-greyish-blue);
  transition: 0.6s ease;
  font-family: "Inter", sans-serif;
  /* text-transform: uppercase; */
  position: relative;
}
.nav_opend .cta-navigation li a {
  color: #fff;
}
#site-navigation {
  width: 100%;
  position: fixed;
  left: 0;
  top: 150px;
  height: calc(100vh - 150px);
  transition: .8s ease-in;
  z-index: 10;
  overflow: auto;
  opacity: 0;
  pointer-events: none;
}
.nav_opend #site-navigation {
  opacity: 1;
  pointer-events: auto;
}

nav.legals {
  display: flex;
  justify-content: end;
  margin-top: 24px;
  margin-bottom: 40px;
}
nav.legals, nav.legals a {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  letter-spacing: .5px;
}
nav.legals a:first-of-type {
  margin-right: 8px;
}
nav.legals a:not(:first-of-type) {
  margin-left: 8px;
}
nav.legals a:not(:last-of-type){
  margin-right: 8px;
}
.mega-nav_wrapper {
  width: 92%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mega-nav_wrapper .nav_info_area {
  width: 48%;
}
.mega-nav_wrapper .nav_menu_area {
  width: 48%;
  padding-top: 2vh;
}
.menu-backdrop {
  background: var(--igs-greyish-blue);
  position: absolute;
  width: 60px;
  height: 58px;
  top: 45px;
  right: 0;
  border-radius: 100%;
  z-index: 1;
  transform: scale(1);
  transition: .75s ease;
}
/* .menu-toggle:hover + .menu-backdrop {
  transform: scale(1.25);
} */
.nav_opend .menu-backdrop{
	transform: scale(75);
}
#cta-navigation {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
#cta-menu {
  margin: 0 !important;
  padding: 0 !important;
}
.main-navigation li{
    margin-left: 0;
    line-height: 1.1;
    text-align: right;
  transition: 0.5s ease;
  transform: translateY(60px);
  opacity: 0;
}
nav.legals{
  transition: 0.5s ease;
  transform: translateY(60px);
  opacity: 0;
}
.nav_opend .main-navigation li,
.nav_opend nav.legals {
  transform: translateY(0px);
  opacity: 1;
}
.nav_opend nav.legals{
  transition-delay: .7s;
}
.nav_opend .main-navigation li:nth-child(1) {
  transition-delay: .1s;
}
.nav_opend .main-navigation li:nth-child(2) {
  transition-delay: .2s;
}
.nav_opend .main-navigation li:nth-child(3) {
  transition-delay: .3s;
}
.nav_opend .main-navigation li:nth-child(4) {
  transition-delay: .4s;
}
.nav_opend .main-navigation li:nth-child(5) {
  transition-delay: .5s;
}
.nav_opend .main-navigation li:nth-child(6) {
  transition-delay: .6s;
}
.main-navigation li a {
  font-size: 52px;
  margin-top: 0;
  font-weight: 700;
  color: #fff;
  transition: 0.4s ease;
  font-family: "Inter", sans-serif;
  text-transform: lowercase;
  position: relative;
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  outline: none !important;
}
.darken .main-navigation li a {
	color: var(--igs-yellow-bg);
}
.main-navigation li:not(:last-of-type) a {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.main-navigation li a::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 15px;
  background-color: #efa5d8;
  background-image: linear-gradient(315deg, #b2acef 0%, #efa5d8 74%);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.5s ease;
  filter: contrast(.75);
  z-index: -1;
}
.main-navigation li a:hover::after {
  transform: scaleX(1);
  transform-origin: left center;
}

.main-navigation li a:not(:hover)::after {
  transform-origin: right center;
}

nav .cta-link a {
  padding: 15px 0px;
  position: relative;
}
nav .cta-link a svg path{
fill: var(--igs-pink);
}

nav .cta-link a .svg_wrapper {
  position: absolute;
  right: -2px;
  top: 16px;
  width: 103%;
  height: 100%;
  z-index: -1;
  transform: rotate(176deg);
  display: none;
}

.main-navigation li a {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.cta-navigation li:last-of-type a::after {
content: "";
  position: absolute;
  bottom: 13px;
  left: 0;
  width: 100%;
  height: 11px;
  background-color: #efa5d8;
  background-image: linear-gradient(315deg, #b2acef 0%, #efa5d8 74%);
  transform: scaleX(1);
  transform-origin: left center;
  transition: transform 0.5s ease;
  z-index: -1;
}
.nav_opend .cta-navigation li:last-of-type a::after {
filter: contrast(.75);
}

.cta-navigation li:last-of-type a:hover::after {
  transform: scaleX(0);
  transform-origin: right center; 
}

.cta-navigation li:last-of-type a:not(:hover)::after {
  transform-origin: left center;
  transform: scaleX(1);
}

#primary{
	background: #fff;
	transition: 0.4s ease;
}
.darken #primary{
	background: var(--igs-bg-dark);
}
/* HERO + SLIDER HOME */
#hero{
	position: relative;
	/* height: 100vh; */
	min-height: 420px;
  overflow: hidden;
}

/* #hero::after {
  content: "";
  width: 130%;
  height: 130%;
  position: absolute;
  background: url(https://as2.ftcdn.net/jpg/04/37/80/09/1000_F_437800932_QSWbUOfn36pYX00dENvBjCRyhkUgFgtW.webp);
    background-size: auto;
  background-size: cover;
  opacity: .045;
  mix-blend-mode: color-burn;
  left: -15%;
  top: -30%;
} */
#hero-text {
  z-index: 10000;
  color: var(--igs-greyish-blue);
  position: relative;
  padding-top: 25%;
  width: 80%;
  margin-bottom: 12.5%;
}
#hero-text .so-widget-sow-editor.so-widget-sow-editor-base {
  transform: scale(.95);
  transform-origin: left top;
}
#hero-text p:first-of-type {
  position: absolute;
  font-size: clamp(16px, 3vw, 32px);
  left: 0;
  _bottom: 74px !important;
  bottom: 0px !important;
  width: 100%;
  margin: 0;
}
#hero-text p:first-of-type strong {
  font-weight: 800;
  text-transform: uppercase;
  display: inline-block;
  transform: rotate(-90deg);
  transform-origin: top left;
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  max-width: 370px;
}
#hero h1 {
  padding-left: 160px;
  margin-bottom: 0 !important;
  margin-top: 0px !important;
}

#hero h1 {
  /* font-weight: 300;
  letter-spacing: 1.2px;
  line-height: clamp(32px, 8vw, 110px);
  font-size: clamp(32px, 8vw, 110px);
  /* color: var(--igs-yellow); */
  /*color: var(--igs-greyish-blue);
  text-transform: uppercase;
  font-family: 'Inter', sans-serif; */
    /* background: linear-gradient(90deg, #eb9eba, #4900b8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent; */
  /* transition: 0.4s ease; */
}

#hero h1 {
  font-weight: 300;
  letter-spacing: 1.2px;
  line-height: clamp(32px, 8vw, 110px);
  font-size: clamp(32px, 9vw, 130px);
  color: var(--igs-greyish-blue);
  text-transform: lowercase;
  font-family: 'Inter', sans-serif;
  /* background: linear-gradient(90deg, #eb9eba, #4900b8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent; */
  transition: 0.4s ease;
}
.darken #hero h1{
	color: var(--igs-yellow);
}
#hero h1 strong{
	font-weight: 800;
}
#hero h1 span {
  transition: .9s ease-in-out, opacity 1.3s ease-in-out;
  transform: translateX(40%);
  opacity: 0;
}
#hero h1 span{
	color: currentColor !important;
	display: block;
}
#hero h1 br {
  display: none;
}
#hero h1.visible span {
  transform: translateX(0px);
  opacity: 1;
}
#hero h1.visible span:nth-of-type(2) {
	transition-delay: .15s;
}
#hero h1.visible span:nth-of-type(3) {
	transition-delay: .3s;
}

#hero-text p:first-of-type {
  /* transform: translateY(50px); */
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
  transition-delay: .9s;
}
#hero-text p:first-of-type.visible {
  /* transform: translateY(0px); */
  opacity: 1;
}

#hero-signet {
  width: 62vw;
  aspect-ratio: 1;
  position: absolute;
  top: 18%;
  right: 7.5%;
  filter: brightness(1.35);
  transform-origin: center right;
}
#hero-signet .textwidget{
transition: opacity 2s ease-in-out;
 opacity: 0;

}

#hero-signet svg {
  width: 100%;
}
#hero-signet svg path, #hero-signet circle {
  /* fill: var(--igs-yellow) !important;
  stroke-width: 2px; */
  /* opacity: .05; */
}
#hero-text h1 + p {
  font-size: clamp(16px, 2vw, 30px);
  margin-top: -40px;
  _margin-left: 13%;
}


#hero-text h1 + p strong {
  /* color: var(--igs-pink); */
  color: var(--igs-greyish-blue);
  padding: 10px 0;
  font-weight: 700 !important;
  line-height: 1.2;
  transition: 0.4s ease;
}
.darken #hero-text h1 + p strong {
	color: var(--igs-yellow-bg)
}

/* #hero h1 strong:nth-of-type(2) {
  margin-left: 4.25vw;
  position: relative;
}
#hero h1 strong:nth-of-type(2):before {
  content: "";
  width: 48%;
  background: #dc7cbe;
  height: 8px;
  position: absolute;
  left: -50%;
  top: 48%;
} */



/* BG NOISE ANIM */
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-image: url("/wp-content/uploads/2025/10/noisy-background.jpg");
  background-repeat: repeat;
  background-size: 400px 400px;
  animation: grainMove 1.5s steps(3) infinite;
  z-index: 10;
  mix-blend-mode: multiply;
  opacity: .3;
}


@keyframes grainMove {
  0%   { background-position: 0 0; }
  25%  { background-position: 20px -20px; }
  50%  { background-position: -15px 10px; }
  75%  { background-position: 10px 5px; }
  100% { background-position: 0 0; }
}



/* CONTENT */

.content-section h2,
.content-section h1 {
  line-height: clamp(32px, 5vw, 70px);
  font-size: clamp(32px, 5vw, 70px);
  margin-bottom: 30px;
  margin-top: 0px;
  letter-spacing: .65px;
  font-weight: 700;
  color: var(--igs-greyish-blue) !important;
   /* background: linear-gradient(120deg, #948af5 0%, #f6acf6 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent; */
}
.content-section h3 {
  line-height: clamp(32px, 3vw, 56px);
  font-size: clamp(32px, 3vw, 56px);
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 0px;
}

.content-section p, .content-section h1, .content-section h2, .content-section h3, .content-section h4, .content-section h5{
	color: var(--igs-greyish-blue);
	transition: 1s ease;
  transform: translateY(80px);
  opacity: 0;
}
.content-section p.visible, .content-section h1.visible, .content-section h2.visible, .content-section h3.visible, .content-section h4.visible, .content-section h5.visible{
  transform: translateY(0px);
  opacity: 1;
}

#sub-hero {
  padding-top: 220px;
}

#news_preview .panel-grid-cell:first-of-type{
  background: linear-gradient(315deg, #b2acef 0%, #efa5d8 74%);
  /* background: var(--igs-greyish-blue); */
  padding: 4px !important
}

#news_preview .panel-grid-cell:first-of-type .so-panel {
  background: #fff;
  position: relative;
  height: calc(100% - 16px);
  margin-left: 8px;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 8px;
  padding: 20px;
}
#news_preview .panel-grid-cell:first-of-type .so-panel p:first-of-type {
  margin-top: 0;
}



#sub-hero h1,
.home #der-verein h2{
  position: relative;
  padding-bottom: 32px;
  margin-bottom: 20px;
}
#sub-hero h1:after,
.home #der-verein h2:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 110px;
  height: 10px;
  background-color: #efa5d8;
  background-image: linear-gradient(315deg, #b2acef 0%, #efa5d8 74%);
  transform: scaleX(1);
  transform-origin: left center;
  transition: transform 0.5s ease;
  z-index: -1;
  z-index: 1;
}

/* GESCHICHTE */

.history-scroll-reveal .panel-grid:nth-child(odd) .panel-grid-cell:nth-child(1) {
  padding-right: 80px;
  position: relative;
  margin-bottom: 50px;
}
.history-scroll-reveal .panel-grid:nth-child(even) .panel-grid-cell:nth-child(2) {
  padding-left: 80px;
  position: relative;
  margin-bottom: 50px;
}

.history-scroll-reveal .panel-grid:nth-child(odd) .panel-grid-cell:nth-child(1) .textwidget{
	_background: #f5f5f5;
  background: linear-gradient(275deg, #aba5e8 0%, #eaa0d3 74%);
	padding: 25px;
	transform: translateY(0) translateX(-40px) !important;
  opacity: 0;
  transform: translateY(80px);
  transition: 0.8s ease-in-out;
}

.history-scroll-reveal .panel-grid:nth-child(even) .panel-grid-cell:nth-child(2) .textwidget{
	_background: #f5f5f5;
  background: linear-gradient(315deg, #aba5e8 0%, #eaa0d3 74%);
	padding: 25px;
	transform: translateY(0) translateX(40px) !important;
  opacity: 0;
  transform: translateY(80px);
  transition: 0.8s ease-in-out;
}

.history-scroll-reveal .panel-grid:nth-child(odd) .panel-grid-cell:nth-child(1) .textwidget.visible{
	transform: translateY(0) translateX(0px) !important;
  opacity: 1;
}
.history-scroll-reveal .panel-grid:nth-child(even) .panel-grid-cell:nth-child(2) .textwidget.visible{
	transform: translateY(0) translateX(0px) !important;
  opacity: 1;
}

.history-scroll-reveal .panel-grid:nth-child(odd) .panel-grid-cell:nth-child(1) h3.widget-title {
  position: absolute;
  background: var(--igs-yellow);
  color: var(--igs-dark);
  right: -55px;
  width: 80px;
  height: 80px;
  border-radius: 3px;
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  padding-top: 19px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 700;
  border-radius: 100%;
  z-index: 10;
  letter-spacing: -.5px;
}

.history-scroll-reveal .panel-grid:nth-child(even) .panel-grid-cell:nth-child(2) h3.widget-title {
  position: absolute;
  background: var(--igs-yellow);
  color: var(--igs-dark);
  left: -55px;
  width: 80px;
  height: 80px;
  border-radius: 3px;
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  padding-top: 19px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 700;
  border-radius: 100%;
  z-index: 10;
  letter-spacing: -.5px;
}

#history {
  position: relative;
  padding-top: 0;
  width: 78%;
}
#history > .panel-grid-cell > .panel-last-child {
  width: 3px;
  height: calc(100% - 80px);
  background: #cecece;
  position: absolute;
  top: 0;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
}

.history-scroll-reveal h4, .history-scroll-reveal p{
  opacity: 1 !important;
  transform: unset !important;
}

.history-scroll-reveal .panel-grid:nth-child(odd) .panel-grid-cell:nth-child(1) .textwidget,
.history-scroll-reveal .panel-grid:nth-child(even) .panel-grid-cell:nth-child(2) .textwidget{
	position: relative;
}

.history-scroll-reveal .panel-grid:nth-child(2n+1) .panel-grid-cell:nth-child(1) .textwidget::after {
  content: "\f0da";
  font-family: 'Font Awesome 5 Free';
  color: inherit;
  font-weight: 900;
  position: absolute;
  right: -25px;
  top: 50%;
  font-size: 5em;
  color: #aba5e8;
  transform: translateY(-50%);
}
.history-scroll-reveal .panel-grid:nth-child(even) .panel-grid-cell:nth-child(2) .textwidget:after{
  content: "\f0d9";
  font-family: 'Font Awesome 5 Free';
  color: inherit;
  font-weight: 900;
  position: absolute;
  left: -25px;
  top: 50%;
  font-size: 5em;
  color: #eaa0d3;
  transform: translateY(-50%);
}

.history-scroll-reveal .panel-grid:nth-child(odd) .panel-grid-cell:nth-child(1) h3.widget-title,
.history-scroll-reveal .panel-grid:nth-child(even) .panel-grid-cell:nth-child(2) h3.widget-title{
	opacity: 0;
	transform: translateY(-30%) scale(.5);
  transform-origin: center top;
	/* transition: 0.5s ease-in-out; */
}
.history-scroll-reveal .panel-grid:nth-child(odd) .panel-grid-cell:nth-child(1) h3.widget-title.visible,
.history-scroll-reveal .panel-grid:nth-child(even) .panel-grid-cell:nth-child(2) h3.widget-title.visible{
	animation: popIn 1s ease-out forwards;
}


@keyframes popIn {
  0% {
    transform: scale(0.25) translateY(-30%);
    opacity: 0;
  }
  60% {
    transform: scale(1.05) translateY(-50%);
    opacity: 1;
  }
  100% {
    transform: scale(1) translateY(-50%);
    opacity: 1;
  }
}

#history > .panel-grid-cell > .panel-last-child {
  width: 3px;
  height: calc(100% - 130px);
  background: #cecece;
  position: absolute;
  top: 0;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}
.history-scroll-reveal p {
  font-size: 22px;
  color: #fff !important;
  text-shadow: 0px 0px 9px rgba(0,0,0,0.1);
}
.history-scroll-reveal p:last-child {
  margin-bottom: 0;
}
.history-scroll-reveal h4 {
  font-size: 26px;
  margin-bottom: -10px;
  margin-top: 0;
  color: #fff !important;
  text-shadow: 0px 0px 9px rgba(0,0,0,0.1);
  line-height: 1.2;
}


.content-section .textwidget ul,
.content-section .sow-accordion ul {
  margin: -15px 0 0;
  padding: 0;
}

.sow-accordion-panel-border {
  background: none !important;
  padding: 30px 0 !important;
  line-height: 1.6;
}
.sow-accordion-panel-border ul ul,
.content-section .textwidget ul ul {
  margin-top: 0 !important;
   font-weight: 300;
}
.content-section .textwidget ul li,
.content-section .sow-accordion ul li {
  font-size: 20px;
  list-style-type: none;
  padding-left: 23px;
  margin-bottom: 8px;
  position: relative;
}
.content-section .sow-accordion ul li{
  font-weight: 500;
}
.content-section .sow-accordion ul li a,
.content-section .textwidget ul li a{
  color: #a99fdf;
}
.content-section .textwidget ul li:before, 
  .content-section .sow-accordion ul li:before{
  content: "–";
  position: absolute;
  left: 0;
  font-size: 24px;
  top: -2px;
  font-weight: 400;
}
.history-scroll-reveal li{
  color: #fff !important;
  text-shadow: 0px 0px 9px rgba(0,0,0,0.1);
}
.page-id-17 .content-section-sticky-right {
  margin-top: -40px;
}

.sow-accordion-panel-header {
  background: none !important;
  color: var(--igs-greyish-blue) !important;
  font-size: 26px !important;
  font-weight: 500;
  padding-left: 0 !important;
  padding-right: 2px !important;
}
.sow-accordion-panel-header {
  border-bottom: 1px solid var(--igs-greyish-blue);
  padding-bottom: 18px !important;
  padding-top: 11px !important;
}

.home #der-verein {
  margin-top: -2.5%;
}

#pg-17-1 .panel-grid-cell {
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  opacity: 0;
  transition: 1.25s ease, opacity 1.5s ease;
}
#pg-17-1 .panel-grid-cell.visible {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  opacity: 1;
}
#pg-17-1 .panel-grid-cell:nth-child(2) {
  transition: 1.25s ease;
}
#pg-17-1 .panel-grid-cell.visible:nth-child(2) {
  transition-delay: .15s;
}

.sow-accordion-panel{
  transform: translateY(80px);
  opacity: 0;
  transition: 0.8s ease;
}
.sow-accordion-panel.visible{
  transform: translateY(0px);
  opacity: 1;
}


.igs-termin p:empty {
  display: none !important;
}
.igs-termin strong {
  font-size: 24px;
  display: block;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 8px;
}
.igs-termin em {
  font-style: normal;
  font-size: 18px;
  font-weight: 500;
  display: block;
}

.igs-termin {

  font-size: 22px;
  padding: 12px 0px;
  border-bottom: 1px solid;
  width: calc(100% - 24px);
  margin: auto;
}
.igs-termin strong em {
  font-style: normal;
  font-size: 20px;
  font-weight: 400;
  display: block;
  margin-bottom: 0 !important;
  margin-top: 4px;
}
.igs-termin strong + br {
  display: none;
}
.igs-termin:last-child {
  border-bottom: 0 !important;
}
.igs-termin em + br {
  display: none;
}

/*!
Theme Name: IGS Theme
Theme URI: http://madebymuse.de/
Author: muse digitalagentur
Author URI: http://madebymuse.de/
Description: Theme für die IGS Freiburg - Sidefact: StroboRobo aka. Thorben hat damals den letzten Platz beim Schützenwettbewerb auf einem Kindergeburtstag gemacht... Da hat er heute noch dran zu knabbern... :D
Version: 1.1.0
Tested up to: 6.7
Requires PHP: 7.4
Text Domain: muse theme

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,
.cta-navigation li {
	position: relative;
}
.cta-navigation li{
  margin-right: 40px;
}
.main-navigation a,
.cta-navigation a {
	display: block;
	text-decoration: none;
}

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

@media screen and (min-width: 1281px) {

	.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;
}


/* STYLES RAPP24 
--------------------------------------------- */

:root{
  --igs-grey: #707474;
  --igs-bg-dark: #0E121D;
  --igs-greyish-blue: #2b343e;
  --igs-lavender: #e7b5c5;
  --igs-pink: #f59aee;
  --igs-yellow: #ffff00;
  --igs-lime: #e5e771;
  }


  /* 
  @font-face {
	font-family: 'Montserrat';
	font-style: normal;
	src: url('/wp-content/themes/muse-default-theme/css/Montserrat/Montserrat-VariableFont_wght.ttf'); /* IE9 Compat Modes */
  /*}   
  */


@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-Bold.woff2') format('woff2'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-Bold.woff') format('woff'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* @font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-BlackItalic.woff2') format('woff2'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-BlackItalic.woff') format('woff'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
} */

/* @font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-ExtraBoldItalic.woff2') format('woff2'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-ExtraBoldItalic.woff') format('woff'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-ExtraBoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
} */

/* @font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-ExtraBold.woff2') format('woff2'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-ExtraBold.woff') format('woff'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
} */

@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-BoldItalic.woff2') format('woff2'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-BoldItalic.woff') format('woff'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-ExtraLight.woff2') format('woff2'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-ExtraLight.woff') format('woff'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-Light.woff2') format('woff2'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-Light.woff') format('woff'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-Italic.woff2') format('woff2'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-Italic.woff') format('woff'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-LightItalic.woff2') format('woff2'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-LightItalic.woff') format('woff'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-ExtraLightItalic.woff2') format('woff2'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-ExtraLightItalic.woff') format('woff'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-SemiBoldItalic.woff2') format('woff2'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-SemiBoldItalic.woff') format('woff'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-Medium.woff2') format('woff2'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-Medium.woff') format('woff'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-MediumItalic.woff2') format('woff2'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-MediumItalic.woff') format('woff'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-Regular.woff2') format('woff2'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-Regular.woff') format('woff'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-Thin.woff2') format('woff2'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-Thin.woff') format('woff'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-SemiBold.woff2') format('woff2'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-SemiBold.woff') format('woff'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-ThinItalic.woff2') format('woff2'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-ThinItalic.woff') format('woff'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}
  

body{
	font-family: "Roboto", sans-serif;
	margin: 0 !important;
}

/* HEADER */
#masthead {
	box-shadow: 0px 0px 20px -10px rgba(0,0,0,0);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 100000;
	background: transparent;
	transition: 0.4s ease-in-out;
	border-bottom: 1px solid transparent;
	background: transparent;
  }
/* #masthead.shrink {
	background: rgba(255,255,255, .8);
	backdrop-filter: blur(32px);
}
.darken #masthead.shrink {
	background: rgba(14,18,28, .8);
	backdrop-filter: blur(32px);
} */
.inner-mastheader {
  width: 92%;
  max-width: 1520px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 36px;
  padding-bottom: 16px;
  transition: 0.4s ease-in-out;
  border-radius: 16px;
  background: transparent;
  backdrop-filter: blur(0px);
  position: relative;
  z-index: 10;
}
/* .shrink .inner-mastheader {
  padding-top: 20px;
} */
  .content-section.neg-mt {
  margin-top: -50px;
}
.content-section p {
  font-size: 24px;
}
/* SITEBRANDING */  
.site-branding {
  width: 240px;
  _height: 90px;
  transition: 0.35s ease-in-out;
  position: relative;
  z-index: 10;
}
.shrink .site-branding {
  transform: scale(.9);
  transform-origin: left top;
}
.site-branding svg g + g {
  transition: 0.35s ease-in-out;
}
.shrink .site-branding svg g + g {
  opacity: 0; 
}
.nav_opend .shrink .site-branding svg g + g {
  opacity: 1; 
}

.site-branding path, .site-branding circle, .site-branding rect, .site-branding polygon {
  fill: var(--igs-greyish-blue) !important;
  transition: 0.4s ease;
}
.nav_opend .site-branding path, .nav_opend .site-branding circle, .nav_opend .site-branding rect, .nav_opend .site-branding polygon{
	fill: #fff !important;	
}

/* MAIN NAV */  
#site-navigation {
  width: 100%;
}

#primary-menu {
  display: flex;
  flex-flow: column;
  align-items: safe;
}
/* STRUCTURE */

.entry-content{
	margin-top: 0;
}
.content-section{
	width: 78%;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	padding: 80px 0%;
}
.content-section-m .textwidget{
	max-width: 1024px;
}
.content-section-sticky-left {
  position: relative;
  margin-left: 0;
  margin-right: auto;
  width: calc(78% + (100% - 78%) / 2);
  max-width: calc(1280px + (100% - 1280px) / 2);
}
.content-section-sticky-right {
  position: relative;
  margin-right: 0;
  margin-left: auto;
  width: calc(78% + (100% - 78%) / 2);
  max-width: calc(1280px + (100% - 1280px) / 2);
}

  .content-section-s .textwidget{
	max-width: 860px;
  }
.content-section p > a{
	color: var(--igs-pink);
}
.content-section.no-pt{
	padding-top: 0;
}
.content-section.no-pb{
	padding-bottom: 0;
}

#pg-12-2 .content-section{
padding-top: 0;
}

/* FOOTER */
footer p:first-child{
	margin-top: 0;
}
footer .so-widget-image {
  max-width: 210px !important;
}
footer p strong, footer p b{
	font-weight: 600;
}
footer li a{
	font-weight: 400;
}
.entry-footer{
	display: none;
}
footer.site-footer{
  background: linear-gradient(315deg, #b2acef 0%, #efa5d8 74%);
}
.site-footer a, .site-footer p {
	color: var(--mse-heading) !important;
	text-decoration: none;
	font-size: 1.1em !important;
	_display: block;
	transition: 0.3s ease-in-out;
	font-weight: 300;
  }
  .site-footer a:hover{
	color: var(--mse-red) !important;
  }
  #footer-top-row{
  border-bottom: 1px solid #03448C;
	padding-bottom: 50px;
}
#footer-bottom-row h3 {
  font-weight: 600;
  font-size: .9em;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .4px;
  font-weight: 700 !important;
  margin-bottom: .8em;
}
  #footer-bottom-row .sow-image-container {
	background: #fff;
	padding: 12px;
	border-radius: 6px;
	_filter: grayscale(1) invert(1) contrast(3);
	max-width: 188px;
  }
  
  .site-footer a, .site-footer p {
	color: #fff;
	text-decoration: none;
  }  

  #footer-top-row .textwidget.custom-html-widget {
	display: flex;
	font-size: 1.2em;
	font-weight: 500;
  }
  #footer-top-row .panel-grid-cell:last-of-type .textwidget.custom-html-widget {
	justify-content: end;
  }
  #footer-top-row .panel-grid-cell:last-of-type .textwidget.custom-html-widget a {
	margin-left: 30px;
	font-size: 1.15em !important;
  }
  #footer-top-row .panel-grid-cell:first-of-type .textwidget.custom-html-widget a {
	margin-right: 40px;
	  font-size: 1.1em !important;
  }
  #footer-pre-top-row img {
	background:#fff;
	max-width: 180px;
	padding: 30px 20px 20px;
	border-radius: 0px 0px 6px 6px;
	margin-top: -90px;
	margin-bottom: 20px;
  }

  footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
  }
  footer a{
	font-weight: 500;
  }
  a.social svg {
  width: 23px;
  height: 25px;
}
a.social svg path {
  fill: #fff;
}
footer li, footer p {
  line-height: 1.6;
}

.site-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.site-info .info-item:first-of-type {
  display: flex;
  flex-wrap: wrap;
  font-weight: 500;
}
.site-info {
  font-size: .8em !important;
  color: var(--mse-heading);
  padding-bottom: 20px;
  border-top: 1px solid #d8deea;
  padding-top: 15px;
  margin-top: 0px;
}
.info-item .sep {
  margin-left: 5px;
  margin-right: 5px;
}

footer .content-section {
  padding-bottom: 10px;
}

.cpr {
  display: flex;
}
.sep {
  margin-left: 6px;
  margin-right: 6px;
}
.legals ul {
  display: flex;
}
.legals ul li {
  margin-left: 20px;
}


/* GENERAL CONTENT */
.more-btn {
  color: var(--igs-greyish-blue) !important;
  font-weight: 500;
  font-size: .9em;
  text-decoration: none;
  padding: 12px 24px 12px 0px;
  border-radius: 5px;
  letter-spacing: .75px;
  margin-right: 1em;
  transition: 0.4s ease-in-out;
  position: relative;
}
  p strong, p b{
	font-weight: 600;
  }
#hero .more-btn {
  background: var(--mse-red);
  color: #fff;
  font-size: .9em;
  text-transform: unset;
  margin-top: 25px;
  font-weight: 500;
  letter-spacing: .75px;
}

.more-btn::after {
  content: "\f061";
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  right: 2px;
  top: 11px;
  font-size: 20px;
  font-weight: bold;
  transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  color: currentColor;
  transform: rotate(-45deg);
  color: var(--igs-greyish-blue);
}
.more-btn:hover::after {
  transform: rotate(0deg);
}
.more-btn::before {
  content: "";
  position: absolute;
  bottom: 13px;
  left: 0;
  width: 100%;
  height: 11px;
  background-color: #efa5d8;
  background-image: linear-gradient(315deg, #b2acef 0%, #efa5d8 74%);
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.5s ease;
  z-index: -1;
}

.more-btn:hover::before {
  transform: scaleX(1);
  transform-origin: left center; 
}

.more-btn:not(:hover)::before {
  transform-origin: right center;
  transform: scaleX(0);
}

/* NAV */  
.menu-toggle {
  padding: 0 !important;
  width: auto !important;
  display: block !important;
  border: none;
  background: var(--igs-greyish-blue);
  appearance: none !important;
  -webkit-appearance: none !important;
  border-radius: 100%;
  position: relative;
  z-index: 10;
  transition: 0.5s ease;
}

.nav_opend .menu-toggle {
  background: #fff;
}
	.mobilMenu {
		top: 1px;
    position: relative;
		height: 58px;
		transform: unset !important;
		padding: 14px;
    -webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	  }
    .nav_opend .mobilMenu {
      transform: rotate(360deg) !important;
      transform-origin: center !important;
    }
	  #nav-icon {
		width: 32px;
		height: 32px;
		position: relative;
		margin: 0px auto;
		margin-top: 0px;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		cursor: pointer;
		margin-top: 5px;
	  }
	#nav-icon span{
	  display: block;
	  position: absolute;
	  height: 3px;
	  width: 100%;
	  background: #fff;
	  border-radius: 1px;
	  opacity: 1;
	  left: 0;
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
	  -webkit-transition: .25s ease-in-out, background-color .5s ease-in-out;
	  -moz-transition: .25s ease-in-out, background-color .5s ease-in-out;
	  -o-transition: .25s ease-in-out, background-color .5s ease-in-out;
	  transition: .25s ease-in-out, background-color .5s ease-in-out;
	}
  #nav-icon.open span{
    background-color: var(--igs-greyish-blue);
  }

	#nav-icon span:nth-child(1) {
	  top: 0px;
	}

	#nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
	  top: 8px;
	}

	#nav-icon span:nth-child(4) {
	  top: 16px;
	}

	#nav-icon.open span:nth-child(1) {
	  top: 8px;
	  width: 0%;
	  left: 50%;
	}

	#nav-icon.open span:nth-child(2) {
	  -webkit-transform: rotate(45deg);
	  -moz-transform: rotate(45deg);
	  -o-transform: rotate(45deg);
	  transform: rotate(45deg);
	}

	#nav-icon.open span:nth-child(3) {
	  -webkit-transform: rotate(-45deg);
	  -moz-transform: rotate(-45deg);
	  -o-transform: rotate(-45deg);
	  transform: rotate(-45deg);
	}

	#nav-icon.open span:nth-child(4) {
	  top: 8px;
	  width: 0%;
	  left: 50%;
	}

.menu-cta-nav-container{
  position: relative;
  z-index: 10;
  transition: 0.5s ease;
}
.shrink .menu-cta-nav-container{
  transform: translateY(-150px);
}
.nav_opend .shrink .menu-cta-nav-container{
  transform: translateY(0px);
}
.cta-navigation li{
    margin-left: 46px;
    line-height: 1.1;
	list-style-type: none;
}

.bd_signet {
  position: fixed;
  width: 65%;
  right: 3%;
  bottom: -15%;
  z-index: -1;
  opacity: .025;
}

.bd_signet svg path, .bd_signet svg circle {
  fill: #fff !important;
}
	
.cta-navigation li a {
  font-size: 22px;
  margin-top: 0;
  font-weight: 600;
  letter-spacing: .25px;
  color: var(--igs-greyish-blue);
  transition: 0.6s ease;
  font-family: "Inter", sans-serif;
  /* text-transform: uppercase; */
  position: relative;
}
.nav_opend .cta-navigation li a {
  color: #fff;
}
#site-navigation {
  width: 100%;
  position: fixed;
  left: 0;
  top: 150px;
  height: calc(100vh - 150px);
  transition: .8s ease-in;
  z-index: 10;
  overflow: auto;
  opacity: 0;
  pointer-events: none;
}
.nav_opend #site-navigation {
  opacity: 1;
  pointer-events: auto;
}

nav.legals {
  display: flex;
  justify-content: end;
  margin-top: 24px;
  margin-bottom: 40px;
}
nav.legals, nav.legals a {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  letter-spacing: .5px;
}
nav.legals a:first-of-type {
  margin-right: 8px;
}
nav.legals a:not(:first-of-type) {
  margin-left: 8px;
}
nav.legals a:not(:last-of-type){
  margin-right: 8px;
}
.mega-nav_wrapper {
  width: 92%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mega-nav_wrapper .nav_info_area {
  width: 48%;
}
.mega-nav_wrapper .nav_menu_area {
  width: 48%;
  padding-top: 2vh;
}
.menu-backdrop {
  background: var(--igs-greyish-blue);
  position: absolute;
  width: 60px;
  height: 58px;
  top: 45px;
  right: 0;
  border-radius: 100%;
  z-index: 1;
  transform: scale(1);
  transition: .75s ease;
}
/* .menu-toggle:hover + .menu-backdrop {
  transform: scale(1.25);
} */
.nav_opend .menu-backdrop{
	transform: scale(75);
}
#cta-navigation {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
#cta-menu {
  margin: 0 !important;
  padding: 0 !important;
}
.main-navigation li{
    margin-left: 0;
    line-height: 1.1;
    text-align: right;
  transition: 0.5s ease;
  transform: translateY(60px);
  opacity: 0;
}
nav.legals{
  transition: 0.5s ease;
  transform: translateY(60px);
  opacity: 0;
}
.nav_opend .main-navigation li,
.nav_opend nav.legals {
  transform: translateY(0px);
  opacity: 1;
}
.nav_opend nav.legals{
  transition-delay: .7s;
}
.nav_opend .main-navigation li:nth-child(1) {
  transition-delay: .1s;
}
.nav_opend .main-navigation li:nth-child(2) {
  transition-delay: .2s;
}
.nav_opend .main-navigation li:nth-child(3) {
  transition-delay: .3s;
}
.nav_opend .main-navigation li:nth-child(4) {
  transition-delay: .4s;
}
.nav_opend .main-navigation li:nth-child(5) {
  transition-delay: .5s;
}
.nav_opend .main-navigation li:nth-child(6) {
  transition-delay: .6s;
}
.main-navigation li a {
  font-size: 52px;
  margin-top: 0;
  font-weight: 700;
  color: #fff;
  transition: 0.4s ease;
  font-family: "Inter", sans-serif;
  text-transform: lowercase;
  position: relative;
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  outline: none !important;
}
.darken .main-navigation li a {
	color: var(--igs-yellow-bg);
}
.main-navigation li:not(:last-of-type) a {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.main-navigation li a::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 15px;
  background-color: #efa5d8;
  background-image: linear-gradient(315deg, #b2acef 0%, #efa5d8 74%);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.5s ease;
  filter: contrast(.75);
  z-index: -1;
}
.main-navigation li a:hover::after {
  transform: scaleX(1);
  transform-origin: left center;
}

.main-navigation li a:not(:hover)::after {
  transform-origin: right center;
}

nav .cta-link a {
  padding: 15px 0px;
  position: relative;
}
nav .cta-link a svg path{
fill: var(--igs-pink);
}

nav .cta-link a .svg_wrapper {
  position: absolute;
  right: -2px;
  top: 16px;
  width: 103%;
  height: 100%;
  z-index: -1;
  transform: rotate(176deg);
  display: none;
}

.main-navigation li a {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.cta-navigation li:last-of-type a::after {
content: "";
  position: absolute;
  bottom: 13px;
  left: 0;
  width: 100%;
  height: 11px;
  background-color: #efa5d8;
  background-image: linear-gradient(315deg, #b2acef 0%, #efa5d8 74%);
  transform: scaleX(1);
  transform-origin: left center;
  transition: transform 0.5s ease;
  z-index: -1;
}
.nav_opend .cta-navigation li:last-of-type a::after {
filter: contrast(.75);
}

.cta-navigation li:last-of-type a:hover::after {
  transform: scaleX(0);
  transform-origin: right center; 
}

.cta-navigation li:last-of-type a:not(:hover)::after {
  transform-origin: left center;
  transform: scaleX(1);
}

#primary{
	background: #fff;
	transition: 0.4s ease;
}
.darken #primary{
	background: var(--igs-bg-dark);
}
/* HERO + SLIDER HOME */
#hero{
	position: relative;
	/* height: 100vh; */
	min-height: 420px;
  overflow: hidden;
}

/* #hero::after {
  content: "";
  width: 130%;
  height: 130%;
  position: absolute;
  background: url(https://as2.ftcdn.net/jpg/04/37/80/09/1000_F_437800932_QSWbUOfn36pYX00dENvBjCRyhkUgFgtW.webp);
    background-size: auto;
  background-size: cover;
  opacity: .045;
  mix-blend-mode: color-burn;
  left: -15%;
  top: -30%;
} */
#hero-text {
  z-index: 10000;
  color: var(--igs-greyish-blue);
  position: relative;
  padding-top: 25%;
  width: 80%;
  margin-bottom: 12.5%;
}
#hero-text .so-widget-sow-editor.so-widget-sow-editor-base {
  transform: scale(.95);
  transform-origin: left top;
}
#hero-text p:first-of-type {
  position: absolute;
  font-size: clamp(16px, 3vw, 32px);
  left: 0;
  _bottom: 74px !important;
  bottom: 0px !important;
  width: 100%;
  margin: 0;
}
#hero-text p:first-of-type strong {
  font-weight: 800;
  text-transform: uppercase;
  display: inline-block;
  transform: rotate(-90deg);
  transform-origin: top left;
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  max-width: 370px;
}
#hero h1 {
  padding-left: 160px;
  margin-bottom: 0 !important;
  margin-top: 0px !important;
}

#hero h1 {
  /* font-weight: 300;
  letter-spacing: 1.2px;
  line-height: clamp(32px, 8vw, 110px);
  font-size: clamp(32px, 8vw, 110px);
  /* color: var(--igs-yellow); */
  /*color: var(--igs-greyish-blue);
  text-transform: uppercase;
  font-family: 'Inter', sans-serif; */
    /* background: linear-gradient(90deg, #eb9eba, #4900b8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent; */
  /* transition: 0.4s ease; */
}

#hero h1 {
  font-weight: 300;
  letter-spacing: 1.2px;
  line-height: clamp(32px, 8vw, 110px);
  font-size: clamp(32px, 9vw, 130px);
  color: var(--igs-greyish-blue);
  text-transform: lowercase;
  font-family: 'Inter', sans-serif;
  /* background: linear-gradient(90deg, #eb9eba, #4900b8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent; */
  transition: 0.4s ease;
}
.darken #hero h1{
	color: var(--igs-yellow);
}
#hero h1 strong{
	font-weight: 800;
}
#hero h1 span {
  transition: .9s ease-in-out, opacity 1.3s ease-in-out;
  transform: translateX(40%);
  opacity: 0;
}
#hero h1 span{
	color: currentColor !important;
	display: block;
}
#hero h1 br {
  display: none;
}
#hero h1.visible span {
  transform: translateX(0px);
  opacity: 1;
}
#hero h1.visible span:nth-of-type(2) {
	transition-delay: .15s;
}
#hero h1.visible span:nth-of-type(3) {
	transition-delay: .3s;
}

#hero-text p:first-of-type {
  /* transform: translateY(50px); */
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
  transition-delay: .9s;
}
#hero-text p:first-of-type.visible {
  /* transform: translateY(0px); */
  opacity: 1;
}

#hero-signet {
  width: 62vw;
  aspect-ratio: 1;
  position: absolute;
  top: 18%;
  right: 7.5%;
  filter: brightness(1.35);
  transform-origin: center right;
}
#hero-signet .textwidget{
transition: .8s ease-in-out, opacity 2s ease-in-out;
 opacity: 0;
 transform-origin: bottom right;
}
#hero-signet.visible .textwidget{
  opacity: 1;
}

#hero-signet svg {
  width: 100%;
}
#hero-signet svg path, #hero-signet circle {
  /* fill: var(--igs-yellow) !important;
  stroke-width: 2px; */
  /* opacity: .05; */
}
#hero-text h1 + p {
  font-size: clamp(16px, 2vw, 30px);
  margin-top: -40px;
  _margin-left: 13%;
}


#hero-text h1 + p strong {
  /* color: var(--igs-pink); */
  color: var(--igs-greyish-blue);
  padding: 10px 0;
  font-weight: 700 !important;
  line-height: 1.2;
  transition: 0.4s ease;
}
.darken #hero-text h1 + p strong {
	color: var(--igs-yellow-bg)
}

/* #hero h1 strong:nth-of-type(2) {
  margin-left: 4.25vw;
  position: relative;
}
#hero h1 strong:nth-of-type(2):before {
  content: "";
  width: 48%;
  background: #dc7cbe;
  height: 8px;
  position: absolute;
  left: -50%;
  top: 48%;
} */



/* BG NOISE ANIM */
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-image: url("/wp-content/uploads/2025/10/noisy-background.jpg");
  background-repeat: repeat;
  background-size: 400px 400px;
  animation: grainMove 1.5s steps(3) infinite;
  z-index: 10;
  mix-blend-mode: multiply;
  opacity: .3;
}


@keyframes grainMove {
  0%   { background-position: 0 0; }
  25%  { background-position: 20px -20px; }
  50%  { background-position: -15px 10px; }
  75%  { background-position: 10px 5px; }
  100% { background-position: 0 0; }
}



/* CONTENT */

.content-section h2,
.content-section h1 {
  line-height: clamp(32px, 5vw, 70px);
  font-size: clamp(32px, 5vw, 70px);
  margin-bottom: 30px;
  margin-top: 0px;
  letter-spacing: .65px;
  font-weight: 700;
  color: var(--igs-greyish-blue) !important;
   /* background: linear-gradient(120deg, #948af5 0%, #f6acf6 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent; */
}
.content-section h3 {
  line-height: clamp(32px, 3vw, 56px);
  font-size: clamp(32px, 3vw, 56px);
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 0px;
}

.content-section p, .content-section h1, .content-section h2, .content-section h3, .content-section h4, .content-section h5{
	color: var(--igs-greyish-blue);
	transition: 1s ease;
  transform: translateY(80px);
  opacity: 0;
}
.content-section p.visible, .content-section h1.visible, .content-section h2.visible, .content-section h3.visible, .content-section h4.visible, .content-section h5.visible{
  transform: translateY(0px);
  opacity: 1;
}

#sub-hero {
  padding-top: 220px;
}

#news_preview .panel-grid-cell:first-of-type{
  background: linear-gradient(315deg, #b2acef 0%, #efa5d8 74%);
  /* background: var(--igs-greyish-blue); */
  padding: 8px !important;
  position: relative;
}

#news_preview .panel-grid-cell:first-of-type:after {
  content: "\f0da";
  font-family: 'Font Awesome 5 Free';
  color: inherit;
  font-weight: 900;
  position: absolute;
  right: -25px;
  top: 50%;
  font-size: 5em;
  color: #caa9e6;
  transform: translateY(-50%);
}

#news_preview .panel-grid-cell:first-of-type .so-panel {
  _background: rgba(255,255,255,.8);
  position: relative;
  height: calc(100% - 16px);
  margin-left: 8px;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 8px;
  backdrop-filter: blur(-32px);
}
#news_preview .panel-grid-cell:first-of-type .so-panel p:first-of-type {
  margin-top: 0;
}



#sub-hero h1 {
  position: relative;
  padding-bottom: 32px;
  margin-bottom: 20px;
}
#sub-hero h1:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 110px;
  height: 10px;
  background-color: #efa5d8;
  background-image: linear-gradient(315deg, #b2acef 0%, #efa5d8 74%);
  transform: scaleX(1);
  transform-origin: left center;
  transition: transform 0.5s ease;
  z-index: -1;
  z-index: 1;
}

/* GESCHICHTE */

.history-scroll-reveal .panel-grid:nth-child(odd) .panel-grid-cell:nth-child(1) {
  padding-right: 80px;
  position: relative;
  margin-bottom: 50px;
}
.history-scroll-reveal .panel-grid:nth-child(even) .panel-grid-cell:nth-child(2) {
  padding-left: 80px;
  position: relative;
  margin-bottom: 50px;
}

.history-scroll-reveal .panel-grid:nth-child(odd) .panel-grid-cell:nth-child(1) .textwidget{
	_background: #f5f5f5;
  background: linear-gradient(275deg, #aba5e8 0%, #eaa0d3 74%);
	padding: 25px;
	transform: translateY(0) translateX(-40px) !important;
  opacity: 0;
  transform: translateY(80px);
  transition: 0.8s ease-in-out;
}

.history-scroll-reveal .panel-grid:nth-child(even) .panel-grid-cell:nth-child(2) .textwidget{
	_background: #f5f5f5;
  background: linear-gradient(315deg, #aba5e8 0%, #eaa0d3 74%);
	padding: 25px;
	transform: translateY(0) translateX(40px) !important;
  opacity: 0;
  transform: translateY(80px);
  transition: 0.8s ease-in-out;
}

.history-scroll-reveal .panel-grid:nth-child(odd) .panel-grid-cell:nth-child(1) .textwidget.visible{
	transform: translateY(0) translateX(0px) !important;
  opacity: 1;
}
.history-scroll-reveal .panel-grid:nth-child(even) .panel-grid-cell:nth-child(2) .textwidget.visible{
	transform: translateY(0) translateX(0px) !important;
  opacity: 1;
}

.history-scroll-reveal .panel-grid:nth-child(odd) .panel-grid-cell:nth-child(1) h3.widget-title {
  position: absolute;
  background: var(--igs-yellow);
  color: var(--igs-dark);
  right: -55px;
  width: 80px;
  height: 80px;
  border-radius: 3px;
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  padding-top: 19px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 700;
  border-radius: 100%;
  z-index: 10;
  letter-spacing: -.5px;
}

.history-scroll-reveal .panel-grid:nth-child(even) .panel-grid-cell:nth-child(2) h3.widget-title {
  position: absolute;
  background: var(--igs-yellow);
  color: var(--igs-dark);
  left: -55px;
  width: 80px;
  height: 80px;
  border-radius: 3px;
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  padding-top: 19px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 700;
  border-radius: 100%;
  z-index: 10;
  letter-spacing: -.5px;
}

#history {
  position: relative;
  padding-top: 0;
  width: 78%;
}
#history > .panel-grid-cell > .panel-last-child {
  width: 3px;
  height: calc(100% - 80px);
  background: #cecece;
  position: absolute;
  top: 0;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
}

.history-scroll-reveal h4, .history-scroll-reveal p{
  opacity: 1 !important;
  transform: unset !important;
}

.history-scroll-reveal .panel-grid:nth-child(odd) .panel-grid-cell:nth-child(1) .textwidget,
.history-scroll-reveal .panel-grid:nth-child(even) .panel-grid-cell:nth-child(2) .textwidget{
	position: relative;
}

.history-scroll-reveal .panel-grid:nth-child(2n+1) .panel-grid-cell:nth-child(1) .textwidget::after {
  content: "\f0da";
  font-family: 'Font Awesome 5 Free';
  color: inherit;
  font-weight: 900;
  position: absolute;
  right: -25px;
  top: 50%;
  font-size: 5em;
  color: #aba5e8;
  transform: translateY(-50%);
}
.history-scroll-reveal .panel-grid:nth-child(even) .panel-grid-cell:nth-child(2) .textwidget:after{
  content: "\f0d9";
  font-family: 'Font Awesome 5 Free';
  color: inherit;
  font-weight: 900;
  position: absolute;
  left: -25px;
  top: 50%;
  font-size: 5em;
  color: #eaa0d3;
  transform: translateY(-50%);
}

.history-scroll-reveal .panel-grid:nth-child(odd) .panel-grid-cell:nth-child(1) h3.widget-title,
.history-scroll-reveal .panel-grid:nth-child(even) .panel-grid-cell:nth-child(2) h3.widget-title{
	opacity: 0;
	transform: translateY(-30%) scale(.5);
  transform-origin: center top;
	/* transition: 0.5s ease-in-out; */
}
.history-scroll-reveal .panel-grid:nth-child(odd) .panel-grid-cell:nth-child(1) h3.widget-title.visible,
.history-scroll-reveal .panel-grid:nth-child(even) .panel-grid-cell:nth-child(2) h3.widget-title.visible{
	animation: popIn 1s ease-out forwards;
}


@keyframes popIn {
  0% {
    transform: scale(0.25) translateY(-30%);
    opacity: 0;
  }
  60% {
    transform: scale(1.05) translateY(-50%);
    opacity: 1;
  }
  100% {
    transform: scale(1) translateY(-50%);
    opacity: 1;
  }
}

#history > .panel-grid-cell > .panel-last-child {
  width: 3px;
  height: calc(100% - 130px);
  background: #cecece;
  position: absolute;
  top: 0;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}
.history-scroll-reveal p {
  font-size: 22px;
  color: #fff !important;
  text-shadow: 0px 0px 9px rgba(0,0,0,0.1);
}
.history-scroll-reveal p:last-child {
  margin-bottom: 0;
}
.history-scroll-reveal h4 {
  font-size: 26px;
  margin-bottom: -10px;
  margin-top: 0;
  color: #fff !important;
  text-shadow: 0px 0px 9px rgba(0,0,0,0.1);
  line-height: 1.2;
}


.content-section .textwidget ul,
.content-section .sow-accordion ul {
  margin: -15px 0 0;
  padding: 0;
}

.sow-accordion-panel-border {
  background: none !important;
  padding: 30px 0 !important;
  line-height: 1.6;
}
.sow-accordion-panel-border ul ul,
.content-section .textwidget ul ul {
  margin-top: 0 !important;
   font-weight: 300;
}
.content-section .textwidget ul li,
.content-section .sow-accordion ul li {
  font-size: 20px;
  list-style-type: none;
  padding-left: 23px;
  margin-bottom: 8px;
  position: relative;
}
.content-section .sow-accordion ul li{
  font-weight: 500;
}
.content-section .sow-accordion ul li a,
.content-section .textwidget ul li a{
  color: #a99fdf;
}
.content-section .textwidget ul li:before, 
  .content-section .sow-accordion ul li:before{
  content: "–";
  position: absolute;
  left: 0;
  font-size: 24px;
  top: -2px;
  font-weight: 400;
}
.history-scroll-reveal li{
  color: #fff !important;
  text-shadow: 0px 0px 9px rgba(0,0,0,0.1);
}
.page-id-17 .content-section-sticky-right {
  margin-top: -40px;
}

.sow-accordion-panel-header {
  background: none !important;
  color: var(--igs-greyish-blue) !important;
  font-size: 26px !important;
  font-weight: 500;
  padding-left: 0 !important;
  padding-right: 2px !important;
}
.sow-accordion-panel-header {
  border-bottom: 1px solid var(--igs-greyish-blue);
  padding-bottom: 18px !important;
  padding-top: 11px !important;
}

.home #der-verein {
  margin-top: -2.5%;
}

#pg-17-1 .panel-grid-cell {
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  opacity: 0;
  transition: 1.25s ease, opacity 1.5s ease;
}
#pg-17-1 .panel-grid-cell.visible {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  opacity: 1;
}
#pg-17-1 .panel-grid-cell:nth-child(2) {
  transition: 1.25s ease;
}
#pg-17-1 .panel-grid-cell.visible:nth-child(2) {
  transition-delay: .15s;
}

.sow-accordion-panel{
  transform: translateY(80px);
  opacity: 0;
  transition: 0.8s ease;
}
.sow-accordion-panel.visible{
  transform: translateY(0px);
  opacity: 1;
}
.igs-termin a {
  font-size: 17px;
  color: #9f80bc;
}

.igs-termin p:empty {
  display: none !important;
}
.igs-termin strong {
  font-size: 23px;
  display: block;
  font-weight: 500;
  line-height: 1.2;
}
.igs-termin em {
  font-style: normal;
  font-size: 18px;
  font-weight: 500;
  display: block;
}

.igs-termin {

  font-size: 22px;
  padding: 12px 0px;
  border-bottom: 1px solid;
  width: calc(100% - 24px);
  margin: auto;
}
.igs-termin strong em {
  font-style: normal;
  font-size: 20px;
  font-weight: 400;
  display: block;
  margin-bottom: 0 !important;
  margin-top: 4px;
}
.igs-termin strong + br {
  display: none;
}
.igs-termin:last-child {
  border-bottom: 0 !important;
}
.igs-termin em + br {
  display: none;
}
#news_preview .panel-grid-cell:last-of-type p:last-of-type {
  margin-bottom: 0;
}
.igs-termin {
  font-size: 22px;
  padding: 12px 0px;
  border-bottom: 1px solid #ebe3ec;
  width: calc(100% - 24px);
  margin: auto;
}
.igs-termin em {
  font-style: normal;
  font-size: 17px;
  font-weight: 400;
  display: block;
  margin-top: 3px;
}