#icm_cookie_container {
	display: none;
}

.impuls-cookie-monster-banner {
	position: absolute;
	width: 550px;
	max-width: 100%;
	height: auto;
	max-height: 80vh;
	padding: 15px 20px;
	border-radius: 10px;
	left:50%;
	top: 50%;
	transform: translate(-50%,-50%);
	font-size: 16px;
	line-height: 1.5;
	background: #f7f7f7;
	color: #000;
	overflow:auto;
}

#icm_cookie_container button{
	width: 100%;
	float: none;
	display: block;
	margin-bottom: 10px;
	min-width: 0;
	max-width: none;
	border-radius: 3px;
	line-height: 40px;
	height: 40px;
	font-size: 16px;
	color: #f0f0f0;
	box-shadow: none;
	border: none;
	padding: 0;
}

#icm_cookie_container button.icm_cookie_accept_all {
	background: #000;
	color: #fff;
	transition: color 0.3s, background 0.3s;
}

#icm_cookie_container h3{font-size: 25px;}
#icm_cookie_container a{color: #000;transition: color 0.3s;}
#icm_cookie_container a:hover{color: #888;}

#icm_cookie_container button.icm_cookie_accept_all:hover {
	color: #bbb;
	background: #FFF;
}

#icm_cookie_container button.icm_cookie_save_choices {
	background: #000;
	color: #fff;
	transition: color 0.3s, background 0.3s;
}

#icm_cookie_container button.icm_cookie_save_choices:hover {
	background: #FFF;
	color: #bbb;
}

#icm_cookie_container button.icm_cookie_show_details,
#icm_cookie_container button.icm_cookie_accept_none{
	display: inline-block;
	background: none;
	color: inherit;
	text-decoration: underline;
	text-align: center;
	font-size: 14px;
	text-transform: none;
	color: #b5b5b5;
	font-weight: 400;
}

#icm_advanced_options {
	font-size:16px;
	line-height: 1.5;
}

#icm_advanced_options h4:after,
.impuls-cookie-monster-advanced-options-einleitung:after{
	display: table;
	content: "";
	clear: both;
}

#icm_advanced_options h4 .icm_switch_container,
.impuls-cookie-monster-advanced-options h4 .icm_switch_container{
	float: right;
	display: block;
}

#icm_advanced_options h4 .icm_switch,
.impuls-cookie-monster-advanced-options h4 .icm_switch{
	display: inline-block;
	position: relative;
	width: 50px;
	height: 26px;
	vertical-align: middle;
	margin: 0;
}

#icm_advanced_options h4 .icm_switch input,
.impuls-cookie-monster-advanced-options h4 .icm_switch input{
	opacity: 0;
	height: 0;
	width: 0;
	box-sizing: border-box;
}

.icm_switch_slider {
	background: #bdc1c8;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 14px;
	transition: background 0.2s linear;
}

#icm_advanced_options h4 .icm_switch input:checked + .icm_switch_slider,
.impuls-cookie-monster-advanced-options h4 .icm_switch input:checked + .icm_switch_slider{
	background: #0063e3;
}

.icm_switch_slider:before {
	width: 22px;
	height: 22px;
	border-radius: 11px;
	background: #FFF;
	display: block;
	position: absolute;
	right: calc(100% - 25px);
	top: 2px;
	content: "";
	transition: right 0.2s linear;
}

#icm_advanced_options h4 .icm_switch input:checked + .icm_switch_slider:before,
.impuls-cookie-monster-advanced-options h4 .icm_switch input:checked + .icm_switch_slider:before{
	left: auto;
	right: 3px;
}

#icm_advanced_options table.enhanced-view {
	display: none;
}

.impuls-cookie-monster-banner:after {
	display: table;
	content: "";
	clear: both;
}

.impuls-cookie-monster-text {
	margin-bottom: 20px;
}

#icm_accept_banner,
#icm_show_options{
	
}

#icm_show_options {
	
}

.impuls-cookie-monster-banner-container {
	position: fixed;
	z-index: 9999999;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.5);
	left: 0;
	top: 0;
	bottom: auto;
}

.impuls-cookie-monster-banner-container.show-advanced .impuls-cookie-monster-banner {
	display: none;
}

.impuls-cookie-monster-banner-container .impuls-cookie-monster-advanced-options {
	display: none;
	height: 500px;
	width: 800px;
	max-height: 90%;
	max-width: 90%;
	overflow: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	background: #FFF;
	border-radius: 10px;
	transform: translate(-50%,-50%);
	padding: 20px 10px;
}

.icm_banner_checkbox_span {
	display:inline-block;
	margin-right: 15px;
	position: relative;
	line-height: 20px;
}

.icm_banner_checkbox_span .icm_cookie_checkbox {
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	opacity: 0;
	z-index: 1;
	display: block;
}

.icm_banner_checkboxes {
	margin-bottom: 20px;
}

@supports (display: grid) {
	.icm_banner_checkbox_span {
		margin-right: 0;
	}	
	
	.icm_banner_checkboxes {
		display: grid;
		grid-template-columns:repeat(auto-fit,150px);
		grid-row-gap:10px;
		grid-column-gap:10px;
	}
}

.icm_banner_checkbox_span input + label,
.icm_banner_checkbox_span .fakelabel{
	display: block;
	position: relative;
	z-index: 2;
	padding-left: 30px;
	cursor: pointer;
	font-size: 14px;
}

.icm_banner_checkbox_span input + label:before,
.icm_banner_checkbox_span .fakelabel:before{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 20px;
	height: 20px;
	background: #FFF;
	border: 1px solid #0063e3;
	border-radius: 3px;
	color: #0063e3;
	text-align: center;
}

.icm_banner_checkbox_span input:checked + label:before,
.icm_banner_checkbox_span .fakelabel:before{
	content: "✓";
}

.icm_banner_checkbox_span .fakelabel {
	cursor: not-allowed;
}

.icm_banner_checkbox_span .fakelabel:before {
	color:#b5b5b5;
	background: #f0f0f0;
	border-color: #b5b5b5;
}

#icm_close_advanced_options {
	position: absolute;
	color: #FFF;
	font-size: 16px;
	width: 20px;
	height: 20px;
	right: -40px;
	top: -40px;
}

.impuls-cookie-monster-advanced-options h3 {
	text-align:center;
}

.impuls-cookie-monster-banner-container.show-advanced .impuls-cookie-monster-advanced-options {
	display: block;
}

.cookie-descriptions {
	padding: 5px 0;
	
}

.cookie-description,
.impuls-cookie-monster-advanced-options-einleitung{
	padding: 5px 10px;
	color: #555;
	margin-bottom: 5px;
	background: #f7f7f7;
}

.cookie-description .show-enhanced {
	font-size: 12px;
	display: block;
	margin: 0 auto 10px;
	text-align: center;
}

.impuls-cookie-monster-advanced-options-einleitung:after {
	display:table;
	content:"";
	clear: both;
}

#icm_cookie_advanced_save,
#icm_accept_banner{
	display: block;
	line-height: 20px;
	padding: 5px 15px;
	border-radius: 5px;
	background: #0063e3;
	color: #FFF;
	margin-bottom: 5px;
	transition: background 0.2s linear, color 0.2s linear;
}

#icm_cookie_advanced_save:hover,
#icm_accept_banner:hover {
	color: #0063e3;
	background: #FFF;
}

#icm_accept_banner {
	display: inline-block;
	margin-right: 20px;
}

#icm_show_options {
	color: #0063e3;
	font-size: 14px;
}

#icm_show_options:hover {
	color: #000;
}

#icm_cookie_advanced_save {
	float: right;
}

#icm_accept_all_cookies,
#icm_only_accept_essential_cookies {
	font-size: 12px;
	display: inline-block;
	margin-right: 15px;
}

.icm_switch-status.switched-on .onswitch{
	display: inline-block;
}

.icm_switch-status.switched-off .onswitch{
	display: none;
}

.icm_switch-status.switched-on .offswitch{
	display: none;
}

.icm_switch-status.switched-off .offswitch{
	display: inline-block;
}

.cookie-description table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	margin-bottom: 0;
}

.cookie-description table th,
.cookie-description table td{
	font-size: 14px;
	padding: 3px 10px;
	background: #FFF;
	border: 3px solid #f7f7f7;
	text-align: left;
}

.cookie-description table tr:nth-child(2n+1) td,
.cookie-description table tr:nth-child(even) td{
	background: #FFF;
}

.cookie-description table th {
	width: 40%;
}

.cookie-description table td {
	width: 60%;
	word-wrap: break-word;
}



@supports (-webkit-overflow-scrolling: touch) {
	#page {
		-webkit-transform:translate3d(0,0,0);
	}
}


/* ----------------- */
.privacy-msg{overflow: hidden;}
.privacy-msg p {
    width:auto !important;
	height: 100%;
	overflow: hidden;
	background-color: #fcfcfc;
    padding: 5px;
	font-size: 15px;
    text-align:center;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.dtinfo_txt{font-family: arial;line-height: 22px;}
.ext_frame_info_title{font-size: 22px;font-weight: 500;font-family: arial}

iframe{width: 100%; border: none;}
