.cc-window {
	opacity: 1;
	-webkit-transition: opacity 1s ease;
	transition: opacity 1s ease
}
.cc-window.cc-invisible {
	opacity: 0
}
.cc-animate.cc-revoke {
	-webkit-transition: transform 1s ease;
	-webkit-transition: -webkit-transform 1s ease;
	transition: -webkit-transform 1s ease;
	transition: transform 1s ease;
	transition: transform 1s ease, -webkit-transform 1s ease
}
.cc-animate.cc-revoke.cc-top {
	-webkit-transform: translateY(-2em);
	transform: translateY(-2em)
}
.cc-animate.cc-revoke.cc-bottom {
	-webkit-transform: translateY(2em);
	transform: translateY(2em)
}
.cc-animate.cc-revoke.cc-active.cc-top {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}
.cc-animate.cc-revoke.cc-active.cc-bottom {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}
.cc-revoke:hover {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}
.cc-grower {
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height 1s;
	transition: max-height 1s
}
.cc-revoke, .cc-window {
	position: fixed;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 1.5em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	z-index: 9999
}
.cc-window.cc-static {
	position: static
}

.cc-window.cc-floating {
	max-width: 800px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
    min-height: 0!important;
    max-height: 100vh!important; 
}

@media screen and (max-width: 840px) {
  .cc-window.cc-floating {
    width: calc(100% - 40px);
    margin: 0px 20px;
  }

}


.cc-window.cc-floating>div {
	padding: 2em;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
    min-height: 0!important;
    max-height: 100vh!important;
    overflow: auto;  
	border: 1px solid #d1d3d6;
}

.cc-window.cc-floating>div::-webkit-scrollbar {
  color: #fff;
  background: #fff;
  width: 1px;
}

.cc-window.cc-banner {
	padding: 1em 1.8em;
	width: 100%;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}
.cc-revoke {
	padding: .5em
}
.cc-revoke:hover {
	text-decoration: underline
}
.cc-header {
	font-size: 18px;
	font-weight: 700;
  text-align: left;
  display: block;
  margin-bottom: 15px;
}
.cc-btn, .cc-close, .cc-link, .cc-revoke {
	cursor: pointer
}
.cc-link {
	opacity: .8;
	display: inline-block;
	padding: .2em;
	text-decoration: underline
}
.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-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: 0;
}

@media screen and (max-width: 840px) {
.cc-left {
	left: 0
}
.cc-right {
	right: 0
}
#bbtCookieMaintextBanner {
    margin-top: 15px;    
}

}

.cc-bottom > div{
	margin-bottom: 1em;
  margin-top: 2em;
  background: #fff
}
.cc-floating>.cc-link {
	margin-bottom: 1em
}
.cc-floating .cc-message {
	display: block;
	margin-bottom: 20px;
  font-size: 12px;
  position: relative;
  max-height: 98px;
  overflow: hidden;

  position: relative;
}

.cc-message > p {
	text-overflow: ellipsis;
    max-height: 78px;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.cc-floating .cc-message.opened {
  max-height: none;
}

.cc-message.opened > p {
  overflow: visible;	
  max-height: none;
  -webkit-line-clamp: 20;
}

.cc-floating .cc-message .faded-overlay {
    height: 100%;
    width: 100%;
    display: none;
	background: -moz-linear-gradient(to bottom, transparent 25px,#fff);
	background: -webkit-gradient(to bottom, transparent 25px,#fff);
	background: -webkit-linear-gradient(to bottom, transparent 25px,#fff);
	background: -o-linear-gradient(to bottom, transparent 25px,#fff);
	background: -ms-linear-gradient(to bottom, transparent 25px,#fff);
	background: linear-gradient(to bottom, transparent 25px,#fff);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;  
}
.cc-window.cc-floating .cc-compliance {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto
}
.cc-window.cc-banner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.cc-banner.cc-top {
	left: 0;
	right: 0;
	top: 0
}
.cc-banner.cc-bottom {
	left: 0;
	right: 0;
	bottom: 0
}
.cc-banner .cc-message {
	display: block;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	max-width: 100%;
	margin-right: 1em
}
.cc-compliance {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: justify;
	align-content: space-between
}
.cc-floating .cc-compliance>.cc-btn {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	outline: none;
}
.cc-floating .cc-compliance>.cc-btn.cc-allow {
	background: #009fe3;
	border-color: #009fe3;
	color: #fff;
	outline: none;
}
.cc-floating .cc-compliance>.cc-btn.cc-showinfo, .cc-floating .cc-compliance>a.cc-btn.cc-showinfo:focus,
.cc-floating .cc-compliance>.cc-btn.cc-deny, .cc-floating .cc-compliance>a.cc-btn.cc-deny:focus {
	background: #fff;
	border-color: #fff;
	color: rgba(100, 99, 99, 0.75);
	text-decoration: underline;
	font-weight: normal;
	outline: none;
}

.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-floating, .cc-window.cc-left, .cc-window.cc-right {
	left: 0;
	right: 0
}
.cc-window.cc-banner {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.cc-window.cc-banner .cc-compliance {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}
.cc-window.cc-floating {
	max-width: none
}
.cc-window .cc-message {
	margin-bottom: 1em
}
.cc-window.cc-banner {
	-webkit-box-align: unset;
	-ms-flex-align: unset;
	align-items: unset
}
.cc-window.cc-banner .cc-message {
	margin-right: 0
}
}
.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;
	-webkit-box-flex: 0;
	-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;
	margin-bottom: 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-maindesc {

}

#bbtCookieBG {
  z-index: 9998;
  display: none;
  background: rgba(0,0,0,0.4);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
}

.cc-footer {
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  margin: 10px 0 -20px;
  display: block;
  
}

#togglebbtCookieMaintextBanner {
  text-align: center;
}

#togglebbtCookieMaintextBanner::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #d1d3d6;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-bottom: -15px;
}

#togglebbtCookieMaintextBanner span {
    color: #636363;
    text-decoration: underline;
    font-size: 14px;
    line-height: 1.5em;
}

#togglebbtCookieMaintextBanner span {
    padding: 0 25px 0 15px;
    background: #fff;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

#togglebbtCookieMaintextBanner span:after {
    font-family: "FontAwesome";
    content: '\f078';
    font-size: 10px;
    position: absolute;
    top: -1px;
    padding-left: 4px;
    background: #fff;
}

#togglebbtCookieMaintextBanner span.open:after {
    content: '\f077';
}

#bbtCookieMaintextBanner .toggle-container .toggle {
  position: relative;
  width: 100%;
  cursor: pointer;
}


#bbtCookieMaintextBanner .toggle-container > .toggle:after {
    font-family: "FontAwesome";
    content: '\f078';
    font-size: 10px;
    position: absolute;
    top: -1px;
    right:5px;
    padding-left: 4px;
    background: #fff;
}

#bbtCookieMaintextBanner .toggle-container > .toggle.open:after {
    content: '\f077';
}

#xtext {
  position: relative;
  padding-left:20px;
}

#hideCookieXContent {
  font-size: 24px;
  position: absolute;
  top: 5px;
  left: 10px;
  padding: 0px;
  background: none;
  cursor: pointer;
  display: none;
  text-align: center;
}

#hideCookieXContent span {
  font-size: 10px;     
  display: block;
}

cookie-privacy-setting-detail-toggle-list toggle-container toggle-list toggle-container toggle-content > p {
	text-align: justify;
	margin-bottom: 20px;
}
.cookie-container {
	margin: 0px 0px 20px 0px;
	padding: 15px;
	background: #f0f0f0;
	border: 1px solid darkgrey;
	line-height: 1.3em;
	font-size: 14px;
}
.cookie-container p {
	padding-bottom: 0px;
}
