﻿html {
    box-sizing: border-box;
    overflow-x: hidden;
    /* background-color: #a9a9a9; */
    background-color: #595959;
    /* background-color: #4d4d4d; */
    /* background-image: url("../wecimages/background-Logo-Hd.png"); */
}
/* .hero-image {
  background-image: url("../wecimages/background-Logo-Hd-unscharf.png");
  background-color: #D3D3D3;
} */
*,
*:before,
*:after {
    box-sizing: inherit;
}
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
    overflow: scroll; /* Show scrollbars */

    /* Setzt das Musterbild als Hintergrund */
    background-image: url('../wecimages/pattern-2.png');

    /* Stellt sicher, dass sich das Bild in beide Richtungen wiederholt */
    background-repeat: repeat; 

    /* Optional: Fixiert den Hintergrund, sodass er beim Scrollen nicht mitwandert */
    background-attachment: fixed;

    /* Stellt sicher, dass das Muster den gesamten Viewport ausfüllt */
    background-size: auto; 
    
    /* Legt die Hintergrundfarbe fest, falls das Bild nicht geladen werden kann */
    background-color: #595959; 
}
html,
body {
    font-family: Verdana, sans-serif;
    font-size: 15px;
    line-height: 1.5;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
    display: block;
}
summary {
    display: list-item;
}
audio,
canvas,
progress,
video {
    display: inline-block;
}
progress {
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline-width: 0;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
dfn {
    font-style: italic;
}
mark {
    background: #ff0;
    color: #000;
}
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;
}
figure {
    margin: 1em 40px;
}
img {
    border-style: none;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
button,
input,
select,
textarea,
optgroup {
    font: inherit;
    margin: 0;
}
optgroup {
    font-weight: bold;
}
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 {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    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;
}
h1 {
    font-size: 36px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
.wec-serif {
    font-family: serif;
}
.wec-sans-serif {
    font-family: sans-serif;
}
.wec-cursive {
    font-family: cursive;
}
.wec-monospace {
    font-family: monospace;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Segoe UI", Arial, sans-serif;
    font-weight: 400;
    margin: 10px 0;
}
.wec-wide {
    letter-spacing: 4px;
}
hr {
    border: 0;
    border-top: 1px solid #eee;
    margin: 20px 0;
}
.wec-image {
    max-width: 100%;
    height: auto;
}
img {
    vertical-align: middle;
}
a {
    color: inherit;
}
.wec-table,
.wec-table-all {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    display: table;
}
.wec-table-all {
    border: 1px solid #ccc;
}
.wec-bordered tr,
.wec-table-all tr {
    border-bottom: 1px solid #ddd;
}
.wec-striped tbody tr:nth-child(even) {
    background-color: #f1f1f1;
}
.wec-table-all tr:nth-child(odd) {
    background-color: #fff;
}
.wec-table-all tr:nth-child(even) {
    background-color: #f1f1f1;
}
.wec-hoverable tbody tr:hover,
.wec-ul.wec-hoverable li:hover {
    background-color: #ccc;
}
.wec-centered tr th,
.wec-centered tr td {
    text-align: center;
}
.wec-table td,
.wec-table th,
.wec-table-all td,
.wec-table-all th {
    padding: 8px 8px;
    display: table-cell;
    text-align: left;
    vertical-align: top;
}
.wec-table th:first-child,
.wec-table td:first-child,
.wec-table-all th:first-child,
.wec-table-all td:first-child {
    padding-left: 16px;
}
.wec-btn,
.wec-button {
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}
.wec-btn,
.wec-button,
.wec-smallNav-btn{
    padding: 4px 16px!important;
}
.wec-btn:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.wec-btn,
.wec-button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.wec-disabled,
.wec-btn:disabled,
.wec-button:disabled {
    cursor: not-allowed;
    opacity: 0.3;
}
.wec-disabled *,
:disabled * {
    pointer-events: none;
}
.wec-btn.wec-disabled:hover,
.wec-btn:disabled:hover {
    box-shadow: none;
}
.wec-badge,
.wec-tag {
    background-color: #000;
    color: #fff;
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
}
.wec-badge {
    border-radius: 50%;
}
.wec-ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.wec-ul li {
    padding: 8px 16px;
    border-bottom: 1px solid #ddd;
}
.wec-ul li:last-child {
    border-bottom: none;
}
.wec-tooltip,
.wec-display-container {
    position: relative;
}
.wec-tooltip .wec-text {
    display: none;
}
.wec-tooltip:hover .wec-text {
    display: inline-block;
}
.wec-ripple:active {
    opacity: 0.5;
}
.wec-ripple {
    transition: opacity 0s;
}
.wec-input {
    padding: 8px;
    display: block;
    border: none;
    border-bottom: 1px solid #ccc;
    width: 100%;
}
.wec-select {
    padding: 9px 0;
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
}
.wec-dropdown-click,
.wec-dropdown-hover {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.wec-dropdown-hover:hover .wec-dropdown-content {
    display: block;
}
.wec-dropdown-hover:first-child,
.wec-dropdown-click:hover {
    background-color: #ccc;
    color: #000;
}
.wec-dropdown-hover:hover > .wec-button:first-child,
.wec-dropdown-click:hover > .wec-button:first-child {
    background-color: #ccc;
    color: #000;
}
.wec-dropdown-content {
    cursor: auto;
    color: #000;
    background-color: #fff;
    display: none;
    position: absolute;
    min-width: 160px;
    margin: 0;
    padding: 0;
    z-index: 1;
}
.wec-check,
.wec-radio {
    width: 24px;
    height: 24px;
    position: relative;
    top: 6px;
}
.wec-sidebar {
    height: 100%;
    width: 200px;
    background-color: #fff;
    position: fixed !important;
    z-index: 1;
    overflow: auto;
}
.wec-bar-block .wec-dropdown-hover,
.wec-bar-block .wec-dropdown-click {
    width: 100%;
}
.wec-bar-block .wec-dropdown-hover .wec-dropdown-content,
.wec-bar-block .wec-dropdown-click .wec-dropdown-content {
    min-width: 100%;
}
.wec-bar-block .wec-dropdown-hover .wec-button,
.wec-bar-block .wec-dropdown-click .wec-button {
    width: 100%;
    text-align: left;
    padding: 8px 16px;
}
.wec-main,
#main {
    transition: margin-left 0.4s;
}
.wec-modal {
    z-index: 3;
    display: none;
    padding-top: 100px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}
.wec-modal-content {
    margin: auto;
    background-color: #fff;
    position: relative;
    padding: 0;
    outline: 0;
    width: 600px;
}
.wec-bar {
    width: 100%;
    overflow: hidden;
}
.wec-center .wec-bar {
    display: inline-block;
    width: auto;
}
.wec-bar .wec-bar-item {
    padding: 8px 16px;
    float: left;
    width: auto;
    border: none;
    display: block;
    outline: 0;
}
.wec-bar .wec-dropdown-hover,
.wec-bar .wec-dropdown-click {
    position: static;
    float: left;
}
.wec-bar .wec-button {
    white-space: normal;
}
.wec-bar-block .wec-bar-item {
    width: 95%;
    display: block;
    padding: 8px 16px;
    text-align: left;
    border: none;
    white-space: normal;
    float: none;
    outline: 0;
}
.wec-bar-block.wec-center .wec-bar-item {
    text-align: center;
}
.wec-block {
    display: block;
    width: 100%;
}
.wec-responsive {
    display: block;
    overflow-x: auto;
}
.wec-container:after,
.wec-container:before,
.wec-panel:after,
.wec-panel:before,
.wec-row:after,
.wec-row:before,
.wec-row-padding:after,
.wec-row-padding:before,
.wec-cell-row:before,
.wec-cell-row:after,
.wec-clear:after,
.wec-clear:before,
.wec-bar:before,
.wec-bar:after {
    content: "";
    display: table;
    clear: both;
}
.wec-col,
.wec-half,
.wec-third,
.wec-twothird,
.wec-threequarter,
.wec-quarter {
    float: left;
    width: 100%;
}
.wec-col.s1 {
    width: 8.33333%;
}
.wec-col.s2 {
    width: 16.66666%;
}
.wec-col.s3 {
    width: 24.99999%;
}
.wec-col.s4 {
    width: 33.33333%;
}
.wec-col.s5 {
    width: 41.66666%;
}
.wec-col.s6 {
    width: 49.99999%;
}
.wec-col.s7 {
    width: 58.33333%;
}
.wec-col.s8 {
    width: 66.66666%;
}
.wec-col.s9 {
    width: 74.99999%;
}
.wec-col.s10 {
    width: 83.33333%;
}
.wec-col.s11 {
    width: 91.66666%;
}
.wec-col.s12 {
    width: 99.99999%;
}
@media (min-width: 601px) {
    .wec-col.m1 {
        width: 8.33333%;
    }
    .wec-col.m2 {
        width: 16.66666%;
    }
    .wec-col.m3,
    .wec-quarter {
        width: 24.99999%;
    }
    .wec-col.m4,
    .wec-third {
        width: 33.33333%;
    }
    .wec-col.m5 {
        width: 41.66666%;
    }
    .wec-col.m6,
    .wec-half {
        width: 49.99999%;
    }
    .wec-col.m7 {
        width: 58.33333%;
    }
    .wec-col.m8,
    .wec-twothird {
        width: 66.66666%;
    }
    .wec-col.m9,
    .wec-threequarter {
        width: 74.99999%;
    }
    .wec-col.m10 {
        width: 83.33333%;
    }
    .wec-col.m11 {
        width: 91.66666%;
    }
    .wec-col.m12 {
        width: 99.99999%;
    }
}
@media (min-width: 800px) {
    .wec-einladung-col-right {
        padding-left: 80px;
    }
}
@media (min-width: 993px) {
    .wec-col.l1 {
        width: 8.33333%;
    }
    .wec-col.l2 {
        width: 16.66666%;
    }
    .wec-col.l3 {
        width: 24.99999%;
    }
    .wec-col.l4 {
        width: 33.33333%;
    }
    .wec-col.l5 {
        width: 41.66666%;
    }
    .wec-col.l6 {
        width: 49.99999%;
    }
    .wec-col.l7 {
        width: 58.33333%;
    }
    .wec-col.l8 {
        width: 66.66666%;
    }
    .wec-col.l9 {
        width: 74.99999%;
    }
    .wec-col.l10 {
        width: 83.33333%;
    }
    .wec-col.l11 {
        width: 91.66666%;
    }
    .wec-col.l12 {
        width: 99.99999%;
    }
}
.wec-rest {
    overflow: hidden;
}
.wec-stretch {
    margin-left: -16px;
    margin-right: -16px;
}
.wec-content,
.wec-auto {
    margin-left: auto;
    margin-right: auto;
}
.wec-content {
    max-width: 1100px;
    max-width: 1000px;
    margin-top:20px;
    margin-bottom:60px;
}
.wec-auto {
    max-width: 1140px;
}
.wec-cell-row {
    display: table;
    width: 100%;
}
.wec-cell {
    display: table-cell;
}
.wec-cell-top {
    vertical-align: top;
}
.wec-cell-middle {
    vertical-align: middle;
}
.wec-cell-bottom {
    vertical-align: bottom;
}
.wec-hide {
    display: none !important;
}
.wec-show-block,
.wec-show {
    display: block !important;
}
.wec-show-inline-block {
    display: inline-block !important;
}
@media (max-width: 1205px) {
    .wec-auto {
        max-width: 95%;
    }
}
@media (max-width: 600px) {
    body {background-color: lightblue!important;}
    .wec-content{
        margin-top:13px;
    }
    .wec-modal-content {
        margin: 0 10px;
        width: auto !important;
    }
    .wec-modal {
        padding-top: 30px;
    }
    .wec-dropdown-hover.wec-mobile .wec-dropdown-content,
    .wec-dropdown-click.wec-mobile .wec-dropdown-content {
        position: relative;
    }
    .wec-hide-small {
        display: none !important;
    }
    .wec-mobile {
        display: block;
        width: 100% !important;
    }
    .wec-bar-item.wec-mobile,
    .wec-dropdown-hover.wec-mobile,
    .wec-dropdown-click.wec-mobile {
        text-align: center;
    }
    .wec-dropdown-hover.wec-mobile,
    .wec-dropdown-hover.wec-mobile .wec-btn,
    .wec-dropdown-hover.wec-mobile .wec-button,
    .wec-dropdown-click.wec-mobile,
    .wec-dropdown-click.wec-mobile .wec-btn,
    .wec-dropdown-click.wec-mobile .wec-button {
        width: 100%;
    }
    .wec-termine-leftCol {
        width: 20%;
    }
    .wec-termine-rightCol {
        width: 70%;
        /* margin-left: 5%; */
        padding-right: 5%;
    }
}
@media (max-width: 768px) {
    .wec-modal-content {
        width: 500px;
    }
    .wec-modal {
        padding-top: 50px;
    }
    .iPhoneShow{
        display: block;
    }
    .iPhoneHide{
        display: none;
    }
    .ripkenLogo {
        width: 51%;
        margin-left: 22px;
    }
    .headLineWeb{
        display: none;
    }
}
@media (min-width: 769px){
    .iPhoneShow{
        display: none;
    }
    .iPhoneHide{
        display: block;
    }
    .ripkenLogo {
        width: 70%;
        margin-left: 22px;
    }
    .headLineCellPhone{
        display: none;
    }
}
@media (min-width: 993px) {
    .wec-modal-content {
        width: 900px;
    }
    .wec-hide-large {
        display: none !important;
    }
    .wec-sidebar.wec-collapse {
        display: block !important;
    }
}
@media (max-width: 992px) and (min-width: 601px) {
    .wec-hide-medium {
        display: none !important;
    }
}
@media (max-width: 1300px) and (min-width: 601px) {
    .wec-hide-medium {
        display: none !important;
    }
}
@media (max-width: 992px) {
    .wec-sidebar.wec-collapse {
        display: none;
    }
    .wec-main {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .wec-auto {
        max-width: 100%;
    }
}
.wec-top,
.wec-bottom {
    position: fixed;
    width: 100%;
    z-index: 1;
}
.wec-top {
    top: 0;
}
.wec-bottom {
    bottom: 0;
}
.wec-overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
}
.wec-display-topleft {
    position: absolute;
    left: 0;
    top: 0;
}
.wec-display-topright {
    position: absolute;
    right: 0;
    top: 0;
}
.wec-display-bottomleft {
    position: absolute;
    /* left: -5; */
    /* bottom: -5; */
    left: -10px;
    bottom: -20px;
}
.wec-display-bottomright {
    position: absolute;
    right: 0;
    bottom: 0;
}
.wec-display-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.wec-display-left {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
    -ms-transform: translate(-0%, -50%);
}
.wec-display-right {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
}
.wec-display-topmiddle {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
}
.wec-display-bottommiddle {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
}
.wec-display-container:hover .wec-display-hover {
    display: block;
}
.wec-display-container:hover span.wec-display-hover {
    display: inline-block;
}
.wec-display-hover {
    display: none;
}
.wec-display-position {
    position: absolute;
}
.wec-circle {
    border-radius: 50%;
}
.wec-round-small {
    border-radius: 2px;
}
.wec-round,
.wec-round-medium {
    border-radius: 4px;
}
.wec-round-large {
    border-radius: 8px;
}
.wec-round-xlarge {
    border-radius: 16px;
}
.wec-round-xxlarge {
    border-radius: 32px;
}
.wec-row-padding,
.wec-row-padding > .wec-half,
.wec-row-padding > .wec-third,
.wec-row-padding > .wec-twothird,
.wec-row-padding > .wec-threequarter,
.wec-row-padding > .wec-quarter,
.wec-row-padding > .wec-col {
    padding: 0 8px;
}
.wec-container,
.wec-panel {
    /* margin-top: 16px;
    margin-bottom: 16px;
    padding: 0.01em 16px; */
    text-align: center;
}
.wec-grid {
    display: grid;
}
.wec-grid-padding {
    display: grid;
    gap: 16px;
}
.wec-flex {
    display: flex;
}
.wec-text-center {
    text-align: center;
}
.wec-text-bold,
.wec-bold {
    font-weight: bold;
}
.wec-text-italic,
.wec-italic {
    font-style: italic;
}
.wec-code,
.wec-codespan {
    font-family: Consolas, "courier new";
    font-size: 16px;
}
.wec-code {
    width: auto;
    background-color: #fff;
    padding: 8px 12px;
    border-left: 4px solid #4caf50;
    word-wrap: break-word;
}
.wec-codespan {
    color: crimson;
    background-color: #f1f1f1;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 110%;
}
.wec-card,
.wec-card-2 {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.wec-card-4,
.wec-hover-shadow:hover {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 5px;
}
.wec-spin {
    animation: wec-spin 2s infinite linear;
}
@keyframes wec-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}
.wec-animate-fading {
    animation: fading 10s infinite;
}
@keyframes fading {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.wec-animate-opacity {
    animation: opac 0.8s;
}
@keyframes opac {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.wec-animate-top {
    position: relative;
    animation: animatetop 0.4s;
}
@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }
    to {
        top: 0;
        opacity: 1;
    }
}
.wec-animate-left {
    position: relative;
    animation: animateleft 0.4s;
}
@keyframes animateleft {
    from {
        left: -300px;
        opacity: 0;
    }
    to {
        left: 0;
        opacity: 1;
    }
}
.wec-animate-right {
    position: relative;
    animation: animateright 0.4s;
}
@keyframes animateright {
    from {
        right: -300px;
        opacity: 0;
    }
    to {
        right: 0;
        opacity: 1;
    }
}
.wec-animate-bottom {
    position: relative;
    animation: animatebottom 0.4s;
}
@keyframes animatebottom {
    from {
        bottom: -300px;
        opacity: 0;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}
.wec-animate-zoom {
    animation: animatezoom 0.6s;
}
@keyframes animatezoom {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}
.wec-animate-input {
    transition: width 0.4s ease-in-out;
}
.wec-animate-input:focus {
    width: 100% !important;
}
.wec-opacity,
.wec-hover-opacity:hover {
    opacity: 0.6;
}
.wec-opacity-off,
.wec-hover-opacity-off:hover {
    opacity: 1;
}
.wec-opacity-max {
    opacity: 0.25;
}
.wec-opacity-min {
    opacity: 0.75;
}
.wec-greyscale-max,
.wec-grayscale-max,
.wec-hover-greyscale:hover,
.wec-hover-grayscale:hover {
    filter: grayscale(100%);
}
.wec-greyscale,
.wec-grayscale {
    filter: grayscale(75%);
}
.wec-greyscale-min,
.wec-grayscale-min {
    filter: grayscale(50%);
}
.wec-sepia {
    filter: sepia(75%);
}
.wec-sepia-max,
.wec-hover-sepia:hover {
    filter: sepia(100%);
}
.wec-sepia-min {
    filter: sepia(50%);
}
.wec-tiny {
    font-size: 10px !important;
}
.wec-small {
    font-size: 12px !important;
}
.wec-medium {
    font-size: 15px !important;
}
.wec-large {
    font-size: 18px !important;
}
.wec-xlarge {
    font-size: 24px !important;
}
.wec-xxlarge {
    font-size: 36px !important;
}
.wec-xxxlarge {
    font-size: 48px !important;
}
.wec-jumbo {
    font-size: 64px !important;
}
.wec-left-align {
    text-align: left !important;
}
.wec-right-align {
    text-align: right !important;
}
.wec-justify {
    text-align: justify !important;
}
.wec-center {
    text-align: center !important;
}
.wec-border-0 {
    border: 0 !important;
}
.wec-border {
    border: 1px solid #ccc !important;
}
.wec-border-top {
    border-top: 1px solid #ccc !important;
}
.wec-border-bottom {
    border-bottom: 1px solid #ccc !important;
}
.wec-border-left {
    border-left: 1px solid #ccc !important;
}
.wec-border-right {
    border-right: 1px solid #ccc !important;
}
.wec-topbar {
    border-top: 6px solid #ccc !important;
}
.wec-bottombar {
    border-bottom: 6px solid #ccc !important;
}
.wec-leftbar {
    border-left: 6px solid #ccc !important;
}
.wec-rightbar {
    border-right: 6px solid #ccc !important;
}
.wec-section,
.wec-code {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
}
.wec-margin {
    margin: 16px !important;
}
.wec-margin-top {
    margin-top: 16px !important;
}
.wec-margin-bottom {
    margin-bottom: 16px !important;
}
.wec-margin-left {
    margin-left: 16px !important;
}
.wec-margin-right {
    margin-right: 16px !important;
}
.wec-padding-small {
    padding: 4px 8px !important;
}
.wec-padding {
    padding: 8px 16px !important;
}
.wec-padding-large {
    /* padding: 12px 24px !important; */
    margin-left: 20px;
    padding: 8px 20px !important;
}
.wec-padding-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}
.wec-padding-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
}
.wec-padding-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
}
.wec-padding-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
}
.wec-padding-64 {
    padding-bottom: 40px !important;
}
.wec-padding-top-64 {
    padding-top: 64px !important;
}
.wec-padding-top-48 {
    padding-top: 48px !important;
}
.wec-padding-top-32 {
    padding-top: 32px !important;
}
.wec-padding-top-24 {
    padding-top: 24px !important;
}
.wec-left {
    float: left !important;
}
.wec-right {
    float: right !important;
}
.wec-button:hover {
    color: #000 !important;
    background-color: #ccc !important;
}
.wec-transparent,
.wec-hover-none:hover {
    background-color: transparent !important;
}
.wec-hover-none:hover {
    box-shadow: none !important;
}
/* Colors */
.wec-amber,
.wec-hover-amber:hover {
    color: #000 !important;
    background-color: #ffc107 !important;
}
.wec-aqua,
.wec-hover-aqua:hover {
    color: #000 !important;
    background-color: #00ffff !important;
}
.wec-blue,
.wec-hover-blue:hover {
    color: #fff !important;
    background-color: #2196f3 !important;
}
.wec-light-blue,
.wec-hover-light-blue:hover {
    color: #000 !important;
    background-color: #87ceeb !important;
}
.wec-brown,
.wec-hover-brown:hover {
    color: #fff !important;
    background-color: #795548 !important;
}
.wec-cyan,
.wec-hover-cyan:hover {
    color: #000 !important;
    background-color: #00bcd4 !important;
}
.wec-blue-grey,
.wec-hover-blue-grey:hover,
.wec-blue-gray,
.wec-hover-blue-gray:hover {
    color: #fff !important;
    background-color: #607d8b !important;
}
.wec-green,
.wec-hover-green:hover {
    color: #fff !important;
    background-color: #4caf50 !important;
}
.wec-light-green,
.wec-hover-light-green:hover {
    color: #000 !important;
    background-color: #8bc34a !important;
}
.wec-indigo,
.wec-hover-indigo:hover {
    color: #fff !important;
    background-color: #3f51b5 !important;
}
.wec-khaki,
.wec-hover-khaki:hover {
    color: #000 !important;
    background-color: #f0e68c !important;
}
.wec-lime,
.wec-hover-lime:hover {
    color: #000 !important;
    background-color: #cddc39 !important;
}
.wec-orange,
.wec-hover-orange:hover {
    color: #000 !important;
    background-color: #F58220 !important;
}
.wec-deep-orange,
.wec-hover-deep-orange:hover {
    color: #fff !important;
    background-color: #F58220 !important;
}
.wec-pink,
.wec-hover-pink:hover {
    color: #fff !important;
    background-color: #e91e63 !important;
}
.wec-purple,
.wec-hover-purple:hover {
    color: #fff !important;
    background-color: #9c27b0 !important;
}
.wec-deep-purple,
.wec-hover-deep-purple:hover {
    color: #fff !important;
    background-color: #673ab7 !important;
}
.wec-red,
.wec-hover-red:hover {
    color: #fff !important;
    background-color: #f44336 !important;
}
.wec-sand,
.wec-hover-sand:hover {
    color: #000 !important;
    background-color: #fdf5e6 !important;
}
.wec-teal,
.wec-hover-teal:hover {
    color: #fff !important;
    /* background-color: #009688 !important; */
    background-color: #F58220 !important;
}
.wec-yellow,
.wec-hover-yellow:hover {
    color: #000 !important;
    background-color: #ffeb3b !important;
}
.wec-white,
.wec-hover-white:hover {
    color: #000 !important;
    background-color: #fff !important;
}
.wec-hover-orange:hover {
    color: #000 !important;
    background-color: #F58220 !important;
}
.wec-black,
.wec-hover-black:hover {
    color: #fff !important;
    background-color: #000 !important;
}
.wec-grey,
.wec-hover-grey:hover,
.wec-gray,
.wec-hover-gray:hover {
    color: #000 !important;
    background-color: #9e9e9e !important;
}
.wec-light-grey,
.wec-hover-light-grey:hover,
.wec-light-gray,
.wec-hover-light-gray:hover {
    color: #000 !important;
    background-color: #f1f1f1 !important;
}
.wec-dark-grey,
.wec-hover-dark-grey:hover,
.wec-dark-gray,
.wec-hover-dark-gray:hover {
    color: #fff !important;
    background-color: #616161 !important;
}
.wec-asphalt,
.wec-hover-asphalt:hover {
    color: #fff !important;
    background-color: #343a40 !important;
}
.wec-crimson,
.wec-hover-crimson:hover {
    color: #fff !important;
    background-color: #a20025 !important;
}
.wec-cobalt,
wec-hover-cobalt:hover {
    color: #fff !important;
    background-color: #0050ef !important;
}
.wec-emerald,
.wec-hover-emerald:hover {
    color: #fff !important;
    background-color: #008a00 !important;
}
.wec-olive,
.wec-hover-olive:hover {
    color: #fff !important;
    background-color: #6d8764 !important;
}
.wec-paper,
.wec-hover-paper:hover {
    color: #000 !important;
    background-color: #f8f9fa !important;
}
.wec-sienna,
.wec-hover-sienna:hover {
    color: #fff !important;
    background-color: #a0522d !important;
}
.wec-taupe,
.wec-hover-taupe:hover {
    color: #fff !important;
    background-color: #87794e !important;
}
.wec-danger {
    color: #fff !important;
    background-color: #dd0000 !important;
}
.wec-note {
    color: #000 !important;
    background-color: #fff599 !important;
}
.wec-info {
    color: #fff !important;
    background-color: #0a6fc2 !important;
}
.wec-warning {
    color: #000 !important;
    background-color: #ffb305 !important;
}
.wec-success {
    color: #fff !important;
    background-color: #008a00 !important;
}
.wec-pale-red,
.wec-hover-pale-red:hover {
    color: #000 !important;
    background-color: #ffdddd !important;
}
.wec-pale-green,
.wec-hover-pale-green:hover {
    color: #000 !important;
    background-color: #ddffdd !important;
}
.wec-pale-yellow,
.wec-hover-pale-yellow:hover {
    color: #000 !important;
    background-color: #ffffcc !important;
}
.wec-pale-blue,
.wec-hover-pale-blue:hover {
    color: #000 !important;
    background-color: #ddffff !important;
}
.wec-text-amber,
.wec-hover-text-amber:hover {
    color: #ffc107 !important;
}
.wec-text-aqua,
.wec-hover-text-aqua:hover {
    color: #00ffff !important;
}
.wec-text-blue,
.wec-hover-text-blue:hover {
    color: #2196f3 !important;
}
.wec-text-light-blue,
.wec-hover-text-light-blue:hover {
    color: #87ceeb !important;
}
.wec-text-brown,
.wec-hover-text-brown:hover {
    color: #795548 !important;
}
.wec-text-cyan,
.wec-hover-text-cyan:hover {
    color: #00bcd4 !important;
}
.wec-text-blue-grey,
.wec-hover-text-blue-grey:hover,
.wec-text-blue-gray,
.wec-hover-text-blue-gray:hover {
    color: #607d8b !important;
}
.wec-text-green,
.wec-hover-text-green:hover {
    color: #4caf50 !important;
}
.wec-text-light-green,
.wec-hover-text-light-green:hover {
    color: #8bc34a !important;
}
.wec-text-indigo,
.wec-hover-text-indigo:hover {
    color: #3f51b5 !important;
}
.wec-text-khaki,
.wec-hover-text-khaki:hover {
    color: #b4aa50 !important;
}
.wec-text-lime,
.wec-hover-text-lime:hover {
    color: #cddc39 !important;
}
.wec-text-orange,
.wec-hover-text-orange:hover {
    color: #ff9800 !important;
}
.wec-text-deep-orange,
.wec-hover-text-deep-orange:hover {
    color: #ff5722 !important;
}
.wec-text-pink,
.wec-hover-text-pink:hover {
    color: #e91e63 !important;
}
.wec-text-purple,
.wec-hover-text-purple:hover {
    color: #9c27b0 !important;
}
.wec-text-deep-purple,
.wec-hover-text-deep-purple:hover {
    color: #673ab7 !important;
}
.wec-text-red,
.wec-hover-text-red:hover {
    color: #f44336 !important;
}
.wec-text-sand,
.wec-hover-text-sand:hover {
    color: #fdf5e6 !important;
}
.wec-text-teal,
.wec-hover-text-teal:hover {
    color: #009688 !important;
}
.wec-text-yellow,
.wec-hover-text-yellow:hover {
    color: #d2be0e !important;
}
.wec-text-white,
.wec-hover-text-white:hover {
    color: #fff !important;
}
.wec-text-black,
.wec-hover-text-black:hover {
    color: #000 !important;
}
.wec-text-grey,
.wec-hover-text-grey:hover,
.wec-text-gray,
.wec-hover-text-gray:hover {
    color: #757575 !important;
}
.wec-text-light-grey,
.wec-hover-text-light-grey:hover,
.wec-text-light-gray,
.wec-hover-text-light-gray:hover {
    color: #f1f1f1 !important;
}
.wec-text-dark-grey,
.wec-hover-text-dark-grey:hover,
.wec-text-dark-gray,
.wec-hover-text-dark-gray:hover {
    color: #3a3a3a !important;
}
.wec-border-amber,
.wec-hover-border-amber:hover {
    border-color: #ffc107 !important;
}
.wec-border-aqua,
.wec-hover-border-aqua:hover {
    border-color: #00ffff !important;
}
.wec-border-blue,
.wec-hover-border-blue:hover {
    border-color: #2196f3 !important;
}
.wec-border-light-blue,
.wec-hover-border-light-blue:hover {
    border-color: #87ceeb !important;
}
.wec-border-brown,
.wec-hover-border-brown:hover {
    border-color: #795548 !important;
}
.wec-border-cyan,
.wec-hover-border-cyan:hover {
    border-color: #00bcd4 !important;
}
.wec-border-blue-grey,
.wec-hover-border-blue-grey:hover,
.wec-border-blue-gray,
.wec-hover-border-blue-gray:hover {
    border-color: #607d8b !important;
}
.wec-border-green,
.wec-hover-border-green:hover {
    border-color: #4caf50 !important;
}
.wec-border-light-green,
.wec-hover-border-light-green:hover {
    border-color: #8bc34a !important;
}
.wec-border-indigo,
.wec-hover-border-indigo:hover {
    border-color: #3f51b5 !important;
}
.wec-border-khaki,
.wec-hover-border-khaki:hover {
    border-color: #f0e68c !important;
}
.wec-border-lime,
.wec-hover-border-lime:hover {
    border-color: #cddc39 !important;
}
.wec-border-orange,
.wec-hover-border-orange:hover {
    border-color: #F58220 !important;
}
.wec-border-none {
    border-color: white!important;
}
.wec-border-deep-orange,
.wec-hover-border-deep-orange:hover {
    border-color: #ff5722 !important;
}
.wec-border-pink,
.wec-hover-border-pink:hover {
    border-color: #e91e63 !important;
}
.wec-border-purple,
.wec-hover-border-purple:hover {
    border-color: #9c27b0 !important;
}
.wec-border-deep-purple,
.wec-hover-border-deep-purple:hover {
    border-color: #673ab7 !important;
}
.wec-border-red,
.wec-hover-border-red:hover {
    border-color: #f44336 !important;
}
.wec-border-sand,
.wec-hover-border-sand:hover {
    border-color: #fdf5e6 !important;
}
.wec-border-teal,
.wec-hover-border-teal:hover {
    border-color: #009688 !important;
}
.wec-border-yellow,
.wec-hover-border-yellow:hover {
    border-color: #ffeb3b !important;
}
.wec-border-white,
.wec-hover-border-white:hover {
    border-color: #fff !important;
}
.wec-border-black,
.wec-hover-border-black:hover {
    border-color: #000 !important;
}
.wec-border-grey,
.wec-hover-border-grey:hover,
.wec-border-gray,
.wec-hover-border-gray:hover {
    border-color: #9e9e9e !important;
}
.wec-border-light-grey,
.wec-hover-border-light-grey:hover,
.wec-border-light-gray,
.wec-hover-border-light-gray:hover {
    border-color: #f1f1f1 !important;
}
.wec-border-dark-grey,
.wec-hover-border-dark-grey:hover,
.wec-border-dark-gray,
.wec-hover-border-dark-gray:hover {
    border-color: #616161 !important;
}
.wec-border-pale-red,
.wec-hover-border-pale-red:hover {
    border-color: #ffe7e7 !important;
}
.wec-border-pale-green,
.wec-hover-border-pale-green:hover {
    border-color: #e7ffe7 !important;
}
.wec-border-pale-yellow,
.wec-hover-border-pale-yellow:hover {
    border-color: #ffffcc !important;
}
.wec-border-pale-blue,
.wec-hover-border-pale-blue:hover {
    border-color: #e7ffff !important;
}
.info-section {
  background: #fff;
  border-left: 6px solid #F58220;
  padding: 1rem 1.5rem;
  /* margin-bottom: 2rem; */
  box-shadow: 0 3px 8px rgba(255, 102, 0, 0.2);
  border-radius: 8px;
}
.info-section-memoriam {
  border-left: 6px solid #9e9e9e;
}
.wec-orange{
 background-color: #F58220;   
}
.wec-border-orange{
    border-color: #F58220;
}
.wec-slide-title{
    margin-bottom: 35px;
}
.wec-werSindWir{
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 0px;
}
.wec-text{
    font-family: "Lato", sans-serif;
    font-size: 15px;
    line-height: 1.5;
    text-align: start;
}
.wec-text-bold{
    font-weight: bold;
}
.wec-accordion {
  background-color: white;
  color: #444;
  cursor: pointer;
  padding-left: 5px;
  padding-right: 0px;
  width: 100%;
  border: none;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  line-height: 1.5;
  text-align: start;  
  outline: none;
  transition: 0.4s;
  align-items: center;
  display: flex;
}
.wec-active, .wec-accordion:hover {
  background-color: #ccc; 
}
.wec-faq-icon{
    height: auto;
    width:90%;
    margin-right: -4px;
    display: block;
}
.wec-faq-text{
    margin-left: 15px;
}
.wec-headerLogo{
    width: 100%;
}
.fa-home:hover{
    background-color:#F58220;
}
.wec-faq-panel{
    display: none;
}
.wec-show{
    display: block;
}
.wec-hide{
    display: none;
}
.wec-termine-leftCol {
    width: 25%;
}
.wec-termine-rightCol {
    width: 70%;
    /* margin-left: 5%; */
    padding-right: 5%;
}
.wec-center{
    text-align: center;
}
.thumbNail{
    max-width: 200px;
    vertical-align: top;
    border: 2px #F58220 solid;
}
.wec-logOnOffButton {
    float: right!important;
}
.wec-menuOverlay {
    top: 0;
    position: absolute;
    margin-top: 33px;
    width: 50%;
}
.wec-theme-d2 {
    color:#fff !important;
    background-color:#000000 !important
}
.hidden {
    display: none;
}
.fa-caret-down:before {
    content: "\f0d7";
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.firstRowInHeadLine {
	margin-bottom: -20px;
    text-decoration: underline;
	text-decoration-color:#F58220;
	text-decoration-thickness:5px;
	text-underline-offset:8px;
}
.headLineCellPhone, .firstRowInHeadLine {
	margin-bottom: 10px;
    text-decoration: underline;
	text-decoration-color:#F58220;
	text-decoration-thickness:5px;
	text-underline-offset:8px;
}
.lastRowInHeadLine {
	margin-bottom: -45px;
	text-decoration: underline;
	text-decoration-color:#F58220;
	text-decoration-thickness:5px;
	text-underline-offset:8px;
}