img {
	max-width:100%;
	height:auto;
}
p {
	margin-bottom: 0.5rem;
}

#imgshow {
	cursor: zoom-out;
}

#map{ height: 500px; }

#mapBtn {
	position: absolute;
	top: 0pt;
	right: 0pt;
	z-index: 1001;
	margin-right: 5pt;
	margin-top: 5pt;
}
#mapShiftRightBtn {
	position: absolute;
	top: 50%;
	right: 0pt;
	z-index: 1001;
	margin-right: 5pt;
	margin-top: 5pt;
	opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}
#mapShiftLeftBtn {
	position: absolute;
	top: 50%;
	left: 0pt;
	z-index: 1001;
	margin-left: 5pt;
	margin-top: 5pt;
	opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
	}
#upBtn {
	position: absolute; 
	top:1pt; 
	right: 15pt;
}
#cookie {
	margin-bottom: 0;
	margin-top: .25rem
}
.affix {
	top: 0pt;
	width: 100%;
	z-index:1010;
}
.affix + .row {
	padding-top: 50pt;
}
.big { min-height: 300px; }
.bgwhite {
	background-color: rgb(255, 255, 255);
}
.bggallery {
	background-color: rgb(242, 244, 247);
}
.borderBox {
	/* background-color: rgb(248, 248, 248); */
	margin: 10pt 0 10pt 0;
	padding: 10pt 0 10pt 0;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.center {
	text-align:center;
}
.container-p {
	padding-right: 2pt;
	padding-left: 2pt;
}
.checkboxColumn {
	width: 30px;
	padding-left: 5px !important;
	padding-right: 5px !important;
}
	
.divbox {
	width: 300px;
}
.footer2 {
  position: fixed;
  bottom: 0;
}
.fa-saveclose::before {
	content: "\f0c7   \f410";
}

.hinweis {
	cursor:pointer;
	font-size: small;
	text-decoration: underline;
}

.image-left{
	max-width: 100%;
	height: auto;
	max-height: 100%;
	float:left;
	margin-left: 5px;
}
.image-center{
	max-width: 100%;
	height: auto;
	max-height: 100%;
	text-align: center;
}
.image-right{
	max-width: 100%;
	height: auto;
	max-height: 100%;
	float:right;
	margin-right: 5px;
}

.margin-bottom {
	margin-bottom:10px;
}
.margin-top {
	margin-top:10px;
}
.margin-null {
	margin:0px;
}

.multidiv img {
	cursor: zoom-in;
}

.bg1 {
	background-color: #F0F5F5;
}

.navbar-collapse.in {
    overflow-y: visible;
}

.mapKlein{ 
	height: 200px; 
	width: 300px;
}	
	
.pictureSmall {
	width: 300px;
	height: 200px;
}

.relative {
	position: relative;
}

.editbox {
	padding: 2px;
    position: absolute;
    right: 0pt;
    top: 0pt;
}

.editcolor {
	color: #007bff;
}

.dropdown-toggle::after + .edit {
	color: #007bff;
}

.click {
	top: 10pt;
	padding: 10pt;
	position: absolute;
	background-color: silver;
    background-color: hsla(0, 0%, 100%, 0.7);
	width: 100%;
	text-align: center;
}



