

/* --- Stylesheet 6728 () --------- */ 

#infobar {
	background-color: #a2a9ae;
	color: #FFF;
	padding: 30px 0;
}

#infobar .maxwidth {
	margin: 0 auto;
}

#infobar .box {
	position:relative;
	width: 350px;
	height: 300px;
	float: left;
	background-color: #40474c;

}

#infobar .box .footer {
	position: absolute;
	bottom: 8px;
	margin: 0px auto;
	left: 0px;
	right: 0px;
}

#infobar .box h1 {
	font-size: 28px;
	line-height: 28px;
	margin: 10px 0;
}

#infobar .box2 {
	margin-right: 20px;
	margin-left: 20px;
}

#infobar .box2 .item {
	float:left;
	width: 33%;
	margin-top: 15px;
}

#infobar .box2 .item .icon {
	background-repeat: no-repeat;
	width: 80px;
	height: 80px;
	background-size:cover;
	margin: 15px auto 10px auto;
}


#infobar .box2 .item.wvo .icon { background-image:url(//tramino.s3.amazonaws.com/s/gemeindewerke-oberstdorf/679388/notruf-wvo.png); }
#infobar .box2 .item.evo .icon { background-image:url(//tramino.s3.amazonaws.com/s/gemeindewerke-oberstdorf/679386/notruf-evo.png); }
#infobar .box2 .item.kdo .icon { background-image:url(//tramino.s3.amazonaws.com/s/gemeindewerke-oberstdorf/679386/notruf-evo.png); }

#infobar .box2 .item .number { text-align:center; }

#infobar .box2 .item .button {
	display: none;
	background-color: #555d62;
	border: 1px solid #FFF;
	color: #FFF;
	font-size: 20px;
	text-align: center;
	margin: 10px auto auto !important;
	width: 70px;
	padding: 0px;
	cursor:pointer;
}

#infobar .box2 .item .button a { color: #FFF; display: block; }

#infobar .box3.full {
	background-image:url(https://tramino.s3.amazonaws.com/s/gemeindewerke-oberstdorf/679242/800.jpg);
	/*background-image:url(//tramino.s3.amazonaws.com/s/gemeindewerke-oberstdorf/760425/garant01.png);*/
	background-position: center center;
	background-repeat: no-repeat;
	/*background-size: contain;*/
	background-size: cover;
	background-position: top center;
}

#infobar .box3 .content { height: 217px !important; }


#infobar .box .head {
	background-color: #6a7277;
	border-bottom: 2px solid #FFF;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 700;
	padding: 5px 0 2px 20px;
}
#infobar .box .head h1 { color: #FFF; }

#infobar .box .content {
	margin: 20px 0;
	height: 160px;
}

#infobar .box .content .inner {
	margin: 0 0 0 20px;
}

#infobar .box .content .text { padding: 0px 10px; }

#infobar .box .content .Bild {
	float: left;
	margin: 0 10px 10px 0;
}

#infobar .box .footer a{
	display: block;
	background-color: #555d62;
	border: 1px solid #FFF;
	color: #FFF;
	font-size: 20px;
	text-align: center;
	padding: 3px 0px;
	margin: 0 20px;

}

/* --- Stylesheet 6729 () --------- */ 

@media all and (min-width: 1000px) and (max-width: 1230px) {
	#infobar .box { width: 300px; height: 310px; }

	#infobar .box .content .Bild img {
		width: 120px;
		height: auto;
	}
}

@media all and (min-width: 768px) and (max-width: 999px) {

	#infobar .box {
		width: 349px;
		margin-bottom: 20px;
	}
	#infobar .box2 {
		margin-right: 0px;
	}
	#infobar .box3 {
		float: none;
		clear: left;
		width: 100%;
		margin-bottom: 20px;
	}

}

@media all and (max-width: 767px) {

	#infobar .box {
		box-sizing: border-box;
		padding: 0px 0px 20px 0px;
		width: 100%;
		max-width: 300px;
		float: none;
		margin: 20px auto;
		height: auto;
	}


	#infobar .box .content { height: auto !important; margin: 10px 0px; }

	#infobar .box .content .Bild img {
		width: 120px;
		height: auto;
	}

	#infobar .box .footer { position: static; }
}