#privacyButton {
    width: 30px;
    height: 30px;
    display: block;
    position: fixed;
    bottom: 5px;
    left: 5px;
    overflow: hidden;
    cursor: pointer;
    z-index: 10000000;
}

#privacyButton i {
    color: lightgrey;
    font-size: 24px;
}

#privacyButton i:hover {
    color: grey;
}

.privacyNotice button,
.privacyHelp button,
.privacyConfigContainerInner button {
    color: white;
    cursor: pointer;
    border: 0;
    margin: 0 10px;
    padding: 5px 20px;
    border-radius: 3px;
    font-size: 1em;
}

.privacyNotice button.red,
.privacyConfigContainerInner button.red {
    background: red;
}

.privacyNotice button.grey,
.privacyHelp button.grey,
.privacyConfigContainerInner button.grey {
    background: grey;
}

.privacyNotice button.green,
.privacyConfigContainerInner button.green {
    background: green;
}



.privacyConfigContainer, .privacyHelpContainer {
    display: none;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    pointer-events: auto;
    opacity: 1;
    position: fixed;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2147483647;
    transition: opacity 400ms ease-out 0s;
    overflow: auto;
}

.privacyConfigContainerInner, .privacyHelp {
    position: absolute;
    z-index: 999999;
    left: 50%;
    max-height: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 640px;
    max-height: 90%;
    display: flex;
    flex-flow: column nowrap;
    background: #fff;
    transition: all 1s cubic-bezier(0, 0, 0, 1) 0s;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
    font-size: 1.1em;
}

.privacyHelp {
    left: 50%;
    max-height: 100%;
    max-width: none;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-height: 90%;
}

.privacyConfigContainerInner .header,
.privacyHelp .header {
    padding: 30px 25px;
    background-color: #ddd;
    font-weight: bold;
}

.privacyConfigContainerInner .header .privacyClickNotice {
    font-weight: normal;
    font-size: 0.8em;
}

.privacyConfigContainerInner .body,
.privacyHelp .body {
    padding: 30px 25px;
    background-color: #efefef;
    flex: 1 1 auto;
}

.privacyConfigContainerInner .body .entry {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.privacyConfigContainerInner .body .entry .label {
    color: #000 !important;
}

.privacyConfigContainerInner .footer,
.privacyHelp .footer {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    padding: 30px 25px;
    background-color: #2e313d;
}

.privacyConfigContainerInner .msg {
    font-size: 0.6em;
    color: green;
    display: none;
}

.privacyConfigContainerInner .disable i {
    color: silver;
}

.privacyNotice {
    /*display: none;*/
    top: 0;
    left: 0;
    background: lightgrey;
    z-index: 1000000;
    padding: 10px 20px;
    color: white;
    border-bottom: 1px solid grey;
}

.privacyNotice h2,
.privacyNotice p,
.privacyNotice a {
    color: black !important;
}

.privacyNotice .privacyNoticeButtons {
    margin: 20px 0;
    display: flex;
    justify-content: center;
}

.privacyHelpContainer {
    /*display: block;*/
}

.privacyHelpContainer .privacyHelpTable {
    display: grid;
    grid-template-columns: 1fr 1.5fr 3fr 1fr;
    font-size: 0.7em;
}

.privacyHelpContainer .cookieTitle {
    font-weight: bold;
    border-bottom: 2px solid #666;
    padding: 0 10px 5px 0;
}

.privacyHelpContainer .cookieContent {
    border-bottom: 1px solid #666;
    padding: 0 10px 5px 0;
}

.privacyHelpContainer .cookieContent .cookieLinkToPolicy {
    font-weight: bold;
}

.privacyHelp .footer .privacyHelpFooterNotice {
    font-size: 0.8em;
    color: white;
}




/*Video*/
.videoPlayPrivateNoticeContainer {
    width: 560px;
    height: 315px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.videoPlayPrivateNotice {
    background-color: rgba(255,255,255,0.8);
    padding: 25px;
    height: 100%;
    font-size: 0.9em;
}

.videoPlayPrivateNotice a {
    color: black;
    font-weight: normal;
}

/*Sonstige eingebbetete Objekte*/
/*Video*/
.embedNoticeContainer {
    width: 100%;
    height: auto;
    border: 1px solid #ccc;
}

.embedNotice {
    background-color: #ededed;
    padding: 25px;
    font-size: 0.9em;
}

.embedNotice a {
    color: black;
    font-weight: normal;
}


.cookiesNoticeHead {
    font-weight: bold;
    margin-bottom: 5px;
}
.cookiesNoticeText {

}
.cookiesNoticeButtonContainer {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.cookiesNoticeButtonContainer button {
    padding: 3px 10px;
}

.videoThmbContainer,
#videoPlayContainer {
    display: none;
}

.videoPlayPrivateNoticeContainer {

}
