/*
Theme Name: opmch
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: opmch
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

opmch is based on Underscores http://underscores.me/, (C) 2012-2016 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 http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
#wpadminbar {
  display: none !important;
}

html {
  font-family: "Roboto Condensed", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  background: #fafafa;
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  width: 100%;
  margin-top: 20px;
  padding-top: 40px;
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
	border: none;
	padding: 0 !important;
	display: flex;
	flex-direction: column;
	gap: 5px;
}

fieldset legend {
	margin-bottom: 10px;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 5px !important;
  vertical-align: top;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

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

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

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

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

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

hr {
}

ul,
ol {
  margin: 0 0 1.5em 0px !important;
  display: block;
  list-style-type: decimal;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

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

.col1 {
  width: 47.5%;
  float: left;
  padding-right: 2.5%;
}

.col2 {
  width: 47.5%;
  float: left;
  padding-left: 2.5%;
}

.person {
  background-color: #fff;
  padding: 0px;
  width: 100%;
  float: left;
  margin: 10px 0 0 0;
}

@media screen and (max-width: 1200px) {
  .col1,
  .col2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1200px) {
  .person {
    background-image: none !important;
  }
}

.person h3 {
  margin: 0 0 5px 0;
  padding: 0;
  border-bottom: 1px solid #f1f1f1;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.ui-button {
  width: 33%;
  height: 75px;
  font-size: 24px;
  float: left;
  clear: none;
  color: rgb(100, 100, 100);
  border-color: #ccc;
  background-color: rgb(27, 165, 227) !important;
  background: -webkit-linear-gradient(rgb(255, 255, 255), rgb(220, 220, 220));
  background: -o-linear-gradient(rgb(255, 255, 255), rgb(220, 220, 220));
  background: -moz-linear-gradient(rgb(255, 255, 255), rgb(220, 220, 220));
  background: linear-gradient(rgb(255, 255, 255), rgb(220, 220, 220));
}

.ui-button-text {
  height: 65px;
  margin-top: 10px;
  font-family: "Roboto Condensed";
}

@media screen and (max-width: 1200px) {
  .ui-button-text {
    font-size: 14pt;
    margin-top: 0px;
  }
  .ui-button {
    width: 100%;
    clear: both;
    border-radius: 0;
    height: 40px;
  }
  .button {
    width: 95% !important;
  }
}

.mitglied-button .ui-state-active {
  color: white;
  background-color: rgb(150, 220, 255) !important;
  background: -webkit-linear-gradient(rgb(27, 165, 227), rgb(150, 220, 255));
  background: -o-linear-gradient(rgb(27, 165, 227), rgb(150, 220, 255));
  background: -moz-linear-gradient(rgb(27, 165, 227), rgb(150, 220, 255));
  background: linear-gradient(rgb(27, 165, 227), rgb(150, 220, 255));
}

.mitglied-button label.gfield_label {
  display: none;
}

.jahresbeitrag {
  font-size: 14pt;
  color: rgb(100, 100, 100);
  width: 100%;
}

.gform_required_legend {
	display: none;
}

.kopm-signup-form_wrapper {    
	display: flex;
    flex-direction: column;
	border-top: 2px solid #ccc;
	padding: 0 30px 30px 30px;
	border: 1px solid #ccc;
	background-color: #fafafa;
	border-radius: 5px;
}

.gsection_title {
	border-bottom: 1px solid #ccc;
	margin-bottom: 0;
}

.gfield h1 {
  margin-top: 15px;
}

.gform_body {
  margin: 0;
  padding: 0;
}

.gform_body ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.gfield {
  float: left;
  margin-top: 20px;
  width: 100%;
  display: flex;
	flex-direction: column;
	gap: 5px;
}

.gfield_description {
	font-style: italic;
	font-size: 0.9rem;
}

@media screen and (max-width: 1200px) {
  .gfield {
    width: 100%;
  }
}

.mitglied-button {
  width: 100%;
}

.gfield_total   {
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 10px 20px;
	background-color: #fff;
}

.gfield_total  input {
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
	height: auto !important;
}

.ginput_left,
.ginput_right {
  float: left;
  width: 47.5%;
  padding-right: 0;
}

.ginput_right {
  margin-left: 5%;
}

.ginput_container {
  width: 100%;
}

.gfield input[type="text"],
.gfield input[type="number"],
.gfield input[type="tel"],
.gfield input[type="email"],
.gfield textarea {
  width: 100%;
  height: 50px;
  float: left;
  padding-left: 5px;
  font-size: 24px;
  background-color: #fff;
}

.gfield textarea {
  height: 100px;
}

.gfield select {
	padding: 10px 10px;
	width: 100% !important;
	font-size: 16px;
}

.gfield select option {
	font-size: 16px;
}

.gfield_label {
	font-weight: bold;
}

.gfield input {
  outline: none;
  background-color: rgb(250, 250, 250);
}

.gfield input:focus {
  border: 1px solid rgb(27, 165, 220);
}

.gform_footer {
  margin-top: 20px;
  float: left;
  width: 100%;
  clear: both;
}

.validation_message,
.validation_error {
  color: red;
  margin-top: 20px;
  margin-bottom: 10px;
}

.gform_confirmation_message {
  margin-top: 30px;
  margin-bottom: 100px;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  border-radius: 3px;
  background-color: #0071b4;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
  height: 75px;
	transition: 0.15s ease;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	  background-color: #20a7e4;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb;
  box-shadow:
    inset 0 -1px 0 rgba(255, 255, 255, 0.5),
    inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

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

select {
  border: 1px solid #ccc;
}

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

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.mobile-menu {
  display: none;
  position: absolute;
  top: 100px;
  width: 100%;
  max-width: 1200px;
  min-height: 100vh;
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
  padding: 0 20px 100px 20px;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: rgb(100, 100, 100);
}

a:visited {
  color: rgb(100, 100, 100);
}

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

a:focus {
  outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  width: 100%;
  background-color: transparent;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

@media screen and (max-width: 1200px) {
  .main-navigation {
    margin-left: 0px;
    margin-top: 0px;
  }
  .main-navigation.toggled li {
    clear: both;
  }
  .main-navigation.toggled li a {
    font-size: 24pt;
  }
}

@media screen and (max-width: 900px) {
  .main-navigation li a {
    font-size: 16pt !important;
  }
}

.sub-menu {
  margin-top: 15px;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.sub-menu li {
  background-color: #fff;
  margin-top: 8px;
  padding-top: 10px;
  padding-left: 5px;
  font-size: 14px !important;
  margin-right: 0px !important;
}

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

.main-navigation li {
  float: left;
  position: relative;
  margin-right: 20px;
}

.main-navigation a,
.main-navigation a:visited {
  display: block;
  text-decoration: none;
  font-size: 22px;
}

.main-navigation ul ul {
  float: left;
  position: absolute;
  top: 2em;
  left: -999em;
  z-index: 9999;
}

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

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

.main-navigation ul ul li {
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

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

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

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
  color: rgb(27, 165, 227);
}

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

.menu-toggle {
  border: none;
  border-bottom-color: transparent;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  box-shadow: none;
  float: right;
  background: transparent !important;
  width: 50px;
  padding: none;
  box-shadow: none;
}

.menu-toggle:focus,
.menu-toggle:hover,
.menu-toggle:active {
  outline: none;
  border: none;
  border-bottom-color: transparent;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  background: transparent !important;
  width: 50px;
  padding: none;
  box-shadow: none;
}

@media screen and (min-width: 1200px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.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;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

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

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Header Area
--------------------------------------------------------------*/

#header-wrap {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}

#logo {
  height: 60px;
  width: 100%;
  object-fit: contain;
}

#management {
  font-family: "Roboto", sans-serif;
  color: #000000;
  height: 60px;
  float: left;
  font-size: 40px;
  line-height: 55px;
  text-align: center;
  font-weight: 500;
}

#masthead {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: white;
  padding: 20px 20px;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  height: 100px;
  z-index: 1000;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 1200px) {
  .site-branding {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    min-width: 150px;
  }

  #logo {
    height: 40px;
    width: 100%;
    object-fit: contain;
  }
  #management {
    height: 40px;
    font-size: 25px;
    line-height: 35px;
  }
  #masthead {
    height: 80px;
  }
}

.site-title {
  display: none;
}

.site-description {
  display: none;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#page {
  background-color: transparent;
  min-width: 320px;
  max-width: 1300px;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  #page {
    background-image: none;
  }
}

#content {
  margin: 90px 0 20px 0;
  padding: 0 50px 15px 50px;
  background-color: #ffffff;
  border: 1px solid #eee;
  font-size: 14pt;
}

@media screen and (max-width: 1200px) {
  #content {
    margin: 50px 0 20px 0;
    padding: 0 20px 15px 20px;
  }
}

.content-box {
  background-color: rgb(238, 237, 230);
  margin-bottom: 10px;
  padding: 10px;
  color: rgb(50, 50, 50);
  font-size: 12pt;
}

.post-navigation {
  display: none;
}

ul.aktuell-list {
  margin: 0;
  padding: 0;
  float: left;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
  align-content: flex-start;
}

.aktuell {
  list-style-type: none;
  padding: 0px;
  background-color: rgb(250, 250, 250);
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 0px;
  flex-basis: 47.5%;
  min-height: 300px;
}

.archive {
  list-style-type: none;
  float: left;
  padding: 0px;
  background-color: #fff;
  border: 0;
  margin: 10px 2.5% 10px 0px;
  width: 95%;
}

@media screen and (max-width: 1200px) {
  .aktuell {
    flex-basis: 100%;
    min-height: 100px;
    padding-bottom: 10px;
  }
}

.aktuell h2 a {
  text-decoration: none;
  color: #000000;
}

.aktuell h2 {
  margin: 0px;
  padding: 5px 0 0 0;
  line-height: 1 !important;
}

.archiv-date {
  margin: 10px 0 0 10px;
  padding: 0px 0 0 10px;
}

.aktuell-img {
  float: left;
  padding: 0;
  margin: 0;
  min-height: 300px;
  width: 40%;
  background-size: cover;
}

@media screen and (max-width: 1200px) {
  .aktuell-img {
    width: 100%;
    height: 250px;
    min-height: 250px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
}

.aktuell-title {
  float: left;
  padding: 0;
  margin: 0;
  width: 60%;
  padding: 5px 10px 0 10px;
}

.archive-title {
  float: left;
  padding: 0;
  margin: 0;
  width: 100%;
  padding: 0;
}

@media screen and (max-width: 1200px) {
  .aktuell-title {
    width: 100%;
  }
}

.aktuell-title h1 {
  font-size: 14pt;
}

.archive-title h2 {
  font-size: 14pt;
  padding: 0;
  margin: 0;
}

.aktuell-excerpt {
  float: left;
  padding: 0;
  margin: 0;
  width: 60%;
  padding: 0px 10px 0 10px;
}

.archive-excerpt {
  float: left;
  padding: 0;
  margin: 0;
  width: 100%;
  padding: 0;
  border-bottom: 1px solid #f1f1f1;
}

@media screen and (max-width: 1200px) {
  .aktuell-excerpt {
    width: 100%;
  }
  h1 {
    font-size: 20pt;
  }
}

.aktuell-excerpt p {
  padding: 0;
  margin: 15px 0 0 0;
}

.archive-excerpt p {
  padding: 0 0 10px 0;
  margin: 0;
}

.aktuell-excerpt a,
.archive-excerpt a {
  text-decoration: none;
}

#secondary {
  display: none;
}

.sticky {
  display: block;
}

.hentry {
  margin: 0;
}

.entry-header h1 {
  margin: 45px 0 0px 0;
}

.entry-meta {
  color: rgb(100, 100, 100);
}

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

.single .byline,
.group-blog .byline {
  display: inline;
}

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

.entry-content p {
  margin-top: 0;
}

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

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

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.site-footer {
  width: 100%;
  text-align: center;
  padding: 10px 20px;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

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

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

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

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

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

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

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

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.sponsoren-list {
  list-style-type: none;
  text-align: left;
  padding: 0;
  margin: 0;
}

.sponsoren-list li {
  display: inline-block;
  float: left;
  width: 50%;
  height: 140px;
  margin: 10px 0 10px 0;
  padding: 0;
  text-align: left;
  border-bottom: 0px solid #f1f1f1;
}

@media screen and (max-width: 1200px) {
  .sponsoren-list li {
    width: 100%;
  }
}

.sponsoren-list li img {
  width: 35%;
}

.img-sponsoren li img {
  width: 45%;
}

.img-sponsoren li {
  text-align: center;
}

.sponsoren-list-symposium {
  list-style-type: none;
  text-align: left;
  padding: 0;
  margin: 0;
}

.sponsoren-list-symposium li {
  display: inline-block;
  float: left;
  width: 15%;
  height: 140px;
  margin: 10px 5% 10px 0;
  padding: 0;
  text-align: left;
  border-bottom: 0px solid #f1f1f1;
}

.sponsoren-list-symposium li img {
  width: 100%;
}

.modified {
  font-size: 10pt;
  margin-top: 40px;
  float: right;
}

.ss-form-entry {
  width: 100% !important;
}

.ss-form-entry div {
  float: left !important;
}

.ss-form-entry input[type="text"],
.ss-form-entry input[type="number"],
.ss-form-entry input[type="email"],
.ss-form-entry input[type="tel"],
.ss-form-entry textarea {
  width: 75% !important;
  height: 50px !important;
  float: left !important;
  margin-right: 5px !important;
  padding-left: 5px !important;
  font-size: 24px !important;
  background-color: rgb(250, 250, 250) !important;
  outline: none !important;
  color: #666 !important;
  border: 1px solid #ccc !important;
  border-radius: 3px !important;
  padding: 3px !important;
  clear: both !important;
}

.ss-form-entry input[type="radio"] {
  padding-left: 5px !important;
  margin-right: 10px !important;
}

.ss-choice-label {
  color: #666 !important;
  font-size: 1.5em;
}

.ss-form-entry label {
  width: 100% !important;
  float: left !important;
  font-size: 10pt !important;
  color: rgb(200, 200, 200) !important;
  margin-bottom: 5px !important;
  clear: both !important;
}

.ss-q-title {
  margin-top: 25px;
  font-size: 1.5em;
  color: #000000;
}

.ss-form-title {
  margin-top: 0 !important;
}

div.ss-required-asterisk {
  display: none !important;
}

span.ss-required-asterisk,
.errorheader {
  color: red;
}

#ss-submit {
  margin-top: 25px;
}

.error-message {
  font-size: 1em !important;
  color: #888 !important;
}

.ss-opt-actions,
.ss-logo-container,
.ss-response-footer {
  display: none;
}

.main-navigation.toggled .menu-hauptmenue-container ul li {
  margin-top: 10px;
}

.gf_hidden_discount {
	display: none !important;
}

.early-discount    {
	border: 1px solid green;
	border-radius: 5px;
	padding: 10px 20px;
	background-color: #fff;
	color: green !important;
}

.early-discount   input {
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
	height: auto !important;
	color: green !important;
}

.early-discount .ginput_product_price_wrapper label {
	display: none !important;
}

.terms {
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 10px 20px 0px 20px;
	font-size: 1rem;
}

.fa-solid {
	color: black !important;
}

.entry-content .tablepress {
  display: block !important;
  width: 100% !important;
  overflow-x: auto !important;
}

.entry-content .tablepress table,
.entry-content table.tablepress {
  width: 100% !important;
  min-width: 350px !important; /* forces scroll if screen is smaller */
}

.entry-content .tablepress th,
.entry-content .tablepress td {
  white-space: nowrap !important;
}

.table-scroll {
  width: 100% !important;
  overflow-x: auto !important;
}

.table-scroll table {
  min-width: 350px !important;
}

.gform_wrapper br,
.gfield--type-text p,
.gfield--type-email p,
.gfield--type-phone p,
.gfield--type-textarea p,
.gfield--type-select p {
  display: none !important;
}

