#hinweis {
	color: #6197a9;
}

#anbieterHeader {
	background-color: #6197a9;/*dunkelblau*/
	/*background-color: #7f7f7f; /*dunkelgrau*/
	color: #fff;
	margin-bottom: 0px;
}
#anbieterGerade {
	background-color: rgba(0, 0, 0, 0.2) !important;
	color: #fff; /**/
	text-align: left;
	margin-bottom: 0px;
	padding: 20px 0px  20px 10px;
	line-height: 30px;	
	color: #74797e;
}
#anbieterUngerade {
	background-color: rgba(0, 0, 0, 0.1) !important;
	color: #fff; /**/
	text-align: left;
	margin-bottom: 0px;
	padding: 20px 0px  20px 10px;
	line-height: 30px;	
	color: #74797e;
}
#anbieterAngebot {
background-color: rgba(97, 151, 169, 0.6) !important;
	color: #fff;
	margin-bottom: 0px;
}

#anbieterFooter {
	background-color: #fff;
	color: #fff;
	margin-bottom: 0px;
}

.btn-details {
	display: inline-block;
	/*text-align: center; /**/
	/*text-decoration: none;/**/
	/* margin: 2px 0; */
	/*border: solid 1px transparent;/**/
	border-radius: 9px;
	padding: 0px 5px;
	color: #ffffff;
	font-weight: 700;
	font-size: 13px;
	/*background-color: #B7B7B7 !important; /**/
	border-bottom-width: 0px !important;
	border-right-width: 0px !important;
	background-color: rgba(97, 151, 169, 1) !important; /**/
	/* margin-right: 12px; */
	/* float: right; */
	outline: none;
	/* width: calc(4em - 8px); */
	/*line-height: calc(2em - 4px); /**/
	margin-top: 10px; /**/
	box-shadow: -1px 1px 4px 0px #000000;
	-moz-box-shadow: -1px 1px 4px 0px #000000;
	-webkit-box-shadow: -1px 1px 4px 0px #000000;
	line-height: 30px !important;
}
.btn-details-small {
	margin: -12px 0;
	border-radius: 9px;
	padding: 5px 5px;
	color: #ffffff;
	font-weight: 700;
	font-size: 13px;
	border-bottom-width: 0px !important;
	border-right-width: 0px !important;
	background-color: rgba(97, 151, 169, 1) !important;
	float: right;
	outline: none;
	box-shadow: -1px 1px 4px 0px #000000;
	-moz-box-shadow: -1px 1px 4px 0px #000000;
	-webkit-box-shadow: -1px 1px 4px 0px #000000;
}
.btn-details:hover, .btn-details-small:hover {
	/*color: #cc071d;/*rot*/
	color: #013b5e;/**/
	/*text-decoration: underline;/**/
}	
.btn-details:active {
	box-shadow: -0px 0px 0px 0px #000000;
	-moz-box-shadow: -0px 0px 0px 0px #000000;
	-webkit-box-shadow: -0px 0px 0px 0px #000000;	
	margin-top:13px;
	margin-left:-1px;
}	
.btn-details-small:active {
	box-shadow: -0px 0px 0px 0px #000000;
	-moz-box-shadow: -0px 0px 0px 0px #000000;
	-webkit-box-shadow: -0px 0px 0px 0px #000000;	
	margin-top:-11px;
	margin-left:-1px;
}	


.popup-overlay {
  opacity: 0;
  /*display: block;/**/
  visibility: hidden;
  /*background-image: repeating-linear-gradient(-45deg, rgba(0,0,0,0.6) 0px, rgba(0,0,0,0.6) 10px, rgba(136,34,0,0.6) 10px, rgba(136,34,0,0.6) 20px);/**/
  position: fixed;
  transition: all 0.5s ease;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  pointer-events: none;

	/*Inhalt vertikal mittig platzieren*/
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.6);
	color: #fff;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;	
}
.popup-overlay .popup-content {
  transition: transform 0.5s ease-in;
  transform: perspective(500px) translateZ(-5em) rotateX(-20deg);
}
.popup-overlay:target {
	text-decoration: none !important;
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}
.popup-overlay:target .popup-content {
  transition-timing-function: ease-out;
  transform: perspective(500px) translateZ(0) rotateX(0deg);
}

.popup-content {
		/* Container horizontal mittig platzieren */
		margin: 0 auto;
    padding: 0px 20px 20px 20px;
		width: 50%;
    border-width: 30px 2px 2px 2px !important;
		border: solid;
		color: #74797e;
		border-color: #4c4c4c !important; /**/
		background-color: #fff !important;
}
.popup-content:before {
  color: #fff;
	content: '×';
  position: absolute;
  right: -8px;
  top: -31px;
  display: block;
  font-family: serif;
  font-size: 2em;
  width: 1em;
  height: 1em;
  line-height: 1em;
}

@media screen and (max-width: 800px) {
	.popup-content {
		width: 80%;
	}
}
