/* ------------------------------------------------------------ */
/*	FONTS														*/
/*  ----------------------------------------------------------- */
@font-face {
  font-family: 'DBSans';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/dbsan03-web.eot');
  src: url('../fonts/dbsan03-web.eot?iefix') format('eot'), url('../fonts/dbsan03-web.woff') format('woff'), url('../fonts/dbsan03-web.svg#dbsan03-web') format('svg');
}
@font-face {
  font-family: 'DBSans';
  font-weight: bold;
  font-style: normal;
  src: url('../fonts/dbsan06-web.eot');
  src: url('../fonts/dbsan06-web.eot?iefix') format('eot'), url('../fonts/dbsan06-web.woff') format('woff'), url('../fonts/dbsan06-web.svg#dbsan06-web') format('svg');
}
@font-face {
  font-family: 'DBSansCond';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/dbsan43-web.eot');
  src: url('../fonts/dbsan43-web.eot?iefix') format('eot'), url('../fonts/dbsan43-web.woff') format('woff'), url('../fonts/dbsan43-web.svg#dbsan43-web') format('svg');
}
@font-face {
  font-family: 'DBSansCond';
  font-weight: bold;
  font-style: normal;
  src: url('../fonts/dbsan46-web.eot');
  src: url('../fonts/dbsan46-web.eot?iefix') format('eot'), url('../fonts/dbsan46-web.woff') format('woff'), url('../fonts/dbsan46-web.svg#dbsan46-web') format('svg');
}
/* ------------------------------------------------------------ */
/*	COLORS 	& VARS												*/
/* ------------------------------------------------------------ */
/* ------------------------------------------------------------ */
/*	TYPO 														*/
/* ------------------------------------------------------------ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 12px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 5px;
}
h1 {
  line-height: 1.5em;
  color: #FFF;
}
@media (min-width: 900px) {
  h1 {
    color: #646973;
  }
}
h2 {
  line-height: 1.5em;
}
a {
  color: #FFF;
  text-decoration: none;
}
a:focus,
a:hover {
  color: #FFF;
  text-decoration: none;
}
@media (min-width: 900px) {
  a {
    color: #B00;
  }
  a:focus,
  a:hover {
    color: #F00;
    text-decoration: none;
  }
}
a:focus {
  outline: none;
}
a.link-internal {
  display: inline-block;
  background-image: url(../img/icons/link-internal.png);
  background-repeat: no-repeat;
  padding-left: 12px;
  background-position: 0px 6px;
}
.interactive {
  cursor: pointer;
}
/* ------------------------------------------------------------ */
/*	STYLE ::: GENERAL 											*/
/* ------------------------------------------------------------ */
body {
  font-family: 'DBSans', Arial;
  color: black;
  font-size: 12px;
  line-height: 1.5em;
  word-wrap: break-word;
}
body .nav > li > a:focus,
body .nav > li > a:hover {
  text-decoration: none;
  background-color: transparent;
}
body.admin-menu {
  margin-top: 0px !important;
}
#main-content {
  position: absolute;
  height: 1px;
}
#main-content.infoseite {
  position: relative;
}
.container,
.container-fluid {
  width: 100%;
  position: relative;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
}
.container > .row,
.container-fluid > .row {
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 900px) {
  .container {
    width: 970px;
    padding-left: 21px;
    padding-right: 21px;
  }
  .container > .row {
    margin-left: -21px;
    margin-right: -21px;
  }
}
/* ------------------------------------------------------------ */
/*	STYLE ::: TEN-KARTE											*/
/* ------------------------------------------------------------ */
#ten-karte {
  position: fixed;
  z-index: 0;
  top: 40px;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../img/ten-karte.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 900px) {
  #ten-karte {
    position: absolute;
    right: auto;
    width: 970px;
    top: 106px;
    height: 674px;
  }
}
#ten-karte .leaflet-bar {
  box-shadow: none;
  border: 0 none;
}
#ten-karte .leaflet-bar a {
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
#ten-karte .leaflet-bar a:first-child {
  margin-bottom: 24px;
}
#ten-karte .leaflet-top.leaflet-left {
  display: none;
}
/* ------------------------------------------------------------ */
/*	STYLE ::: HEADER 											*/
/* ------------------------------------------------------------ */
header {
  position: fixed;
  width: 100%;
  height: 40px;
  z-index: 30;
  background-color: #fff;
}
@media (min-width: 900px) {
  header {
    position: relative;
    height: 106px;
  }
}
header > .container {
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #fff;
  height: 40px;
}
@media (min-width: 900px) {
  header > .container {
    padding-top: 33px;
    padding-bottom: 33px;
    height: auto;
  }
}
header > .container > .block {
  float: right;
}
header > .container #block-locale-language {
  display: block;
  position: absolute;
  right: 3px;
  top: 50px;
}
header > .container #block-locale-language img.language-icon {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}
@media (min-width: 900px) {
  header > .container #block-locale-language {
    top: auto;
    bottom: -30px;
    right: 10px;
  }
}
header > .container #block-locale-language ul.language-switcher-locale-url {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
header > .container #block-locale-language ul.language-switcher-locale-url li.active {
  display: none;
}
header > .container #block-locale-language ul.language-switcher-locale-url li a {
  padding: 10px;
}
header #logo {
  padding-left: 10px;
  padding-top: 1px;
}
header #logo img {
  width: 60px;
  height: auto;
}
@media (min-width: 900px) {
  header #logo {
    padding-left: 21px;
  }
  header #logo img {
    width: 168px;
    height: auto;
  }
}
header #title {
  height: 18px;
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
  padding-top: 0;
  padding-left: 0;
  color: #646973;
  vertical-align: middle;
  height: 24px;
  display: table;
  position: absolute;
  left: 25%;
  padding-right: 45px;
}
@media (min-width: 900px) {
  header #title {
    font-size: 24px;
    line-height: 24px;
    padding-top: 13px;
    left: 25%;
  }
}
header #title > span {
  display: table-cell;
  vertical-align: middle;
}
header #title > span a,
header #title > span a:hover,
header #title > span a:focus,
header #title > span a:active {
  color: #646973;
  text-decoration: none;
}
/* ------------------------------------------------------------ */
/*	STYLE ::: NOHEADER   										*/
/* ------------------------------------------------------------ */
.no-header #admin-menu {
  display: none;
}
.no-header header {
  background-color: transparent;
  margin: 0;
  padding: 0;
  height: 0 !important;
  z-index: 19;
}
.no-header header .container {
  background-color: transparent;
  margin: 0;
  padding: 0;
  height: 0 !important;
}
.no-header header .container > .row {
  display: none !important;
}
.no-header header .container #block-locale-language {
  top: 9px;
}
@media (min-width: 900px) {
  .no-header header .container #block-locale-language {
    top: 15px;
    bottom: auto;
  }
}
.no-header #ten-karte {
  top: 0 !important;
}
.no-header #main-content {
  top: 0 !important;
}
.no-header #legende {
  padding-top: 0 !important;
}
.no-header #legende .legende-headline {
  top: 0 !important;
}
.no-header #main-nav-wrapper {
  margin-top: 0 !important;
}
.no-header #dbnmap-ajax-wrapper > div .infoboard .info {
  margin-top: 0 !important;
}
.no-header #footer {
  display: none;
}
/* ------------------------------------------------------------ */
/*	STYLE ::: NAVIGATION										*/
/* ------------------------------------------------------------ */
.block > h2 {
  padding: 5px 10px;
  margin: 0;
}
@media (min-width: 900px) {
  .block > h2 {
    padding: 5px 21px;
  }
}
#main-nav-wrapper {
  position: absolute;
  width: 100%;
  padding-right: 40px;
  margin-top: 40px;
  z-index: 20;
}
@media (min-width: 900px) {
  #main-nav-wrapper {
    height: 1px;
    padding-right: 0;
    margin-top: 0;
    z-index: auto;
  }
}
#main-nav,
#main-nav-no-ajax {
  position: relative;
  width: 100%;
  padding: 0;
  background-color: transparent;
  color: white;
  z-index: 20;
}
@media (min-width: 900px) {
  #main-nav,
  #main-nav-no-ajax {
    background-color: #c8c8cd;
    color: black;
    width: 25%;
    height: 674px;
  }
}
#main-nav h2,
#main-nav-no-ajax h2 {
  position: fixed;
  background-color: black;
  padding: 10px;
  padding-right: 10px;
  margin: 0;
  color: inherit;
  min-height: 33px;
  z-index: 25;
}
#main-nav h2.black,
#main-nav-no-ajax h2.black {
  right: 40px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 24;
  width: 100%;
  color: #000;
}
@media (min-width: 900px) {
  #main-nav h2.black,
  #main-nav-no-ajax h2.black {
    display: none;
  }
}
@media (min-width: 900px) {
  #main-nav h2,
  #main-nav-no-ajax h2 {
    position: relative;
    right: auto;
  }
}
#main-nav h2 .close-menu,
#main-nav-no-ajax h2 .close-menu {
  position: absolute;
  display: block;
  margin: 0;
  padding: 0;
  top: 50%;
  right: 6px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  background-image: url(../img/icons/close-white.png);
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 900px) {
  #main-nav h2 .close-menu,
  #main-nav-no-ajax h2 .close-menu {
    display: none;
  }
}
@media (min-width: 900px) {
  #main-nav h2,
  #main-nav-no-ajax h2 {
    display: block;
    background-color: transparent;
    padding: 10px 21px;
    margin: 0;
  }
  #main-nav h2 .close-menu,
  #main-nav-no-ajax h2 .close-menu {
    background-image: url(../img/icons/close-white.png);
  }
}
#main-nav div > .content,
#main-nav-no-ajax div > .content {
  position: absolute;
  left: 0;
  margin-top: 33px;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  background-repeat: no-repeat;
  background-position: right center;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 900px) {
  #main-nav div > .content,
  #main-nav-no-ajax div > .content {
    position: relative;
    left: 0;
    margin-top: 0;
    background-color: transparent;
  }
}
#main-nav.closed > div > .content,
#main-nav-no-ajax.closed > div > .content {
  left: -100%;
  padding-right: 32px;
  margin-left: 32px;
  background-image: url(../img/icons/arrow-right-white.png);
}
@media (min-width: 900px) {
  #main-nav.closed > div > .content,
  #main-nav-no-ajax.closed > div > .content {
    left: 0;
  }
}
#main-nav.closed.completely h2.black,
#main-nav-no-ajax.closed.completely h2.black {
  right: 100%;
}
#main-nav.closed.completely h2 .close-menu,
#main-nav-no-ajax.closed.completely h2 .close-menu {
  display: none;
}
#main-nav.closed.completely > div > .content,
#main-nav-no-ajax.closed.completely > div > .content {
  padding-right: 0;
  margin-left: 0;
  background-image: none;
  overflow: hidden;
}
@media (min-width: 900px) {
}
#main-nav .nav li a,
#main-nav-no-ajax .nav li a {
  text-decoration: none;
  color: inherit;
  padding: 10px 10px;
}
@media (min-width: 900px) {
  #main-nav .nav li a,
  #main-nav-no-ajax .nav li a {
    padding: 5px 21px;
  }
}
#main-nav .nav li a:hover,
#main-nav-no-ajax .nav li a:hover,
#main-nav .nav li a:focus,
#main-nav-no-ajax .nav li a:focus,
#main-nav .nav li a.active,
#main-nav-no-ajax .nav li a.active,
#main-nav .nav li.active a,
#main-nav-no-ajax .nav li.active a {
  color: inherit;
}
@media (min-width: 900px) {
  #main-nav .nav li a:hover,
  #main-nav-no-ajax .nav li a:hover,
  #main-nav .nav li a:focus,
  #main-nav-no-ajax .nav li a:focus,
  #main-nav .nav li a.active,
  #main-nav-no-ajax .nav li a.active,
  #main-nav .nav li.active a,
  #main-nav-no-ajax .nav li.active a {
    background-color: #fff;
  }
}
#main-nav .nav li .close-infoboard,
#main-nav-no-ajax .nav li .close-infoboard {
  position: absolute;
  display: none;
  margin: 0;
  padding: 0;
  top: 50%;
  right: 2px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  background-image: url(../img/icons/close-white.png);
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 900px) {
  #main-nav .nav li .close-infoboard,
  #main-nav-no-ajax .nav li .close-infoboard {
    right: 2px;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background-image: url(../img/icons/close.png);
    background-color: transparent;
  }
}
#main-nav .nav li.active .close-infoboard,
#main-nav-no-ajax .nav li.active .close-infoboard,
#main-nav .nav li a.active + .close-infoboard,
#main-nav-no-ajax .nav li a.active + .close-infoboard {
  display: none;
}
@media (min-width: 900px) {
  #main-nav .nav li.active .close-infoboard,
  #main-nav-no-ajax .nav li.active .close-infoboard,
  #main-nav .nav li a.active + .close-infoboard,
  #main-nav-no-ajax .nav li a.active + .close-infoboard {
    display: block;
  }
}
#main-nav .nav li + li,
#main-nav-no-ajax .nav li + li {
  margin-top: 0;
}
#main-nav .ajax-progress-throbber,
#main-nav-no-ajax .ajax-progress-throbber {
  display: none !important;
}
/* ------------------------------------------------------------ */
/*	STYLE ::: CONTENT										*/
/* ------------------------------------------------------------ */
#dbnmap-ajax-wrapper {
  position: absolute;
  height: 1px;
  padding-top: 40px;
  padding-right: 40px;
  width: 100%;
  color: white;
}
#dbnmap-ajax-wrapper.closed .infoboard {
  left: -100%;
  margin-right: -32px;
  padding-right: 32px;
  background-image: url(../img/icons/arrow-right-white.png);
  background-repeat: no-repeat;
  background-position: right center;
}
@media (min-width: 900px) {
  #dbnmap-ajax-wrapper.closed .infoboard {
    background-image: none;
    margin-right: -19px;
    padding-right: 19px;
  }
  #dbnmap-ajax-wrapper.closed .infoboard .open-close {
    background-image: url(../img/icons/arrow-right.png);
  }
}
#dbnmap-ajax-wrapper.closed.completely .infoboard {
  margin-right: 0;
  z-index: 5;
}
#dbnmap-ajax-wrapper.closed.completely .infoboard .info h1 {
  left: -100%;
  right: auto;
}
@media (min-width: 900px) {
  #dbnmap-ajax-wrapper {
    top: 0;
    padding-top: 0;
    padding-right: 0;
  }
}
#dbnmap-ajax-wrapper > div {
  top: 0;
  left: 0;
  padding: 0;
  width: 100%;
  position: absolute;
  height: 1px;
}
@media (min-width: 900px) {
  #dbnmap-ajax-wrapper > div {
    padding-right: 0;
    left: 25%;
    color: black;
    width: 25%;
  }
}
#dbnmap-ajax-wrapper > div .infoboard {
  position: relative;
  margin: 0;
  margin-right: 40px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  left: 0;
  z-index: 25;
  background-color: rgba(0, 0, 0, 0.8);
  background-image: none;
  background-repeat: no-repeat;
  background-position: right center;
}
@media (min-width: 900px) {
  #dbnmap-ajax-wrapper > div .infoboard {
    padding-right: 19px;
    z-index: 5;
    background-color: transparent;
    margin-right: 0;
  }
}
#dbnmap-ajax-wrapper > div .infoboard .close-infoboard {
  position: absolute;
  display: none;
  margin: 0;
  padding: 0;
  top: 0;
  right: 0;
  margin-top: 0px;
  width: 19px;
  height: 30px;
  background-image: url(../img/icons/close.png);
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 900px) {
  #dbnmap-ajax-wrapper > div .infoboard .close-infoboard {
    display: block;
  }
}
#dbnmap-ajax-wrapper > div .infoboard .info {
  position: relative;
  padding: 15px;
  margin-top: 40px;
}
@media (min-width: 900px) {
  #dbnmap-ajax-wrapper > div .infoboard .info {
    background-color: rgba(255, 255, 255, 0.8);
    overflow: auto;
    max-height: 674px;
    margin-top: 0;
  }
}
#dbnmap-ajax-wrapper > div .infoboard .info h1 {
  position: fixed;
  background-color: black;
  padding: 10px;
  padding-right: 30px;
  margin: 0;
  margin-top: -15px;
  color: inherit;
  min-height: 33px;
  left: 0;
  right: 40px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 900px) {
  #dbnmap-ajax-wrapper > div .infoboard .info h1 {
    position: relative;
    background-color: transparent;
    margin: 0;
    padding: 0;
    color: #646973;
    min-height: 0;
    right: auto;
  }
}
#dbnmap-ajax-wrapper > div .infoboard .info h1 .close-infoboard {
  position: absolute;
  display: block;
  margin: 0;
  padding: 0;
  top: 50%;
  right: 14px;
  margin-top: -7px;
  width: 13px;
  height: 13px;
  background-image: url(../img/icons/close-white.png);
}
@media (min-width: 900px) {
  #dbnmap-ajax-wrapper > div .infoboard .info h1 .close-infoboard {
    display: none;
  }
}
#dbnmap-ajax-wrapper > div .infoboard .info .content {
  padding-top: 24px;
}
@media (min-width: 900px) {
  #dbnmap-ajax-wrapper > div .infoboard .info .content {
    padding-top: 0;
  }
}
#dbnmap-ajax-wrapper > div .infoboard .info .content img {
  width: 100%;
  max-width: 300px;
  height: auto;
}
#dbnmap-ajax-wrapper > div .infoboard .info .content a {
  word-wrap: break-word;
}
#dbnmap-ajax-wrapper > div .infoboard .open-close {
  position: absolute;
  display: block;
  width: 19px;
  right: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center right;
}
@media (min-width: 900px) {
  #dbnmap-ajax-wrapper > div .infoboard .open-close {
    background-color: rgba(215, 222, 226, 0.8);
    background-image: url(../img/icons/arrow-left.png);
    width: 19px;
  }
  #dbnmap-ajax-wrapper > div .infoboard .open-close:hover {
    background-color: #d7dee2;
  }
}
#other-content-wrapper {
  position: relative;
  width: 100%;
  top: 65px;
}
@media (min-width: 900px) {
  #other-content-wrapper {
    top: 0;
    position: relative;
    width: auto;
    padding: 0 15px;
  }
}
@media (min-width: 900px) {
  #other-content-wrapper > div {
    left: 25%;
    width: 75%;
  }
}
#other-content-wrapper .node-bauprojekt {
  display: none !important;
}
#other-content-wrapper #node-16 {
  font-family: 'DBSansCond';
  padding-top: 15px;
  color: #000;
  position: absolute;
}
#other-content-wrapper #node-16 h1 {
  display: none;
}
/* ------------------------------------------------------------ */
/*	STYLE ::: FOOTER											*/
/* ------------------------------------------------------------ */
#legende {
  position: absolute;
  left: 0;
  right: 40px;
  width: auto;
  font-size: 11px;
  padding: 0;
  padding-top: 40px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#legende.closed {
  left: -100%;
  right: 100%;
}
#legende.closed .legende-headline {
  left: -100%;
  right: 100%;
}
@media (min-width: 900px) {
  #legende.closed {
    left: auto !important;
    right: auto !important;
  }
  #legende.closed .legende-headline {
    left: auto !important;
    right: auto !important;
  }
}
#legende > .row {
  margin-right: 0;
}
@media (min-width: 900px) {
  #legende > .row {
    margin-right: -21px;
  }
}
#legende .legende-content {
  background-color: rgba(0, 0, 0, 0.8);
  padding-bottom: 5px;
  padding-top: 50px;
}
@media (min-width: 900px) {
  #legende .legende-content {
    padding-top: 12px;
  }
}
#legende .legende-headline {
  top: 40px;
  position: fixed;
  padding: 0;
  left: 0;
  right: 40px;
  z-index: 30;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 900px) {
  #legende .legende-headline {
    top: 0;
    text-align: right;
    position: relative;
  }
}
#legende .legende-headline h2 {
  margin-top: 0;
  background-color: black;
  padding: 10px;
  margin: 0;
  min-height: 33px;
  z-index: 30;
  color: #FFF;
  position: relative;
}
@media (min-width: 900px) {
  #legende .legende-headline h2 {
    background-color: transparent;
    color: inherit;
    padding-top: 14px;
  }
}
#legende .legende-headline h2 .close-legende {
  position: absolute;
  display: block;
  margin: 0;
  padding: 0;
  top: 50%;
  right: 2px;
  margin-top: -15px;
  width: 40px;
  height: 30px;
  background-image: url(../img/icons/close-white.png);
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 900px) {
  #legende .legende-headline h2 .close-legende {
    display: none;
  }
}
#legende .item {
  padding-left: 15px;
  padding-right: 10px;
}
@media (min-width: 900px) {
  #legende .item {
    padding-left: 0;
  }
}
#legende .item .korridor-button {
  display: block;
  padding: 10px;
  padding-left: 25px;
}
@media (min-width: 900px) {
  #legende .item .korridor-button {
    background-color: #c8c8cd;
    padding-left: 25px;
    cursor: pointer;
    margin-bottom: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    color: #000;
  }
  #legende .item .korridor-button:hover,
  #legende .item .korridor-button:focus {
    background-color: #878c96;
    color: #FFF;
  }
}
#legende .farbe {
  display: block;
  background-color: #CCC;
  float: left;
  width: 10px;
  height: 7px;
  margin-top: 6px;
  margin-left: -18px;
}
@media (min-width: 900px) {
  #legende {
    position: relative;
    top: auto;
    margin-top: 674px;
    padding: 0 21px;
    width: 970px;
  }
  #legende .legende-content {
    background-color: #fff;
    display: block !important;
  }
  #legende .legende-content > .row {
    margin-right: -25px;
  }
}
.legende-button {
  position: fixed;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.legende-button.closed {
  left: -100%;
}
.legende-button h2 {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 10px;
  margin: 0;
  color: #FFF;
}
@media (min-width: 900px) {
  .legende-button {
    display: none !important;
  }
}
#copyright {
  margin-top: 3em;
  background-color: #c8c8cd;
  padding: 5px 0;
}
#copyright p {
  margin: 0;
}
#footer #secondary-menu {
  margin-top: .5em;
  margin-bottom: 2em;
}
#footer #secondary-menu ul.menu > li > a {
  display: block;
  background-image: url(../img/icons/link-internal.png);
  background-repeat: no-repeat;
  background-position: 0px 5px;
  padding: 2px 12px;
}
/* ------------------------------------------------------------ */
/*	STYLE ::: BACKEND-STUFF										*/
/* ------------------------------------------------------------ */
.glyphicon-backend {
  font-size: 20px !important;
  vertical-align: middle;
  color: #F00 !important;
  display: none;
  font-weight: bold;
  text-decoration: none;
}
@media (min-width: 900px) {
  .glyphicon-backend {
    display: inline-block;
  }
}
.glyphicon-backend:focus,
.glyphicon-backend:hover {
  text-decoration: none;
}
#admin-menu {
  display: none;
}
@media (min-width: 900px) {
  #admin-menu {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */