@import url('filterPanel.css');

body {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow: hidden;
}

#copyright {
	position: fixed;
    right: 20px;
    bottom: 0px;
    font-family: arial;
    color: #ECECEC;
    text-decoration: none;
	text-shadow: 1px 1px 1px black, 1px -1px 1px black, -1px 1px 1px black, -1px -1px 1px black;
}

#headerLinks {
    height: 18px;
    width: 100%;
    text-align: right;
    background-color: #2A5192;
}
#headerLinks a {
    font-family: arial;
    font-size: 10pt;
    color: rgba(255, 255, 255, 0.7);
    border-left: 1px solid rgba(255, 255, 255, 0.7);
    padding-left: 8px;
    margin-right: 4px;
    text-decoration: none;
    position: relative;
    height: 18px;
    display: inline-block;
    line-height: 20px;
}

#header  {
    clear: both;
    display: block;
    position: absolute;
    top: 18px;
    left: 0;
	right: 0;
    height: 80px;
    box-sizing: border-box;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.7);
}
#headerImage,
#headerOptionalImage {
    margin: 0px 13px 0 20px;
}
#headerOptionalImage > img,
#headerImage > img {
    max-height: 60px;
}
#header > div {
	float: left;
}
#header > #headerOptionalImage {
	float: right;
}
#headerTitle,
#headerSubTitle {
    color: #76c200;
    font-weight: bold;
    text-decoration: none;
    font-family:  "georgia", "times new roman", serif;
    text-transform: uppercase;
    font-size: 20pt;
    line-height: 24pt;
}
#headerTitle {
    color: #AB1111;
}
#headerSubTitle {
    color: #2A5192;
}

#leftBox, #rightBox, #detailPage {
    top: 115px;
    bottom: 20px;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.4);
}

/*
Alles weitere in der linken Box wird in filterPanel.css gestyled
*/
#leftBox {
    left: 20px;
    width: 50%;
}
#leftBox > .innerBox {
    overflow: auto;
}
#rightBox {
    left: calc(50% + 40px);
    right: 20px;
}

.clubDetail {
	background-color: #dddddd;
    padding: 8px;
    margin-top: 5px;
}

.innerBox {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
}
.detailPageLink {
    display: inline-block;
    margin-top: 4px;
    cursor: pointer;
    color: #2A5192;
    font-weight: bold;
}
.detailPageLink:hover {
    color: #AB1111;
}

#detailPage {
    display: none;
    right: 20px;
    left: 20px;
    top: 18px;
    padding: 10px;
    font-family:  "georgia", "times new roman", serif;
    font-size: 12px;
    color: #2A5192;
}
#detailPage.active {
    display: block;
}
#detailPage.active ~ #leftBox,
#detailPage.active ~ #rightBox {
    display: none;
}
#detailPage > .innerBox {
    top: 10px;
    background: white;
    overflow: auto;
}
#detailClose {
    background-color: #AB1111;
    line-height: 25px;
    border: 1px solid white;
    display: inline-block;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 35px;
    top: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('images/close.png');
    margin-left: 3px;
    cursor: pointer;
    z-index: 1000;
}
#detailGallery {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 300px;
    background: #666666;
    overflow: hidden;
    text-align: center;
    background-size: cover;
    background-position: center center;
}
#detailContent {
    position: absolute;
    top: 310px;
    left: 10%;
    width: 45%;
    border: 1px solid gray;
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
    margin-bottom: 20px;
}
#detailContent td {
    vertical-align: top;
    padding: 5px 10px;
}
#detailContent p,
#detailContent a {
    margin-top: 5px;
	font-weight: normal;
	font-size: 18px;
    color: #2A5192;
}
#detailContent td:first-child {
    white-space: nowrap;
	font-size: 21px;
	font-weight: bold
}
#detailContent td:last-child {
    font-family: arial;
    width: 100%;
}
#detailContent tr {
    border-bottom: 1px solid #666666;
}
#detailFloatbox {
    position: absolute;
    top: 230px;
    right: 10%;
    width: 25%;
    background: #dddddd;
    padding: 20px;
}
#detailFloatbox > h1 {
    color: #AB1111;
    font-weight: normal;
}
#detailFloatbox > h3,
#detailNutzungseinschraenkung h3,
#detailBarrierefreiheit h3 {
    color: #2A5192;
    font-weight: normal;
    font-size: 20px;
}

#detailBarrierefreiheit p,
#detailNutzungseinschraenkung p {
	color: black;
	font-family: 'arial';
}

#improvementProposal {
	position: fixed;
	right: 80px;
	bottom: 50px;
}

#improvementProposal a {
	font-family: arial;
	font-weight: bold;
	color: #2A5192;
}

#detailBarrierefreiheit p {
    color: black;
    font-family: arial;
}

#detailFloatbox > p {
    color: black;
    font-family: arial;
}
#detailContent img {
    max-width: 45%;
}
#detailDescription > p:not(.detailAddress) {
    font-size: 18px;
}

#infoContent {
    position: absolute;
    top: 120px;
	bottom: 20px;
	left: 20px;
	right: 20px;
    background-color: rgba(255, 255, 255, 0.4);
}

#infoContent > div {
    position: absolute;
    top: 10px;
	bottom: 10px;
	left: 10px;
	right: 10px;
	background-color: white;
	padding: 10px;
    overflow-y: auto;
    overflow-x: hidden;
}

#infoContent * {
	font-size: 12pt;
	font-family: arial, sans-serif;
}

@media only screen and (max-width: 1280px) {
	#filterResult h3 {
		font-size: 13pt;
	}
}

#jslghtbx {
	z-index: 2000;
}
