/**
CMS output basic style
**/

html body {
    visibility: visible;
}

a {
    cursor: pointer;
}

img {
    max-width: 100%;
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mobile input[disabled] {
    opacity: 1;
    color: black;
    -webkit-text-fill-color: #000000;
}

/*frontendeditor*/
.cms_container,
.cms_contentWrapper,
.cms_widget {
    height: 100%;
}

input[type="text"],
input[type="number"],
input[type="date"],
input[type="datetime"],
input[type="email"] {
    -webkit-appearance: none;
}

.form_element.file input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.form_row.captcha .form_element img {
    float: left;
    clear: right;
    cursor: pointer;
    vertical-align: top;
}

.form_row.captcha .form_element .refresh_captcha {
    height: 50px;
    width: 50px;
    float: left;
    background: #000;

    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 50px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    text-align: center;
}

.form_row.captcha .form_element .refresh_captcha:after {
    content: '\f021';
}

.form_element.file span.input_file_placeholder {
    display: none;
    text-overflow: ellipsis;
    overflow: hidden;
    background: none;
    border: medium none;
    box-shadow: none;
}

.formularContainer .form_row.required .form_label:after {
    content: '*';
}

/* Checkbox required Sternchen */
.formularContainer .form_row.required.checkbox .form_label::after {
    content: '' !important;
}

.formularContainer .form_row.required.checkbox .form_element label::before {
    content: "* ";
}

.clearfix:after {
    content: "";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

p {
    margin: 0;
}

.hidden {
    display: none !important;
}

.trailing {
    display: none;
}

.content {
    box-sizing: border-box;
    float: left;
}

.clear {
    clear: left;
}

.content:after {
    content: "";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

.content.width_1_8 {
    width: 12.5%;
}

.content.width_1_6 {
    width: 16.666666666666666%;
}

.content.width_1_5 {
    width: 20%;
}

.content.width_1_4 {
    width: 25%;
}

.content.width_1_3 {
    width: 33.33333333333333%;
}

.content.width_3_8 {
    width: 37.5%;
}

.content.width_2_5 {
    width: 40%;
}

.content.width_1_2 {
    width: 50%;
}

.content.width_3_5 {
    width: 60%;
}

.content.width_5_8 {
    width: 62.5%;
}

.content.width_2_3 {
    width: 66.66666666666666%;
}

.content.width_3_4 {
    width: 75%;
}

.content.width_4_5 {
    width: 80%;
}

.content.width_5_6 {
    width: 83.33333333333334%;
}

.content.width_7_8 {
    width: 87.5%;
}

.content.width_1 {
    width: 100%;
}

.mobile .content .tinymceImage,
.content .tinymceImage.sized {
    width: 100%;
    height: auto;
}

html.edit .content .tinymceImage {
    width: auto;
}

.ui-tooltip, .arrow:after {
    background: black;
}

.ui-tooltip {
    padding: 8px 10px;
    color: white;
    border-radius: 4px;
    font: bold 10px "Helvetica Neue", Sans-Serif;
    text-transform: uppercase;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
}

.ui-dialog.ui-widget {
    z-index: 1000005 !important;
    color: #000000 !important;
}

.ui-widget-overlay {
    z-index: 1000004 !important;
}

.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute !important;
    left: 50%;
    margin: 0 0 0 -35px !important;
    bottom: -16px;
}

.arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 22px;
    height: 20px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.tooltip_arrow_right {
    position: absolute;
    border-style: solid;
    display: block;
    width: 0;
    top: 9px;
    right: -5px;
    border-color: transparent #000;
    border-width: 5px 0 5px 5px;
}

/* gallery styles */
.gallery3wm {
    position: relative;
}

.gallery3wm .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
}

.gallery3wm .sliderWrapper {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: absolute;
}

.gallery3wm.no-arrows .navigate {
    display: none !important;
}

.gallery3wm .overlay .go_left, .gallery3wm .overlay .go_right {
    position: absolute;
    height: 30px;
    width: 15px;
    display: block;
    top: 50%;
    margin-top: -15px;
    background-color: black;
    background-repeat: no-repeat;
}

.gallery3wm .overlay .go_left {
    left: 0;
}

.gallery3wm .overlay .go_right {
    right: 0;
}

.gallery3wm .overlay .go_to_slide_wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.gallery3wm .overlay .go_to_slide {
    background-color: rgba(0, 0, 0, 0.2);
    display: inline-block;
}

.gallery3wm .overlay .slide_button {
    display: inline-block;
    height: 10px;
    width: 10px;
    background-color: black;
    margin: 5px;
}

.gallery3wm .overlay .slide_button.active {
    background-color: white;
}

.gallery3wm .item {
    background-size: cover;
    background-position: center center;
    outline: none !important;
}

/* fade default styles */
.gallery3wm.fade .slideWrapper {
    height: 100%;
    width: 100%;
}

.gallery3wm.fade .slideWrapper .item {
    width: 100%;
    position: absolute;
    display: none;
}

.gallery3wm.fade .slideWrapper .item:first-child {
    display: block;
}

/* slide default styles */
.gallery3wm.slide .slideWrapper {
    height: 100%;
    width: 400%;
    left: 0;
    position: absolute;
}

.gallery3wm.slide .slideWrapper .item {
    width: 25%;
    float: left;
}

.gallery3wm.fixed_height .item {
    height: 100%;
}

.strukturbild_slider .strukturbild_slider_text,
.strukturbild_fader .strukturbild_fader_text {
    display: none;
}

.gallery3wm.strukturbild_fader .strukturbild_fader_text,
.gallery3wm.strukturbild_slider .strukturbild_slider_text {
    display: block;
}

a.pswp__share--facebook:hover,
a.pswp__share--twitter:hover,
a.pswp__share--googleplus:hover,
a.pswp__share--pinterest:hover,
a.pswp__share--whatsapp:hover {
    color: white !important;
}

a.pswp__share--facebook i,
a.pswp__share--twitter i,
a.pswp__share--googleplus i,
a.pswp__share--pinterest i,
a.pswp__share--whatsapp i {
    position: absolute;
    height: 34px;
    width: 32px;
    line-height: 34px;
    text-align: center;
    left: 0;
    top: 0;
}

.pswp--touch .pswp__share-tooltip a {
    padding-left: 35px !important;
}

.pswp--touch .pswp__share-tooltip a i {
    position: absolute;
    height: 50px;
    width: 32px;
    line-height: 50px;
    text-align: center;
    left: 0;
    top: 0;
}

a.pswp__share--facebook,
a.pswp__share--twitter,
a.pswp__share--googleplus,
a.pswp__share--pinterest,
a.pswp__share--whatsapp {
    color: black;
    background-color: white;
    padding-left: 30px !important;
    position: relative;
}

a.pswp__share--facebook:hover {
    background-color: #294e94;
}

a.pswp__share--twitter:hover {
    background-color: #4b96d7;
}

a.pswp__share--googleplus:hover {
    background-color: #d73325;
}

a.pswp__share--pinterest:hover {
    background-color: #c00018 !important;
}

a.pswp__share--whatsapp:hover {
    background-color: #149100;
}

.pswp__caption__center {
    text-align: center !important;
}

.pswp__ui {
    position: unset;
}

.current_structure {
    display: none;
    cursor: pointer;
}

.mobile .current_structure {
    display: block;
}

.mobile .current_structure:before {
    content: '\f0c9';
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0 15px;
}

.mobile .formularContainer .form_label {
    width: 100% !important;
}

.mobile .formularContainer input[type="text"],
.mobile .formularContainer input[type="password"],
.mobile .formularContainer input[type="number"],
.mobile .formularContainer input[type="date"],
.mobile .formularContainer textarea {
    width: 100%;
    font-size: 2em;
    box-sizing: border-box;
}

.mobile .formularContainer .ui-checkbox {
    width: 100%;
    box-sizing: border-box;
}

.mobile .formularContainer input[type="submit"] {
    width: 100%;
    font-size: 2em;
    box-sizing: border-box;
}

.mobile .formularContainer .form_element {
    width: 100% !important;
}

html .adp-substep[jsvalues=".innerHTML:format(instructions)"] {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

/*jquery dialog*/
#dialog-message button {
    outline: none;
}

.ui-dialog {
    border-radius: 0 !important;
    padding: 0 !important;
    border: none !important;

    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.5);
    background-color: white;
}

.ui-dialog-titlebar-close {
    background: none !important;
    background-color: black !important;
    border: none !important;
    outline: none !important;
    display: none !important;
}

.ui-dialog-titlebar {
    border-radius: 0 !important;
}

#dialog-message ul {
    padding: 0;
}

.ui-widget-overlay {
    background: none !important;
    background-color: rgba(0, 0, 0, 0.3) !important;
    opacity: 1 !important;
}

.ui-dialog-titlebar {
    background: none !important;
    background-color: black !important;
    border: none !important;
    color: white !important;
}

.ui-dialog-buttonset button {
    background: none !important;
    border: none !important;
    background-color: black !important;
    border-radius: 0 !important;
    color: white !important;
    outline: none !important;
}

/**
 * "Formular sendet" Status
 */

[data-role="login"][data-status="loading"],
.formularContainer.sending {
    position: relative;
}

[data-role="login"][data-status="loading"],
.formularContainer.sending form {
    opacity: 0.3;
}

[data-role="login"][data-status="loading"]:after,
.formularContainer.sending:after {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    bottom: 0;
    content: url('/theme/images/ajax-loader.gif');
    text-align: center;
}

/**
 * iFrames
 */
iframe {
    max-width: 100%;
}

.mobile iframe {
    overflow: auto;
}

/*cookie hinweis*/
.cc_container {
    background: rgba(34, 34, 34, .8) !important;
}

/*parallax*/
.parallax {
    background-size: 100% auto;
}

/*topics*/
.topic {
    width: 100%;
}

.topic .list .item {
    width: calc(100% / 4);
    float: left;
}

/*search*/
.search .result {
    margin-top: 20px;
    display: table;
    border-collapse: collapse;
    width: 100%;
}

.search .result .hit {
    line-height: 1.5em;
    display: table-row;
    border-bottom: 1px solid;
}

.search .result .hit:first-child {
    border-top: 1px solid;
}

.search .result .hit .count,
.search .result .hit .data {
    padding: 5px;
    display: table-cell;
}

.search .result .hit .count {
    text-align: right;
    padding-left: 0;
}

.search .result .hit .data {
    padding-right: 0;
    width: 100%;
}

.search .result .hit .highlight {
    border: 1px solid;
    border-radius: 2px;
    padding: 0 5px;
    display: inline-block;
}

.search .pagination {
    text-align: center;
    margin-top: 20px;
}

.cms_widget_placeholder {
    font-size: 16px;
    padding: 10px;
    color: #555;
    background-color: #F3F3F3;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.scrollto_highlight {
    animation: scrollto_highlight 1000ms ease-in-out 0ms 3;
}

@keyframes scrollto_highlight {
    0%, 100% {
        outline: 5px solid rgba(255, 0, 0, 0);
    }
    50% {
        outline: 5px solid rgba(255, 0, 0, 1);
    }
}

#sso {
    position: fixed;
    right: 20px;
    bottom: 20px;
    height: 50px;
    width: 50px;
    z-index: 999999999;
    background: #000000;
    border: none;
    border-radius: 50%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
    color: #fff;
    font: normal normal normal 14px/1 FontAwesome !important;
    font-size: 20px !important;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
    outline: none;

    background: linear-gradient(124deg, #ff2400, #e81d1d, #e8b71d, #e3e81d, #1de840, #1ddde8, #2b1de8, #dd00f3, #dd00f3);
    background-size: 1800% 1800%;

    -webkit-animation: rainbow 18s ease infinite;
    -z-animation: rainbow 18s ease infinite;
    -o-animation: rainbow 18s ease infinite;
    animation: rainbow 18s ease infinite;
}

input[data-dsgvo-only-text="1"] {
    display: none;
}

label[data-dsgvo-only-text="1"] {
    padding-left: 0;
    border: none !important;
    cursor: auto;
    pointer-events: none;
    font-weight: normal !important;
}

label[data-dsgvo-only-text="1"] a {
    pointer-events: all;
}

label[data-dsgvo-only-text="1"]:after {
    display: none !important;
    content: none;
}

.checkbox.dsgvo_checkbox.hidden {
    display: block !important;
}

@-webkit-keyframes rainbow {
    0% {
        background-position: 0% 82%
    }
    50% {
        background-position: 100% 19%
    }
    100% {
        background-position: 0% 82%
    }
}

@-moz-keyframes rainbow {
    0% {
        background-position: 0% 82%
    }
    50% {
        background-position: 100% 19%
    }
    100% {
        background-position: 0% 82%
    }
}

@-o-keyframes rainbow {
    0% {
        background-position: 0% 82%
    }
    50% {
        background-position: 100% 19%
    }
    100% {
        background-position: 0% 82%
    }
}

@keyframes rainbow {
    0% {
        background-position: 0% 82%
    }
    50% {
        background-position: 100% 19%
    }
    100% {
        background-position: 0% 82%
    }
}

/* Silbentrennung auf mobile */
@media (max-width: 500px) {
    h1, h2, h3, h4, h5, h6, a {
        -ms-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
    }
}