/* @override http://p702296.webspaceconfig.de/fileadmin/templates/ext/dp_cookieconsent/Resources/Public/css/dp_cookieconsent.css?* */

.cc-window {
font-size:14px;
line-height:1.5em;
position:fixed;
z-index:9999;
display:flex;
overflow:hidden;
flex-wrap:nowrap;
box-sizing:border-box;
transition:opacity 1s ease;
opacity:1;
border: 1px solid var(--color-p);
}

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

.cc-window.cc-static {
position:static;
}

.cc-compliance {
display:flex;
align-content:space-between;
align-items:center;
background-color: var(--color-white);
}

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

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

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

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

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

.cc-btn {
font-size:14px;
font-weight:700;
display:block;
text-align:center;
white-space:nowrap;
border-style:solid;
border-width:0px;
margin: 0 20px 10px;
}

a.cc-btn.cc-dismiss {
border: 1px dotted var(--color-blue);
padding: 8px 5px 5px;
}

a.cc-btn.cc-dismiss:hover {
background: none;
border: 1px solid var(--color-blue);
}

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

.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 {
text-decoration:underline;
background-color:transparent;
}

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

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

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

.cc-top {
top:1em;
}

.cc-left {
left:1em;
}

.cc-right {
right: 20px;
}

.cc-bottom {
bottom: 20px;
}

.cc-banner {
padding:1em;
}

.cc-banner .cc-message {
display:block;
flex:1 1 auto;
max-width:100%;
margin-right:1em;
}

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

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

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

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

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

.cc-floating .cc-message {
display:block;
padding-bottom:1.5em;
}

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

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

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

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

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

.cc-floating.cc-theme-edgeless {
padding:0;
}

.cc-floating.cc-theme-edgeless .cc-message {
padding: 20px;

background-color: var(--color-white);

}

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

.cc-revoke {
line-height:1.5em;
position:fixed;
z-index:9999;
display:flex;
overflow:hidden;
flex-wrap:nowrap;
box-sizing:border-box;
cursor:pointer;
padding:.5em;
}

.cc-revoke:hover {
text-decoration:underline;
}

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

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

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

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

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

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

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

.dp--cookie-check {
display:flex;
align-items:center;
justify-content:space-between;
margin-top:.5rem;
border:1px solid rgba(255,255,255,0.5);
border-radius:5px;
}

.dp--cookie-check label {
display:block;
overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;
margin:0;
padding:0px;
width: 50%;
}

.dp--cookie-check label:first-child {
padding-left:0px;
}

.dp--cookie-check label:last-child {
padding-right:10px;
display: none;
}

.dp--iframe.dp--loaded {
display:block;
}

.dp--overlay {
display:flex;
justify-content:center;
align-items:center;
text-align:center;
padding:2.5rem 1.5rem;
}

.db--overlay-submit {
border:2px solid transparent;
display:inline-block;
font-weight:700;
text-align:center;
padding:.4em .8em;
}

.cc-revoke.dp--revoke {
line-height:1;
display:flex;
align-items:center;
justify-content:center;
min-width:40px;
height:40px;
transition:all .3s ease-in-out;
transform:none!important;
text-decoration:none!important;
border-radius:20px!important;
margin:5px;
}

.cc-revoke.dp--revoke i {
font-size:14px;
pointer-events:none;
}

.cc-revoke.dp--revoke.cc-top,.cc-revoke.dp--revoke.cc-bottom {
left:0;
}

.cc-revoke.dp--revoke.cc-right {
right:0;
left:auto;
}

.cc-revoke.dp--revoke .dp--hover {
pointer-events:none;
display:none;
}

.cc-revoke.dp--revoke:hover {
opacity:.7;
}

.dp--sr-only {
position:absolute;
width:1px;
height:1px;
overflow:hidden;
clip:rect(0,0,0,0);
white-space:nowrap;
border:0;
margin:-1px;
padding:0;
}

@font-face {
font-family:dp-icomoon;
src:url(../fonts/icomoon.eot?f870c2c5f3295e7ca61cc6d2a126d459#iefix) format(embedded-opentype),url(../fonts/icomoon.ttf?680ba2f9dbb4a562d6925301b53d7e3f) format(truetype),url(../fonts/icomoon.woff?266bdcdc3bdf196f83ba46fe87ab27ac) format(woff),url(../fonts/icomoon.svg?47dcde5d00856de36ef15ca662e0e099#icomoon) format(svg);
font-weight:400;
font-style:normal;
font-display:block;
}

[class^="dp--icon-"],[class*=" dp--icon-"] {
font-family:dp-icomoon!important;
font-weight:400;
font-style:normal;
font-variant:normal;
line-height:1;
text-transform:none;
speak:none;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
}

.dp--icon-fingerprint:before {
content:"\e900";
}

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

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

.cc-floating.cc-theme-classic.cc-type-info .cc-btn,.cc-revoke.dp--revoke:hover .dp--hover {
display:inline-block;
}

.dp--iframe,.dp--iframe.dp--loaded+.dp--overlay {
display:none;
}

.dp--overlay-description,.dp--overlay-button {
margin-top:.8rem;
}

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



@media screen and (max-width: 420px) {
.cc-right {
right: 0px;
}

.cc-bottom {
bottom: 0px;
}

.cc-floating.cc-window {
max-width:100%;
}

}