/* Allgemein */
.display-none {
	display: none !important;
}

/* PopUp onclick */
.jumbotron h1, h2, h3 {
	color: #a79285 !important;
}

.jumbotron h2 a {
	color: #a79285 !important;
}

.jumbotron p {
	color: #1d1d1b !important;
}

.jumbotron li {
	color: #1d1d1b !important;
}

.nav h2 {
	margin: 0px auto;
}

.btn-top {
	color: #fff !important;
	text-decoration: none !important;
}


/* PopUp ontime */
#overlay {
	position: fixed;
	top: 200;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.7;
	z-index: 100;
	display: none;
}

.cnt223 a{
	text-decoration: none;
}

.popup{
	width: 100%;
	margin: 0 auto;
	display: none;
	position: fixed;
	z-index: 101;
}

.cnt223{
	min-width: 600px;
	width: 600px;
	min-height: 150px;
	margin: auto auto;
	background: #f3f3f3;
	position: relative;
	z-index: 103;
	padding: 40px;
	border-radius: 5px;
	box-shadow: 0 2px 5px #000;
}

.cnt223 p{
	clear: both;
    color: #555555;
    text-align: justify;
    font-size: 20px;
    font-family: sans-serif;
}

.cnt223 p a{
	color: #d91900;
	font-weight: bold;
}

.cnt223 h1 {
	color: #9a451c;
	padding-bottom: 10px;
}

.cnt223 .x{
	float: right;
	height: 35px;
	left: 22px;
	position: relative;
	top: -25px;
	width: 34px;
	margin: 10px;
}

.cnt223 .x:hover{
	cursor: pointer;
}

@media only screen and (max-width: 600px) {
  .cnt223 {
    width: 99%;
	min-width: 99%;
  }
}

/*
.close-btn .close {
	padding: 5px 10px;
	background-color: red;
	border-radius: 0px 5px 0px 0px;
	opacity: 1;
	color: #fff;
}


/* WhatsApp Button */
.whatsapp {
	position: fixed;
	bottom: 5%;
	left: 100px;
	z-index: 99;
}

.whatsapp img {
	width: 50px;
}


/* Anrufen Button */
.anrufen {
	position: fixed;
	bottom: 5%;
	left: 30px;
	z-index: 99;
}

.anrufen img {
	width: 50px;
}


/* Cookie Banner */
#mbmcookie {
	position: fixed; 
	bottom: 0; 
	left: 0; 
	right: 0; 
	background:#C8C8C8; 
	padding: 20px; 
	font-size: 14px; 
	color:#000; 
	font-family: verdana;
	z-index: 100;
}

#mbmcookie a.button {
	cursor: pointer; 
	background: #87684f; 
	padding: 8px 20px; 
	margin-left: 10px; 
	border-radius: 5px; 
	font-weight: bold; 
	float: right;
	opacity: 0.6;
	transition: 0.5s;
	color: #fff;
}

#mbmcookie a.button:hover {
	background-color: #5e4d3f;
	opacity: 1;
	transition: 0.5s;
}

#mbmcookie p.cookiemessage {
	display: block; 
	padding: 0; 
	margin: 0;
}





