/**
 * Pixelmate CSS
 *
 */


/**
 * Cookie Consent CSS
 * 
 */


.cc-window {
    opacity: 1;
    transition: opacity 1s ease
}

.cc-window.cc-invisible {
    opacity: 0
}

.cc-animate.cc-revoke {
    transition: transform 1s ease
}

.cc-animate.cc-revoke.cc-top {
    transform: translateY(-2em)
}

.cc-animate.cc-revoke.cc-bottom {
    transform: translateY(2em)
}

.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
    transform: translateY(0)
}

.cc-grower {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s
}

.cc-link,
.cc-revoke:hover {
    text-decoration: underline
}

.cc-revoke,
.cc-window {
    position: fixed;
    overflow: hidden;
    box-sizing: border-box;
    font-family: Helvetica, Calibri, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 99999
}

.cc-window.cc-static {
    position: static;
    padding: 0px;
    z-index: 999999 !important;
}

.cc-window.cc-static .cc-message {
    z-index: 999999;
    background-color: white;
    padding: 1.2em;
}


.cc-window.cc-floating {
    padding: 2em;
    max-width: 26em;
    -ms-flex-direction: column;
    flex-direction: column
}

.cc-window.cc-banner {
    padding: 1em 1.8em;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row
}

.cc-revoke {
    padding: .5em
}

.cc-header {
    font-size: 18px;
    font-weight: 700
}

.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
    cursor: pointer
}

.cc-link {
    opacity: .8;
    display: inline-block;
    padding: .2em
}

.cc-link:hover {
    opacity: 1
}

.cc-link:active,
.cc-link:visited {
    color: initial
}

.cc-btn {
    display: block;
    padding: .4em .8em;
    font-size: .9em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap
}

.cc-banner .cc-btn:last-child {
    min-width: 140px
}

.cc-highlight .cc-btn:first-child {
    background-color: transparent;
    border-color: transparent
}

.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
    background-color: transparent;
    text-decoration: underline
}

.cc-close {
    display: block;
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 1.6em;
    opacity: .9;
    line-height: .75
}

.cc-close:focus,
.cc-close:hover {
    opacity: 1
}

.cc-revoke.cc-top {
    top: 0;
    left: 3em;
    border-bottom-left-radius: .5em;
    border-bottom-right-radius: .5em
}

.cc-revoke.cc-bottom {
    bottom: 0;
    left: 3em;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em
}

.cc-revoke.cc-left {
    left: 3em;
    right: unset
}

.cc-revoke.cc-right {
    right: 3em;
    left: unset
}

.cc-top {
    top: 1em
}

.cc-left {
    left: 1em
}

.cc-right {
    right: 1em
}

.cc-bottom {
    bottom: 1em
}

.cc-floating>.cc-link {
    margin-bottom: 1em
}

.cc-floating .cc-message {
    display: block;
    margin-bottom: 1em
}

.cc-window.cc-floating .cc-compliance {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.cc-window.cc-banner {
    -ms-flex-align: center;
    align-items: flex-end;
}

.cc-banner.cc-top {
    left: 0;
    right: 0;
    top: 0
}

.cc-banner.cc-bottom {
    left: 0;
    right: 0;
    bottom: 0
}

.cc-banner .cc-message {
    -ms-flex: 1;
    flex: 1
}

.cc-compliance {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between
}

.cc-compliance>.cc-btn {
    -ms-flex: 1;
    flex: 1
}

.cc-btn+.cc-btn {
    margin-left: .5em
}

@media print {
    .cc-revoke,
    .cc-window {
        display: none
    }
}

@media screen and (max-width:900px) {
    .cc-btn {
        white-space: normal
    }
}

@media screen and (max-width:414px) and (orientation:portrait),
screen and (max-width:736px) and (orientation:landscape) {
    .cc-window.cc-top {
        top: 0
    }
    .cc-window.cc-bottom {
        bottom: 0
    }
    .cc-window.cc-banner,
    .cc-window.cc-left,
    .cc-window.cc-right {
        left: 0;
        right: 0
    }
    .cc-window.cc-banner {
        -ms-flex-direction: column;
        flex-direction: column
    }
    .cc-window.cc-banner .cc-compliance {
        -ms-flex: 1;
        flex: 1
    }
    .cc-window.cc-floating {
        max-width: none
    }
    .cc-window .cc-message {
        margin-bottom: 1em
    }
    .cc-window.cc-banner {
        -ms-flex-align: unset;
        align-items: unset
    }
}

.cc-floating.cc-theme-classic {
    padding: 1.2em;
    border-radius: 5px
}

.cc-floating.cc-theme-block {
    padding: 1.1em;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
    text-align: center;
    display: inline;
    -ms-flex: none;
    flex: none
}

.cc-theme-classic .cc-btn {
    border-radius: 5px
}

.cc-theme-classic .cc-btn:last-child {
    min-width: 140px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
    display: inline-block
}

.cc-theme-edgeless.cc-window {
    padding: 0
}

.cc-floating.cc-theme-edgeless .cc-message {
    margin: 2em 2em 1.5em
}

.cc-banner.cc-theme-edgeless .cc-btn {
    margin: 0;
    padding: .8em 1.8em;
    height: 100%
}

.cc-banner.cc-theme-edgeless .cc-message {
    margin-left: 1em
}

.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn {
    margin-left: 0
}


/* Pixelmate */


.center {
    text-align: center;
}

.cc-window img {
    max-height: 75px;
    width: auto;
}

.cc-revoke,
.cc-window {
    z-index: 999999 !important;
}

.cc-revoke {
    display: block !important;
    padding: 1px 3px !important;
    font-size: 12px;
    opacity: 0.7;
    left: 0px;
    border-radius: 1px !important;
    -webkit-transition: all 0.5s;
    /* Safari */
    transition: all 0.5s;
}

.cc-revoke-hide {
    display: none !important;
}

.cc-revoke:hover {
    padding: 6px !important;
}

.cc-floating.cc-theme-classic, .cc-floating.cc-theme-block {
    -webkit-transition: all 0.5s;
    /* Safari */
    transition: all 0.5s;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

.cc-floating.cc-theme-classic:hover, .cc-floating.cc-theme-block:hover {
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.5);
}

.cc-banner {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    z-index: 9999999 !important;
    -webkit-transition: all 0.5s;
    /* Safari */
    transition: all 0.5s;
}

.cc-banner:hover {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
}

#youtube_message {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: white;
    padding: 24px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    z-index: 9999999 !important;
    -webkit-transition: all 0.5s;
    /* Safari */
    transition: all 0.5s;
    display: none;
}

#youtube_message:hover {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}

.coo_btn_green,
#allow_youtube {
    text-align: right;
    background-color: green;
    color: white;
    padding: 12px 24px;
    margin-right: 12px;
    border-radius: 2px;
}

.coo_btn_green:hover,
#allow_youtube:hover {
    opacity: 0.8;
}

.coo_btn_red,
#dismiss_youtube {
    padding: 12px 24px;
    background-color: red;
    color: white;
    margin-right: 12px;
}

.coo_btn_grey {
    padding: 12px 24px;
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
    margin-right: 12px;
}

#coo_layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.7);
    z-index: 9999998 !important;
    display: none;
}

.cc-affiliate, .cc-affiliate a {
    font-size: 12px;
    line-height: 1em;
    margin: 12px 0px 0px 0px;
    text-align: right;
}

.cc-bottom {
    flex-wrap: wrap;
}

.cc-bottom .cc-affiliate {
    width: 100%;
}

/* Pixelmate Forms */

.pixelmate-youtube-consent-wrapper {
    width: 100%; 
    max-width: 600px; 
    padding: 36px 24px; 
    background-image: linear-gradient( rgba(0,0,0,0.8), black);
    border-radius: 4px;
    color: white;
    text-align: left;
    box-shadow: 3px 3px 10px rgba(0,0,0,0.6);
}

.pixelmate-youtube-consent {
    display: flex;
    align-items: center;
}

.pixelmate-youtube-consent .flex-left {
    margin-right: 24px;
    vertical-align: middle;
}

.pixelmate-youtube-consent .frown {
    font-size: 48px;
    margin-bottom: 24px;
    color: #ff0000;
    text-align: center;
}

.pixelmate-youtube-consent .fa-vimeo {
    color: #1ab7ea;
}

.pixelmate-youtube-consent .fa-twitter  {
    color: #00aced;
}

.pixelmate-youtube-consent .fa-map-marker {
    color: #3cba54;
    margin: 24px;
}

.pixelmate-youtube-consent h3, .pixelmate-youtube-consent p {
    color: rgba(255,255,255,0.87);
}

.pixelmate-youtube-consent h3{
    font-size: 26px !important;
}

.pixelmate-youtube-consent a {
    color: #F50057 !important;
}

.pixelmate-youtube-consent a:hover {
    color: #FF80AB !important;
}

.pixelmate-youtube-button-wrapper {
    text-align: right;
}

.pixelmate-youtube-consent-wrapper button {
    background: rgba(0,0,0,0) !important;
    border: 2px solid white !important;
    padding: 12px 24px;
    border-radius: 50px !important;
    font-size: 14px !important;
    transition: all 0.5s;
    color: white !important;
}

.pixelmate-youtube-consent-wrapper button:hover {
    color: rgba(0,0,0,0.87) !important;
    cursor: pointer;
    background: white !important;
}

.pixelmate-youtube-consent-wrapper .pixelmate-youtube-dse {
    border: none !important;
    margin-right: 24px;
    display: inline-block !important;
    padding: 12px 24px;
    color: white !important;
    -webkit-text-fill-color: white;
    transition: all 0.5s;
}

.pixelmate-youtube-consent-wrapper .pixelmate-youtube-dse:hover {
    border: none;
    border-radius: 50px;
    background: rgba(255,255,255,1) !important;
    color: rgba(0,0,0,0.6) !important;
    -webkit-text-fill-color: black;
}

.pixelmate_dse_eintrag td {
    padding: 6px;
}

/* Pixelmate Forms */

.pixelmate-form {
    position: absolute;
    text-align: justify !important;
    padding: 16px 24px 12px 12px;
    font-size: 15px !important;
    line-height: 18px !important;
    color: rgba(0,0,0,0.87);
    border-left: 5px solid #D50000;
    box-shadow: 3px 3px 10px rgba(0,0,0,0.4);
    transition: all 0.8s;
    margin: 24px 12px 24px 12px;
    background-color: #fff;
    z-index: 9999;
    max-width: 600px;
    border-radius: 4px;
}

.pixelmate-form-clean {
    text-align: justify !important;
    padding: 0px 0px;
    font-size: 15px !important;
    line-height: 18px !important;
    color: rgba(0,0,0,0.87);
    margin: 0;
}

.coo-relative {
    position: static !important;
}

.pixelmate-form:hover {
    box-shadow: 8px 8px 20px rgba(0,0,0,0.3);
}

.pixelmate-form strong, .pixelmate-form-clean strong {
    font-size: 17px;
}

.pixelmate-form p, .pixelmate-form-clean p {
    font-size: 15px;
    line-height: 17px;
    margin: 12px 0;
}

.pixelmate-form .coo-wrapper, .pixelmate-form-clean .coo-wrapper {
    margin-top: 0px;
    margin-bottom: 12px;
}

.pixelmate-form input[type="checkbox"], .pixelmate-form-clean input[type="checkbox"] {
    width: auto;
    margin-left: 24px;
    margin-right: 24px;
}

.pixelmate-form .coo-check, .pixelmate-form-clean .coo-check {
    text-align: right !important;
}

/* Switch button */

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */

.onoffswitch {
    position: relative; width: 56px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
    vertical-align: middle;
    display: inline-block;
    margin-left: 12px;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    height: 28px; padding: 0; line-height: 28px;
    border: 2px solid #D50000; border-radius: 28px;
    background-color: #D50000;
    transition: background-color 0.3s ease-in;
}
.onoffswitch-label:before {
    content: "";
    display: block; width: 28px; margin: 0px;
    background: rgba(255,255,255,0.5);
    position: absolute; top: 0; bottom: 0;
    right: 28px;
    border: 2px solid rgba(255,255,255,0); border-radius: 28px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label {
    background-color: #64DD17;
}
.onoffswitch-checkbox:checked + .onoffswitch-label, .onoffswitch-checkbox:checked + .onoffswitch-label:before {
   border-color: rgba(255,255,255,0);
}
.onoffswitch-checkbox:checked + .onoffswitch-label:before {
    right: 0px; 
}
.pixelmate-form .coo-wrapper {
    display: block;
    margin-bottom: 12px;
}

.cc-fullscreen {
    top: 50%;
    left: 50%;
    max-width: 500px !important;
    width: 500px;
    min-height: 400px;
    transform: translate(-50%, -50%);
    padding: 48px !important;
}

.cc-fullscreen .cc-compliance {
    margin: auto;
}
