/*!
Theme Name: Human Interface
Theme URI: http://underscores.me/
Author: Benjamin Minz
Author URI: http://www.moirai.de
Description: Masterarbeit
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: human-interface
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.

Human Interface 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
# Responsive

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

/*--------------------------------------------------------------
# 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%;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

/* 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: 147px;
    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: #202020;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 20px;
    line-height: 35px;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-family: 'Bauer Grotesk', Fallback, sans-serif;
    text-align: left;
}

h1 {
    font-size: 147px;
}

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


/*   */


@font-face {
    font-family: 'Bauer Grotesk';
    src: url('fonts/10319c54-2064-4f11-b023-5418cba5c204.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('fonts/da9aabb5-8f3b-4959-8918-62cf80ffc351.woff') format('woff'),
        /* Pretty Modern Browsers */
        url('fonts/BauerGroteskOffcPro-Demibold.ttf') format('truetype');
    /* Safari, Android, iOS */

    src:
        local('Bauer Grotesk'),
        /* Erst nachsehen, ob die Schrift  */
        local('Bauer Grotesk OT W03 Demibold'),
        /*// beim Besucher schon installiert ist*/
        url(fonts/10319c54-2064-4f11-b023-5418cba5c204.woff2) format('woff2'),
        /*Wenn nicht, wird die Schrift vom Webserver geladen*/
        url(fonts/da9aabb5-8f3b-4959-8918-62cf80ffc351.woff) format('woff');
    /*Am Ende das Schlusslicht für IE11*/

    /*
    This CSS resource incorporates links to font software which is the valuable copyrighted property of Monotype and/or its suppliers. You may not attempt to copy, install, redistribute, convert, modify or reverse engineer this font software. Please contact Monotype with any questions regarding Web Fonts: https://www.linotype.com
    */
}




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


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

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

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 {
    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
--------------------------------------------------------------*/
.section.home .center {
    margin: -50% 0 0 0;
    text-align: center;
    float: left;
    width: 100%;
}

.section.home img.image {
    float: left;
    z-index: 1;
    position: relative;
    text-align: center;
}

.section.home {
    color: #fe4716;
}

.bottom_right {
    color: #ff5e00;
    font-family: 'Roboto', sans-serif;
    font-size: 77px;
    float: right;
    font-weight: 500;
    margin: -200px 0 0 0;
}

.bottom_left {
    color: #ff5e00;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 30px;
    float: left;
    margin: -220px 0 0 0;
    line-height: 34px;
}

.section.willkommen {
    float: left;
    background-color: #fe4716;
    margin-top: -70px;
}

.section.willkommen p {
    color: #fff;
    font-family: 'Bauer Grotesk', Fallback, sans-serif;
    text-align: center;
    font-size: 36px;
    line-height: 46px;
    padding: 45px 0 20px 0;
}

header#masthead {
    margin: 60px 0 0 0;
    position: absolute;
    width: 100%;
    z-index: 9999;
}

.section {
    width: 100%;
}

.section.move {
    text-align: center;
    margin-top: -120px;
    float: left;
    margin-left: -50px;
    position: relative;
}

.section.move .scroll-down .turn_me {
    width: 100%;
    -webkit-animation: action 1s infinite alternate;
    animation: action 1s infinite alternate;
}

@-webkit-keyframes action {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes action {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

.section.move .round {
    width: 101px;
    position: absolute;
    z-index: 0;
    margin: -38px 0 0 0;
}

.section.move p.arrow {
    z-index: 1;
    margin: 47px -81px 0px 27px;
    font-family: 'Rubik', sans-serif;
    font-size: 87px;
    color: #fe4716;
    font-weight: 300;

    transform: rotate(90deg);

    /* Safari */
    -webkit-transform: rotate(90deg);

    /* Firefox */
    -moz-transform: rotate(90deg);

    /* IE */
    -ms-transform: rotate(90deg);

    /* Opera */
    -o-transform: rotate(90deg);

    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.section.more-text .main-title .title {
    font-family: 'Bauer Grotesk', Fallback, sans-serif;
    font-size: 100px;
    color: #fe4716;
    padding: 110px 0 0 0;
    margin: 0px;
    line-height: 0px;
}

.section.more-text .main-title p {
    font-family: 'Bauer Grotesk', Fallback, sans-serif;
    font-size: 36px;
    color: #202020;
    padding: 0px 0 40px 0;
}

.section.more-text {
    float: left;
    background-color: #f7f7f7;
    padding-bottom: 190px;
}

.section.more-text .holder p {
    text-align: justify;
    /* For Edge */
}

.section.buttonse {
    text-align: center;
    margin-top: -72px;
    float: left;
    position: relative;
}

.footer#colophon {
    float: left;
    background-color: #fff;
}

.section.buttonse a li {
    float: left;
    list-style: none;
}

.section.buttonse ul {
    padding: 0px;
    margin: 30px 0 0 0;
    display: inline-block;
}

.section.buttonse li p {
    background-color: #fff;
    padding: 20px 57px 20px 57px;
    border-radius: 10px;
    cursor: pointer;
    margin: 0px;
    border: 3px solid #fe4716;
    color: #fe4716;
    text-decoration: none;
    font-family: 'Bauer Grotesk', Fallback, sans-serif;
    font-size: 36px;
    list-style: none;
    float: left;
}

.section.buttonse li p:hover {
    background-color: #fe4716;
    border: 3px solid #fe4716;
    color: #fff;
}

.section.buttonse unicorn.arrow_up,
.section.buttonse unicorn.arrow_right {
    margin: 0px 0 0px 15px;
    font-family: 'Rubik', sans-serif;
    font-size: 60px;
    font-weight: 300;
    float: left;
    position: absolute;
}

.section.buttonse li:first-child {
    margin-right: 20px;
}

.section.buttonse unicorn.arrow_up {
    transform: rotate(270deg);

    /* Safari */
    -webkit-transform: rotate(270deg);

    /* Firefox */
    -moz-transform: rotate(270deg);

    /* IE */
    -ms-transform: rotate(270deg);

    /* Opera */
    -o-transform: rotate(270deg);

    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4);
}

footer#colophon .logo {
    margin: 80px 0 140px 0;
}

footer#colophon ul.bottom_links {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

footer#colophon .bottom_links li {
    float: left;
}

footer#colophon .bottom_links a p {
    padding: 0px;
    margin: 0px;
}

footer#colophon .bottom_links a {
    float: right;
    color: #202020;
    text-decoration: none;
    border-bottom: 1px dashed #202020;
    padding: 0px;
    margin: 17px 0 0 20px;
}

footer#colophon .bottom_links a:hover {
    color: #fe4716;
    border-bottom: 1px solid #fe4716;
}

footer#colophon .bottom_links .link {
    margin-left: 20px;
    float: right;
}

html header#masthead .main-navigation .toggled ul.nav-menu {
    max-height: 200rem !important;
    -webkit-transition: max-height 0.35s ease;
    transition: max-height 0.35s ease;
    box-sizing: border-box;
    z-index: 1001;
    background: #fff;
    max-height: 0;
    overflow: hidden;
    width: 100%;
    -webkit-transition: max-height 0.35s ease;
    transition: max-height 0.35s ease;
    position: absolute;
    left: 0;
    top: 100%;
}

.main-navigation ul {
    display: none;
    width: 100%;
    background: #ffffff;
    padding: 10px 0 0 0;
}

footer#colophon .offscreen {
    text-indent: -9999em;
    overflow: hidden;
    background: url(img/sonstiges/Logo@2x.png) center center no-repeat;
    float: left;
    width: 70px;
    height: 85px;
    background-size: 70px;
}

footer#colophon .offscreen:hover {
    text-indent: -9999em;
    overflow: hidden;
    background: url(img/sonstiges/Logo@2x_hover.png) center center no-repeat;
    float: left;
    width: 70px;
    height: 85px;
    background-size: 70px;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}

footer#colophon .logo {
    width: 100%;
    height: 85px;
    float: left;
}

.section.more-text .trenner {
    border-bottom: 1px solid #fe4716;
    margin-top: 110px;
}

.section.more-text .main-title.solo-title {
    margin: 60px 0 50px 0;
}

.section.more-text .main-title.solo-title .title {
    padding: 0px;
}

.entry-meta,
footer.entry-footer {
    display: none;
}

.section.inhaltsv {
    border-top: 5px solid #fe4716;
    float: left;
}

.sticky {
    list-style: none;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    top: 0;
    left: 0;
    background-color: #f7f7f7;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 15%), 0 8px 16px 0 rgb(0 0 0 / 5%);
    padding: 15px 25px;
    z-index: 99;
}

.sticky-list a {
    color: #202020;
    text-decoration: none;
    border-bottom: 1px dotted #202020;
}

.sticky-list {
    list-style: none;
    margin: 0px;
    padding: 30px 0 0 0;
}


p.title {
    padding: 0 0 20px 0;
}

h2,
h3 {
    color: #fe4716;
    padding: 70px 0 10px 0;
    line-height: normal;
    margin: 0px;
}

h2 {
    font-size: 50px;
}

h3 {
    font-size: 35px;
}

summary {
    font-family: 'Bauer Grotesk', Fallback, sans-serif;
    font-size: 24px;
    color: #202020;
    padding: 0px;
}


.section.more-text .mobile_fusszeile {
    display: none;
}


.section.more-text .mobile_fusszeile ul {
    list-style: none;
    margin: 60px 0 0 0;
    padding: 20px 0 0 0;
    font-size: 14px;
    line-height: 24px;
    color: #9e9e9e;
    border-top: 2px solid #fe4716;
    float: left;
    overflow-wrap: break-word;
    width: 100%
}

.section.more-text .mobile_fusszeile sup,
.section.more-text .zeile-right sup {
    padding: 0 20px 0 0;
}

.section.more-text .mobile_fusszeile ul li {
    padding: 0 0 15px 25px;
    text-indent: -25px;
}

.section.more-text ul {
    list-style: none;
    margin: 0px;
    padding: 15px 0 0 0;
    text-align: justify;
    /* For Edge */
}

.section.more-text ul li.zeile-left {
    float: left;
    width: 75%;
}

.section.more-text ul li.zeile-right {
    float: right;
    width: 25%;
    color: #9e9e9e;
    font-size: 12px;
    line-height: 18px;
    overflow-wrap: break-word;
    padding: 0 0 0 30px;
    margin: 0px;
}

.Bilunterschrift-unten {
    font-size: 14px;
    line-height: 22px;
    padding: 10px 0 50px 0;
    font-style: italic;
}

.Bilunterschrift-oben {
    font-size: 14px;
    line-height: 22px;
    padding: 50px 0 10px 0;
    font-style: italic;
}

.zitat_klein {
    font-size: 16px;
    line-height: 24px;
    padding: 10px 20px;
}

.content_tabelle thead {
    background: #F2F2F2;
}

.content_tabelle thead th,
.content_tabelle tfoot td {
    border-bottom: 3px solid #202020;
}

.content_tabelle th.dotted-line,
.content_tabelle td.dotted-line {
    border-right: 1px dashed #202020;
}

.content_tabelle th,
.content_tabelle td {
    padding: 0 10px;
    border-right: 1px dashed #202020;
    vertical-align: top;
}

.content_tabelle th.linie-links,
.content_tabelle td.linie-links {
    border-left: 1px dashed #202020;
}

.holder {
    display: inline-grid;
}

ul.liste-content {
    margin: 0 0 0 20px !important;
    list-style: disc !important;
}

.section.more-text img.image.detailpage-main {
    padding: 50px 0 0 0;
}

.Bilunterschrift-unten.keinabstand {
    padding: 10px 0 0 0 !important;
}


.section.more-text .linie-unten {
    border-bottom: 1px dashed #202020;
}

.Fragebogen_grundlagen th,
.Fragebogen_grundlagen td {
    font-weight: 400;
    padding: 0 10px;
    border: 1px solid #202020;
}

.Fragebogen_grundlagen th.grey_bg {
    background: #f2f2f2;
    margin: -5px 0 -5px 0;
    float: left;
}

li.zeile-right.abstand-oben {
    margin: 820px 0 0 0 !important;
}

ul.literaturverz-page {
    list-style: none;
    float: left;
    overflow-wrap: break-word;
    padding: 0 0 15px 25px !important;
    text-indent: -25px;
    text-indent: -70px;
    margin: 0 0 0 30px !important;
}

ul.literaturverz-page li {
    padding: 0 0 20px 0;
}

.main-navigation.toggled ul.nav-list-ul.nav-menu li a:last-child {
    margin-bottom: 0px;
}

.slider-section_img.main_without-img {
    height: 250px;
}

.section.home h1 {
    text-align: center;
}


.text.datenschutz a {
    color: #202020;
    text-decoration: none;
    border-bottom: 1px dashed #202020;
    padding: 0px;
    margin: 17px 0 0 20px;
}

.text.datenschutz a:hover {
    color: #fe4716;
    border-bottom: 1px solid #fe4716;
}


.section.more-text.error {
    text-align: center;
}


.section.more-text.error .section.buttonse li:first-child {
    margin: 0px;
}

.section.more-text.error .section.buttonse {
    margin: 0 0px 0 30px;
}

.section.more-text.error .section.buttonse li p {
    padding: 20px 57px 20px 57px;
}

.section.more-text.error {
    padding: 200px 0 400px 0;
}

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

/* Navigation
--------------------------------------------- */

.main-navigation {
    float: right;
}

header#masthead .logo {
    width: 70px;
    height: 85px;
    float: left;
    z-index: 99;
    position: absolute;
}

header#masthead .offscreen {
    text-indent: -9999em;
    overflow: hidden;
    background: url(img/sonstiges/Logo@2x.png) center center no-repeat;
    float: left;
    width: 70px;
    height: 85px;
    background-size: 70px;
}

header#masthead .offscreen:hover {
    text-indent: -9999em;
    overflow: hidden;
    background: url(img/sonstiges/Logo@2x_hover.png) center center no-repeat;
    float: left;
    width: 70px;
    height: 85px;
    background-size: 70px;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}

#header .offscreen a {
    width: 100%;
    height: 100%;
    display: block;
}

.main-navigation .menu-item {
    margin-left: 20px;
}

/* Small menu. */


.menu-toggle {
    display: block;
    float: right;
    border: none;
    outline: none;
    padding: 0px;
    background-color: #fff;
}

.main-navigation.toggled .nav-menu {
    display: inline-block;
    border: none;
    outline: none;
    padding: 240px 30px 30px 30px;
    background-color: #fff;
    margin: -150px 0 0 0;
    z-index: 999999;
}

button.menu-toggle {
    width: 55px;
    height: 38px;
    background: url(img/sonstiges/nav-icon@2x.png) center center no-repeat;
    background-size: 55px;
    margin: 50px 0 0 0;
    cursor: pointer;
    position: relative;
    z-index: 999;
    float: right;
}

button.menu-toggle:hover {
    width: 55px;
    height: 38px;
    background: url(img/sonstiges/nav-icon@2x_hover.png) center center no-repeat;
    background-size: 55px;
    margin: 50px 0 0 0;
    cursor: pointer;
    position: relative;
    z-index: 999;
    float: right;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}


.main-navigation.toggled ul.nav-list-ul.nav-menu li {
    float: left;
    width: 25%;
    list-style: none;
}


.main-navigation.toggled ul.nav-list-ul.nav-menu li a {
    margin-bottom: 40px;
    float: left;
    text-decoration: none;
    color: #202020;
    padding: 0 20px 0 0;
    width: 100%;
}

.main-navigation.toggled ul.nav-list-ul.nav-menu a:hover {
    color: #ff5e00;
}

.main-navigation.toggled ul.nav-list-ul.nav-menu .nav-list-titel {
    font-family: 'Bauer Grotesk', Fallback, sans-serif;
    font-size: 24px;
    margin: 0 0 10px 0;
}

.main-navigation.toggled ul.nav-list-ul.nav-menu .nav-list-titel.solo {
    margin: 0px;
}

.nav-list-element {
    font-size: 18px;
}

ul.verzeichnis-page a {
    color: #202020;
    text-decoration: none;
    border-bottom: 1px dashed #202020;
    padding: 0px;
    margin: 17px 0 0 20px;
    line-height: normal;
}

ul.verzeichnis-page a:hover {
    color: #fe4716;
    border-bottom: 1px solid #fe4716;
}

ul.verzeichnis-page {
    line-height: 40px;
}

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

.post,
.page {
    margin: 0px;
}

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

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

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



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

content-head {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: var(--bs-gutter-x, 15px);
    padding-left: var(--bs-gutter-x, 15px);
}

h1,
p.title,
.section.more-text .main-title.solo-title,
.section.more-text .main-title .title {
    line-height: normal;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/

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

    .content {
        max-width: 1475px;
        margin: 0 auto;
    }

    .section.home h1 {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }

}


@media screen and (max-width: 1574px) {
    .content {
        max-width: 100%;
        margin-right: 50px;
        margin-left: 50px;
    }
}

@media screen and (max-width: 1330px) {
    .section.home .center {
        margin: -52% 0 0 0;
    }

    h1,
    p.title,
    .section.more-text .main-title.solo-title,
    .section.more-text .main-title .title {
        font-size: 100px;
    }
}

@media screen and (max-width: 1250px) {
    .main-navigation.toggled ul.nav-list-ul.nav-menu li {
        width: 33.33%;
        width: calc(100% / 3);
    }
}

@media screen and (max-width: 1150px) {



    .section.home .center {
        margin: -54% 0 0 0;
    }

    .section.more-text.error h1 {
        text-align: center;
    }
}

@media screen and (max-width: 1010px) {

    .section.buttonse a li {
        width: 100%;
    }

    .section.buttonse li:first-child {
        margin: 0 0 20px 0;
    }

    .section.buttonse li:nth-child(2) {
        margin: 0 0 0 19px;
    }

    .section.buttonse ul {
        margin: -5px 0 0 0;
        display: inline-grid;
    }

    .section.buttonse a:nth-child(2) p {
        margin-left: -10px;
    }

    .bottom_right {
        display: none;
    }

    .section.home .center {
        margin: -52% 0 0 0;
    }

    h1,
    p.title,
    .section.more-text .main-title.solo-title,
    .section.more-text .main-title .title,
    body.post-template-default.single p.title {
        font-size: 60px;
    }

    .section.willkommen p,
    .section.more-text .main-title p,
    .section.buttonse li p,
    body.post-template-default.single summary {
        font-size: 30px;
        line-height: 40px;
    }

    .section.more-text .main-title p,
    body.post-template-default.single summary {
        padding: 20px 0 20px 0;
    }

    .section.more-text .trenner {
        margin-top: 70px;
    }

    .section.more-text .main-title .title {
        padding: 90px 0 0 0;
    }

    .section.more-text .main-title.solo-title {
        margin: 80px 0 60px 0;
        padding: 0px;
    }

    .section.buttonse li p {
        padding: 10px 35px 10px 35px;
    }

    footer#colophon .logo {
        margin: 40px 0 90px 0;
    }

    .section.more-text {
        padding-bottom: 150px;
    }

    .section.home img.image {
        margin: 10px 0 50px 0;
    }

    .section.home img.image.detailpage-main {
        margin: 0px;
    }

    button.menu-toggle,
    button.menu-toggle:hover {
        width: 35px;
        height: 24px;
        background-size: 35px;
    }

    header#masthead .offscreen,
    header#masthead .logo,
    header#masthead .offscreen:hover,
    footer#colophon .offscreen,
    footer#colophon .offscreen:hover {
        width: 50px;
        height: 60px;
        background-size: 50px;
    }

    footer#colophon .logo {
        height: 60px;
        background-size: 50px;
    }

    .bottom_left {
        margin: -40% 0 0 0;
        text-align: center;
        width: 100%;
    }

    .section.more-text ul li.zeile-left {
        width: 100%;
    }

    .section.more-text ul li.zeile-right {
        display: none;
    }

    .section.more-text .mobile_fusszeile {
        display: block;
    }

    .slider-section_img.main_without-img {
        height: 220px;
    }

}

@media only screen and (max-width: 925px) {
    footer#colophon .bottom_links li {
        width: 100%;
        text-align: center;
    }

    footer#colophon .logo {
        display: none;
    }

    footer#colophon ul.bottom_links {
        margin: 60px 0 0 0;
    }

    footer#colophon .bottom_links .link {
        float: none;
        margin: 0px;
    }

    footer#colophon .bottom_links a {
        float: none;
    }

    .section.buttonse {
        margin: -72px 0 50px 0;
    }

    header#masthead {
        margin: 0px;
    }

    footer#colophon .bottom_links a:first-child {
        margin: 17px 0 0 0;
    }

    button.menu-toggle {
        margin: 50px 0 0 0;
    }

    .section.home {
        margin: -50px 0 0 0;
        float: left;
    }

    .main-navigation.toggled ul.nav-list-ul.nav-menu li {
        width: 50%;
        height: 250px;
    }

    .main-navigation.toggled ul.nav-list-ul.nav-menu .nav-list-element {
        display: none;
    }

}

@media only screen and (max-width: 900px) {
    .section.home .center {
        margin: -55% 0 0 0;
    }

    .bottom_left {
        margin: -38% 0 0 0;
    }
}

@media only screen and (max-width: 790px) {
    .section.willkommen br {
        display: none;
    }

    .bottom_left {
        margin: -37% 0 0 0;
    }

}

@media only screen and (max-width: 740px) {

    header#masthead {
        margin: -40px 0 0 0;
    }

    .section.home img.image {
        margin: 50px 0 90px 0;
        float: none;
    }

    .section.home .center {
        margin: -330px 0 0 0;
    }

    .bottom_left {
        margin: -50% 0 0 0;
        display: none;
    }

    .bottom_left br {
        display: none;
    }

    .section.home img.image {
        height: 310px;
        object-fit: cover;
    }

    .slider-section_img {
        width: 100%;
        text-align: center;
    }

    .slider-section_img.main_without-img {
        height: 135px;
    }

    img.image.detailpage-main {
        display: none;
    }

    .main-navigation.toggled ul.nav-list-ul.nav-menu li {
        width: 100%;
        height: auto;
    }

    .main-navigation.toggled ul.nav-list-ul.nav-menu li a {
        margin-bottom: 10px;
    }

    .main-navigation.toggled .nav-menu {
        margin: -180px 0 0 0;
    }
}

@media only screen and (max-width: 506px) {
    .main-navigation.toggled .nav-menu {
        padding: 240px 10px 10px 10px;
    }
}

@media only screen and (max-width: 506px) {
    .section.home .center {
        margin: -370px 0 0 0;
    }

    section.more-text .main-title.solo-title {
        margin: 60px 0 20px 0;
    }

    section.more-text .main-title .title {
        padding: 50px 0 0 0;
    }

    section.more-text .main-title p {
        padding: 0px;
    }

    .section.buttonse li p {
        font-size: 20px;
        line-height: 25px;
    }

    .section.more-text {
        padding-bottom: 120px;
    }

    .section.buttonse {
        margin: -57px 0 50px 0;
    }

    .section.buttonse unicorn.arrow_up,
    .section.buttonse unicorn.arrow_right {
        font-size: 40px;
    }

    section.buttonse li p {
        padding: 10px 50px 10px 25px;
    }
}

@media only screen and (max-width: 400px) {
    .content {
        margin-right: 20px;
        margin-left: 20px;
    }

    header#masthead {
        margin: -60px 0 0 0;
    }

    .section.home img.image {
        margin: 0px 0 50px 0;
    }

    .section.home .center {
        margin: -300px 0 0 0;
    }

    h1,
    p.title,
    .section.more-text .main-title.solo-title,
    .section.more-text .main-title .title {
        font-size: 50px;
    }
}
