<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #444;
    margin: 5px 5px;
}

textarea {
    font-family: 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#Content_NotificationNoEmail {
    height: 100%;
}

/* --- following animation fades in the Javascript warning slowly --- */
#JavaScriptWarning {
    -webkit-animation: fadein 5s; /* Safari, Chrome and Opera &gt; 12.1 */
    -moz-animation: fadein 5s; /* Firefox &lt; 16 */
    -o-animation: fadein 5s; /* Opera &lt; 12.1 */
    animation: fadein 5s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Firefox &lt; 16 */
@-moz-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Safari, Chrome and Opera &gt; 12.1 */
@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Opera &lt; 12.1 */
@-o-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


/* --- standard styles für alle elemete --- */
.button, .input {
    border-radius: 3px;
    overflow-y: visible;
    padding: 5px 10px;
    box-sizing: border-box;
    font-size: 16px;
    height: 32px;
    line-height: 22px;
    display: inline-block;
}

.button {
    text-decoration: none;
    text-align: center;
    border: none;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-appearance: none;
}

    .button &gt; input[type="file"] {
        position: absolute;
        top: 0;
        /* right: 0; */
        left: 0;
        bottom: 0;
        margin: 0;
        padding: 0;
        font-size: 30px;
        cursor: pointer;
        opacity: 0;
        width: 100%;
        overflow: hidden;
    }

.search .button {
    overflow: visible;
}

.input {
    border: 1px solid #808080;
}

.right-el {
    margin: 0 0 5px 5px;
    float: right;
}

.left-el {
    margin: 0 5px 5px 0;
    float: left;
}

.labels {
    pointer-events: none;
    text-decoration: none;
    text-align: center;
    border: none;
    padding: 5px 0px;
    box-sizing: border-box;
    font-size: 16px;
    height: 32px;
    line-height: 22px;
    display: inline-block;
}

/*.edit-field {
    color: #333;
    font-size: 0.9rem;
}*/

.col2, .col3, .col4, .col6, .col7, .col7.timeline {
    float: left;
    position: relative;
}

.control.col2 {
    float: right;
}

.col2 {
    width: 50%;
}

.col3 {
    width: 33.33333%;
}

.col4 {
    width: 25%;
}

.col6 {
    width: 16.66666%;
}

.col7 {
    width: 13.85%;
}

    .col7.item {
        padding: 0px;
    }

    .col7.timeline {
        width: 3%;
        min-height: 200px;
        clear: both;
        margin-top: 85px;
        text-align: right;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        padding: 0;
        font-size: 0.8em;
    }

        .col7.timeline.one, .col7.timeline.two, .col7.timeline.four {
            display: none;
        }

        .col7.timeline .hour {
            height: 60px;
            border-top: solid;
            border-color: #ececec;
            border-width: 1px;
        }

    .col7 .allDay {
        height: 53px;
    }

    .col7 .allDay { /*.col7 .content,*/
        padding: 5px;
        box-sizing: border-box;
        background-color: #ececec;
    }

    .col7 .content {
        position: relative;
        margin-top: 0px;
    }

        .col7 .content .eventItem {
            position: absolute;
            padding: 5px;
            box-sizing: border-box;
            white-space: initial;
            overflow: hidden;
            border-style: solid;
            border-width: 1px;
            cursor: pointer;
        }

            .col7 .content .eventItem .eventcontent {
                overflow: hidden;
                height: 100%;
            }

                .col7 .content .eventItem .eventcontent .headline {
                    font-weight: bold;
                }

        .col7 .content .line.c-border2 {
            height: 60px;
            border-top-style: solid;
            border-width: 1px;
        }

        .col7 .content .line .halfhour {
            border-bottom: 1px solid #f3f3f3;
            height: 30px;
        }

    .col7 .day.c-border2 {
        border-top-style: none;
        border-bottom-style: solid;
    }

    .col7 .calfraction {
        width: 30px;
        height: 30px;
        float: left;
    }

.filter {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    z-index: 1;
}

    .filter.mini span {
        line-height: 32px;
        margin-right: 5px;
    }

    .filter.mini {
        padding: 5px;
        display: none;
    }


.content {
    width: 100%;
    margin-top: 10px;
}

    .content.fixed-head {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: auto;
    }

.buttons {
    width: 100%;
    clear: both;
}

.search {
    width: 100%;
    max-width: 250px;
    box-sizing: border-box;
    position: relative;
}

.filter.mini .search {
    width: 270px;
    float: left;
}

.selectors {
}

.control {
}

.infotext {
    color: rgb(140, 140, 140);
    font-size: 0.8em;
    padding: 5px 0;
}

    .infotext.datenschutz {
        margin-bottom: 10px;
    }

/* --- Basic settings for content items --- */
.item {
    border-radius: 3px;
    font-size: 90%;
    box-sizing: border-box;
    padding: 5px 5px 5px 5px;
    position: relative;
}

.item-inner {
    padding-left: 16px;
    text-indent: -11px;
    padding-bottom: 9px;
    box-shadow: 0 5px 8px -7px rgba(0,0,0,0.5);
    position: relative;
    cursor: pointer;
}

    .item-inner:hover {
        background-color: #e5e5e5;
        border-radius: 3px;
    }

    .item-inner i {
        width: 12px;
        position: relative;
        left: 12px;
    }

.smaller {
    font-size: 80%;
    color: #777;
}

.title-word-break {
    word-wrap: break-word;
    clear: both;
}

.no-items {
    font-size: 125%;
    color: #aaa;
    display: none;
    padding: 20px;
}

.calendar2 .no-items,
.timetable .no-items {
    padding: 0 5px;
}

/* --- suchfeld einstellungen --- */
.search .input {
    width: 100%;
}

.search .button {
    position: absolute;
    top: 0;
    right: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    width: 32px;
}

.search .fa-times-circle {
    position: absolute;
    color: #bbb;
    top: 6px;
    right: 36px;
    font-size: 134%;
}

/* --- Message Box settings --- */
#messageBox {
}

#messageBoxDialog {
    width: 320px;
    top: 17%;
    margin-left: -175px;
    max-width: 300px;
    min-height: 60px;
    background: white;
    color: #444;
    font-size: 16px;
    -moz-box-shadow: 0 0 15px rgba(0,0,0,.7);
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.7);
    text-align: center;
}

#Content_Content_AccessDialog {
    -moz-box-shadow: 0 1px 20px rgba(0,0,0,0.7);
    -webkit-box-shadow: 0 1px 20px rgba(0,0,0,.7);
    box-shadow: 0 1px 20px rgba(0,0,0,0.7);
    padding: 15px;
    overflow: auto;
}

#messageBox h3 {
    margin: 0 0 10px 0;
}


#CloseOptions, #Year1CloseOptions, #Year2CloseOptions {
    position: absolute;
    bottom: 5px;
    right: 0px;
    /*right: 5px;*/
    margin: 0;
    width: 32px;
    display: none;
}

.dialog-canvas {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    background: rgba(255,255,255,0.5);
    z-index: 1000;
    text-align: center;
    display: none;
}

#messageBoxContent {
    text-align: center;
    margin-bottom: 20px;
}

.dialog {
    -moz-box-shadow: 0 1px 20px rgba(0,0,0,0.7);
    -webkit-box-shadow: 0 1px 20px rgba(0,0,0,.7);
    box-shadow: 0 1px 20px rgba(0,0,0,0.7);
    position: absolute;
    /*top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
    top: 15%;
    left: 50%;
    width: 420px;
    margin-left: -225px;
    display: none;
    padding: 15px;
    overflow: auto;
    text-align: left;
}

    .dialog h1 {
        margin: 0 0 10px 0;
        font-size: 2em;
        font-weight: 300;
    }

    .dialog .description {
        font-size: 80%;
        font-style: italic;
    }

    .dialog .separator {
        clear: both;
        margin: 10px 0;
    }

.mapConfirm {
    text-align: center;
    max-width: 500px;
    padding: 15px;
}

.mapConfirmText {
    margin-bottom: 15px;
}

#allowBtn {
    margin-right: 10px;
}

@media only screen and (min-width:430px) {
    #Map .mapConfirm,
    #EventMap .mapConfirm {
        transform: translateX(-50%);
        left: 50%;
        position: absolute;
        margin-top: 20px;
    }
}

/* --- Recycling settings --- */
.recycling .category .button {
    width: 180px;
    overflow: hidden;
    text-align: left;
    position: relative;
    padding-left: 32px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.recycling .comment .smaller,
.recycling .deposit .smaller {
    white-space: pre-wrap;
    word-break: break-word;
}

.recycling .category .all.button {
    text-align: center;
    padding-left: 10px;
}
.recycling .mapLink &gt; i.fa,
.events .GoogleMapLink a &gt; i.fa {
    display: none;
}

.button .symbol img {
    max-width: 20px;
    max-height: 20px;
    display: block;
    margin: 2px auto;
}

.button .symbol {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 24px;
    height: 24px;
    border-radius: 2px;
    background: rgba(255,255,255,0.6);
    text-align: center;
    font-size: 90%;
}

.recycling .item-inner {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

    .recycling .item-inner .main {
    }

.recycling .item .category {
    font-weight: 600;
}
.recycling .detail .fractionContainer {
    display: none;
}
.recycling .detail h3 {
    font-size: 100%;
    margin: 0;
    font-weight: normal;
    margin-bottom: 4px;
}

.recycling .detail {
    line-height: 1.1em;
}

    .recycling .detail ul {
        line-height: 1em;
        margin: 0px;
    }

    .recycling .detail .time span {
        font-size: 75%;
        font-family: 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        -ms-word-wrap: break-word;
        word-wrap: break-word;
        white-space: pre;
        white-space: pre-wrap;
        line-height: 1.2em;
    }

.recycling .recImage {
    width: 100%;
    height: auto;
}

.content .detail .map {
    clear: both;
    height: 250px;
    background-color: white;
    box-shadow: 0 1px 7px rgba(0,0,0,0.5);
    margin: 0 0 7px 0;
    min-height: 250px;
}

.content .map {
    margin: 0 5px;
    max-height: 1000px;
}


.recycling .adress {
    margin-bottom: 10px;
}

.detail .left-el {
    margin: 0 20px 10px 0;
}

.map div.mapdetail {
    display: block;
    padding: inherit;
    box-shadow: none;
    font-weight: 300;
    line-height: normal;
    color: #333;
}

.map h3 {
    font-size: 14px;
    font-weight: 400;
    margin: 5px 0 0 0;
}

.map .time span {
    font-size: 12px;
}

.map .adress {
    font-size: 125%;
    line-height: 0.9em;
    margin-top: 10px;
}

.map .smaller {
    font-size: 12px;
}

.map .closed {
    color: #c00000;
}

.map .soon {
    color: #119FE1;
}

/* --- ABC settings --- */
.abc .alphabeth {
    max-width: 556px;
}

    .abc .alphabeth .button {
        width: 32px;
        padding: 5px;
    }

.abc .all.button {
    width: 69px;
    height: 69px;
    line-height: 59px;
}

.abc .item .item-inner {
    height: 1em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.abc .detail h2 {
    font-size: 1em;
}

.abc #Content_Content_ItemContainer .detail a {
    word-break: break-all;
}

div.detail {
    width: 100%;
    box-sizing: border-box;
    display: none;
    padding: 10px 16px;
    box-shadow: 0 5px 8px -7px rgba(0,0,0,0.5);
    font-size: 100%;
    text-indent: 0;
}

    /*div.detail h1 {
        font-size: 135%;
        margin: 0 0 0 0;
        padding-left: 50px;
    }

    div.detail h2 {
        font-size: 90%;
        font-weight: normal;
        font-style: italic;
        margin: 0 0 12px 0;
        padding-left: 57px;
        padding-bottom: 5px;
        min-height: 16px;
    }*/

    div.detail img {
        height: 48px;
        width: 48px;
        float: left;
        margin: 10px 10px 10px 0;
    }

    div.detail .category {
        font-size: 90%;
        font-weight: normal;
    }

.abc .weitere_links,
.events .weitere_links {
    padding-inline-start: 20px;
}

    .abc .weitere_links &gt; div,
    .events .weitere_links &gt; div {
        background-color: transparent;
        display: list-item;
        color: #333;
    }

    .abc .weitere_links .symbol,
    .events .weitere_links .symbol {
        display: none;
    }

.recycling .item .opening-state {
    position: absolute;
    top: 3px;
    right: 10px;
    font-size: 80%;
    font-style: italic;
    text-indent: 10px;
}
/* --- Opening times settings --- */
.openingtimes.open, #Map .open {
    color: rgb(0, 170, 0);
}

.openingtimes.closed {
    color: #c00000;
}

.openingtimes.soon {
    color: #666;
}

.openingtimes i.fa.fa-warning {
    width: unset;
    left: unset;
}

/* --- Auslastungsbadge ---*/
.auslast-badge {
    background: black;
    color: white;
    padding: 2px 5px;
    display: none;
    border-radius: 5px;
    box-sizing: border-box;
    text-indent: 0;
}

    .auslast-badge.state0 {
        background: rgb(0, 170, 0);
        display: inline-block;
    }

    .auslast-badge.state1 {
        color: #4f3800;
        background: #eaa602;
        display: inline-block;
    }

    .auslast-badge.state2 {
        background: #c00000;
        display: inline-block;
    }

    .auslast-badge.state3 {
        background: #c00000;
        display: inline-block;
    }

/* --- Special settings --- */
.special .selectors .button,
.events .selectors .button {
    width: 190px;
    text-align: left;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.special .button, .input {
    padding: 5px 10px;
}

.special .selectors.col2 {
    min-width: 50%;
}

.special .control.col2 {
    min-width: 360px;
}

.special .selectors .all.button,
.events .selectors .all.button {
    text-align: center;
}

.special .fraction .button,
.events .fraction .button {
    padding-left: 32px;
}

.special .item-inner {
    overflow: hidden;
    text-overflow: ellipsis;
}

    .special .item-inner.passed {
        opacity: 0.5;
    }

    .special .item-inner i {
        top: 0px;
    }

    .special .item-inner span {
        text-indent: 0;
        height: 1.3em;
    }

        .special .item-inner span.smaller.fraction {
            font-size: 80%;
            font-weight: 600;
        }

        .special .item-inner span.left {
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            padding-right: 10px;
        }

    .special .item-inner .c-back3:hover .nohover {
        display: block;
    }

    .special .item-inner span.selected {
        font-weight: 500;
    }


.special h3 {
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 0;
}

.special .detail .map {
    margin-top: 10px;
}

/* --- Calendar, timetable settings --- */
.calendar2, .timetable {
}

    .calendar2 .content.fixed-head, .timetable .content.fixed-head {
        position: relative;
    }

    .calendar2 .filter .selector, .timetable .filter .selector, .calendar2 .filter #Content_FracSelector {
        float: left;
    }

    .calendar2 .filter .control, .timetable .filter .control {
        float: left;
    }

    .calendar2 #Content_Year1 .filter {
        display: flex;
        justify-content: space-between;
    }
    .calendar2 .filter .buttons {
        display: flex;
        flex-direction: row-reverse;
    }
@media only screen and (max-width:1000px) {
    .calendar2 #Content_Year1 .filter,
    .calendar2 .filter .buttons {
        display: block;
    }
    .calendar2 .filter .control {
        float: left;
    }
    .right-el {
        margin: 0 5px 5px 0;
        float: right;
    }
}
#Content_Year1Container, #Content_Year2Container {
    margin: 0;
    Padding: 0;
}


.calendar2 .item .fraction, .timetable .item .fraction,
.timetable .item .fraction, .timetable .item .fraction {
    width: 36px;
    height: 36px;
    line-height: 36px;
    position: absolute;
    left: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
    text-align: center;
    border-radius: 3px;
}

    .calendar2 .item .fraction.img,
    .timetable .item .fraction.img {
        background-repeat: no-repeat;
        background-size: contain;
    }

.calendar2 .item .date,
.timetable .item .date {
    font-weight: 600;
    line-height: 14px;
    overflow-x: clip;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.calendar2 .item .description,
.calendar2 .item .fraction-name,
.timetable .item .description,
.timetable .item .fraction-name {
    font-size: 75%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.calendar2 .content .item,
.timetable .content .item {
    position: relative;
}

.calendar2 .item-inner,
.timetable .item-inner {
    padding: 3px 5px 0 50px;
    text-indent: 0;
    height: 48px;
    cursor: default;
}

/* Calendar Hinweis Accordion */
.hinweis {
    margin-bottom: 20px;
}

    .hinweis .accordion {
        cursor: pointer;
        padding: 10px;
        text-align: left;
        border: none;
        outline: none;
        transition: 0.4s;
        font-size: 12px;
        font-weight: bold;
    }

.accordion:after {
    content: '\002B'; /* Unicode character for "plus" sign (+) */
    font-size: 17px;
    float: right;
    margin-right: 13px;
    font-weight: bold;
}

.active:after {
    content: "\2212"; /* Unicode character for "minus" sign (-) */
}

.hinweis .accordion_content {
    display: none;
    overflow: hidden;
}

#Content_Legend {
    padding: 6px 0 0 5px;
    box-shadow: 0 -3px 10px -2px rgba(0,0,0,0.5);
    background-color: white;
    width: 100%;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
}

div .Content_Year1, .Content_Year2 {
    width: 100%;
}

.legend {
    border-radius: 2px;
    cursor: pointer;
    padding: 5px 7px 5px 7px;
    margin: 0 5px 5px 0;
    float: left;
}

    .legend:hover {
        opacity: 0.7;
    }

    .legend.disabled {
        opacity: 0.4;
    }

.legendfullname {
    float: left;
    display: inline-block;
    margin: 0;
    height: 22px;
    line-height: 22px;
    margin-left: 7px;
}

.selector .legendfullname {
    display: none;
}

.legend .calfraction.rec {
    float: left;
    display: inline-block;
    margin: 0;
    height: 22px;
    line-height: 22px;
    padding: 0;
    font-weight: 600;
}

.image {
    background-color: rgba(255, 255, 255, 0.8);
    float: left;
    height: 24px;
    width: 24px;
    border-radius: 2px;
    padding: 1px;
    margin: -2px -4px -2px -4px;
}

img {
    height: 20px;
    margin: 1px;
}

    img.thumbnail {
        width: 150px;
        height: auto;
    }

.col12 {
    width: 8.3333%;
    box-sizing: border-box;
    padding: 0;
    float: left;
    position: relative;
}

.month-container {
    margin: 0 2px 2px 2px;
    border-style: solid;
    border-width: thin;
    padding: 0px;
    border-radius: 2px;
    white-space: nowrap;
    font-size: 12px;
}


div .head {
    padding: 5px 5px 5px 5px;
    text-align: center;
    font-size: 16px;
}

    div .head .headDate {
        font-size: 12px;
    }

.day {
    height: 23px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}

    .day.c-border2 {
        border-width: thin;
        border-top-style: solid;
    }

.calfraction {
    display: inline-block;
    margin: 1px 1px 0 1px;
    vertical-align: middle;
    background-size: contain;
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    position: relative;
}

    .calfraction.rec {
        margin: 2px 0;
        height: 17px;
        line-height: 17px;
        width: 26px;
        text-align: center;
        padding-top: 1px;
    }

.name {
    display: inline-block;
    margin: 0 5px 0 5px;
    vertical-align: middle;
    width: 18px;
}

.nummer {
    display: inline-block;
    width: 20px;
    font-weight: 500;
    text-align: right;
    vertical-align: middle;
}

.holydayname {
    display: inline-block;
    vertical-align: middle;
}

.event {
    background-repeat: no-repeat;
    vertical-align: middle;
    display: inline-table;
    white-space: nowrap;
    background-size: contain;
    width: 22px;
    height: 20px;
    margin: 0 2px 0 2px;
    padding-left: 3px;
    padding-top: 1px;
}

#CalendarLabel,
.calendar2 .filter .year,
.timetable .filter .year {
    font-size: 150%;
    text-decoration: none;
}

.calendar2 .filter .year {
    margin-right: 15px;
}

.timetable .filter .year {
    margin: 0 15px;
}

.calendar2 .filter,
.timetable .filter {
    padding: 0 5px;
}

.calendar.content .item {
    margin-bottom: 20px;
}

.wochenzahl {
    position: absolute;
    font-size: 150%;
    color: #bbb;
    font-weight: 600;
    top: -1px;
    right: 3px;
}

/* Calendar SelectBox styles */
#SelectionBox {
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 20px;
    width: 90%;
    max-width: 1024px;
    z-index: 10;
    box-sizing: border-box;
    padding: 15px;
    box-shadow: 0 1px 20px rgba(0,0,0,0.7);
    overflow: auto;
    display: none;
    text-align: left;
    max-height: 600px;
}

    #SelectionBox .headbar {
        padding: 5px;
        min-height: 30px;
    }

#SelectionContent .item {
    height: 40px;
}

#SelectionBox .search .fa-times-circle {
    right: 6px;
}

#OrtChange {
    font-size: 80%;
    color: #999;
    text-decoration: underline;
    cursor: pointer;
}

#OrtLabel {
    font-size: 125%;
    padding-right: 5px;
}

#SelectionContent .button {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*#SelectionContent &gt; .item {
    visibility: hidden;
}*/

/* Calendar Reminder Box */
#TermineBox .mainlabel,
#EmailBox .mainlabel {
    display: inline-block;
    width: 100px;
    text-align: right;
    float: left;
}

#EmailInput.input {
    margin: 0 0 15px 0;
}

.reminderGroup {
    margin-left: 120px;
    margin-bottom: 20px;
}

.remindertime {
    margin-left: 25px;
    vertical-align: middle;
}

#ICSTime {
    margin-bottom: 20px;
    margin-top: -5px;
}

#TimeSelect .button {
    width: 61px;
    margin: 3px;
}

#TimeSelect {
    text-align: center;
}

#apppresentercal {
    height: 800px;
    max-width: 95%;
    overflow: hidden;
    box-shadow: 2px 2px 10px rgb(0 0 0 / 70%);
    padding: 10px;
    transform: scale(0.6);
    position: absolute;
    z-index: 1000;
    background-color: white;
    right: -120px;
    top: -70px;
    display: none;
    width: 720px;
}
    #apppresentercal iframe {
        width: 100%;
        height: 100%;
    }
    #apppresentercal .fa-times {
        position: absolute;
        right: 10px;
        top: 10px;
        padding: 5px;
    }
    /* -------------------------------------------------------------------------- */
    /* --- Email Reminder                                                         --- */
    /* -------------------------------------------------------------------------- */
    .awido.emailreminder #EmailBox {
        padding: 15px;
        padding-bottom: 0px;
        margin-bottom: 10px;
    }

/* --- Email Reminder                                                         --- */
/* -------------------------------------------------------------------------- */

.awido.emailreminder #EmailBox {
    padding: 15px;
    padding-bottom: 0px;
    margin-bottom: 10px;
}


.awido.emailreminder .flex-container {
    display: flex;
    justify-content: space-between;
}

.awido.emailreminder .ortwahl {
    margin-bottom: 10px;
    width: 100%;
    float: left;
}

.awido.emailreminder .separator {
    margin-bottom: 10px;
}

.awido.emailreminder #EmailBox .mainlabel {
    text-align: left;
}

.awido.emailreminder .legend.first {
    margin-left: 15px;
}

.awido.emailreminder #AboBtn,
.awido.emailreminder #UnAboBtn
{
    margin-top:10px;

}
/* -------------------------------------------------------------------------- */
/* --- Special V3                                                         --- */
/* -------------------------------------------------------------------------- */
body.awido.events {
    min-height: 600px;
}

.events .fraction .button {
    position: relative;
}

.events .calendar2 .specialDate {
    padding: 10px;
    font-size: 1.2em;
    /*border-top:1px solid;*/
}

.events .month-container {
    margin: 2px 0;
    background-color: #fff;
}

.events .calendar2 .item {
    position: relative;
    cursor: pointer;
    padding: 5px 10px 5px 0;
}

    .events .calendar2 .item.innerhtml {
        margin-top: 5px;
        /*background-color:#fff;*/
        min-height: 60px;
    }

        .events .calendar2 .item.innerhtml:hover {
            background-color: #f5f5f5;
        }

    .events .calendar2 .item .fraction.imagecontainer {
        left: 10px;
        background-size: cover;
        width: 70px;
        height: 50px;
        line-height: 50px;
    }

    .events .calendar2 .item .text {
        margin-left: 88px;
    }

        .events .calendar2 .item .text.img {
            min-height: 70px;
        }

    .events .calendar2 .item .normal,
    .events .calendar2 .item .headline {
        white-space: pre-wrap;
        word-wrap: break-word;
    }

    .events .calendar2 .item .fraction.img {
        width: 70px;
        height: 50px;
    }

    .events .calendar2 .item .fraction.fractionicon {
        width: 40px;
        height: 40px;
    }


    .events .calendar2 .item .headline {
        font-size: 1.2em;
        font-weight: bold;
    }

.events .calendar2 .col6.clearAfter2,
.events .calendar2 .col6.clearAfter3,
.events .calendar2 .col6.clearAfter6 {
    clear: both;
}

.events .calendar2 .col6.clearAfter2,
.events .calendar2 .col6.clearAfter3 {
    display: none;
}

.events .calendar2 .col6.clearAfter6 {
    display: block;
}

.events #SelectionBox2,
.events #SelectionBox1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 500px;
    border: 1px solid #ccc;
    z-index: 999;
    -webkit-box-shadow: 0 1px 20px rgb(0 0 0 / 70%);
    -moz-box-shadow: 0 1px 20px rgba(0,0,0,0.7);
    box-shadow: 0 1px 20px rgb(0 0 0 / 70%);
    overflow: auto;
    height: 473px;
    text-align: left;
    bottom: 20px;
    border-radius: 5px;
    padding: 10px;
}

#DetailPopup {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 998;
}

    #DetailPopup .innerhtml {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, 0);
        width: 500px;
        border: 1px solid #ccc;
        border-radius: 5px;
        z-index: 999;
        -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.5);
        -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.5);
        box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.5);
        overflow: auto;
        max-width: 100vh;
        max-height: 100vh;
        margin-left: 0;
    }

        #DetailPopup .innerhtml .popup {
            position: absolute;
            top: 10px;
            right: 10px;
            font-size: 1.5em;
            color: #c0c0c0;
            padding: 10px;
        }

    #DetailPopup .closePopup {
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
        padding: 18px;
    }

    #DetailPopup .fractionContainer {
        margin-right: 50px;
        padding: 10px 20px;
        height: 30px;
        background: transparent !important;
    }

        #DetailPopup .fractionContainer .img {
            background-repeat: no-repeat;
            background-size: contain;
            width: 30px;
            height: 30px;
            float: left;
        }

.fractionContainer .fractName {
    margin-top: 4px;
    margin-left: 10px;
    float: left;
}

#DetailPopup #img {
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
    width: 100%;
    position: relative;
}

#DetailPopup .headline {
    padding: 10px 20px;
    background-color: rgba(255,255,255,0.75);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-weight: bold;
    font-size: 1.2em;
}

#DetailPopup .eventValues {
    padding: 20px;
}

    #DetailPopup .eventValues i {
        width: 20px;
    }


#DetailPopup div.GoogleMapLink {
    margin: 6px 0 6px 10px;
    text-decoration: underline;
    color: blue;
}

#DetailPopup a, #DetailPopup a:visited {
    color: inherit;
    text-decoration: none;
}

    #DetailPopup a:hover {
        text-decoration: underline;
    }

#DetailPopup #mapContainer {
    width: 100%;
    height: 250px;
}

    #DetailPopup #mapContainer #Map {
        height: 250px;
    }

.ishidden, .hide {
    display: none;
}

.bold {
    font-weight: bold;
}



/* -------------------------------------------------------------------------- */
/* --- Modal                                                              --- */
/* -------------------------------------------------------------------------- */

/* The Modal (background) */
.ImageModal {
    display: none;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: inherit;
}

    /* Modal Content */
    .ImageModal .ImageModal-content {
        position: absolute;
        top: 20px;
        left: 50%;
        transform: translate(-50%, 0);
        background-color: transparent;
        margin: auto;
        padding: 0;
        max-width: calc(100% - 40px);
        max-height: calc(100% - 40px);
        height: auto;
        background-size: cover;
        background-repeat: no-repeat;
        box-shadow: 0px 0px 17px 2px rgba(51,51,51,1);
    }

.modalvisible {
    display: block;
}

/* -------------------------------------------------------------------------- */
/* --- Formulare                                                          --- */
/* -------------------------------------------------------------------------- */
.feedbackform .generalform {
    padding: 0;
}

    .feedbackform .generalform .form-control .label {
        width: 35%;
        padding: 0 10px 0 0;
        text-align: left;
    }

    .feedbackform .generalform .form-control .input {
        width: 65%;
    }

    .feedbackform .generalform .info-text {
        font-style: oblique;
        color: rgb(140, 140, 140);
        margin-left: 0%;
    }

.feedbackform .removeImg {
    background-color: #fff;
    text-align: center;
    border: 1px solid #C0C0C0;
    width: calc(100% - 2px);
    cursor: pointer;
}

.img-result {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-flex-pack: justify;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}




.generalform {
    padding: 20px;
}

    .generalform .form-control, #disposalInfo {
        margin-bottom: 10px;
        clear: both;
    }

    .generalform .owner span {
        margin-right: 8px;
    }

    .generalform .form-control .input {
        width: 75%;
    }

    .generalform #uploadButton {
        max-width: 300px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .generalform .form-control .label {
        float: left;
        display: inline-block;
        width: 25%;
        line-height: 34px;
        padding: 0 20px;
        text-align: right;
        box-sizing: border-box;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        min-height: 1px;
    }

    .generalform .notification p {
        font-size: 80%;
    }

    .generalform .form-group {
        max-width: 750px;
    }

    .generalform textarea.input {
        height: auto;
        resize: vertical;
        font-family: 'Open Sans', sans-serif;
    }

    .generalform .input.error {
        border: 1px solid #c00;
        box-shadow: 0 0 10px #c00;
    }

    .generalform .form-group .error-message {
        color: #c00;
        display: block;
        width: 75%;
        margin-bottom: 20px;
        margin-left: 25%;
    }

    .generalform .info-text {
        font-style: oblique;
        color: rgb(104, 104, 104);
        margin-left: 25%;
    }

.awido.generalform .custom-text {
    margin-left: 25%;
    color: rgb(104, 104, 104);
}

.generalform .status-panel {
    margin-top: 30px;
}

.generalform .form-control.listed-checkboxes input {
    width: unset !important;
}

.generalform .error input[type=checkbox] {
    border: 1px solid #c00;
    box-shadow: 0 0 10px #c00;
    background-color: #c00;
}

.feedbackconfirm {
    text-align: center;
}

    .feedbackconfirm .content {
        padding: 30px 20px;
    }

        .feedbackconfirm .content .message {
            font-size: 110%;
        }

        .feedbackconfirm .content .customer-info {
            font-size: 90%;
        }

.feedbackoverview #buttonRow .button-group {
    margin-right: 50px;
}

    .feedbackoverview #buttonRow .button-group a {
        margin: 0 20px;
    }

@media only screen and (max-width: 700px) {
    .awido.generalform .form-control:not(.owner) span {
        padding: 0px !important;
        text-align: left !important;
    }

    .awido.generalform .form-control:not(.owner) span,
    .awido.generalform .form-control:not(.owner) input,
    .awido.generalform .form-control textarea,
    .awido.generalform .form-control select {
        width: 100% !important;
    }

    .awido.generalform .owner div.label {
        width: 0px !important;
        display: none !important;
        padding: 0px !important;
        margin: 0px !important;
    }

    .generalform .form-control .label {
        line-height: normal;
    }

    .awido.generalform .owner {
        text-align: left !important;
    }

    .awido.generalform {
        /* background-color: white;*/
    }

        .awido.generalform .info-text, .awido.generalform .custom-text {
            margin-left: 0;
        }

        .awido.generalform .form-group .error-message {
            width: 100%;
            margin-bottom: 20px;
            margin-left: 0;
        }

        .awido.generalform .form-control.listed-checkboxes input {
            width: unset !important;
        }
}


/* -------------------------------------------------------------------------- */
/* --- Waiting c                                                          --- */
/* -------------------------------------------------------------------------- */
#Waiting {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 100px;
    z-index: 10001;
}

/* -------------------------------------------------------------------------- */
/* --- Responsive Design                                                  --- */
/* -------------------------------------------------------------------------- */
/* 12-spalter */
@media only screen and (max-width: 1675px) {
    .col12 {
        width: 16.66667%;
    }
}


/* 4-spalter zu 3-spalter, 
   6-spalter zu 4-spalter */
@media only screen and (max-width: 1500px) {
    .col4 {
        width: 33.3333%;
    }
}


/* 3/4/7-spalter zu 2-spalter, 
     6-spalter zu 3-spalter
*/
@media only screen and (max-width: 1024px) {
    .col12 {
        width: 25%;
    }

    .col3, .col4 {
        width: 50%;
    }

    .col6 {
        width: 33.3333%;
    }

    .col7 {
        width: 23.8%;
    }

        .col7.timeline {
            width: 4.6%;
        }

        .col7.timeline {
            display: none;
        }

            .col7.timeline.four, .col7.timeline.general {
                display: block;
            }

    .events .calendar2 .col6.clearAfter6 {
        display: none;
    }

    .events .calendar2 .col6.clearAfter3 {
        display: block;
    }
}

@media only screen and (min-width: 800px) {
    .filter.full {
        display: block !important;
    }
}

/* 2-spalter zu 1-spalter */
@media only screen and (max-width: 799px) {
    .col2 {
        width: 100%;
    }

    .filter.full .buttons {
        width: 100%;
        float: left;
        clear: inherit;
    }

        .filter.full .buttons .button {
            margin: 0 5px 5px 0;
            float: left;
        }

    .search {
        width: 100%;
        float: left;
        margin: 0 5px 5px 0;
        max-width: initial;
    }

    #CloseOptions, #Year1CloseOptions, #Year2CloseOptions {
        display: block;
    }

    .filter.mini {
        display: block;
    }

    .filter.full {
        display: none;
    }

    .labels {
        white-space: nowrap;
        margin-bottom: 5px;
        width: 50%;
    }

    .legendfullname {
        display: none;
    }

    .calendar2 .filter .button span,
    .timetable .filter .button span {
        display: none;
    }

    /*.calendar2 .filter .button:hover span {
        display: inline;
    }*/
}

/* --- ipad portrait --- */
@media only screen and (max-width: 640px) {
    .col12 {
        width: 33.33333%;
    }

    .col2, .col3, .col4 {
        width: 100%;
    }

    .col6 {
        width: 50%;
    }

    .col7 {
        width: 46.5%;
    }

        .col7.timeline {
            width: 7%;
        }

        .col7.timeline {
            display: none;
        }

            .col7.timeline.two, .col7.timeline.general {
                display: block;
            }

    .events .calendar2 .col6.clearAfter6, .events .calendar2 .col6.clearAfter3 {
        display: none;
    }

    .events .calendar2 .col6.clearAfter2 {
        display: block;
    }

    .dialog {
        width: 320px;
        margin-left: -175px;
    }
}

/* --- smartphone portrait --- */
@media only screen and (max-width: 480px) {
    .col12 {
        width: 50%;
    }

    .buttons {
        width: initial;
        float: left;
        clear: inherit;
    }

    .dialog {
        width: 100%;
        box-shadow: none;
        margin-left: 0;
        left: 0;
        box-sizing: border-box;
    }

    .search {
        width: 100% !important;
        float: left;
        margin: 0 5px 5px 0;
    }

    .filter.full .buttons .button {
        width: 34px;
        margin: 0 5px 5px 0;
    }

    .buttons .button span {
        display: none;
    }

    .col2, .col3, .col4, .col6 {
        width: 100%;
    }

    .col7 {
        width: 90%;
    }

        .col7.timeline {
            width: 10%;
        }

        .col7.timeline {
            display: none;
        }

            .col7.timeline.one, .col7.timeline.general {
                display: block;
            }

    .selectors.col2 {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 360px) {
    .col12 {
        width: 100%;
    }
}

@media only screen and (min-height: 1000px) {
    #messageBoxDialog,
    .dialog {
        top: 60px;
    }

    #Waiting {
        top: 130px;
    }
}

/* -------------------------------------------------------------------------- */
/* --- Contact                                                            --- */
/* -------------------------------------------------------------------------- */

.contact .item {
    float: left;
    width: 370px;
    background-color: #fff;
    border-radius: 5px;
    margin: 10px;
    padding: 0px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    height: 225px;
}

.item.abteilung {
    min-height: 30px;
    height: auto;
    margin-top: 20px;
    width: 99%;
    clear: both;
    font-size: 2em;
    box-shadow: 0 0 0;
}

.contact .abteilung .abteilunghead {
    font-size: 32px;
    font-weight: 100;
}

.contact .item .head {
    height: 70px;
    text-align: left;
    font-size: 13px;
    position: relative;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    pointer-events: none;
    padding: 10px;
}

.kontaktImgContainer {
    width: 70px;
    height: 70px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    float: right;
    margin-left: 6px;
}

.contact .item .head h3 {
    margin-bottom: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 150%;
    position: absolute;
    bottom: 10px;
    width: 280px;
}

.contact .item .head span {
    white-space: pre-line;
    width: 270px;
    display: inline;
    margin: 0 auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 36px;
}

.contact .item .infoBody {
    padding: 10px;
    padding-top: 0px;
    height: 120px;
}




/*@media only screen and (max-width: 800px) {
    .abteilungContent{
        margin-left:0;
    }
    .item.abteilung{
        height:40px;
        margin-top:20px;
    }
    .contact .abteilung .abteilunghead{
        height:25px;
        font-size:25px;
        line-height:25px;
    }
}*/

.ishidden {
    display: none !important;
}


/* -------------------------------------------------------------------------- */
/* --- Windelbonus                                                        --- */
/* -------------------------------------------------------------------------- */
.windelbonus {
    max-width: 900px;
}

    .windelbonus .line {
        clear: both;
    }

        .windelbonus .line.distance {
            padding-top: 10px;
        }

    .windelbonus .headline {
        font-weight: bold;
        margin-bottom: 10px;
    }

    .windelbonus span.label {
        width: 170px;
        float: left;
    }

    .windelbonus input,
    .windelbonus select,
    .windelbonus textarea {
        float: left;
        margin: 0 10px 0 0;
    }

        .windelbonus input.full,
        .windelbonus .anlagen {
            width: calc(100% - 180px);
        }

        .windelbonus input.half,
        .windelbonus .input.half {
            width: calc(50% - 95px);
        }

        .windelbonus input.titel {
            width: 200px;
        }

        .windelbonus input.strasse,
        .windelbonus .input.strasse {
            width: calc(100% - 250px);
        }

        .windelbonus input.hnr {
            width: 60px;
            margin-right: 0;
        }

        .windelbonus input.plz {
            width: 100px;
        }

        .windelbonus input.ort {
            width: calc(100% - 550px);
        }

        .windelbonus input.ortsteil {
            width: 250px;
            margin-right: 0;
        }

        .windelbonus input.bic {
            width: 230px;
        }

        .windelbonus input.iban {
            width: calc(100% - 420px);
        }

    .windelbonus .part2,
    .windelbonus .buttonrow {
        padding-top: 20px;
        clear: both;
    }

    .windelbonus .anlagen {
        float: left;
    }

        .windelbonus .anlagen input {
            margin-left: 0px;
        }

        .windelbonus .anlagen span {
            width: calc(100% - 220px);
        }

    .windelbonus .birthdate {
        position: relative;
    }

        .windelbonus .birthdate .fa {
            position: absolute;
            top: 9px;
            left: 290px;
            opacity: 0.5;
            cursor: pointer;
        }

    .windelbonus input.gebort {
        width: calc(100% - 330px);
    }

    .windelbonus .error {
        border: 1px solid #c00;
        box-shadow: 0 0 10px #c00;
    }

    .windelbonus .ui-state-highlight {
        padding: 5px;
        margin: 10px 0;
    }


.windelbonus.submitted, .windelbonus.waiting {
    color: #E5001B;
    font-weight: bold;
}


@media only screen and (max-width: 700px) {
    .windelbonus span.label {
        width: 100%;
        margin-bottom: 5px;
    }

    .windelbonus input.full,
    .windelbonus .input.full,
    .windelbonus .anlagen {
        width: 100%;
    }

    .windelbonus input.half,
    .windelbonus .input.half {
        width: calc(50% - 5px);
    }

    .windelbonus input.hnr,
    .windelbonus .input.hnr {
        width: 60px;
    }   

    .windelbonus input.ort,
    .windelbonus .input.ort {
        width: calc(100% - 370px);
    }

    .windelbonus input.ortsteil,
    .windelbonus .input.ortsteil {
        width: 250px;
    }

    .windelbonus input.iban {
        width: calc(100% - 240px);
    }

    .windelbonus input.bic,
    .windelbonus input.name,
    .windelbonus .input.name {
        margin-right: 0;
    }

    .windelbonus .birthdate .fa {
        top: 29px;
        left: 120px;
    }

    .windelbonus input.gebort {
        width: calc(100% - 150px);
        margin-right: 0;
    }

    .windelbonus input.vol,
    .windelbonus .input.vol {
        width: 55px;
    }


}




.label.tageszeit.accesscontrol {
    width: 100% !important;
    padding: 0px !important;
    text-align: left !important;
}

.infotext.accesscontrol {
    margin-left: 0% !important;
}

.headline.accesscontrol {
    margin-left: 0% !important;
}

.auslastung #SammelImg,
.accesscontrol #SammelImg {
    height: auto;
    min-height: 60px;
    max-height: 120px;
    object-fit: scale-down;
    object-position: top right;
    padding-left: 0;
}

.slot-zoom {
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    margin: 3px;
    overflow: hidden;
    box-sizing: border-box;
}

    .slot-zoom.slot-container {
        margin: 0 0 10px 0;
        width: 75%;
    }

    .slot-zoom.slot-day {
        width: 125px;
        text-align: center;
        float: left;
    }

        .slot-zoom.slot-day.full-width {
            width: 100%;
        }

    .slot-zoom.slot {
        padding: 5px 10px;
        cursor: pointer;
        text-align: center;
        float: left;
    }

.slot-head {
    padding: 5px 10px;
    cursor: pointer;
}

.slot-content {
    display: none;
}

.slot-zoom.slot-container &gt; .slot-content {
    display: block;
}

@media only screen and (max-width: 700px) {
    .slot-zoom.slot-container {
        width: 100%;
    }

    .accesscontrol #SammelImg {
        float: none;
        width: 100%;
        object-position: top left;
        min-height: unset;
    }
}


#AccessControlSelectedSlot b {
    line-height: 34px;
}

.auslastung .status.button {
    display: block;
    margin: 20px 0;
    width: 100%;
    height: 64px;
    font-size: 150%;
    font-weight: 600;
    border: 5px solid black;
    box-sizing: border-box;
    line-height: 40px;
}

.auslastung .zeit .button {
    display: inline-block;
    /*    margin: 20px 0;*/
    width: 64px;
    height: 64px;
    font-size: 50px;
    font-weight: 600;
    line-height: 44px;
    box-sizing: border-box;
}

.auslastung .zeit .input {
    display: inline-block;
    width: 120px;
    height: 64px;
    font-size: 40px;
    font-weight: 600;
    line-height: 64px;
    color: #333;
    background: white;
    border-width: 5px;
    box-sizing: border-box;
    text-align: center;
    vertical-align: top;
    margin: 0 10px;
}

.no-select {
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
}

.auslastung .status.button.off0 {
    border-color: #248e00;
    color: #248e00;
    background: white;
}

    .auslastung .status.button.off0.on {
        color: white;
        background: #248e00;
    }

.auslastung .status.button.off1 {
    border-color: #eaa602;
    color: #ad7b02;
    background: white;
}

    .auslastung .status.button.off1.on {
        color: #4f3800;
        background: #eaa602;
    }


.auslastung .status.button.off2 {
    border-color: #c00000;
    color: #c00000;
    background: white;
}

    .auslastung .status.button.off2.on {
        color: white;
        background: #c00000;
    }

.auslastung .status.button.off3 {
    border-color: #454959;
    color: #454959;
    background: white;
}

    .auslastung .status.button.off3.on {
        color: white;
        background: #454959;
    }

.submit-pending {
    background-color: #fff4cb;
}

@media only screen and (max-width: 600px) {
    .windelbonus input.ort, .windelbonus .input.ort {
        width: calc(100% - 110px);
        margin-right: 0;
    }

    .windelbonus input.ortsteil,
    .windelbonus .input.ortsteil {
        width: 100%;
    }
}

/* -------------------------------------------------------------------------- */
/* --- NewsSlider                                                         --- */
/* -------------------------------------------------------------------------- */

.slider {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.slider-items {
    height: 100%;
    width: 100%;
}

.slider-item {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
}

.slider-item-img {
    background-position: 50% 20%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.slider-item-text {
    display: table;
    width: 300px;
    position: absolute;
    right: 40px;
    bottom: 40px;
    background-color: rgba(0,0,0,0.6);
    color: #fff;
    border-radius: 5px;
    padding: 0px 10px 35px 15px;
}

    .slider-item-text .content {
        max-height: 250px;
        overflow: hidden;
        margin-bottom: 10px;
    }

a.readon {
    position: absolute;
    right: 12px;
    bottom: 10px;
    text-decoration: none;
    color: inherit;
    border: 1px solid rgba(255,255,255,0.3);
    padding: 5px 15px;
    border-radius: 5px;
    background-color: rgba(255,255,255,0.2);
}

    a.readon:hover {
        background-color: rgba(255,255,255,0.3);
    }

.slider-item-head h2,
.slider-item-head span {
    margin: 0;
}

.slider-item-head span {
    font-size: 0.8em;
}

.slider-select-buttons {
    position: absolute;
    text-align: center;
    left: 0;
    bottom: 0;
    right: 0;
}

.slider-select-button {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #ddd;
    display: inline-block;
    margin: 0 4px;
    cursor: pointer;
}

@media only screen and (max-width: 450px) {
    .slider-item-text {
        width: 100%;
        left: 0;
    }

    a.readon {
        right: 35px;
    }

    .slider-item-body, .slider-item-head {
        padding-right: 20px;
    }
}

/* -------------------------------------------------------------------------- */
/* --- NewsTicker                                                         --- */
/* -------------------------------------------------------------------------- */
.newsticker .marquee {
    height: 50px;
    background-color: #fff;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
}

.newsticker #Content_NewsContent .newsContent {
    font-size: 24px;
    line-height: 50px;
    white-space: nowrap;
}


/* -------------------------------------------------------------------------- */
/* --- Neuigkeiten                                                        --- */
/* -------------------------------------------------------------------------- */

#thirdCookie {
    font-size: 13px;
    color: #a93030;
}

.awido.neuigkeiten img {
    height: unset;
}

.awido.neuigkeiten ul,
.awido.neuigkeiten ol {
    list-style-position: inside;
}

.awido.neuigkeiten .newsElement .news {
    width: 20%;
    float: left;
    height: 360px;
    padding: 10px;
}

    .awido.neuigkeiten .newsElement .news.noImage {
        padding: 0px;
        margin: 0 10px 10px 0;
    }

.awido.neuigkeiten .newsElement .showDetail {
    cursor: pointer;
    box-shadow: 3px 3px 13px rgba(0,0,0,0.6);
    margin: 0 10px 10px 0;
}

    .awido.neuigkeiten .newsElement .showDetail:hover {
        background-color: #f7f7f7;
    }

.awido.neuigkeiten .newsElement .showOldNews {
    cursor: pointer;
    box-shadow: 3px 3px 13px rgba(0,0,0,0.6);
    margin: 0 10px 10px 0;
}

    .awido.neuigkeiten .newsElement .showOldNews:hover {
        background-color: #f7f7f7;
    }


.awido.neuigkeiten .newsElement .image {
    width: 100%;
}

.awido.neuigkeiten .newsElement .newsContent {
    height: calc(50% - 5px);
    overflow: hidden;
    width: 100%;
}

.awido.neuigkeiten .newsElement .noImage .newsContent {
    position: relative;
    height: calc(50% - 25px);
    margin-bottom: 10px;
    padding: 10px;
    width: calc(100% - 20px);
}

.awido.neuigkeiten .newsElement h3 {
    margin: 10px 0;
}

.awido.neuigkeiten .newsImage {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: calc(50% - 5px);
    background-position: 50% 20%;
    float: left;
    cursor: pointer;
    background-color: #ddd;
    text-align: center;
}

    .awido.neuigkeiten .newsImage i {
        width: 100%;
        line-height: 100%;
        font-size: 100px;
        color: #fff;
        line-height: 170px;
    }

.awido.neuigkeiten .newsElement .newsBody {
    float: left;
    width: 100%;
    padding-top: 0px;
}

.awido.neuigkeiten .newsElement .newsDetail {
    clear: both;
    padding-top: 15px;
}

.awido.neuigkeiten .showDetail {
    margin-top: 10px;
    display: block;
}

.awido.neuigkeiten .hideDetail {
    margin: 10px 0;
}

.awido.neuigkeiten .news-detail-img {
    width: auto;
    height: auto;
    max-width: 50%;
    max-height: 100%;
    cursor: pointer;
    object-fit: cover;
    object-position: 50% 20%;
    float: left;
    margin: 20px 20px 10px 0;
}


.awido.neuigkeiten #Content_DetailPanel {
    position: relative;
    max-width: 1000px;
}

.awido.neuigkeiten .news-detail-header {
    margin-bottom: 0;
}

.awido.neuigkeiten .news-detail-summary {
    font-weight: 500;
}

/* -------------------------------------------------------------------------- */
/* --- BreakingNews/ShortCalendar                                         --- */
/* -------------------------------------------------------------------------- */

body.breakingnews, body.shortcalendar {
    margin: 0;
}

.simple-date-list .news-row,
.simple-date-list .news-row .date-badge,
.eventDate {
    cursor: pointer;
}

.simple-date-list td {
    padding: 0 10px 10px 0;
}

.simple-date-list span {
    display: block;
}

.simple-date-list .date-panel {
    vertical-align: top;
    font-size: 80%;
}

.simple-date-list .date-badge {
    width: 45px;
    text-align: center;
    border: solid 1px #bbb;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

    .simple-date-list .date-badge span:first-child {
        line-height: 25px;
        font-weight: 600;
        font-size: 130%;
    }

    .simple-date-list .date-badge span:nth-child(2) {
        padding-bottom: 2px;
        line-height: 13px;
    }

.simple-date-list .text-panel span:first-child {
    font-size: 80%;
}

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

    .awido.neuigkeiten .newsElement {
        width: 100%;
        margin: 0 10px;
    }

        .awido.neuigkeiten .newsElement .newsBody {
            width: 100%;
            padding-top: 15px;
            padding-left: 0px;
        }

    .awido.neuigkeiten .news-detail-img {
        display: block;
        max-width: 100%;
        margin-right: 0px;
    }
}

@media only screen and (max-width:1500px) {
    .awido.neuigkeiten .newsElement .news {
        width: 25%;
    }
}

@media only screen and (max-width:1350px) {
    .awido.neuigkeiten .newsElement .news {
        width: calc(33% - 7px);
    }
}

@media only screen and (max-width:1000px) {
    .awido.neuigkeiten .newsElement .news {
        width: 50%;
    }
}

@media only screen and (max-width:750px) {
    .awido.neuigkeiten .news-detail-img {
        width: 100%;
    }
}

@media only screen and (max-width:750px) {
    .awido.neuigkeiten .news-detail-img {
        width: 100%;
    }
}

@media only screen and (max-width:600px) {
    .awido.neuigkeiten .newsElement .news {
        width: calc(100% - 15px);
    }
}

/* -------------------------------------------------------------------------- */
/* --- AWIDO Editorlink                                                   --- */
/* -------------------------------------------------------------------------- */

.awido-editor-link {
    color: #1382C2;
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 24px;
    display: block;
    width: 36px;
    height: 36px;
    background: rgba(255,255,255,0.8);
    border-radius: 50%;
    line-height: 34px;
    text-align: center;
}

/* -------------------------------------------------------------------------- */
/* --- Countdown Display                                                  --- */
/* -------------------------------------------------------------------------- */

/*.countdown-display {
    all: initial;
    all: unset;
}

    .countdown-display .filter {
        height: 74px;
    }

    .countdown-display .logo {
        position: absolute;
        margin: 10px;
        top: 0;
        right: 0;
        transform: scale(2.5);
        transform-origin: 100% 0;
    }

    .countdown-display #small-area {
        margin-top: 10px;
        margin-bottom: 10px;
        margin: 0px;
        width: 100%;
        height: 80px;
        display: inline-block;
        overflow: hidden;
        position: fixed;
        bottom: 50px;
    }

        .countdown-display #small-area .countdown-item-wrapper {
            float: left;
        }

        .countdown-display #small-area .countdown-item {
            cursor: default;
        }

            .countdown-display #small-area .countdown-item:hover {
                background-color: rgba(0, 0, 0, 0);
            }

        .countdown-display #small-area .upper {
            height: 100%;
        }

        .countdown-display #small-area .lower {
            visibility: hidden;
        }

    .countdown-display #large-area {
        margin: 0px;
        vertical-align: middle;
        width: 99vw;
        margin-left: 0.5vw;
        height: calc(99vh - 130px - 74px);
        display: grid;
    }

    .countdown-display .countdown-item-wrapper {
        margin: 15px;
        vertical-align: top;
    }

    .countdown-display .countdown-item {
        margin: 0px;
        width: 160px;
        height: 65px;
        cursor: pointer;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
        transform-origin: 0 0;
    }

        .countdown-display .countdown-item:hover {
            background-color: rgba(0, 0, 0, 0.04);
        }

    .countdown-display .upper {
        height: 94%;
    }

        .countdown-display .upper .left {
            width: 35%;
            height:100%;
            float:left;
        }

            .countdown-display .upper .left .img {
                background-position: 50%;
                background-repeat: no-repeat;
                background-size: contain;
                width: 100%;
                height: 100%;
                border-radius: 5%;
                text-align: center;
                line-height: 50px;
                font-size: 20px;
            }

        .countdown-display .upper .right {
            width: 65%;
            height: 100%;
            float:right;
            margin-top: 2%;
        }

            .countdown-display .upper .right .text {
                overflow: hidden;
                text-overflow: ellipsis;
                font-size: 10px;
                margin-left: 5%;
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none;
            }

                .countdown-display .upper .right .text.fraction {
                    height:22%;
                }

                .countdown-display .upper .right .text.date {
                    height: 23%;
                    font-weight: 600;
                }

                .countdown-display .upper .right .text.description {
                    height: 45%;
                    white-space: initial;
                    font-size: 12px;
                }

    .countdown-display .text.description .alert {
        color: #ce1d32;
        font-weight: bold;
        display: inline;
    }

    .countdown-display .text.description .warning {
        color: #e26116;
        font-weight: bold;
        display: inline;
    }

    .countdown-display .text.description .normal {
        color: inherit;
        font-weight: normal;
        display: inline;
    }

    .countdown-display .text.description .confirmed {
        color: #1baa27;
        font-weight: bold;
        display: inline;
    }

    .countdown-display .upper .right .text.description.sonder {
        font-size: 7.5px;
    }

    .countdown-display .lower {
        margin-left: auto;
        margin-right: auto;
        width: 99%;
        height: 5%;
    }

        .countdown-display .lower .loading-bar {
            width: 100%;
            height: 100%;
            margin-bottom: 1%;
            background: linear-gradient(to right, red 0%, orangered 15%, orange 35%, green 100%);
            border-radius: 10px;
        }

    .countdown-display #scroll-area {
        height: 50px;
        width: 100%;
        overflow: hidden;
        position: relative;
        vertical-align: bottom;
        position: fixed;
        bottom: 0;
    }

        .countdown-display #scroll-area p {
            font-weight: bold;
            position: absolute;
            height: 100%;
            margin: 0;
            font-size: 24px;
            line-height: 50px;
            text-align: center;
            width: max-content;
            transform: translateX(-100%);
            animation: scroll-left 10s linear infinite;
        }


@keyframes scroll-left {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}*/


/* -------------------------------------------------------------------------- */
/* --- Show (Hausautomatik)                                               --- */
/* -------------------------------------------------------------------------- */

#Content_HausautomatikDiv {
    width: 1000px;
    transform-origin: top left;
}

.portrait #Content_HausautomatikDiv {
    width: 640px;
}

.show {
    background-color: #E2E6ED;
    overflow: hidden;
    margin: 0px;
    width: 1000px;
    max-width: 100%;
}

.portrait.show {
    width: 640px;
}

.show .dark {
    background-color: #282B35;
    color: #f5f5f5;
}

    .show .dark a {
        color: #f5f5f5;
    }

.show .settingspage,
.show .sharepage {
    position: absolute;
    top: 65px;
    left: 10000px;
    width: 980px;
    box-sizing: border-box;
    right: -10000px;
    height: calc(100% - 120px);
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    transition: 1s;
    font-size: 30px;
}

.show .sharepage {
    font-size: 20px;
}

.portrait.show .settingspage,
.portrait.show .sharepage {
    width: 620px;
}

.show .dark .settingspage,
.show .dark .sharepage {
    background: #454959;
}

.show .fa-times {
    position: absolute;
    right: 10px;
    top: 10px;
}

.show .selector {
    height: 70px;
    margin-top: 20px;
}

.show .settingspage.visible,
.show .sharepage.visible {
    right: 10px;
    left: 10px;
    transition: 1s;
}

.show .settingspage .title,
.show .sharepage .title {
    clear: both;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}

.show .settingspage .theme {
    clear: both;
    margin: 20px 0 10px 0;
    text-transform: uppercase;
}

.settingspage .image {
    width: 35px;
    height: 35px;
}

.settingspage .button, .sharepage .button {
    font-size: 35px;
    line-height: 35px;
    height: 50px;
}

.sharepage .sharelink {
    float: left;
    width: calc(100% - 320px);
    word-break: break-all;
}

.sharepage .qr-code {
    width: 300px;
    height: 300px;
    float: right;
}

.settingspage .legendfullname {
    display: none;
}

.portrait .settingspage .button,
.portrait .sharepage .button {
    max-width: 610px;
}

.show #SelectionCanvas {
    width: 1000px;
}

.show.portrait #SelectionCanvas {
    width: 640px;
}

.show .header {
    height: 70px;
    width: 1000px;
}

.portrait .header {
    width: 640px;
}

.show .logo {
    float: left;
    height: 50px;
    margin: 10px;
}

.show .settings,
.show .share {
    float: right;
    margin: 10px;
}

.show .mainContent {
    position: relative;
}

.show .slider {
    height: 100%;
    width: 730px;
    float: left;
}

.portrait.show .slider {
    width: 640px;
}

.show .slider-item {
    position: absolute;
    height: auto;
    top: 40%;
    bottom: unset;
    transform: translate(0,-40%);
}

.show .slider .imgContainer {
    width: 250px;
    float: left;
    margin-left: 20px;
}

.show .slider .imgBox {
    background-color: #fff;
    border-radius: 5%;
    padding: 10px;
    width: 200px;
    height: 200px;
}

.show .dark .slider .imgBox {
    background-color: #454959;
}

.show .slider .imgBox .img {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    font-size: 150px;
    text-align: center;
    line-height: 180px;
    border-radius: 5px;
}

.show .slider .textContainer {
    width: 460px;
    text-align: left;
    float: left;
    font-size: 35px;
}

.portrait.show .slider .imgContainer,
.portrait.show .slider .textContainer {
    float: none;
    margin: 0 auto;
    text-align: center;
}

.portrait.show .slider .imgContainer {
    margin-bottom: 20px;
}

.show .slider .textContainer .desc {
    font-size: 75px;
}

.show .slider .textContainer .fract {
    width: 460px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.show .slider-select-button {
    background-color: #fff;
}

.show .dark .slider-select-button {
    background-color: #454959;
}

.show .fa-stack .fa-circle-thin {
    background-color: #fff;
    border-radius: 50%;
    color: #fff;
}

.show .dark .fa-stack .fa-circle-thin {
    background-color: #454959;
    color: #454959;
}

.show .sharelink .fa-stack .fa-circle-thin {
    background-color: #e2e6ed;
}

.show .dark .sharelink .fa-stack .fa-circle-thin {
    background-color: #282b35;
}

.show #Content_ListContent {
    width: 250px;
    float: left;
}

.portrait.show #Content_ListContent {
    width: 640px;
    float: none;
}

.show #listitems {
    width: 265px;
}

.portrait.show #listitems {
    width: 640px;
}

.show #listitems {
    overflow: hidden;
}

.show .listitems {
    clear: both;
}

.show .listitem {
    width: 240px;
    box-sizing: border-box;
    height: 70px;
    background-color: #fff;
    border-radius: 5px;
    padding: 5px;
    margin: 3px 10px;
    float: left;
    position: relative;
}

    .show .listitem .text {
        width: 175px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .show .listitem .text .headline {
            font-size: 15px;
            line-height: 20px;
        }

        .show .listitem .text .headline {
            font-size: 15px;
            line-height: 20px;
            width: 175px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

.portrait.show .listitem .text .headline {
    width: 100%;
}

.portrait.show .listitem .text {
    width: calc(100% - 60px);
}

.portrait.show .listitem {
    width: calc(50% - 25px);
}

.show .dark .listitem {
    background-color: #454959;
}

.show .listitem.running {
    background-color: #b3e5b3;
}

.show .dark .listitem.running {
    background-color: #518451;
}

.show .listitem .imgBox {
    width: 45px;
    height: 45px;
    margin: 0 auto;
    float: left;
    border-radius: 5px;
}

    .show .listitem .imgBox .img {
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: contain;
        width: 100%;
        height: 100%;
        font-size: 25px;
        line-height: 45px;
        text-align: center;
    }

.show .listitem .text {
    line-height: 40px;
    float: left;
    font-size: 30px;
    margin-left: 10px;
}

    .show .listitem .text .today {
        color: #FF5252;
    }

    .show .listitem .text .tomorrow {
        color: #F79727;
    }

    .show .listitem .text .future {
        color: #D4DD1D;
    }

.show .listitem .done {
    display: none;
    font-size: 45px;
    position: absolute;
    top: 0px;
    right: -15px;
}

.show .listitem.erledigt .done {
    display: block;
}

    .show .listitem.erledigt .done .fa,
    .show .listitem.erledigt .text .today,
    .show .listitem.erledigt .text .tomorrow,
    .show .listitem.erledigt .text .future {
        color: #22B573;
    }

.show .dark .listitem .done {
    color: #282B35;
}

.show .marquee {
    height: 50px;
    background-color: #fff;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
}

.show .dark .marquee {
    background-color: #454959;
    color: #f5f5f5;
}

.marquee #Content_NewsContent {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 60s linear infinite;
}

@keyframes marquee {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-100%, 0);
    }
}

.show #Content_NewsContent .newsContent {
    font-size: 24px;
    line-height: 50px;
    white-space: nowrap;
}

/* -------------------------------------------------------------------------- */
/* Markt widget                                                               */
/* -------------------------------------------------------------------------- */
#AwidoMarktContainer .filter-control {
    height: 0;
    margin-bottom: 10px;
    display: none;
}

#AwidoMarktContainer i.fa.fa-bars.fa-lg {
    margin-right: 3px;
}

#AwidoMarktContainer .filter-control .filter-suche-btn {
    padding: 5px 10px;
}

.filter-control .filter-neu-btn {
    float: right;
    padding: 5px 10px;
    display: inline-block;
    text-decoration: none;
    color: #333;
}

#AwidoMarktContainer .filter-control .filter-suche-btn {
    padding: 5px 10px;
}

    .filter-control .filter-neu-btn:visited {
        color: #333;
    }

#AwidoMarktContainer #MenuOverlay {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: none;
    background: transparent;
}

#AwidoMarktContainer .aktInserate_Text {
    width: 95px;
    float: right;
    margin-top: 2px;
}

#AwidoMarktContainer .filter {
    width: 100%;
    position: relative;
    height: 80px;
    margin-bottom: 15px;
}

    #AwidoMarktContainer .filter .item {
        display: inline-block;
        margin: 0 10px 0 0;
        position: relative;
        float: left;
        padding-left: 0;
    }

        #AwidoMarktContainer .filter .item .text-delete {
            color: #aaa;
            right: 10px;
            bottom: 10px;
            position: absolute;
            cursor: pointer;
        }

    #AwidoMarktContainer .filter .label {
        display: block;
    }

    #AwidoMarktContainer .filter .command-block {
        position: absolute;
        top: 55px;
        left: -6px;
    }

    #AwidoMarktContainer .filter .button {
        float: right;
        margin-left: 5px;
        border-style: none;
        background-image: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    #AwidoMarktContainer .filter a.button {
        padding: 0 10px;
        line-height: 27px;
        text-align: center;
        text-decoration: none;
        display: block;
        float: left;
    }

    #AwidoMarktContainer .filter input[type='text'],
    #AwidoMarktContainer .filter select {
        height: 24px;
        border: 1px solid #aaa;
        border-radius: 3px;
        padding: 1px 0;
        width: 150px;
    }

    #AwidoMarktContainer .filter input[type='text'] {
        height: 20px;
        padding-left: 5px;
    }

#AwidoMarktContainer .aktInserate {
    position: absolute;
    top: 60px;
    right: 10px;
}

.popup__body .gallery {
    max-height: 600px;
}

#AwidoMarktContainer .popup {
    transform: translate(-50%, -40%);
    max-height: 100vh;
}

.product__info {
    overflow-y: auto;
    max-height: calc(100vh - 90px);
}
#AwidoMarktContainer .mic__location {
    overflow: visible;
}

.popup .description p {
    height: unset;
}
.popup .description {
    display: contents;
}
@media only screen and (max-width: 480px), screen and (max-height: 550px) {
    .popup .description {
        display: block;
    }
    .product__info {
        overflow-y: visible;
    }
}
#AwidoMarktContainer .mic__title {
    overflow: visible;
}

@media only screen and (max-width: 480px), screen and (max-height: 550px) {
    #AwidoMarktContainer .popup {
        transform: revert;
    }
}

@media only screen and (max-width: 1050px) {
    #AwidoMarktContainer .product {
        max-height: unset;
    }
}
.product__footer {
    padding-bottom: 1em;
}
#AwidoMarktContainer a.resend {
    bottom: 5px;
}
@media only screen and (max-width: 600px), screen and (max-height: 550px) {
    #AwidoMarktContainer a.resend {
        position: relative;
    }
    #AwidoMarktContainer .product__footer {
        justify-content: space-between;
    }
}
.img__modal-holder {
    max-height: calc(100vh - 10px);
}

#AwidoMarktContainer span[id$=DataPager2] {
    position: relative;
    bottom: 0;
    right: 0;
    margin: 10px 6px 10px 0;
    float: right;
}

#AwidoMarktContainer .table {
    width: 100%;
    position: relative;
}

    #AwidoMarktContainer .table &gt; .inner {
        margin: 0 10px;
    }

    #AwidoMarktContainer .table .inserat {
        height: 200px;
        padding: 0;
        display: block;
        position: relative;
        margin-bottom: 10px;
        box-shadow: 0 0 7px rgba(0,0,0,0.6);
    }

/* generic stuff */
.empty-msg-row {
    height: 36px;
    font-size: 24px;
    margin: 10px 10px;
    padding: 30px 20px;
    display: block;
    position: relative;
    margin-bottom: 10px;
    background: white;
    box-shadow: 0 0 7px rgba(0,0,0,0.6);
}

    .empty-msg-row i {
        color: #c00000;
    }

#AwidoMarktContainer .table .rubrik {
    width: 30px;
    height: 200px;
    background-color: white;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
}

    #AwidoMarktContainer .table .rubrik span {
        position: absolute;
        top: 85px;
        line-height: 30px;
        left: -85px;
        width: 160px;
        height: 30px;
        font-size: 20px;
        padding: 10px 18px;
        /* Chrome/Safari */
        -webkit-transform: rotate(-90deg);
        -webkit-transform-origin: 50% 50%;
        /* Firefox */
        -moz-transform: rotate(-90deg);
        -moz-transform-origin: 50% 50%;
        /* IE9 */
        -ms-transform: rotate(-90deg);
        -ms-transform-origin: 50% 50%;
        /* IE10 and other modern browsers that do not need vendor prefixes */
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -o-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }

#AwidoMarktContainer .table .thumbnail {
    width: 200px;
    height: 200px;
    background-color: #ccc;
    position: absolute;
    top: 0;
    left: 30px;
}

    #AwidoMarktContainer .table .thumbnail a {
        background-repeat: no-repeat;
        -moz-background-size: cover;
        -o-background-size: cover;
        -webkit-background-size: cover;
        background-size: cover;
        background-position: center;
        position: absolute;
        display: block;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: white;
    }

#AwidoMarktContainer .table .main {
    width: 300px;
    height: 200px;
    position: absolute;
    top: 0;
    left: 230px;
}

    #AwidoMarktContainer .table .main &gt; .inner {
        position: absolute;
        top: 10px;
        left: 10px;
        right: 10px;
        bottom: 10px;
    }

    #AwidoMarktContainer .table .main .kategorie {
    }

    #AwidoMarktContainer .table .main .datum {
        font-size: 12px;
        position: absolute;
        top: 2px;
        right: 0;
    }

    #AwidoMarktContainer .table .main .kontakt-container {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }

        #AwidoMarktContainer .table .main .kontakt-container .label {
            display: block;
            font-size: 12px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

            #AwidoMarktContainer .table .main .kontakt-container .label:before {
                padding-right: 5px;
                font-family: "Font Awesome 6 Pro";
                font-size: 120%;
                width: 1.1em;
                text-align: center;
                display: inline-block;
            }

        #AwidoMarktContainer .table .main .kontakt-container a {
            line-height: 22px;
            height: 22px;
            text-decoration: none;
            border-radius: 3px;
            text-align: center;
            margin-top: 5px;
        }

            #AwidoMarktContainer .table .main .kontakt-container a.kontakt {
                margin-right: 30px;
            }

            #AwidoMarktContainer .table .main .kontakt-container a.resend {
                font-size: 18px;
                float: right;
                padding-left: 5px;
            }


    #AwidoMarktContainer .table .main .title {
        font-weight: bold;
        /*font-size: 115%;*/
        display: block;
        margin: 0 0 0 0;
    }

#AwidoMarktContainer .table .info {
    padding: 10px 10px 5px 10px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 530px;
    background: white;
    position: absolute;
    overflow: auto;
    font-size: 12px;
}

    #AwidoMarktContainer .table .info .title {
        font-size: 14px;
        margin-bottom: 5px;
        display: block;
    }

#AwidoMarktContainer .headline {
    padding-left: 8px;
}

    #AwidoMarktContainer .headline h2 {
        margin-top: 0;
    }


#AwidoMarktContainer .actions {
    padding: 10px 10px 0 8px;
}

    #AwidoMarktContainer .actions span {
        margin-bottom: 20px;
        font-weight: bold;
        display: block;
    }

    #AwidoMarktContainer .actions input {
        margin-right: 10px;
    }

    #AwidoMarktContainer .actions .new.note {
        font-weight: normal;
        font-style: italic;
    }

    #AwidoMarktContainer .actions .advice {
        font-weight: bold;
        font-size: 105%;
        line-height: 16px;
        color: #c00000;
        margin: 0;
    }

.awido.markt-editor {
    font-size: 14px;
    color: #333;
}

    .awido.markt-editor .label.msg {
        font-weight: bold;
        display: block;
        margin-bottom: 20px;
    }

    .awido.markt-editor table {
        width: 100%;
        padding: 0;
    }

        .awido.markt-editor table .price-row {
            display: none;
        }

    .awido.markt-editor td.label {
        width: 100px;
        vertical-align: top;
    }

    .awido.markt-editor td img {
        box-shadow: 0 0 7px rgba(0,0,0,0.6);
        margin: 5px 0;
    }

    .awido.markt-editor td input[type=image] {
        margin: 0 0 5px 5px;
    }

    .awido.markt-editor .note {
        font-style: italic;
        margin-bottom: 10px;
        display: block;
    }

    .awido.markt-editor .button {
        margin-right: 10px;
        border-style: none;
        background-image: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .awido.markt-editor .button.back {
            position: absolute;
            right: 0;
        }

    .awido.markt-editor img {
        height: auto;
    }

    .awido.markt-editor .edit-field {
        width: 100%;
        max-width: 300px;
        border-radius: 3px;
        padding: 3px 3px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .awido.markt-editor select.edit-field {
        padding: 2px 0;
    }

    .awido.markt-editor .edit-field.mini {
        max-width: 120px;
    }

    .awido.markt-editor .edit-field.maxi {
        max-width: 100%;
    }

    .awido.markt-editor.contact {
        margin: 7px;
    }

    .awido.markt-editor .error {
        color: #c00000;
    }

#Nutzungsbedingungen {
    max-width: 600px;
}

    #Nutzungsbedingungen li {
        margin-bottom: 10px;
    }

#saving {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    display: none;
}

    #saving &gt; div {
        background: white;
        opacity: 0.3;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    #saving &gt; span {
        box-shadow: 0 0 25px rgba(0,0,0,0.5);
        width: 400px;
        line-height: 48px;
        height: 50px;
        text-align: center;
        margin: 0 0 0 -200px;
        padding: 20px;
        background: white;
        position: absolute;
        border: 2px solid #666;
        border-radius: 10px;
        top: 30%;
        left: 50%;
        font-size: 24px;
    }


#AwidoMarktContainer * {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


@media all and (max-width: 900px) {
    #AwidoMarktContainer .filter .button {
        float: none;
        margin-bottom: 7px;
    }

    #AwidoMarktContainer span[id$=DataPager1] {
        right: 230px;
        bottom: 15px;
    }

    #AwidoMarktContainer .filter .command-block {
        width: auto;
    }

    #AwidoMarktContainer .filter {
        height: 85px;
    }
}

@media all and (max-width: 700px) {

    #AwidoMarktContainer .filter-control {
        height: 32px;
        display: block;
    }

    #AwidoMarktContainer span[id$=DataPager1],
    #AwidoMarktContainer .command-block {
        display: none;
    }

    #AwidoMarktContainer .filter {
        background: white;
        /*height: 180px;*/
        height: 0;
        box-sizing: border-box;
        overflow: hidden;
        position: absolute;
        z-index: 1;
        top: 40px;
        left: 0;
        right: 0;
        box-shadow: 0 0 10px rgba(0,0,0,0.7);
    }

        #AwidoMarktContainer .filter &gt; .inner {
            margin: 10px;
        }


        #AwidoMarktContainer .filter .item {
            display: block;
            float: none;
            margin: 0 0 10px 0;
            width: 100%;
        }

        #AwidoMarktContainer .filter input[type='text'],
        #AwidoMarktContainer .filter select {
            box-sizing: border-box;
            width: 100%;
            height: 32px;
        }

        #AwidoMarktContainer .filter .item .text-delete {
            font-size: 22px;
        }

    #AwidoMarktContainer .table .inserat {
        height: 250px;
        box-shadow: none;
    }

    #AwidoMarktContainer .table &gt; .inner {
        margin: 0;
    }

    #AwidoMarktContainer .table .rubrik {
        height: 250px;
        width: 20px;
    }

    #AwidoMarktContainer .table .thumbnail {
        height: 150px;
        width: 120px;
        left: 20px;
    }

    #AwidoMarktContainer .table .main {
        height: 150px;
        width: auto;
        left: 140px;
        right: 0;
        top: 0;
    }

        #AwidoMarktContainer .table .main .title {
            max-height: 40px;
            overflow: hidden;
        }

    #AwidoMarktContainer .table .info {
        height: 100px;
        width: auto;
        left: 20px;
        right: 0;
        top: 150px;
        box-sizing: border-box;
    }

        #AwidoMarktContainer .table .info .title {
            display: none;
        }

    #AwidoMarktContainer .table .rubrik span {
        width: 150px;
        left: -66px;
        top: 60px;
        padding: 0;
        font-size: 16px;
    }

    .awido.markt-editor {
        padding: 10px;
    }

        .awido.markt-editor h2 {
            margin-top: 0;
        }

        .awido.markt-editor .edit-field {
            display: block;
        }

        #AwidoMarktContainer .actions .button,
        .awido.markt-editor .button {
            margin: 0 10px 20px 0;
        }

    .empty-msg-row {
        font-size: 20px;
        height: auto;
    }
}
</pre></body></html>