/*!
Theme Name: winningplastics
Theme URI: michaelproebster.de	
Author: Michael Proebster
Author URI:  michaelproebster.de
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: winningplastics.divider-block .flex, .divider-block .flexwrapper {
    justify-content: end;
}
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.

winningplastics is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Commentsf
	- 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;
    margin: calc(50px + 3vh) auto;
}





/* 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;
	text-decoration:none;
	color:inherit;
	cursor:pointer;
}

/**
 * 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
--------------------------------------------------------------*/


/* Colors
--------------------------------------------- */
.green-bg {
background-color: #63b76d;
}

.green-font {
color: #63b76d;
}

.beige-bg {
background-color: #e9e9e2;
}
.beige-font {
color: #e9e9e2;
}
.black-bg{
background-color:#000;
}
.black-font{
color:#000;
}
.white-bg{
background-color:#fff;
}
.white-font{
color:#fff;
}
/* Typography
--------------------------------------------- */
/*-------------------------------------------
 * Fonts
------------------*/
@font-face {
    font-family: 'authenticsignature';
    src: url('fonts/authentic_signature-webfont.eot');
    src: url('fonts/authentic_signature-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/authentic_signature-webfont.woff2') format('woff2'),
         url('fonts/authentic_signature-webfont.woff') format('woff'),
         url('fonts/authentic_signature-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'gt_americaregular';
    src: url('fonts/gt-america-regular-webfont.eot');
    src: url('fonts/gt-america-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gt-america-regular-webfont.woff2') format('woff2'),
         url('fonts/gt-america-regular-webfont.woff') format('woff'),
         url('fonts/gt-america-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'mark_probold';
    src: url('fonts/mark_pro_bold-webfont.eot');
    src: url('fonts/mark_pro_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/mark_pro_bold-webfont.woff2') format('woff2'),
         url('fonts/mark_pro_bold-webfont.woff') format('woff'),
         url('fonts/mark_pro_bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'mark_promedium';
    src: url('fonts/mark_pro_medium-webfont.eot');
    src: url('fonts/mark_pro_medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/mark_pro_medium-webfont.woff2') format('woff2'),
         url('fonts/mark_pro_medium-webfont.woff') format('woff'),
         url('fonts/mark_pro_medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'mark_probold_italic';
    src: url('fonts/markpro-bolditalic-webfont.eot');
    src: url('fonts/markpro-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/markpro-bolditalic-webfont.woff2') format('woff2'),
         url('fonts/markpro-bolditalic-webfont.woff') format('woff'),
         url('fonts/markpro-bolditalic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
.medium{
	font-family: 'mark_promedium';
}

.bold{
	font-family: 'mark_probold';
}
p.bold {
    font-size: 1.2rem;
}
.bolditalic{
	font-family: 'mark_probold_italic';
}

.text-center{
 text-align: center;
 }

.text-left{
 text-align: left;
 }
/**
 * 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;
font-family: 'mark_probold';
}
h2 {
	font-size: 1.8em;
font-family: 'mark_probold';
    line-height: 1.2em;
   
}
h3 {
	font-size: clamp(1.5em, 2vw, 1.8em);
	font-family: 'mark_probold';
	line-height: 1.25em;
}
h4 {
	font-size: 1.4em;
    line-height: 1.2em;
font-family: 'mark_probold';	
}
h5 {
	font-size: clamp(1em, 2vw, 1.25em);
font-family: 'mark_probold';	
}
h5.small {
	font-size: clamp(1em, 1vw, 1.2em);
font-family: 'gt_americaregular';	
font-weight:normal;
}
p{
font-size: 1.125rem;
font-family: 'gt_americaregular';
}

.uppercase{
text-transform:uppercase;
}
.leading {
    margin-bottom: 1.1rem;
    display: inline-block;
}

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;
	 margin: 0 ;

}

p {
	    margin: 10px 0 20px 0;
		max-width:1000px;
		line-height:1.75rem;

}

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: #63b76d;
    border: 0;
    height: 1px;
    margin: calc(30px + 3vh) auto;
    width: min(100%, 350px) !important;
}
#colophon hr {
    background-color: #000;
    border: 0;
    height: 1px;
    margin: 0 auto;
    width: 100% !important;
}
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%;
}



/* Forms
--------------------------------------------- */
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;
}

/*header button {
    margin: 0 auto !important;
	    width:auto;
    font-size: 1.8em;
    height: 86px;
    bottom: -42px;
    position: absolute;
    left: 0;
    right: 0;
 } 
button, .button  {
		background: #e9eae2;
		position: relative;
		font-family: 'mark_probold';
		color: #fff;
		max-width: fit-content;
		text-align: center;
		clip-path: polygon(5% 0%, 100% 0, 95% 88%, 0 100%);
		padding: 0 15rem;
		border: none;
		box-shadow: inset #0000005e -5px -3px 20px 0px;
}
 
button a, .button span {
	background: linear-gradient(0deg, rgba(85,157,94,1) 50%, rgba(100,184,110,1) 50%);
	background-color: unset;
	background-repeat: no-repeat;
	font-family: 'mark_probold';
	color: #fff;
	width: auto;
	text-align: center;
	clip-path: polygon(5% 0%, 100% 0, 95% 88%, 0 100%);
	position: absolute;
	top: 3px;
	left: 3px;
	right: 3px;
	bottom: 3px;
	padding: 5.5% 25px;
box-shadow: inset #00000057 -5px -3px 20px 0px;
}

.flex .content button, .flex .content .button {
    width: 100%;
    height: 75px;
    padding: 0px 170px;
    font-size: 1.2em;
    margin: 1.5em auto 0 auto;
    cursor: pointer;
}


button a p::after {
    content: "   \27E9";
    font-size: 24px; 
    color: inherit; 
    border-color: #fff;
    font-family: 'mark_probold';
    border-radius:50%;
    padding: 5px 6px 5px 7px;
    margin-left: 20px;
    position: absolute;
    transform: scaleX(1.75);
    border-left: 2px solid;
    border-right: 2px solid;
    border-top: 3px solid;
    border-bottom: 3px solid;
    top: -9px;
}


button a p {
	margin: 0 auto !important;
	font-size: 1em;
	font-family: 'mark_probold';
	left: -15%;
	position: absolute;
	right: 0;
}


.button p {
	margin: 0 auto !important;
	font-size: 1.1em;
	font-family: 'mark_probold';
	left: -1%;
	position: absolute;
	right: 0;
}
*/

button {
    background: unset;
    border: none;
    margin: 0;
    padding: 0;
 color:#fff;
 position:relative;
}
header button {
    margin: 0 auto !important;
    font-size: 1.4em;
    height: auto;
    bottom: -5%;
    position: absolute;
    left: 0;
    right: 0;

 } 
 header button p{
     font-size: 100%;
	 display: flex;
    justify-content: center;
    align-items: center;
	width: min(100%, 350px) !important;
	min-height:70px;
 }
 /*
@media screen and (orientation:landscape){
header button p{
         width: min(80%, 350px) !important;
 }

 }  */
 button p {
        background-color: unset;
        background-image: url(http://hejweb.de/wp-content/uploads/2023/11/winning-plastics-button.png);
        background-size: 100% 100%;
        padding: 1.5vh 25px !important;
        background-repeat: no-repeat;
        font-family: 'mark_probold';
        padding-right: 0 !important;
        font-size: clamp(1.05em, 1vw, 1.2em);
        width: min(100%, 350px) !important;
        margin: 10px auto !important;
        max-height: 80px;
        width: fit-content;
}
button p::after {
        content: "";
    font-size: 0.8vh;
    color: inherit;
    border-color: #fff;
    font-family: 'mark_probold';
    padding: calc(5px + 1vh);
    margin-left: 10px;
    background-image: url(http://hejweb.de/wp-content/uploads/2023/11/winning-plastics-after-pfeil.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 25px;
}
header {
    position: relative;
}
.greenshape {
    background: rgba(100,184,110,1);
    clip-path: polygon(5% 0%, 100% 0, 95% 100%, 0 100%);
	    padding: 2% 7%;
}

.introduce .greenshape{
    padding: 2% 7%;
}

#site-navigation button {
    width: 100%;
    font-size: 1.8em;
    height: 86px;
    padding-right: 4rem;
    top: -50px;
    background-image: unset;
    background-size: unset;
    background-position: unset;
    border: unset;
    background-color: unset;
    background-repeat: unset;
    position: unset;
    font-family: unset;
    color: unset;
    text-align: unset;
    width: unset;
    height: unset;
    padding-right: unset;
	box-shadow: unset;
}

#primary-menu .current-menu-item a {
    color: #63b76d;
}


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
--------------------------------------------- */
.site-info .footer-menu ul {
    margin: 0;
    list-style: none;
    padding: 0;
}
.site-info .footer-menu ul a {
    text-decoration: none;
    color: inherit;
    font-family: 'mark_probold';
    text-transform: none;
    font-size: 1.1em;
}
.site-info .logo{
 margin-bottom:3rem;
}

.socials-wrapper {
align-content:flex-end;
}

.socials-wrapper img {
    max-height: 3em;
    display: flex;
    margin: 0 auto;
}
.metaslider.ms-theme-outline .flexslider ul.flex-direction-nav li a,.metaslider.ms-theme-outline a.rslides_nav,.metaslider.ms-theme-outline div.nivoSlider div.nivo-directionNav a,.metaslider.ms-theme-outline .coin-slider .coin-slider div a {
    height: 40px  !important;
    max-width: 40px !important;
}

.footer-links{
margin:0 auto;
width:100%;
text-align:center;
padding:25px 0 10px 0;
}
.footer-links h5{
display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: space-between;
}
.footer-links h5 a{
text-decoration:none;
font-size:clamp(16px, 2vw, 18px);
    color: inherit;
}
.footer-links h5 a:last-child, .footer-links h5 a:first-child {
	padding:0;
}
.menu-main-footer-menu-container ul#primary-menu li {
    padding: 15px 0 0 0;
    margin: 0;
}

#footer-social-links {
    width: 100%;
    max-width: 425px;
    margin: 0 auto;
    justify-content: space-around;
}
.site-info .content h4{
margin-left:0 !important;
}

.main-navigation {
	display: block;
	width: auto;
		font-size: clamp(16px, 2.2vw, 18px);
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
	justify-content:flex-end;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
    color: #000000;
	padding-left:20px;
}
.main-navigation a:hover {
color: #63b76d;
}
ul#primary-menu li{
	padding: 5px 0;
	margin: 0 10px;
}


.entry-header h1.entry-title {
    font-size: 2em;
    font-family: 'mark_probold';
    position: absolute;
    }
	
	ul#primary-menu li{
	padding: 5px 0;
	margin: 0 10px;
}

header#masthead {
    z-index: 999;
    padding: 40px 10vw 40px 10vw;
    border-bottom: 1px solid #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
	transition: padding 0.6s ease; /* Sanfte ÃœbergÃ¤nge fÃ¼r die Animation */
	width:100%;
	position:fixed;
	background-color:#fff;
	top:0;
}

header.entry-header {
    position: relative;

}

.site-branding {
  position: relative;
  width: auto;
  height:30px;
  background-size: contain;
  background-repeat: no-repeat;
  cursor:pointer;
}
.site-branding img {
    width:calc(180px + 6vw);
    max-width: unset;
}

.site-title, .site-description {
    font-size: 8px;
    position: absolute;
    color: #fff;
    top: 0;
    z-index: -9999;
	height:0;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
button.menu-toggle {
    font-size: 1em !important;
    padding-left: 0;
    clip-path: unset;
	      margin-bottom: 5.5px !important;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts, pages and elements
--------------------------------------------- */
#join{
position: relative;
min-height:auto;
}

#join .content{
position: absolute;
    width: 100%;
    top: 0;
    height: auto;
}

#join .fleximage{

padding: calc(20vh + 8%);
}

#standfor .fleximage{
background-position:center;
background-size:contain;
}
#introduce .fleximage{
background-position:top;
}
#studentoffer .fleximage {
    min-height: 250px;
    background-size: contain;
	    background-position: center;
    margin: 0 auto;
    padding: 17.5% 0;
}
#studentoffer .content{
height:auto;
}
aside#secondary {
    display: none;
}
.header-wrapper {
	padding-bottom:0;
    width:100%;
    min-height: 770px;
	height:90vh;
    background-position: center right;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: end;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    overflow: hidden;
	    max-height: 960px;
	margin-bottom:5%;
}
.page-id-145 .header-wrapper {
    background-position: top center;
}
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 auto;
}

.updated:not(.published) {
	display: none;
}
.entry-content {
    text-align: left;
    font-size: clamp(16px, 2vw, 18px);
    font-weight: 400;
    color: #000000;
    margin: 0 auto;
    padding: 0 5%;
    max-width: 1440px;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.video-container {
    padding: 56.25% 0 0 0;
    position: relative;
    margin: 0 auto;
}
.full-width{
width:100%;
}
.side-links {
    position: fixed;
    top: 25%;
    padding: calc(10px + 0.2vw) calc(7px + 0.25vw);
    right: 0;
    text-align: center;
    color: #fff;
    width: 5.5%;
    font-size: calc(12px + 0.15vw);
    min-width: calc(85px + 2vw);
}
.side-links .content{
padding:0;
}
.side-links p{
    font-family: 'mark_probold';
    font-size: calc(12px + 0.15vw);
    margin: 0;
}
.side-links hr {
    background-color: #fff;
    margin: 0.8rem 0;
}
.side-links img {
    width: calc(30px + 1vw);
    height: auto;
    min-width: 40px;
	margin-top:5px;
}
.typewriter {
overflow: hidden;
border-right: .15em solid #fff;
white-space: nowrap;
margin: 0 auto;
animation: typing 40s steps(10, end) 4s infinite,
    blink-caret .75s step-end infinite;
/* The typing effect */
}
@keyframes typing {
  0% {
    width: 0
  }
  1% {
    width: 100%
  }
}


/* The typewriter cursor effect */
.scaleeffect {
  width: 100px;
  height: 100px;
  animation: crescendo 1.2s alternate infinite ease-in;
}

@keyframes crescendo {
  0%   {transform: scale(1);}
  100% {transform: scale(1.1);}
}

.daw-badge {
    max-width:45%;
    left: 4%;
    position: absolute;
    top: 4%;
    height: auto;
}

.benefit .content{
padding:0.5em 0 2.5em 0;
}

.divider-block{
  margin:calc(30px + 3vh) auto;
  margin-left: auto;
  width: 99.68vw;
  height: auto;
  margin-left: calc(50% - 50vw);
}
.divider-block .content {
      padding: 3rem;

}
.divider-block .fleximage {
    max-width: 47%;
    padding: 12.5% 0;
}
.site-footer .content{
	padding:2.5rem 1rem;
	max-width:100vw;
}
.divider-block.rightedge.beige-bg .entry-content {
    margin-right: 0;
    padding: 0;
    max-width: 99rem;
    /* min-width: 83%; */
    margin-left: auto;
    padding-left: 5%;
}

.divider-block.rightedge .entry-content .fleximage {
    flex: 4.5;
    max-width:unset;
}

.divider-block.rightedge .entry-content .content {
    padding-left: 0em;
    flex: 2 9%;
}
.accordion-wrapper:last-child {
    margin: 0 !important;
}

.accordion-wrapper {
    margin: 25px 0 50px 0!important;
    width: 100%;
    padding-right: 4%;
}
.accordion {
    margin: 20px 0 !important;
    width:100%; 
}

/* Header-Styling */
.accordion-header {
    background-color: #63b76d;
    color: white;
    padding: 10px 20px;
    margin: 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

h3#accordion-heading {
    font-size:1.2em;
padding:15px;
position:relative;
}
h3#accordion-heading span {
    width: 85% !important;
}
/* Pfeil-Styling */
.accordion-header::after {
    content: '►';
    position: absolute;
    transition: transform 0.3s;
    transform: scaleY(1.5);
    right: 10px;
}

/* Inhalt-Styling */
.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}
.accordion-content h4 {
	margin:20px 0 0 20px;
}
.accordion-content p{
	margin-left: 20px !important;
    white-space: pre-line;
}
/* Aktives Header-Styling */
.accordion.active .accordion-header::after {
    transform: rotate(90deg) scaleY(1.5) translateY(3px);
}
/* 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;
}

/*--------------------------------------------------------------
Flex Elements
---------------------------------------------------------------*/
.flex, .flexwrapper {
  display: flex;

}

.wrap {
	  flex-wrap: wrap;
}


.nowrap {
	  flex-wrap: nowrap;
	      white-space: nowrap; 
}

.space-evenly {
justify-content: space-evenly;
}

.justify-center{
    justify-content: center;
}
.justify-end{
justify-content: end;
}
.flex > *, .flexwrapper > *  {
  flex: 1 1 280px;
		flex-basis: calc(960px * 999 - 100% * 999);
		margin: 0 1em;
}

 .flex > *:last-child, .flexwrapper > *:last-child, .flex > *:first-child, .flexwrapper > *:first-child {
margin: 0;
}
.content {
    align-self: center;
    padding: 1em 0 1em 2em;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    padding-bottom: 1rem;
}
.greenshape h1,
.greenshape h2,
.greenshape h3,
.greenshape h4,
.greenshape h5,
.greenshape h6 {
    padding-bottom: 0;
}

.one-third .content{
 padding: 1em;
}

.content p{
	margin:10px 0 0 0 ;
	padding:0;
}
.short button p {
  width: 100% !important;
}
#join .content .short button p{
width:    min(80%, 350px) !important;
}
.content .short{
width:50%;
margin:0 auto;
}
.content button {
    margin-top: 1.4rem;
}
.short button p {
  width: 100% !important;
}
.fleximage {
    background-position: center;
    background-size: cover;
    padding: 17.5% 0;
    background-repeat: no-repeat;
	min-height: 300px;
	position:relative;
}

.notfinal:after {
    position: absolute;
    content: 'Finaler Inhalt folgt';
    background-color: #ff00bf;
    height: auto;
    width: auto;
    z-index: 999999;
    margin: 0 5%;
    left: 0;
    right: 0;
    text-align: center;
    padding: 15%;
    opacity: .5;
    font-size: 1.5em;
    font-weight: bold;
}


.imageright{
    background-position: right;
}

.imageleft{
    background-position: left;
}

.imagetop{
    background-position: top;
}
.imagebottom{
    background-position: bottom;
}
background-position: center;
@media screen and (max-width:1084px) {
.site-info .content h4{
margin:0  auto !important;
}
.site-info .logo{
margin:0  auto 3rem auto !important;
}
.socials-wrapper {
    align-content: center;
    padding-top: 0 !important;
}
.content {
    height: auto;
	text-align:center;
}
.fleximage {
background-position: top center;
padding: 36% 0;
}
}

@media screen (min-width:767px) and (max-width:1025px) {
.fleximage{padding: 25% 0;}
}

@media screen and (max-width:1025px) {
.site-footer .content{
    max-width: max-content;
}
.menu-toggle {
    display: block;
}

.main-navigation ul {
    display: none;
	    padding: 0px 0 25px 0;
	}
.fleximage{padding: 25% 0;}
.menu-toggle, .main-navigation.toggled ul {
    display: block;
}
.content {
padding:1em;
}	
.main-navigation ul {
    justify-content: space-between;
}
.main-navigation a{
    padding-left: unset;
}

.menu-main-footer-menu-container ul#primary-menu li {
    padding-left: 5%;
}
#colophon .menu-main-footer-menu-container ul#primary-menu li {
    padding-left: 0;
}
header#masthead{
padding: 4% 0 3% 5%;
}
main {
    display: block;
    margin: calc(35px + 6vh) auto;
}
.side-links{
top:32.5%;
}
.fleximage {
    padding: 25% 0;
}
.fleximage {
    background-position: center top;
}
#join .fleximage {
    padding: calc(10vh + 22%);
	    background-position: left;
}
#join .content {
 padding:1em;
}

#join .content p{
margin-bottom:0 !important;
margin-top:5px !important;;
}
.content .short {
    padding: 0 !important;
}

#studentoffer .fleximage {
    background-size: cover;
    margin: 0 auto;
    padding: 17.5% 0;
}
.divider-block .content {
      padding: 1rem;

}
}

@media screen and (max-width:976px) {
.divider-block .fleximage{
    max-width: 100%;
}
.divider-block .justify-end{
    justify-content:center;
}
.header-wrapper {
    height: auto;
    min-height: unset;
    padding: 21%;
}
.fleximage{
background-size: cover;
background-repeat: no-repeat;
}
.flex > *, .flexwrapper > * {
    margin: 0;
}
.content .short{
width:100%;
}
}

@media screen and (max-width:1024px) {
.flex.wrap:nth-child(2) {
    margin: 1em 0;
}
.menu-main-footer-menu-container {
        position: absolute;
    left: 0;
    background: #fff;
    width: 100%;
}
footer .menu-main-footer-menu-container {
    position: relative;
    padding: 0;
    background: none;
}
#site-navigation button {
    text-align: right;
        margin-right: 5vw !important;
}

header button {
        max-width: 80%;
		bottom:-30px;
}
header button p {
    width: auto;
    font-size: 1.25rem;
	z-index:9999;
}
.content {
height:auto;
}

.fleximage{
padding: 25% 0;
}

.accordion-wrapper{
    margin: 50px 0 10% 0!important;
    width: 100%;
	padding-right: 4%;
}
.accordion {
    margin: 20px 0 !important;
    width:100%; 
}

/* Header-Styling */
.accordion-header {
    background-color: #63b76d;
    color: white;
    padding: 10px 20px;
    margin: 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

h3#accordion-heading {
    font-size:1.2em;
padding:15px;
position:relative;
}

/* Pfeil-Styling */
.accordion-header::after {
    content: '►';
    position: absolute;
    transition: transform 0.3s;
    transform: scaleY(1.5);
    right: 10px;
}

/* Inhalt-Styling */
.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}
.accordion-content h4 {
	margin:20px 0 0 20px;
}
.accordion-content p{
	margin-left: 20px !important;
    white-space: pre-line;
}
/* Aktives Header-Styling */
.accordion.active .accordion-header::after {
    transform: rotate(90deg) scaleY(1.5) translate(4px, -2px);
}
}

@media screen and (max-width:830px) and (orientation: landscape)  {
.menu-toggle {
    display: block;
}

.main-navigation ul {
    display: none;
	}

.menu-toggle, .main-navigation.toggled ul {
    display: block;
}
	
.main-navigation ul {
    justify-content: space-between;
}
.main-navigation a{
    padding-left: unset;
}

.menu-main-footer-menu-container ul#primary-menu li {
    padding-left: 20px;
}
.menu-main-footer-menu-container{
padding-left:0;
padding-bottom:20px;
}
header#masthead{
padding: 4% 0 3% 0;
}
main {
    display: block;
    padding-top: 10%;
}
.side-links{
top:32.5%;
}
.fleximage {
    padding: 25% 0;
}
.fleximage {
    background-position: center top;
}
#join .fleximage {
    padding: calc(30vh + 17.5%);
	    background-position: left;
}
#join .content {
 padding:1em;
}

#join .content p{
margin-bottom:0 !important;
margin-top:5px !important;;
}
.content .short {
    padding: 0 !important;
}
}

@media screen and (max-width:540px) {
header#masthead {
    padding:25px 0 20px 5%;
}

.break-all{
word-break: break-all;
}

.break-all:after{
content:'-'
}
header button p {
font-size:90% !important;
    width: 100% !important;
}

.entry-content{
    margin-top: 10%;
}
footer h5{
font-size:0.95em;
}
.site-branding img{
}
footer .menu-main-footer-menu-container {
    font-size: 0.95em;
}

#join{
display: flex;
    min-height: auto;
    flex-direction: column;
	}
#join .fleximage {
    padding: 0;
    order: 2;
}
#join .content {
    position: relative;
	background: linear-gradient(320deg, rgb(67 160 92) 0%, rgb(47 140 71) 0%, rgb(140 200 137) 100%);
	}
.side-links {
    position: fixed;
    bottom: 0;
    width: fit-content;
    display: flex;
    margin: 0 auto;
    right: 0;
    left: 0;
	top:unset;
	z-index:9999;
}
.side-links .content {
    padding: 0;
    flex-direction: row;
}
.side-links a {
    padding: 0 10px;
}
.side-links a:first-child {
    border-right:#fff 1px solid;
}
.side-links a p{
margin:0 auto;
    font-size: calc(12px + 0.15vw);
	font-family: 'mark_probold';
	}
.footer-links{
padding-bottom:110px;
}
.content.wrap.socials-wrapper {
    margin:0 auto 25px auto;
    padding: 0;
    max-width: 90vw;
}
}
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/*
slider
*/
/*
/* 
.slider {
    overflow: hidden;
    width: 100%;
    position: relative;
    height: 400px; 
}

.flexwrapper {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    flex: 0 0 100%;
}


.flex {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
}
*/

/* 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;
}
