/*--------------------------
1.0 Normalize
----------------------------*/
@font-face {
    font-family: Gilroy;
    font-weight: normal;
    src: url("../fonts/gilroy/Gilroy-Regular.otf") format("opentype");
}

@font-face {
    font-family: Gilroy;
    font-weight: bold;
    src: url("../fonts/gilroy/Gilroy-Bold.otf") format("opentype");
}

/* @font-face {
    font-family: Gilroy-Light;
    font-weight: 300;
    src: url("../fonts/gilroy/Gilroy-Light.otf") format("opentype");
} */
html {
    font-family: "Gilroy", Arial, Helvetica, sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    /*padding: 0px;*/
    /*margin: 0;*/
    font-weight: normal;
}

body {
    margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

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

figcaption,
figure,
main {
    display: block;
}

figure {
    margin: 1em 0;
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

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

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    text-decoration: none;
    cursor: pointer;
}

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

abbr[title] {
    border-bottom: 1px #767676 dotted;
    text-decoration: none;
}

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: 700;
}

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

dfn {
    font-style: italic;
}

mark {
    background-color: #EEE;
    color: #222;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio,
video {
    display: inline-block;
}

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

img {
    border-style: none;
}

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

button,
input,
optgroup,
select,
textarea {
    font-family: "Gilroy", Arial, Helvetica, sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    border: 1px solid #BBB;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

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

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

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

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

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details,
menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

body {
    background-color: white;
}

a {
    color: black;
}

a:visited {
    color: black;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.xc-button {
    display: inline-block;
    padding: 11px;
    background-color: #E3E3E3;
    border: 1px solid #CDCDCD;
    /*+border-radius: 2px;*/
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    color: black;
}

.xc-button:hover {
    background-color: #C8C8C8;
    color: white;
}

.beta-tag {
    background-color: rgba(192, 192, 192, 0.422);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100000;
    font-size: 9px;
    padding: 8px;
    color: white;
    cursor: help;
}

.beta-tag:hover {
    background-color: #E20613;
    font-size: 18px;
}

.loading.spinner {
    /* background-image: url('/images/loading-spinner.gif'); */
    background-image: url('../images/loading-spinner.gif');
    width: 48px;
    height: 48px;
    background-size: 100%;
}

.header {
    display: block !important;
    width: 100%;
    position: fixed;
    z-index: 10000;
}

.header.desktop {
    display: grid !important;
    grid-template-columns: auto 1fr auto;
    grid-template-rows: 1fr;
    max-width: 1190px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.961);
    margin-left: auto;
    margin-right: auto;
    height: 122px;
}

.header.desktop.small {
    height: 36px;
    /*(*+box-shadow: 0px 11px 23px -12px rgba(0, 0, 0, 0.203) !important;*)
    -moz-box-shadow: 0px 11px 23px -12px rgba(0, 0, 0, 0.203) !important;
    -webkit-box-shadow: 0px 11px 23px -12px rgba(0, 0, 0, 0.203) !important;
    box-shadow: 0px 11px 23px -12px rgba(0, 0, 0, 0.203) !important;*/
}

.header.desktop,
.header.desktop.small {
    /*+box-shadow: 0px 6px 9px -6px rgba(0, 0, 0, 0.203);*/
    -moz-box-shadow: 0px 6px 9px -6px rgba(0, 0, 0, 0.203);
    -webkit-box-shadow: 0px 6px 9px -6px rgba(0, 0, 0, 0.203);
    box-shadow: 0px 6px 9px -6px rgba(0, 0, 0, 0.203);
}

.header.desktop.small .bottom {
    margin: 0px !important;
    padding: 0 !important;
}

.header.desktop .left {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
}

.header.desktop .right {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    height: 36px;
}

.header.desktop .spacer {
    width: 1.45em;
}

.header.desktop .logo img {
    /* height: 68px; */
    height: 108px;
    /* padding: 36px 12px 8px 36px; */
    padding: 8px 12px 8px 12px;
    margin-right: 10px;
}

.header.desktop.small .logo img {
    height: 19px;
    padding: 7px 0px 8px 18px;
}

.header.desktop .right .top {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: 1fr;
    height: 34px;
    margin-top: 25px;
}

.header.desktop .right .bottom {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: 1fr;
    height: 34px;
    margin-top: 16px;
}

.header.desktop .right .top .nav {
    z-index: 1;
}

.header.desktop .right .top .nav ul a {
    text-transform: capitalize;
}

.header.desktop .right .top .nav ul :last-child ul {
    margin-left: -98px !important;
}

.header.desktop .right .top .nav ul :first-child ul {
    margin-left: -64px !important;
}

.header.desktop .right .top .left {
    justify-self: stretch;
    align-self: center;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: 1fr;
}

.header.desktop .right .top .nav,
.header.desktop .right .bottom .nav {
    justify-self: end;
    align-self: center;
}

.header.desktop .nav.secondary ul a {
    color: #E20613 !important;
}

.header.desktop .nav.secondary ul ul a {
    color: black !important;
}

.header.desktop .nav.third ul a {
    color: #B3B3B3 !important;
    font-weight: normal !important;
}

.header.desktop .nav.third ul ul a {
    color: black !important;
}

.header.desktop .nav ul a {
    text-transform: uppercase;
    font-size: 1.0em !important;
}

.header.desktop .nav ul ul a {
    text-transform: none !important;
}

.header.desktop .right .bottom .nav.primary {
    justify-self: start;
    align-self: center;
}

.header.desktop .right .top .nav.third ul li.page-26 ul li ul {
    margin-left: -356px !important;
}

.menu-more {
    display: none;
}

.header.mobile {
    display: none !important;
    top: 0;
    background-color: rgba(255, 255, 255, 0.961);
}

.header.mobile li {
    border-bottom: 1px dotted #A6A6A6;
}

.header.mobile .vertical {
    /*+box-shadow: -10px 3px 23px 7px rgba(0, 0, 0, 0.5);*/
    -moz-box-shadow: -10px 3px 23px 7px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: -10px 3px 23px 7px rgba(0, 0, 0, 0.5);
    box-shadow: -10px 3px 23px 7px rgba(0, 0, 0, 0.5);
}

.header.mobile ul li.search {
    border-bottom: 1px solid #909090 !important;
}

.header .header.mobile .nav-switch {
    background-color: rgba(240, 45, 57, 0.875);
    color: white;
    /*font-size: 14px;*/
    /*+box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.570);*/
    -moz-box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.570);
    -webkit-box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.570);
    box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.570);
}

/* kcor: */
.header.mobile.small {
    height: 36px;
    /*(*+box-shadow: 0px 11px 23px -12px rgba(0, 0, 0, 0.203) !important;*)
    -moz-box-shadow: 0px 11px 23px -12px rgba(0, 0, 0, 0.203) !important;
    -webkit-box-shadow: 0px 11px 23px -12px rgba(0, 0, 0, 0.203) !important;
    box-shadow: 0px 11px 23px -12px rgba(0, 0, 0, 0.203) !important;*/
}

.header.mobile,
.header.mobile.small {
    /*+box-shadow: 0px 6px 9px -6px rgba(0, 0, 0, 0.203);*/
    -moz-box-shadow: 0px 6px 9px -6px rgba(0, 0, 0, 0.203);
    -webkit-box-shadow: 0px 6px 9px -6px rgba(0, 0, 0, 0.203);
    box-shadow: 0px 6px 9px -6px rgba(0, 0, 0, 0.203);
}

.header.mobile.small .bottom {
    margin: 0px !important;
    padding: 0 !important;
}

/* --kcor: take following out to leave in the middle*/
.header.mobile.small .center {
    text-align: left;
    justify-content: left;
    padding-left: 5px;
}

.header.mobile.small .logo img {
    width: 40px;
    padding: 5px 0px 0px 0px;
}
/* kcor */

.main-page {
    max-width: 1190px !important;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    min-height: 100vh !important;
    /*min-height: 120px;*/
    /*display: grid;*/
    /*grid-template-columns: 1fr;*/
    /*grid-template-rows: 1fr;*/
}

.content {
    min-height: 580px;
    /*min-height: 100vh;*/
    padding: 122px 0 12px !important;
}

a:hover {
    color: #FD0005;
}

a:active {
    color: gray;
}

/* -- kcor -- commented out:
.content .slider {
    display: grid;
    /*display: none;*/
/* -- kcor -- commented out:
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
}

.content .slider .image {
    justify-self: stretch;
    align-self: stretch;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-area: 1 / 1;
}

.content .slider .image img {
    justify-self: stretch;
    align-self: stretch;
    object-fit: cover;
    max-width: 100%;
}

.content .slider .overlay {
    justify-self: stretch;
    align-self: stretch;
    grid-area: 1 / 1;
    background-color: rgba(252, 0, 5, 0.641);
}

.content .slider .captions {
    justify-self: stretch;
    align-self: stretch;
    grid-area: 1 / 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr auto;
    margin-top: 26px;
}

.content .slider .captions .headline,
.content .slider .captions .text {
    background-color: rgba(255, 255, 255, 0.875);
    padding: 16px;
    /*max-width: 70%;*/
/* -- kcor -- commented out:
    margin: 2px;
    min-width: 25%;
}

.content .slider .captions .text {
    /*background-color: white;*/
    /*padding: 16px;*/
/* -- kcor -- commented out:
    max-width: 21vw;
    font-size: 1.3vw;
    /*margin: 2px;*/
/* -- kcor -- commented out:
}

.content .slider .captions .headline {
    font-size: 3vw;
    text-transform: uppercase;
    font-weight: bold;
    max-width: 45vw;
    color: #E20613;
}

.content .slider .captions .left-top {
    justify-self: start;
    align-self: start;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    margin-left: 34px;
}

.content .slider .captions .right-top .text,
.content .slider .captions .right-top .headline {
    justify-self: end;
    align-self: start;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
}

.content .slider .captions .right-top .headline {
    max-width: 386px;
}

.content .slider .captions .right-top {
    justify-self: end;
    align-self: start;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
}

.content .slider .captions .foto-caption {
    padding: 17px 17px 17px 33px;
}

.content .slider .captions .foto-caption span {
    padding: 2px 6px;
    background-color: rgba(0, 0, 0, 0.398);
    color: white;
    font-size: 1.2vw;
}

 */

.content .fourbuttons {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    grid-template-rows: 1fr;
    margin-top: 42px;
    /*margin-bottom: 0px !important;*/
}

.content .fourbuttons li {
    justify-self: center;
    align-self: center;
    text-align: center;
}

.content .fourbuttons img {
    width: 120px;
}

.content .fourbuttons .text {
    text-transform: uppercase;
    margin-top: 11px;
}

.content .newsticker {
    overflow: hidden;
    background-color: #E20613;
    color: white;
    margin-top: 37px;
    margin-bottom: 60px;
    font-size: 1.7em;
    text-transform: uppercase;
}

.content .newsticker span a {
    color: white;
    /*font-family: serif;*/
}

.content .newsticker span a:hover {
    color: black;
}

.content .newsticker .inner {
    padding: 0.1em;
}

.content .newsticker .inner .image {
    /*height: 2.7em;*/
    margin-right: 1em;
    margin-left: 1em;
}

.content .newsticker .inner .image img {
    height: 0.7em;
}

.content .blox-section {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    margin-bottom: 24px;
    margin-top: 24px;
}

.content .blox-section .blox {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(574px, 1fr));
    grid-template-rows: 1fr;
    grid-column-gap: 1em;
    grid-row-gap: 2em;
}

.content .blox-section .section-headline {
    margin: 0 0 6px 0;
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: bold;
}

.content .blox-section .blox .block {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    /*background-color: rgba(0, 0, 0, 0.125);*/
    /*margin: 12px;*/
}

.content .blox-section .blox .block .image {
    justify-self: stretch;
    align-self: stretch;
    display: grid;
    height: 320px !important;
    width: 100%;
    overflow: hidden;
}

.content .blox-section .blox .block img {
    justify-self: stretch;
    align-self: stretch;
    object-fit: cover !important;
    height: 100%;
    width: 100%;
}

.content .blox-section .blox .block .text {
    padding-top: 12px;
    padding-bottom: 6px;
}

.content .blox-section .blox .block .excerpt {
    font-family: "Gilroy", Arial, Helvetica, sans-serif;
    font-size: 1.2em;
}

.content .blox-section .blox .block .headline {
    justify-self: start !important;
    align-self: end !important;
    margin-bottom: 12px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.4em;
    letter-spacing: 0.03em;
}

.content .cite {
    margin-top: 96px;
    margin-bottom: 96px;
    /*padding-right: 6px;*/
    /*padding-left: 6px;*/
}

.content .cite .text {
    font-size: 3.5em !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
    color: #E20613 !important;
    line-height: 0.9 !important;
}

.content .cite .author {
    font-size: 0.7em !important;
    text-transform: uppercase !important;
    text-align: right !important;
    padding-right: 31px !important;
    padding-top: 27px !important;
    /*line-height: 1.5;*/
    font-weight: normal;
    color: black;
}

.footer {
    background-color: #E20613;
    /*background-color: #E5E5E5;*/
    padding-bottom: 18px;
    padding: 35px;
}

.footer .top .cite {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: 1fr;
    padding: 16px;
    margin-bottom: 24px;
    max-width: 60%;
}

.footer .top .cite .logo {
    justify-self: start;
    align-self: start;
}

.footer .top .cite .text {
    justify-self: start;
    align-self: start;
    margin-left: 24px;
    color: white;
    font-weight: bold;
}

.footer .top .cite .text .citetext {
    text-transform: uppercase;
    font-size: 1.5em;
}

.footer .top .cite .logo img {
    height: 5.9em;
}

.footer .bottom .left {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-template-rows: 1fr;
}

.footer .bottom .image {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    justify-self: start;
    align-self: end;
}

.footer .bottom .image img {
    max-width: 200px;
    margin-bottom: 20px;
    margin-top: 24px;
    display: none;
}

.footer .bottom .left ul {
    /*background-color: rgba(255, 255, 255, 0.156);*/
    padding: 12px;
    color: white;
}

.footer .bottom .left UL content {
    width: 206px;
}

.footer .bottom .left ul li {
    text-transform: uppercase;
    font-weight: bold;
    white-space: nowrap;
}

.footer .bottom .left ul li a {
    color: white;
}

.footer .bottom .left ul li a:hover {
    color: black;
}

.footer .bottom .left ul.gewerke li {
    font-weight: normal;
}

.footer .bottom .left ul.left-3.gewerke li:first-child {
    font-weight: bold;
}

.footer .bottom .left ul.gewerke li.headline {
    font-weight: bold;
}

.footer .left-4 .hidecontent {
    width: 0;
    overflow: hidden;
}

.header.desktop .right .top .left .search {
    text-align: right;
    width: 100%;
    display: inline-block !important;
    margin: 0px !important;
    padding: 0px !important;
}

.header.desktop .right .top .left .search form {
    display: inline-flex !important;
    margin: 0px !important;
    padding: 0px !important;
    text-align: right;
}

.header.desktop .right .top .left .search input {
    width: 90px;
    border: 1px solid #DEDEDE;
    padding: 2px !important;
    font-size: 14px;
    display: none;
}

.header.desktop .right .top .left .search:hover input {
    width: 240px;
    display: inline-flex;
}

.header.desktop .right .top .left .search button {
    height: 22px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    margin-top: 2px;
    /*padding-top: 5px;*/
}

.header.desktop .right .top .left .search button img {
    height: 100%;
}

.taxonomie .page-content ul li.post {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: 1fr;
    margin-bottom: 24px;
}

.taxonomie .page-content ul li.post .post-data .post-title {
    font-weight: bold;
    font-size: 2em;
    text-transform: uppercase;
    margin-top: 0.5em;
}

.taxonomie .page-content ul li.post .post-data .post-content {
    margin-top: 0.5em;
}

.taxonomie .page-content ul li.post .post-thumbnail {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    margin-right: 31px;
    width: 531px;
    height: 320px;
    background-color: #E20613;
    overflow: hidden;
}

.taxonomie .page-content ul li.post .post-thumbnail img {
    /*width: 468px;*/
    justify-self: stretch;
    align-self: stretch;
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
}

.content .post .page-thumbnail {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    height: 600px !important;
    background-color: #EEEEEE;
    overflow: hidden;
}

.content .post .page-thumbnail {
	position: relative;
}	

.content .post .page-thumbnail img {
    grid-area: 1 / 1;
    width: 100%;
    height: 100%;
    object-fit: cover !important;
}

.content .post .page-thumbnail .attachment-image-text {
    grid-area: 1 / 1;
    justify-self: end;
    align-self: end;
    text-align: right;
    margin-right: 15px;
    margin-bottom: 15px;
    color: #FFFFFF;
    text-shadow: 0px 1px 1px #000000;
    font-size: 0.9em !important;
    font-size: 1px;
}

.content .post .page-thumbnail .attachment-image-text {
	position: absolute;	
}

.content .page-entry {
    margin-bottom: 3em;
    margin-left: 12px;
    margin-right: 12px;
}

.content .page-entry .page-title {
    font-size: 2.2em;
}

.content .page-entry .page-content-wrapper {
    display: grid;
    grid-template-columns: minmax(300px, auto) 1fr;
    grid-template-rows: 1fr;
    font-family: "Gilroy", Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    line-height: 1.4;
}

.content .page-entry .page-content-wrapper .page-synopsis {
    width: 300px;
    margin-right: 90px;
    font-size: 0.9em;
}

.content .page-entry .page-content-wrapper .page-content {
    justify-self: start;
    align-self: start;
}

.page.members.core .page-entry .gewerke .gewerk .title {
    margin: 0 !important;
}

.page-entry h3.page-title {
    text-transform: uppercase;
}

.search.found .post {
    border-bottom: 1px dotted #C9C9C9;
    margin-bottom: 24px;
    padding-bottom: 24px;
}

.search.found .post .post-content {
    height: 4.4em;
    overflow: hidden;
}

span.found {
    /*background-color: #F5BFBF;*/
    background-color: #E20613;
    padding-right: 4px;
    padding-left: 4px;
    color: white;
}

.page.members.vorstand .page-entry .page-content h3 {
    margin-top: 0;
}

.members.core .gewerke .gewerk .title {
    font-weight: bold;
    font-size: 1.2em;
}

.page.members.core .gewerke-members {
    margin-top: 13px;
    margin-bottom: 37px;
}

.page.members .members {
    margin-top: 52px;
}

.page.members.vorstand .members .member {
    margin-bottom: 42px;
    border-bottom: 1px dotted #D4D4D4;
    padding-bottom: 16px;
}

.post .pre-post-title {
    font-weight: normal;
    background-color: #E10717;
    padding: 3px 9px;
    /*+border-radius: 3px;*/
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    font-size: 15px;
    color: white;
    position: relative;
    width: ;
    /*+placement: 0px -7px;*/
    position: relative;
    left: 0px;
    top: -7px;
    margin-right: 9px;
}

.members .member .name {
    font-weight: bold;
}

.members .member .gewerke {
    margin-top: 14px;
}

.members .member .gewerke span {
    background-color: #D3D3D3;
    margin-right: 7px;
    padding: 2px 4px;
    /*+border-radius: 3px;*/
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    font-size: 0.8em;
    color: white;
}

.members .member .info-wrapper {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: 1fr;
    margin-top: 18px;
    /*margin-right: 29px;*/
    /*margin-top: 79px;*/
}

.members .member .info-wrapper .image {
    width: 210px;
    height: 210px;
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: 1fr !important;
    margin-right: 18px;
    border: 1px solid #E9E8E8;
    /*+border-radius: 6px;*/
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
}

.members .member .info-wrapper .image img {
    width: 229px;
    justify-self: stretch;
    align-self: stretch;
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
}

.members .member .info {
    /*margin-top: 18px;*/
}

.members .member .website a {
    margin-top: 15px;
    margin-bottom: 8px;
    /*background-color: #E9E9E9;*/
    display: inline-block;
    color: #AAAAAA;
    padding-right: 4px;
    padding-left: 4px;
    /*+border-radius: 4px;*/
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}

.members .member .website a:hover {
    color: black;
}

.page.members.core .page-entry .page-content h3 {
    margin-top: 0;
}

.news-gewerke {
    margin-top: 3.4em;
}

.news-gewerke .news.gewerke {
    margin-top: 1em;
    padding-top: 1em;
    margin-bottom: 1em;
    border-top: 1px dotted #DEDEDE;
}

.news-gewerke .news.gewerke .item {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: 1fr;
    margin-bottom: 23px;
}

.news-gewerke .news.gewerke .item .image {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    margin-right: 9px;
    height: 75px;
    width: 75px;
    /*+border-radius: 3px;*/
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid #DEDEDE;
}

.news-gewerke .news.gewerke .item img {
    justify-self: stretch;
    align-self: stretch;
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
}

.news-gewerke .news.gewerke .info .date {
    margin-bottom: 6px;
    font-size: 0.9em;
    background-color: #CBCBCB;
    color: white;
    display: inline-block;
    padding: 2px 4px;
    font-weight: bold;
    /*+border-radius: 3px;*/
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

.news-gewerke .news.gewerke .info .link {
    font-size: 1.1em;
    display: block;
}

.object-list {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: 1fr;
}

.object-list li {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: 1fr;
    margin-bottom: 32px;
}

.object-list li .post-thumbnail {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    width: 340px;
    height: 220px;
    margin-right: 24px;
    background-color: #E20613;
}

.object-list li .post-thumbnail img {
    justify-self: stretch;
    align-self: stretch;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.object-list li .list-text {
    font-size: 0.9em;
}

.object-list li .list-text .post-title {
    font-size: 1.2em;
    font-weight: bold;
}

.object-list li .list-text .post-excerpt {
    margin-top: 15px;
}

.page.fakten ul li img {
    width: 100%;
}

.slider-02 .wrapper {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    width: 100%;
    height: 580px;
}

.slider-02 .wrapper .image {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-area: 1 / 1;
}

.slider-02 .wrapper .image img {
    justify-self: stretch;
    align-self: stretch;
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
}

.slider-02 .wrapper .overlay {
    justify-self: stretch;
    align-self: stretch;
    grid-area: 1 / 1;
    background-color: rgba(252, 0, 5, 0.641);
}

.slider-02 .wrapper .captions {
    justify-self: stretch;
    align-self: stretch;
    grid-area: 1 / 1;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto;
}

.slider-02 .wrapper .captions .top {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    padding-top: 50px;
}

.slider-02 .wrapper .captions .top.left {
    text-align: left;
    padding-left: 60px;
}

.slider-02 .wrapper .captions .top.right {
    text-align: right;
    padding-right: 60px;
}

.slider-02 .wrapper .captions .top .headline {
    font-weight: bold;
    font-size: 3em;
    /*text-shadow: -1px -1px 0px white;*/
}

.slider-02 .wrapper .captions .top .text {
    font-size: 1.5em;
    color: white;
    padding-top: 12px;
    /*text-shadow: 1px 1px 0px black;*/
}

.slider-02 .wrapper .captions .top.left .headline {
    padding-right: 25%;
}

.slider-02 .wrapper .captions .top.left .text {
    padding-right: 60%;
}

.slider-02 .wrapper .captions .top.right .headline {
    padding-left: 25%;
}

.slider-02 .wrapper .captions .top.right .text {
    padding-left: 60%;
}

.slider-02 .wrapper .captions .buttom {
    padding: 16px 16px 16px 20px;
    color: white;
}

.slider-02 .wrapper .controller {
    justify-self: stretch;
    align-self: stretch;
    grid-area: 1 / 1;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto;
}

.slider-02 .wrapper .controller .top {
    justify-self: stretch;
    align-self: stretch;
    grid-area: 1 / 1;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: 1fr;
}

.slider-02 .wrapper .controller .top .switch {
    background-color: #FFFFFF;
    color: #989393;
    /*+border-radius: 100%;*/
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    border-radius: 100%;
    width: 20px;
    height: 21px;
    text-align: center;
    line-height: 1;
    padding: 8px;
    font-size: 23px;
    margin: 20px;
}

.slider-02 .wrapper .controller .top .switch:hover {
    background-color: #F90D0D;
    color: white;
    cursor: pointer;
}

.slider-02 .wrapper .controller .top .left.switch {
    justify-self: start;
    align-self: center;
    grid-area: 1 / 1;
}

.slider-02 .wrapper .controller .top .right.switch {
    justify-self: end;
    align-self: center;
    grid-area: 1 / 1;
}

.slider-02 .wrapper .controller .buttom {
    justify-self: stretch;
    align-self: end;
    grid-area: 1 / 1;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
}

.slider-02 .wrapper .controller .buttom .switcher {
    justify-self: center;
    align-self: stretch;
    grid-area: 1 / 1;
    padding-bottom: 9px;
}

.slider-02 .wrapper .controller .buttom .switcher .switch {
    width: 9px;
    height: 9px;
    background-color: white;
    /*+border-radius: 100%;*/
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    border-radius: 100%;
    display: inline-block;
    margin-left: 3px;
    margin-right: 3px;
}

.slider-02 .wrapper .controller .buttom .switcher .switch:hover {
    background-color: #E20613;
    cursor: pointer;
}

.slider-03 .bx-wrapper {
    -moz-box-shadow: 0 0 0px #ccc !important;
    -webkit-box-shadow: 0 0 0px #ccc !important;
    box-shadow: 0 0 0px #CCC !important;
    border: 0px none #FFF !important;
    background: #FFF !important;
}

.slider-03 .wrapper {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    width: 100%;
    height: 580px;
}

.slider-03 .wrapper .image {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-area: 1 / 1;
}

.slider-03 .wrapper .image img {
    justify-self: stretch;
    align-self: stretch;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.slider-03 .wrapper .overlay {
    justify-self: stretch;
    align-self: stretch;
    grid-area: 1 / 1;
    background-color: rgba(252, 0, 5, 0.641);
}

.slider-03 .wrapper .captions {
    justify-self: stretch;
    align-self: stretch;
    grid-area: 1 / 1;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto;
    /*width: 755px;*/
}

.slider-03 .wrapper .captions .top {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    padding-top: 50px;
    line-height: 1em;
}

.slider-03 .wrapper .captions .top.left {
    text-align: left;
    padding-left: 60px;
}

.slider-03 .wrapper .captions .top.right {
    text-align: right;
    padding-right: 60px;
}

.slider-03 .wrapper .captions .top .headline {
    font-weight: bold;
    font-size: 3em;
    /*text-shadow: -1px -1px 0px white;*/
    line-height: 0.5em;
}

.slider-03 .wrapper .captions .top .text {
    padding-top: 33px;
    font-size: 1.5em;
    color: white;
    line-height: 0.6em;
    /*text-shadow: 1px 1px 0px black;*/
}

.slider-03 .wrapper .captions .buttom {
    padding: 16px 16px 29px 26px;
    color: white;
}

.slider-03 .slider-mobile {
    display: none;
}

.faq-entries li {
    margin-top: 90px;
}

.faq-entries li .headline-wrapper {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: 1fr;
}

.faq-entries li .headline-wrapper:hover {
    cursor: pointer;
}

.faq-entries li .headline-wrapper:hover .headline {
    color: #E20613 !important;
}

.faq-entries li .headline-wrapper:hover .count {
    background-color: black !important;
}

.faq-entries li .headline-wrapper .headline {
    justify-self: stretch;
    align-self: center;
    font-weight: bold;
    font-size: 1.2em;
}

.faq-entries li .headline-wrapper .count {
    background-color: #E20613 !important;
    width: 1.5em;
    height: 1.5em;
    /*+border-radius: 100%;*/
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    border-radius: 100%;
    color: white;
    text-align: center;
    line-height: 150%;
    margin-right: 18px;
    font-size: 3em;
    font-weight: bold;
}

.faq-entries li .text {
    margin-top: 48px;
    padding-left: 30px;
}

.faq-entries li .text.false {
    display: none;
}

.faq-entries .faq-entry.false .text {
    display: none;
}

.page.statements .object-list ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
}

.page.statements .object-list ul li {
    margin-bottom: 31px;
}

.page.statements .object-list ul .post-title {
    width: 320px;
    font-weight: normal;
    margin-top: 7px;
    font-size: 0.9em;
}

.post-excerpt.statement {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    width: 320px;
    height: 180px;
    margin-right: 54px;
    background-color: #F4F4F4;
    background-image: url('../images/loading-spinner.gif');
    background-clip: border-box;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 15%;
}

.post-excerpt.statement iframe {
    justify-self: stretch;
    align-self: stretch;
    width: auto;
    height: auto;
    /*display: none;*/
}

.align-left {
    float: left;
}

.pm-pqr-logo {
    width: 142px;
    margin-right: 11px;
}

.page-194 .pm-pqr-logo {
    width: 118px;
}

.page-268 .page-content {
    line-height: 1.4;
}

.page-268 .page-content .pm-headline {
    font-size: 2.4em;
    font-weight: 400;
    line-height: 1.2;
}

.page-268 .page-content .pm-headline strong {
    color: #E20613;
    /*font-weight: bolder;*/
    font-size: 50px;
}

.page-299 .download {
    display: inline-block;
    width: 545px;
    font-size: 0.9em;
    margin-bottom: -2px;
    padding: 0px 8px 16px 22px;
    background-color: #F8F8F8;
}

.page-299 .download img {
    height: 117px;
    width: auto;
    float: left;
    margin-right: 20px;
    border: 1px solid #EDEDED;
}

.page-299 .download.top img {
    border: none;
}

#page .page.archive.pqr-site li {
    margin-bottom: 6px;
    padding-bottom: 6px;
    border-bottom: 1px dotted #D8D8D8;
}

.page.medienberichte ul.berichte {
    width: 100% !important;
}

.page.medienberichte ul.berichte li {
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px dotted #D9D9D9;
    line-height: 1.3;
    display: inline-block;
    width: 100% !important;
}

.page.medienberichte .berichte .medium {
    font-size: 1.3em;
    display: inline;
    width: 100% !important;
}

.page.medienberichte .berichte .title {
    font-weight: bold;
    /*max-width: 630px;*/
    /*width: 100% !important;*/
    /*display: block;*/
}

.page.medienberichte .berichte .synopsis {
    margin-top: 8px;
    color: #535353;
    font-size: 17px;
    /*display: inline;*/
    max-width: 100% !important;
    /*width: 100%;*/
}

.page.medienberichte .berichte .url {
    color: #BABABA;
    font-size: 0.7em;
}

.page.pressemappen ul.pm-list li {
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px dotted #D9D9D9;
    line-height: 1.3;
}

.page.pressemappen .pm-list .pm-detail .text .date {
    font-size: 0.9em;
}

.page.pressemappen .pm-list .pm-detail .text .title {
    /*font-size: 0.9em;*/
    font-weight: bold;
}

.page .presskit-title {
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 2em;
}

.post .presskit-documents {
    margin-bottom: 2em;
}

.post .presskit-documents .post-title {
    font-size: 1.4em;
    margin-bottom: 12px;
}

.post .presskit-documents ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    /*grid-template-rows: 1fr;*/
    grid-gap: 12px;
}

.post .presskit-documents li {
    background-color: #F2F2F2;
    padding: 9px 12px 6px;
    /*+border-radius: 3px;*/
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

.post .presskit-documents li .wrapper {
    display: grid;
    grid-template-columns: auto 1fr;
    /*grid-template-rows: 1fr 1fr;*/
}

.post .presskit-documents li .icon {
    margin-right: 12px;
}

.post .presskit-documents li .icon img {
    max-height: 50px;
}

.post .presskit-documents li .text .title {
    font-size: 1.1em;
    border-bottom: 1px solid #BDBDBD;
    margin-bottom: 5px;
    padding-bottom: 3px;
}

.post .presskit-documents li .text .remark {
    font-size: 0.8em;
}

.lightboxOverlay {
    z-index: 10000 !important;
}

.content-gallery-wrapper {
    margin-top: 1em;
    margin-bottom: 1em;
}

.content-gallery-wrapper .gallery-headline {
    font-size: 1.4em;
}

.content-gallery-wrapper .content-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    /*grid-template-rows: 1fr;*/
    grid-column-gap: 3px;
    /*grid-row-gap: 3px;*/
    margin-top: 12px;
    margin-bottom: 12px;
    width: 100%;
}

.content-gallery-wrapper .content-gallery .single-image {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    max-height: 126px;
    overflow: hidden;
    border: 1px solid #E8E8E8;
    /*justify-self: center !important;*/
    /*align-self: center !important;*/
    /*background-color: #EFEFEF;*/
}

.content-gallery-wrapper .content-gallery .single-image img {
    justify-self: center;
    align-self: center;
    box-sizing: border-box;
    object-fit: cover;
    max-width: 100%;
    /*max-height: 100vh;*/
    /*min-width: 100%;*/
    /*min-height: 100%;*/
}

.content-gallery-wrapper .gallery-bottom-text {
    font-size: 0.8em;
    width: 92%;
}

.content .pressemitteilungen .pm-list li {
    margin-bottom: 12px;
    padding-bottom: 6px;
    border-bottom: 1px dotted #D3D3D3;
}

.content .pressemitteilungen .pm-list li .pm-detail {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: 1fr;
    grid-column-gap: 12px;
}

.content .pressemitteilungen .pm-list li .pm-detail .text {
    font-size: 0.8em;
}

.content .pressemitteilungen .pm-list li .pm-detail .title {
    font-size: 1em;
    font-weight: bold;
}

.content .pressemitteilungen .pm-list img {
    max-width: 100%;
}

.content .page.archive.pqr-site .archive-posts .text .date {
    background-color: #BABABA;
    padding: 3px 4px;
    /*+border-radius: 3px;*/
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    margin-right: 8px;
    font-size: 14px;
    min-width: 81px;
    display: inline-block;
    text-align: center;
    color: white;
}

.page-entry .calendar-view {
    border-left: 1px solid #E6E5E5;
}

.pq-form .mitgliedsantrag .pq-form-inner {
    display: grid;
    grid-template-columns: auto auto;
    /*grid-template-rows: 1fr 1fr;*/
    grid-gap: 0.5em;
    width: 72px !important;
}

.pq-form .line {
    justify-self: end;
    align-self: end;
    min-height: 3.5em;
}

.pq-form .line.disabled .name {
    background-color: transparent;
}

.pq-form .name {
    font-size: 0.75em;
    background-color: #F3F3F3;
    padding: 2px 2px 2px 4px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.pq-form .mitgliedsantrag input,
.pq-form .midgliedsantrag select {
    min-width: 14em;
    margin: 0px;
}

.pq-form .mitgliedsantrag select {
    padding: 0px !important;
    margin: 0 !important;
    min-width: 14.3em;
}

.pq-form .pq-form-info .requiredfileds {
    font-size: 14px;
}

.form-state-send {
    background-color: red;
    padding: 6px 9px;
    color: white;
    /*+border-radius: 3px;*/
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    margin-left: 5px;
}

.form-state-send.send-true {
    background-color: lime;
    color: black;
}

.pq-form .field-un-ready input,
.pq-form .field-un-ready select {
    background-color: rgba(158, 0, 0, 0.177);
    /*color: white;*/
}

.pq-form.mitglied-spenden .form-action {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 2em;
}

.pq-form.mitglied-spenden .form-action .form-message {
    justify-self: start;
    align-self: center;
    color: #DC0202;
    font-size: 16px;
}

.pq-checkbox {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 0.5em;
}

.pq-checkbox span {
    justify-self: start;
    align-self: start;
}

.pq-form.mitglied-spenden .bestaetigung {
    margin-top: 1em;
    font-size: 16px;
}

.pq-form.mitglied-spenden .bestaetigung.field-un-ready span {
    /*background-color: red !important;*/
    /*padding: 24px;*/
    color: #DC0202;
}

.xc-slides-wrapper {
    display: grid !important;
}

.xc-slides {
    grid-area: 1 / 1;
    display: grid !important;
    justify-self: stretch !important;
    align-self: stretch !important;
    height: 600px;
    background: url(../images/slider-home-mobile.jpg) center / contain no-repeat black;
}

.xc-slide {
    /*display: none !important;*/
    display: grid;
    grid-area: 1 / 1;
    justify-self: stretch;
    align-self: stretch;
    height: 600px;
    width: 100%;
    background-color: #E20818;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.xc-slide .slide-link-overlay {
    justify-self: stretch;
    align-self: stretch;
}

.xc-slide .slide-link-overlay:hover {
    background-color: rgba(0, 0, 0, 0.133);
}

.xc-slide-button {
    display: grid !important;
    grid-area: 1 / 1 !important;
}

.xc-slide-button.next {
    justify-self: end;
    align-self: center;
}

.xc-slide-button.prev {
    justify-self: start;
    align-self: center;
}

.slidewrappa {
    display: grid !important;
    height: 600px !important;
    width: 100% !important;
    background-color: #8CB6EC !important;
    overflow: hidden !important;
}

fieldset.pqf-zuwendung-vorauswahl,
fieldset.pqf-mitgliedschaft-bezahlweise {
    margin: -1px;
    padding: 0px;
    border: none;
}

fieldset.pqf-zuwendung-vorauswahl div {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 0.5em;
    margin-bottom: 6px;
}

fieldset.pqf-zuwendung-vorauswahl div input {
    margin-top: 3px !important;
    width: auto !important;
}

fieldset.pqf-mitgliedschaft-bezahlweise {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    font-size: 14px;
    max-width: 513px;
}

fieldset.pqf-mitgliedschaft-bezahlweise div {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 0.5em;
    margin-bottom: 6px;
}

fieldset.pqf-mitgliedschaft-bezahlweise div input {
    margin-top: 3px !important;
    width: auto !important;
}

.page.mitglied .page-content ul,
.page.spenden .page-content ul {
    line-height: 0.75;
    margin: 0px !important;
    padding: 0 !important;
}

.page.mitglied .page-content li,
.page.spenden .page-content li {
    list-style: disc outside;
    padding: 0;
    margin: 0;
    margin-left: 2em;
    line-height: 1.1;
}

.page.mitglied .form .documents {
    padding-left: 1.15em;
}

.page-content-wrapper .page-content.podcast iframe {
    width: 860px;
    min-height: 100vh;
}

.page-content .podcasts {
}

.page-content .podcasts .podcast {
    display: grid;
    grid-template-rows: 1fr auto;
    grid-gap: 1em;
    margin-bottom: 3em;
    padding-bottom: 1.5em;
    border-bottom: 1px dotted #A1A1A1;
}

.page-content .podcasts .podcast .top h2 {
    margin: 0px;
    padding: 0;
}

.page-content .podcasts .podcast .bottom {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 1em;
}

.page-content .podcasts .podcast .right {
    font-size: 0.9em;
    /*justify-self: start !important;*/
    /*align-self: start !important;*/
}

.page-content .podcasts .podcast img {
    width: 100px;
    /*background-color: #E20613;*/
    padding: 3px;
    /*+border-radius: 6px;*/
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
}

#page.home .widget-events.wboe.desktop {
    display: grid;
    grid-template-rows: 1fr auto;
    grid-gap: 0.4em;
    margin-top: 3em;
    margin-bottom: 3em;
}

#page.home .widget-events.wboe .slot {
    background-color: #002C8C;
    color: white;
}

#page.home .widget-events.wboe .slot a {
    color: white;
}

#page.home .widget-events .top {
    height: 320px;
    display: grid;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

#page.home .widget-events .top a {
    background-size: cover;
    background-repeat: no-repeat;
    justify-self: stretch;
    align-self: stretch;
    display: grid;
    border-top-right-radius: 12px;
    transition: background-size 350ms ease-out;
}

#page.home .widget-events .top a .left {
    justify-self: start;
    align-self: center;
    height: 320px;
    width: 320px;
    grid-area: 1 / 1;
    background-size: 65%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    margin-left: 33px;
    transition: background-size 200ms ease-in;
}

#page.home .widget-events .top:hover a .left {
    background-size: 85%;
    transition: background-size 200ms ease-out;
}

#page.home .widget-events .top a .middle {
    justify-self: center;
    align-self: center;
    height: 320px;
    width: 320px;
    grid-area: 1 / 1;
    background-size: 65%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    margin-left: -42px;
}

#page.home .widget-events .top a .middle h2 {
    margin-top: 97px;
    font-size: 2.3em;
}

#page.home .widget-events .top a .right {
    justify-self: end;
    align-self: center;
    height: 320px;
    width: 320px;
    grid-area: 1 / 1;
    margin-right: 27px;
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
}

#page.home .widget-events .bottom {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 0.5em;
}

#page.home .widget-events .bottom .slot {
    height: 320px;
    display: grid;
}

#page.home .widget-events .bottom .slot a {
    justify-self: stretch;
    align-self: stretch;
    display: grid;
    background-position: center 36px;
    background-repeat: no-repeat;
    background-size: 45%;
    transition: background-size 200ms ease-out;
}

#page.home .widget-events .bottom .left.slot a {
}

#page.home .widget-events .bottom .left.slot {
    border-bottom-left-radius: 16px;
    background-position: bottom left;
}

#page.home .widget-events .bottom .middle.slot {
    background-position: center;
}

#page.home .widget-events .bottom .roll-up {
    justify-self: center;
    align-self: end;
    width: calc(100% - 48px);
    height: 74px;
    overflow: hidden;
    font-size: 0.9em;
    transition: all 350ms ease-in-out;
}

#page.home .widget-events .bottom .roll-up h3 {
    text-align: center;
    text-transform: uppercase;
}

#page.home .widget-events .bottom a:hover .roll-up {
    height: auto;
    margin-bottom: 24px;
}

#page.home .widget-events .bottom a:hover .roll-up h3 {
    text-align: left;
}

#page.home .widget-events .bottom .slot:hover a {
    background-position: 20px 20px !important;
    background-size: 17%;
}

#page.home .widget-events .bottom .middle.slot a {
    /*background-size: 45%;*/
    /*background-position: center;*/
    /*background-repeat: no-repeat;*/
}

#page.home .widget-events .bottom .right.slot {
    border-bottom-right-radius: 12px;
    background-position: left;
}

#page.home .widget-events.wboe.mobile {
    display: none;
}

#page.home .widget-events.wboe.mobile .wblock {
    background-color: #002C8C;
    color: white;
}

#page.home .widget-events.wboe.mobile .wblock.qmain {
    display: grid;
    grid-template-rows: auto auto;
    justify-self: stretch;
    align-self: start;
}

#page.home .widget-events.wboe.mobile .wblock.qmain .images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 2em;
    margin-bottom: 2vw;
}

#page.home .widget-events.wboe.mobile .wblock.qmain .images img {
    width: 72%;
    justify-self: center;
    align-self: center;
}

#page.home .widget-events.wboe.mobile .wblock.qmain .wblock-content {
    text-align: center;
    margin-bottom: 13vw;
    display: grid;
}

#page.home .widget-events.wboe.mobile .wblock.qmain .wblock-content h2 {
    /*margin: 0;*/
    font-size: 7vw;
    margin-bottom: 11px;
}

#page.home .widget-events.wboe.mobile .wblock.qmain .wblock-content div {
    height: 24px;
    font-size: 5vw;
}

#page.home .widget-events-wboe .mobile .wblock.sub {
    display: grid;
    grid-template-columns: 1fr auto;
}

#page.home .widget-events-wboe .mobile .wblock.sub .images {
    width: 23.5vw;
    display: grid;
}

#page.home .widget-events-wboe .mobile .wblock.sub .wblock-content {
    text-align: left;
    font-size: 3vw;
    padding: 20px;
}

#page.home .widget-events-wboe .mobile .wblock.sub img {
    width: 55%;
    justify-self: center;
    align-self: center;
    padding: 8px;
}

@media screen and (max-width: 1204px) {
    .content .blox-section {
        margin-left: 12px;
        margin-right: 12px;
    }
    
    .content .blox-section .blox {
        grid-template-columns: repeat(auto-fit, minmax(420px, 1fr)) !important;
    }
    
    .content .fourbuttons {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        grid-template-rows: 1fr;
        margin-top: 42px;
        /*margin-bottom: 0px !important;*/
    }
    
    .content .cite {
        padding-left: 24px;
        padding-right: 24px;
    }

    .content .blox-section .blox .block .image {
        height: 291px;
        overflow: hidden;
    }
}

@media screen and (max-width: 1032px) {
    .content .blox-section .blox .block .image {
        height: 267px;
    }
    
    .xc-slides {
        height: 300px;
        background: url(../images/slider-home-mobile.jpg) center / contain no-repeat black;
    }
    
    .xc-slide {
        display: none !important;
    }
    
    .xc-slide-button {
        display: none !important;
    }
    
    #page.home .widget-events.wboe.desktop {
        display: none;
    }
    
    #page.home .widget-events.wboe.mobile {
        display: grid;
        grid-template-rows: auto auto auto auto;
        grid-gap: 0.25em;
        margin-top: 1em;
        margin-bottom: 3em;
    }
}

@media screen and (max-width: 1100px) {
    .content .blox-section .blox {
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)) !important;
    }

    .content .blox-section .blox .block .image {
        height: 189px;
    }
    
    .content .fourbuttons {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
        grid-template-rows: 1fr;
        margin-top: 42px;
        /*margin-bottom: 0px !important;*/
    }
    
    .menu-more {
        display: block;
    }
    
    .header.desktop .nav.secondary {
        display: none;
    }
    
    .footer .top .cite {
        max-width: 100%;
    }
    
    .content .post .page-thumbnail {
        height: 535px !important;
    }
    
    .content .post .page-thumbnail {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        height: 326px;
    }
    
    .page-synopsis {
        display: none;
    }
    
    .category .page-synopsis {
        display: block;
    }
    
    .content .page-entry .page-content-wrapper .page-synopsis {
        width: 100%;
        margin-right: 0;
        margin-bottom: 33px;
    }
    
    .content .page-entry .page-content-wrapper {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr auto;
    }
}

@media screen and (max-width: 990px) {
    .content .fourbuttons {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
        grid-template-rows: 1fr;
        margin-top: 42px;
    }
    
    .content .fourbuttons img {
        width: 74px;
    }
    
    .taxonomie .page-content ul li.post {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        margin-bottom: 24px;
    }
    
    .taxonomie .page-content ul li img {
        /*width: 95vw;*/
    }
    
    .object-list li {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr auto !important;
    }
    
    .object-list li .post-thumbnail {
        margin: 0 !important;
        padding: 0 !important;
        width: 100%;
        height: 375px;
    }
    
    .object-list li .list-text {
        text-align: left;
        margin-top: 12%;
    }
    
    .taxonomie .page-content ul li.post .post-thumbnail {
        margin-right: 0 !important;
        width: 95vw;
        height: 554px;
        margin-bottom: 18px;
        margin-top: 52px;
    }
    
    .content .blox-section .blox .block .image {
        height: 241px;
    }
    
    .page-content-wrapper .page-content.podcast iframe {
        width: 91vw;
        min-height: 500vh;
    }
    /*.menu-more {
        display: block;
    }*/
    /*.header.desktop .nav.secondary {
        display: none;
    }*/
    /*.footer .top .cite {
        max-width: 100%;
    }*/
    /*.content .post .page-thumbnail {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        height: 390px;
    }*/
    /*.content .post .page-thumbnail {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        height: 326px;
    }*/
    /*.page-synopsis {
        display:nonee;
    }*/
    /*.content .page-entry .page-content-wrapper .page-synopsis {
        width: 100%;
        margin-right: 0;
        margin-bottom: 33px;
    }*/
    /*.content .page-entry .page-content-wrapper {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr auto;
    }*/
}

@media screen and (max-width: 940px) {
    .footer .top .cite {
        font-size: 12px;
    }
    
    .object-list li .list-text {
        margin-top: 9%;
    }
    
    .content .blox-section .blox .block .image {
        height: 213px;
    }
    
    .content .post .page-thumbnail {
        height: 486px !important;
    }
    
    .taxonomie .page-content ul li.post .post-thumbnail {
        height: 417px;
    }
}

@media screen and (max-width: 792px) {
    .header.desktop {
        display: none !important;
    }
    
    .header.mobile {
        display: block !important;
    }
    /* -- kcor commented out:
    .slider-03 .bx-wrapper {
        display: none !important;
    }
    
    .slider-03 .slider-mobile {
        display: grid;
    }
    
    .slider-03 .slider-mobile img {
        max-width: 100%;
    }

     */
    
    .content {
        padding-top: 93px !important;
        margin-top: 0 !important;
    }
    
    .content .fourbuttons {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
        grid-template-rows: 1fr;
        margin-top: 42px;
    }
    
    .content .fourbuttons img {
        width: 55px;
    }
    
    .content .fourbuttons .text {
        font-size: 11px;
    }
    
    .content .blox-section .blox {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }
    
    /*.content .blox-section .blox .block img {
        min-height: 220px;
        height: ;
    }*/
    .content .page-entry .page-content-wrapper .page-content {
        justify-self: center;
        align-self: start;
        display: inline-block !important;
    }
    
    .this-entry {
        justify-self: start !important;
        align-self: center !important;
    }
    
    .object-list {
        justify-self: start !important;
        align-self: center !important;
        text-align: center !important;
        display: grid;
        width: 100%;
    }
    
    .page.statements .object-list ul {
        grid-template-columns: 1fr !important;
        align-self: center !important;
        text-align: center !important;
        width: 85vw;
        /*display: inline-block;*/
        /*margin-left: auto !important;*/
        /*margin-right: auto !important;*/
    }
    
    .page.statements .object-list ul .post-title {
        width: 100%;
    }
    
    .page.statements .object-list ul li {
        /*width: 100% !important;*/
        margin-left: auto !important;
        margin-right: auto !important;
    }
    
    .post-excerpt.statement {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        width: 275px !important;
        height: 148px;
        margin-right: auto !important;
        margin-left: auto !important;
        background-color: #F4F4F4;
        background-image: url('../images/loading-spinner.gif');
        background-clip: border-box;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: 15%;
        overflow: hidden;
    }
    
    .post-excerpt.statement iframe {
        justify-self: start;
        align-self: start;
        width: auto;
        height: auto;
        /*display: none;*/
    }
    
    .object-list li .list-text {
        margin-top: 1%;
    }
    
    .content-gallery-wrapper .content-gallery {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-column-gap: 3px;
    }
    
    .content .blox-section .blox .block .image {
        height: 194px;
    }
    
    .content .post .page-thumbnail {
        height: 439px !important;
    }
    
    .members .member .info {
        font-size: 0.9em;
    }
    
    .object-list li .post-thumbnail {
        height: 370px;
        overflow: hidden;
    }
    
    .post .presskit-documents li .text .title {
        font-size: 1em;
        line-height: 1em;
    }
    
    .page-entry .calendar-view {
        border-left: none;
    }
}

@media screen and (max-width: 696px) {
    .content .blox-section .blox .block .image {
        height: 346px;
    }
    
    .content .cite .text {
        font-size: 1.8em !important;
    }
    
    .content .post .page-thumbnail {
        height: 341px !important;
    }
    
    .members .member .info-wrapper {
        display: inline-block !important;
        /*grid-template-columns: 1fr;*/
        /*grid-template-rows: auto 1fr;*/
        margin-top: 18px;
        /*margin-right: 29px;*/
        /*margin-top: 79px;*/
    }
    
    .members .member .info-wrapper .image {
        width: 120px;
        height: 120px;
        justify-self: stretch;
        align-self: stretch;
        object-fit: cover;
        max-width: 100%;
        /*max-height: 100%;*/
        dis;
        float: left !important;
    }
    
    .object-list li .post-thumbnail {
        height: 280px;
        overflow: hidden;
    }
    
    .taxonomie .page-content ul li.post .post-thumbnail {
        height: 375px;
        width: 100%;
    }
    
    .post .presskit-documents ul {
        grid-template-columns: 1fr 1fr;
    }
    
    .page.medienberichte .berichte .url {
        display: none;
    }
    
    .page-content .podcasts .podcast .bottom {
        grid-template-columns: 1fr;
    }
    
    .page-content .podcasts .podcast .top {
        text-align: center;
    }
    /*.pq-form .mitgliedsantrag input, .pq-form .midgliedsantrag select {
        min-width: 4em !important;
        margin: 0px !important;
    }*/
}

@media screen and (max-width: 480px) {
    .content .fourbuttons {
        display: grid;
        /*
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
        grid-template-rows: 1fr;
         */
        grid-template-columns: repeat(2, minmax(80px, 1fr));
        grid-template-rows: repeat(2, auto);
        gap: 15px; /* Adjust the gap between buttons as needed */
        justify-content: center; /* Center the grid items horizontally */
        align-items: center;
        margin-top: 42px;
        margin-bottom: 26px;
    }
    
    .content .newsticker {
        display: none;
    }
    
    .content .fourbuttons img {
        /* width: 138px; */
        width: 55px;
       /* margin-top: 14px;
        */
    }
    
    .content .fourbuttons .text {
        /* font-size: 23px;
        margin-bottom: 22px; */
        font-size: 11px;
        text-align: center;
        /*margin-top: 0;*/
    }
    
    .content .blox-section {
        margin-left: 0;
        margin-right: 0;
    }
    
    .content .blox-section .blox .block .headline {
        text-align: center;
        width: 99% !important;
    }
    
    .content .blox-section .section-headline {
        background-color: #F6F6F6;
        padding: 8px;
        margin-bottom: 9px;
        text-align: center;
        border-top: 1px solid #CDCDCD;
        font-size: 29px;
    }
    
    /*.content .blox-section .blox .block img {
        min-height: 160px !important;
    }*/
    .footer .top .cite {
        font-size: 7px;
        padding: 0;
    }

    .content .blox-section .blox .block .image {
        /* height: 236px; */
        max-width: 100%;
        height: auto;
    }
    
    .content .blox-section {
        margin-top: 0px;
    }
    
    .content .cite {
        font-size: 0.7em;
        text-align: center;
    }
    
    .content .cite .citetext {
        line-height: 1.1;
    }
    
    .content .post .page-thumbnail {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        height: 170px;
    }

    .content .blox-section .blox {
        grid-row-gap: 0em !important;
        /* width: 94vw !important;*/

    }

    .content .blox-section .blox span {
        grid-row-gap: 0em !important;
        /*
        width: 94.5vw !important;
        /*padding-left: 3px;*/
    }
    
    .content .blox-section .blox .block .text {
        padding-left: 12px;
        padding-right: 12px;
        margin-bottom: 28px;
        padding-bottom: 55px;
    }
    
    .taxonomie .page-content ul li.post .post-thumbnail {
        margin-right: 0 !important;
        width: 88.1vw;
        height: 232px;
        /*margin-bottom: 18px;*/
        margin-top: 15px;
        margin-left: 0px !important;
    }
    
    .taxonomie .page-content ul li.post .post-data .post-title {
        font-size: 1.3em;
        margin-top: 0.25em;
    }
    
    .content-gallery-wrapper .content-gallery {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 3px;
    }
    
    /*.content .post .page-thumbnail {
        height: 188px !important;
    }*/
    .content .post .page-thumbnail {
        height: 188px !important;
    }
    
    .content .post .page-thumbnail .attachment-image-text {
        /*text-shadow: none;*/
        font-size: 0.8em !important;
        justify-self: center;
        align-self: end;
        /*(*+placement: 0px 43px;*)
        position: relative;
        left: 0px;
        top: 43px;*/
        /*color: black;*/
        text-align: center;
    }
    
    .content .page-entry .page-title {
        font-size: 1.5em;
    }
    
    .faq-entries {
        font-size: 0.8em;
    }
    
    .object-list li .post-thumbnail {
        height: 221px;
        overflow: hidden;
    }
    
    .news-gewerke .news.gewerke .item {
        font-size: 0.7em;
    }
    
    .post .presskit-documents ul {
        grid-template-columns: 1fr;
    }
    
    .form.kontakt input,
    .form.kontakt select {
        width: 10.8em;
        min-width: 10% !important;
        font-size: 12px !important;
    }
    
    .pq-checkbox input {
        width: 1em !important;
        /*min-width: 1em !important;*/
    }
    
    .pq-form .mitgliedsantrag .spende-plus {
        font-size: 14px;
    }
    
    .pq-form.mitglied-spenden .bestaetigung {
        font-size: 14px;
    }
}

@media screen and (max-width: 320px) {
    .content-gallery-wrapper .content-gallery {
        display: grid;
        grid-template-columns: 1fr;
        grid-column-gap: 0px;
        width: 90% !important;
    }
    
    .content .blox-section .blox .block .image {
        height: 167px;
    }
    
    .content .post .page-thumbnail {
        height: 153px !important;
    }
    
    .object-list li .post-thumbnail {
        height: 159px;
        overflow: hidden;
    }
    
    .taxonomie .page-content ul li.post .post-thumbnail {
        height: 142px;
    }
    /*.form.kontakt input, .form.kontakt select {
        width: 100%;
    }*/
    /*.content .blox-section .blox .block .image img {
        justify-self: stretch !important;
        align-self: stretch !important;
        object-fit: scale-down !important;
        (*max-width: 100%;*)
        (*height: 100%;*)
        height: 100% !important;
    }*/
}
