@font-face {
    font-family: 'db';
    src: url('/css/font/db.eot');
    src: url('/css/font/db.eot?#iefix') format('embedded-opentype'),
         url('/css/font/db.woff') format('woff'),
         url('/css/font/db.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
	font-family: 'db_time';
	src: url('/css/font/Time.eot');
        src: url('/css/font/Time.eot?#iefix') format('embedded-opentype'),
             url('/css/font/Time.woff') format('woff'), 
             url('/css/font/Time.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

html {
  position: relative;
  min-height: 100%;
  
}
body {
  /* Margin bottom by footer height */
  background: 
      repeating-linear-gradient(
      -45deg,
      #dfecce,
      #dfecce 50px,
      #fff 50px,
      #fff 100px
    );
    font-family: Arial,Helvetica,sans-serif;
    letter-spacing: 1px;
    line-height: 22px;
}

h1, h2, h3 {
    font-family: db;
}

a {
    color: #5f9901;
    text-decoration: none;
}

a:hover, a:visited, a:focus {
    color: #5f9901;
    text-decoration: underline;
}

.wrap {
    min-height: 100%;
    height: auto;
    /*margin: 0 auto -60px;
    padding: 0 0 60px;*/
}

.wrap > .container {
    /* padding: 70px 15px 20px; */
    padding-left: 0 !important; 
}


.footer {
  position: fixed;
  z-index: 1000;
  bottom: -85px;
  width: 100%;
  height: 75px;
  background-color: #f0f2e3;
  border-top: 10px solid #fff;
}


.not-set {
    color: #c55;
    font-style: italic;
}

.loading {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    display: none;
}

/* BOTSTRAP MOD */
.dropdown-menu {
    font-size: 20px;
}

.dropdown-menu li {
    padding: 5px 0;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #5f9901;
    border-color: #5f9901;
}

.pagination > li > a, 
.pagination > li > a:hover, 
.pagination > li > span:focus, 
.pagination > li > span:hover, 
.pagination > li > span {
    color: #5f9901;
}

.btn-primary, .btn-primary:hover, .btn-primary:active:hover, .btn-primary:focus,
.btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, 
.btn-primary:active:focus, .btn-primary.active:focus, 
.open > .dropdown-toggle .btn-primary:focus, .btn-primary.focus:active, 
.btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
    background: #5f9901;
    border: none;
    color: #fff;
}

a.btn-primary {
    color: #fff;
}

a.btn-primary:hover, .btn-primary:hover {
    text-decoration: underline;
}



/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.alert ul {
    padding-left: 15px;
}

.alert-danger ul li a {
    color: #a94442;
}

/* HEADER */
.navbar {
    background: #f0f2e3;
    margin-bottom: 0;
}

.navbar-default .navbar-nav > li > a {
    font-family: db;
    color: #5f9901;
    font-size:20px;
}

.nav > li > a {
    padding: 10px 15px;
}
    

.navbar-header {
    float: none;
    height: 80px;
    position: relative;
}

.navbar-inverse {
    border: none;
}

.navbar-brand {
    position: relative;
}

.container > .navbar-header {
    margin-left: 0;
}

.navbar-brand span {
    position: absolute;
    top: 10px;
    font-size: 1.5em;
    letter-spacing: -0.06em;
    font-family: db_time;
    color: #5f9901;
}

.clock_days {
    left: 14px;
    position: relative;
    display: block;
}

.clock_hours {
    left: 70px;
    position: absolute;
}

.clock_minutes {
    left: 125px;
    position: absolute;
}

.clock_seconds {
    left: 183px;
    display: block;
    position: absolute;
}

.breadcrumb {
    border-radius: 0;
    margin-bottom: 0;
    margin-right: -15px;
    background: #fff;
}


/* PAGE */
.doku_box {
    background: #f0f2e3;
    padding: 20px;
    border-bottom: 25px solid #fff;
    margin-right: -15px;
    min-height: 800px;
    overflow: hidden;
}

.doku_footer {
        background: #f0f2e3;
        padding: 20px;
        min-height: 150px;
    }

.abstract-block {
    margin-bottom: 50px;
}

.whitebox {
    background: #fff;
   margin-left: -20px;
    margin-right: -20px;
    padding: 5px 20px 20px;
}

.artikel-view h2, .artikel-view h1 {
    font-size: 2em;
    margin: 15px 0 5px 0;
    color: #5f9901;
}

.artikel-view h3, .artikel-view h3 {
   font-size: 1.1em;
   margin: 5px 0 5px 0;
}

/* Sidebar */
.artikel-sidebar h1, .artikel-sidebar h2 {
   font-size: 1.5em;
    margin: 15px 0 5px 0;
    color: #5f9901; 
}

.artikel-sidebar h3, .artikel-sidebar h4 {
   font-size: 1em;
    margin: 5px 0 5px 0;
    color: #000; 
}

.artikel-audiolink-buttons {
    margin-top: -9px;
    padding-right: 10px;
}

.artikel-audiolink h3 {
    margin: 10px 0 0 0;
}

.artikel-view img {
    margin-bottom: 10px;
    width: 100%;
}

#comment-captcha-image {
    width: auto;
}

.audio-item {
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #ccc;
}

.audio-item:hover {
    background: #fff;
}

.audio-item p {
    margin: 0;
}

.audio-item h2 {
    font-size: 1.2em;
    margin: 0 0 5px 0;
    color: #5f9901;
}

.audio-view-summary {
    text-align: right;
}

.audio-item-iconsize {
    color: #5f9901;
    border: 2px solid #5f9901;
    font-size: 1.5em;
    margin: 10px 10px 10px 0;
    padding: 8px;
    -moz-border-radius: 4px; 
   border-radius: 4px;
}

.audio-item-iconsize2 {
    background: #5f9901;
    color: #fff;
    font-size: 2em;
    margin: 10px 10px 10px 0;
    padding: 9px;
    -moz-border-radius: 4px; 
   border-radius: 4px;
}

.audio-item-iconsize3 {
    border: 2px solid #5f9901;
    color: #5f9901;
    font-size: 1.6em;
    margin: 10px 10px 10px 0;
    padding: 4px;
    -moz-border-radius: 4px; 
   border-radius: 4px;
}

.audio-item-img img {
   max-height: 70px;
   max-width: 200px;
   float: left;
   margin-right: 20px;
   margin-bottom: 0px;
}

.audio-search {
    display: none;
}


/* PLAYER */
#player {
    position: relative;
}

#jdokuplayer_container {
    top: 10px;
    position: absolute;
}

.close-player {
    position: absolute;
    z-index: 10;
    background: #fff;
    color: #000;
    height: 39px;
    width: 30px;
    right: 15px;
    border: 7px solid #fff;
    cursor: pointer;
}

.close-player span {
    font-weight: bold;
}

.dokuplayer-info {
    position: absolute;
    top: 10px;
    left: 390px;
    width: 100%;
}

.dokuplayer-info img {
    height: 40px;
    margin-right: 10px;
    float: left;
}

.dokuplayer-info h2 {
    font-size: 1em;
    font-weight: bold;
    margin: 0 0 4px;
}

.dokuplayer-info p {
}


/* Audio View Page */
.audio-view h3 {
    font-size: 2em;
}

.artikel-audiolink-content h3 {
    font-size: 1.2em;
}

.audio-view h1 {
    font-size: 2.5em;
    margin-bottom: 0px;
    margin-top: 0px;
}

.audio-view {
    padding-top: 15px;
}

.audio-view h4 {
    font-size: 1em;
    margin-bottom: 5px;
    margin-top: 5px;
}

.audio-view-right {
    text-align: left;
}

audio-view-right img {
    max-width: 100%;
}


/* Extras */
.dokublogsearch input {
     margin: 10px 0 0 10px;
    width: 90%;
}

.dokublogextras {
    margin-top: -20px;
    color: #5f9901;
    list-style: none;
    margin-left: -40px;
    font-family: db;
}

.dokublogextras i {
    padding-bottom: 5px;
    padding-right: 5px;
    position: relative;
    top: 5px;
}

#gmdokumap {
    width: 100%;
    height: 300px;
    border: 0;
    overflow:hidden;
}

.leaflet-control-geocoder-expanded input, .leaflet-control-geocoder-error, ul.leaflet-control-geocoder-alternatives {
    width: 500px;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    
    /* LAYOUT, BOOTSTRAP */
    .container {
        /* margin-right: 15px;
        padding-left: 15px; */
    }
    
    .breadcrumb {
        margin-right: -15px;
    }
    
    .dropdown-menu {
        font-size: 14px;
    }

    .dropdown-menu li {
        padding: 0;
    }
    
    /* HEADER */
    .navbar-collapse {
        position: absolute;
        top: 75px;
        /* right: 30px; */
    }
    
    .navbar {
        min-height: 120px;
    }
    
    .navbar-default .navbar-nav > li > a {
        font-size:15px;
    }
    
    .nav > li > a {
        padding: 10px 5px;
    }
    
    
    /* PAGE */
    .doku_box {
        background: #f0f2e3;
        border-left: 25px solid #fff;
        border-right: 25px solid #fff;
        border-bottom: 25px solid #fff;
        padding: 1px 20px 20px 20px;
    }
    
    .doku_box_sidebar {
        background: #f0f2e3;
        border-right: 25px solid #fff;
        border-bottom: 25px solid #fff;
        border-left: 25px solid #fff;
        padding: 1px 20px 20px 20px;
        margin-left: -50px;
    }
    
    .locationmap {
        overflow: hidden;
    }
    
    .artikel-audiolink-buttons {
        float: left;
    }
    
    .artikel-audiolink {
        clear: both;
    }
    
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    
    .breadcrumb {
        margin-right: 0px;
    }
    
    .navbar-default .navbar-nav > li > a {
        font-size:16px;
    }
    
    .nav > li > a {
        padding: 10px 15px;
    }
    
    .audio-view-right {
        text-align: right;
    }
    
    .audio-item-iconsize {
        font-size: 1em;
    }
    

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
    
    .navbar-default .navbar-nav > li > a {
        font-size: 16px;
    }
    
    /* HEADER */
    .navbar-collapse {
        position: absolute;
        top: 0px;
        right: 30px;
    }
    
    .navbar {
        min-height: 55px;
    }

}


