/*!
Theme Name: NAGs
Theme URI: http://underscores.me/
Author: Andeo AG
Author URI: https://www.andeo.ch/
Description: NAGs\' custom theme
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: nags
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.

NAGs 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
	- custom nags blocks
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
.has-bright-violet-color {
  color: #6D0359;
}

.has-bright-violet-color {
  background-color: #6D0359;
}

.has-dark-violet-color {
  color: #3E2447;
}

.has-dark-violet-color {
  background-color: #3E2447;
}

.has-orange-color {
  color: #F67425;
}

.has-orange-background-color {
  background-color: #F67425;
}

.has-red-color {
  color: #CC4134;
}

.has-red-background-color {
  background-color: #CC4134;
}

.has-gray-color {
  color: #f6f8f3;
}

.has-gray-background-color {
  background-color: #f6f8f3;
}

@font-face {
  font-family: Lato Medium;
  src: url("/fonts/Lato-Medium.ttf");
  font-weight: normal;
}
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

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

/**
 * 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: #8e8e8e;
  font-family: "Lato Medium", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  hyphens: auto;
}
@media screen and (max-width: 500px) {
  h1,
h2,
h3,
h4,
h5,
h6 {
    word-break: break-all;
  }
}

h1 {
  text-transform: uppercase;
  font-weight: normal;
  color: #3E2447;
  margin-top: 0;
  font-size: 1.8em;
}

h2 {
  text-transform: uppercase;
  text-align: center;
  font-size: 1rem;
}

h3 {
  color: #3E2447;
  font-weight: bold;
}

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

.has-text-align-center ~ p {
  text-align: center;
}

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

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
}

.orange-line {
  background-color: #F67425;
  width: 50px;
  height: 3px;
  text-align: left;
  margin: 10px 0 10px 0;
}

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

ul {
  list-style: disc;
  padding-left: 20px;
  margin-left: 0;
}

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

.wp-block-columns {
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
}
.wp-block-columns .wp-block-column {
  margin: 0;
}

/* 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
--------------------------------------------- */
.wp-block-button,
button:not(.menu-toggle),
input[type=button],
input[type=reset],
input[type=submit],
.button {
  border: none;
  background: #F67425;
  color: white;
  height: 65px;
  width: 350px;
  transition: all 0.3s;
  text-align: center;
  text-decoration: none;
  transform: translate(-50%, 0);
  position: relative;
  left: calc(50% + 22.5px);
  margin: 0;
}
.wp-block-button:hover,
button:not(.menu-toggle):hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
.button:hover {
  cursor: pointer;
}
.wp-block-button:hover .wp-block-button__link:before,
button:not(.menu-toggle):hover .wp-block-button__link:before,
input[type=button]:hover .wp-block-button__link:before,
input[type=reset]:hover .wp-block-button__link:before,
input[type=submit]:hover .wp-block-button__link:before,
.button:hover .wp-block-button__link:before {
  width: 380px;
}
.wp-block-button:active, .wp-block-button:focus,
button:not(.menu-toggle):active,
button:not(.menu-toggle):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,
.button:active,
.button:focus {
  border-color: #aaa #bbb #bbb;
}
.wp-block-button:visited, .wp-block-button:hover, .wp-block-button:active, .wp-block-button:focus,
button:not(.menu-toggle):visited,
button:not(.menu-toggle):hover,
button:not(.menu-toggle):active,
button:not(.menu-toggle):focus,
input[type=button]:visited,
input[type=button]:hover,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:visited,
input[type=reset]:hover,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:visited,
input[type=submit]:hover,
input[type=submit]:active,
input[type=submit]:focus,
.button:visited,
.button:hover,
.button:active,
.button:focus {
  color: white;
}
@media screen and (max-width: 400px) {
  .wp-block-button,
button:not(.menu-toggle),
input[type=button],
input[type=reset],
input[type=submit],
.button {
    width: 200px;
  }
  .wp-block-button .wp-block-button__link:before,
button:not(.menu-toggle) .wp-block-button__link:before,
input[type=button] .wp-block-button__link:before,
input[type=reset] .wp-block-button__link:before,
input[type=submit] .wp-block-button__link:before,
.button .wp-block-button__link:before {
    top: -9px;
  }
  .wp-block-button:hover .wp-block-button__link:before,
button:not(.menu-toggle):hover .wp-block-button__link:before,
input[type=button]:hover .wp-block-button__link:before,
input[type=reset]:hover .wp-block-button__link:before,
input[type=submit]:hover .wp-block-button__link:before,
.button:hover .wp-block-button__link:before {
    width: 250px;
  }
}

input[type=submit] {
  display: inline-block;
}

button:before,
.wp-block-button__link:before {
  height: 65px;
  background: #CC4134;
  color: #7b271f;
  content: ">";
  width: 65px;
  line-height: 65px;
  display: inline-block;
  position: absolute;
  vertical-align: top;
  text-align: center;
  font-weight: bolder;
  left: -65px;
  top: 0px;
  transition: width 0.2s ease-out;
}

button:before {
  top: 0px;
}

.wp-block-buttons .wp-block-button:last-child {
  margin: 50px 0 0 0;
}
.wp-block-buttons .wp-block-button {
  display: block;
  border-radius: 0;
  font-size: unset;
  margin-top: 50px;
}
.wp-block-buttons .wp-block-button .wp-block-button__link {
  display: inline;
  padding: 0;
  top: 50%;
  position: absolute;
  z-index: -1;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 80%;
  font-size: 1rem;
}

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: #111;
  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%;
}

input[type=checkbox] {
  appearance: none;
  background: transparent;
  outline: none;
  width: 28px;
  height: 28px;
  border: 1px solid #3E2447;
  transition: all 0.2s;
  margin-right: 20px;
  transform: translate(0, 7px);
}
input[type=checkbox]:checked {
  background: #F67425;
  border-color: #F67425;
}
input[type=checkbox]:checked ~ label {
  color: #F67425;
}
@media screen and (max-width: 750px) {
  input[type=checkbox] {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    transform: translate(0, 3px);
  }
}

input[type=checkbox] ~ label {
  color: #3E2447;
  line-height: 50px;
}

input[type=checkbox], input[type=checkbox] ~ label {
  display: inline-block;
  white-space: pre-wrap;
}

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

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

.post-navigation {
  position: absolute;
  width: 100%;
  top: 50%;
}
.post-navigation .nav-previous {
  font-size: 0;
}
.post-navigation .nav-previous a:after {
  content: "<";
  font-size: 1.1rem;
  color: white;
  display: block;
  position: absolute;
  padding: 25px 35px;
  background: #3E2447;
  border-radius: 50%;
  left: 5%;
  opacity: 70%;
  transition: all 0.2s;
}
.post-navigation .nav-previous a:hover:after {
  opacity: 100%;
}
@media screen and (max-width: 1050px) {
  .post-navigation .nav-previous a:after {
    left: 25px;
    padding: 10px 20px;
  }
}
.post-navigation .nav-next {
  font-size: 0;
}
.post-navigation .nav-next a:after {
  content: ">";
  font-size: 1.1rem;
  color: white;
  display: block;
  position: absolute;
  padding: 25px 35px;
  background: #3E2447;
  border-radius: 50%;
  right: 5%;
  opacity: 70%;
  transition: all 0.2s;
}
.post-navigation .nav-next a:hover:after {
  opacity: 100%;
}
@media screen and (max-width: 1050px) {
  .post-navigation .nav-next a:after {
    right: 25px;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 750px) {
  .post-navigation {
    display: none;
  }
}

/* Page Sections
--------------------------------------------- */
.page-section > .wp-block-group__inner-container {
  width: 60%;
  margin: 0 auto;
  padding: 75px 0;
}
@media screen and (max-width: 1800px) {
  .page-section > .wp-block-group__inner-container {
    width: 80%;
  }
}
@media screen and (min-width: 3000px) {
  .page-section > .wp-block-group__inner-container {
    width: 1800px;
  }
}

.home-latest-news-section h1 {
  margin-bottom: 0;
}
.home-latest-news-section .wp-block-buttons .wp-block-button .wp-block-button__link {
  margin-top: 0;
}

.home-courses-section .wp-block-columns {
  margin-top: 50px;
}
.home-courses-section .wp-block-columns .wp-block-column {
  min-width: 280px;
  padding: 25px;
}
.home-courses-section .wp-block-image {
  height: 230px;
  width: 230px;
  background: #f6f8f3;
  border-radius: 50%;
  margin: 0 auto;
  cursor: pointer;
  transition: background-color 0.3s;
}
.home-courses-section .wp-block-image:hover {
  background: #9c3127;
}
.home-courses-section .wp-block-image:hover img {
  filter: sepia(100%) hue-rotate(-26deg) saturate(400%);
}
.home-courses-section .wp-block-image img {
  padding: 45px;
  height: 100%;
  width: auto;
  display: block;
  margin: 0 auto;
  border-radius: 0px;
}
.home-courses-section h2 {
  width: 50%;
  margin: 50px auto 0 auto;
}

.home-literature-section .wp-block-column {
  padding: 50px;
}
.home-literature-section .wp-block-image {
  margin: 75px 0;
}
.home-literature-section .wp-block-image img {
  filter: brightness(0) invert(13%) sepia(11%) saturate(3191%) hue-rotate(240deg) brightness(98%) contrast(89%);
  height: 180px;
  display: block;
  margin: 0 auto;
}
.home-literature-section h2 {
  text-align: left;
  width: 80%;
}
.home-literature-section .orange-line-wrapper {
  width: 80%;
}
.home-literature-section p {
  width: 80%;
  margin: 0 auto;
}

.home-links-section {
  background: #f6f8f3;
}
.home-links-section .wp-block-group__inner-container {
  padding: 0;
  width: 100%;
}
.home-links-section .wp-block-columns {
  width: 100%;
}
.home-links-section .wp-block-columns .links-column {
  padding: 100px 25px;
  flex-grow: 1;
  max-height: 100%;
  transition: max-height 0.3s;
}
.home-links-section .wp-block-columns .links-column:not(.toggled) {
  max-height: 338px;
}
.home-links-section .wp-block-columns .links-column:first-of-type {
  background-color: #EEEFED;
}
.home-links-section .wp-block-columns .links-column:last-of-type {
  background-color: white;
}
.home-links-section .wp-block-columns .links-column:last-of-type .links-container .wp-block-column {
  background: #EEEFED;
}
@media screen and (min-width: 550px) {
  .home-links-section .wp-block-columns .links-column {
    min-width: 550px;
  }
}
.home-links-section h1 {
  text-align: center;
  margin: 0 auto;
  padding: 25px;
}
.home-links-section h1:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #3E2447;
  margin-left: calc(50% - 15px);
  margin-top: 10px;
  transition: all 0.2s ease-out;
}
.home-links-section .links-column.toggled h1:after {
  transform: rotate(90deg);
}
.home-links-section .links-container {
  display: none;
}

.breakwell-kurve-section img {
  margin: 50px auto;
  display: block;
  max-width: 60%;
}
@media screen and (max-width: 1800px) {
  .breakwell-kurve-section img {
    max-width: 80%;
  }
}
@media screen and (min-width: 3000px) {
  .breakwell-kurve-section img {
    max-width: 1800px;
  }
}

.links-container .wp-block-column {
  background: white;
  margin: 15px;
  opacity: 0.5;
  transition: opacity 0.3s;
}
.links-container .wp-block-column:hover {
  opacity: 1;
}
.links-container.has-gray-panels .wp-block-column {
  background: #f6f8f3;
}
.links-container figure {
  cursor: pointer;
  filter: grayscale(100%);
  transition: filter 0.1s;
  top: 50%;
  position: relative;
  transform: translate(0%, -50%);
  margin: 0;
  padding: 50px 25px;
}
.links-container figure img {
  margin: 0 auto;
  display: block;
}
.links-container figure:hover {
  filter: grayscale(0);
}

.contacts-section .wp-block-columns, .literature-section .wp-block-columns, .downloads-section .wp-block-columns, .latest-news-section .wp-block-columns {
  flex-wrap: nowrap;
}
@media screen and (max-width: 1800px) {
  .contacts-section .wp-block-columns, .literature-section .wp-block-columns, .downloads-section .wp-block-columns, .latest-news-section .wp-block-columns {
    flex-wrap: wrap;
  }
}
.contacts-section .wp-block-column, .literature-section .wp-block-column, .downloads-section .wp-block-column, .latest-news-section .wp-block-column {
  min-width: 325px;
  max-width: 325px;
}

.latest-news-section {
  margin-bottom: 50px;
}

/* Blocks
--------------------------------------------- */
/*
 * Custom styling for blocks that aren't loaded by plugins
*/
.link-square > .wp-block-group__inner-container {
  padding: 5px;
  background: #f6f8f3;
  margin: 12.5px auto;
  display: block;
  height: 300px;
  width: 300px;
  position: relative;
  cursor: pointer;
  transition: background-color 0.3s;
}
.link-square > .wp-block-group__inner-container img {
  height: 135px;
  display: block;
  margin: 25px auto;
  filter: brightness(0) invert(13%) sepia(11%) saturate(3191%) hue-rotate(240deg) brightness(98%) contrast(89%);
}
.link-square > .wp-block-group__inner-container p {
  hyphens: auto;
  display: block;
  font-size: 1.4rem;
  margin: 25px auto;
  width: 80%;
  text-align: center;
  color: #3E2447;
}
.link-square > .wp-block-group__inner-container:hover {
  background-color: #3E2447;
}
.link-square > .wp-block-group__inner-container:hover img {
  filter: brightness(0) invert(45%) sepia(15%) saturate(1369%) hue-rotate(233deg) brightness(90%) contrast(87%);
}
.link-square > .wp-block-group__inner-container:hover p {
  color: white;
}

.link-square.colored > .wp-block-group__inner-container, .link-square.toggled > .wp-block-group__inner-container {
  background: #3E2447;
}
.link-square.colored > .wp-block-group__inner-container img, .link-square.toggled > .wp-block-group__inner-container img {
  filter: brightness(0) invert(45%) sepia(15%) saturate(1369%) hue-rotate(233deg) brightness(90%) contrast(87%);
}
.link-square.colored > .wp-block-group__inner-container p, .link-square.toggled > .wp-block-group__inner-container p {
  color: white;
}

.link-square.colored > .wp-block-group__inner-container:hover {
  background-color: #EEEFED;
}
.link-square.colored > .wp-block-group__inner-container:hover img {
  filter: brightness(0) invert(13%) sepia(11%) saturate(3191%) hue-rotate(240deg) brightness(98%) contrast(89%);
}
.link-square.colored > .wp-block-group__inner-container:hover p {
  color: #3E2447;
}

.link-square > .wp-block-group__inner-container:after {
  bottom: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 150px 0 150px;
  border-color: #3E2447 transparent transparent transparent;
  position: absolute;
  left: 0;
  transition: bottom 0.3s;
  z-index: -1;
}

.link-square.toggled > .wp-block-group__inner-container {
  margin-bottom: 47.5px;
}
.link-square.toggled > .wp-block-group__inner-container:after {
  bottom: -35px;
  transition-delay: 0.1s;
}

p.literature-subcategory-links {
  cursor: pointer;
  margin: 0 0;
}
p.literature-subcategory-links:hover {
  color: #F67425;
}

/* Kontakt Person
--------------------------------------------- */
.post-content-container {
  width: 60%;
  margin: 0 auto;
  padding: 100px 0;
}
.post-content-container h1 {
  text-transform: unset;
  margin: 25px auto;
}
.post-content-container .post-image-wrapper {
  width: 300px;
  height: 300px;
  overflow: hidden;
  position: relative;
}
.post-content-container .post-image-wrapper img {
  position: relative;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translateX(-50%);
  object-fit: cover;
}
.post-content-container .post-text p {
  margin: 0;
}
.post-content-container .post-content-box .dashicons {
  margin-right: 10px;
}
.post-content-container .post-content-box .dashicons ~ a, .post-content-container .post-content-box .dashicons {
  display: inline-block;
  vertical-align: middle;
}
.post-content-container .post-content-box .dashicons ~ a {
  text-decoration: none;
  color: #8e8e8e;
}
.post-content-container .post-content-box .dashicons ~ a:hover {
  color: #5b5b5b;
}
.post-content-container .post-content-column {
  display: inline-block;
  width: 45%;
  vertical-align: top;
}
.post-content-container .post-content-column:first-of-type {
  padding-right: 25px;
}
@media screen and (max-width: 1300px) {
  .post-content-container .post-content-column {
    display: block;
    width: 100%;
    padding: 0;
  }
}
.post-content-container .training-container .training-row {
  width: 100%;
  margin: 5px 0;
}
.post-content-container .training-container .training-row .training-year, .post-content-container .training-container .training-row .training-text {
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 550px) {
  .post-content-container .training-container .training-row .training-year, .post-content-container .training-container .training-row .training-text {
    display: block;
  }
}
.post-content-container .training-container .training-year {
  width: 20%;
  min-width: 90px;
  margin-right: 1%;
  font-weight: bold;
  color: #818181;
}
.post-content-container .training-container .training-text {
  max-width: 300px;
}
@media screen and (max-width: 1800px) {
  .post-content-container {
    width: 80%;
  }
}
@media screen and (min-width: 3000px) {
  .post-content-container {
    width: 1800px;
  }
}

.single-kontakt-person .post-navigation {
  display: none;
}

.edit-link a {
  text-decoration: none;
  color: #F67425;
}
.edit-link a .dashicons {
  margin-right: 0.5em;
}
.edit-link a:hover {
  color: #df5a09;
}

/* Aktuelles Beitraege
--------------------------------------------- */
/*
* Styling for the post template
*/
.post-content {
  display: block;
  padding-top: 15%;
  margin: 0 auto;
  width: 60%;
}
.post-content .post-image-wrapper {
  width: 50%;
  max-width: 500px;
  height: 500px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.post-content .post-image-wrapper img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: none;
}
.post-content .post-text {
  display: inline-block;
  width: 45%;
  vertical-align: top;
  margin-left: 50px;
}
.post-content .post-text h2 {
  margin-top: 0;
  text-align: left;
}
.post-content .post-text a {
  color: #8e8e8e;
}
.post-content .post-text a:hover {
  color: #757575;
}
.post-content .post-text ul {
  margin: 0;
  padding-left: 20px;
}
@media screen and (max-width: 1700px) {
  .post-content {
    padding-top: 10%;
    width: 50%;
  }
  .post-content .post-image-wrapper {
    display: block;
    width: 100%;
    max-height: 50vw;
  }
  .post-content .post-image-wrapper img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    max-height: 100%;
    object-fit: cover;
  }
  .post-content .post-text {
    display: block;
    width: 100%;
    margin: 50px 0 0 0;
    hyphens: auto;
  }
}
@media screen and (max-width: 750px) {
  .post-content {
    width: 80%;
  }
  .post-content h1 {
    font-size: 1.2em;
  }
}

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

/* Header
--------------------------------------------- */
#masthead {
  height: 50px;
  width: 60%;
  margin: 0 auto;
  display: flex;
  position: relative;
  z-index: 2;
}
#masthead .site-branding {
  height: 100%;
}
#masthead .site-branding img {
  padding-top: 25px;
  width: 180px;
}
@media screen and (max-width: 1800px) {
  #masthead {
    width: 80%;
  }
}
@media screen and (min-width: 3000px) {
  #masthead {
    width: 1800px;
  }
}

#site-navigation {
  position: absolute;
  right: 0;
  height: 100%;
}

/* login button */
#login-button {
  display: inline-block;
  background: #6D0359;
  color: white;
  height: 70px;
  vertical-align: top;
  padding-top: 25px;
  margin-right: 60px;
}
@media screen and (max-width: 400px) {
  #login-button {
    display: none;
  }
}

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
  height: 100%;
}
.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;
  height: 100%;
  display: table;
}
.main-navigation li:hover > a, .main-navigation li.current-menu-item > a, .main-navigation li.focus > a {
  color: #F67425;
}
.main-navigation li:hover > a:after, .main-navigation li.current-menu-item > a:after, .main-navigation li.focus > a:after {
  top: 60px;
  border-width: 8px 8px 0 8px;
}
.main-navigation a {
  display: table-cell;
  text-decoration: none;
  color: black;
  transition: color 0.3s;
  padding: 0 20px;
  vertical-align: bottom;
}
.main-navigation a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 0 8px;
  border-color: #F67425 transparent transparent transparent;
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -4px;
  transition: top 0.2s;
}
.menu-main-menu-container {
  display: inline-block;
  height: 100%;
}

/* Small menu. */
#site-navigation.toggled {
  position: fixed;
  height: 100vh;
  width: 100%;
  z-index: 2;
  display: block;
}
#site-navigation.toggled .menu-main-menu-container {
  width: 100%;
}
#site-navigation.toggled ul {
  display: block;
  width: 100%;
  background: #3E2447;
}
#site-navigation.toggled ul li, #site-navigation.toggled ul a {
  width: 100%;
  text-align: center;
  height: 100px;
  color: white;
  vertical-align: middle;
}
#site-navigation.toggled ul li:after, #site-navigation.toggled ul a:after {
  top: 70px;
}
#site-navigation.toggled .menu-toggle {
  height: 0;
  right: 5%;
}
#site-navigation.toggled .menu-toggle:after {
  background: white;
  transform: rotate(45deg) translate(-11px, 0);
}
#site-navigation.toggled .menu-toggle:before {
  background: white;
  transform: rotate(-45deg) translate(-11px, 0);
}

.menu-toggle-padding {
  padding: 40px;
  transform: translate(-25px, -35px);
}

.menu-toggle {
  display: inline-block;
  background: #3E2447;
  width: 30px;
  height: 4px;
  position: absolute;
  padding: 0;
  top: 38px;
  right: 10px;
  outline: none;
  border: none;
  cursor: pointer;
  z-index: 3;
}
@media screen and (max-width: 400px) {
  .menu-toggle {
    right: 10px;
  }
}

.menu-toggle:after, .menu-toggle:before {
  background: #3E2447;
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  width: 30px;
  left: 0;
  top: 0;
  cursor: pointer;
  transition: all 0.3s;
}

.menu-toggle:after {
  margin-top: 8px;
}

.menu-toggle:before {
  margin-top: -8px;
}

@media screen and (min-width: 1275px) {
  .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%;
}

/* Subheader
--------------------------------------------- */
.main-header {
  position: relative;
}
.main-header .main-header-overlays {
  width: 60%;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 100%;
}
.main-header .main-header-overlays .wp-block-column img {
  height: 40vw;
  width: auto;
  margin-top: -10%;
  float: right;
}
.main-header .main-header-overlays .wp-block-column:first-of-type img {
  height: 10vw;
  float: initial;
  margin-top: -5%;
}
@media screen and (max-width: 1800px) {
  .main-header .main-header-overlays {
    width: 80%;
  }
}
@media screen and (max-width: 1200px) {
  .main-header .main-header-overlays .wp-block-column:last-of-type img {
    display: none;
  }
}
.main-header .main-header-text {
  position: absolute;
  z-index: 1;
  top: calc(50% - 125px);
  height: 10vw;
}
.main-header .main-header-text img {
  min-height: 240px;
  width: auto;
}
.main-header .main-header-background img {
  width: 100%;
}

.subheader {
  position: relative;
}
.subheader .subheader-overlay {
  width: 60%;
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translate(-50%, 0);
}
.subheader .subheader-overlay img {
  height: 20vw;
  width: auto;
  float: right;
}
.subheader.subheader-latest-news .subheader-overlay img, .subheader.subheader-courses .subheader-overlay img, .subheader.subheader-links .subheader-overlay img {
  height: 25vw;
  margin-top: -3%;
}
.subheader.subheader-contacts .subheader-overlay img {
  margin-top: 3%;
}
.subheader.subheader-downloads .subheader-overlay img {
  float: initial;
  position: relative;
  margin: 0 auto;
  display: block;
  height: 23vw;
}
.subheader img {
  width: 100%;
}

/* Footer
--------------------------------------------- */
#colophon {
  background: #3E2447;
}
#colophon .footer-links {
  margin: 0 auto 50px auto;
  padding-top: 50px;
  width: 25%;
  display: flex;
  position: relative;
}
#colophon .footer-mail-icon a, #colophon .footer-location-icon a {
  display: block;
  width: 100%;
  color: white;
  text-decoration: none;
}
#colophon .footer-mail-icon a img, #colophon .footer-location-icon a img {
  display: block;
  height: 50px;
  margin: 15px auto;
}
#colophon .footer-mail-icon:last-of-type, #colophon .footer-location-icon:last-of-type {
  position: absolute;
  right: 0;
}
#colophon .footer-form {
  width: 60%;
  height: max-content;
  margin: 0 auto;
}
#colophon .footer-form form .footer-form-first-row {
  width: 100%;
  display: flex;
}
#colophon .footer-form form .footer-form-first-row .last-name, #colophon .footer-form form .footer-form-first-row .first-name, #colophon .footer-form form .footer-form-first-row .email {
  display: inline-block;
  width: 32.3333333333%;
  margin: 0 auto;
}
#colophon .footer-form form .footer-form-first-row .last-name.last-name, #colophon .footer-form form .footer-form-first-row .first-name.last-name, #colophon .footer-form form .footer-form-first-row .email.last-name {
  margin-left: 0;
}
#colophon .footer-form form .footer-form-first-row .last-name.email, #colophon .footer-form form .footer-form-first-row .first-name.email, #colophon .footer-form form .footer-form-first-row .email.email {
  margin-right: 0;
}
#colophon .footer-form form input:not([type=submit]), #colophon .footer-form form textarea {
  width: 100%;
  color: #111;
  padding: 5px;
  border-radius: 0;
}
#colophon .footer-form form textarea {
  height: 120px;
}
#colophon .footer-form form button {
  margin: 50px auto;
  width: 175px;
}
#colophon .footer-form form button:hover:before {
  width: 240px;
}
@media screen and (max-width: 1800px) {
  #colophon .footer-form {
    width: 80%;
  }
  #colophon .footer-links {
    width: 40%;
  }
}
@media screen and (min-width: 3000px) {
  #colophon .footer-form {
    width: 1800px;
  }
  #colophon .footer-links {
    width: 750px;
  }
}
@media screen and (max-width: 700px) {
  #colophon .footer-form form .footer-form-first-row {
    flex-wrap: wrap;
  }
  #colophon .footer-form form .footer-form-first-row .last-name, #colophon .footer-form form .footer-form-first-row .first-name, #colophon .footer-form form .footer-form-first-row .email {
    margin: 0.5em 0;
    width: 100%;
  }
  #colophon .footer-form form p {
    margin: 0.5em 0;
  }
  #colophon .footer-links {
    width: 80%;
  }
}
#colophon .footer-credits {
  display: block;
  margin-bottom: 0;
  background: #4d2d58;
  color: white;
  width: 100%;
  padding: 10px 0;
  text-align: center;
}
#colophon .footer-credits a {
  text-decoration: none;
  color: white;
}
#colophon .default-footer-container {
  margin: 0 auto;
  color: white;
  width: 100%;
  padding: 10px 0;
}
#colophon .default-footer-container span {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.site-main {
  min-height: 100vh;
}

/* Forms
--------------------------------------------- */
.contact-form-box textarea, .contact-form-box input {
  width: 100%;
  outline: none;
  border: none;
  border-radius: 0;
  background: #f6f8f3;
  padding: 5px 5px 5px 10px;
  margin: 10px 0;
}
.contact-form-box textarea:focus, .contact-form-box textarea:active, .contact-form-box input:focus, .contact-form-box input:active {
  border-bottom: solid 1px #F67425;
}
.contact-form-box textarea:focus::placeholder, .contact-form-box textarea:active::placeholder, .contact-form-box input:focus::placeholder, .contact-form-box input:active::placeholder {
  color: #F67425;
}
.contact-form-box input {
  height: 50px;
}
.contact-form-box textarea {
  padding: 5px 5px 5px 10px;
  height: 150px;
}
.contact-form-box .form-submit {
  margin: 0 0 0 20px;
  width: 175px;
  left: 110px;
  transform: translate(-65px, 0);
}
.contact-form-box .form-submit:hover:before {
  width: 240px;
}

.contact-form-header {
  text-align: center;
}
.contact-form-header .contact-form-expander {
  color: #F67425;
  display: inline-block;
  vertical-align: middle;
}
.contact-form-header .dashicons {
  transition: transform 0.3s;
}
.contact-form-header .dashicons.toggled {
  transform: rotate(180deg);
}

form.hidden {
  display: none;
}

.training-committee-container form {
  text-align: center;
}
.training-committee-container form .cd-upload-btn {
  color: #F67425;
}

/* Login
--------------------------------------------- */
body.login div#login form#loginform input#wp-submit, body.login div#login form#lostpasswordform input#wp-submit, body.login div#login form#resetpassform input#wp-submit {
  background: #3E2447;
  border: solid 1px white;
  border-radius: 0;
  box-shadow: none;
  text-shadow: none;
  width: 100%;
  height: 50px;
  display: block;
  margin: 50px auto 0 auto;
  transform: none;
  padding: 0;
}

body.login div#login form input.input {
  border-radius: 0;
}
body.login div#login form input.input:active, body.login div#login form input.input:focus {
  border-color: #3E2447;
}

body.login div#login form input#rememberme, body.login div#login form input[type=checkbox] {
  border-radius: 0;
}
body.login div#login form input#rememberme:checked, body.login div#login form input[type=checkbox]:checked {
  background: #F67425;
}
body.login div#login form input#rememberme:checked:before, body.login div#login form input[type=checkbox]:checked:before {
  display: none;
}

body.login div#login form button {
  transform: none;
  color: #3E2447;
  outline: none;
  right: 0;
  left: auto;
}
body.login div#login form button:before {
  display: none;
}

body.login div#login form {
  background: white;
  border: none;
}

body.login div#login h1 a {
  background: url("../../uploads/2020/10/logo_nags.svg");
  background-repeat: no-repeat;
  filter: brightness(2000%);
  height: 100px;
  width: 300px;
  background-size: 300px;
}

body.login {
  background: #3E2447;
}

body.login div#login p a {
  color: white;
  opacity: 0.5;
}
body.login div#login p a:hover {
  color: white;
  opacity: 1;
}

body.login input#wp-submit {
  left: 0;
  right: 0;
}

/* 404
--------------------------------------------- */
.content-404 {
  margin-top: 250px;
}
.content-404 .image-404 img {
  margin: 0 auto;
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Custom Nags Blocks
--------------------------------------------- */
.articles-container {
  margin: 0 auto 50px auto;
  display: flex;
  flex-wrap: wrap;
  width: 60%;
  justify-content: center;
}
.articles-container .articles-card {
  width: calc(33.3333333333% - 20px);
  min-width: 300px;
  display: inline-block;
  padding: 10px;
}
.articles-container .articles-card img {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.articles-container .articles-card .articles-image-wrapper {
  position: relative;
  padding-top: 70%;
  overflow: hidden;
}
.articles-container .articles-card .articles-date {
  margin-top: 20px;
  display: block;
}
.articles-container .articles-card .articles-text {
  height: 200px;
  position: relative;
  overflow: auto;
}
.articles-container .articles-card ul {
  margin: 0;
  padding-left: 20px;
}
.articles-container .articles-card a {
  color: #8e8e8e;
}
.articles-container .articles-card a:hover {
  color: #F67425;
}
@media screen and (max-width: 1800px) {
  .articles-container {
    width: 80%;
  }
}
@media screen and (min-width: 3000px) {
  .articles-container {
    width: 1800px;
  }
}

.files-container .files-row {
  padding: 25px 0;
  position: relative;
}
.files-container .files-row:nth-child(2n+1) {
  background: #EEEFED;
}
.files-container .files-row-inner-container {
  width: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 1800px) {
  .files-container .files-row-inner-container {
    width: 80%;
  }
}
@media screen and (min-width: 3000px) {
  .files-container .files-row-inner-container {
    width: 1800px;
  }
}
.files-container .files-icon-wrapper {
  width: 10%;
  margin-right: 50px;
  padding: 10px 0px 10px 10px;
}
.files-container .files-icon-wrapper img {
  width: 60px;
  height: auto;
  min-width: 60px;
}
.files-container .files-title-wrapper {
  width: 75%;
}
.files-container a {
  text-decoration: none;
  color: #8e8e8e;
  display: inline-block;
  vertical-align: middle;
}

.literature-files-mini-display-container li a {
  color: #8e8e8e;
  text-decoration: none;
}
.literature-files-mini-display-container li a:hover {
  color: #F67425;
}

.courses-container {
  position: relative;
}
.courses-container .courses-row:nth-child(2n) {
  background: white;
}
.courses-container .courses-row:nth-child(2n) .courses-image-wrapper {
  float: right;
  margin-right: 0;
}
.courses-container .courses-row:nth-child(2n) .courses-image-wrapper .courses-image-background {
  background: #f6f8f3;
  right: 0;
}
.courses-container .courses-row:nth-child(2n) .courses-content {
  margin-left: 0;
}
.courses-container .courses-row {
  position: relative;
  padding: 50px 0;
  background: #f6f8f3;
}
.courses-container .courses-row-inner-container {
  position: relative;
  width: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 1800px) {
  .courses-container .courses-row-inner-container {
    width: 80%;
  }
}
@media screen and (min-width: 3000px) {
  .courses-container .courses-row-inner-container {
    width: 1800px;
  }
}
.courses-container .courses-image-wrapper {
  width: 20%;
  margin-right: 50px;
}
.courses-container .courses-image-background {
  width: 230px;
  height: 230px;
  overflow: hidden;
  padding: 40px;
  border-radius: 50%;
  background: white;
  position: absolute;
  top: 50%;
  transform: translate(-25px, -50%);
}
.courses-container .courses-image-background img {
  display: block;
  min-width: 150px;
  height: 150px;
  margin: 0 auto;
}
.courses-container .courses-content {
  max-width: 65%;
  margin-left: 250px;
}
.courses-container .courses-content h2 {
  text-align: left;
}
.courses-container .courses-content a {
  color: #8e8e8e;
}
.courses-container .courses-content a:hover {
  color: #F67425;
}
.courses-container ul {
  margin-left: 0;
  padding-left: 20px;
}
@media screen and (max-width: 1000px) {
  .courses-container .courses-row:nth-child(2n) .courses-image-wrapper, .courses-container .courses-row .courses-image-wrapper {
    float: none;
    margin: 0 auto;
    position: relative;
    width: max-content;
  }
  .courses-container .courses-row:nth-child(2n) .courses-image-wrapper .courses-image-background, .courses-container .courses-row .courses-image-wrapper .courses-image-background {
    display: block;
    position: relative;
    transform: none;
    width: max-content;
  }
  .courses-container .courses-row:nth-child(2n) .courses-content, .courses-container .courses-row .courses-content {
    margin: 50px auto 0 auto;
  }
}

h1 + .checkboxes-container {
  margin-top: 75px;
}

.checkboxes-container {
  width: calc(60% / 1.5);
  margin: 0 auto 75px auto;
  max-height: 400px;
}
.checkboxes-container .checkbox-row {
  display: inline-block;
  width: 50%;
}
@media screen and (max-width: 1800px) {
  .checkboxes-container {
    width: calc(80% / 1.5);
  }
}
@media screen and (min-width: 3000px) {
  .checkboxes-container {
    width: 900px;
  }
}
@media screen and (max-width: 1050px) {
  .checkboxes-container {
    width: 80%;
  }
}
@media screen and (max-width: 700px) {
  .checkboxes-container .checkbox-row {
    display: block;
    width: 80%;
  }
}
@media screen and (max-width: 500px) {
  .checkboxes-container .checkbox-row {
    width: 100%;
  }
}

.table-container {
  padding-bottom: 100px;
}
.table-container h1 {
  text-align: center;
  margin-bottom: 0;
  margin-top: 50px;
}
.table-container table {
  border-collapse: collapse;
  width: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 1800px) {
  .table-container table {
    width: 80%;
  }
}
@media screen and (min-width: 3000px) {
  .table-container table {
    width: 1800px;
  }
}
@media screen and (max-width: 750px) {
  .table-container table thead th:nth-child(3) {
    display: none;
  }
  .table-container table tbody td:nth-child(3) {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .table-container table thead th:nth-child(4) {
    display: none;
  }
  .table-container table tbody td:nth-child(4) {
    display: none;
  }
}
.table-container thead th {
  text-align: left;
}
.table-container tr {
  height: 50px;
}
.table-container tr:before {
  content: " ";
  position: absolute;
  left: 0;
  background: transparent;
  width: 100%;
  height: 50px;
  z-index: -1;
}
.table-container tbody tr:nth-child(2n+1):before {
  background: #EEEFED;
}
.table-container img {
  width: 20px;
  height: 20px;
  margin: 0 auto;
  display: block;
}
.table-container td {
  z-index: 1;
  position: relative;
}

.trainer-table-error {
  text-align: center;
}

.meetings-mini-container .meeting-row {
  cursor: pointer;
}
.meetings-mini-container .meeting-row:hover {
  color: #F67425;
}
.meetings-mini-container .meeting-date, .meetings-mini-container .meeting-title {
  display: inline-block;
  vertical-align: top;
}
.meetings-mini-container .meeting-title {
  max-width: 50%;
}
@media screen and (max-width: 1300px) {
  .meetings-mini-container .meeting-title {
    max-width: 100%;
  }
}
.meetings-mini-container .meeting-date {
  font-weight: bold;
  width: 100px;
  margin-right: 20px;
}

body.single-versammlung .nav-links {
  display: none;
}

meeting.versammlung {
  width: 60%;
  margin: 10% auto;
}
@media screen and (max-width: 1800px) {
  meeting.versammlung {
    width: 80%;
  }
}
@media screen and (min-width: 3000px) {
  meeting.versammlung {
    width: 1800px;
  }
}

.meetings-container {
  margin: 0 auto 50px auto;
  display: flex;
  flex-wrap: wrap;
  width: 60%;
  justify-content: center;
}
.meetings-container .meetings-card {
  width: calc(33.3333333333% - 20px);
  min-width: 300px;
  display: inline-block;
  padding: 10px;
}
.meetings-container .meetings-card img {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.meetings-container .meetings-card .meetings-image-wrapper {
  position: relative;
  padding-top: 70%;
  overflow: hidden;
}
.meetings-container .meetings-card .meetings-date {
  margin-top: 20px;
  display: block;
}
.meetings-container .meetings-card .meetings-text {
  height: 200px;
  position: relative;
  overflow: auto;
}
.meetings-container .meetings-card ul {
  margin: 0;
  padding-left: 20px;
}
.meetings-container .meetings-card a {
  color: #8e8e8e;
}
.meetings-container .meetings-card a:hover {
  color: #F67425;
}
@media screen and (max-width: 1800px) {
  .meetings-container {
    width: 80%;
  }
}
@media screen and (min-width: 3000px) {
  .meetings-container {
    width: 1800px;
  }
}

/*
* Includes styling for management, training committee and honorary members display
*/
.management-container, .training-committee-container, .honorary-members-container {
  width: 60%;
  margin: 0 auto;
  display: none;
}
.management-container .management-container__inner-container, .management-container .training-committee-container__inner-container, .management-container .honorary-members-container__inner-container, .training-committee-container .management-container__inner-container, .training-committee-container .training-committee-container__inner-container, .training-committee-container .honorary-members-container__inner-container, .honorary-members-container .management-container__inner-container, .honorary-members-container .training-committee-container__inner-container, .honorary-members-container .honorary-members-container__inner-container {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 700px) {
  .management-container .management-container__inner-container, .management-container .training-committee-container__inner-container, .management-container .honorary-members-container__inner-container, .training-committee-container .management-container__inner-container, .training-committee-container .training-committee-container__inner-container, .training-committee-container .honorary-members-container__inner-container, .honorary-members-container .management-container__inner-container, .honorary-members-container .training-committee-container__inner-container, .honorary-members-container .honorary-members-container__inner-container {
    justify-content: center;
  }
}
.management-container h1, .training-committee-container h1, .honorary-members-container h1 {
  text-align: center;
  margin: 50px 0;
}
.management-container .member-container, .training-committee-container .member-container, .honorary-members-container .member-container {
  width: 50%;
  display: inline-block;
  padding: 20px;
  color: #8e8e8e;
}
.management-container .member-container .member-text-container, .management-container .member-container .member-image-wrapper, .training-committee-container .member-container .member-text-container, .training-committee-container .member-container .member-image-wrapper, .honorary-members-container .member-container .member-text-container, .honorary-members-container .member-container .member-image-wrapper {
  display: inline-block;
  vertical-align: top;
}
.management-container .member-container .member-image-wrapper, .training-committee-container .member-container .member-image-wrapper, .honorary-members-container .member-container .member-image-wrapper {
  width: 50%;
  max-width: 250px;
  height: 250px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin-right: 50px;
}
.management-container .member-container .member-image-wrapper img, .training-committee-container .member-container .member-image-wrapper img, .honorary-members-container .member-container .member-image-wrapper img {
  position: relative;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translateX(-50%);
  object-fit: cover;
}
.management-container .member-container .member-text-container, .training-committee-container .member-container .member-text-container, .honorary-members-container .member-container .member-text-container {
  width: calc(50% - 50px);
}
.management-container .member-container .member-name, .training-committee-container .member-container .member-name, .honorary-members-container .member-container .member-name {
  margin-top: 0;
}
.management-container .member-container .management-member-name, .training-committee-container .member-container .management-member-name, .honorary-members-container .member-container .management-member-name {
  margin-bottom: 0;
}
.management-container .member-container .management-member-role, .training-committee-container .member-container .management-member-role, .honorary-members-container .member-container .management-member-role {
  font-weight: bold;
  margin-bottom: 10px;
}
.management-container .member-container .management-member-title, .training-committee-container .member-container .management-member-title, .honorary-members-container .member-container .management-member-title {
  margin-bottom: 10px;
}
.management-container .member-container .member-departments, .training-committee-container .member-container .member-departments, .honorary-members-container .member-container .member-departments {
  font-size: 0.8rem;
}
.management-container .member-container .member-title + .member-departments, .training-committee-container .member-container .member-title + .member-departments, .honorary-members-container .member-container .member-title + .member-departments {
  margin-top: 10px;
}
.management-container .member-container .member-address, .training-committee-container .member-container .member-address, .honorary-members-container .member-container .member-address {
  margin-top: 10px;
}
.management-container .member-container .member-link, .training-committee-container .member-container .member-link, .honorary-members-container .member-container .member-link {
  margin-top: 10px;
  color: #F67425;
  text-decoration: none;
}
.management-container .member-container .member-link:hover, .training-committee-container .member-container .member-link:hover, .honorary-members-container .member-container .member-link:hover {
  color: #df5a09;
}
.management-container .member-container .member-text-line, .training-committee-container .member-container .member-text-line, .honorary-members-container .member-container .member-text-line {
  display: block;
}
@media screen and (max-width: 1300px) {
  .management-container .member-container, .training-committee-container .member-container, .honorary-members-container .member-container {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .management-container .member-container .member-text-container, .management-container .member-container .member-image-wrapper, .training-committee-container .member-container .member-text-container, .training-committee-container .member-container .member-image-wrapper, .honorary-members-container .member-container .member-text-container, .honorary-members-container .member-container .member-image-wrapper {
    display: block;
    width: 100%;
  }
  .management-container .member-container .member-text-container h3, .management-container .member-container .member-image-wrapper h3, .training-committee-container .member-container .member-text-container h3, .training-committee-container .member-container .member-image-wrapper h3, .honorary-members-container .member-container .member-text-container h3, .honorary-members-container .member-container .member-image-wrapper h3 {
    margin-top: 25px;
  }
}
@media screen and (max-width: 1800px) {
  .management-container, .training-committee-container, .honorary-members-container {
    width: 80%;
  }
}
@media screen and (min-width: 3000px) {
  .management-container, .training-committee-container, .honorary-members-container {
    width: 1800px;
  }
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

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

/*# sourceMappingURL=style.css.map */
