/* Cookie-Hinweis und Tracking-Hinweis */
.cookie-note, .tracking-note {
	width: 100%;
	background-color: #eee;
	padding: 25px;
	-webkit-box-shadow: 0 5px 15px #000;
	-moz-box-shadow: 0 5px 15px #000;
	box-shadow: 0 5px 15px #000;
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 5px 15px rgba(0,0,0,0.25);
	box-shadow: 0 5px 15px rgba(0,0,0,0.25);
}
.cookie-note {
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
	z-index: 90;
}
#cookie-note {
	display: none;
}
#cookie-note button, .tracking-note button {
    display: inline-block;
    position: relative;
    color: #fff;
    background-color: #006080;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    border: none !important;
    font-weight: normal;
    font-size: 1em;
    text-decoration: none;
    vertical-align: middle;
    overflow: hidden;
    z-index: 1;
    padding: 0.5em 1em;
    margin: 10px 10px 0 0;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    min-height: 2.5em;
    line-height: 1.5;
}
button > i[class*="fa-"] {
    line-height: 1.33;
    vertical-align: baseline;
    margin-right: 0.25em;
}
.cookie-note .btn-row {
	margin: -0.375em;
}
.cookie-note .btn-row .btn {
	margin: 0.375em;
}
.tracking-note .btn {
	margin: 0;
}
.cookie-note.bottom-left {
	position: fixed;
	bottom: 30px;
	left: 30px;
	max-width: 500px;
}
.cookie-note.bottom-right {
	position: fixed;
	bottom: 30px;
	right: 30px;
	max-width: 500px;
}
.cookie-note.bottom {
	position: fixed;
	bottom: 0;
}
.cookie-note .hide {
    display: none !important;
}
@media screen and (max-width: 960px) {
	.cookie-note.bottom-left, .cookie-note.bottom-right, .cookie-note.bottom {
		padding:15px;
		font-size: 0.8em;
	}
}
@media screen and (max-width: 680px) {
	.cookie-note.bottom-left, .cookie-note.bottom-right, .cookie-note.bottom {
		bottom: 0;
		left: 0;
		right: 0;
		max-width: none;
		-webkit-box-shadow: 0 0 15px #000;
		-moz-box-shadow: 0 0 15px #000;
		box-shadow: 0 0 15px #000;
		-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.25);
		-moz-box-shadow: 0 0 15px rgba(0,0,0,0.25);
		box-shadow: 0 0 15px rgba(0,0,0,0.25); 
	}
}