#rotorCookie {
    left: 0;
    position: fixed;
    height: 100%;
    top: 0;
    width: 100%;
    z-index: -10;
    transition: all 0.45s, background-color 0.25s;
    background-color: transparent;
    visibility: hidden;
    line-height: 1.3em;
    text-align: left !important;
}

#rotorCookie * {
    font-family: 'Trebuchet MS', Arial, Geneva, sans-serif !important;
}

#rotorCookie i {
    font-family: FontAwesome !important;
}

#rotorCookie .rotorCookie__headline,
#rotorCookie p,
#rotorCookie span,
#rotorCookie a {
    line-height: 1.3 !important;
    color: #000 !important;
    margin: 0;
    padding: 0;
    text-align: left;
}

#rotorCookie__box {
    position: fixed;
    top: 150px;
    left: 50%;
    z-index: 999999;
    -webkit-transform: translateZ(0) translateY(100px) translateX(-50%);
    transform: translateZ(0) translateY(100px) translateX(-50%);
    padding: 25px;
    opacity: 0;
    visibility: hidden;
    font-size: 16px;
    transition: all 0.5s;
    width: 700px;
    overflow: auto;
    max-height: calc(100% - 150px);
    background-color: #fff;
    color: #000;
    outline: 7px solid rgba(255, 255, 255, 0.5);
}

#rotorCookie.open {
    z-index: 999999;
    background-color: rgba(0, 0, 0, 0.6);
    visibility: visible;
}

#rotorCookie__box .rotorCookie__headline {
    font-weight: normal !important;
    font-size: 1.4em !important;
    text-transform: uppercase;
}

#rotorCookie.open #rotorCookie__box {
    -webkit-transform: translateZ(160px) translateY(-100px) translateX(-50%);
    transform: translateZ(160px) translateY(-100px) translateX(-50%);
    opacity: 1;
    visibility: visible;
}

#rotorCookie__accordion > .rotorCookie__cookie-groups {
    margin-bottom: 5px;
    padding: 10px;
    border: 1px solid #000;
    border-radius: 2px;
}

.rotorCookie__group_name {
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}

.rotorCookie__cookies {
    display: none;
    margin-top: 5px;
}

.rotorCookie__cookie {
    margin-bottom: 5px;
    padding: 5px;
    border-top: 1px dashed;
}

.rotorCookie__cookies .rotorCookie__cookie:last-child {
    margin-bottom: 0;
}

.rotorCookie__cookie_datenschutz {
    margin: 10px 0;
}

.rotorCookie__cookie_row div {
    display: inline-block;
    width: calc(100% - 202px);
    vertical-align: top;
}

.head {
    width: 120px !important;
    font-weight: bold;
    /*text-transform: capitalize;*/
}

div#cookie_overview {
    text-align: left;
}

.rotorCookie__cookie,
.rotorCookie__cookie-groups {
    position: relative;
}

.onoffswitch {
    position: absolute;
    width: 35px;
    right: 10px;
    top: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.rotorCookie__cookie .onoffswitch {
    right: 0;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border-radius: 50px;
    box-shadow: 0 0 4px 0 black;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100% !important;
    transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 19px;
    padding: 0;
    line-height: 19px;
    font-size: 21px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "";
    padding-left: 14px;
    background: linear-gradient(to right, #0b5d00 0%, #34a21b 100%);
}

.notAll .onoffswitch-inner:before {
    background: linear-gradient(to right, #d88d04 0%, #ffb52e 100%) !important;
}

.onoffswitch-inner:after {
    content: "";
    padding-right: 14px;
    background-color: #D3D3D3;
    text-align: right;
}

.onoffswitch-switch {
    display: block;
    width: 10px;
    margin: 2.5px !important;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    border: 2px solid #FFFFFF;
    border-radius: 50px;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0 !important;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0;
    background-color: #fff;
}

.cookieSettings {
    cursor: pointer;
    background: linear-gradient(to right, #0b5d00 0%, #34a21b 100%);
    padding: 10px 15px;
    display: inline-block;
    color: #fff !important;
    border-radius: 5px;
    margin: 10px 10px 10px 0;
}

.rotorCookie__toggle_cookies {
    cursor: pointer;
    text-align: center;
    color: #fff;
    margin-right: 5px !important;
}

#rotorCookie__accept_all,
#rotorCookie__decline_all,
#rotorCookie__close {
    border: 1px solid white;
    -moz-box-shadow: inset 0 1px 0 0 #ffffff;
    background-color: #e8e8e8;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    height: 40px;
    text-shadow: none;
    line-height: 40px;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.28);
    background-image: url('/cms/images/dark_gr.jpg');
    background-size: contain;
    padding: 0 8px !important;
    margin: 20px 5px 10px 0;
}

.rotorCookie__cookie a {
    word-break: break-all;
}

.cms_widget {
    position: relative;
}

.cmsWidgetAsyncLoad {
    text-align: center;
}

#map {
    position: relative;
}

.cmsWidgetAsyncLoad.maps {
    background-image: url("/cms/images/maps_wrapper.jpg");
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-size: cover;
    display: flex;
    padding: 15px;
}

.cmsWidgetAsyncLoad.maps > span,
.cmsWidgetAsyncLoad.maps > span > p:not(.cookieSettings) {
    text-align: center !important;
    align-self: center;
    width: 100%;
    color: #000 !important;
}

#cookie_fly {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 1001;
    border-radius: 15px;
    background: #000;
    border: 2px solid #fff;
}

footer .cmsWidgetAsyncLoad .cookieSettings {
    display: none;
}

@media (max-width: 770px) {
    #rotorCookie__box {
        width: calc(100% - 40px);
        padding: 20px 10px;
    }
}

@media (max-width: 600px) {
    .rotorCookie__cookie_row div {
        width: calc(100% - 120px);
    }

    .rotorCookie__headline {
        font-weight: normal !important;
        font-size: 1.6em !important;
    }
}

@media (max-width: 500px) {
    .rotorCookie__cookie .onoffswitch {
        top: auto;
        position: relative;
        margin: 0 0 0 auto;
        right: -5px;
    }
}