body{
  position: relative;
}
footer .bg-dark-grey{
  min-height:55px;
} 
.cc-window {
/*
  opacity: 1;
  transition: opacity 1s ease;
  background: rgba(0, 0, 0, 0.8) !important;
*/
}
.cc-window.cc-invisible {
  opacity: 0;
  display: none;
}
.cc-animate.cc-revoke {
   transition: transform 1s ease; 
}
.cc-animate.cc-revoke.cc-top {
  transform: translateY(0px);
}
.cc-animate.cc-revoke.cc-bottom {
  transform: translateY(0px);
  background-color: #8c8c8c;
}
.cc-animate.cc-revoke.cc-active.cc-bottom, .cc-animate.cc-revoke.cc-active.cc-top, .cc-revoke:hover {
  /*transform: translateY(0px);
  font-size: 14px;
  margin-bottom: 2px;   
  background-color: #e2001a;*/
}
.cc-grower {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s;
}
.cc-link, .cc-revoke:hover {
  text-decoration: underline;
}
.cc-revoke {
  /*  top: 97vh;
    width: 160px;  */
  position: sticky;
  overflow: hidden;
  box-sizing: border-box;
  font-family: 'Roboto','Open Sans','Helvetica','Arial',sans-serif;
  font-size: 13px;
  line-height: 1.5em;
  display: -webkit-inline-box;
  display: inline;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999;
}

#btnRevoke.cc-right, #btnRevoke.cc-full-width {
    position: absolute;
    display: block;
    bottom: 4px;
    right: 5px;
    height: 22px;
    left: unset;
    background-color: #dadada8c;
    border-radius: 4px 4px 4px 4px;
    font-size: 11px;
    color: #000;
}

#btnRevoke.cc-left {
    position: absolute;
    display: block;
    bottom: 4px;
    right: unset;
    height: 22px;
    left: 5px;
    background-color: #dadada8c;
    border-radius: 4px 4px 4px 4px;
    font-size: 11px;
    color: #000;
}

#btnRevoke:hover {
    font-size: 12px;
    transform: translateY(0px);
    margin-bottom: 0px;
    height: auto;
    padding-bottom: 2px;   
}

.cc-window {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.5em;

	display: grid;          
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999;
}
.cc-window.cc-static {
  position: static;
}
.cc-window.cc-floating {
  /*  padding: 2em;
  max-width: 24em;  */
  -ms-flex-direction: column;
  flex-direction: column;
  width: 35%;  
}
.cc-window.cc-banner {
  /*  padding: 1em 1.8em; */
  width: 45%;
  -ms-flex-direction: row;
  flex-direction: row;
}
.cc-revoke {
  padding: .4em;
}
.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: 1.1em;
  font-weight: 300;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
  background-color: rgb(0, 119, 0);
} 
#btnCcAllow{
  background-color: rgb(0, 119, 0);
}
#btnCcAllow:hover {
  background-color: #5cbd4b;
  text-decoration: underline;
  padding: .4em .8em;
}
.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: 0px;
  left: 99vh; 
  right: 1vh;
  /* 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: 0; 
}
/*
.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: center;
}
*/

.cc-banner.cc-top {
  left: 65%;
  right: 0;
  top: 0;
}
.cc-banner.cc-bottom.cc-right  {
  left: auto;
  right: 20px;
  bottom: 20px;
  background: rgba(0,0,0,0.7);
}
.cc-banner.cc-bottom.cc-left  {
  left: 20px;
  right: auto;
  bottom: 20px;
  background: rgba(0,0,0,0.7);
}
.cc-banner.cc-bottom.cc-full-width  {
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: auto;
  background: rgba(0,0,0,0.7);
} 
.cc-floating.cc-bottom  {
  left: 64%;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.7);
}
.cc-banner .cc-message {
    width: 100%;
    font-size: 13px;
    margin-right: 25px; 
}


#btnCcDismiss{
  font-size: 13px;
  padding: 0px;
  font-weight: 300;
  margin-right: 0px;
  display: contents;
  background-color: unset;
  text-decoration: underline;
  display: inline-block;
  opacity: .8;
  
}
#btnCcDismiss:hover{
  padding: 0px;
  font-weight: 300; 
  text-decoration: unset; 
  text-decoration: underline;
  opacity: 1;
} 
.cc-compliance {
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between; 
  text-align: center;
}
.cc-compliance>.cc-btn {
/*  -ms-flex: 1;
  flex: 1; */
}
.cc-btn+.cc-btn {
  margin-left: .5em;
}

.cc-hidden{
   display: none;
}

@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-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;
}

.cc-compliance {
        margin-top: 20px;
        margin-bottom: 10px;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
        display: block;
      } 
      
.cc-compliance a {
    display: inline;
}       

/*
#cookie-dialog::before {
    content: url(/fileadmin/template/tc_partner_4/images/logo.png);
    height: auto;
    position: fixed;
    z-index: -1;
    left: 10px;
    bottom: 76px;
}
*/

#cookie-image {
    height: 46px;
    margin-left: 5%;
    width: 90%;
}

#cookie-image img {
    float: left;
    position: relative;
}

#cookie-image p {
    margin-top: 27px;
    margin-left: 50px;
    padding-left: 35px;
    padding-top: 0px;
    height: 22px;
    width: 215px;
    /*  background-color: #d6d8da;  */
    background-color: #85bfef;  
    font-weight: 700;
    font-size: 16px;
    
}

#cookie-content {
    opacity: 1;
    transition: opacity 1s ease;
    /*  background-color: rgba(0, 0, 0, 0.8) !important;  */
    background-color: rgba(0, 0, 0, 0.82) !important;
    padding: 15px;
}


@media (max-width: 767px) {
      footer .bg-dark-grey{
        min-height:65px;
      }
      .cc-banner .cc-message {
        width: 100%;
      }                           
      .cc-window.cc-banner {
        flex-direction: column;
        -ms-flex-direction: column;
      }
      #btnCcDismiss{
        /*  margin-right: 50px; */
      }
}


@media (max-width: 460px) {
      footer .bg-dark-grey{
        min-height:100px;
      }
      #btnCcDismiss {
          margin-right: 0px;
      }   
      .cc-theme-classic .cc-btn:last-child {
          min-width: 100px;
      }              
} 

@media (max-width: 1200px) {
    .cc-window.cc-floating {
      width: 44%;  
    }
    .cc-window.cc-banner {
      width: 50%;
    }
    .cc-banner.cc-top {
      left: 44%;
    }
     
    .cc-floating.cc-bottom  {
      left: 55%;
    }       
    
}


@media (max-width: 1024px) {
    .cc-window.cc-floating {
      width: 100%;  
    }
    .cc-window.cc-banner {
      width: 100%;
    }
    .cc-banner.cc-top {
      left: 0%;
    }
    .cc-banner.cc-bottom.cc-left  {
      left: 0%;
    } 
    .cc-banner.cc-bottom.cc-right  {
      right: 0%;
    }     
    .cc-floating.cc-bottom  {
      left: 0%;
    }  
}

@media (min-width: 1600px) {
  .cc-window.cc-banner {
    width: 35%;
  }
}

/* IFrames */
    .pp-cookie-optin-iframe-consent .iframe-host-header {
        text-align: center;
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
        margin-top: -18px;
        margin-bottom: 18px;
        font-size: 20px;
        color: #565656;
    }
    .pp-cookie-optin-iframe-consent{
        background-color: #D6D6D6;
        display: flex;
        justify-content: center;
        flex-direction: column;
        position: relative;
    }
    .pp-cookie-optin-iframe-consent > button{
        text-align: center;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin: 0 auto;
        padding: 10px 20px;
        color: #FFFFFF;
        font-size: 16px;
        cursor: pointer;
        border: none;
        border-radius: 1px;
        background-color: #378828; 
    }     
    .pp-cookie-optin-iframe-consent > button:hover{
        background-color: #5cbd4b;
    }
    .pp-cookie-optin-iframe-consent > a.accept-hosts {
        margin-top: 20px;
        width: 100%;
        text-align: center;
        cursor: pointer;
        color: #383838;
        font-size: 14px;
        text-decoration: underline;        
    }
    #content .pp-cookie-optin-iframe-consent a:hover, .pp-cookie-optin-iframe-consent > a.accept-hosts:hover {
        text-decoration: underline !important;
    }
    .pp-cookie-optin-iframe-consent > a::before {
        visibility: unset !important;
        content: none !important;
        height: 0px !important;
        bottom: 0px !important;
    }    
    .pp-cookie-optin-iframe-consent > div.settings-notice {
        position: absolute;
        bottom: 10px;
        width: 100%;
        text-align: center;
        font-size: 12px;
    }