/*************************************************************************
HTML ELEMENTE
**************************************************************************/

@font-face {
    font-family: 'museo_slab_500';
    src: url('../fonts/Museo_Slab_500_2-webfont.eot');
    src: url('../fonts/Museo_Slab_500_2-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Museo_Slab_500_2-webfont.woff') format('woff'), url('../fonts/Museo_Slab_500_2-webfont.ttf') format('truetype'), url('../fonts/Museo_Slab_500_2-webfont.svg#museo_slab500') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    height: 100%
}

body {
    font-family: 'museo_slab_500';
    /* font-size: 14px;*/

    height: 100%;
    margin: 0;
    padding: 0;
}

::-webkit-input-placeholder {
    /* WebKit browsers */

    color: #3C3C3C;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */

    color: #3C3C3C;
    opacity: 1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */

    color: #3C3C3C;
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */

    color: #3C3C3C;
}

input {
    font-family: 'museo_slab_500';
}
ul #menu{
  padding: 0;
}
ul[id^=listGroup_]{
  display: none;
}
a[id^=mehrInfo_]{
  text-decoration: none;
}




/*************************************************************************
ID'S
**************************************************************************/

#logoContainer {
    margin: 0;
}

#left_drawer {
    background: #3C3C3C;
    overflow-y: auto;
}

#drawerToggler {
    position: absolute;
    top: 1px;
    left: 0;
    width: 26px;
    height: 26px !important;
    background: white;
    z-index: 10;
}

#goViewer {
    margin-bottom: 20px;
    border-bottom: 1px solid #7C7C7C;
    border-top:1px solid #7C7C7C;
    padding: 8px 12px;
}

#goViewer a {
  text-decoration:none;
  color: white;
  padding-left: 10px;
  font-size: 16px;
}
/*#goViewer:hover{
background: #FFD044 url("../img/hover_y.gif") left center no-repeat !important;
}*/
#goViewer a:hover{
  color:#FFD044;
}
#section0{
    background: url(../img/foto_urnersee/JME_1291_sw_web.jpg) no-repeat center center fixed;
    background-size: cover;
    text-align: center;
    padding-top:40px;
}
#section1, #section2, #section3, #section4, #section5{
    background-color: WhiteSmoke;
}
#geodaten_panels {
    padding-top: 60px;
}

#aktuell{
  position: relative;
  padding-top: 25em;
}
#aktuell .panel-heading{
  background: rgba(0,20,0,0.1);
  color: #ffd044;
}
#aktuell .panel-body{
  background: rgba(255,255,255,0.6);
  height:100px;
  max-height: 100px;
  overflow-y: auto;
}

/*************************************************************************
KLASSEN
**************************************************************************/
.menu{
  padding: 0;
}
.menu li {
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
    list-style-type: none;
    text-decoration: none;
}

.menu li.active {
    background: #FFD044 url("../img/hover_y.gif") left center no-repeat !important;
}
.menu li:hover{
    background: #FFD044 url("../img/hover_y.gif") left center no-repeat !important;
}
.menu a li:hover {
    color:#3C3C3C;
}
.menu a li.active {
  color:#3C3C3C;
}
.menu a{
  text-decoration:none;
  color: white;
}
.grey{
  color: grey !important;
  font-weight: lighter;
}


.tocFont {
    font-size: 12px;
}

.bold {
    font-weight: bold;
}

.yellow {
    color: #FFD044;
}
.darkGrey {
    color: #3C3C3C;
}

.white{
    color:white;
}

.logo {
    padding: 30px 20px 30px 20px;
}
/* TYPEAHEAD STYLES */

.twitter-typeahead{
  position: static !important;
  display: inline !important;

}
.search {
    margin: auto;
    width: 460px !important;
      }


.tt-menu,
.gist {
  text-align: left;
}
.typeahead,
.tt-query,
.tt-hint {
  width: 396px !important;
  height: 15px;
  padding: 8px 12px;
  font-size: 12px;
  /*line-height: 30px;*/
  border: 1px solid #FFD044;
  -webkit-border-radius: 1px;
     -moz-border-radius: 1px;
          border-radius: 1px;
  outline: none;
}

.typeahead {
  /*background-color: #fff;*/
  background: #FFD044 url(../img/glyphicons/png/glyphicons-208-remove-2_small.png) no-repeat right -10px center;
  /*Boostrap Box Problem ueberschreiben */
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
       box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

/*.typeahead:focus {
  border: 2px solid #0097cf;
}*/

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999
}

.tt-menu {
  width: 422px;
  margin: 12px 0;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 12px;
  line-height: 24px;
}

.tt-suggestion:hover {
  cursor: pointer;
  background-color: #FFD044;
}

.tt-suggestion.tt-cursor {
  background-color: #FFD044;

}

.tt-suggestion p {
  margin: 0;
}


.gist {
  font-size: 14px;
}
/*Custom */
.tt-menu {
  max-height: 400px;
  overflow-y: auto;
}

.typeahead.x {
    background-position: right 5px center;
}

.typeahead.onX {
    cursor: pointer;
}


.empty-message {
    padding: 3px 20px;
}

.kategorie {
    margin: 0 20px 5px 20px;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}

.suggestionImage {
    max-width: 15px;
    max-height: 15px;
}

.right {
    float: right;
}

.collapseMenu {
    background: #3C3C3C;
    list-style: none;
    margin: 0;
    border-bottom: 1px solid #7C7C7C;
    color: #fff;
    display: block;
    padding: 8px 12px;
}

.collapseMenu:hover {
    background: #FFD044 url("../img/hover_y.gif") left center no-repeat !important;
    color: #000 !important;
    padding-bottom: 8px !important;
}
.title{
    font-size: 16px;
}
h1.white{
    padding-bottom: 40px;
}
ul.nav{
    padding-top: 40px;
}
.well{
    background-color: white;
}
.nav-pills > li.active > a{
    font-size: 16px;
}
.transparent{
  background: transparent;
}
.input-group-addon{
  background-color:#FFD044;
  border: none;
  cursor: pointer;
}

/*
Animation of the arrow in the geodata section
*/
.spin {
  -webkit-animation: spin .5s 1 linear;
  -moz-animation: spin .5s 1 linear;
  -o-animation: spin .5s 1 linear;
  animation: spin .5s 1 linear;
     -webkit-transform-origin: 50% 58%;
         transform-origin:50% 58%;
         -ms-transform-origin:50% 58%; /* IE 9 */
}

.lockImage {
  height: 15px;
}

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(180deg);
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(180deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(180deg);
  }
}


/*************************************************************************
RESPONSIVE
**************************************************************************

drawer is always visible on a wide screen
so menu button isn't required */

core-drawer-panel:not([narrow]) #drawerToggler {
    display: none;
}

@media screen and (max-width: 760px) {
    .search{
      width: 288px !important;
    }
    .typeahead,
    .tt-query,
    .tt-hint {
      width: 250px !important;

    }
    .tt-menu {
    max-height: 300px;
    width: 295px;
    overflow-y: auto;
  }
    h1.white{
      padding-bottom: 10px
    }
    #section0{
      padding-top: 10px;
    }
}
@media screen and (max-width: 864px) {
  #aktuell{
      display: none;
    }
  }
