/*!
Theme Name: physionoda
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: physionoda
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.

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

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

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

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

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

@font-face {
	font-family: UbuntuSansRegular;
	src: url('./assets/fonts/Ubuntu_Sans/static/UbuntuSans-Regular.ttf');
}

@font-face {
	font-family: UbuntuSansLight;
	src: url('./assets/fonts/Ubuntu_Sans/static/UbuntuSans-Light.ttf');
}

@font-face {
	font-family: UbuntuSansExtraLight;
	src: url('./assets/fonts/Ubuntu_Sans/static/UbuntuSans-ExtraLight.ttf');
}

@font-face {
	font-family: UbuntuSansBold;
	src: url('./assets/fonts/Ubuntu_Sans/static/UbuntuSans-Bold.ttf');
}

@font-face {
	font-family: UbuntuSansSemiBold;
	src: url('./assets/fonts/Ubuntu_Sans/static/UbuntuSans-SemiBold.ttf');
}


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

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

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

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

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

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

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

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

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

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

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

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

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

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

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

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

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	/* .main-navigation ul {
		display: flex;
	} */
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 0; /*1.5em;*/
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

#primary {
	margin-top: -2px;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/* styles */
html {
	margin-top: 0 !important;
}

.site-header {
	height: 80px;
	background-color: #7FABB4;
	z-index: 2;
}

header h1, header h2 {
	letter-spacing: 0.4px !important;
}

.n2-ss-slider-controls.n2-ss-slider-controls-absolute-center-bottom {
	margin-top: 40px;
}

.n2-bullet {
	background: #fff !important;
	border: 1px solid #7FABB4 !important;
}

.n2-active {
	background: #7FABB4 !important;
}

.header-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 80%;
	margin: auto;
	align-items: center;
	height: 100%;
}

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

/* .burger {
    display: block;
	cursor: pointer;
	position: relative;
	border: none;
	background: transparent;
	width: 20px;
	height: 26px;
}

.burger::before {
  content: '';
  left: 0;
  position: absolute;
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 10px;
  background: #fff;
}
 .burger::before {
  top: 0;
  box-shadow: 0 11px 0 #fff;
  transition: box-shadow .3s .15s, top .3s .15s, transform .3s;
} */

#masthead {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 3;
}

#wpadminbar + #page #masthead {
	top: 46px;
}


/* burger */
.burger {
	margin-left: auto;
	cursor: pointer;
}

.burger span {
	display: block;
	background-color: #fff;
	position: relative;
	width: 21px;
	height: 3px;
}

.burger span:nth-child(1) {
	top: -5px;
}

.burger span:nth-child(2) {
	top: 3px;
}

.burger.open span {
	width: 16px;
}

.burger.open span:nth-child(1) {
	-webkit-transform: rotate(44deg);
	-moz-transform: rotate(44deg);
	-o-transform: rotate(44deg);
	transform: rotate(44deg);
	transform-origin: left;
}

html {
	max-width: 2000px;
	margin: auto;
}

.mikio-image {
	max-height: 400px;
    max-width: 400px;
}

.mikio-image img {
	object-fit: unset !important;
	width: 92% !important;
	height: 95% !important;
}

.burger + .main-navigation {
	opacity: 0;
	transition: opacity 0.25s ease-in;
	width: 100vw !important;
    height: 100vh !important;
    position: fixed;
    top: 62px;
    left: 0;
    background-color: #7FABB4;
}

.burger.open span:nth-child(2) {
	-webkit-transform: rotate(-43deg);
	-moz-transform: rotate(-43deg);
	-o-transform: rotate(-43deg);
	transform: rotate(-43deg);
	transform-origin: left;
}

#filename-custom {
	padding-top: 28px;
    display: block;
    line-break: anywhere;
}

#primary-menu {
	text-align: RIGHT;
    padding: 0px 40px;
	font-size: 30px;
}

#primary-menu li a {
	margin-bottom: 10px;
}
/* end burger (eaten?) */

html.noscroll {
	height: 100vh;
	overflow: hidden;
}

.burger:not(.open) + .main-navigation {
	pointer-events: none;
}

.burger.open + .main-navigation {
	opacity: 1 !important;
}

.burger.open + .main-navigation ul {
	display: block;
}

#page {
	margin-top: 82px;
}

#wpadminbar + #page {
	margin-top: calc(45px + 81px);
}

.custom-logo-link {
	width: 180px;
}

.site-branding {
	display: flex;
	justify-content: center;
    align-items: center;
}

.site-header {
	position: relative;
	box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.5);
}

.homepage header {
	color: #fff;
	display: flex;
	flex-direction: column;
}

/* .homepage header::before {
	height: 900px;
    width: 900px;
    background-color: #7FABB4;
    border-bottom-right-radius: 450px;
    display: block;
    position: absolute;
    content: "";
    left: -250px;
    border-bottom-left-radius: 450px;
    top: -600px;
    z-index: 1;
} */

.homepage header::before {
	height: calc(100vw * 2);
    width: calc(100vw * 2);
    background-color: #7FABB4;
    border-bottom-right-radius: 50%;
    display: block;
    position: absolute;
    content: "";
    left: calc(100vw / -2);
    border-bottom-left-radius: 50%;
    top: calc((100vw * -2) + 300px);
    z-index: 1;
}

.homepage header h1 {
	margin: 0;
}

.homepage header h1, .homepage header h2 { 
	position: relative;
	z-index: 1;
}

.homepage header h1 {
	font-family: "UbuntuSansRegular";
	font-size: 32px;
}
.homepage header h2 {
	font-family: "UbuntuSansExtraLight";
	font-size: 22px;
	margin: 0;
	margin-top: 5px;
}
.homepage header h2 p {
	margin: 0;
}

h2.description {
	text-align: center;
    color: #283C46;
    width: 30%;
    margin: auto;
    font-family: "UbuntuSansLight";
}

.main-header-wrapper {
	position: relative;
    overflow-x: hidden;
    width: 100%;
    overflow-y: visible;
}

a.tel, a.mailto {
	color: #fff;
}

.contact-item-tel, .contact-item-mailto {
	color: #283C46;
	text-decoration: none;
}

.main-header-wrapper header h2 {
	margin-top: 15px;
}

.main-header-wrapper.has-slider {
	min-height: 340px;
}

.home-intro h1 {
	color: #fff !important;
}

.main-header-wrapper:not(.has-slider) h1 {
	text-align: center;
	color: #7FABB4;
	font-family: "UbuntuSansRegular";
}

.template-rounded .main-header-wrapper h1 {
	color: #fff;
}

.template-rounded .main-header-wrapper {
	min-height: 340px;
	/* min-height: 440px; */
}

.main-header-wrapper.has-slider {
	/* min-height: 480px !important; */
	min-height: 380px !important;
}

.main-header-wrapper header {
	text-align: center;
    padding: 20px 15px;
	max-width: 545px;
    margin: auto;
}

.termin-book {
	font-family: "UbuntuSansRegular";
	position: relative;
    z-index: 1;
	background-color: #fff;
	color: #283C46;
	font-size: 16px;
	border-radius: 16px;
	padding: 5px 10px;
	text-decoration: none;
	width: 169px;
    margin: auto;
	margin-top: 25px;
	border: 1px solid #fff;
}

.termin-book:hover {
	background-color: #7FABB4;
	color: #fff;
	transition: all 0.3s ease;
	border: 1px solid #fff;
}

.main-image img {
	border-radius: 50%;
	/* width: 297px; */
	width: 370px;
	display: block;
	margin: auto;
	margin-bottom: 50px;
}

.page-content p {
	color: #283C46;
	font-size: 16px;
	font-family: "UbuntuSansRegular";
}

.page-content .content p:last-child:not(.content-footer) {
	margin: 0 !important;
}

p.heading {
	font-size: 16px;
	font-family: "UbuntuSansBold";
	color: #7FABB4;
	margin-bottom: 5px;
}

.contacts-wrapper {
	position: relative;
	overflow: hidden;
	margin-top: 50px;
	margin-bottom: 100px;
}

.contacts::before {
	position: absolute;
    border-top: 2px solid #7FABB4;
    border-top-left-radius: 450px;
    width: 900px;
    content: "";
    display: block;
    height: 500px;
    border-top-right-radius: 450px;
    left: -250px;
	pointer-events: none;
}

.divider-wrapper {
	position: relative;
	/* overflow: hidden; */
	/* margin-top: 50px; */
	min-height: 65px;
}

.divider:not(.disabled)::before {
	/* position: absolute;
    border-top: 2px solid #7FABB4;
    border-top-left-radius: 450px;
    width: 900px;
    content: "";
    display: block;
    height: 500px;
    border-top-right-radius: 450px;
    left: -250px; */

	height: calc(100vw * 2);
    width: calc(100vw * 2);
	border-top: 2px solid #7FABB4;
    border-top-right-radius: 50%;
    display: block;
    position: absolute;
	border-left: 1px solid transparent;
    content: "";
	pointer-events: none;
    /* left: calc((100vw / -2) - 21px); */
    left: calc((100vw / -2) - calc(100vw - 75.5vw));
    border-top-left-radius: 50%;
    z-index: 1;
}

.divider-reverse::before {
	border-top: none !important;
	border-bottom: 2px solid #7FABB4;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
	top: calc((-100vw * 2) + 80px);
	left: calc((100vw / -2) - (100vw - 82vw)) !important;
	pointer-events: none;
}

.gkit-card-header {
	/* width: 160px;
	margin: auto; */
}

details {
	margin-bottom: 80px;
}

details > summary {
	list-style: none;
	padding-left: 5px;
}
details > summary::-webkit-details-marker {
	display: none;
}
details summary::before {
	content: url('./assets/icons/arrow1.svg');
	height: 15px;
	width: 15px;
	display: inline-block;
	position: relative;
	padding-right: 10px;
}

.details-wrapper {
	margin-top: 10px;
}

.details-wrapper details summary {
	display: flex;
	justify-content: center;
	font-family: "UbuntuSansSemiBold";
}

.details-wrapper details[open] {
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.details-wrapper details[open] summary {
	text-align: center;
	margin-bottom: 50px;
}
details[open] summary::before {
	content: url('./assets/icons/arrow-down.svg');
	height: 15px;
	width: 15px;
	display: inline-block;
	position: relative;
	padding-right: 10px;
}

details strong:first-child {
	margin-bottom: 0;
}

details strong {
	color: #7FABB4;
	margin-bottom: 10px;
    display: inline-block;
	width: 100%;
}

details a {
	font-family: "UbuntuSansRegular" !important;
	position: relative;
    z-index: 1;
	background-color: #7FABB4;
	color: #283C46;
	font-size: 16px;
	border-radius: 16px;
	padding: 5px 10px;
	text-decoration: none;
	width: 136px;
    margin: auto;
	margin-top: 25px;
	border: 1px solid #fff;
	color: #fff !important;
	text-transform: none;
	font-weight: 400;
	display: block;
	text-align: center;
}
/* .wp-block-separator {
	display: none;
} */

/* :target::before { */
	/* content: ""; */
	/* display: block; */
	/* height: 400px; fixed header height */
	/* margin: -400px 0 0; negative fixed header height */
/* } */

#details {
	scroll-margin-top: 400px;
}
#termin {
	/* scroll-margin-top: 600px; */
}

.contacts .items {
	padding-top: 75px;
}

h1.heading, h2.heading {
	color: #7FABB4;
	font-size: 22px;
	font-family: "UbuntuSansRegular";
	text-transform: uppercase;
	text-align: center;
}

.homepage h3 {
	text-transform: initial !important;
	text-align: initial !important;
	font-size: 16px;
}

.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
	color: #7FABB4;
	font-family: "UbuntuSansRegular" !important;
	text-transform: uppercase !important;
	text-align: center !important;
}

h1.page-title {
	font-size: 47px !important;
	text-transform: none !important;
	margin-top: 75px;
}

.page-content p {
	margin-bottom: 20px !important;
}

#block-b7054df2-25c7-4434-9d41-d472f73b5ee7 {
	display: flex;
	justify-content: center;
	margin-bottom: 70px;
}

.team-page .gkit-card-header {
	display: flex;
    justify-content: center;
}

ul.wp-block-list {
	margin-left: 0;
	position: relative;
	z-index: 1;
}

p.schedule {
	text-align: left !important;
	text-transform: none !important;
	font-size: 15px !important;
	/* margin-top: 100px !important; */
	width: 80% !important;
	margin: 100px auto 30px auto !important;
}

.abtimetable-wrapper + p {
	width: 80%;
	margin: auto;
}

.abtimetable-wrapper + p + ul {
	width: 80%;
	margin: auto;
	margin-bottom: 50px;
}

ul.wp-block-list li {
	font-size: 16px;
}

/* .content-footer::before {
	background-color: #F7F7F7;
	height: 100%;
    width: 900px;
    border-top-right-radius: 450px;
    border-top-left-radius: 450px;
    display: block;
    position: absolute;
    content: "";
    left: -250px;
    z-index: 1;
} */

ul.wp-block-list li::marker {
	color: #7FABB4;
}

.homepage-content h3.wp-block-heading {
	color: #7FABB4;
	font-size: 16px;
	font-family: "UbuntuSansRegular";
}

.site-footer {
	background-color: #7FABB4;
	min-height: 400px;
	padding: 40px 24px;
	display: flex;
	flex-direction: column;
	/* padding-bottom: 150px; */
	align-items: center;
    text-align: center;
}

.site-info {
	display: flex;
	flex-direction: column;
	color: #fff;
}

.site-info p {
	margin: 0;
	padding: 0;
}

#menu-footer-menu {
	margin-left: 0;
    padding-left: 0;
}

.footer-menu {
	width: 100%;
}

.footer-menu a {
	color: #fff;
	text-decoration: none;
	font-family: "UbuntuSansRegular";
}

.footer-menu ul li {
	list-style-type: none;
}

.footer-menu ul {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.contacts .items {
	display: grid;
    grid-template-columns: 1fr 1fr;
}

.contact-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.contact-item img {
	border-radius: unset !important;
}

.contact-item p {
	text-align: center;
}

.contact-item-image {
	width: 40px;
}

.page-content {
	position: relative;
	overflow-x: hidden;
}

#primary:not(.front-page) .grey-bg {
	margin-top: 80px;
}

p.content-footer {
	margin-top: 150px !important;
}

.grey-bg::before {
	/* background-color: #F7F7F7;
	height: 100%;
    width: 900px;
    border-top-right-radius: 450px;
    border-top-left-radius: 450px;
    display: block;
    position: absolute;
    content: "";
    left: -250px;
    z-index: 1; */

	height: calc(100vw * 2);
    width: calc(100vw * 2);
    background-color: #F7F7F7;
    border-top-right-radius: 50%;
    display: block;
    position: absolute;
    content: "";
    left: calc(100vw / -2);
    border-top-left-radius: 50%;
    z-index: 1;
}

.homepage .grey-bg::before {
	height: calc((100vw * 2) - 115px);
}

.kontakt-page .grey-bg::before {
	height: calc((100vw * 2) + 20px);
}

.grey-bg::before {
	/* content: unset !important; */
}

.content {
	z-index: 2;
	position: relative;
	/* padding-bottom: 50px; */
	padding-top: 50px;
}

.description-wrapper {
	padding: 0px 20px;
}

.content .wp-block-heading {
	font-family: "UbuntuSansRegular";
}

.inner-content {
	padding: 0px 20px;
	font-size: 16px;
	position: relative;
	overflow: hidden;
	padding-bottom: 50px;
}

.inner-content p {
	font-family: "UbuntuSansLight";
	line-height: 155%;
	margin-top: 0;
    margin-bottom: 8px;
	z-index: 2;
	position: relative;
}

p.content-footer {
	color: #7FABB4;
    font-size: 20px;
    font-family: "UbuntuSansSemiBold";
    text-transform: uppercase;
    text-align: center;
	/* margin-top: 50px; */
	margin-top: 100px;
}

.team-page .wp-block-columns {
	margin-bottom: 80px;
}

.team-page .content-footer {
	margin-top: 150px;
	text-transform: none;
}

.gkit-accordion .gkit_accordion_icon_group {
	left: 0 !important;
	right: initial;
}

.gkit-accordion .gkit-card-body {
	padding: unset;
}

.gkit-accordion .gkit-card .collapse {
	transition: max-height 0.2s ease-out;
}

.gkit-accordion-title {
	font-size: 14px;
	font-family: "UbuntuSansSemiBold";
	font-weight: 500;
}

.leistungen h2 {
	margin-bottom: 50px;
}

.team-page .gkit-accordion-title {
	font-family: "UbuntuSansSemiBold";
}

.gkit-accordion .gkit-card-header>.gkit-btn-link {
	padding: 0px 21px !important;
}

p.gkit-adv-paragraph-text {
	margin-bottom: 0 !important;
	margin-left: 21px;
}

.site-footer .termin-book {
	margin-top: 20px;
	margin-bottom: 40px;
}

p.name {
	font-family: "UbuntuSansSemiBold";
}

.mikio-info {
	margin-bottom: 24px;
}

.footer-address {
	margin-bottom: 40px;
}

.footer-address a,
.footer-address a:visited {
	color: #fff !important;
}

.site-footer .separator {
	border-bottom: 2px solid #fff;
	display: block;
	width: 90%;
	margin-bottom: 40px;
}

#primary-menu li a {
	color: #fff;
	font-family: "UbuntuSansSemiBold";
	font-size: 24px;
}

/* slider */
.n2-section-smartslider {
	z-index: 2;
	height: 100%;
    width: calc(100vw * 2) !important;
	left: calc(100vw / -2) !important;
	top: -50px;
	
	z-index: 1;
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 50%;
	display: block;
	position: absolute !important;
	content: "";
}

.big-blau-text {
	font-size: 22px !important;
	font-family: "UbuntuSansSemiBold" !important;
	text-transform: uppercase;
	color: #7FABB4 !important;
}

.blau-text {
	color: #7FABB4 !important;
	font-family: "UbuntuSansSemiBold" !important;
}

.wpcf7-form-control-wrap a {
	color: inherit !important;
}

.wpcf7-form-control[type="submit"] {
	cursor: pointer;
}

.wpcf7-response-output {
	position: relative;
	z-index: 1;
}

p.big-blau-text {
	margin-bottom: 0 !important;
}

p.big-blau-text + .gutenkit-block {
	margin-bottom: 15px;
}

.n2-ss-slider .n2-ss-slide-background-image img {
	background-color: #7FABB4;
	border-bottom-right-radius: 50% !important;
	display: block;
	position: absolute;
	/* content: ""; */
	left: calc((100vw / -2) + 200px);
	border-bottom-left-radius: 50% !important;
	z-index: 1;
}
/* .n2-ss-slider .n2-ss-slide-background-image img {
	height: calc(100vw * 2);
    width: calc(100vw * 2);
	border-bottom-right-radius: 50% !important;
    display: block;
    position: absolute;
    content: "";
    left: calc((100vw / -2) - -196px);
    border-bottom-left-radius: 50% !important;
    z-index: 2;
} */
/* end slider */


/* team page */
.page-content .wp-block-image {
	position: relative;
}

.page-content .wp-block-image::after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.page-content .wp-block-image img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page-content img {
	border-radius: 50%;
}

.team-page .page-content .wp-block-image:not(:first-child) {
	margin-top: 100px;
}

.team-page .wp-block-image.size-large:first-child {
	margin-top: 70px;
}

.team-page .divider-wrapper {
	margin-top: 125px;
}

.team-page .wp-block-column .wp-block-image.size-large {
	max-width: 80%;
	height: auto;
}

.team-page .wp-block-column figure + p {
	font-size: 28px !important;
}

.team-page figure:first-child + p {
	margin-top: 20px;
	font-size: 28px !important;
	text-transform: none;
}

.team-page .wp-block-column figure + p {
	margin-top: 15px;
	font-size: 28px !important;
	text-transform: none;
}

p.page-footer-button.footer-link.button-rounded.custom-button {
	background-color: #7FABB4;
	padding: 10px 15px;
	width: 150px;
	border-radius: 20px;
	margin: 40px auto 100px auto !important;
	text-align: center;
}

p.page-footer-button.footer-link.button-rounded.custom-button.fahrplanauskunft {
	width: 156px;
}

.wpcf7 label {
	color: #7FABB4;
	font-family: "UbuntuSansRegular";
	position: relative;
}

.wpcf7 input {
	max-width: 100%;
}

.wpcf7-list-item-label {
	color: #283C46;
}

.wpcf7-form-control-wrap, .wpcf7-form-control-wrap input[type="text"],
.wpcf7-form-control-wrap, .wpcf7-form-control-wrap input[type="tel"],
.wpcf7-form-control-wrap, .wpcf7-form-control-wrap input[type="email"],
.wpcf7-form-control-wrap, .wpcf7-form-control-wrap input[type="file"] {
	width: 100%;
}

.wpcf7-form-control-wrap[data-name="checkbox-545"] .wpcf7-form-control.wpcf7-checkbox {
	display: flex;
	flex-direction: column;
}

.page-footer-button a {
	color: #fff;
	text-decoration: none;
}
/* end team page */


/*input file*/
.fileinput {
	color: transparent !important;
}
.fileinput::-webkit-file-upload-button {
	visibility: hidden;
  }
.fileinput::file-selector-button {
	visibility: hidden;
	height: 53px;
  }
  .fileinput-label {
	display: inline-block !important;
  }

  .fileinput-label::after {
	content: 'Upload';
	padding: 5px 8px;
	outline: none;
	white-space: nowrap;
	-webkit-user-select: none;
	cursor: pointer;
	margin-top: 10px;
	font-weight: 700;
	font-size: 10pt;
	width: 100%;
    border: 1px solid #7FABB4;
    height: 60px;
    display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	padding-top: 30px;
	color: #7FABB4;
	position: absolute;
}
  .fileinput-label::before {
	content: url("/wp-content/themes/physionoda/assets/icons/upload.svg");
	width: 20px;
	position: absolute;
	height: 20px;
	margin-top: 45px;
	margin-left: 47%;
	display: inline-block;
}
/*end input file*/

.wpcf7-textarea {
	border: 1px solid #7FABB4;
    height: 80px;
}
.wpcf7-textarea:focus,
.wpcf7-textarea:focus-visible {
	border: 1px solid #7FABB4;
	outline: none;
}

.wpcf7-radio .wpcf7-list-item {
	display: block;
	position: relative;
}

.wpcf7-radio .wpcf7-list-item > label {
	position: relative;
}

.wpcf7-submit {
	background: #7FABB4 !important;
	padding: 10px 15px !important;
	text-align: center;
	width: 120px;
	height: 40px;
	border-radius: 20px !important;
	margin-left: calc(50% - 60px) !important;
	border: none;
	color: #fff !important;
}

.download-link {
	display: flex;
	justify-content: center;
}

.download-link a {
	color: #283C46;
	text-decoration: none;
	font-size: 16px;
	margin-left: 5px;
}

.template-default a {
	color: inherit;
}

a.termin-book:visited {
	color: #283C46;
}

.custom-footer-karriere {
	font-size: 16px !important;
	text-align: left !important;
	text-transform: unset !important;
	margin-top: 160px !important;
}

.custom-footer-karriere + p {
	width: 70% !important;
	margin: auto;
}

.custom-footer-karriere + p a,
.custom-footer-karriere + p + p a {
	color: #283C46 !important;
}

.content p.nicht-das {
	margin-top: 50px !important;
	margin-bottom: 10px !important;
}

p.nicht-das + p {
	padding-bottom: 50px;
}

.download-link::before {
	content: url("/wp-content/themes/physionoda/assets/icons/download.svg");
	width: 20px;
	height: 20px;
	display: inline-block;
}

.download-link:last-child {
	padding-bottom: 30px;
}

.impressum p {
	/* width: 36%; */
	margin: auto;
}

.error-404 .page-content {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.errordesc {
	font-size: 100px !important;
    font-family: 'UbuntuSansSemiBold';
}

.abtimetable-wrapper {
	position: relative;
	z-index: 1;
	width: 80%;
	margin: auto;
}

.abtimetable-wrapper .days_of_week {
	display: flex;
    justify-content: space-between;
}

.abtimetable-wrapper .days_of_week span {
	padding: 5px 25px;
	border-radius: 40px;
	color: #7FABB4;
	font-family: "UbuntuSansSemiBold";
	cursor: pointer;
}

.abtimetable-wrapper .days_of_week {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 4px solid #7FABB4;
}

.abtimetable-wrapper .days_of_week span.active {
	color: #fff;
	background-color: #7FABB4;
}

.abtimetable-wrapper .abtimetable.hidden {
	display: none;
}

.abtimetable {
	background-color: #7FABB4;
	padding: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
	border-radius: 8px;
}

.abtimetable p {
	color: #fff;
	font-family: "UbuntuSansSemiBold";
	display: flex;
}

.abtimetable p:not(:last-child) {
	border-bottom: 4px solid #fff;
    padding-bottom: 16px;
}

.schedule-part {
	margin-left: 50px;
}

.content-footer + p:last-child {
	margin-bottom: 50px !important;
}

.site .page-content .bold {
	font-family: "UbuntuSansSemiBold" !important;
}

.wp-block-columns.kontakt-map-container {
	align-items: end !important;
}

.wp-block-columns.kontakt-map-container p {
	margin-bottom: 5px !important;
}

#termin {
	font-family: "UbuntuSansSemiBold" !important;
}

.wpcf7 input[type='radio'] {
	visibility: hidden;
	display: none;
}

.wpcf7-radio .wpcf7-list-item-label {
	padding-left: 5px;
}

.wpcf7-radio .wpcf7-list-item label:before {
	width: 12px;
	height: 12px;
	border-radius: 15px;
	/* top: 1px;
	left: -1px; */
	position: absolute;
	background-color: transparent;
	content: '';
	display: inline-block;
	visibility: visible;
	border: 2px solid #7FABB4;
	margin-top: 6px;
	margin-left: -13px;
}

.wpcf7 input[type='radio'],
.wpcf7 .wpcf7-list-item span {
	position: relative;
}

.wpcf7 input[type='radio']:checked + .wpcf7-list-item-label:before {
	width: 12px;
	height: 12px;
	border-radius: 15px;
	/* top: 1px;
	left: -14px; */
	position: absolute;
	background-color: #7FABB4;
	content: '';
	display: inline-block;
	visibility: visible;
	border: 2px solid #7FABB4;
	margin-top: 6px;
	margin-left: -18px;
}

.wpcf7-list-item-label::before, .wpcf7-list-item-label::after {
	/* padding-left: 5px; */
}

.wpcf7 input[type='checkbox'] {
	visibility: hidden;
	display: none;
}

.wpcf7-checkbox .wpcf7-list-item label:before {
	width: 12px;
	height: 12px;
	top: 0px;
	left: 0px;
	position: relative;
	background-color: transparent;
	content: '';
	display: inline-block;
	visibility: visible;
	border: 2px solid #7FABB4;
}

.wpcf7-acceptance {
	position: relative;
}

.wpcf7-acceptance .wpcf7-list-item label:before {
	width: 12px;
	height: 12px;
	top: 0px;
	left: 0px;
	position: relative;
	background-color: transparent;
	content: '';
	display: inline-block;
	visibility: visible;
	border: 2px solid #7FABB4;
}

.wpcf7-acceptance .wpcf7-list-item {
	margin-left: 0;
}

.wpcf7-checkbox input[type="checkbox"]:checked + span {
	padding-left: 4px;
	position: relative;
}

.wpcf7 .wpcf7-checkbox .wpcf7-list-item.first,
.time-checkboxes .wpcf7-list-item {
	margin-left: 0;
}

.wpcf7 span:not(.wpcf7-acceptance) input[type='checkbox']:checked {
	position: relative;
}

.wpcf7 span:not(.wpcf7-acceptance) input[type='checkbox']:checked + .wpcf7-list-item-label:before {
	position: absolute;
	content: '\2714';
	color: #7FABB4;
	display: inline-block;
	visibility: visible;
	margin-left: -15px;
}

.iPhone .wpcf7 span:not(.wpcf7-acceptance) input[type='checkbox']:checked + .wpcf7-list-item-label:before {
    margin-left: -15px;
    font-size: 11px;
	content: '\2714\fe0e';
}

.iPhone .day-checkboxes input[type="checkbox"] + span {
	padding-left: 4px !important;
	width: 24px !important;
	display: inline-block !important;
}

.iPhone .wpcf7-checkbox input[type="checkbox"]:checked + span {
	padding-left: 4px !important;
	width: 24px !important;
	display: inline-block !important;
}


.time-checkboxes.wpcf7-checkbox input[type="checkbox"]:checked + span {
	width: 305px !important;
	display: inline-block;
}


.wpcf7-acceptance .wpcf7-list-item-label:before {
	margin-right: 10px;
	padding-right: 0px;
}

.wpcf7-acceptance input[type='checkbox']:checked + .wpcf7-list-item-label:after {
	position: relative;
	margin-left: 0;
	top: 0;
	margin-top: 0;
}

.iPhone .wpcf7 span.wpcf7-acceptance input[type='checkbox']:checked + .wpcf7-list-item-label:before {
	margin-left: -10px;
}

.wpcf7 span.wpcf7-acceptance input[type='checkbox']:checked + .wpcf7-list-item-label:before {
	padding-right: 3px;
	position: relative;
	margin-left: -12px;
}

.wpcf7 p {
	color: #7FABB4;
}

div[data-class="wpcf7cf_group"] {
	margin-top: 20px;
}

.obligatory-fields {
	margin-top: 20px;
	display: block;
	border-top: 3px solid #7FABB4;
    padding-top: 25px;
    margin-top: 35px;
	font-family: "UbuntuSansRegular" !important;
}

.front-page .main-page-content h3 {
	text-align: left !important;
	text-transform: none !important;
	font-size: 14px;
}

.content-footer + p {
	font-family: "UbuntuSansRegular";
}

.template-default h1.page-title {
	margin-top: 40px;
}

.regular {
	font-family: "UbuntuSansRegular" !important;
}

.team-page figure:first-child + p + p {
	margin-bottom: 10px !important;
}

.wpcf7-form-control-wrap input[type="text"],
.wpcf7-form-control-wrap input[type="tel"],
.wpcf7-form-control-wrap input[type="email"],
.wpcf7-form-control-wrap textarea {
	border: 1px solid #7FABB4;
	margin-top: 5px;
}

.wpcf7-form-control-wrap input[type="text"]:focus-visible,
.wpcf7-form-control-wrap input[type="tel"]:focus-visible,
.wpcf7-form-control-wrap input[type="email"]:focus-visible,
.wpcf7-form-control-wrap textarea {
	outline: 1px solid #7FABB4;
}

.wpcf7 p > label {
	font-family: "UbuntuSansSemiBold";
}

.front-page .inner-content.main-page-content h2,
.front-page .inner-content.main-page-content h3 {
	position: relative;
	z-index: 1;
}

/*animations*/
@keyframes grow-progress {
	from {
	  opacity: 0;
	}
	to {
	  opacity: 1;
	}
  }
  

.team-page figure img {
	contain: layout style paint;
	animation: grow-progress 2s linear forwards;
}
/*end animations*/

.szett {
	text-transform: none !important;
}

.service-page p.content-footer {
	text-align: center;
}

.service-page .download-link a {
	font-family: "UbuntuSansRegular" !important;
}

.burger {
	width: 21px !important;
}

.thank-you .contacts-wrapper {
	margin-bottom: 50px;
	z-index: 1;
}

.thank-you .contact-item {
	margin-bottom: 50px;
}

.praxis ul.wp-block-list li {
	font-family: "UbuntuSansLight";
}

/* mobile + desktop versions */
@media screen and (max-width: 800px) {
	.divider-wrapper div.divider-reverse::before {
		left: calc((100vw / -2) - calc(100vw - 95vw)) !important;
		top: calc((-100vw * 2) + 79px) !important;
	}

	.thank-you .page-title {
		text-align: left !important;
		margin-top: 70px;
		padding: 0px 20px;
	}
	

	.team-page .wp-block-column .wp-block-image + p {
		margin-top: 15px !important;
	}

	.thank-you .content-secondary .content {
		overflow: hidden;
		padding-top: 0 !important;
	}

	.thank-you .content-secondary .content .grey-bg {
		margin-top: 0 !important;
	}

	.thank-you .content-secondary .contacts::before {
		border-top: 0 !important;
	}
	
	.thank-you .content-secondary .contacts-wrapper {
		border-top: 0 !important;
		margin-top: 0;
	}
	
	.thank-you .content-secondary .contacts {
		max-width: 500px !important;
		margin: auto;
	}

	.thank-you .content-secondary {
		margin-top: 0;
	}

	.team-page .wp-block-column figure + p {
		font-size: 24px !important;
	}

	.divider-wrapper div.divider-reverse {
		left: calc((100vw / -2) - calc(100vw - 93vw)) !important;
		padding-bottom: 100px;
	}

	.kontakt-page .grey-bg::before {
		height: 200vh;
		width: 290vw !important;
        left: -94vw;
	}

	.main-header-wrapper header {
		padding: 20px 22px;
	}

	.divider:not(.disabled)::before {
		left: calc((100vw / -2) - calc(100vw - 96vw)) !important;
	}

	p.schedule {
		width: 92% !important;
	}
	
	.abtimetable-wrapper {
		width: 92%;
	}
	
	.abtimetable-wrapper + p + ul {
		width: 100%;
	}

	.abtimetable-wrapper + p {
		width: 89%;
	}
	
	h1.page-title {
		font-size: 33px !important;
	}

	.team-page .page-title {
		margin-top: 50px;
	}
	
	.team-page .main-header-wrapper header {
		padding: 20px 25px;
	}
	
	.team-page .page-content .content {
		margin-top: 0;
	}
	
	/* .mikio-image {
		margin-top: 48px;
		width: 280px !important;
        margin: auto;
        height: 300px !important;
	} */

	.mikio-image {
		max-height: 400px;
		max-width: 400px;
		border-radius: 50%;
		overflow: hidden;
		width: 284px !important;
		height: 284px !important;
	}

	.mikio-image img {
		object-fit: cover !important;
		/* width: 92% !important;
		height: 95% !important; */
		top: 0px;
		width: 100% !important;
		height: 107% !important;
	}
	
	.team-page figure:first-child + p {
		margin-top: 40px;
		font-size: 24px !important;
	}
	
	.team-page .divider-wrapper {
		margin-top: 70px;
	}
	
	.team-page .wp-block-columns {
		margin-top: -45px;
	}
	
	.main-image img {
		width: 330px;
	}
	
	.front-page .page-content .content {
		overflow: hidden;
	}
	
	.front-page .inner-content.main-page-content h2 {
		margin-top: 50px;
	}
	
	.divider-reverse::before {
		display: none;
	}

	.front-page h1 {
		margin-top: 30px !important;
	}
	
	.front-page .main-header-wrapper {
		min-height: 395px;
	}
	
	.praxis .page-title {
		margin-top: 15px;
	}

	.team-page .wp-block-image.size-large {
		width: 80%;
		margin: auto;;
	}

	.mikio-image {
		margin-top: 0px !important;
	}

	figure.mikio-image + p {
		margin-top: 15px !important;
	}
	
	p.page-footer-button.footer-link.button-rounded.custom-button {
		margin: 20px auto 40px auto !important;
	}
	
	.team-page .content-footer {
		font-size: 17px;
	}
	
	.schedule-part {
		margin-left: 20px;
	}
	
	.service-page p.content-footer {
		text-transform: none;
		text-align: center;
		font-size: 19px;
	}
	
	.kontakt-page .content {
		padding-top: 0;
	}
	
	.kontakt-page .inner-content h2:first-child {
		text-transform: none !important;
		font-size: 18px;
	}
	
	p.page-footer-button.footer-link.button-rounded.custom-button.fahrplanauskunft {
		margin-top: 45px !important;
	}
	
	.kontakt-page .wp-block-image.size-large {
		width: 80%;
		margin: auto;
		margin-bottom: 35px;
	}
	
	.kontakt-page .main-header-wrapper header {
		margin-top: 30px;
	}
	
	.kontakt-page .main-header-wrapper header h2 {
		font-size: 19px;
	}
	
	.karriere-page .page-title {
		margin-top: 50px;
	}
	
	.details-wrapper details summary {
		display: block;
	}
	
	.details-wrapper details[open] summary {
		text-align: left;
		margin-bottom: 20px;
	}
	
	.karriere-page .has-text-align-center {
		text-align: left;
	}
	
	.custom-footer-karriere + p {
		width: 100% !important;
	}
	
	.content p.nicht-das {
		margin-top: 0 !important;
	}
	
	.footer-menu {
		width: 95%;
		margin: auto;
	}
	
	.kontakt-page .working-hours {
		padding-bottom: 50px;
	}
	
	.main-header-wrapper.has-slider {
		min-height: 425px !important;
	}
	
	.homepage header::before {
		height: calc(100vw * 2.2);
	}
	
	.template-rounded .main-header-wrapper {
		min-height: 385px;
	}
	
	h2.description {
		width: 100%;
	}
	
	.main-header-wrapper {
		min-height: 350px;
	}
	
	.template-default .main-header-wrapper {
		min-height: unset;
	}
	
	.divider::before {
		left: calc((100vw / -2) - calc(100vw - 100vw));
	}
	
}

@media screen and (max-width: 1000px) {
	.contacts::before {
		height: calc(100vw * 2);
		width: calc(100vw * 2);
		left: calc(100vw / -2);
		border-top-right-radius: 50%;
		border-top-left-radius: 50%;
	}

	.front-page .grey-bg::before {
		height: 200vh;
		width: 290vw !important;
        left: -94vw;
	}
}

@media screen and (max-width: 747px) {
	.divider-wrapper div.divider-reverse::before {
		left: calc((100vw / -2) - calc(100vw - 93vw)) !important;
		top: calc((-100vw * 2) + 79px) !important;
	}
}

@media screen and (min-width: 800px) {
	.homepage header::before {
		top: calc((100vw * -2) + 330px);
	}
	
	.front-page .inner-content.main-page-content h2 {
		margin-top: 50px;
	}

	.thank-you .page-title {
		text-align: left !important;
		margin-top: 70px;
		padding: 0px 250px;
	}
	
	.thank-you .page-content {
		margin-top: 0;
	}

	.thank-you .items {
		position: relative;
		z-index: 1;
	}

	.thank-you .page-content:not(:first-child) .content {
		padding-top: 0 !important;
		margin-top: 0 !important;
	}
	
	.thank-you .grey-bg {
		margin-top: 40px !important;
		
	}

	.thank-you .grey-bg::before {
		left: calc((100vw * -2.2) + 119vw);

	}

	.thank-you .contacts::before {
		border-top: 0;
	}

	.main-navigation li:hover::after {
		content: "";
		display: block;
		width: 100%;
		height: 3px;
		background-color: #fff;
		position: absolute;
		margin-top: -11px;
	}

	.description-wrapper p {
		margin-bottom: 5px !important;
		margin-top: 8px;
	}

	.front-page .inner-content {
		padding-bottom: 20px;
	}

	.burger {
		margin-left: unset;
	}
	
	.intro {
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
		justify-content: center;
		margin-top: 80px;
	}
	
	.description-wrapper {
		width: 40%;
	}
	
	#wpadminbar + #page {
		margin-top: calc(44px + 67px);
	}
	
	#wpadminbar + #page #masthead {
		top: 32px;
	}
	
	.page-content {
		overflow: hidden;
	}

	.mikio-image {
		margin: auto;
	}

	.team-page figure {
		margin-bottom: 10px !important;
	}

	.front-page .inner-content {
		padding: 0px 50px !important;
		padding-bottom: 50px !important;
	}
	
	.footer-menu {
		max-width: 600px;
	}
	
	#site-navigation.main-navigation {
		height: initial !important;
		position: absolute;
	}
	
	.burger.open + .main-navigation {
		top: 62px;
	}
	
	#primary:not(.template-rounded).main-header-wrapper:not(.has-slider) h1 {
		margin-top: 160px;
	}
	
	.inner-content {
		padding: 0px 250px;
	}
	
	.heading-training {
		margin-top: 80px;
	}

	.kontakt-map-container div:first-child {
		flex-grow: 2 !important;
	}

	.kontakt-map-container {
		margin-bottom: 50px;
	}

	#wpcf7-f173-o1 form {
		width: 65%;
	    margin: auto;
	}

	#wpcf7-f173-o1 form input[type="text"],
	#wpcf7-f173-o1 form input[type="email"],
	#wpcf7-f173-o1 form input[type="tel"] {
		width: 100%;
	}

	.karriere-page .wp-block-gutenkit-advanced-accordion {
		display: flex;
		justify-content: center;
	}

	.custom-footer-karriere {
		width: 70%;
		margin: auto;
	}
	
	.custom-footer-karriere ~ p {
		width: 70%;
		margin: auto !important;
	}

	.karriere-page .page-content .content p:last-child:not(.content-footer) {
		/* width: 50%; */
		margin: auto !important;
	}

	.n2-section-smartslider {
		top: 0;
	    left: 0;
		width: 100% !important;
		border: unset !important;
	}

	.n2-ss-slider .n2-ss-slide-background-image img {
		left: 0 !important;
	}

	.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
		flex-grow: 1.5;
	}
	
}  /* end media 800px */

@media screen and (min-width: 1000px) {	
	.site-main:not(.template-default) .main-header-wrapper {
		min-height: 400px !important;
	}
	
	.main-header-wrapper header {
		margin-top: 72px;
	}

	.praxis h1.page-title {
		margin-top: 10px;
	}
	
	.homepage header::before {
		top: calc((100vw * -2) + 400px);
	}

	.description-wrapper {
		width: 30%;
	}

	.contacts::before {
		position: absolute;
		border-top: 2px solid #7FABB4;
		border-top-left-radius: 50%;
		width: calc(100vw * 3);
		content: "";
		display: block;
		height: calc(100vw * 3);
		border-top-right-radius: 50%;
		left: calc((100vw * -2) + 100vw);
	}

	.contacts .items {
		margin: auto;
		max-width: 680px;
	}

	.content {
		z-index: 2;
		position: relative;
		/* padding-bottom: 50px; */
		padding-top: 50px;
		max-width: 50%;
		margin: auto;
	}

	.inner-content {
		padding-bottom: 80px;
	}

	.inner-content {
		padding: 0px 250px;
	}

	.team-page .content,
	.kontakt-page .content, 
	.karriere-page .content {
		max-width: initial;
	}

	.team-page figure {
		max-width: 284px;
		height: 291px;
		margin: auto;
	}

	.mikio-image {
		max-height: 400px;
		max-width: 400px;
		border-radius: 50%;
		overflow: hidden;
		width: 284px !important;
		height: 284px !important;
	}

	.mikio-image img {
		object-fit: cover !important;
		/* width: 92% !important;
		height: 95% !important; */
		top: 0px;
		width: 100% !important;
		height: 107% !important;
	}

	.grey-bg::before {
		height: calc(100vw * 2.5);
	    width: calc(100vw * 2.5);
		left: calc((100vw * -2) + 125vw);
		border-top-right-radius: 50%;
	    border-top-left-radius: 50%;
		pointer-events: none;
	}

	.homepage .grey-bg::before {
		left: calc((100vw * -2) + 101vw);
	}

	.kontakt-page .grey-bg::before,
	.team-page .grey-bg::before {
		left: calc((100vw * -2) + 124vw);
	}

	.page-content {
		/* margin-top: 100px; */
	}

	.front-page .inner-content {
		padding: 0px 50px;
	}

	.site-branding {
		margin: auto;
	}

	.header-wrapper {
		width: 90%;
	}

	header .termin-book {
		margin-top: 26px;
	}

	.menu-main-menu-container {
		position: absolute;
		top: 45px;
		left: 0;
		width: 100%;
		height: 80px;
		background: #7FABB4;
		display: flex;
		align-items: center;
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	}

	#primary-menu {
		display: flex;
        width: 100%;
        justify-content: space-between;
		max-width: 950px;
        margin: auto;
	}

	.main-header-wrapper.has-slider {
		/* height: calc(100vw / 1.6); */
		/* height: calc(100vw / 2.3); */
	}

	.n2-section-smartslider {
		/* left: calc((100vw / -2) - -15%) !important; */
		left: 0 !important;
	}

	.content-footer + p:not(.download-link) {
		width: 65%;
		margin: auto;
	}

	.main-header-wrapper header {
		max-width: 429px;
	}

	.team-page .main-header-wrapper header {
		max-width: 485px;
	}

	.kontakt-page .main-header-wrapper header {
		max-width: 460px;
	}
	

	.kontakt-page .inner-content {
		margin-top: 80px;
	}

	.kontakt-page .inner-content p {
		font-family: "UbuntuSansRegular" !important;
	}

	.kontakt-page .divider-wrapper {
		margin-top: 100px;
		padding-bottom: 100px;
	}
	
	.kontakt-page .working-hours {
		font-family: "UbuntuSansRegular";
	}
}


@media screen and (max-width: 1500px) {
	.divider:not(.disabled)::before {
		left: calc((100vw / -2) - calc(100vw - 81vw));
	}
}

@media screen and (max-width: 1400px) {
	.divider:not(.disabled)::before {
		left: calc((100vw / -2) - calc(100vw - 81.5vw));
	}
}

@media screen and (max-width: 1300px) {
	.divider:not(.disabled)::before {
		left: calc((100vw / -2) - calc(100vw - 80vw));
	}
}

@media screen and (max-width: 1200px) {
	.divider:not(.disabled)::before {
		left: calc((100vw / -2) - calc(100vw - 83vw));
	}

	.divider-reverse::before {
		border-top: none !important;
		border-bottom: 2px solid #7FABB4;
		border-bottom-right-radius: 50%;
		border-bottom-left-radius: 50%;
		top: calc((-100vw * 2) + 80px);
		left: calc((100vw / -2) - (100vw - 78vw)) !important;
		pointer-events: none;
	}
}

@media screen and (min-width: 1000px) and  (max-width: 1200px) {
	.divider:not(.disabled)::before {
		left: calc((100vw / -2) - calc(100vw - 78vw));
	}
}

@media screen and (min-width: 1000px) and  (max-width: 1100px) {
	.divider:not(.disabled)::before {
		left: calc((100vw / -2) - calc(100vw - 77vw));
	}
}

@media screen and (min-width: 800px) and  (max-width: 900px) {
	.divider:not(.disabled)::before {
		left: calc((100vw / -2) - calc(100vw - 82vw));
	}
}

@media screen and (min-width: 1500px) {
	.contacts::before {
		position: absolute;
        border-top: 2px solid #7FABB4;
        border-top-left-radius: 50%;
        width: calc(100vw * 2.5);
        content: "";
        display: block;
        height: calc(100vw * 2.5);
        border-top-right-radius: 50%;
        left: calc((100vw * -2) + 125vw);
	}

	.inner-content {
		padding: 0px 380px;
	}

	.thank-you .page-title {
		padding: 0px 380px;
	}

	.karriere-page .inner-content {
		padding: 0px 425px;
	}
	
	.front-page .inner-content {
		padding: 0px 250px;
	}
}


@media screen and (max-width: 700px) {
	.template-rounded .main-header-wrapper {
		min-height: 440px;
	}

	.front-page .main-header-wrapper {
		min-height: 440px;
	}

	.main-header-wrapper.has-slider {
		min-height: 620px !important;
	}
}

@media screen and (max-width: 600px) {
	.template-rounded .main-header-wrapper {
		min-height: 417px;
	}

	.divider-wrapper div.divider-reverse::before {
		left: calc((100vw / -2) - calc(100vw - 93vw)) !important;
	}

	.front-page .main-header-wrapper {
		min-height: 418px;
	}

	.main-header-wrapper.has-slider {
		min-height: 580px !important;
	}
}

@media screen and (max-width: 550px) {
	.main-header-wrapper.has-slider {
		min-height: 540px !important;
	}
}

@media screen and (max-width: 500px) {
	.template-rounded .main-header-wrapper {
		min-height: 400px;
	}

	.front-page .main-header-wrapper {
		min-height: 400px;
	}

	.main-header-wrapper.has-slider {
		min-height: 415px !important;
	}

	.praxis .page-title {
		margin-top: 0 !important;
	}

	.n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls {
		width: 78% !important;
	}

	.has-slider .n2-ss-slider .n2-ss-slide-background-image img {
		width: 78% !important;
	}

	.n2-section-smartslider {
		left: calc(100vw / -4) !important;
	}
}

@media screen and (max-width: 500px) {
	.template-rounded .main-header-wrapper {
		min-height: 391px;
	}

	.main-header-wrapper.has-slider {
		min-height: 481px !important;
	}

}

@media screen and (max-width: 450px) {
	.main-header-wrapper.has-slider {
		min-height: 432px !important;
	}
}

@media screen and (max-width: 400px) {
	.template-rounded .main-header-wrapper {
		min-height: 385px;
	}

	.main-header-wrapper.has-slider {
		min-height: 390px !important;
	}

}

@media screen and (min-width: 470px) and (max-width: 500px) {
	.n2-ss-slider-controls.n2-ss-slider-controls-absolute-center-bottom {
		left: calc(100vw / -12) !important;
	}

	.n2-section-smartslider {
		left: calc(100vw / -5) !important;
	}
}

@media screen and (min-width: 506px) and (max-width: 600px) {
	.n2-ss-slider-controls.n2-ss-slider-controls-absolute-center-bottom {
		left: calc(100vw / -12) !important;
	}

	.n2-section-smartslider {
		left: calc(100vw / -2.3) !important;
	}
}

@media screen and (min-width: 601px) and (max-width: 700px) {
	.praxis h1 {
		margin-top: 0 !important;
	}

	.n2-ss-slider-controls.n2-ss-slider-controls-absolute-center-bottom {
		left: calc(100vw / -6.4) !important;
	}

	.n2-section-smartslider {
		left: calc(100vw / -2.8) !important;
	}
}

@media screen and (min-width: 700px) and (max-width: 800px) {
	.template-rounded .main-header-wrapper {
		min-height: 453px;
	}

	.front-page .main-header-wrapper {
		min-height: 460px;
	}

	.main-header-wrapper.has-slider {
		min-height: 590px !important;
	}

	.n2-ss-slider-controls.n2-ss-slider-controls-absolute-center-bottom {
		left: calc(100vw / -6.4) !important;
	}

	.n2-section-smartslider {
		left: calc(100vw / -2.8) !important;
	}
}

@media screen and (min-width: 800px) and (max-width: 850px) {
	.main-header-wrapper.has-slider {
		min-height: 460px !important;
	}
}

@media screen and (min-width: 800px) and (max-width: 1000px) {
	.template-rounded .main-header-wrapper {
		min-height: 440px;
	}

	/* .mikio-image {
		max-height: 371px;
		max-width: 356px;
	}

	.mikio-image img {
		width: 95% !important;
        height: 99% !important
	} */

	.mikio-image {
		max-height: 400px;
		max-width: 400px;
		border-radius: 50%;
		overflow: hidden;
		width: 304px !important;
		height: 304px !important;
	}

	.mikio-image img {
		object-fit: cover !important;
		/* width: 92% !important;
		height: 95% !important; */
		top: 0px;
		width: 100% !important;
		height: 107% !important;
	}
	
	.front-page .main-header-wrapper {
		min-height: 350px;
	}
	
	.praxis h1.page-title {
		margin-top: 10px;
	}
	
	.inner-content {
		padding: 0px 150px;
	}

	.thank-you .page-title {
		padding: 0px 150px;
	}
	
	#site-navigation.main-navigation {
		height: 100vh !important;
	}
	
	.n2-section-smartslider {
		left: 0 !important;
	}

	.thank-you .grey-bg::before {
        left: calc((100vw * -2.2) + 170vw);
    }
}

@media screen and (min-width: 850px) and (max-width: 900px) {
	.main-header-wrapper.has-slider {
		min-height: 480px !important;
	}
}

@media screen and (min-width: 901px) and (max-width: 940px) {
	.main-header-wrapper.has-slider {
		min-height: 500px !important;
	}
}

@media screen and (min-width: 941px) and (max-width: 979px) {
	.main-header-wrapper.has-slider {
		min-height: 530px !important;
	}
}

@media screen and (min-width: 979px) and (max-width: 1033px) {
	.main-header-wrapper.has-slider {
		min-height: 550px !important;
	}
}

@media screen and (min-width: 1000px) and (max-width: 1067px) {
	.fileinput-label::before {
		margin-top: 66px;
	}
}

@media screen and (min-width: 1033px)  {
	.main-header-wrapper.has-slider {
		min-height: 53vw !important;
	}
}

@media screen and (min-width: 1100px)  {
	.main-header-wrapper.has-slider {
		min-height: 54vw !important;
	}
}

@media screen and (min-width: 1200px)  {
	.main-header-wrapper.has-slider {
		min-height: 53vw !important;
	}
}

@media screen and (min-width: 1250px)  {
	.main-header-wrapper.has-slider {
		min-height: 50vw !important;
	}
}

@media screen and (min-width: 1300px)  {
	.main-header-wrapper.has-slider {
		min-height: 49vw !important;
	}
}

@media screen and (min-width: 1400px)  {
	.main-header-wrapper.has-slider {
		min-height: 45vw !important;
	}

	.praxis .page-content {
		margin-top: 0;
	}
}

@media screen and (min-width: 1400px)  {
	.main-header-wrapper.has-slider {
		min-height: 45vw !important;
	}
}

@media screen and (min-width: 1450px)  {
	.main-header-wrapper.has-slider {
		min-height: 43vw !important;
	}
}


@media screen and (min-width: 1500px)  {
	.main-header-wrapper.has-slider {
		min-height: 42vw !important;
	}

	.divider-reverse::before {
		left: calc((100vw / -2) - (100vw - 75vw)) !important;
	}
}

@media screen and (min-width: 1550px)  {
	.main-header-wrapper.has-slider {
		min-height: 41vw !important;
	}
}

@media screen and (min-width: 1600px)  {
	.main-header-wrapper.has-slider {
		min-height: 40vw !important;
	}
}

@media screen and (min-width: 1700px)  {
	.main-header-wrapper.has-slider {
		min-height: 38vw !important;
	}

	.divider:not(.disabled)::before {
		left: calc((100vw / -2) - calc(100vw - 78.5vw));
	}
	
}

@media screen and (min-width: 1800px)  {
	.main-header-wrapper.has-slider {
		min-height: 36vw !important;
	}
}

@media screen and (min-width: 1900px)  {
	.main-header-wrapper.has-slider {
		min-height: 34vw !important;
	}
}
