@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,900&display=swap");
:root {
  --plxColor: #f39900;
  --summerteamColor: #b0cb31;
  --youthpotColor: #00749f;
}
.plx-theme {
  --brandColor: var(--plxColor);
}
.summerteam-theme {
  --brandColor: var(--summerteamColor);
}
.youthpot-theme {
  --brandColor: var(--youthpotColor);
}
/*!
Theme Name: plx
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: plx
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 with others.

plx is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | 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;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}
/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * 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;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-underline-offset: 0.15em;
}
/**
 * 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;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * 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;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  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;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 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;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * 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;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* 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;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body, button, input, select, optgroup, textarea {
  color: #404040;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 62rem) {
  body, button, input, select, optgroup, textarea {
    font-size: 1.06rem;
  }
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
}
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;
  font-size: 15px;
  font-size: 0.9375rem;
  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;
  font-size: 15px;
  font-size: 0.9375rem;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
ol {
  padding-left: 1em;
  list-style: decimal;
}
li > ul, li > ol {
  margin-bottom: 0;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  /* Adhere to container width. */
}
figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button, input[type="button"], input[type="reset"], input[type="submit"] {
  border: 2px solid;
  border-color: #999;
  background: #ffffff;
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  padding: 6px 12px;
}
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 {
  font-size: 1rem;
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
.site-main .acf-field input[type="text"], .site-main .acf-field input[type="email"], .site-main .acf-field input[type="url"], .site-main .acf-field input[type="password"], .site-main .acf-field input[type="search"], .site-main .acf-field input[type="number"], .site-main .acf-field input[type="tel"], .site-main .acf-field input[type="range"], .site-main .acf-field input[type="date"], .site-main .acf-field input[type="month"], .site-main .acf-field input[type="week"], .site-main .acf-field input[type="time"], .site-main .acf-field input[type="datetime"], .site-main .acf-field input[type="datetime-local"], .site-main .acf-field input[type="color"], .site-main .acf-field textarea {
  font-size: 1rem;
}
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%;
}
/*--------------------------------------------------------------
# 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;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.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: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
  clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}
.post, .page {
  margin: 0;
}
.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;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed, iframe, object {
  max-width: 100%;
}
/* 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;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a:hover, a:active {
  outline: 0;
}
a {
  color: #F39900;
  text-decoration: none;
  font-weight: 400;
}
.page-alert a {
  color: #fff;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
}
a:hover {
  color: #F39900;
  text-decoration: none;
}
.page-alert a:hover {
  color: #fff;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
  text-decoration-style: underline;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  display: block;
  margin-left: auto;
  margin-right: 0;
}
.main-navigation .menu-wrapper {
  margin-right: 20px;
}
@media screen and (min-width: 48rem) {
  .main-navigation {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
.main-navigation a {
  color: #fff;
  font-weight: bold;
  font-size: 1.15rem;
}
.main-navigation a:hover {
  text-decoration: underline;
}
.youthpot-theme .main-navigation a {
  color: #00749f;
}
.main-navigation a:hover {
  color: #fff;
}
.youthpot-theme .main-navigation a:hover {
  color: #333;
}
@media screen and (min-width: 48rem) {
  .main-navigation .menu {
    display: flex;
  }
}
.main-navigation .menu > li {
  margin-right: 1em;
  padding: 5px 0;
}
.main-navigation .sub-menu a {
  color: #333;
}
.main-navigation .sub-menu a:hover {
  color: #f39900;
}
.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;
  background: #fff;
  padding: 1em;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 250px;
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
.menu-toggle {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  padding: 0;
}
.menu-toggle:focus {
  box-shadow: none;
  outline: none;
  border: none;
}
.menu-toggle:focus-visible {
  border: 2px solid #fff;
}
.menu-toggle svg {
  width: 40px;
  height: 40px;
}
.menu-toggle svg line {
  transition: transform 300ms ease-out, opacity 200ms;
}
.menu-toggle svg .one {
  transform-origin: 50% 50%;
}
.menu-toggle svg .three {
  transform-origin: 50% 50%;
}
.menu-toggle[aria-expanded="true"] svg .one {
  transform: translate(-5px, 3px) rotate(45deg);
}
.menu-toggle[aria-expanded="true"] svg .two {
  opacity: 0;
}
.menu-toggle[aria-expanded="true"] svg .three {
  transform: translate(-5px, -10px) rotate(-45deg);
}
.menu-toggle, .main-navigation.toggled ul {
  display: block;
}
.main-navigation.toggled .menu-wrapper {
  margin-top: 1em;
}
.menu-wrapper {
  margin: 0;
}
.menu-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 48rem) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.site-header {
  max-width: 1300px;
  margin: auto;
  padding: 10px 1rem 0 1rem;
}
@media screen and (min-width: 48rem) {
  .site-header {
    padding: 1rem 2rem;
  }
}
@media screen and (min-width: 62rem) {
  .site-header {
    padding: 15px 5% 0 5%;
  }
}
.site-header--ct {
  position: relative;
  padding: 20px;
  border-radius: 30px;
  border-bottom-left-radius: 0;
}
@media screen and (min-width: 62rem) {
  .site-header--ct {
    padding: 30px;
  }
}
.plx-theme .site-header--ct {
  background-color: #f39900;
}
.summerteam-theme .site-header--ct {
  background-color: #b0cb31;
}
.youthpot-theme .site-header--ct {
  background-color: #00749f;
}
.youthpot-theme .site-header--ct {
  background: #fff;
  border: 2px solid #00749f;
}
.youthpot-theme .site-header--ct .menu-toggle > svg line {
  stroke: #00749f;
}
.site-header--ct.summerteam {
  background-color: #f9f292;
  background-image: url("/wp-content/themes/plx/img/sommerteam-2025.webp");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: auto 100px;
}
@media screen and (min-width: 400px) {
  .site-header--ct.summerteam {
    background-position: 20px -8px;
    background-size: auto 120px;
  }
}
@media screen and (min-width: 62rem) {
  .site-header--ct.summerteam {
    background-position: 0 0;
    background-size: auto 150px;
  }
}
.site-header--ct.summerteam .menu-toggle > svg line {
  stroke: #666;
}
.site-header--ct.summerteam a {
  color: #666;
}
@media screen and (min-width: 48rem) {
  .site-header--ct {
    display: flex;
  }
}
.site-header--brands {
  position: relative;
  line-height: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header--brands li {
  margin: 0;
  padding: 0;
}
.site-header--brands .logo-large {
  line-height: 0;
  display: inline-block;
}
.site-header--brands .logo-large a {
  line-height: 0;
  display: inline;
}
.site-header--brands .logo-large img {
  height: 50px;
  width: auto;
}
@media screen and (min-width: 62rem) {
  .site-header--brands .logo-large img {
    height: 80px;
  }
}
.site-header--brands .logo-large span {
  position: absolute;
  display: none;
}
.site-header--brands .logo-summerteam img {
  height: 60px;
  width: auto;
}
@media screen and (min-width: 62rem) {
  .site-header--brands .logo-summerteam img {
    height: 80px;
  }
}
.site-header--subbrands {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (min-width: 62rem) {
  .site-header--subbrands {
    padding-left: 2rem;
  }
}
.subbrand-label p {
  font-size: 12px;
  font-weight: 500;
  margin: 0;
}
.site-header--subbrands {
  margin-bottom: 10px;
}
.site-header--subbrands .logo {
  white-space: nowrap;
}
.site-header--subbrands .logo a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  font-size: 0.8rem;
  transition: color 100ms;
}
.site-header--subbrands .logo a:hover {
  color: #f39900;
}
.site-header--subbrands .logo img, .site-header--subbrands .logo svg {
  margin-right: 10px;
  width: auto;
  height: 40px;
}
@media screen and (max-width: 550px) {
  .site-header--subbrands .logo span {
    display: none;
  }
}
.site-header--subbrands .logo-sommerteam {
  margin-right: 10px;
}
.site-header--subbrands .logo-sommerteam img {
  width: 60px;
}
.search-form-wrapper {
  position: relative;
  flex: 1 1 auto;
  max-width: 280px;
  margin: 0;
  margin-left: auto;
}
.search-form {
  position: relative;
}
.search-form:not(:where(.search-form-wrapper .search-form)) {
  max-width: 200px;
}
.search-form .search-field {
  font-size: 1rem;
  padding: 7px 12px;
  line-height: 1;
  width: 100%;
  max-width: none;
}
.search-form .icon {
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  top: 8px;
  right: 1rem;
}
.search-form .search-submit {
  position: absolute;
  width: 3rem;
  height: 100%;
  top: 0;
  right: 0;
  appearance: none;
  border: none;
  background: none;
  cursor: pointer;
}
.site-title, .site-description {
  position: absolute;
  top: -2000px;
  left: -2000px;
}
.summerteam-banner {
  margin-bottom: 2rem;
  max-width: 48rem;
}
hr.wp-block-separator {
  position: relative;
  left: -1rem;
  height: 4px;
  margin: 0;
  margin-bottom: 1.5em;
  border: none;
  background-color: color-mix(in srgb, var(--brandColor) 45%, transparent);
  transform: rotate(-1deg);
}
.site-content {
  max-width: 1300px;
  margin: auto;
  padding: 1rem;
}
.site-content::before, .site-content::after {
  content: none;
}
@media screen and (min-width: 48rem) {
  .site-content {
    padding: 0 2rem;
  }
}
@media screen and (min-width: 62rem) {
  .site-content {
    padding: 40px 5% 80px 5%;
  }
}
.widget-area {
  display: none;
}
.widget-area a {
  color: #333;
  font-weight: 500;
}
@media screen and (min-width: 62rem) {
  .site-content {
    display: flex;
    gap: 2rem;
  }
  .content-area {
    width: 70%;
    padding-left: 2rem;
    flex: 0 1 70%;
  }
  .widget-area {
    display: flex;
    width: 25%;
    flex: 0 1 25%;
  }
}
.plx-theme h1 {
  color: #f39900;
}
.summerteam-theme h1 {
  color: #b0cb31;
}
.youthpot-theme h1 {
  color: #00749f;
}
.site-footer {
  color: #fff;
}
.plx-theme .site-footer {
  background-color: #f39900;
}
.summerteam-theme .site-footer {
  background-color: #b0cb31;
}
.youthpot-theme .site-footer {
  background-color: #00749f;
}
.site-footer .widget-title {
  font-size: 1em;
}
.site-footer .widget {
  margin-bottom: 30px;
}
.site-footer-ct {
  position: relative;
  max-width: 1300px;
  margin: auto;
  padding: 30px 15px 0 15px;
}
.site-footer-ct a {
  color: #fff;
  text-decoration: dashed;
  font-weight: 500;
}
.site-footer-ct .widget_text {
  font-size: 0.9rem;
}
.site-footer-ct .widget-area {
  text-align: center;
  display: block;
  padding: 0;
}
.site-footer-ct .widget_media_image {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.site-footer-ct .widget_media_image img {
  width: 100%;
  max-width: 400px;
}
.site-footer-ct .logo-footer {
  width: 100px;
  padding-top: 20px;
  margin: 0 auto;
  margin-bottom: 70px;
}
.site-footer-ct .wp-block-social-links {
  justify-content: center;
}
.site-footer-ct .menu-item a {
  font-weight: bold;
}
@media screen and (min-width: 48rem) {
  .site-footer-ct .wp-block-social-links {
    justify-content: left;
  }
  .site-footer-ct .menu-footer-container ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 80%;
    margin: 0 auto;
  }
  .site-footer-ct .menu-footer-container li a {
    display: inline-block;
    padding: 10px 10px;
  }
}
@media screen and (min-width: 48rem) {
  .site-footer-ct {
    padding: 50px 5% 200px 5%;
  }
  .site-footer-ct .menu-footer-container ul {
    max-width: none;
    justify-content: left;
    margin-left: -10px;
  }
  .site-footer-ct .widget-area {
    text-align: left;
  }
  .site-footer-ct .widget_media_image {
    max-width: none;
    margin: 0;
    position: absolute;
    top: 128px;
    right: 5%;
    width: 30%;
    max-width: 440px;
  }
  .site-footer-ct .logo-footer {
    width: 100%;
    padding: 0;
    margin: 0;
    margin-top: 0;
    display: flex;
  }
}
@media screen and (min-width: 62rem) {
  .site-footer-ct > *, .site-footer-ct .widget-area, .site-footer-ct .logo-footer {
    padding-left: 2rem;
  }
}
.google-calendar-iframe {
  width: 100vw;
  height: 100vh;
  border: none;
}
.plx-button {
  background: #f39900;
  color: #fff;
  font-weight: 500;
  text-align: center;
  border: none;
  font-size: 16px;
  padding: 1em;
}
.plx-button__light {
  background: #fff;
  color: #333;
}
.entry-content ol {
  padding-left: 1.2em;
}
.entry-content ul:not(.fb-feed) li:not(.wp-social-link) {
  position: relative;
  padding-left: 1.2em;
}
.entry-content ul:not(.fb-feed) li:not(.wp-social-link):before {
  content: "–";
  display: inline-block;
  position: absolute;
  transform: translate(-1.2em, 0);
}
.textwidget ul:not(.fb-feed) li:not(.wp-social-link) {
  position: relative;
  padding-left: 1.2em;
}
.textwidget ul:not(.fb-feed) li:not(.wp-social-link):before {
  content: "–";
  display: inline-block;
  position: absolute;
  transform: translate(-1.2em, 0);
}
.page-alert {
  margin-bottom: 15px;
  background: #dd344b;
  color: #fff;
}
.page-alert * {
  font-size: 14px;
  margin: 0;
}
.page-alert p:first-child {
  margin: 0;
}
.page-alert .widget {
  max-width: 1300px;
  margin: auto;
  padding: 15px;
}
@media screen and (min-width: 62rem) {
  .page-alert .widget {
    padding: 20px 5% 20px 5%;
  }
}
.download__anchor {
  display: flex;
  align-items: center;
}
.download svg {
  width: 30px;
  height: 30px;
}
.page-spacer {
  min-height: 30vh;
}
.textwidget .visit_counter {
  display: inline-block;
}
.textwidget .visit_counter ul:not(.fb-feed) li:not(.wp-social-link) {
  padding: 0;
  display: inline-block;
  font-weight: bold;
  letter-spacing: 2px;
}
.textwidget .visit_counter ul:not(.fb-feed) li:not(.wp-social-link):before {
  display: none;
}
.teamer-grid {
  display: grid;
  grid-gap: 40px;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}
.teamer-grid > .teamer-item {
  height: 100%;
}
.teamer-grid img {
  width: 100%;
}
.teamer-grid .hl-size-2 {
  font-size: 1.3em;
  margin: 0;
  transform: translate(-10px, -20px) rotate(-4deg);
  background: #fff;
  padding: 10px;
  box-shadow: 1px -6px 10px 4px rgba(0, 0, 0, 0.2);
}
.teamer-grid .teamer-info {
  margin-top: 0;
}
@media screen and (min-width: 48rem) {
  .fb-feed {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
  .fb-feed > li {
    height: 100%;
  }
}
.fb-item {
  position: relative;
  margin-bottom: 15px;
  height: 100%;
  padding: 25px 0 20px;
}
.fb-item time {
  display: block;
  position: relative;
  font-weight: bold;
}
.fb-item p:last-child {
  margin-bottom: 0;
}
.fb-item p:first-child {
  margin-top: 0;
}
.fb-item:after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 6px solid #f39900;
}
.plx-theme .fb-item:after {
  border-top-color: #f39900;
}
.summerteam-theme .fb-item:after {
  border-top-color: #b0cb31;
}
.youthpot-theme .fb-item:after {
  border-top-color: #00749f;
}
.fb-item-date {
  font-size: 14px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5em;
}
.fb-item-date img {
  width: 30px;
}
.fb-item-link {
  margin-top: 1.5em;
}
.fb-item-message {
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  max-width: calc(100% - 25px);
  height: 3072;
  /* Fallback for non-webkit */
  font-size: 16px;
  line-height: 24px;
  max-lines: 8;
  -webkit-max-lines: 8;
  line-clamp: 8;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
  block-overflow: ellipsis;
  -webkit-block-overflow: ellipsis;
}
.fb-item-figure {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 65%;
  margin: 0;
  margin-top: 1.5em;
  border: 1px solid #e4e4e4;
}
.fb-item-inlineimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.fb-item-likes {
  padding-top: 6px;
  display: flex;
  align-items: center;
}
.fb-item-likes img {
  margin-right: 4px;
}
.cookie-layer {
  position: fixed;
  opacity: 0;
  pointer-events: none;
  transition: opacity 300ms 500ms;
  z-index: 10;
  bottom: 5vw;
  right: 5vw;
  padding: 20px;
  background: saddlebrown;
  width: 300px;
  min-height: 200px;
  border-radius: 20px;
  color: papayawhip;
  box-shadow: 5px 5px 20px #333;
  font-size: 12px;
}
.cookie-layer.visible {
  opacity: 1;
  pointer-events: all;
}
.cookie-layer.accepted {
  transition: transform 600ms 100ms ease-out;
  transform: translate(800px, 0);
}
@media screen and (max-width: 600px) {
  .cookie-layer {
    right: 5vw;
    left: 5vw;
    width: auto;
  }
}
.cookie-layer svg {
  width: 50px;
  height: 50px;
}
.cookie-layer h1 {
  margin: 0;
  max-width: 70%;
  color: #e6dbcc;
  line-height: 1.2;
}
.cookie-layer .cookie {
  position: absolute;
  top: 18px;
  right: 30px;
}
.cookie-layer--footer {
  display: flex;
  align-items: center;
}
.cookie-layer--footer button {
  margin: 0 auto;
}
.opentimes-ct {
  overflow: hidden;
  overflow-x: auto;
}
.opentimes-table {
  border-spacing: 0;
}
.opentimes-table thead {
  font-weight: bold;
}
.opentimes-table tr, .opentimes-table td {
  border: none;
}
.opentimes-table td {
  padding: 1em;
  border-right: 3px solid #f39900;
}
.plx-theme .opentimes-table td {
  border-right-color: #f39900;
}
.summerteam-theme .opentimes-table td {
  border-right-color: #b0cb31;
}
.youthpot-theme .opentimes-table td {
  border-right-color: #00749f;
}
.opentimes-table td:first-child {
  padding-left: 0;
}
.opentimes-table td:last-child {
  border: none;
}
@media screen and (max-width: 49rem) {
  .opentimes-table td {
    width: 75vw;
    min-width: 60vw;
  }
}
/* Logo und Farbe planet-x orange:
HKS 7N = C:0 M:45 Y:100 K:0 = R:243 G:153 B:0 = HEX: F39900

Logo und Farbe ixi grün:
HKS 66N = C:40 M:0 Y:90 K:0 = R:176 G:203 B:49 = HEX: B0CB31 */
