/*
Theme Name: ÖGMP
Text Domain: oegmp

 */


/*----------------------------------------*/
/*                                        */
/*           COLORS TABLE                 */
/*                                        */
/*----------------------------------------*/
/*
    black:          #231F20
    blue:           #2d4f6e
    light_blue:     #c9d9e9
    white:          #ffffff

*/
/*----------------------------------------*/
/*                                        */
/*           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.4; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* 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; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
    font-size: 1em; /* 2 */
}

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

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
    text-decoration: none;
}

/**
 * 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; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * 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; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    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; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
    font: inherit; /* 2 */
}

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

/*----------------------------------------*/
/*                                        */
/*           FONT IMPORT                  */
/*                                        */
/*----------------------------------------*/

@font-face {
    font-family: 'Open Sans';
    src: url('./fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('./fonts/OpenSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('./fonts/OpenSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('./fonts/OpenSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('./fonts/OpenSans-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

/*----------------------------------------*/
/*                                        */
/*           BASIC                        */
/*                                        */
/*----------------------------------------*/

*,
*::after,
*::before {
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    overflow-y: scroll;
}

body {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 1.2rem;
    color: #231F20;
}

td, th {
    vertical-align: top;
}

.container {
    width: 100%;
    max-width: 160rem;
    margin: 0 auto;
    min-height: 100vh;
    border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    box-shadow: 0px 0px 20px 0px #d4d4d4;
    position: relative;
    overflow: hidden;
}

a {
    transition: all 0.3s;
    color: #2d4f6e;
    text-decoration: underline;
    /*border-bottom:1px solid #c9d9e9;*/
    /*color: #0069cc;*/

}

nav a, h3 a, .nav_btn a, .feature_section a {
    text-decoration: none;
}

a:hover, h3 a:hover, nav.header a:hover, .nav_btn a:hover, .feature_section a:hover
a:focus {
    text-decoration: underline;
    color: #000;
    /*border-bottom:1px solid #000;*/
    outline: 0;
}

/*img {*/
/*    width: 100%;*/
/*}*/

.d_flex_row {
    display: flex;
    flex-direction: row;
}

.d_flex_row_sb {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.d_flex_row_hc {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.d_flex_col {
    display: flex;
    flex-direction: column;
}

.d_flex_col_sb {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cc {
    justify-content: center;
    align-items: center;
}

.no-break {
    white-space: nowrap;
}

p {
    font-size: 1.6rem;
    line-height: 1.6;
}

table {
    margin-bottom: 3rem
}

td {
    padding: 0.3rem 3rem 0.3rem 0
}

/*----------------------------------------*/
/*           WORDPRESS CORE               */
/*----------------------------------------*/

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

@media only screen and (max-width: 767px) {
    figure.alignleft, img.alignleft, figure.alignright, img.alignright {
        float: none;
    }
}


/*----------------------------------------*/
/*                                        */
/*           COLORS                       */
/*                                        */
/*----------------------------------------*/

.bg_main {
    background-color: #2d4f6e;
    color: #ffffff;
}

.bg_sub {
    background-color: #c9d9e9;
}

.bg_black {
    background-color: #231F20;
}

.fc_black {
    color: #231F20;
}

/*----------------------------------------*/
/*                                        */
/*           TYPOGRAPHY                   */
/*                                        */
/*----------------------------------------*/

h1 {
    /*margin: 0 0 3.2rem 0;*/
    margin: 0 0 3.2rem 0;
    /*    font-family: "Open Sans"; */
    font-weight: bold;
    /*font-size: 3.6rem;*/
    font-size: 2.5rem;
}

.header_empfehlung {
    margin: 4rem 0 3.2rem 0;
    font-weight: bold;
    font-size: 2.5rem;
}

.home {
    font-size: 3.6rem;
}

.h1_slogan {
    font-weight: normal;
    font-size: 1.75rem;
    margin: -3.4rem 0 3rem 0;
}

.feature strong,
.intro strong,
.feature strong {
    font-weight: bold;
    font-style: italic;
}

p strong {
    font-weight: bold;
    font-style: italic;
}

.txt_small {
    font-size: 14px;
}

/*----------------------------------------*/
/*                                        */
/*           LAYOUT                       */
/*                                        */
/*----------------------------------------*/

.main_wrapper {
    display: block;
    flex: 1;
    min-width: 0;
    border-right: 1px solid #d4d4d4;
    margin-bottom: 14.5rem;

}

.aside_wrapper {
    min-width: 40rem;
    padding: 0 0 0 0;
    border-left: 1px solid #ffffff;
    box-shadow: 0px 0px 10px 0px #d4d4d4;
}

/*----------------------------------------*/
/*                                        */
/*           HEADER                       */
/*                                        */
/*----------------------------------------*/

/*----------------------------------------*/
/*           HEADER LEFT SIDE             */
/*----------------------------------------*/

.header_left {
    justify-content: space-between;
    align-items: center;
    height: 11.5rem;
}

.header_link_logo {
    margin-left: 3rem;
}

.header_logo {
    height: 70px;
    width: auto;
    vertical-align: bottom;
}

.header_kontakt {
    width: 26.6rem;
    font-size: 1.2rem;
    margin-right: 2rem;
    line-height: 1.2;
}

.header_kontakt a {
    /*color: #2d4f6e;*/
}

/*----------------------------------------*/
/*           HEADER RIGHT SIDE            */
/*----------------------------------------*/

.header_right {
    height: 11.5rem;
    justify-content: space-between;
    align-items: flex-end;
    margin-right: 1.5rem;
}


/*----------------------------------------*/
/*           ACCOUNT                      */
/*----------------------------------------*/

.header_profil {
    color: #ffffff;
    margin: 2.25rem 1.5rem 0 3rem;
    /*min-width: 19.8rem;*/
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_profil_konto {
    display: flex;
    align-items: center;
}

.header_profil_konto:hover {
    text-shadow: 1px 0 0 #231F20;
}

.header_profil_konto::before {
    content: '';
    background-image: url(img/user.svg);
    margin-right: 8px;
    height: 24px;
    width: 24px;
    display: inline-block;
}

/*.header_profil_konto:hover::before {*/
/*    background-image: url(img/user_black.svg);*/
/*}*/

.nav_btn {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.nav_btn a {
    color: #ffffff;
    display: flex;
    padding: 1rem 1.5rem;
}

.nav_btn a:hover,
.nav_btn a:focus {
    /*background-color: #595959;*/
    color: #ffffff;
    /*text-shadow: 1px 0 0 #231F20;*/
    outline: 0;
}

.nav_btn .header_profil_konto {
    padding: 0.7rem 1.5rem 0.8rem 1.5rem;
}

.php_separator {
    position: relative;
}

.php_separator > div:first-child {
    padding-left: 0;
    font-weight: bold;
}

.php_separator > div::after {
    content: "|";
    height: 1.8rem;
}

.php_separator > div:last-child::after {
    content: "";
}

/*----------------------------------------*/
/*           ASIDE NAVBAR                 */
/*----------------------------------------*/

.header_aside_navbar {
    margin: 0 0 0.7rem 0;
    padding: 0 0 0 0;
}

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

.header_aside_nav li {
    list-style: none;
}

.header_aside_nav li:first-child::after {
    content: "|";

}

.header_aside_nav li a {
    color: #231F20;
    padding: 12px 15px;
    display: inline-block;
    outline: 0;
}

.header_aside_nav li a:hover,
.header_aside_nav li a:focus {
    /*color: #231F20;*/
    /*text-shadow: 1px 0 0 #231F20;*/
}

.nojobs li:first-child {
    display: none;
}

/*----------------------------------------*/
/*                                        */
/*           MAIN NAVBAR                  */
/*                                        */
/*----------------------------------------*/

.main_navbar {
    justify-content: space-between;
    position: absolute;
    top: 11.5rem;
    width: 100%;
}

.main_navbar_nav {
    margin: 0;
    padding: 0 0 0 1.6rem;
}

.main_navbar_nav li {
    list-style: none;
}

.main_navbar_nav li a {
    color: #ffffff;
    padding: 12px 15px;
    display: inline-block;
    outline: 0;
}

.main_navbar_nav li a:hover,
.main_navbar_nav li a:focus {
    background-color: #c9d9e9;
    color: #231F20;
    text-decoration: none;
    /*text-shadow: 0 0 0.5px #231F20;*/
}

.main_navbar_form {
    align-items: center;
    margin-right: 3rem;
}

.main_navbar_form > * {
    height: 2.8rem;
}

.main_navbar_search {
    border: none;
    padding: 0 0 0 1rem
}

.main_navbar_search:hover,
.main_navbar_search:focus {
    outline: 0;
}

.main_navbar_submit {
    padding: 0 0 0 0.5rem;
    border: none;
    outline: none;
    font: inherit;
    color: inherit;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.main_navbar_lens {
    background-image: url(img/magnifying-glass.svg);
    height: 20px;
    width: 20px;
    display: inline-block;
    margin-right: 0.5rem;
}

/*----------------------------------------*/
/*                                        */
/*           MEMBER NAVBAR                */
/*                                        */
/*----------------------------------------*/

.member_navbar {
    top: 16rem;
    width: auto;
    display: flex;
}

/*----------------------------------------*/
/*           HEADER MOBILE                */
/*----------------------------------------*/

/*----------------------------------------*/
/*           HEADER MEDIA QUERY           */
/*----------------------------------------*/


/*----------------------------------------*/
/*                                        */
/*           ASIDE EVENTS                 */
/*                                        */
/*----------------------------------------*/

.aside_right {
    margin-top: 9rem;
}

.news_wrapper {
    margin-bottom: 5rem;
}

.aside_heading {
    /* font-family: "Open Sans";*/
    /*font-weight: 300;*/
    font-weight: normal;
    font-size: 1.4rem;
    color: #231F20;
    text-align: right;
    margin: 0 3rem 0.8rem 0;
}

hr.hr_separator {
    box-sizing: content-box;
    border: 0;
    border-bottom: 1px solid #ffffff;
    margin: 0;
}

.event {
    padding: 3rem;
    justify-content: center;
}

.event_img {
    height: 7rem;
    width: 7rem;
    display: block;
    background-image: url(img/logo_ogmp.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #ffffff;

    background-origin: content-box;
    padding: 3px
}

.aside_right .event_img {
    border: 1px solid #231F20;
    background-position: center center;
}

.event_details {
    margin: 0 0 0 1.5rem;

}

.event_title {
    margin: 0 0 1.5rem 0;
    width: 25.4rem;
    line-height: 1.15;
}

.no_margin {
    margin: 0;
}


.event_title a {
    font-weight: 600;
    font-size: 1.4rem;
    color: #231F20;
}

.event_title a:focus,
.event_title a:hover {
    outline: 0;
    /*text-shadow: 1px 0 0 #231F20;*/
}

.event_body,
.event_footer {
    justify-content: space-between;
    flex-wrap: wrap-reverse;
    max-width: 254px;
}

.event_body_details p {
    margin-top: 0;
}

.event_body_link {
    margin-bottom: 1.4rem;
    word-break: break-word;
}

.event_footer_date {
    padding-right: 2rem;
}

/*----------------------------------------*/
/*                                        */
/*           MAIN AREA                    */
/*                                        */
/*----------------------------------------*/

.main_content_wrapper {
    position: relative;
    top: 8rem;
    width: 100%;
    padding: 0 3rem;
    display: block;
}

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

.is_logged-in .main_content_wrapper {
    top: 12rem;
}

/*----------------------------------------*/
/*                                        */
/*           HOME                         */
/*                                        */
/*----------------------------------------*/

.center_h1_slogan > h1,
.center_h1_slogan > p {
    text-align: center;
}


.intro {
    font-size: 1.8rem;
    margin: 0 0 1rem 0;
}


/*----------------------------------------*/
/*           Features                     */
/*----------------------------------------*/

.features {
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 7rem 0 5rem;
}

.feature {
    /*margin: 0 0.5rem 1rem 0.5rem;*/
    margin: 0 1rem 3.5rem 1rem;

}

.feature_icon {
    display: block;
    height: 6rem;
    width: 8rem;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 1.5rem;
    opacity: 0.2;
}

.feature_section {
    min-width: 27.8rem;
    max-width: 27.8rem;
}

.feature p {
    margin: 0;
}

.feature ul {
    list-style: none;
    margin: 0 0 1rem 0;
    padding-left: 1em;
}

.feature ul > li::before {
    display: inline-block;
    content: "-";
    width: 1em;
    margin-left: -1em;
}

.feature a {
    color: #231F20;
}

.feature a:focus,
.feature a:hover {
    outline: 0;
    text-shadow: 1px 0 0 #231F20;
}

.feature ul > li:hover::before {
    text-shadow: 1px 0 0 #231F20;
}


/*----------------------------------------*/
/*                                        */
/*           OWL CAROUSEL                 */
/*                                        */
/*----------------------------------------*/

.owl_carousel_container {
    margin-bottom: 2.5rem;
}

.owl_carousel_img {
    height: 270px;
}

.owl-stage {
    display: flex
}

.owl-carousel .owl-item img {
    width: auto;
}

.owl-carousel .owl-stage-outer {
    height: 270px;
}

/*----------------------------------------*/
/*                                        */
/*           ACCORDION                    */
/*                                        */
/*----------------------------------------*/
.sub_posts {
    margin-top: 3.6rem;
}

.accordion {
    margin-top: 2rem;
    line-height: 1.6;
    padding: 0;
    font-size: 1.6rem;
    word-break: break-word;
}

.accordion > h2 {
    position: relative;
    font-size: 1.8rem;
    padding: 3px 0 0 5rem;
    margin: 0 0 0 0;
    cursor: pointer;
    line-height: 1.5em;
    background: #c9d9e9;
    font-weight: bold;
    min-height: 34px;
}

.accordion > h2::before {
    content: '+';
    display: inline-block;
    position: absolute;
    width: 34px;
    height: 100%;
    left: 0;
    background: #2d4f6e;
    color: #fff;
    font-weight: bold;
    font-size: 2em;
    text-align: center;
    border-right: 3px solid #fff;
    line-height: 34px;
    margin-top: -3px;
}

.accordion > h2.opened {
    /*color: #fff;*/
}

.accordion > h2.opened::before {
    content: '-';
    line-height: 0.75;
    /*background: #fff;*/
}

.accordion > div {
    height: 0;
    overflow: hidden;
}

.accordion .description {

}


/*----------------------------------------*/
/*                                        */
/*           EVENTS                       */
/*                                        */
/*----------------------------------------*/

.list {
    margin-top: 5rem;
    word-break: break-word;
}

.list_header {
    padding: 0.5rem 0;
    background-color: #c9d9e9;
    font-size: 1.4rem;
    display: none;
}

.list_header label {
    /*font-size: 1.8rem;*/
    line-height: 34px;
    padding: 0 0 0 1.6rem;
    margin: 0 0 0 0;
}

.list_header_left {

}

.list_header select {
    display: inline-block;
    /*font-size: 1.8rem;*/
    border: 0;
    margin-left: 5px;
}

.list_header_archiv {
    padding: 0 1.6rem 0 0;
}

.list_month_wrapper {

}

.list_month > h2 {
    position: relative;
    font-size: 1.8rem;
    padding: 0 0 0 1.6rem;
    margin: 0 0 0 0;
    line-height: 34px;
    background: #2d4f6e;
    color: #ffffff;
    font-weight: normal;
}

.list_events {

}

.list_event {
    padding: 3rem;
    border-bottom: 1px solid #ccc;
}

/*.list_event img {*/
/*    max-width: 100%;*/
/*    height: auto;*/
/*}*/

.list_event .event_img {
    height: 10rem;
    min-width: 20rem;
}

.list_event .event_details {
    width: 100%;
}

.list_event .event_header {
    justify-content: space-between;
    flex-wrap: wrap-reverse;
    margin-bottom: 2rem;
}

.list_event .event_header_date {
    margin-right: 2rem;
}

.list_event .event_body,
.list_event .event_header {
    max-width: 100%;
    flex-wrap: wrap;
}

.list_event .event_title {
    width: 100%;
}

.search .list_event {
    border: 0;
}

/*----------------------------------------*/
/*                                        */
/*           LISTEn                         */
/*                                        */
/*----------------------------------------*/

table.newsletter,
.dwnl_groups table,
.page-id-18 table {
    border-collapse: collapse;
}

table.newsletter td,
.dwnl_groups td,
.page-id-18 td {
    /*height: 44px;*/
    padding: 10px 24px 10px 6px;
    border-bottom: 1px solid #ccc;
}

table.newsletter td,
table.newsletter td,
.dwnl_groups td {
    vertical-align: baseline;
}

.dwnl_groups td:first-child,
.page-id-18 td:first-child {
    min-width: 35.2rem;
}

.dwnl_groups td:nth-child(2),
.page-id-18 td:nth-child(2) {
    min-width: 18.6rem;
}

.dwnl_groups td:nth-child(3)
.page-id-18 td:nth-child(3) {
    min-width: 30rem;
}

table.newsletter td:first-child {
    min-width: 35rem;
}

table.newsletter td:nth-child(2) {
    min-width: 18.6rem;
}

table.newsletter td:nth-child(3) {
    min-width: 30rem;
}

/*----------------------------------------*/
/*                                        */
/*           VORSTAND                     */
/*                                        */
/*----------------------------------------*/

.vorstand {
    flex-wrap: wrap;
}

.vorstand_first_wrapper {
    margin-top: 1.6rem;
}

.vorstand_first_wrapper,
.vorstand_wrapper {
    margin-bottom: 5rem;
}

.vorstand_funktion {
    margin-bottom: 3rem;
}

.vorstand_img {
    min-height: 180px;
    max-height: 180px;
    max-width: 145px;
    min-width: 145px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 3rem 0 0;
}


.vorstand_body {
    width: 32.1rem;
}


.accordion_sub {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.active, .accordion_sub:hover {
    background-color: #ccc;
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

/*----------------------------------------*/
/*                                        */
/*           LOGIN                        */
/*                                        */
/*----------------------------------------*/

@keyframes moveInTop {
    0% {
        opacity: 0;
        /*transform: translateY(-100vh);*/
        transform: translate(0);
    }

    80% {
        /*transform: translateY(10px);*/
        transform: translate(0);
    }

    100% {
        opacity: 1;
        transform: translate(0);
    }
}

@keyframes moveUpTop {
    0% {
        opacity: 1;
        transform: translate(0);
    }

    100% {
        opacity: 0;
        transform: translateY(-100vh);
    }
}

.login_wrapper {
    display: none;
    position: absolute;
    background: rgba(255, 255, 255, 0.95);
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 30;
}

.login_wrapper.login_open {
    display: flex;
    animation-name: moveInTop;
    animation-duration: 0.7s;
}


.login_form {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    box-shadow: 0 0 3rem rgba(0, 0, 0, 0.2);
    border-radius: 0.4rem;
    width: 80%;
    overflow: hidden;
    max-width: 350px;
    background: #c9d9e9;
    font-size: 1.6rem;
}

.login_close {
    display: inline-block;
    width: 5rem;
    padding: 2rem;
    font-size: 3rem;
    text-align: left;
    line-height: 0;
    cursor: pointer;
    margin-bottom: 1.5rem;
}

.btn,
.login_input,
.login_button {
    font-family: inherit;
    font-size: 1.6rem;
    letter-spacing: 1.2px;
    border: 0;
}

.btn-save {
    padding: 0.7rem 1.6rem;
    background-color: #2d4f6e;
    color: #ffffff;
    cursor: pointer;
}

.btn-upload {
    font-size: 1.4rem;
}

.btn-newupload {
    /*max-width: 10rem;*/
    text-align: center;
    font-size: 1.4rem;
    display: none;
}

/*.btn-save:hover,*/
/*.btn-save:focus {*/
/*    outline: 0;*/
/*    background-color: #c9d9e9;*/
/*    color: #231F20;*/
/*}*/


.login_input {
    padding: 1.5rem 5rem 1.5rem 1.5rem;
    width: 90%;
}

.login_item {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto 0.5rem auto;
    position: relative;
}

.login_item_passwort {
    margin: 3rem auto 0 auto;
}

.login_input::placeholder {
    opacity: 0.35;
}

.login_input:focus::placeholder {
    color: #231F20;
    opacity: 0.5;
}

.login_input:focus {
    color: #231F20;
    opacity: 1;
}

.reset_button,
.login_button {
    background: #2d4f6e;
    color: #ffffff;
    padding: 1.47rem 2rem;
    width: 100%;
    cursor: pointer;
}

.reset_button {
    display: none;
}

.login_eye {
    height: 4.8rem;
    width: 4.8rem;
    padding: 1rem;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 2rem;
    top: 0;
    background-origin: content-box;
    cursor: pointer;
}

.eye_on {
    background-image: url(img/eye.svg);
}

.eye_off {
    background-image: url(img/eye-off.svg);
}

.login_zurueck,
.login_pwd_lost {
    text-align: left;
    width: 90%;
    margin: 0.5rem auto 1rem auto;
    cursor: pointer;
}

.login_zurueck:hover,
.login_zurueck:focus,
.login_pwd_lost:hover,
.login_pwd_lost:focus,
.reset_button:hover,
.reset_button:focus,
.login_button:hover,
.login_button:focus,
.btn-save:hover,
.btn-save:focus {
    text-decoration: underline;
    outline: 0;
}

.login_zurueck {
    display: none;
}

.error_wrapper {
    padding: 0;
    width: 90%;
    font-size: 1.6rem;
    margin: 0 auto 3rem auto;
}

.error_wrapper p {
    margin: 0;
}

.errormes, .errormes2 {
    display: none;
    color: #af0000;
}

.login_message {
    color: #af0000;
}

.profil_error,
.profil_SaveNewP_error {
    color: #af0000;
}

.profil_SaveNewP_success {

}

.profil_form,
.newpasswort_form {
    margin: 3rem 0 0.5rem 0;
}

.error_messages {
    height: 5rem;
}

.profil_daten_wrapper {
    margin: 3rem 0 0.5rem 0;
}

.profil_daten_wrapper .input_wrapper {
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
}

.label_ersatz {
    font-weight: 600;
    min-width: 23rem;
    max-width: 23rem;
}

.input_ersatz {
    min-width: 38rem;
}

.label_ersatz,
.input_ersatz {
    margin: 0px 0 0px 0;
}

.input_wrapper_abstand {
    margin-top: 8rem;
}

/*----------------------------------------*/
/*                                        */
/*           PASSWORT RESET               */
/*                                        */
/*----------------------------------------*/

.input_wrapper {
    font-size: 1.6rem;
    margin-bottom: 2rem;
    max-width: 35rem;
}

.input_wrapper label {
    margin-bottom: .4rem;
    font-weight: 600;
}

.input_wrapper input {
    padding: 0.5rem 1rem;
}

.input_wrapper select {
    padding: 0.5rem 0.8rem;
}


/*----------------------------------------*/
/*                                        */
/*           Downloads/Uploads            */
/*                                        */
/*----------------------------------------*/

.header_files {
    margin: 0 0 3.2rem 0;
    font-weight: bold;
    font-size: 2.5rem;
}

.upload_wrapper {
    width: 100%;
    height: 27rem;
    margin-bottom: 6rem;
}

.dropzone {
    width: 100%;
    height: 27rem;
    border: 2px dashed #2d4f6e;
    cursor: pointer;
    overflow-y: auto;
}

.dropzone .dz-preview {
    /*border: 1px solid #231F20;*/
}

.dropzone .dz-preview {
    text-align: center;
    margin: 2em 0;
    width: 100%;
}

.mitglieder_list {
    margin-top: 6rem;
}

/*----------------------------------------*/
/*                                        */
/*           FILE EXTENSIONS              */
/*                                        */
/*----------------------------------------*/

.extension {
    position: relative;
    margin-left: 25px;
}

.extension:before {
    width: 25px;
    height: 25px;
    display: block;
    content: "";
    margin-right: 5px;
    margin-top: -3px;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: -27px;
    top: 0;
}

.PDF:before {
    background-image: url(img/extensions/pdf.svg);
}

.DOC:before {
    background-image: url(img/extensions/doc.svg);
}

.XLS:before {
    background-image: url(img/extensions/xls.svg);
}

.GIF:before {
    background-image: url(img/extensions/gif.svg);
}

.PNG:before {
    background-image: url(img/extensions/png.svg);
}

.JPG:before {
    background-image: url(img/extensions/jpg.svg);
}

.SVG:before {
    background-image: url(img/extensions/svg.svg);
}

.TIF:before {
    background-image: url(img/extensions/tif.svg);
}

.BMP:before {
    background-image: url(img/extensions/bmp.svg);
}

.ZIP:before {
    background-image: url(img/extensions/zip.svg);
}


/*----------------------------------------*/
/*                                        */
/*           NEWSLETTER                   */
/*                                        */
/*----------------------------------------*/

.newsletterID_container {
    width: 100%;
    max-width: 60rem;
    padding: 3rem 0;
    box-sizing: content-box;
}

.newsletterID_container img {
    vertical-align: sub;
}

.newsletter_header {
    justify-content: space-between;
}

.newsletter_header_left {
    padding-left: 2.5rem;
    display: flex;
    align-items: center;
}

.nl_header_left_wrapper {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    text-align: left;
    text-transform: uppercase;
    color: #231F20;
}

.nl_ogmpnews {

}

.nl_header_ausgabe {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 2px;
}

.nl_logo img {
    width: 100%;
    max-width: 31.4rem;
    height: auto;
}

.newsletter_banner {
    background-color:#444444;
}

.newsletter_sub_banner {
    background-color:#444444;
    padding: 0.5rem;
    color: #ffffff;
    font-size: 1.2rem;
}

.nl_oegmp_link a {
    color: #ffffff;
    text-decoration: none;
}

.nl_oegmp_link a:hover,
.nl_oegmp_link a:focus {
    text-decoration: underline;
}

.newsletter_thema {
    margin: 0 0 2.5rem 0;
    border-bottom:2px solid #231F20;
}

.newsletter_content {
    text-align:justify;
    word-break: break-word;
}

.newsletter_content h2 {
    font-size: 1.6rem;
    border-bottom: 2px solid #231F20;
    margin-top: 0;
}

.newsletter_content p {
    font-size: 1.4rem;
}


.nl_banner_img,
.newsletter_schatten_img {
    width: 100%;
    height: auto;
}

.newsletter_content img {
    margin: 0;
    width: 100%;
    height: auto;
}


.newsletter_grussformel td {
    font-weight: bold;
    font-size: 1.4rem;
}

.newsletter_wrapper {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap-reverse;
}

.newsletter_list {
    margin-right: 2rem;
}

.newsletter_frame {
    width: 100%;
    max-width: 60rem;
}

.newsletter_iframe {
    width: 100%;
    max-width: 60rem;
    border: none;
    height: 100%;
}

.newsletter_grussformel {

}

@media only screen and (max-width: 570px) {
   .newsletter_header {
       flex-direction: column;
   }

}

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

    .newsletter_header_right img {
        width: 100%;
        height: auto;
    }
}

/*----------------------------------------*/
/*                                        */
/*           HEADER MEDIA QUERY           */
/*                                        */
/*----------------------------------------*/

@media only screen {
    .nav_mobile {
        display: none;
    }
}


@media only screen and (max-width: 1200px) {
    .is_logged-in .main_content_wrapper {
        top: 8rem;
    }

    .aside_wrapper {
        display: none;
    }

    .nav_desktop {
        display: none;
    }

    .header_kontakt {
        display: none;
    }

    .nav_mobile {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 11.5rem;
        width: 100%;
        background-color: #2d4f6e;
        color: #ffffff;
        padding: 5px 0;
        z-index: 20;
    }

    .nav_mobile_header {
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    .menu_icon {
        width: 3.5rem;
        height: 3.5rem;
        display: block;
        background-image: url(img/menu2.svg);
        background-repeat: no-repeat;
        background-position: center;
        /*margin-right: 3rem;*/
    }

    .nav_mobile_body {
        width: 100%;
        /*max-width: 350px;*/
        position: absolute;
        right: 0;
        top: 4.5rem;
        box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.75);
        display: none;

    }

    .nav_mobile_body .main_navbar_nav {
        flex-direction: column;
        padding: 0;
        border-top: 1px solid #c9d9e9;
    }

    .nav_mobile_body .main_navbar_nav a {
        text-align: left;
        width: 100%;
        padding-left: 3rem;
    }

    .nav_mobile_body .nav_btn a {
        padding: 12px 15px 12px 30px;
        width: 100%;
    }

    .nav_mobile_body .nav_btn a:hover,
    .nav_mobile_body .nav_btn a:focus {
        background-color: #c9d9e9;
        color: #231F20;
        text-decoration: none;

    }

    .nav_mobile_body .menu-menue-footer-container a {
        color: #231F20;
    }

    .nav_mobile_body .menu-menue-footer-container a:hover,
    .nav_mobile_body .menu-menue-footer-container a:focus {
        background-color: #2d4f6e;
        color: #ffffff;
    }

    .nav_mobile_body .main_navbar_form {
        margin: 0.5rem 0 0.5rem 3rem;
    }

    .nav_mobile_body .main_navbar_search {
        width: 50%;
        min-width: 24rem;
        max-width: 39rem;
    }

    .nav_mobile_body .header_kontakt {
        width: auto;
        margin: 3rem;
        display: block;
        color: #231F20;
    }
}

@media only screen and (max-width: 640px) {
    /* PADDING MOBIL   */
    .header_link_logo {
        margin-left: 1rem;
    }

    .main_content_wrapper {
        padding: 0 1rem;
    }

}


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

    .list_event {
        flex-direction: column;
    }

    .event_details {
        margin: 0;
    }
}

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

    .list_event {
        padding: 3rem 0;
    }

    .feature {
        flex-direction: column;
        align-items: center;
    }

    .feature_icon {
        margin: 0 0 1rem 0;
    }
}

@media only screen and (max-width: 500px) {
    .feature_section {
        min-width: 100%;
    }

    .profil_daten_wrapper .input_ersatz {
        min-width: 100%;
        max-width: 100%;
    }

    .profil_daten_wrapper .d_flex_row {
        flex-direction: column;
    }
}

.frage {
	font-size:1.5em;
	padding:10px 0;	
	margin-bottom:1.5em;
}

.frage label {
	margin:0 1em; 	
}

@media only screen and (max-width: 500px) {
	.frage label {
		display:block;	
	}
}

select, input[type="text"], input[type="date"] {
	background:#fff;
	border:1px solid #333;
}


form .is-invalid {
	border-color: #af0000;
	padding-right: calc(1.5em + .75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23af0000'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(.775em + .1875rem) center;
	background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

form .is-checked-invalid + span {
	color: #af0000;
}

.spinner-border {
	display: inline-block;
	color:#198754 ;
	width: 2rem;
	height: 2rem;
	vertical-align: -.125em;
	border: .25em solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	-webkit-animation: .75s linear infinite spinner-border;
	animation: .75s linear infinite spinner-border;
}

@keyframes spinner-border {
  to { transform: rotate(360deg); }
}

.profil_success {
	color:#198754;	
}