@charset "UTF-8";
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}

:root { --gold:#CBA169;
--blau:#0F2640;
--light:#eee;
--grau:#ddd;
--dark:#222;
--font:Barlow, sans-serif;
--font-size-large:1.5rem;
--radius-small:.4rem;
--radius-medium:.75rem;
--radius-large:1rem;
--neigung:-7deg;
}
@media (min-width: 800px) {
:root {
--radius-small:.45rem;
--radius-medium:.85rem;
--radius-large:1.5rem;
}
}
@media (min-width: 1200px) {
:root {
--radius-small:.5rem;
--radius-medium:1rem;
--radius-large:2rem;
}
}    html {
line-height: 1.15; -webkit-text-size-adjust: 100%; }  body {
margin: 0;
} main {
display: block;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
box-sizing: content-box; height: 0; overflow: visible; } pre {
font-family: monospace, monospace; font-size: 1em; }  a {
background-color: transparent;
} abbr[title] {
border-bottom: none; text-decoration: underline; -webkit-text-decoration: underline dotted;
text-decoration: underline dotted; } b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace; font-size: 1em; } 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;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; } button,
input { overflow: visible;
} button,
select { text-transform: none;
} button,
[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 {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; } progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type=checkbox],
[type=radio] {
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-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button; font: inherit; }  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
} .flickity-enabled {
position: relative;
}
.flickity-enabled:focus {
outline: none;
}
.flickity-viewport {
overflow: hidden;
position: relative;
height: 100%;
}
.flickity-slider {
position: absolute;
width: 100%;
height: 100%;
} .flickity-enabled.is-draggable {
-webkit-tap-highlight-color: transparent;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
cursor: move;
cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
cursor: grabbing;
} .flickity-button {
position: absolute;
background: hsla(0, 0%, 100%, 0.75);
border: none;
color: #333;
}
.flickity-button:hover {
background: white;
cursor: pointer;
}
.flickity-button:focus {
outline: none;
box-shadow: 0 0 0 5px #19F;
}
.flickity-button:active {
opacity: 0.6;
}
.flickity-button:disabled {
opacity: 0.3;
cursor: auto; pointer-events: none;
}
.flickity-button-icon {
fill: currentColor;
} .flickity-prev-next-button {
top: 50%;
width: 44px;
height: 44px;
border-radius: 50%; transform: translateY(-50%);
}
.flickity-prev-next-button.previous {
left: 10px;
}
.flickity-prev-next-button.next {
right: 10px;
} .flickity-rtl .flickity-prev-next-button.previous {
left: auto;
right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
right: auto;
left: 10px;
}
.flickity-prev-next-button .flickity-button-icon {
position: absolute;
left: 20%;
top: 20%;
width: 60%;
height: 60%;
} .flickity-page-dots {
position: absolute;
width: 100%;
bottom: -25px;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
line-height: 1;
}
.flickity-rtl .flickity-page-dots {
direction: rtl;
}
.flickity-page-dots .dot {
display: inline-block;
width: 10px;
height: 10px;
margin: 0 8px;
background: #333;
border-radius: 50%;
opacity: 0.25;
cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
opacity: 1;
} .h1 {
font-size: 2rem;
}
.h2 {
font-size: 1.5rem;
}
.h3 {
font-size: 1.25rem;
}
.h4 {
font-size: 1rem;
}
.h5 {
font-size: 0.875rem;
}
.h6 {
font-size: 0.75rem;
}
.font-family-inherit {
font-family: inherit;
}
.font-size-inherit {
font-size: inherit;
}
.text-decoration-none {
text-decoration: none;
}
.bold {
font-weight: bold;
font-weight: bold;
}
.regular {
font-weight: normal;
}
.italic {
font-style: italic;
}
.caps {
text-transform: uppercase;
letter-spacing: 0.2em;
}
.left-align {
text-align: left;
}
.center {
text-align: center;
}
.right-align {
text-align: right;
}
.justify {
text-align: justify;
}
.nowrap {
white-space: nowrap;
}
.break-word {
word-wrap: break-word;
}
.line-height-1 {
line-height: 1;
}
.line-height-2 {
line-height: 1.125;
}
.line-height-3 {
line-height: 1.25;
}
.line-height-4 {
line-height: 1.5;
}
.list-style-none {
list-style: none;
}
.underline {
text-decoration: underline;
}
.truncate {
max-width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.list-reset {
list-style: none;
padding-left: 0;
}
.inline {
display: inline;
}
.block {
display: block;
}
.inline-block {
display: inline-block;
}
.table {
display: table;
}
.table-cell {
display: table-cell;
}
.overflow-hidden {
overflow: hidden;
}
.overflow-scroll {
overflow: scroll;
}
.overflow-auto {
overflow: auto;
}
.clearfix:before,
.clearfix:after {
content: " ";
display: table;
}
.clearfix:after {
clear: both;
}
.left {
float: left;
}
.right {
float: right;
}
.fit {
max-width: 100%;
}
.max-width-1 {
max-width: 24rem;
}
.max-width-2 {
max-width: 32rem;
}
.max-width-3 {
max-width: 48rem;
}
.max-width-4 {
max-width: 64rem;
}
.border-box {
box-sizing: border-box;
}
.align-baseline {
vertical-align: baseline;
}
.align-top {
vertical-align: top;
}
.align-middle {
vertical-align: middle;
}
.align-bottom {
vertical-align: bottom;
}
.m0 {
margin: 0;
}
.mt0 {
margin-top: 0;
}
.mr0 {
margin-right: 0;
}
.mb0 {
margin-bottom: 0;
}
.ml0 {
margin-left: 0;
}
.mx0 {
margin-left: 0;
margin-right: 0;
}
.my0 {
margin-top: 0;
margin-bottom: 0;
}
.m1 {
margin: 0.5rem;
}
.mt1 {
margin-top: 0.5rem;
}
.mr1 {
margin-right: 0.5rem;
}
.mb1 {
margin-bottom: 0.5rem;
}
.ml1 {
margin-left: 0.5rem;
}
.mx1 {
margin-left: 0.5rem;
margin-right: 0.5rem;
}
.my1 {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.m2 {
margin: 1rem;
}
.mt2 {
margin-top: 1rem;
}
.mr2 {
margin-right: 1rem;
}
.mb2 {
margin-bottom: 1rem;
}
.ml2 {
margin-left: 1rem;
}
.mx2 {
margin-left: 1rem;
margin-right: 1rem;
}
.my2 {
margin-top: 1rem;
margin-bottom: 1rem;
}
.m3 {
margin: 2rem;
}
.mt3 {
margin-top: 2rem;
}
.mr3 {
margin-right: 2rem;
}
.mb3 {
margin-bottom: 2rem;
}
.ml3 {
margin-left: 2rem;
}
.mx3 {
margin-left: 2rem;
margin-right: 2rem;
}
.my3 {
margin-top: 2rem;
margin-bottom: 2rem;
}
.m4 {
margin: 4rem;
}
.mt4 {
margin-top: 4rem;
}
.mr4 {
margin-right: 4rem;
}
.mb4 {
margin-bottom: 4rem;
}
.ml4 {
margin-left: 4rem;
}
.mx4 {
margin-left: 4rem;
margin-right: 4rem;
}
.my4 {
margin-top: 4rem;
margin-bottom: 4rem;
}
.mxn1 {
margin-left: -0.5rem;
margin-right: -0.5rem;
}
.mxn2 {
margin-left: -1rem;
margin-right: -1rem;
}
.mxn3 {
margin-left: -2rem;
margin-right: -2rem;
}
.mxn4 {
margin-left: -4rem;
margin-right: -4rem;
}
.ml-auto {
margin-left: auto;
}
.mr-auto {
margin-right: auto;
}
.mx-auto {
margin-left: auto;
margin-right: auto;
}
.p0 {
padding: 0;
}
.pt0 {
padding-top: 0;
}
.pr0 {
padding-right: 0;
}
.pb0 {
padding-bottom: 0;
}
.pl0 {
padding-left: 0;
}
.px0 {
padding-left: 0;
padding-right: 0;
}
.py0 {
padding-top: 0;
padding-bottom: 0;
}
.p1 {
padding: 0.5rem;
}
.pt1 {
padding-top: 0.5rem;
}
.pr1 {
padding-right: 0.5rem;
}
.pb1 {
padding-bottom: 0.5rem;
}
.pl1 {
padding-left: 0.5rem;
}
.py1 {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.px1 {
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.p2 {
padding: 1rem;
}
.pt2 {
padding-top: 1rem;
}
.pr2 {
padding-right: 1rem;
}
.pb2 {
padding-bottom: 1rem;
}
.pl2 {
padding-left: 1rem;
}
.py2 {
padding-top: 1rem;
padding-bottom: 1rem;
}
.px2 {
padding-left: 1rem;
padding-right: 1rem;
}
.p3 {
padding: 2rem;
}
.pt3 {
padding-top: 2rem;
}
.pr3 {
padding-right: 2rem;
}
.pb3 {
padding-bottom: 2rem;
}
.pl3 {
padding-left: 2rem;
}
.py3 {
padding-top: 2rem;
padding-bottom: 2rem;
}
.px3 {
padding-left: 2rem;
padding-right: 2rem;
}
.p4 {
padding: 4rem;
}
.pt4 {
padding-top: 4rem;
}
.pr4 {
padding-right: 4rem;
}
.pb4 {
padding-bottom: 4rem;
}
.pl4 {
padding-left: 4rem;
}
.py4 {
padding-top: 4rem;
padding-bottom: 4rem;
}
.px4 {
padding-left: 4rem;
padding-right: 4rem;
}
.col {
float: left;
box-sizing: border-box;
}
.col-right {
float: right;
box-sizing: border-box;
}
.col-1 {
width: 8.33333%;
}
.col-2 {
width: 16.66667%;
}
.col-3 {
width: 25%;
}
.col-4 {
width: 33.33333%;
}
.col-5 {
width: 41.66667%;
}
.col-6 {
width: 50%;
}
.col-7 {
width: 58.33333%;
}
.col-8 {
width: 66.66667%;
}
.col-9 {
width: 75%;
}
.col-10 {
width: 83.33333%;
}
.col-11 {
width: 91.66667%;
}
.col-12 {
width: 100%;
}
@media (min-width: 800px) {
.sm-col {
float: left;
box-sizing: border-box;
}
.sm-col-right {
float: right;
box-sizing: border-box;
}
.sm-col-1 {
width: 8.33333%;
}
.sm-col-2 {
width: 16.66667%;
}
.sm-col-3 {
width: 25%;
}
.sm-col-4 {
width: 33.33333%;
}
.sm-col-5 {
width: 41.66667%;
}
.sm-col-6 {
width: 50%;
}
.sm-col-7 {
width: 58.33333%;
}
.sm-col-8 {
width: 66.66667%;
}
.sm-col-9 {
width: 75%;
}
.sm-col-10 {
width: 83.33333%;
}
.sm-col-11 {
width: 91.66667%;
}
.sm-col-12 {
width: 100%;
}
}
@media (min-width: 1200px) {
.md-col {
float: left;
box-sizing: border-box;
}
.md-col-right {
float: right;
box-sizing: border-box;
}
.md-col-1 {
width: 8.33333%;
}
.md-col-2 {
width: 16.66667%;
}
.md-col-3 {
width: 25%;
}
.md-col-4 {
width: 33.33333%;
}
.md-col-5 {
width: 41.66667%;
}
.md-col-6 {
width: 50%;
}
.md-col-7 {
width: 58.33333%;
}
.md-col-8 {
width: 66.66667%;
}
.md-col-9 {
width: 75%;
}
.md-col-10 {
width: 83.33333%;
}
.md-col-11 {
width: 91.66667%;
}
.md-col-12 {
width: 100%;
}
}
@media (min-width: 1600px) {
.lg-col {
float: left;
box-sizing: border-box;
}
.lg-col-right {
float: right;
box-sizing: border-box;
}
.lg-col-1 {
width: 8.33333%;
}
.lg-col-2 {
width: 16.66667%;
}
.lg-col-3 {
width: 25%;
}
.lg-col-4 {
width: 33.33333%;
}
.lg-col-5 {
width: 41.66667%;
}
.lg-col-6 {
width: 50%;
}
.lg-col-7 {
width: 58.33333%;
}
.lg-col-8 {
width: 66.66667%;
}
.lg-col-9 {
width: 75%;
}
.lg-col-10 {
width: 83.33333%;
}
.lg-col-11 {
width: 91.66667%;
}
.lg-col-12 {
width: 100%;
}
}
.flex {
display: flex;
}
@media (min-width: 800px) {
.sm-flex {
display: flex;
}
}
@media (min-width: 1200px) {
.md-flex {
display: flex;
}
}
@media (min-width: 1600px) {
.lg-flex {
display: flex;
}
}
.flex-column {
flex-direction: column;
}
.flex-wrap {
flex-wrap: wrap;
}
.items-start {
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
-ms-grid-row-align: flex-start;
align-items: flex-start;
}
.items-end {
-webkit-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
-ms-grid-row-align: flex-end;
align-items: flex-end;
}
.items-center {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
-ms-grid-row-align: center;
align-items: center;
}
.items-baseline {
-webkit-box-align: baseline;
-webkit-align-items: baseline;
-ms-flex-align: baseline;
-ms-grid-row-align: baseline;
align-items: baseline;
}
.items-stretch {
-webkit-box-align: stretch;
-webkit-align-items: stretch;
-ms-flex-align: stretch;
-ms-grid-row-align: stretch;
align-items: stretch;
}
.self-start {
align-self: flex-start;
}
.self-end {
align-self: flex-end;
}
.self-center {
align-self: center;
}
.self-baseline {
align-self: baseline;
}
.self-stretch {
align-self: stretch;
}
.justify-start {
justify-content: flex-start;
}
.justify-end {
justify-content: flex-end;
}
.justify-center {
justify-content: center;
}
.justify-between {
justify-content: space-between;
}
.justify-around {
justify-content: space-around;
}
.content-start {
align-content: flex-start;
}
.content-end {
align-content: flex-end;
}
.content-center {
align-content: center;
}
.content-between {
align-content: space-between;
}
.content-around {
align-content: space-around;
}
.content-stretch {
align-content: stretch;
}
.flex-auto {
flex: 1 1 auto;
min-width: 0;
min-height: 0;
}
.flex-none {
flex: none;
}
.order-0 {
order: 0;
}
.order-1 {
order: 1;
}
.order-2 {
order: 2;
}
.order-3 {
order: 3;
}
.order-last {
order: 99999;
}
.relative {
position: relative;
}
.absolute {
position: absolute;
}
.fixed {
position: fixed;
}
.top-0 {
top: 0;
}
.right-0 {
right: 0;
}
.bottom-0 {
bottom: 0;
}
.left-0 {
left: 0;
}
.z1 {
z-index: 1;
}
.z2 {
z-index: 2;
}
.z3 {
z-index: 3;
}
.z4 {
z-index: 4;
}
.border {
border-style: solid;
border-width: 1px;
}
.border-top {
border-top-style: solid;
border-top-width: 1px;
}
.border-right {
border-right-style: solid;
border-right-width: 1px;
}
.border-bottom {
border-bottom-style: solid;
border-bottom-width: 1px;
}
.border-left {
border-left-style: solid;
border-left-width: 1px;
}
.border-none {
border: 0;
}
.rounded {
border-radius: 3px;
}
.circle {
border-radius: 50%;
}
.rounded-top {
border-radius: 3px 3px 0 0;
}
.rounded-right {
border-radius: 0 3px 3px 0;
}
.rounded-bottom {
border-radius: 0 0 3px 3px;
}
.rounded-left {
border-radius: 3px 0 0 3px;
}
.not-rounded {
border-radius: 0;
}
.hide {
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
}
@media (max-width: 800px) {
.xs-hide {
display: none !important;
}
}
@media (min-width: 800px) and (max-width: 1200px) {
.sm-hide {
display: none !important;
}
}
@media (min-width: 1200px) and (max-width: 1600px) {
.md-hide {
display: none !important;
}
}
@media (min-width: 1600px) {
.lg-hide {
display: none !important;
}
}
.display-none {
display: none !important;
} @font-face {
font-display: swap; font-family: "Barlow";
font-style: normal;
font-weight: 100;
src: url(https://www.nuernberg-rams.de/wp-content/themes/rams/fonts/barlow-v12-latin-100.woff2) format("woff2"); } @font-face {
font-display: swap; font-family: "Barlow";
font-style: italic;
font-weight: 100;
src: url(https://www.nuernberg-rams.de/wp-content/themes/rams/fonts/barlow-v12-latin-100italic.woff2) format("woff2"); } @font-face {
font-display: swap; font-family: "Barlow";
font-style: normal;
font-weight: 200;
src: url(https://www.nuernberg-rams.de/wp-content/themes/rams/fonts/barlow-v12-latin-200.woff2) format("woff2"); } @font-face {
font-display: swap; font-family: "Barlow";
font-style: italic;
font-weight: 200;
src: url(https://www.nuernberg-rams.de/wp-content/themes/rams/fonts/barlow-v12-latin-200italic.woff2) format("woff2"); } @font-face {
font-display: swap; font-family: "Barlow";
font-style: normal;
font-weight: 300;
src: url(https://www.nuernberg-rams.de/wp-content/themes/rams/fonts/barlow-v12-latin-300.woff2) format("woff2"); } @font-face {
font-display: swap; font-family: "Barlow";
font-style: italic;
font-weight: 300;
src: url(https://www.nuernberg-rams.de/wp-content/themes/rams/fonts/barlow-v12-latin-300italic.woff2) format("woff2"); } @font-face {
font-display: swap; font-family: "Barlow";
font-style: normal;
font-weight: 400;
src: url(https://www.nuernberg-rams.de/wp-content/themes/rams/fonts/barlow-v12-latin-regular.woff2) format("woff2"); } @font-face {
font-display: swap; font-family: "Barlow";
font-style: italic;
font-weight: 400;
src: url(https://www.nuernberg-rams.de/wp-content/themes/rams/fonts/barlow-v12-latin-italic.woff2) format("woff2"); } @font-face {
font-display: swap; font-family: "Barlow";
font-style: normal;
font-weight: 500;
src: url(https://www.nuernberg-rams.de/wp-content/themes/rams/fonts/barlow-v12-latin-500.woff2) format("woff2"); } @font-face {
font-display: swap; font-family: "Barlow";
font-style: italic;
font-weight: 500;
src: url(https://www.nuernberg-rams.de/wp-content/themes/rams/fonts/barlow-v12-latin-500italic.woff2) format("woff2"); } @font-face {
font-display: swap; font-family: "Barlow";
font-style: normal;
font-weight: 600;
src: url(https://www.nuernberg-rams.de/wp-content/themes/rams/fonts/barlow-v12-latin-600.woff2) format("woff2"); } @font-face {
font-display: swap; font-family: "Barlow";
font-style: italic;
font-weight: 600;
src: url(https://www.nuernberg-rams.de/wp-content/themes/rams/fonts/barlow-v12-latin-600italic.woff2) format("woff2"); } @font-face {
font-display: swap; font-family: "Barlow";
font-style: normal;
font-weight: 700;
src: url(https://www.nuernberg-rams.de/wp-content/themes/rams/fonts/barlow-v12-latin-700.woff2) format("woff2"); } @font-face {
font-display: swap; font-family: "Barlow";
font-style: italic;
font-weight: 700;
src: url(https://www.nuernberg-rams.de/wp-content/themes/rams/fonts/barlow-v12-latin-700italic.woff2) format("woff2"); } @font-face {
font-display: swap; font-family: "Barlow";
font-style: normal;
font-weight: 800;
src: url(https://www.nuernberg-rams.de/wp-content/themes/rams/fonts/barlow-v12-latin-800.woff2) format("woff2"); } @font-face {
font-display: swap; font-family: "Barlow";
font-style: italic;
font-weight: 800;
src: url(https://www.nuernberg-rams.de/wp-content/themes/rams/fonts/barlow-v12-latin-800italic.woff2) format("woff2"); } @font-face {
font-display: swap; font-family: "Barlow";
font-style: normal;
font-weight: 900;
src: url(https://www.nuernberg-rams.de/wp-content/themes/rams/fonts/barlow-v12-latin-900.woff2) format("woff2"); } @font-face {
font-display: swap; font-family: "Barlow";
font-style: italic;
font-weight: 900;
src: url(https://www.nuernberg-rams.de/wp-content/themes/rams/fonts/barlow-v12-latin-900italic.woff2) format("woff2"); } *, *:before, *:after {
box-sizing: border-box;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-smoothing: antialiased;
}
::-moz-selection {
background: #1a1a1a;
color: #fff;
}
::selection {
background: #1a1a1a;
color: #fff;
}
html {
min-width: 380px;
overflow-x: hidden;
background-color: #fff;
height: 100%;
scroll-behavior: smooth;
}
body, button, input, select, textarea {
font: 1rem/1.333 var(--font);
font-weight: 500;
color: var(--dark);
}
main {
display: block;
color: var(--blau);
}
a, a:visited {
color: var(--gold);
text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
font-weight: bold;
}
h1, h2, h3 {
line-height: 1em;
font-style: italic;
text-transform: uppercase;
}
h1 {
font-size: 2.25em;
}
h2 {
font-size: 2em;
}
h3 {
font-size: 1.75em;
}
h4 {
font-size: 1.5em;
}
h5 {
font-size: 1.25em;
}
h6 {
font-size: 1em;
text-transform: uppercase;
font-weight: 800;
}
h1.hr, h2.hr, h3.hr, h4.hr, h5.hr, h6.hr {
display: flex;
gap: 0.5em;
align-items: baseline;
}
h1.hr:after, h2.hr:after, h3.hr:after, h4.hr:after, h5.hr:after, h6.hr:after {
content: "";
height: 1px;
flex: 1 1;
background-color: currentColor;
}
figure {
display: block;
margin: 2rem 0;
}
.logos figure {
margin: 2rem auto;
}
figcaption {
font-style: italic;
font-weight: 400;
text-align: center;
}
picture, picture img {
display: block;
}
address {
font-style: normal;
}
img {
width: 100%;
image-rendering: auto;
border-radius: var(--radius-medium);
display: block;
}
video {
display: block;
width: 100%;
}
@media (min-width: 1200px) {
h1 {
font-size: 2.5em;
font-style: italic;
text-transform: uppercase;
}
h2 {
font-size: 2.125em;
font-style: italic;
text-transform: uppercase;
}
h3 {
font-size: 1.85em;
font-style: italic;
text-transform: uppercase;
}
}
@media (min-width: 1600px) {
h1 {
font-size: 3em;
font-style: italic;
text-transform: uppercase;
}
h2 {
font-size: 2.25em;
font-style: italic;
text-transform: uppercase;
}
h3 {
font-size: 2em;
font-style: italic;
text-transform: uppercase;
}
} header.entry-header {
display: none;
}
.header {
position: relative;
z-index: 555;
margin-bottom: 1rem;
}
.header h1 {
color: var(--farbe1);
}
.header .logo {
display: inline-block;
width: 240px;
}
@media (min-width: 800px) {
.header .logo {
width: 280px;
}
}
@media (min-width: 1200px) {
.header {
margin-bottom: 1.5rem;
}
.header .logo {
width: 350px;
}
}
@media (min-width: 1600px) {
.header {
margin-bottom: 2rem;
}
.header .logo {
width: 350px;
min-width: 300px;
}
}  #navigation + * {
height: 0;
transition: height 0.5s ease-out;
overflow: hidden;
display: block;
}
#navigation:checked + * {
height: 100vh;
}
#navigation {
display: none;
} .navigation-toggler {
width: 2.5em;
height: 2.5em;
border-radius: 100%;
display: block;
position: relative;
overflow: hidden;
text-indent: -333px;
cursor: pointer;
background-color: var(--gold);
float: right;
}
.navigation-toggler:before,
.navigation-toggler:after {
content: "";
position: absolute;
inset: 48% 25%;
background-color: #fff;
border-radius: 1em;
}
.navigation-toggler--open:before {
transform: translateY(-250%);
}
.navigation-toggler--open:after {
transform: translateY(250%);
}
.navigation-toggler--close:before {
transform: rotate(-45deg);
}
.navigation-toggler--close:after {
transform: rotate(45deg);
}
.navigation {
position: fixed;
top: 0;
width: 100%;
inset: 0 0 auto 0;
background-color: var(--blau);
z-index: 555;
}
.navigation__ul {
font-size: var(--font-size-large);
text-transform: uppercase;
font-style: italic;
font-weight: 700;
clear: both;
list-style-type: none;
padding-left: 0;
}
.navigation a {
color: var(--gold);
text-decoration: none;
}
.navigation a:hover, .navigation a.current-page {
color: #fff;
}
.navigation a.icon {
color: var(--blau);
text-decoration: none;
}
.navigation a.icon:hover, .navigation a.icon.current-page {
color: var(--gold);
}
.navigation .youtube a.icon:hover {
fill: var(--gold);
color: var(--gold);
}
.navigation .youtube a.icon:hover polygon {
fill: var(--gold);
}
.navigation .youtube a.icon:hover rect {
stroke: var(--gold);
}
#primary-menu ul {
font-size: var(--font-size-large);
text-transform: uppercase;
font-style: italic;
font-weight: 700;
clear: both;
list-style-type: none;
padding-left: 0;
}
@media (min-width: 800px) {
.navigation-toggler {
margin-top: 0.5rem;
}
}
@media (min-width: 1200px) {
.navigation-toggler {
margin-top: 0.75rem;
}
}
@media (min-width: 1600px) {
.navigation-toggler {
margin-top: 1rem;
}
}
@media (max-width: 1111px) {
.sub-menu {
margin-left: 3%;
}
}
@media (min-width: 1111px) { .header {
display: flex;
justify-content: space-between;
align-items: center;
gap: 2rem;
}
.navigation-toggler {
display: none;
}
.navigation {
display: block;
position: relative;
width: auto;
background-color: transparent;
}
.navigation .logo {
display: none;
}
.navigation .wrapper.pt2 {
padding-top: 0;
width: auto !important;
}
.navigation__ul {
margin-top: 0;
margin-bottom: 0;
}
.navigation__ul > li {
display: inline-block;
margin-inline: 0.75rem;
}
.navigation a:hover, .navigation a.current-page {
color: var(--blau);
}
.navigation__social a {
color: var(--blau);
}
.navigation__social a:hover {
color: var(--gold);
}
#navigation + * {
height: auto;
}
#primary-menu ul {
margin-top: 0;
margin-bottom: 0;
}
#primary-menu ul li {
display: inline-block;
margin-inline: 0.75rem;
}
#primary-menu ul.navigation__ul li.instagram {
margin: 0 0 0 10px;
}
#primary-menu ul.navigation__ul li.facebook {
margin: 0;
}
.sub-menu {
display: none;
position: absolute;
top: 100%;
z-index: 100;
background: var(--blau);
border-radius: 0 0 var(--radius-small) 0;
}
.sub-menu li {
background: var(--blau);
width: 120px;
margin: 0 !important;
padding: 3px 12px;
border-right: 2px solid #fff;
display: block !important;
position: relative;
}
.sub-menu li:last-child {
border-radius: 0 0 var(--radius-small) var(--radius-small);
}
.sub-menu .sub-menu {
left: 120px;
top: 0;
width: 200px;
}
.sub-menu .sub-menu li {
border-right: none;
}
.sub-menu:hover,
.menu-item:hover > .sub-menu {
display: block;
}
.sub-menu li a:hover,
.sub-menu li.current_page_ancestor > a,
.sub-menu li.current-menu-item a {
color: #fff;
}
}
@media (max-width: 1789px) {
.sub-menu {
top: 50%;
}
}  .footer {
font-size: 87.5%;
background-color: var(--dark);
border-top: 2px solid var(--gold);
box-shadow: 0 0 0 2px #fff, 0 0 0 10px var(--blau);
margin-top: calc(10px + 4rem); }
.footer, .footer a, .footer a:visited {
color: var(--grau);
text-decoration: none;
}
.footer__content {
position: relative;
background: var(--blau) url(//www.nuernberg-rams.de/wp-content/themes/rams/assets/rams-bottom-bg-1.jpg) center center;
background-size: cover;
}
.footer__content > * {
position: relative;
}
.footer__content::before {
content: "";
position: absolute;
inset: 0;
background-color: var(--blau);
opacity: 0.7;
}
.footer__nav a {
display: inline-block;
margin-left: 0.5em;
margin-right: 0.5em;
}
.footer__socket {
background-color: #000;
}
.footer__socket > * {
opacity: 0.5;
} .wp-block-columns-is-layout-flex,
.wrapper {
--wrapper-w1:calc( 250px + 20% );
--wrapper-w2:calc( 400px + 40% );
--wrapper-w3:calc( 500px + 50% );
margin-left: auto;
margin-right: auto;
width: var(--wrapper-w1);
}
.wp-block-columns-is-layout-flex--full,
.wrapper--full {
width: 100%;
}
.wp-block-columns-is-layout-flex p, .wp-block-columns-is-layout-flex ul, .wp-block-columns-is-layout-flex h1, .wp-block-columns-is-layout-flex h2, .wp-block-columns-is-layout-flex h3 {
padding-left: 0;
padding-right: 0;
}
@media (min-width: 800px) {
.wp-block-columns-is-layout-flex,
.wrapper {
width: var(--wrapper-w2);
}
.wp-block-columns-is-layout-flex--s, .wp-block-columns-is-layout-flex--s-s,
.wrapper--s,
.wrapper--s-s {
width: var(--wrapper-w1);
}
.wp-block-columns-is-layout-flex--full,
.wrapper--full {
width: 100%;
}
.wp-block-columns-is-layout-flex p, .wp-block-columns-is-layout-flex ul, .wp-block-columns-is-layout-flex h1, .wp-block-columns-is-layout-flex h2, .wp-block-columns-is-layout-flex h3 { }
.entry-content > .wp-block-columns {
margin: 0 auto;
max-width: 80%;
}
}
@media (min-width: 1200px) {
.wp-block-columns-is-layout-flex,
.wrapper {
width: var(--wrapper-w3);
}
.wp-block-columns-is-layout-flex--s, .wp-block-columns-is-layout-flex--s-s,
.wrapper--s,
.wrapper--s-s {
width: var(--wrapper-w1);
}
.wp-block-columns-is-layout-flex--full,
.wrapper--full {
width: 100%;
}
}
@media (min-width: 1600px) {
.wp-block-columns-is-layout-flex, .wp-block-columns-is-layout-flex--s-s,
.wrapper,
.wrapper--s-s {
width: var(--wrapper-w3);
}
.wp-block-columns-is-layout-flex--s,
.wrapper--s {
width: 640px;
}
.wp-block-columns-is-layout-flex--full,
.wrapper--full {
width: 100%;
}
}
@media (min-width: 1920px) {
.wp-block-columns-is-layout-flex, .wp-block-columns-is-layout-flex--s-s,
.wrapper,
.wrapper--s-s {
width: 1624px;
}
.wp-block-columns-is-layout-flex--s,
.wrapper--s {
width: 800px;
}
.wp-block-columns-is-layout-flex--full,
.wrapper--full {
width: 1624px;
}
}   .flickity-button.flickity-prev-next-button {
padding: 0;
width: 30px;
height: 30px;
}
.flickity-button.flickity-prev-next-button:before {
border-radius: 9em;
transform: none;
}
.flickity-prev-next-button.previous {
left: -10px;
}
.flickity-prev-next-button.next {
right: -10px;
}
@media (min-width: 500px) {
.flickity-prev-next-button.previous {
left: -40px;
}
.flickity-prev-next-button.next {
right: -40px;
}
} .wp-element-button,
.button,
button {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: 0;
background: transparent;
display: inline-block;
position: relative;
white-space: nowrap;
padding: 0.5em 2em;
color: #fff;
font-style: italic;
font-weight: 700;
text-transform: uppercase;
text-decoration: none !important;
z-index: 1;
}
.wp-element-button:before,
.button:before,
button:before {
content: "";
position: absolute;
inset: 0;
z-index: -1;
border-radius: var(--radius-small);
background-color: var(--gold);
transform: skewX(var(--neigung));
}
.wp-element-button:hover,
.button:hover,
button:hover {
color: var(--gold);
}
.wp-element-button:hover:before,
.button:hover:before,
button:hover:before {
background-color: var(--blau);
}
a.wp-element-button {
color: #fff;
} .tag {
display: inline-block;
position: relative;
white-space: nowrap;
padding: 0.05em 0.75em 0.1em;
text-decoration: none;
font-style: italic;
z-index: 1;
}
.tag::before {
content: "";
position: absolute;
inset: 0;
border-radius: var(--radius-small);
background-color: var(--gold);
z-index: -1;
}
.tag, .tag:visited {
color: #fff;
} .post {
margin-bottom: 3rem;
}
.post header figure {
position: relative;
}
.post header img {
border-radius: var(--radius-large);
}
.post header .tag[rel=author] {
float: right;
}
@media (min-width: 800px) {
.post header .tag {
position: absolute;
top: 2rem;
color: var(--gold);
}
.post header .tag:before {
background-color: var(--blau);
}
.post header time.tag {
left: 2rem;
}
.post header .tag[rel=author] {
right: 2rem;
}
.post header h1 {
position: relative;
margin-top: -1em;
margin-left: 3.5rem;
margin-right: 3.5rem;
padding: 0.25em 0.5em 0.333em;
text-align: center;
background-color: var(--gold);
color: #fff;
border-radius: 0 0 var(--radius-medium) var(--radius-medium);
border-top: 8px solid var(--blau);
box-shadow: inset 0 2px 0 #fff;
}
.page .has-post-thumbnail h1 {
position: relative;
margin-top: -1em;
margin-left: 3.5rem;
margin-right: 3.5rem;
padding: 0.25em 0.5em 0.333em;
text-align: center;
background-color: var(--gold);
color: #fff;
border-radius: 0 0 var(--radius-medium) var(--radius-medium);
border-top: 8px solid var(--blau);
box-shadow: inset 0 2px 0 #fff;
}
.page .has-post-thumbnail .breakout {
margin-left: -40%;
width: 180%;
}
} .banner-ticket {
background-color: var(--blau);
border-radius: var(--radius-large);
padding-top: 2rem;
padding-bottom: 2rem;
}
.banner-ticket h1 {
color: var(--gold);
text-align: center;
}
.banner-ticket h1 em {
color: #fff;
font-weight: 900;
font-size: 2em;
display: block;
margin-bottom: 0.25em;
text-shadow: 0.01em 0 0 var(--blau), 0.08em 0 var(--gold);
}
.banner-ticket video {
margin-top: 2em;
margin-bottom: 1.5em;
border-top: 2px solid #fff;
border-bottom: 8px solid var(--gold);
box-shadow: 0 -10px 0 0 var(--gold), 0 2px 0 0 #fff;
}
.banner-ticket a {
white-space: nowrap;
display: flex;
align-items: center;
justify-content: center;
}
.banner-ticket a img {
display: inline-block;
width: 6em;
margin-left: -2.5em;
position: relative;
z-index: 1;
}
@media (min-width: 1600px) {
.banner-ticket {
padding-top: 0;
padding-bottom: 0;
padding-right: 2rem;
padding-left: 2rem;
transform: skewX(var(--neigung));
}
.banner-ticket > * {
display: flex;
align-items: center;
justify-content: space-evenly;
gap: 3em;
transform: skewX(calc(var(--neigung) * -1));
}
.banner-ticket h1 {
font-size: 2rem;
margin-top: 0.5em;
margin-bottom: 0;
}
.banner-ticket h1 em {
font-size: 3em;
margin-bottom: 0.333em;
}
.banner-ticket video {
width: 24rem;
height: 12rem;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: 50% 50%;
object-position: 50% 50%;
margin-top: 0;
margin-bottom: 0;
border-top: 0;
border-right: 8px solid var(--gold);
border-bottom: 0;
border-left: 2px solid #fff;
box-shadow: -8px 0 0 0 var(--gold), 2px 0 0 0 #fff;
transform: skewX(var(--neigung));
}
.banner-ticket a img {
width: 10em;
margin-left: -3em;
}
} .home-intro__item {
--itemcolor:var(--gold);
margin-top: 2em;
margin-bottom: 2em;
background-color: var(--itemcolor);
border-radius: var(--radius-large);
display: block;
overflow: hidden;
}
.home-intro__item--blau {
--itemcolor:var(--blau);
}
.home-intro__item, .home-intro__item * {
text-decoration: none;
}
.home-intro__item figure {
position: relative;
margin-top: 0;
margin-bottom: 0; overflow: hidden;
}
.home-intro__item figure:after {
content: "";
position: absolute;
inset: 0;
background-color: var(--blau);
opacity: 0.3;
}
.home-intro__item video {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.home-intro__item img {
position: relative;
border-radius: 0;
will-change: opacity;
transition: opacity 0.6s;
}
.home-intro__item h2 {
position: absolute;
font-size: 5rem;
left: 5%;
bottom: 0;
width: 90%;
margin-bottom: 0.2em;
font-weight: 900;
color: #fff;
text-shadow: 0.125em 0 0 var(--itemcolor);
z-index: 1;
}
.home-intro__item p {
margin-top: 0;
margin-bottom: 0;
padding: 1em 1.25em 1.75em;
border-radius: 0 0 var(--radius-medium) var(--radius-medium);
background-color: var(--itemcolor);
color: #fff;
overflow: hidden;
}
.home-intro__item:hover img {
opacity: 0;
}
@media (min-width: 800px) {
.home-intro {
display: flex;
}
.home-intro__item {
position: relative;
flex: 0 0 33.3333%;
}
.home-intro__item h2 {
font-size: 3.666em;
}
.home-intro__item:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.home-intro__item:not(:first-child):after {
content: "";
position: absolute;
top: 0;
left: 0;
background-color: #fff;
width: 4px;
height: 100%;
}
.home-intro__item:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.home-intro__item:not(:last-child) figure::before {
content: "";
display: block;
position: absolute;
inset: 0 0 0 auto;
width: 8px;
background-color: var(--gold);
z-index: 1;
}
}
@media (min-width: 1200px) {
.home-intro {
transform: skewX(var(--neigung));
}
.home-intro__item h2 {
font-size: 5rem;
font-style: normal;
}
.home-intro__item video,
.home-intro__item img {
transform: skewX(calc(var(--neigung) * -1)) scale(1.11);
}
}
@media (min-width: 1600px) {
.home-intro__item {
background-color: transparent;
}
.home-intro__item:last-child figure {
border-bottom-right-radius: var(--radius-large);
}
.home-intro__item p {
margin-top: -1px;
width: 85%;
border-radius: 0 0 var(--radius-medium) var(--radius-medium) !important;
background-color: var(--itemcolor);
}
.home-intro__item:not(:first-child) p {
margin-left: 1px;
}
} .mini-teasers {
width: calc(100% + 3rem);
margin-left: -1.5rem;
overflow: hidden;
padding-top: 1rem;
padding-bottom: 3rem;
}
.mini-teasers .main-carousel {
margin-left: 1.5rem;
margin-right: 1.5rem;
}
.mini-teasers .flickity-page-dots {
bottom: -30px;
}
.mini-teasers .flickity-viewport {
overflow: visible;
}
.mini-teasers .carousel-cell {
width: 70%;
min-height: 100%;
display: flex;
flex-direction: column;
margin-left: 1rem;
margin-right: 1rem;
}
.mini-teaser {
display: flex;
flex-direction: column;
overflow: hidden;
border-radius: var(--radius-medium); box-shadow: 0 0.5em 0.75em rgba(0, 0, 0, 0.15);
}
.mini-teaser, .mini-teaser * {
text-decoration: none;
}
.mini-teaser figure {
margin-top: 0;
margin-bottom: 0.75em;
overflow: hidden;
}
.mini-teaser img {
border-radius: 0;
will-change: transform;
transition: transform 0.4s;
}
.mini-teaser h3 {
margin-top: 0;
font-size: 18px;
padding-left: 0.5em;
padding-right: 0.5em;
}
.mini-teaser:hover h3 {
color: var(--blau);
}
.mini-teaser:hover img {
transform: scale(1.05);
}
@media (min-width: 500px) {
.mini-teasers .flickity-prev-next-button.previous {
left: -15px;
}
.mini-teasers .flickity-prev-next-button.next {
right: -15px;
}
}
@media (min-width: 800px) {
.mini-teasers .carousel-cell {
width: 27%;
}
}
@media (min-width: 1200px) {
.mini-teasers .carousel-cell {
width: 21%;
}
}
@media (min-width: 1400px) {
.mini-teasers .carousel-cell {
width: 16.5%;
}
}
@media (min-width: 1600px) {
.mini-teasers .carousel-cell {
width: 13.75%;
}
}
.teaser {
display: block;
width: 100%;
padding-bottom: 2em;
}
.teaser, .teaser * {
text-decoration: none;
}
.teaser figure {
margin-bottom: 0;
border-radius: var(--radius-medium);
overflow: hidden;
}
.teaser figure img {
border-radius: 0;
will-change: transform;
transition: transform 0.4s;
}
.teaser h3 {
font-size: 24px;
margin-top: 0.75em;
margin-bottom: 0.25em;
}
.teaser p {
margin-top: 0;
color: var(--blau);
}
.teaser:hover h3 {
color: var(--blau);
}
.teaser:hover figure img {
transform: scale(1.05);
}
@media (min-width: 800px) and (max-width: 1199.95px), (min-width: 1400px) {
.teaser {
display: flex;
gap: 2em;
align-items: flex-end;
}
.teaser figure {
flex: 0 0 60%;
}
}
@media (min-width: 1400px) {
.teaser {
align-items: flex-start;
}
.teaser figure {
margin-top: 1em;
}
}
@media (min-width: 1920px) {
.teaser {
align-items: flex-end;
}
} .logos {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 2rem 2rem;
}
.logos img {
border-radius: 0; } .rTable .tr {
padding: 0.5em 0;
}
.rTable .thead {
display: none;
}
.rTable.sticky-thead .thead .tr{
z-index: 99
}
.rTable .th {
font-weight: bold;
}
.rTable .td:before {
font-weight: bold;
display: block;
}
.rTable .td:nth-child(1):before {
content: var(--th1);
}
.rTable .td:nth-child(2):before {
content: var(--th2);
}
.rTable .td:nth-child(3):before {
content: var(--th3);
}
.rTable .td:nth-child(4):before {
content: var(--th4);
}
.rTable .td:nth-child(5):before {
content: var(--th5);
}
.rTable .td:nth-child(6):before {
content: var(--th6);
}
.rTable .td:nth-child(7):before {
content: var(--th7);
}
.rTable .td:nth-child(8):before {
content: var(--th8);
}
.rTable .td:nth-child(9):before {
content: var(--th9);
} .rTable .th,
.rTable .td {
padding: 0.333em 0;
}
.rTable.zebra .tbody .th,
.rTable.zebra .tbody .td {
padding-left: 0.75em;
padding-right: 0.75em;
}
.rTable.zebra .tbody .tr:nth-child(odd) {
background-color: #eee;
}
.rTable.rTable--tabelle .th, .rTable.rTable--tabelle .td {
display: table-cell;
border: 0;
vertical-align: top;
padding: 0.666em 0.5em 0.75em;
}
.rTable--tabelle .heimteam .td {
color: var(--gold);
font-weight: bold;
}
@media only screen and (min-width: 800px) {
.rTable .td:before {
display: none;
}
.rTable {
border-collapse: collapse;
display: table;
width: 100%;
}
.rTable .thead {
display: table-header-group;
}
.rTable .tbody {
display: table-row-group;
}
.rTable .tr {
padding: 0;
}
.rTable .tr {
display: table-row;
}
.rTable .th,
.rTable .td {
display: table-cell;
border: 0;
vertical-align: top;
padding: 0.666em 1em 0.75em;
}
.rTable .th:first-child,
.rTable .td:first-child {
padding-left: 0;
}
.rTable .th:last-child,
.rTable .td:last-child {
padding-right: 0;
}
.rTable--tabelle .th:first-child,
.rTable--tabelle .td:first-child {
padding-left: 0.75em;
}
.rTable.zebra .th:first-child,
.rTable.zebra .td:first-child {
padding-left: 1em;
}
.rTable.zebra .th:last-child,
.rTable.zebra .td:last-child {
padding-right: 1em;
}
.rTable.sticky-thead .thead .tr {
position: sticky;
top: 0;
background-color: #ddd;
}
}
.rTable--spielplan .tr {
padding-bottom: 2rem;
margin-bottom: 1.5rem;
border-bottom: var(--gold) 1px solid;
}
.rTable--spielplan .td:before {
font-weight: 500;
}
.rTable--spielplan .td:nth-child(1):before,
.rTable--spielplan .td:nth-child(3):before {
content: none;
}
.rTable--spielplan time {
display: block;
margin-inline: auto;
border-radius: 9em;
width: 4.5em;
height: 4.5em;
box-shadow: 0 0.5em 2em rgba(0, 0, 0, 0.15);
font-style: italic;
font-weight: 900;
font-size: 20px;
line-height: 0.8;
color: var(--gold);
display: flex;
flex-direction: column;
justify-content: center;
}
.rTable--spielplan time em {
display: block;
font-weight: 400;
font-size: 2em;
}
.rTable--spielplan figure {
margin-top: 0.5em;
margin-bottom: 0.25em;
}
.rTable--spielplan figure img {
margin-inline: auto;
width: 130px;
height: 130px;
border-radius: 0;
-o-object-fit: contain;
object-fit: contain;
-o-object-position: 50% 50%;
object-position: 50% 50%;
}
.rTable--spielplan figure figcaption {
font-style: normal;
font-weight: 500;
}
.rTable--spielplan .td:nth-child(3) {
padding-top: 0em;
}
.rTable--spielplan .td:nth-child(3) > * { font-size: 100px;
font-weight: 900;
font-style: italic;
width: 100%;
display: grid;
grid-template-columns: 1.1em 0.5em 1.1em;
justify-content: center;
-moz-column-gap: 0.1em;
column-gap: 0.1em;
line-height: 0.8;
color: var(--gold);
}
.rTable--tabelle figure {
margin: 0;
}
.rTable--tabelle figure img {
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
width: 30px;
height: auto;
}
.rTable--tabelle figure {
padding-left: 40px;
display: inline-block;
position: relative;
}
.wp-block-lazyblock-tabelle-herren .wrapper {
margin: 0;
width: 100%;
}
@media (max-width: 799.95px) {
.rTable--spielplan .tr {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
text-align: center;
}
.rTable--spielplan .tr .td:nth-child(1) { flex: 0 0 100%;
}
.rTable--spielplan .tr .td.spielplan_datum,
.rTable--spielplan .tr .td.time {
flex: 0 0 50%;
}
.rTable .td.time::before {
display:none
}
.rTable--spielplan .tr .td:nth-child(2),
.rTable--spielplan .tr .td:nth-child(4) {
flex: 0 0 48%;
}
.rTable--spielplan .tr .td:nth-child(3) { order: 1;
flex: 0 0 100%;
}
.rTable--spielplan .tr .td.teams { order: 0;
flex: 0 0 100%;
}
.rTable--spielplan .tr .td.location::before { content: "location:"
}
.rTable--tabelle figure {
font-size: 0;
}
.rTable.rTable--tabelle .th, .rTable.rTable--tabelle .td {
padding: 6px;
}
}
@media (max-width: 375px) {
.rTable.rTable--tabelle .th, .rTable.rTable--tabelle .td {
padding: 5px;
}
}
@media only screen and (min-width: 800px) {
.rTable--spielplan .thead {
text-align: center;
}
.rTable--spielplan .thead .tr {
background-color: #fff !important;
}
.rTable--spielplan .thead .th {
position: relative;
font-weight: 500;
}
.rTable--spielplan .thead .th:after {
content: "";
position: absolute;
display: block;
height: 1px;
background: var(--gold);
left: 0.5em;
right: 0.5em;
bottom: 0;
}
.rTable--spielplan .tbody .tr {
border: 0;
}
.rTable--spielplan .tbody .td:nth-child(1) { padding-top: 1em;
}
.rTable--spielplan .tbody .td.spielplan_datum,
.rTable--spielplan .tbody .td.time,
.rTable--spielplan .tbody .td.location {
vertical-align: middle;
padding-top: 0
}
.rTable--spielplan .tbody time {
align-items: center;
width: 4em;
height: 4em;
}
.rTable--spielplan .tbody figure {
margin-top: 0;
margin-bottom: 0;
}
.rTable--spielplan .tbody figure img {
width: 100px;
height: 100px;
}
.rTable--spielplan .tbody .td:nth-child(3) { padding-top: 1em;
}
.rTable--spielplan .tbody .td:nth-child(3) > * {
margin-inline: auto;
width: 3.125em;
text-align: center;
}
}
@media only screen and (min-width: 1200px) {
.rTable--spielplan {
max-width: 1200px;
margin-inline: auto;
}
.rTable--spielplan .tbody .td.time,
.rTable--spielplan .tbody .td:nth-child(1) { width: 10% !important;
}
.rTable--spielplan .tbody .td:nth-child(2) { width: 25%;
}
.rTable--spielplan .tbody .td:nth-child(3) { width: 40%;
}
.rTable--spielplan .tbody .td:nth-child(4) { width: 25%;
}
.rTable--spielplan .tbody figure {
display: flex;
gap: 0.5em;
align-items: center;
justify-items: center;
}
.rTable--spielplan .tbody .teams_container figure {
display: block !important
}
.rTable--spielplan .tbody .td.teams figcaption {
text-align: center
}
.rTable--spielplan .tbody figure img {
flex: 0 0 120px;
}
.rTable--spielplan .tbody figure figcaption {
flex-basis: 100%;
}
.rTable--spielplan .tbody .td:nth-child(2) { }
.rTable--spielplan .tbody .td.teams figure,
.rTable--spielplan .tbody .td:nth-child(2) figure {
flex-direction: row-reverse;
}
.rTable--spielplan .tbody .td:nth-child(2) figcaption {
text-align: right;
}
.rTable--spielplan .tbody .td:nth-child(4) { }
.rTable--spielplan .tbody .td:nth-child(4) figcaption {
text-align: left;
}
}
.rTable--spielplan .td:nth-child(3) {
white-space: nowrap;
overflow: hidden;
}
.teams figcaption {
color: var(--blau);
font: 1rem/1.333 var(--font);
}
.teams_container {
display: grid;
grid-template-columns: repeat(2, 1fr)!important; gap: 20px; justify-content: center !important; align-items: center; height: 100%; } body.to-top--off to-top {
position: fixed;
bottom: -30px;
}
to-top {
transition: all 0.4s;
z-index: 5555;
}
to-top::part(wrapper) {
background-color: var(--gold);
color: #fff;
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10'><path style='fill:none;stroke:%23fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:1;stroke-miterlimit:10;' d='M2.5,5.5L5,3L7.5,5.5'/></svg>");
} .wp-block-lazyblock-spieler h2 {
margin: 1em 0 0 0;
}
.wp-block-lazyblock-spieler figure {
margin: 2rem 0 1rem 0;
}
.wp-block-lazyblock-spieler .attachment-custom-600x600 {
width: 100% !important;
height: auto !important;
}
.wp-block-lazyblock-spieler h3 {
margin: 0.5em 0;
font-size: 1.5em;
}
.nationalitaet {
display: flex;
align-items: center;
}
.nationalitaet img {
width: 23px;
margin-right: 12px;
border-radius: 0;
border: 1px solid #cba169;
} .video-container {
position: relative; padding-bottom: 45%; height: 0;
overflow: hidden;
}
.video-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
} section.wrapper.clearfix .mxn2 .px2 {
padding-left: 2rem;
padding-right: 2rem;
}
.home section#news.wrapper.clearfix .mxn2 .px2 {
padding-left: 0;
padding-right: 2rem;
} #sponsoren, #partner {
padding: 0;
} .wp-block-table th {
text-align: left;
color: #fff;
background: var(--blau);
border: none;
}
.wp-block-table td {
border: none;
color: var(--blau);
white-space: break-spaces;
}
.wp-block-table td a {
color: var(--blau);
}
.wp-block-table tr:nth-child(even) {
background-color: var(--gold);
}
.wp-block-table tr:nth-child(odd) {
background-color: white;
}
.wp-block-table td, .wp-block-table th {
padding: 0.8em;
}
@media (min-width: 800px) {
.width60 {
margin: 0 auto !important;
max-width: 60%;
}
}
.width60 p {
padding: 0;
}  .wpcf7-form.init p {
margin: 0;
}
button, input, optgroup, select, textarea {
padding: 12px 12px;
border: 1px solid var(--gold);
border-radius: var(--radius-small);
font: 1.1rem/1.333 var(--font);
width: 100%;
}
input[type=checkbox] {
width: auto;
}
textarea {
margin-bottom: 16px;
}
.wpcf7-list-item {
margin-left: 0;
}
.wpcf7-submit {
margin-top: 16px;
padding: 12px 24px;
color: #fff;
border: 0;
border-radius: var(--radius-small);
background-color: var(--gold);
transform: skewX(var(--neigung));
max-width: 50%;
}
.wpcf7-not-valid-tip {
display: none;
}
.wpcf7-not-valid {
border: 2px solid var(--blau);
}
.wpcf7-response-output {
margin-left: 0;
margin-right: 0;
padding-top: 0.8em;
padding-bottom: 0.8em;
}   .entry-content > .wp-block-columns.narrow {
margin: 0 auto;
max-width: 900px;
}
@media (max-width: 1600px) {
.entry-content > .wp-block-columns.narrow {
margin: 0 auto;
max-width: 50%;
}
}
@media (max-width: 1200px) {
.entry-content > .wp-block-columns.narrow {
margin: 0 auto;
max-width: 60%;
}
} .icon {
display: inline-block;
position: relative;
vertical-align: -0.15em;
margin-right: 10px; fill: currentColor; overflow: hidden;
}
.icon,
.icon > svg {
width: 1em;
height: 1em;
}
.icon > svg {
position: absolute;
top: 0;
left: 0;
right: 0;
}
.icon.large {
vertical-align: -0.43em;
}
.icon.large,
.icon.large > svg {
width: 1.5em;
height: 1.5em;
}
#primary-menu ul.navigation__ul li.facebook a.icon {margin-right:0 !important}
.breakout {
margin-left: calc(50% - 43vw);
width: 86vw;
}
.page .has-post-thumbnail h1 {
position: relative;
margin-top: -1em;
margin-left: 3.5rem;
margin-right: 3.5rem;
padding: 0.25em 0.5em 0.333em;
text-align: center;
background-color: var(--gold);
color: #fff;
border-radius: 0 0 var(--radius-medium) var(--radius-medium);
border-top: 8px solid var(--blau);
box-shadow: inset 0 2px 0 #fff;
}
@media (min-width: 800px) {
.breakout {
margin-left: -30%;
width: 160%;
}
}
@media (min-width: 800px) {
.breakout {
margin-left: -20%;
width: 140%;
}
}
@media (min-width: 1600px) {
.breakout {
margin-left: -16%;
width: 132%;
}
.page .has-post-thumbnail .breakout {
margin-left: -32%;
width: 164%;
}
}
@media (min-width: 1920px) {
.breakout {
margin-left: calc(50% - 540px);
width: 1080px;
}
.page .has-post-thumbnail .breakout {
margin-left: calc(50% - 600px);
width: 1200px;
}
}
.width50 {
width: 50px;
}
.width75 {
width: 75px;
}
.width100 {
width: 100px;
}
.width125 {
width: 125px;
}
.width150 {
width: 150px;
}
.width175 {
width: 175px;
}
.width200 {
width: 200px;
}
.width250 {
width: 250px;
}
.width300 {
width: 300px;
}
.width350 {
width: 350px;
}
.width400 {
width: 400px;
}
.width450 {
width: 450px;
}
.width500 {
width: 500px;
}
.width550 {
width: 550px;
}
.width600 {
width: 600px;
}
.width650 {
width: 650px;
}
.width690 {
width: 690px;
}
.width700 {
width: 700px;
}
.width750 {
width: 750px;
}
.width800 {
width: 800px;
}
.width850 {
width: 850px;
}
.width900 {
width: 900px;
}
.width950 {
width: 950px;
}
.width1000 {
width: 1000px;
}
.c-gold {
color: var(--gold);
}
.c-blau {
color: var(--blau);
}
.c-white {
color: #fff;
}
.c-light {
color: var(--light);
}
.c-grau {
color: var(--grau);
}
.c-dark {
color: var(--dark);
}
.c-black {
color: #000;
}
.b-c-gold {
background-color: var(--gold);
}
.b-c-blau {
background-color: var(--blau);
}
.b-c-white {
background-color: #fff;
}
.b-c-light {
background-color: var(--light);
}
.b-c-grau {
background-color: var(--grau);
}
.b-c-dark {
background-color: var(--dark);
}
.b-c-black {
background-color: #000;
}
@media (min-width: 800px) {
.sm-p0 {
padding: 0;
}
.sm-pt0 {
padding-top: 0;
}
.sm-pr0 {
padding-right: 0;
}
.sm-pb0 {
padding-bottom: 0;
}
.sm-pl0 {
padding-left: 0;
}
.sm-px0 {
padding-left: 0;
padding-right: 0;
}
.sm-py0 {
padding-top: 0;
padding-bottom: 0;
}
.sm-p1 {
padding: var(--space-1);
}
.sm-pt1 {
padding-top: var(--space-1);
}
.sm-pr1 {
padding-right: var(--space-1);
}
.sm-pb1 {
padding-bottom: var(--space-1);
}
.sm-pl1 {
padding-left: var(--space-1);
}
.sm-px1 {
padding-left: var(--space-1);
padding-right: var(--space-1);
}
.sm-py1 {
padding-top: var(--space-1);
padding-bottom: var(--space-1);
}
.sm-p2 {
padding: var(--space-2);
}
.sm-pt2 {
padding-top: var(--space-2);
}
.sm-pr2 {
padding-right: var(--space-2);
}
.sm-pb2 {
padding-bottom: var(--space-2);
}
.sm-pl2 {
padding-left: var(--space-2);
}
.sm-px2 {
padding-left: var(--space-2);
padding-right: var(--space-2);
}
.sm-py2 {
padding-top: var(--space-2);
padding-bottom: var(--space-2);
}
.sm-p3 {
padding: var(--space-3);
}
.sm-pt3 {
padding-top: var(--space-3);
}
.sm-pr3 {
padding-right: var(--space-3);
}
.sm-pb3 {
padding-bottom: var(--space-3);
}
.sm-pl3 {
padding-left: var(--space-3);
}
.sm-px3 {
padding-left: var(--space-3);
padding-right: var(--space-3);
}
.sm-py3 {
padding-top: var(--space-3);
padding-bottom: var(--space-3);
}
.sm-p4 {
padding: var(--space-4);
}
.sm-pt4 {
padding-top: var(--space-4);
}
.sm-pr4 {
padding-right: var(--space-4);
}
.sm-pb4 {
padding-bottom: var(--space-4);
}
.sm-pl4 {
padding-left: var(--space-4);
}
.sm-px4 {
padding-left: var(--space-4);
padding-right: var(--space-4);
}
.sm-py4 {
padding-top: var(--space-4);
padding-bottom: var(--space-4);
}
}
@media (-min-width: 1200px) {
.md-p0 {
padding: 0;
}
.md-pt0 {
padding-top: 0;
}
.md-pr0 {
padding-right: 0;
}
.md-pb0 {
padding-bottom: 0;
}
.md-pl0 {
padding-left: 0;
}
.md-px0 {
padding-left: 0;
padding-right: 0;
}
.md-py0 {
padding-top: 0;
padding-bottom: 0;
}
.md-p1 {
padding: var(--space-1);
}
.md-pt1 {
padding-top: var(--space-1);
}
.md-pr1 {
padding-right: var(--space-1);
}
.md-pb1 {
padding-bottom: var(--space-1);
}
.md-pl1 {
padding-left: var(--space-1);
}
.md-px1 {
padding-left: var(--space-1);
padding-right: var(--space-1);
}
.md-py1 {
padding-top: var(--space-1);
padding-bottom: var(--space-1);
}
.md-p2 {
padding: var(--space-2);
}
.md-pt2 {
padding-top: var(--space-2);
}
.md-pr2 {
padding-right: var(--space-2);
}
.md-pb2 {
padding-bottom: var(--space-2);
}
.md-pl2 {
padding-left: var(--space-2);
}
.md-px2 {
padding-left: var(--space-2);
padding-right: var(--space-2);
}
.md-py2 {
padding-top: var(--space-2);
padding-bottom: var(--space-2);
}
.md-p3 {
padding: var(--space-3);
}
.md-pt3 {
padding-top: var(--space-3);
}
.md-pr3 {
padding-right: var(--space-3);
}
.md-pb3 {
padding-bottom: var(--space-3);
}
.md-pl3 {
padding-left: var(--space-3);
}
.md-px3 {
padding-left: var(--space-3);
padding-right: var(--space-3);
}
.md-py3 {
padding-top: var(--space-3);
padding-bottom: var(--space-3);
}
.md-p4 {
padding: var(--space-4);
}
.md-pt4 {
padding-top: var(--space-4);
}
.md-pr4 {
padding-right: var(--space-4);
}
.md-pb4 {
padding-bottom: var(--space-4);
}
.md-pl4 {
padding-left: var(--space-4);
}
.md-px4 {
padding-left: var(--space-4);
padding-right: var(--space-4);
}
.md-py4 {
padding-top: var(--space-4);
padding-bottom: var(--space-4);
}
}
@media (min-width: 1600px) {
.lg-p0 {
padding: 0;
}
.lg-pt0 {
padding-top: 0;
}
.lg-pr0 {
padding-right: 0;
}
.lg-pb0 {
padding-bottom: 0;
}
.lg-pl0 {
padding-left: 0;
}
.lg-px0 {
padding-left: 0;
padding-right: 0;
}
.lg-py0 {
padding-top: 0;
padding-bottom: 0;
}
.lg-p1 {
padding: var(--space-1);
}
.lg-pt1 {
padding-top: var(--space-1);
}
.lg-pr1 {
padding-right: var(--space-1);
}
.lg-pb1 {
padding-bottom: var(--space-1);
}
.lg-pl1 {
padding-left: var(--space-1);
}
.lg-px1 {
padding-left: var(--space-1);
padding-right: var(--space-1);
}
.lg-py1 {
padding-top: var(--space-1);
padding-bottom: var(--space-1);
}
.lg-p2 {
padding: var(--space-2);
}
.lg-pt2 {
padding-top: var(--space-2);
}
.lg-pr2 {
padding-right: var(--space-2);
}
.lg-pb2 {
padding-bottom: var(--space-2);
}
.lg-pl2 {
padding-left: var(--space-2);
}
.lg-px2 {
padding-left: var(--space-2);
padding-right: var(--space-2);
}
.lg-py2 {
padding-top: var(--space-2);
padding-bottom: var(--space-2);
}
.lg-p3 {
padding: var(--space-3);
}
.lg-pt3 {
padding-top: var(--space-3);
}
.lg-pr3 {
padding-right: var(--space-3);
}
.lg-pb3 {
padding-bottom: var(--space-3);
}
.lg-pl3 {
padding-left: var(--space-3);
}
.lg-px3 {
padding-left: var(--space-3);
padding-right: var(--space-3);
}
.lg-py3 {
padding-top: var(--space-3);
padding-bottom: var(--space-3);
}
.lg-p4 {
padding: var(--space-4);
}
.lg-pt4 {
padding-top: var(--space-4);
}
.lg-pr4 {
padding-right: var(--space-4);
}
.lg-pb4 {
padding-bottom: var(--space-4);
}
.lg-pl4 {
padding-left: var(--space-4);
}
.lg-px4 {
padding-left: var(--space-4);
padding-right: var(--space-4);
}
.lg-py4 {
padding-top: var(--space-4);
padding-bottom: var(--space-4);
}
}  .image-map-container {
position: relative;
display: inline-block;
max-width: 100%;
}
.image-map-container img {
width: 100%;
max-width: 240px;
height: auto;
display: block;
}
.image-map-container .link {
position: absolute;
display: block;
background:transparent; 
}
.rams-link {
top: 0;
left: 0;
width: 64%;
height: 100%;  
z-index: 999;
}
.gfl-link {
top: 0;
left: 76%;
width: 22%;
height: 100%;  
z-index: 999;
}
@media (min-width: 800px) {
.image-map-container img {
max-width: 280px;
}
}
@media (min-width: 1600px) {
.image-map-container img {
max-width: 350px;
}
}  @media (max-width: 1789px) {
.sub-menu {
top: 100%;
}
} @media (max-width: 718px) {
.wp-block-image.size-large, .wp-block-image.size-full {
margin-bottom: 0px;
}
h3.wp-block-heading {margin-top:0}
}
.hide {display:none !important}