/*!
Author: Biff Bouse, Kinesso Web Development
Author URI: https://kinesso.com/
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

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

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

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

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

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

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

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

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

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

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

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

/**
 * 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-family: 'manropeextrabold';
    font-weight: normal;
}

/**
 * 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
--------------------------------------------- */
@font-face {
    font-family: 'manropebold';
    src: url('fonts/manrope-bold-um.eot');
    src: url('fonts/manrope-bold-um.eot?#iefix') format('embedded-opentype'),
        url('fonts/manrope-bold-um.woff2') format('woff2'),
        url('fonts/manrope-bold-um.woff') format('woff'),
        url('fonts/manrope-bold-um.ttf') format('truetype'),
        url('fonts/manrope-bold-um.svg#manropebold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'manropeextrabold';
    src: url('fonts/manrope-extrabold-um.eot');
    src: url('fonts/manrope-extrabold-um.eot?#iefix') format('embedded-opentype'),
        url('fonts/manrope-extrabold-um.woff2') format('woff2'),
        url('fonts/manrope-extrabold-um.woff') format('woff'),
        url('fonts/manrope-extrabold-um.ttf') format('truetype'),
        url('fonts/manrope-extrabold-um.svg#manropeextrabold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'manropeextralight';
    src: url('fonts/manrope-extralight-um.eot');
    src: url('fonts/manrope-extralight-um.eot?#iefix') format('embedded-opentype'),
        url('fonts/manrope-extralight-um.woff2') format('woff2'),
        url('fonts/manrope-extralight-um.woff') format('woff'),
        url('fonts/manrope-extralight-um.ttf') format('truetype'),
        url('fonts/manrope-extralight-um.svg#manropeextralight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'manropelight';
    src: url('fonts/manrope-light-um.eot');
    src: url('fonts/manrope-light-um.eot?#iefix') format('embedded-opentype'),
        url('fonts/manrope-light-um.woff2') format('woff2'),
        url('fonts/manrope-light-um.woff') format('woff'),
        url('fonts/manrope-light-um.ttf') format('truetype'),
        url('fonts/manrope-light-um.svg#manropelight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'manropemedium';
    src: url('fonts/manrope-medium-um.eot');
    src: url('fonts/manrope-medium-um.eot?#iefix') format('embedded-opentype'),
        url('fonts/manrope-medium-um.woff2') format('woff2'),
        url('fonts/manrope-medium-um.woff') format('woff'),
        url('fonts/manrope-medium-um.ttf') format('truetype'),
        url('fonts/manrope-medium-um.svg#manropemedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'manroperegular';
    src: url('fonts/manrope-regular-um.eot');
    src: url('fonts/manrope-regular-um.eot?#iefix') format('embedded-opentype'),
        url('fonts/manrope-regular-um.woff2') format('woff2'),
        url('fonts/manrope-regular-um.woff') format('woff'),
        url('fonts/manrope-regular-um.ttf') format('truetype'),
        url('fonts/manrope-regular-um.svg#manroperegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'manropesemibold';
    src: url('fonts/manrope-semibold-um.eot');
    src: url('fonts/manrope-semibold-um.eot?#iefix') format('embedded-opentype'),
        url('fonts/manrope-semibold-um.woff2') format('woff2'),
        url('fonts/manrope-semibold-um.woff') format('woff'),
        url('fonts/manrope-semibold-um.ttf') format('truetype'),
        url('fonts/manrope-semibold-um.svg#manropesemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}


body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: 'manroperegular', sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-family: 'manropeextrabold', sans-serif;
    line-height: 1.25;
}

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: 50%;
}
.rcell {
	    width: 20%;
    padding: 35px;
}

@media screen and (max-width: 768px) {
    .rcell {
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
		padding-bottom:40px;
    }
	img{    
	height: auto;
    max-width: 100%;
	}
}



/* Container für Referenzblock */
.reference {
  display: flex;
  flex-direction: row;         /* Standard: Bild und Text nebeneinander */
  align-items: center;     /* Text oben ausgerichtet am Bild */
  gap: 20px;                   /* Abstand zwischen Bild und Text */
  margin-bottom: 30px;         /* Abstand zu weiteren Blöcken */
}

/* Bildbereich */
.rcell {
  width: 180px;                /* Feste Breite für das Bild */
  flex-shrink: 0;              /* Bild nicht schrumpfen */
}

/* Bild selbst optional auf volle Breite innerhalb der Box */
.rcell img {
  width: 100%;
  height: auto;
  display: block;
}

/* Textbereich */
.rtext {
  flex: 1;                     /* Text nimmt den restlichen Platz ein */
  font-size: 1rem;
  line-height: 1.5;
}

/* Responsive: Untereinander auf kleinen Bildschirmen */
@media screen and (max-width: 768px) {
  .reference {
    flex-direction: column;   /* Stapelt Bild über Text */
  }

  .rcell,
  .rtext {
    width: 100%;
  }
}

.called {
  max-width: 75%;
  margin: 40px auto;     /* zentriert horizontal, Abstand oben/unten */
  padding: 20px;         /* Innenabstand */
  line-height: 1.6;      /* bessere Lesbarkeit */
  font-size: 1.05rem;    /* leicht größerer Text */
}

@media (max-width: 600px) {
  .called {
    margin: 20px;
    padding: 15px;
  }
}
.contact {
  font-family: 'manropebold', sans-serif;
}

.contact a{	
	color: #000;
    font-family: "manropebold", sans-serif;
    text-decoration: none;
}
.contact-layout {
  display: flex;
  gap: 2em;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.contact-form {
  flex: 1 1 100%;
  max-width: 600px;
  margin: 0 auto;            /* zentriert den Block */
  padding: 0 15px;           /* Innenabstand links/rechts */
  box-sizing: border-box;
}

.contact-form form {
  width: 100%;
}

.contact .form-group {
  margin-bottom: 20px;
}

.contact label {
  display: block;
  font-weight: bold;
  margin-bottom: 6px;
}

.contact input[type="text"],
.contact input[type="email"],
.contact input[type="password"],
.contact textarea {
  width: 100%;
  padding: 10px 12px;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  transition: border-color 0.2s ease-in-out;
}

.contact input:focus,
.contact textarea:focus {
  border-color: #200372;
  outline: none;
}

.contact textarea {
  min-height: 120px;
  resize: vertical;
}

.contact .checkbox {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 0.95rem;
}

.contact .form-control-submit-button {
  background-color: #6455F8;
  color: white;
  padding: 10px 20px;
  font-size: 1rem;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.contact .form-control-submit-button:hover {
  background-color: #3A21F2;
}

.contact .form-message {
  margin-top: 20px;
}

.contact-intro {
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 30px;
}

.contact-address {
  flex: 1 1 30%;
  font-size: 0.95rem;
  background: #f8f8f8;
  padding: 15px;
  border-radius: 6px;
  max-width: 280px;
}


.login {
  font-family: 'manropebold', sans-serif;
}

.login a{	
	color: #000;
    font-family: "manropebold", sans-serif;
    text-decoration: none;
}
.login-layout {
  display: flex;
  gap: 2em;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.login-form {
  flex: 1 1 100%;
  max-width: 600px;
  margin: 0 auto;            /* zentriert den Block */
  padding: 0 15px;           /* Innenabstand links/rechts */
  box-sizing: border-box;
}

.login-form form {
  width: 100%;
}

.login .form-group {
  margin-bottom: 20px;
}

.login label {
  display: block;
  font-weight: bold;
  margin-bottom: 6px;
}

.login input[type="text"],
.login input[type="email"],
.login input[type="password"],
.login textarea {
  width: 100%;
  padding: 10px 12px;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  transition: border-color 0.2s ease-in-out;
}

.login input:focus,
.login textarea:focus {
  border-color: #200372;
  outline: none;
}

.login textarea {
  min-height: 120px;
  resize: vertical;
}

.login .checkbox {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 0.95rem;
}

.login .form-control-submit-button {
  background-color: #b31836;
  color: white;
  padding: 10px 20px;
  font-size: 1rem;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.login .form-control-submit-button:hover {
  background-color: #5C0718;
}

.login .form-message {
  margin-top: 20px;
}


.freelancer-desc {
  flex: 1 1 30%;
  background: #f8f8f8;
  border-radius: 6px;
  max-width: 480px;
}

.contact-address h4 {
  margin-top: 0;
  font-size: 1.1rem;
}

.contact-address a{	
	color: #000;
    font-family: "manropebold", sans-serif;
    text-decoration: none;
}

@media (max-width: 768px) {
  .contact-layout {
    flex-direction: column;
  }

  .contact-address {
    margin-top: 30px;
    max-width: 100%;
  }

 .freelancer-desc {
    margin-top: 30px;
    max-width: 100%;
  }
  
  .contact-form {
    max-width: 100%;
  }
}
.responsive-bullets {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  font-size: 1.6rem;
  line-height: 1.6;
      font-family: "manropebold", sans-serif;
}

.responsive-bullets span {
  white-space: nowrap; /* verhindert Umbruch innerhalb eines Punkts */
}
.responsive-bullets a{
		color: #404040;
    font-family: "manropebold", sans-serif;
    text-decoration: none;
	 display: inline-block;
}
.responsive-bullets a hover{
		 color: #404040;
}

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

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

/* Header
--------------------------------------------- */
.site-header {
    background: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    left: 0;
    padding: 1.7em 3em;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 4;
}

.site-branding {
    position: relative;
    width: 50px;
    z-index: 1;
}

.site-branding a {
    color: rgba(255, 255, 255, 1);
    display: block;
    font-family: "manropeextrabold", sans-serif;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}


.custom-logo {
    width: 61px;
}

.header-background {
    background-size: cover;
    bottom: 0;
    left: 0;
    opacity: 0.75;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
}


/* Footer
--------------------------------------------- */


.partner-logos {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 1em;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

@media screen and (min-width: 600px) {
    .partner-logos {
        flex-direction: row;
    }
}



.partner-logo {
    height: 30px;
    width: auto;
}


@media screen and (min-width: 600px) {
    #social-menu {
        float: right;
    }
}

#social-menu li {
    display: inline;
    float: left;
    list-style: none;
    margin-left: 8px;
}

#social-menu li a,
#social-menu li a:active {
    background: 0 0;
    border: 2px solid black;
    border-radius: 5px;
    color: #000000;
    display: block;
    height: 30px;
    line-height: 30px;
    position: relative;
    text-decoration: none;
    text-indent: -9999%;
    transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    width: 30px;
}

#social-menu li a:hover {
    color: #fff;
    text-decoration: none;
}

#social-menu li a::after {
    display: block;
    font: normal normal normal 1.25em/1 FontAwesome;
    left: 50%;
    position: absolute;
    text-indent: 0 !important;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}

#social-menu li a[href*=twitter]::after {
    content: "\f099"
}

#social-menu li a[href*=twitter]:hover {
    border-color: #55acee;
    color: #55acee
}

#social-menu li a[href*=facebook]::after {
    content: "\f09a"
}

#social-menu li a[href*=facebook]:hover {
    border-color: #3b5998;
    color: #3b5998
}

#social-menu li a[href*=pinterest]::after {
    content: "\f231"
}

#social-menu li a[href*=pinterest]:hover {
    border-color: #cb2026;
    color: #cb2026
}

#social-menu li a[href*="plus.google"]::after {
    content: "\f0d5"
}

#social-menu li a[href*="plus.google"]:hover {
    border-color: #dd4b39;
    color: #dd4b39
}

#social-menu li a[href*=dribbble]::after {
    content: "\f17d"
}

#social-menu li a[href*=dribbble]:hover {
    border-color: #ea4c89;
    color: #ea4c89
}

#social-menu li a[href*=linkedin]::after {
    content: "\f0e1"
}

#social-menu li a[href*=linkedin]:hover {
    border-color: #0077b5;
    color: #0077b5
}

#social-menu li a[href*=youtube]::after {
    content: "\f16a"
}

#social-menu li a[href*=youtube]:hover {
    border-color: #cc181e;
    color: #cc181e
}

#social-menu li a[href*=instagram]::after {
    content: "\f16d"
}

#social-menu li a[href*=instagram]:hover {
    border-color: #b900b4;
    color: #b900b4
}

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

@media screen and (min-width: 600px) {
    .main-navigation {
        width: auto;
    }
}

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

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

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

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

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

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

.main-navigation li {
    position: relative;
}

@media screen and (min-width: 600px) {
    .main-navigation li {
        margin-left: 2em;
    }
}

.main-navigation a {
    color: rgba(255, 255, 255, 1);
    display: block;
    font-family: "manropeextrabold", sans-serif;
    font-size: 1.3em;
    text-decoration: none;
    /*text-shadow: 2px 2px 4px rgb(0 0 0 / 33%);*/
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;
}

.main-navigation a:hover,
.main-navigation a:active {
    color: rgba(255, 255, 255, 0.5);
}

/* Small menu. */
.menu-toggle {
    border: none;
    border-radius: 0;
    background: transparent;
    height: 30px;
    line-height: 1em;
    padding: 0;
    position: absolute;
    width: 40px;
    right: 1em;
    top: 42px;
    z-index: 1;
}

.menu-toggle:hover {
    cursor: pointer;
}

.bar {
    background: #fff;
    height: 4px;
    width: 40px;
    left: 0;
    display: block;
    opacity: 1;
    position: absolute;
    top: 0;
    transition: all 0.5s ease-in-out;
}

.bar.bar-middle {
    top: calc(50% - 2px);
}

.bar.bar-bottom {
    top: auto;
    bottom: 0;
}

.toggled .bar.bar-bottom {
    top: calc(50% - 2px);
    transform: rotate(135deg);
}

.toggled .bar.bar-middle {
    transform: rotate(360deg);
    opacity: 0;
}

.toggled .bar.bar-top {
    top: calc(50% - 2px);
    transform: rotate(225deg);
}

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

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

    .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 {
    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: 9;
}

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

h2 {
    letter-spacing: 0px;
    opacity: 1;
    font-weight: 400;
    font-size: 2.25em;
    line-height: 1;
    margin: 0 0 0 -5px;
    text-shadow: 5px 5px 5px #00000029;
    text-transform: uppercase;
}

h3 {
    font-size: 1.6em;
    font-family: 'manropeextrabold', sans-serif;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}

h3.gradient {
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 0em;
    margin-top: 1em;
}

@media screen and (min-width: 600px) {
    h2 {
        font-size:  3em;
    }

    h3 {
        font-size: 2em;
    }
}

.gradient-text {
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    font-size: 2em;
}

.gradient-colors {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.8;
}

.flexible-content-page,
.page-template-default {
    padding-left: 3em;
    padding-right: 3em;
    padding-top: 3em;
    margin-top: 114px;
}

@media screen and (min-width: 781px) {
    .flexible-content-page,
    .page-template-default {
        margin-top: 136px;
    }
}

.section-hero {
    margin-left: -3em;
    margin-right: -3em;
    margin-top: calc(-136px - 3em);
    padding-bottom: 1.5em;
}

.text-section-content,
.header-section, .textimage-with-cta, .team-section {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}
.header-section-content {
    text-shadow: 5px 5px 5px #00000029;
}

.section-hero .big-image {
    height: 100vh;
    width: 100vw;
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
}

.section-hero h2 {
    color: #ffffff;
    margin-bottom: 0.33em;
}

.section-hero .overlay,
.section-hero .big-image .big-video {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.65);
    color: white;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 3em;
}

.section-hero .overlay {
    background-size: cover;
}

.section-hero .big-image .big-video {
    padding: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}

.section-hero .hero-text-section {
    padding: 0;
    width: 70%;
    z-index: 1;
}

.section-hero .section-cta {
    z-index: 1;
}

.section-hero p {
    margin: 0 0 1.25em 0;
    font-family: "manropemedium", sans-serif;
    font-size: 2.12em;
    text-shadow: 5px 5px 5px #00000029;
}

.section-cta {
    padding: 10px;
    width: fit-content;
    margin-top: 40px;
    border: 6px solid rgba(255, 255, 255, 0.2);
    text-align: center;
}

.section-cta a {
    color: #fff;
    text-decoration: none;
    font-family: 'manroperegular', sans-serif;
    font-size: 1.5em;
    text-transform: uppercase;
}

.call-to-action-buttons {
    display: flex;
    gap: 1em;
}

.call-to-action-button {
    border: 6px solid rgb(0 0 0 / 20%);
    color: #000;
    display: inline-block;
    font-family: 'manropebold', sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    padding: 0.5em 1em;
}

.call-to-action-button:hover {
    border: 6px solid rgb(0 0 0 / 100%);
    color: #000;
}

.section-cta:hover {
    border-color: #FFFFFF;
}

.site-footer {
    padding: 1.5em 3em;
}

/** Image section **/
.col-text {
    height: 20em;
}

.small {	
	   font-size:0.7em;
}
.adress{
    padding: 1.5em 3em;
}

.col-text-long {
  /*  height: 20em;*/
}
.col-img-text{	

	 display: flex;
  align-items: center;     
  justify-content: center;   
  height: 110px;           
  background: #fff;
  text-align: center;  
 font-family: 'manropeextrabold', sans-serif;
  font-size:1.5em;
  color:#404040;

}
.col-img-text-left{

}
.col-img-text-right{
	
}

nav.adress .responsive-bullets {
  text-align: center;
}

.grid-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: space-around;
    flex-direction: row-reverse;
}

.section-spacing {
  margin-top: -1.5em;
  margin-bottom: 1.5em;
}


.text-image-repeater.full-width {
    margin-left: -3em;
    margin-right: -3em;
}

.col {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.col-left {
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
}

.col-text {
    display: flex;
    align-items: center;
}

.aligner-item {
    padding: 3em;
}

.col-image {
    background-size: cover;
    background-position: center center;
}
.col-image-small{
	text-align: center;
	margin-bottom: 1em;
}

.col-image-small img{
	max-width: 100%;
	height: auto;
	display: inline-block;
}
/*End image section */

/*Contact section */
.contact {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

.contact.full-width {
    margin-left: -3em;
    margin-right: -3em;
}

.contact.form-left {
    flex-direction: row-reverse;
}

.contact .contact-image {
    background-position: center center;
    background-size: cover;
    border-radius: 0;
    display: block;
    position: relative;
    width: 50%;
}

.contact .contact-form {
    padding: 0em 3em 0.1em 3em;
    width: 50%;
}

div.wpforms-container-full .wpforms-form button[type=submit] {
    border: 2px solid #45aaaf !important;
    background: #fff !important;
    color: #45aaaf !important;
    font-family: 'manropebold' !important;
    font-size: 1.5em !important;
    line-height: 1.5em !important;
    transition: all 0.33s ease-in-out;
    width: fit-content;
}

div.wpforms-container-full .wpforms-form button[type=submit]:hover {
    background: #609D87 !important;
    color: #fff !important;
}

div.wpforms-container-full {
    margin: 0px !important;
    margin-left: 0px !important;
}

/*SVG Icon tile */
.svg-icon-tile.full-width, .gradient-tile.full-width {
    margin-left: -3em;
    margin-right: -3em;
}

.svg-icon-tile .topics {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

@media screen and (min-width: 967px) {
    .svg-icon-tile .topics {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

.svg-icon-tile .topics .topic {
    border: 1px solid #fff;
}

.icon-box {
    margin-top: 3em;
}

.topic-title {
    margin-bottom: 1.5em;
}

.svg-icon-tile .topics .topic .icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.svg-icon-tile .topics .topic .icon-box .topic-icon {
    padding: 0px;
    text-shadow: 2px 5px 15px black;
}

.svg-icon-tile .topics .topic .topic-title {
    text-align: center;
    color: #fff;
    padding: 1em;
    font-size: 1.8em;
    font-family: 'manropebold', sans-serif;
    line-height: 1;
}

.svg-icon-tile .topic-icon img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.gradient-tile-content, .gradient-link-tile-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    position: relative;
    background-size: cover;
}
.gradient-tile-content .gradient-tile-item img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    position: relative;
    z-index: 2;
}
.gradient-tile-content .gradient-tile-item {
    padding: 1em;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; 
    border: 1px solid #ffffff;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.gradient-tile-content .gradient-tile-item img.gradient-tile-item-background-image {
    object-fit: cover;
    opacity: 0.3;
    position: absolute;
    height: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
}
@media screen and (min-width: 781px) {
   .gradient-tile-content .gradient-tile-item {
        padding: 3em;
    }
}
.gradient-tile-content .gradient-tile-item-icon {
    padding: 0.6em 0 0 0;
}
.gradient-tile-content .gradient-tile-item-title {
    padding: 0 0 0.6em 0;
    font-family: 'manropebold';
    font-size: 20px;
    color: #fff;
    min-height: 86px;
    position: relative;
    z-index: 2;
}
.gradient-tile-content .gradient-tile-item-description {
    color: #fff;
    font-family: 'manropelight';
    font-size: 16px;
    position: relative;
    z-index: 2;
}

.full-width-image img.desktop {
    display: none;
}

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

.full-width-image img.desktop {
    display: block;
}

.full-width-image img.mobile {
    display: none;
}

}

.full-width-image, .gradient-link-tile.full-width, .textimage-with-cta.full-width {
    margin-left: -3em;
    margin-right: -3em;
    margin-bottom: 1.5em;
    margin-top: 1.5em;
}
.gradient-link-tile .gradient-link-tile-item {
    background-size: cover;
    background-position: center center;
    font-size: 30px;
    font-family: 'manropebold';
    line-height: 1;
    padding: 4em 2em;
    position: relative;
    text-align: center;
}

.gradient-link-tile .gradient-link-tile-item a {
    color: #fff !important;
    text-decoration: auto;
}
.gradient-link-tile .gradient-link-tile-item a:hover {
    font-weight: 900;
}
.textimage-with-cta .textimage-with-cta-content {
    display: flex;
}
.textimage-with-cta-content.right {
    flex-direction: row-reverse;
}
.textimage-with-cta-content-text, .textimage-with-cta-content-image {
    flex: 50%;
    padding: 2em;
 }
 .textimage-with-cta-content-text .section-cta {
    border: 6px solid rgb(0 0 0 / 20%);
 }
 .textimage-with-cta-content-text .section-cta:hover {
    border: 6px solid rgb(0 0 0 / 100%);
 }
 .textimage-with-cta-content-text .section-cta a {
    color: #000000;
 }
 .team-section-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 2em;
    justify-content: stretch;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
 }
.img-section {
    height: 0;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.team-section-grid-item {
    flex: 100%;
}
@media screen and (min-width: 767px) {
.team-section-grid-item {
  flex: 0 0 calc(50% - 20px);
}
}
@media screen and (min-width: 967px) {
.team-section-grid-item {
    flex: 0 0 calc(25% - 2em);
}
}
 .team-section-grid-item .team-member-img {
    object-fit: cover;
    object-position: right;
    width: 100%;
    height: 383px;
    max-width: 100%;
 }
 .team-section-grid-item h3 {
    font-size: 1.1em;
    margin-bottom: 0em;
    margin-top: 0em;
 }
 .team-section-grid-item .job-title {
    margin-top: 0em;
 }
.expand-icon img{
    bottom: 1em;
    cursor: pointer;
    position: absolute;
    right: 1em;
}
.md-modal {
    margin: auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    z-index: 9;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    min-height: 100vh;
    max-height: 100vh;
  }
  
  .md-show {
    visibility: visible;
  }
  
  .md-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 8;
    opacity: 0;
    background: rgba(228, 240, 227, 0.8);

  }
  
  .md-show ~ .md-overlay {
    opacity: 1;
    visibility: visible;
  }
  
  .md-effect-12 .md-content {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    transition:all 0.25s ease 0s;
    -moz-transition:all 0.25s ease 0s;
    -webkit-transition:all 0.25s ease 0s;
    height: 100vh;
}

.team-section-grid-item {
    cursor: pointer;
}
  
  .md-show.md-effect-12 ~ .md-overlay {
    background-color: #ffffff;
  }
  
  .md-effect-12 .md-content h3,
  .md-effect-12 .md-content {
    background: transparent;
  }
  
  .md-show.md-effect-12 .md-content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    overflow-y: auto;
  }
  .md-content {
    display: grid;
    grid-template-columns: 45% 55%;
  }
 

  .close-btn {
    text-align: center;
    padding: 3em;
  }
  .team-member-description h4 {
    font-family: 'manroperegular';
    margin-bottom: 0px;
    font-size: 1.15em;
  }
  .team-member-description h3 {
    margin-top: 0px;
    text-transform: uppercase;
    font-size: 2em;
    line-height: 1;
  }
@media screen and (min-width: 967px) {
      .team-member-description h3 {
            font-size: 2.4em;
    }
    .team-member-description h4 {
        font-size: 1.5em;
       } 
}
  .team-member-description .social-link {
    margin-top: 2em;
  }

  .gg-close {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    width: 22px;
    height: 22px;
    border: 2px solid transparent;
    border-radius: 40px
}
.gg-close::after,
.gg-close::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 40px;
    height: 2px;
    background: currentColor;
    transform: rotate(45deg);
    border-radius: 5px;
    top: 8px;
    left: 1px
}
.gg-close::after {
    transform: rotate(-45deg)
}
.close-btn button {
    border: none;
    background: #fff;;
    cursor: pointer;
    color: #666;
}
.close-btn button:hover {
    color: #000000;
}

.gradient-tile-content:before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image:inherit;
    opacity: 0.85;
    z-index: 1;
  }

  .gradient-link-tile-content:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image:inherit;
    opacity: 0.7;
    z-index: 1;
  }
  .gradient-link-tile-item-link {
    left: 50%;
    padding: 0 0.5em;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 2;
  }
  .site-footer .site-info {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .contact-section {
    font-size: 0.75em;
    text-align: center;
  }
  .contact-section p {
    margin-top: 3px;
    margin-bottom: 3px;
  }
  .menu-legal-menu-container ul {
    margin: 0px;
    list-style: none;
    display: grid;
    font-size: 0.75em;
    grid-template-columns: 1fr;
    grid-row-gap: 1em;
    text-align: center;
  }

@media screen and (min-width: 600px) {
    .menu-legal-menu-container ul {
        grid-template-columns: 1fr 1fr;
        text-align: left;
    }
} 

  @media screen and (min-width: 967px) {
    .menu-legal-menu-container ul li {
        text-align: right;
    }
}
    .site-footer a {
        color: #000;
        font-family: "manropebold", sans-serif;
        text-decoration: none;
    }
  .copyright-with-social {
    display: grid;
    grid-template-columns: auto;
    grid-gap: 1em;
    margin-top: 0.5em;
    justify-content: center;
    width: 100%;
  }

@media screen and (min-width: 600px) {
      .copyright-with-social {
        float: right;
        grid-template-columns: auto auto;
        justify-content: space-between;
      }
}


  .copyright-with-social p {
    font-family: "manropebold", sans-serif;
    font-size: 0.75em;
    margin-top: .5em;
    margin-bottom: .5em;
  }
  .text-section-content-all p {
    font-family: "manroperegular", sans-serif;
   /* font-size: 1.75em;*/
  }
  .background-video-content,
  .background-video-content video {
    width: 100%;
  }
.topics {
    position: relative;
}



.checkbox-inline {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
label.toggler { 
  -webkit-appearance: push-button;
  -moz-appearance: button; 
  cursor: pointer;
  padding: 8em 1em 6em 1em;
  position: relative;
  width: 100%;
  z-index: 1;
}




.member{
	
}
.methoden-nav{
	transition: all 0.5s ease-in-out;
	background-image: linear-gradient(to right, #0A2A7D , #437EFF);
}
.themen-nav{
	transition: all 0.5s ease-in-out;
	background-image: linear-gradient(to right, #371F32 , #F84E2B);
}
.referenzen-nav{
	transition: all 0.5s ease-in-out; 
	background-image: linear-gradient(to right, #6222ED , #EF70F7);
}
.index-nav{
	transition: all 0.5s ease-in-out;
	background-image: linear-gradient(to right, #200372 , #8258EF);
}
.unternehmen-nav{
	transition: all 0.5s ease-in-out;
	background-image: linear-gradient(to right, #1C3EEA , #9FFCFF);
}
.befragt-nav{
	transition: all 0.5s ease-in-out;
	background-image: linear-gradient(to right, #6222ED , #EF70F7);
}
.impressum-nav{
	transition: all 0.5s ease-in-out;
	background-image: linear-gradient(to right, #FA76FE , #FA83FF);
}
.datenschutz-nav{
	transition: all 0.5s ease-in-out;
	background-image: linear-gradient(to right, #200372 , #8258EF);
}
.nachhaltigkeit-nav{
	transition: all 0.5s ease-in-out;
	background-image: linear-gradient(to right, #0C2B88 , #144BA3);
}
.kontakt-nav{
	transition: all 0.5s ease-in-out;
	background-image: linear-gradient(to right, #6455F8 , #D3C9FF);
}
.error-nav{
	transition: all 0.5s ease-in-out;
	background-image: linear-gradient(to right, #B31836 , #5C0718);
}

/* Standard: nebeneinander, linksbündig */
.copyright-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1em;
}


/* Responsive: zentriert übereinander bei schmalem Viewport */
@media (max-width: 600px) {
  .copyright-section {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .partner-logos {
    justify-content: center;
  }
}
section#markentracking {
  scroll-margin-top: 100px; 
}
section#trendcall {
  scroll-margin-top: 100px; 
}
section#mitarbeiterbefragung {
  scroll-margin-top: 100px; 
}
section#wettbewerbsanalyse {
  scroll-margin-top: 100px; 
}
section#oepnvanalyse {
  scroll-margin-top: 100px; 
}
section#buyerpersonas {
  scroll-margin-top: 100px; 
}
section#ankuendigungsmanagement {
  scroll-margin-top: 100px; 
}
section#loyalitaetsanalyse {
  scroll-margin-top: 100px; 
}

section#cati {
  scroll-margin-top: 100px; 
}
section#cawi {
  scroll-margin-top: 100px; 
}
section#mixedmode {
  scroll-margin-top: 100px; 
}
section#fokusgruppen {
  scroll-margin-top: 100px; 
}
section#virtuellefokusgruppen {
  scroll-margin-top: 100px; 
}

.freelancer-flexbox {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem 0;
}

.freelancer-text{
  flex: 1 1 35%;
  min-width: 320px;

}
.freelancer-form {
  flex: 1 1 55%;
  min-width: 320px;
}

.freelancer-text h3,
.freelancer-text h4 {
  margin-bottom: 0.5em;
}

.freelancer-text ul {
  list-style-type: disc;
  margin-left: 1.5em;
}

.freelancer-form form > div {
  margin-bottom: 1rem;
}

.freelancer-form input,
.freelancer-form select,
.freelancer-form textarea {
  width: 100%;
  padding: 0.75em;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-family: inherit;
}

.freelancer-form button[type="submit"] {
  background: #7B8AF7 ;
  color: white;
  padding: 0.75em 2em;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.freelancer-form button[type="submit"]:hover {
  background: #554578;
}

.section-heading {
  font-size: 1.4em;
  font-weight: bold;
}
.birthdate-group {
  display: flex;
  gap: 1rem; /* Abstand zwischen Tag/Monat/Jahr */
  flex-wrap: wrap;
}

.birthdate-group select {
  flex: 1 1 30%;
  min-width: 100px;
}


#kjob span {
  position: relative;
  top: -25px;
  font-size: 1em;
}
.checkbox-label {
  display: flex;
  align-items: center;        /* ❗️Text & Checkbox auf eine Höhe */
  gap: 0.5em;                 /* Abstand dazwischen */
  text-align: left;
  width: 100%;
  max-width: 600px;           /* optional für einheitliches Layout */
}

.checkbox-label input[type="checkbox"] {
  margin: 0;
  align-self: flex-start;     /* optional für Ausrichtung bei mehrzeiligem Text */
}

.checkbox-label span {
  line-height: 1.4;
}

.table-condensed td,
.table-condensed th {
  padding: 4px 8px; /* adjust as needed */
}
.table-striped tbody tr:nth-child(odd) {
  background-color: #e2dbdb;
}
.table-striped tbody tr:nth-child(even) {
  background-color: #ffffff;
}