/* ——————————— */
#cookieChoiceInfo {
	position: absolute;
	color: #333333;
    font-size: 14px;
    line-height: 1.4em;
    z-index: 110000;
}

#cookieChoiceGlassPanel {
	position:fixed;
	width:100%;
	height:100%;
	z-index:110001;
	top:0;
	left:0;
	opacity:0.8;
	filter:alpha(opacity=80);
	background-color:#555555;
}

#cookieChoiceDialog {
	z-index:110002;
	position:fixed;
	left:50%;
	top:20%;
	width:90%;
}
@media only screen and (min-width: 768px) {
	#cookieChoiceDialog {
		top:50%;
		width: inherit;
	}
}

#cookieChoiceContent {
	position:relative;
	left:-50%;
	margin-top:-25%;
	background-color:#fff;
	box-shadow:4px 4px 25px #000;
    padding: 60px 40px 66px 40px;
}

#cookieChoiceContent div {
	margin-bottom: 1em;
}
#cookieChoiceContent h1 {
	font-size: 2.0rem;
line-height: 2.2rem;
	}

@media only screen and (min-width: 768px) {
	#cookieChoiceContent h1 {
	font-size: 2.8rem;
    line-height: 3rem;
	}
}



#cookieChoiceCloseBut {
	background-image: url("lh-icon-close-LH-Blue.gif");
	background-repeat: no-repeat;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	float: right;
	cursor: pointer;
}

/* Link zum Datenschutz */
#cookieChoiceInfoLink{
	display: block;
	position: relative;
	padding: 0 0 0 17px;
	text-decoration: none;
	background-image: URL("icon-link.gif");
	background-repeat: no-repeat;
    /*background-position-y: 1.2em;
    padding-left: 1em;
	padding-top: 1em;*/
}

/* OK Button */
/* Button Hintergrund */
/* Schrift Hintergrund */
#cookieChoiceDismiss {
	position: absolute;
	bottom:  10px;
	right: 40px;
	background-color: #ffad00;
	color: #05164d;
	text-decoration: none;
	font-size: 16px;
	padding: 10px 20px;
	border-radius: 3px;
    cursor: pointer;
}

/* OK Button hover*/
/* Button mouse hover Hintergrund*/
#cookieChoiceDismiss:hover {
	background-color: #ffbd32;
}
