.mb-cookie-consent-container {
	position:fixed;
	z-index:999;
	right:15px;
	bottom:15px;
	background:#fff;
	border-radius:5px;
	padding:15px;
	max-width:380px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	color:#333;
	display:none;
}

.mb-cookie-consent-inner {
	
}

.mb-cookie-consent-header {
	
}

.mb-cookie-consent-header h2 {
	font-size:20px;
	color:#333;
	margin:0;
	padding:0;
	text-align:center;
	font-weight:light;
}

.mb-cookie-consent-text {
	margin-top:10px;
}

.mb-cookie-consent-text p {
	font-size:12px;
}

.mb-cookie-consent-buttons {
	
}

.mb-cookie-consent-button {
    border-radius: 4px;	
	display:block;
	padding:5px 10px;
	text-align:center;
	width:100%;
	border:0 none;
}

.mb-cookie-consent-button:hover {
	text-decoration:none;
}

.mb-cookie-consent-button.mb-cookie-consent-button-accept {
    background: #004494;
	font-size:17px;
    color: #fff;	
	margin-bottom:10px;
}

.mb-cookie-consent-button.mb-cookie-consent-button-accept:hover {
    background: #3369a9;
}

.mb-cookie-consent-button.mb-cookie-consent-button-decline {
	background: #e6e6e6;
	font-size:13px;
    color: #333;	
}

.mb-cookie-consent-button.mb-cookie-consent-button-decline:hover {
	background: #ebebeb;
}

.mb-cookie-consent-links {
	
}

.mb-cookie-consent-links ul {
	list-style:none;
}

.mb-cookie-consent-links ul li {
	float:left;
}

.mb-cookie-consent-links ul li a {
	color:#aaa;
	font-size:10px;
	padding:0 10px;
	border-right:1px solid #aaa;
}

.mb-cookie-consent-links ul li a.first {

}

.mb-cookie-consent-links ul li a.last {
	border:0 none;
}

/* ######################################### */
/* 2-KLICK-LÖSUNG FÜR Google Maps & Youtube  */
/* ######################################### */
.mb-cookie-consent-iframe-subst {
	background: #e6e6e6;
	padding:30px;
	margin-bottom:30px;
}

.mb-cookie-consent-iframe-subst-inner {
	
}

.mb-cookie-consent-iframe-subst-txt {
	
}

.mb-cookie-consent-iframe-subst-txt h2 {
	margin:0 0 10px 0;
}

.mb-cookie-consent-iframe-subst-txt p {
	font-size:14px;
}

.mb-cookie-consent-iframe-subst-btn {
	
}

.mb-cookie-consent-iframe-subst-btn button {
	padding: 10px 15px;
	color: #fff !important;
	transition: all 0.5s ease-out;
	position: relative;
	font-weight: bold;
	font-size: 16px;	
	background: #f2963f;
}

.mb-cookie-consent-iframe-subst-btn button:hover {
	background:#fff;
	text-decoration:none;
	color:#f2963f !important;
}

.mb-cookie-consent-iframe-subst-datenschutz {
	
}

.mb-cookie-consent-iframe-subst-datenschutz p {
	margin:0;
}

.mb-cookie-consent-iframe-subst-datenschutz a {
	margin-top:10px;
	font-size:12px;
}
