﻿/* ...mobile styles here... */
/* ...mobile styles here... */
/* ...mobile styles here... */
body {
  background: #A5A5A5;
  margin: 4px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px !important;
}
a:link {
  color: #4e4b4b;
}
a:visited {
  color: #1a1919;
}
a:hover {
  color: #9b9797;
}
a:active {
  color: maroon;
  position: relative;
  top: 1px;
  left: 1px;
}
img {
  max-width: 100%;
  height: auto;
}
#xh_adminmenu_fixed {
  z-index: 1000;
}
.page-header {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 100;
  *zoom: 1;
  background: #ffea10;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px outset #fff376;
  margin: 0;
  padding: 10px;
}
.page-header:before,
.page-header:after {
  content: " ";
  display: table;
}
.page-header:after {
  clear: both;
}
.page-header > * {
  display: inline-block;
  vertical-align: middle;
}
.page-header .logo-link {
  width: 29%;
}
.page-header .logo-text {
  text-align: center;
  width: 59%;
  margin: 2% 4%;
}
.page-header .logo-text span {
  display: inline-block;
  width: 0;
  height: 0;
  text-indent: -999em;
  overflow: hidden;
}
.page-header > a .logo {
  margin: 0 10%;
  min-width: 36px;
}
/*Display 'show menu' link*/
/*Style 'show menu' label button and hide it by default*/
.show-menu {
  font-size: 4rem;
  font-weight: 900;
  line-height: 2.5rem;
  -moz-transition: all 100ms 0;
  -webkit-transition: all 100ms 0;
  -o-transition: all 100ms 0;
  transition: all 100ms 0;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  margin: 0 auto;
  display: block;
  display: none;
}
.show-menu {
  display: block;
}
nav {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 99;
}
nav .toc {
  display: none;
}
nav .toc ul {
  background: #272626;
  list-style: none;
  padding: 0 0 .4rem 0;
  margin: 0 0.3rem;
}
nav .toc ul li a {
  -moz-transition: all 100ms 0;
  -webkit-transition: all 100ms 0;
  -o-transition: all 100ms 0;
  transition: all 100ms 0;
  display: block;
  background: #272626;
  padding: 0.4rem 0.8rem;
}
nav .toc ul li a:hover {
  background: #171717;
  text-indent: 1rem;
}
nav .toc ul li.sdocs {
  -moz-transition: all 100ms 0;
  -webkit-transition: all 100ms 0;
  -o-transition: all 100ms 0;
  transition: all 100ms 0;
  display: block;
  padding: 0.4rem 0.8rem;
  background: #ffea10;
}
nav .toc ul li.sdocs > a {
  color: black;
  background: #ffea10;
  font-weight: bold;
  font-style: italic;
  /*&:before {
							content: ">> ";
						}

						&:after {
							content: " <<";
					}*/
}
nav .toc ul li.sdocs > ul {
  margin: 0 -1.2rem;
  box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.3);
}
nav .toc ul li.sdocs > ul > li {
  border-bottom: 1px solid #272626;
}
nav .toc ul li.sdoc > span {
  font-weight: bold;
  text-indent: 1rem;
  display: block;
  background: #ffea10;
  padding: 0.4rem 0.8rem;
}
nav .toc a {
  color: antiquewhite;
  text-decoration: none;
}
nav .toc a:hover {
  color: #fffef6;
}
nav .toc header,
nav .toc footer {
  background: #272626;
  margin: 0 0.3rem;
  color: antiquewhite;
  text-align: center;
}
nav .toc header div,
nav .toc footer div {
  display: block;
  padding: 0.4rem 0;
}
nav .toc header div {
  padding: 0.8rem 0;
}
nav .toc footer {
  border-bottom-left-radius: .5rem;
  border-bottom-right-radius: .5rem;
  border-top: 1px solid #ffea10;
}
nav .toc footer div:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
nav .toc footer div a:not(.button) {
  -moz-transition: all 100ms 0;
  -webkit-transition: all 100ms 0;
  -o-transition: all 100ms 0;
  transition: all 100ms 0;
  display: block;
  padding: 0.4rem 0.8rem;
}
nav .toc footer div a:not(.button):hover {
  background: #171717;
  text-indent: 1rem;
}
nav .toc footer p {
  padding: 0.4rem;
}
#searchbox {
  padding: 0 5%;
}
#searchbox input {
  height: 2rem;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 1rem;
  border: 1px solid grey;
}
#searchbox input[type="text"] {
  padding-left: .8rem;
  width: 75%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#searchbox input[type="submit"] {
  width: 25%;
  background-color: #ffea10;
  color: black;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 1px outset #fff376;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#content {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  vertical-align: top;
  background: #fffef6;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px outset #fffef6;
  padding: 10px;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
}
#content aside {
  float: none;
  display: block;
  border-bottom: 1px solid #cccccc;
  min-height: 2rem;
}
#content aside #breadcrumb {
  display: inline-block;
  max-width: 65%;
}
#content aside .print-page {
  /*float: right;
			display: inline-block;*/
  border-left: 1px solid #cccccc;
  padding-left: .5rem;
  position: absolute;
  top: 7px;
  right: 4px;
  display: block;
}
#content aside .print-page a {
  vertical-align: middle;
}
#content aside .print-page .print-text {
  display: none;
}
#content aside .print-page .icon.icon-print {
  vertical-align: middle;
  display: inline-block;
  height: 1.5rem;
  margin: 0 .5rem;
}
.container-news {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}
.container-news .icon.icon-news {
  float: right;
  height: 1.5rem;
  margin-left: 0.3rem;
}
.container-news h4 {
  display: inline;
}
.container-news .news {
  background-color: #fffef6;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px outset #fffef6;
  padding: 10px;
  margin-bottom: 0.3rem;
  vertical-align: top;
}
.page-footer {
  margin-top: 0.3rem;
  background: #ffea10;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px outset #fff376;
  display: block;
  padding: 1rem;
  text-align: center;
}
.cc-map-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.cc-map-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 600px) {
  /* ...tablet styles here... */
  /* ...tablet styles here... */
  /* ...tablet styles here... */
  #content {
    display: inline-block;
    width: 75%;
    margin: 0.3rem 0 0 0;
  }
  #content aside .print-page .print-text {
    display: inline;
  }
  .container-news {
    display: inline-block;
    width: 25%;
    padding-left: 0.3rem;
  }
  .container-news .news {
    display: block;
    width: auto;
    margin: 0.3rem 0;
  }
}
@media screen and (min-width: 900px) {
  /* ...desktop styles here... */
  /* ...desktop styles here... */
  /* ...desktop styles here... */
  /* ...desktop styles here... */
  nav {
    margin-right: -0.3rem;
    display: inline-block;
    width: 25%;
    vertical-align: top;
  }
  nav .toc {
    display: block !important;
  }
  .show-menu {
    display: none;
  }
  #content {
    display: inline-block;
    width: 55%;
    margin: 0.3rem 0 0 0;
  }
  #content aside .print-page .print-text {
    display: inline;
  }
  .container-news {
    display: inline-block;
    width: 20%;
    padding-left: 0.3rem;
  }
  .container-news .news {
    display: block;
    width: auto;
    margin: 0.3rem 0;
  }
  #wrapper {
    max-width: 1024px;
    margin: 0 auto;
  }
}
.sort-ramme {
  border: 1px solid black;
}
.button.button-glass {
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 1rem 2rem;
  text-shadow: -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-bottom: 3px solid rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  border-radius: 3rem;
  background: rgba(255, 234, 16, 0.9);
  -o-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5), inset 0 1px rgba(255, 255, 255, 0.3), inset 0 10px rgba(255, 255, 255, 0.2), inset 0 10px 20px rgba(255, 255, 255, 0.25), inset 0 -15px 30px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5), inset 0 1px rgba(255, 255, 255, 0.3), inset 0 10px rgba(255, 255, 255, 0.2), inset 0 10px 20px rgba(255, 255, 255, 0.25), inset 0 -15px 30px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5), inset 0 1px rgba(255, 255, 255, 0.3), inset 0 10px rgba(255, 255, 255, 0.2), inset 0 10px 20px rgba(255, 255, 255, 0.25), inset 0 -15px 30px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5), /* Exterior Shadow */ inset 0 1px rgba(255, 255, 255, 0.3), /* Top light Line */ inset 0 10px rgba(255, 255, 255, 0.2), /* Top Light Shadow */ inset 0 10px 20px rgba(255, 255, 255, 0.25), /* Sides Light Shadow */ inset 0 -15px 30px rgba(0, 0, 0, 0.3);
  /* Dark Background */
  margin: 10px 0;
  display: inline-block;
  text-decoration: none;
}
.button.button-glass:hover {
  box-shadow: 0 0 60px -2px rgba(255, 240, 0, 0.9), 0 2px 8px rgba(0, 0, 0, 0.5), /* Exterior Shadow */ inset 0 1px rgba(255, 255, 255, 0.3), /* Top light Line */ inset 0 10px rgba(255, 255, 255, 0.2), /* Top Light Shadow */ inset 0 10px 20px rgba(255, 255, 255, 0.25), /* Sides Light Shadow */ inset 0 -15px 30px rgba(0, 0, 0, 0.3);
  /* Dark Background */
}
/*# sourceMappingURL=stylesheet.css.map */