body{
    width:auto;
    height:auto;
    font-family: Calibri, Arial;
    overflow: hidden;
}

header, footer {
    position:absolute;
    left:   0px;
    right:   0px;
    height: 40px;
    background-color: #00ace5;

}

header{
    top:    0px;
    border-bottom: 1px solid #bcbdbf;
}
#title{
   color: white;
   font-size: 1.2em;
   position: absolute;
   top: 10px;
   left: 100px;
}
header > a > img{
   height:40px;
   
}

footer{
    bottom:    0px;
    border-top: 1px solid #bcbdbf;
    text-align: center;
    line-height: 40px;
    color: white;
    letter-spacing: 0.1em; 
}
footer > a > img{
   height:20px;
}
/* ------------------------------------------ */
/* Tile Gap Problem in Leaflet in Chrome Browser (possible work around)
/* ------------------------------------------ */
/* .leaflet-fade-anim .leaflet-tile { */
/*     will-change: initial; */
/* } */
/* ------------------------------------------ */
/* menu
/* ------------------------------------------ */
#menu{
	position: relative;
/* 	top:0; */
/* 	left: 500px; */
	height: 39px;
	color: white;
	float: right;
}
/* Dropdown Button */
.awi-dropdown-btn{
	background-color: #00ace5;
	color: white;
	padding-left: 9px;
	padding-right: 9px;
	border: none;
	cursor: pointer;
	font-size: 1.5em;
	height: 39px;
	font-family: arial, calibri;
}
.awi-dropdown-first{
	border-left: 1px solid white;
}
/* dropdown Menu */
.awi-dropdown-menu{
	postion: relative;
	display: inline-block;
}

/* dropdwon Content */
.awi-dropdown-content{
	display:none;
	position: absolute;
/* 	right:0; */
	background-color: white;
	min-width: 160px;
/* 	box-shadow */
    z-index: 1;
}
/* Links */
.awi-dropdown-content a{
	color: #00ace5;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	cursor: pointer;
/* 	border: 1px solid black; */
}
.awi-dropdown-content a:hover{
	background-color: #f0f0f0;
}

.awi-dropdown-menu:hover .awi-dropdown-content{
	display: block;
}

.awi-dropdown-menu:hover .awi-dropdown-btn{
	background-color: white;
	color: #00ace5
}

/* ------------------------------------------ */


.content{
/*   z-index: 1000; */
}
#content{
    position: absolute;
/*  left:0; */
/*  right:0; */
    left: 20px;
/*     width: 30%; */
    width: 50%;
    top:60px;
    bottom: 60px;
    background-color: white;
/*  background-color: red; */
/*     overflow: auto; */
/*  padding-left: 600px; */
/*  padding-top:150px; */
    padding: 150px 20px 20px 20px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
/*     border: 1px solid #bcbdbf; */
}

.viewport {
  position: absolute;
  top: 50px;
  right: 0px;
  left: 560px;
  bottom: 0px;
    /* border: solid red 1px; */
}


#searchbar-container{
	position:absolute;
	top: 75px;
	right:0;
	left:0;
	bottom:0;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    
}
#content-container{
    position:absolute;
    top: 150px;
    left:0;
    right:0;
    bottom:0;
    padding-top:10px;
    padding-left:15px;
    padding-right:10px;
    overflow: auto;
    display: none;
/*     -webkit-border-radius: 5px 5px 5px 5px; */
/*     -moz-border-radius: 5px 5px 5px 5px; */
/*     border-radius: 5px 5px 5px 5px; */
}

#content-container > h3{
    margin-top: 0;
}
/* h4{ */
.info-h4{
    border-bottom: solid 1px #ddd;
    margin-top: 0px;
}
.content-abstract{
    margin-bottom: 20px;
    /* padding-left: 4px;  */
}



#search-list{
/* 	display:none; */
    list-style-type: none;
    padding-left: 10px;
    padding-right:10px;
    position:absolute;
    top: 150px;
    left:0;
    right:0;
    bottom:0;
    
    overflow: auto;
    
    
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    border-bottom: 1px solid #bcbdbf;
}
#search-list > li{
/* AWI Grau Dunkel */
/*  background-color: #4b4b4d; */
/* AWI Grau Hell */  
/*  background-color: #bcbdbf;   */
    background-color: rgba(188,189,191,0.2);  
    border: 1px solid rgba(188,189,191,0.2);
    position: relative;
    padding: 10px;
    /* padding: 20px; */
/*     padding-bottom:5px; */
/*     padding-left: 20px; */
/*     padding-right: 20px; */
    left:0;
    right:0;
/*  width: 70%; */
/*     width:99%; */
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    
/*     margin:10px; */
/*     margin: 10px 0 10px 10px; */
    margin-top: 10px;
    margin-bottom: 10px;
}
.noresult{
	position: absolute;
	display: none;
	background-color: rgba(188,189,191,0.2);  
    top: 80px;
    z-index: 1;
    left:0;
    right:0;
    padding: 20px;
/*     margin-top: 80px;  */
    margin-left: 10px; 
    margin-right: 10px; 

    border: 1px solid gold;
    
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

#noresult:hover{
	cursor: pointer;
	background-color: rgba(188,189,191,0.8);
}
#noresult > i{
	color: gold;
}

/* #search-list > li:hover{ */
/* 	background-color: rgba(188,189,191,0.8); */
/* } */
ol, ul{
	margin-top:0;
	margin-bottom:0;
}
#search-title{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
/*     height: 150px; */
/*     width: 39%; */
    color: white;
    background-color: #00ace5; /* AWI Eisblau */
/*     background-color: yellow; */
    padding-left: 20px;
    padding-right: 30px;
/*     z-index: 50; */
/*     display: none; */

    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    border-top: 1px solid #bcbdbf;
    border-left: 1px solid #bcbdbf;
    border-right: 1px solid #bcbdbf;
}
#search-title > p
{
    font-size: 1.4em;
}


#searchbar{
    position: absolute;
/*     top: 75px; */
    top: 0;
    right: 0;
    left: 0;
    margin: 10px;
/*     left: 650px; */
/*     background-image: url('/css/searchicon.png'); Add a search icon to input */
/*     background-position: 10px 12px; Position the search icon */
/*     background-repeat: no-repeat; Do not repeat the icon image */
/*     width: 35%; Full-width */
    font-size: 14px; /* Increase font-size */
/*     padding: 12px 20px 12px 40px; Add some padding */
    
    border: 1px solid #ddd; /* Add a grey border */
    /*margin-left: 50px;  Add some space below the input */
    margin-bottom: 12px; /* Add some space below the input */
    font-family: Arial, FontAwesome;
/*     z-index: 51; */

    
}
#searchbar > input{
    border: none;
    width: 70%;
    height: 50px;
    padding: 10px;
    font-size: 12px;
    
}
#searchbar > input::-ms-clear {
  width : 0;
  height: 0;
}
#searchbar > input:focus{
	outline: none;
}
#searchtools{
    position:absolute;
    right: 10px;
    margin: 0.5em;
    font-size: 1.5em;
/*     font-size: 12px; */
    /* AWI Grau Hell */  
    color: #bcbdbf;
}

/* #input-search:valid{
    border: 2px solid red;
}
#input-search:invalid{
    border: 2px solid black;
} */

#reset-search:hover, #start-search:hover, #load-search:hover{
        /* AWI Grau Hell */  
/*     color: #bcbdbf; */
    /* AWI Grau Dunkel */
    color: #4b4b4d;
    cursor: pointer;
}
/* ------------------------------------------------------------------*/

#map{
	cursor: default;
    position: absolute;
    left: 0;
    right: 0;
    top: 41px;
    bottom: 41px;
    background-color: gray;
/*     border: 1px solid darkgray; */
    z-index: -1;
}

#attribution{
    position: absolute;
    left: 10px;
/*     right: 10%; */
    bottom: 50px;
    min-height: 10px; 
}

#more-details-header{
    position: relative;
    top:0;
    width: 100%;
    height: 20px;
     color: white;  
    background-color: #00ace5; /* AWI Eisblau */
}
#more-details-content{
    position:relative;
    width: 100%;
    height:380px;;
    overflow-y: scroll;
}
#more-details-close{
    position: absolute;
    top:0;
    right:0;
    width: 20px;
    height:20px;
/*     background-color: red; */
   
    text-align: center;
    vertical-align: bottom;
}
#more-details-close:hover{
    /* AWI Grau Hell */  
    background-color: #bcbdbf;  
}
#more-details{
    position: fixed;
    top:550px;
/*  bottom:30%; */
    left: 10px;
    width: 500px;
    height: 400px;
    
/*  right:30%; */
    background-color: white;
    border: 1px solid #4b4b4d;
/*  padding: 10px; */
    z-index: 1000;
    display: none;
    
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

#more-details > p{
    margin-left: 10px;  
}

.btn, .popup-map-btn{
/*     position:relative; */
/*     bottom: 0; */
/*     right:0; */
    padding:2px 4px 2px 4px;
    font-size: 0.7em;
    
/*     margin-right: 15px; */
    background-color: rgba(75,75,75,0.3);
    background: rgba(0,62,110,0.1);
    border: 1px solid #4b4b4d;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    float: right;
    
}

/* .info{
    position: relative;
    z-index: 12; 
    color: #00ace5;
    font-size: 1.3em;
    float: right;
    bottom: 50%;
} */
.info{
    position: relative;
    z-index: 12; 
    color: #00ace5;
    font-size: 1em;
    /* float: right; */
    /* bottom: 50%; */
    /* margin-bottom: 10px; */
}
/* .info > span{
    font-size: 0.8em;
} */
.info:hover{
    color: #003e6e;
}
.info:active{
    color: orange;
}

.btn:hover, .popup-map-btn:hover{
    cursor: pointer;
    background-color: rgba(0,62,110,0.5);
}

.popup-link{
/*     position: absolute;  */
    width: 280px;
/*     height:50px; */
    background-color: rgba(188,189,191,0.2);
    padding: 10px;
    margin: 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    font-family: arial;
}

/* .list-btn, .popup-btn{ */
.popup-btn{
    position: absolute;
    
}
.list-btn{
    /* right: 20px; */
    /* left: 25px; */
    left: 1px;
    

}
.popup-btn{
    right: 40px;
    top: 35%;
}
.content-btn{
    margin-top: 50px;
    padding: 5px 10px 5px 10px;
}

.list-arrow{
	color: #00ace5; /* AWI Eisblau */
	padding-right: 10px;
}
.thumb{
    position: absolute;
    top: 10px;
    right: 12px;

    /* height: 40px; */
    width: 70px;
    z-index: 13;
    transition: transform .2s; /* Animation */
	/* margin-bottom: 20px; */
}

.thumb:hover{
    transform: scale(1.2);
    
}


.big-thumb{
    position: absolute;
    z-index: 15;
    top: 55px;
    right: 55px;
    width: 300px;
}

.prj-img, .prj-img-alt{
	width: 70%;
	margin-bottom: 20px;
}
.prj-img-alt{
	position: relative;
/* 	height: 180px; */
	color: white;
	padding: 10px;
/* 	background-color: #00ace5; AWI Eisblau */
	background-color: rgba(0,172,229, 0.4); /* AWI Eisblau */
}
/* .prj-img-alt:hover{ */
/* 	position: relative; */
/* 	height: 100px; */
/* 	background-color: blue; */
    /* cursor: pointer; */
    
	/* background-color: rgba(188,189,191,0.4); */
/* } */
/* .prj-img-alt:hover > span{ */
	/* color: black; */
    /* text-decoration: underline; */
/* } */
/* .prj-img:hover{ */
	/* content: "hallo"; */
	/* -webkit-filter: grayscale(100%); Safari 6.0 - 9.0 */
    /* filter: grayscale(100%); */
   /* -webkit-filter: drop-shadow(2px 2px 1px rgba(0,0,0,0.9)); */
/*     filter:         drop-shadow(2px 2px 1px rgba(0,0,0,0.9)); */
/* } */
.prj-img-container {
    position: relative;
/*     width: 50%; */
}

.prj-img {
  opacity: 1;
  display: block;
  /* width: 100%; */
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

/* .prj-img-hvr { */
  /* transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%) */
/* } */

/* .prj-img-container:hover .prj-img {
  opacity: 0.3;
}

.prj-img-container:hover .prj-img-hvr {
  opacity: 1;
} */

.prj-img-link {
/*   background-color: #4CAF50; */
/*   color: white; */
    font-size: 16px;
/*   padding: 16px 32px; */
    color: black;
    font-weight: bold;
    background-color: white;
    padding: 7px 15px 7px 15px;
    border: 1px solid black;
}
.prj-img-link:hover {
	color: white;
	border: 1px solid white;
/* 	font-weight: bold; */
    background-color: rgba(0,62,110,0.5);
}


.project-contacts{
    /* padding-bottom: 30px; */
    /* padding: 2px; */
    /* margin-left: 11px; */
    /* margin-left: 26px; */
    margin-left: 2px;
}

.project-title, .popup-title{
	position: relative;
/* 	margin: 0 0 5px; */
/* 	padding:10px; */
/* 	padding-left: 10px; */
/* 	display:inline; */
/* 	max-width: 180px; */
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
    z-index: 1;
}
.project-title{
    max-width: 100px;
    border: 1px solid rgb(255,255,255, 0.1);
    /* margin-left: 10px; */
}
.popup-title{
    max-width: 220px;
    
}

.prj-link
{
    color: #00ace5;
    font-size: 1em;
    padding: 5px;
    /* padding-left: 300px; */
    position: absolute;
    /* bottom: 10px; */
    top: 93px;
    right: 20px;
    /* border: 1px solid red; */
}
 
.prj-link:hover:before{
    content: "Open WebGIS Project ";
}

.prj-link:active{
    color: orange;
}

.thumb:active{
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
   -webkit-filter: drop-shadow(2px 2px 1px rgba(0,0,0,0.9));
    filter:         drop-shadow(2px 2px 1px rgba(0,0,0,0.9));
}

/* .project-entry, .project-title, .prj-link{ */
.project-title, .prj-link, .thumb, .info{
    cursor: pointer;
    
}

.project-title{
    color: #00ace5;
}
.project-title:hover{
    color: #003e6e;
    /* background-color: rgb(0,62,110, 0.1); */
    border: 1px solid rgb(0,62,110, 0.1)
}
.project-title:active{
    color: orange;
}

/* .project-title:hover{ */
/*     overflow: visible; */
/* } */
/* .project-title:hover + span.list-btn{ */
/*     opacity: 0.2; */
/* } */

/* .project-title:hover{ */
/*     color: orange; */
/*     font-weight: bold; */
/* } */
.project-content{
/* 	position: absolute; */
/* 	display: none; */
    min-height: 0;
    opacity: 0;
	top: 150px;
	left:0;
	right:0;
	bottom: 0;
/* 	background-color: red; */
}

.collapsable-content{
    /* border: solid red 1px; */
    padding: 15px;
    margin-top: 10px;
    /* margin-right: 10px; */
    /* margin-left: 5px; */
    background-color: white;
    /* color: white; */
    cursor: default;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
.collapsable-content > h3{
    margin: 2px;
}


.active{
	display: block;
}
.deactive{
	display: none;
}
#alphabet{
    position:relative;
    top: 120px;
/*  right: 10%; */
/*  height: 80%; */
/*  width: 500px; */
/*  overflow-y: scroll; */
}

.nav>li>a {
    display: block;
    /*padding: 2px 10px;*/
    font-size: 13px;
    font-weight: 500;
    /*color: #767676;*/
}

.project-entry:focus {
  outline: none;
}

/* 
.nav>li>a:focus, .nav>li>a:hover {
    padding-left: 19px;
    color: #563d7c;
    text-decoration: none;
    background-color: transparent;
    border-left: 1px solid #563d7c;
} */

.nav>li>a>.nav>li {
    position: relative;
    display: block;
    padding: 10px 15px;
} 

.nav .nav>li>a {
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 30px;
    font-size: 12px;
    font-weight: 400;
}

.custom-link{
    text-decoration: none;
    color: white;
}
    
.custom-link:active {
    text-shadow: 0px 0px 5px #f6a828;
}
.custom-link:hover{
	text-decoration: none;
    color: #003e6e;   /* AWI Tiefblau */ 
}


#header-help-bar
{
    /* position: absolute; */
    /* right: 10px; */
    width: 100%;
    min-height: 10px;
    border: 1px solid red;
}
#header-help
{
    /* position: absolute;
    right: 10px; */
}


/* @ media  */
/* @media (min-width: 600px) {
    #content{
        transition: width 500ms; 
        width: 100%;
        left:0;
        top:42px;
        bottom:82px;
    } 
    footer{
        height: 80px;
    }
	.project-title{
	    transition: max-width 500ms; 
    }
    .list-btn{
        transition: padding-right 500ms;
    }
    .viewport {
        transition: left 500ms;
    }
} */

/* @media (min-width: 768px) and (max-width: 768px){ */
@media (min-width: 768px){
    #content{
        transition: width 500ms; 
/*         transition: width 5000ms;  */
        /* left:inherit;
        top:inherit;
        bottom:inherit; */
    } 
	.project-title{
	    transition: max-width 500ms; 
/* 	    max-width: 180px; */
    }
    .list-btn{
        transition: padding-right 500ms;
    }
    .viewport {
        transition: left 500ms;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #content{
        /* width: 305px;  */
        width: 505px; 
    } 
    .project-title{
        /* max-width: 185px; */
        /* max-width: 385px; */
        max-width: 365px;
    }
    .list-btn{
        padding-right: 365px;
    }
    .viewport {
        left: 505px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #content{
        /* width: 390px;  */
        width: 590px; 

    }
    .project-title{
        /* max-width: 270px; */
        /* max-width: 470px; */
        max-width: 450px;
    }
    .list-btn{
        padding-right: 450px;
    } 
    .viewport {
        left: 590px;
    }
}
@media (min-width: 1200px) {
    #content{
        /* width: 360px; */
        width: 560px;
    }
    .project-title{
        /* max-width: 240px; */
        /* max-width: 440px; */
        max-width: 420px;
    }
    .list-btn{
        padding-right: 420px;
    }
    .viewport {
        left: 560px;
    }
}

.non-select{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* --------------------------------------- */
.tooltip {
  position: relative;
  /* display: inline-block; */
  /* border-bottom: 1px dotted black; */
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  /* bottom: 125%; */
  bottom: 100%;
  left: 70%;
  margin-left: 30px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
   /* left: 50%;  */
  left: 20%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
} 

/* .tooltip:hover .tooltiptext { 
  visibility: visible;
  opacity: 1;
} */
li.project-entry:hover > .tooltip 
{
  visibility: visible;
  opacity: 1;
}
li.project-entry:hover > .tooltip .tooltiptext 
{
  visibility: visible;
  opacity: 1;
}
/* LAST SEARCH LIST ELEMENT */
.last-element{
    margin-bottom: 150px !important;
}



