/* @override 
	https://lichtsteinerfoundation.org/wp-content/themes/bb-theme-child/style.css?* */

/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 




/* @group Font Import
------------------------------------------------------------- */

@font-face{
    font-family:"LFGothic";
    src:url("Fonts/LFGothic.eot?#iefix");
    src:url("Fonts/LFGothic.eot?#iefix") format("eot"),url("Fonts/LFGothic.woff2") format("woff2"),url("Fonts/LFGothic.woff") format("woff"),url("Fonts/LFGothic.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

/* montserrat-300 - latin */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url('Fonts/montserrat-v26-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-600 - latin */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('Fonts/montserrat-v26-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* @end */




/* @group Font Reset
------------------------------------------------------------- */

html {
	-webkit-font-smoothing: antialiased!important;
	-moz-osx-font-smoothing: grayscale!important;
	text-rendering: optimizeLegibility!important;
	font-size: 16px!important;
}
	@media all and (min-width: 1401px) and (max-width: 1800px) {
		html { font-size: 14px!important;	}
	}
	@media all and (min-width: 901px) and (max-width: 1400px) {
		html { font-size: 12px!important;	}
	}
	@media all and (min-width: 351px) and (max-width: 900px) {
		html { font-size: 12px!important; }
	}
	@media all and (min-width: 0px) and (max-width: 350px) {
		html { font-size: 10px!important; }
	}

/* @end */




/* @group Basic Font Styling
------------------------------------------------------------- */
	
p, .paragraph,
h1, .heading1,
h2, .heading2,
h3, .heading3,
h4, .heading4,
ul,
ul *,

/* Main Menu */
#menu-main li a,
/* buttons */
.fl-button-text {
	font-family: "Montserrat", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
	text-transform: none;
	letter-spacing: 0.00em;
	word-spacing: -0.05em;
}

small, .small {
	font-size: 90%;
}

/* @end */




/* @group Paragraph Font Formats
------------------------------------------------------------- */

p, .paragraph, 
.fl-rich-text ul, .fl-rich-text ul *{
	font-size: 1.4rem;
	line-height: 1.35;
}

h4, .heading4 {
	font-size: 1.8rem;
	line-height: 1.35;
}
	
/* @end */




/* @group Heading Font Formats
------------------------------------------------------------- */

h1, .heading1 {
	font-family: "LFGothic", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 5.5rem;
	line-height: 1.0;
	letter-spacing: 0;
}
	@media all and (min-width: 601px) and (max-width: 900px) {
		h1, .heading1 {	font-size: 5.0rem; } /* IE 11 Fallback */
	}
	@media all and (min-width: 0px) and (max-width: 600px) {
		h1, .heading1 {	font-size: 4.0rem; } /* IE 11 Fallback */
	}	
	@media all and (min-width: 0px) and (max-width: 900px) {
		h1, .heading1 {	font-size: calc(2.5rem + 2.75vw); }
	}

h2, .heading2 {
	font-family: "LFGothic", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 5.5rem;
	line-height: 1.0;
	letter-spacing: 0;
}
	@media all and (min-width: 601px) and (max-width: 900px) {
		h2, .heading2 {	font-size: 5.0rem; } /* IE 11 Fallback */
	}
	@media all and (min-width: 0px) and (max-width: 600px) {
		h2, .heading2 {	font-size: 4.0rem; } /* IE 11 Fallback */
	}	
	@media all and (min-width: 0px) and (max-width: 900px) {
		h2, .heading2 {	font-size: calc(2.5rem + 2.75vw); }
	}

h3, .heading3 {
	font-size: 2.4rem;
	line-height: 1.15;
}
	@media all and (min-width: 0px) and (max-width: 900px) {
		h3, .heading3  { font-size: 2.0rem; } /* IE 11 Fallback */
	}
	@media all and (min-width: 0px) and (max-width: 900px) {
		h3, .heading3  { font-size: calc(1.75rem + 0.5vw); }
	}

p.lead {
	font-size: 2.4rem;
	line-height: 1.15;
	margin-bottom: 0;
}
	@media all and (min-width: 0px) and (max-width: 900px) {
		p.lead  { font-size: 2.0rem; } /* IE 11 Fallback */
	}
	@media all and (min-width: 0px) and (max-width: 900px) {
		p.lead  { font-size: calc(1.75rem + 0.5vw); }
	}

/* @end */




/* @group Format Combinations
------------------------------------------------------------- */
	
h3 + p {
	margin-top: 0;
}

h4 + p {
	margin-top: 0;
}

strong {
	font-weight: 600!important;
	font-family:"Montserrat"!important;
}
	
/* @end */




/* @group Helper Classes
------------------------------------------------------------- */
	
.paragraph {
	display: block;
}
	
.heading1,
.heading2,
.heading3 {
	display: block;
}
	
/* @end */




/* @group Text Selection Color
------------------------------------------------------------- */

::selection {
	background: rgba(0, 0, 0, 0.1)!important;
	color: inherit!important;
}

::-moz-selection {
	background: rgba(0, 0, 0, 0.1)!important;
	color: inherit!important;
}
	
/* @end */




/* @group Links
------------------------------------------------------------- */

.fl-rich-text a,
.fl-html a,
.fl-rich-text a:visited
.fl-html a:visited,

#menu-main li a,
#menu-main li a:visited,

.taptap-by-bonfire ul li a,
.taptap-by-bonfire ul li a:visited {
	color: inherit;
	cursor: pointer;
	text-decoration: none;
}

.fl-page-content .fl-rich-text a,
.fl-page-content .fl-html a,
.fl-page-content .fl-rich-text a:visited
.fl-page-content .fl-html a:visited {
	background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.25)),to(rgba(0, 0, 0, 0.25)));
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.25) 0%,rgba(0, 0, 0, 0.25) 100%);
	background: -o-linear-gradient(left, rgba(0, 0, 0, 0.25) 0%,rgba(0, 0, 0, 0.25) 100%);
	background: linear-gradient(to right, rgba(0, 0, 0, 0.25) 0%,rgba(0, 0, 0, 0.25) 100%);
	background-repeat: no-repeat;
	background-size: 100% 1px;
	background-position: 0 100%;
}

.fl-rich-text a:not(.logo):hover,
.fl-html a:not(.logo):hover,
.fl-rich-text a:not(.logo):active
.fl-html a:not(.logo):active,

#menu-main li:not(#menu-item-464) a:hover,
#menu-main li:not(#menu-item-464) a:active,
#menu-main li.current-menu-item:not(#menu-item-464) a,

.taptap-by-bonfire ul li a:hover,
.taptap-by-bonfire ul li a:active,
.taptap-by-bonfire ul li.current-menu-item a  {
	background: -webkit-gradient(linear, left top, right top, from(#000000),to(#000000));
	background: -webkit-linear-gradient(left, #000000 0%,#000000 100%);
	background: -o-linear-gradient(left, #000000 0%,#000000 100%);
	background: linear-gradient(to right, #000000 0%,#000000 100%);
	background-repeat: no-repeat;
	background-size: 100% 1px;
	background-position: 0 100%;
}

/* @end */




/* @group Lists
------------------------------------------------------------- */

.fl-rich-text ul {
	list-style-type: none;
	padding: 0;
	position: relative;
}

.fl-rich-text ul li {
	padding-left: 1.5rem;
	position: relative;
}

.fl-rich-text ul li::before {
	content: "";
	width: .5rem;
	height: .5rem;
	border-radius: 50%;
	position: absolute;
	left: 0px;
	top: 0.75rem;
	background-color: #000000;
}

.fl-rich-text ul li ul {
	margin-left: 2.0rem;
}
	
/* @end */




/* @group Marging
------------------------------------------------------------- */

p, .paragraph,
h1, .heading1,
h2, .heading2,
h3, .heading3,
h4, .heading4,
ul {
	margin: 2.0rem 0px 0px 0px;
}

ul ul {
	margin-top: 0;
}

.lf-large-internal-padding p,
.lf-large-internal-padding ul {
	margin: 3rem 0px 0px 0px;
}
	
/* @end */




/* @group Module Wrapper
------------------------------------------------------------- */

.fl-module-content {
	margin: 1.0rem;
}

.fl-module-content .fl-rich-text > *:first-child,
.fl-module-content .fl-html > *:first-child {
	margin-top: 0px;
}

@media (max-width: 900px) {
	.fl-col-small {
	    max-width: 100%;
	}
}

/* @end */




/* @group Row Content Wrap
------------------------------------------------------------- */

.fl-row-content-wrap {
	padding: 6.0rem 1.5rem;
}
.fl-row-fixed-width {
	max-width: 1200px;
}
	@media all and (min-width: 1401px) and (max-width: 1800px) {
		.fl-row-content-wrap { padding: 6.0rem 1.5rem; }
		.fl-row-fixed-width { max-width: 1100px; }
	}
	@media all and (min-width: 901px) and (max-width: 1400px) {
		.fl-row-content-wrap { padding: 6.0rem 1.5rem; }
		.fl-row-fixed-width { max-width: 1000px; }
	}
	@media all and (min-width: 601px) and (max-width: 900px) {
		.fl-row-content-wrap { padding: 4.0rem 1.5rem; }
		.fl-row-fixed-width { max-width: 100%; }
	}
	@media all and (min-width: 0px) and (max-width: 600px) {
		.fl-row-content-wrap { padding: 3.0rem 1.5rem; }
		.fl-row-fixed-width { max-width: 100%; }
	}

/* @end */




/* @group Row Content Wrap Header
------------------------------------------------------------- */

#custom-header .fl-row-content-wrap{
	padding-top: 1.0rem;
	padding-bottom: 1.0rem;
}

/* @end */




/* @group Row Content Wrap Thin Section
------------------------------------------------------------- */

.thin-section .fl-row-content-wrap .fl-row-content {
	padding-right: 25%;
}

/* @end */




/* @group Row Content Wrap Colored Section
------------------------------------------------------------- */

.colored-section .fl-row-content-wrap{
	overflow: hidden;
}

/* @end */




/* @group Flexbox Classes
------------------------------------------------------------- */

@media all and (min-width: 901px) {
	
	.custom-flex-static{
		width: auto!important;
		-webkit-box-flex: 0 0 auto!important;
		-moz-box-flex: 0 0 auto!important;
		-webkit-flex: 0 0 auto!important;
		-ms-flex: 0 0 auto!important;
		flex: 0 0 auto!important;
	}
	
	.custom-flex-fluid{
		width: auto!important;
		-webkit-box-flex: 1 1 auto!important;
		-moz-box-flex: 1 1 auto!important;
		-webkit-flex: 1 1 auto!important;
		-ms-flex: 1 1 auto!important;
		flex: 1 1 auto!important;
	}
	
}

/* @end */




/* @group Buttons
------------------------------------------------------------- */

.fl-page .fl-module-button .fl-button {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	padding: 1.5rem 2rem;
}

/* @end */




/* @group Logo
------------------------------------------------------------- */

#lichtsteiner-foundation-logo svg{
	width: 17.5rem;
	height: auto;
	text-align: left;
}

/* @end */




/* @group Menu
------------------------------------------------------------- */

#menu-main li {
	font-size: 1.2rem;
	padding: 0.7rem;
}

#menu-main li:first-child {
	padding-left: 0;
}

#menu-main li:last-child {
	padding-right: 0;
}

#menu-main li a {
	padding: 0;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	text-transform: uppercase;
}

#menu-main li#menu-item-464 {
	background-color: #000000;
	color: #ffffff;
	margin-left: 0.7rem;
	padding-right: 0.7rem;
}

/* @end */




/* @group Header
------------------------------------------------------------- */

.fl-theme-builder-header-sticky {
	-webkit-transition: -webkit-box-shadow 0.3s ease-out;
	transition: -webkit-box-shadow 0.3s ease-out;
	-o-transition: box-shadow 0.3s ease-out;
	transition: box-shadow 0.3s ease-out;
	transition: box-shadow 0.3s ease-out, -webkit-box-shadow 0.3s ease-out;
}

.fl-theme-builder-header-sticky.fl-theme-builder-header-scrolled {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}

/* @end */




/* @group Mobile Menu General
------------------------------------------------------------- */

@media all and (min-width: 901px) {
	.taptap-menu-button-wrapper,
	.taptap-search-button-wrapper,
	.taptap-search-wrapper,
	.taptap-search-background,
	.taptap-search-overlay,
	.taptap-logo-wrapper,
	.taptap-header,
	.taptap-background-color,
	.taptap-background-overlay,
	.taptap-main-wrapper {
	 	display: none!important;
	}
}

@media all and (min-width: 0px) and (max-width: 900px) {
	.taptap-main-wrapper {
		height: auto!important;
		background-color: #ffffff;
		opacity: 1!important;
	}	
	.taptap-background-color {
		height: auto!important;
	}
	.taptap-by-bonfire {
		margin-top: 0;
	}
}

/* @end */




/* @group Mobile Menu
------------------------------------------------------------- */

@media all and (min-width: 0px) and (max-width: 900px) {
	.taptap-by-bonfire ul li{
		font-size: 1.4rem;
		line-height: 1.35;
		text-transform: uppercase;
		padding: 0;
		padding-top: 1rem!important;
		padding-bottom: 1rem!important;
	}
	
	.taptap-by-bonfire ul li:first-child {
		padding-top: 0!important;
	}
	
	.taptap-by-bonfire ul li:last-child{
		padding-bottom: 0!important;
	}
	
	.taptap-by-bonfire ul li a {
		font-size: 1.4rem;
		line-height: 1;
		text-transform: uppercase;
		padding: 0;
		padding-top: 0.25rem;
		padding-bottom: 0.25rem;
		-webkit-transition: none!important;
		-o-transition: none!important;
		transition: none!important;
	}
	
	.taptap-by-bonfire ul li#menu-item-464  a{
		background-color: #000000;
		color: #ffffff;
		padding: 0.75rem;
	}
}

@media all and (min-width: 601px) and (max-width: 900px) {
	.taptap-header {
		height: 100px;
	}
	.taptap-logo-wrapper {
		left: 36px!important;
		top: 25px;
	}
	.taptap-logo-image img {
		max-height: 50px;
	}
	.taptap-menu-button-wrapper {
		right: 29px!important;
		top: 29px;
	}
	.fl-page {
		margin-top: 100px;
	}
	.taptap-main{
		padding-top: 100px;
	}
	.taptap-main-inner-inner {
		padding: 3rem 3rem 4.5rem 3rem;
	}
}
@media all and (min-width: 0px) and (max-width: 600px) {
	.taptap-header {
		height: 80px;
	}
	.taptap-logo-wrapper {
		left: 18px!important;
		top: 20px;
	}
	.taptap-logo-image img {
		max-height: 40px;
	}
	.taptap-menu-button-wrapper {
		right: 11px!important;
		top: 20px;
	}
	.fl-page {
		margin-top: 80px;
	}
	.taptap-main{
		padding-top: 80px;
	}
	.taptap-main-inner-inner {
		padding: 3rem 1.5rem 4.5rem 1.5rem;
	}
}

/* @end */



/* @group Custom Spacer
------------------------------------------------------------- */

.custom-spacer .fl-module-content{
	margin: 1.5rem;
}

.custom-spacer .fl-module-content .fl-separator{
	border: none;
}

/* @end */



/* @group Custom Linkedin Icon
------------------------------------------------------------- */

.fl-page .custom-linkedin-icon {
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.fl-page .center {
	text-align: center;
}

.fl-page .custom-linkedin-icon a,
.fl-page .custom-linkedin-icon a:hover {
	width: 100%;
	height: 100%;
	display: inline-block;
	background-image: url("data:image/svg+xml,%3Csvg id='Ebene_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 75 75'%3E%3Cg id='Ebene_1-2'%3E%3Cpath d='M37.5,0C16.79,0,0,16.79,0,37.5s16.79,37.5,37.5,37.5,37.5-16.79,37.5-37.5S58.21,0,37.5,0Zm-8.6,52.69h-7.41V29.2h7.41v23.49Zm-3.9-26.43h-.05c-2.68,0-4.42-1.8-4.42-4.07s1.79-4.08,4.53-4.08,4.42,1.75,4.47,4.07c0,2.28-1.74,4.08-4.52,4.08Zm33.56,26.43h-8.41v-12.16c0-3.18-1.31-5.35-4.21-5.35-2.21,0-3.44,1.47-4.01,2.88-.21,.51-.18,1.21-.18,1.92v12.71h-8.33s.11-21.53,0-23.49h8.33v3.69c.49-1.61,3.15-3.91,7.4-3.91,5.27,0,9.41,3.38,9.41,10.65v13.06Z'/%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: 0 0;
}

	@media all and (min-width: 901px) {
		.fl-page footer .custom-linkedin-icon::before {
			content: "";
			width: 1px;
			height: 100%;
			background-color: #000000;
			position: absolute;
			top: 0;
			left: -.75rem;
			display: none;
		}
		
		.fl-page footer .custom-linkedin-icon {
			margin-left: .75rem;
		}
	}
	
	@media all and (max-width: 900px) {
		.fl-page footer .custom-linkedin-icon {
			display: block;
			margin-left: auto;
			margin-right: auto;
			margin-top: 2rem;
			margin-bottom: 2rem;
		}
	}



/* @end */



/* @group Contact Page
------------------------------------------------------------- */

.page-id-236 .fl-page {
	min-height: 100vh;
	background-color: #ff7d55;
}

/* @end */



/* @group Vimeo Lightbox
------------------------------------------------------------- */

.fl-node-5d540f01b5660.fl-button-lightbox-content,
.fl-node-5d54150dd7023.fl-button-lightbox-content {
    max-width: 900px!important;
    padding: 0px!important;
}

.fl-node-5d540f01b5660.fl-button-lightbox-content .mfp-close, .fl-node-5d540f01b5660.fl-button-lightbox-content .mfp-close:hover,
.fl-node-5d54150dd7023.fl-button-lightbox-content .mfp-close, .fl-node-5d54150dd7023.fl-button-lightbox-content .mfp-close:hover {
    top: -44px!important;
    right: 0px!important;
}

.fl-node-5d540f01b5660 .mfp-close,
.fl-node-5d54150dd7023 .mfp-close{
    color: #fff!important;
}

.mfp-bg {
	z-index: 1000001!important;
}

.mfp-wrap {
    z-index: 1000002!important;
}

/* @end */



/* @group Gridbuilder WP - Grid General
------------------------------------------------------------- */

.fl-page .fl-module-wpgb_grid .fl-module-content {
	overflow: hidden;
}

.fl-page .wp-grid-builder .wpgb-viewport {
	margin: -3rem -1rem;
}

.fl-page .wp-grid-builder .wpgb-viewport .wpgb-card {
	padding: 3rem 1rem;
}

/* @end */



/* @group Gridbuilder WP - Card Global
------------------------------------------------------------- */

.fl-page .wp-grid-builder .wpgb-card {
	font-size: 0;
}

.fl-page .wp-grid-builder .wpgb-card .wpgb-card-media {
	width: 80%;
	margin-left: 10%;
}

.fl-page .wp-grid-builder .wpgb-card .wpgb-card-body {
	background: transparent;
	text-align: center;
}

.fl-page .wp-grid-builder .wpgb-card .lf-card-title,
.fl-page .wp-grid-builder .wpgb-card .lf-card-function,
.fl-page .wp-grid-builder .wpgb-card .lf-card-special-features {
	font-family: "Montserrat", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
	text-transform: none;
	letter-spacing: 0.00em;
	word-spacing: -0.05em;
}

.fl-page .wp-grid-builder .wpgb-card .lf-card-title {
	font-size: 2.4rem;
	line-height: 1.15;
	margin-top: 2rem;
}

	@media all and (min-width: 0px) and (max-width: 900px) {
		.fl-page .wp-grid-builder .wpgb-card .lf-card-title  { font-size: 2.0rem; } /* IE 11 Fallback */
	}
	@media all and (min-width: 0px) and (max-width: 900px) {
		.fl-page .wp-grid-builder .wpgb-card .lf-card-title  { font-size: calc(1.75rem + 0.5vw); }
	}
	
.fl-page .wp-grid-builder .wpgb-card .lf-card-function,
.fl-page .wp-grid-builder .wpgb-card .lf-card-special-features {
	font-size: 1.4rem;
	line-height: 1.35;
}

.fl-page .wp-grid-builder .wpgb-card .lf-card-special-features {
	margin-top: 2rem;
}

.fl-page .wp-grid-builder .wpgb-card .lf-card-icon {
	margin-top: 2rem;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	position: relative;
	text-align: center;
	display: inline-block;
}

.fl-page .wp-grid-builder .wpgb-card .lf-card-icon::before {
	content: "";
	width: 100%;
	height: 100%;
	display: inline-block;
	background-image: url("data:image/svg+xml,%3Csvg id='Ebene_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 75 75'%3E%3Cg id='Ebene_1-2'%3E%3Cpath d='M37.5,0C16.79,0,0,16.79,0,37.5s16.79,37.5,37.5,37.5,37.5-16.79,37.5-37.5S58.21,0,37.5,0Zm-8.6,52.69h-7.41V29.2h7.41v23.49Zm-3.9-26.43h-.05c-2.68,0-4.42-1.8-4.42-4.07s1.79-4.08,4.53-4.08,4.42,1.75,4.47,4.07c0,2.28-1.74,4.08-4.52,4.08Zm33.56,26.43h-8.41v-12.16c0-3.18-1.31-5.35-4.21-5.35-2.21,0-3.44,1.47-4.01,2.88-.21,.51-.18,1.21-.18,1.92v12.71h-8.33s.11-21.53,0-23.49h8.33v3.69c.49-1.61,3.15-3.91,7.4-3.91,5.27,0,9.41,3.38,9.41,10.65v13.06Z'/%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: 0 0;
}

/* @end */



/* @group Cookie Banner
------------------------------------------------------------- */


html .cc-window,
html .cc-window * {
	font-style: normal;
	font-family: "Montserrat", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.00em;
	word-spacing: -0.05em;
	font-size: 1.2rem;
	line-height: 1.35;
}

html .cc-window.cc-floating {
	color: #000000;
	background-color: #ffffff;
	max-width: 30rem;
	padding: 1rem;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1);
}

html .cc-window.cc-bottom {
	bottom: 1rem;
}

html .cc-window.cc-left {
	left: 1rem;
}

html .cc-window.cc-right {
	right: 1rem;
}

html .cc-window.cc-floating .cc-message {
	margin-bottom: 1rem;
}

html .cc-window.cc-floating .cc-message .cc-link {
	opacity: 1;
	padding: 0;
}

html .cc-window.cc-floating .cc-compliance {
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    align-content: center;
}

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

html .cc-window.cc-floating .cc-compliance .cc-btn + .cc-btn {
	margin: 0;
	margin-top: .5rem;
}

html .cc-window.cc-floating .cc-compliance .cc-btn,
html .cc-window.cc-floating .cc-compliance .cc-btn:active,
html .cc-window.cc-floating .cc-compliance .cc-btn:hover {
	color: #000000;
	text-decoration: none;
	border: 1px solid #e5e5e5;
	padding: .5rem;
	border-radius: 5px;
}

html .cc-window.cc-floating .cc-compliance .cc-btn.cc-allow,
html .cc-window.cc-floating .cc-compliance .cc-btn.cc-allow:active,
html .cc-window.cc-floating .cc-compliance .cc-btn.cc-allow:hover {
	background-color: #e5e5e5;
}

html .cc-window.cc-floating .cc-compliance .cc-btn.cc-deny,
html .cc-window.cc-floating .cc-compliance .cc-btn.cc-deny:active,
html .cc-window.cc-floating .cc-compliance .cc-btn.cc-deny:hover {
	background-color: #ffffff;
}

@media (max-width: 600px) {
	
	html .cc-window.cc-floating {
		max-width: none;
	}
	
	html .cc-window.cc-bottom {
		bottom: 1rem;
	}
	
	html .cc-window.cc-left {
		left: 1rem;
		right: 1rem;
	}
	
	html .cc-window.cc-right {
		left: 1rem;
		right: 1rem;
	}	
	
}

/* @end */