/* LESS Document */
@import "normalize.css";
html {
  box-sizing: border-box;
  margin: 0;
  line-height: normal;
  padding: 0;
  font-size: 18px;
  height: 100%;
}
html h1 {
  color: #aa0000;
  text-align: center;
}
html h2 {
  color: black;
  font-size: 1em;
  text-align: center;
}
html .clearfix {
  clear: both;
}
html .tmpImgHolder {
    padding: 10px;
    display: none;
    z-index: 10;
    position: absolute;
    background: #f5f5f5; 
    background: -moz-linear-gradient(top,  #f5f5f5 0%, #efefef 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f5f5f5 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f5f5f5 0%,#efefef 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f5f5f5 0%,#efefef 100%); /* IE10+ */
    background: linear-gradient(top,  #f5f5f5 0%,#efefef 100%); /* W3C */
    -pie-background: linear-gradient(top,  #f5f5f5 0%,#efefef 100%); 
    border-radius: 7px;
    border:1px solid #d8d8d8;
    -webkit-box-shadow: 16px 22px 20px -7px rgba(0,0,0,0.5);
    -moz-box-shadow: 16px 22px 20px -7px rgba(0,0,0,0.5);
    box-shadow: 16px 22px 20px -7px rgba(0,0,0,0.5);
}
html .tmpImgHolder div {
    padding: 10px 0px 5px 10px;
}

html .tmpImgHolder div span {
  font-size: 0.6rem;
  float: right;
  padding: 10px 10px 5px 0px;
}

html .tmpImgHolder img {
  top: 0;
  left: 0;
  min-width: 500px;
  min-height: 350px;
  border: 2px solid #d8d8d8;
}

html .artImg {
  cursor: pointer;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

html #background {
  display: none;
  opacity: 0.8;
  background-color: white;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

body {
  height: 100%;
}
body .invisible {
  display: none;
}
body .header {
  height: 50px;
  width: 100%;
  background-color: #aa0000;
}
body .header .header-sizer {
  margin-left: auto;
  margin-right: auto;
  width: 800px;
}
body .header .header-sizer .logo {
  float: left;
}

body .header .header-sizer .logo img {
  z-index: 1;
  position:absolute;
  border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
  box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
  border-bottom: 2px #aa0000 solid;
  border-left: 2px #aa0000 solid;
  border-right: 2px #aa0000 solid;
}
body .header .header-sizer .lang {
  float: right;
  height: 50px;
  cursor: pointer;
  padding: 0px 20px 0px 20px;
}
body .header .header-sizer .lang:hover {
  border-bottom: 3px white solid;
}
body .header .header-sizer .lang img {
  height: 20px;
  margin-top: 16px;
  border: 1px lightgrey outset;
  float: right;
}

body .banner {
    position: relative;
    width:100%;
    overflow: auto;
    height: 350px;
    box-shadow: 0 1px 2px rgba(0,0,0,.25);
}

body .banner ul{
    list-style: none;
    list-style-type: none;
    width: 500%;
}

.banner ul , li {
  margin:0;
  padding:0;
}

body .banner ul li{
    list-style: none;
    list-style-type: none;
    display: block;
    float: left;
    width: 20%;
    min-height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: inset 0 -3px 6px rgba(0,0,0,.1);
}

body .spaceholder {
  position: relative;
  width: 100%;
  height: 8px;
  background-color: #aa0000;
}

body .content {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  border-left: 1px lightgrey solid;
  border-right: 1px lightgrey solid;
}

body .content .navbar-vertical {
  position: absolute;
  top: 0;
  left: -170px;
  width: 170px;
  margin: 0;
  cursor: pointer;
}

body .content .navbar-vertical ul {
  list-style-type: none;
  padding: 5px 10px 5px 10px;
  font-size: 18px;
  color: #aa0000;
  margin: 0;
}

body .content .navbar-vertical ul li {
  border-bottom: 1px lightgrey solid;
  padding: 5px 0 5px 0;
}

body .content .navbar-vertical ul #nav1,
body .content .navbar-vertical ul #nav2,
body .content .navbar-vertical ul #nav3,
body .content .navbar-vertical ul #nav4,
body .content .navbar-vertical ul #nav5 {
  border: none;
  display: none;
}
body .content .navbar-vertical ul #nav1 a,
body .content .navbar-vertical ul #nav2 a,
body .content .navbar-vertical ul #nav3 a,
body .content .navbar-vertical ul #nav4 a,
body .content .navbar-vertical ul #nav5 a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  font-size: 15px;
  color: black;
  border-left: 3px #aa0000 solid;
  padding: 2px 0 2px 5px;
}
body .content .navbar-vertical ul #nav1 a:hover,
body .content .navbar-vertical ul #nav2 a:hover,
body .content .navbar-vertical ul #nav3 a:hover,
body .content .navbar-vertical ul #nav4 a:hover,
body .content .navbar-vertical ul #nav5 a:hover {
  margin-left: 5px;
}
body .content .page-content {
  min-height: 800px;
  padding: 5px 5px 5px 5px;
}
body .content .page-content .best {
  width: 100%;
  margin-top: 20px;
}
body .content .page-content .best table {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  border: none;
  cellspacing: 5;
  border-collapse: separate;
  border-spacing: 5px;
  vertical-align: top;
}
body .content .page-content .best table tr {
  width: 100%;
  height: 20px;
}
body .content .page-content .best table tr:nth-child(n+3) {
  background-color: lightgrey;
}
body .content .page-content .best table tr th {
  background-color: #aa0000;
  color: white;
  font-weight: bold;
  text-align: center;
}
body .content .page-content .best table tr td {
  width: 30%;
  padding: 5px;
}
body .content .page-content .best table tr td:first-child {
  width: 10%;
  text-align: center;
}
body .content .page-content .best table tr td:last-child {
  width: 30%;
}
body .content .page-content .formular table {
  border: none;
  width: 80%;
  cellspacing: 10;
  border-collapse: separate;
  border-spacing: 20px;
}

body .content .page-content .formular label.error  {
  color: red;
  font-size: 13px;
}

body .content .page-content .formular input.error  {
  border-color: red;
}

body .content .page-content .formular table tr {
  width: 100%;
}
body .content .page-content .formular table tr td {
  width: 69%;
}
body .content .page-content .formular table tr td:first-child {
  width: 29%;
  text-align: right;
  padding-right: 20px;
}
body .content .page-content .formular table tr td input {
  width: 100%;
}
body .content .page-content .formular table tr td textarea {
  width: 100%;
  height: 100px;
  resize: vertical;
}
body .content .page-content .formular table tr td p {
  font-size: 12px;
}
body .content .page-content .imp {
  font-size: 14px;
  margin: 10px;
}
body .content .page-content .imp tr {
  width: 100%;
}
body .content .page-content .imp tr td {
  padding: 10px;
}
body .content .page-content .gallerie {
  padding: 10px;
}
body .content .page-content .gallerie img {
  margin: 10px;
  padding: 20px;
  background-color: lightgrey;
  border: 2px solid black;
}

body .content .page-content table .simple-table{
     width: 100%;
     border-bottom: 2px solid #AA0000;
     border-collapse: collapse;
 }
 
 body .content .page-content table .simple-table th{
     font-family: "Arial", Arial, sans-serif;
     font-size: 65px;
     color: #AA0000;
     padding: 10px 0px 10px 0px;
     border-bottom: 2px solid #AA0000;
     text-align: center;  
 }
 
 body .content .page-content table .simple-table td{
    font-family: "Arial", Arial, sans-serif;
    padding: 5px;
    font-size: 12px;
    text-align: center;                 
 }
 
 body .content .page-content table .simple-table td:first-child{
    width:35%;      
 }
 
 body .content .page-content table .simple-table td:last-child{
    width:35%;          
 }
 
 body .content .page-content .welcome-table {
     width: 100%;
     border-bottom: 2px solid #AA0000;
     table-layout: fixed;
 }
 
 
 body .content .page-content .welcome-table th{
     font-size: 30px;
     color: black;
     padding: 10px 0px 10px 0px;
     border-bottom: 2px solid #AA0000;
     border-top: 2px solid #AA0000;
     text-align: center;
 }
 
 body .content .page-content .welcome-table td{
     padding: 10px;
     text-align: center;   
     width: 70%;
     border-bottom: 1px solid black;
 }
 
  body .content .page-content .welcome-table td .pic{
      width: 30%;
  }
 
  body .content .page-content .welcome-table td a{
     display: block;
     height:100%;
     width:100%; 
     text-decoration:none;
 }
  
 body .content .page-content .welcome-table td h1{
    font-size: 16px;
    font-weight: bold; 
    color: #AA0000;  
 }
 
 body .content .page-content .welcome-table td p{
    font-size: 12px;
    color: black;
 }
 
 body .content .page-content .welcome-table td img{
    max-width: 100%;
    max-height: 150px;
    border: 2px lightgrey outset;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.75);           
 }

body .content .page-content .maps {
  height: 504px;
  margin: 0;
  padding: 0;
  width: 100%;
  border-bottom: 4px solid black;
  border-left: 4px solid #aa0000;
  border-right: 4px solid #aa0000;
}
body .content .page-content .warning {
  padding: 0 10px 0 10px;
  font-size: 12px;
  width: 100%;
  height: 30px;
  background-color: yellow;
  word-spacing: break-word;
  border-left: 4px #aa0000 solid;
  border-right: 4px #aa0000 solid;
  border-bottom: 1px black solid;
  border-top: 1px black solid;
}
body .content .page-content .location {
  font-size: 12px;
  font-style: italic;
  padding: 5px 0px 5px 10px;
  background-color: lightgrey;
}
body .content .page-content .location a {
  text-decoration: none;
  color: black;
  cursor: pointer;
}
body .content .page-content .location a:hover {
  text-decoration: underline;
  cursor: pointer;
}
body .content .page-content .story {
  width: 100%;
  overflow: auto;
  padding: 10px;
  min-height: 500px;
}
body .content .page-content .story table {
  table-layout: fixed;
}
body .content .page-content .story table tr td {
  font-size: 13px;
  padding: 5px;
  border-right: 1px solid lightgrey;
  vertical-align: top;
  min-width: 260px;
  max-width: 260px;
  text-align: left;
}
body .content .page-content .story table tr td:last-child {
  border: none;
}
body .content .page-content .story table tr td img {
  width: 250px;
  border-top: 2px solid #aa0000;
  border-bottom: 2px solid #aa0000;
}
body .content .page-content .story table tr th {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  vertical-align: center;
}
body .content .page-content .story table tr:last-child td {
  height: 250px;
}
body .content .page-content .taskbar {
  padding: 5px 0px 5px 0px;
  width: 100%;
  border-bottom: 2px lightgrey solid;
  background-color: white;
}
body .content .page-content .taskbar .seiten {
  float: left;
  margin: 3px;
  cursor: pointer;
}
body .content .page-content .taskbar .seiten span {
  padding: 2px 5px 1px 5px;
  border: 1px lightgrey solid;
  min-width: 20px;
}
body .content .page-content .taskbar .seiten span:hover {
  color: white;
  background-color: #aa0000;
}
body .content .page-content .taskbar .seiten span.selected {
  color: black;
  background-color: lightgrey;
  cursor: not-allowed;
}
body .content .page-content .taskbar input {
  float: right;
  padding: 0;
  padding-left: 5px;
  height: 25px;
  color: lightgrey;
  width: 200px;
}
body .content .page-content .visible .art {
  border-bottom: 3px lightgrey solid;
  width: 100%;
  padding: 5px 0 0 0;
}
body .content .page-content .visible .art img {
  margin-top: 1px;
  height: 120px;
  width: 160px;
  float: left;
  cursor: pointer;
  border: 2px lightgrey outset;
  border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -webkit-border-radius: 2px 2px 2px 2px;
  box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.75);
  -webkit-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.75);
}
body .content .page-content .visible .art .beschreibung {
  padding-bottom: 5px;
  font-size: 14px;
  width: 615px;
  float: left;
  padding-left: 10px;
}
body .content .page-content .visible .art .beschreibung .name {
  float: left;
  font-weight: bold;
  font-size: 20px;
  padding-right: 5px;
}
body .content .page-content .visible .art .beschreibung .nr {
  float: right;
  padding: 6px 10px 0 0;
  font-size: 13px;
  font-weight: bold;
}
body .content .page-content .visible .art .beschreibung .bez {
  padding-top: 5px;
  margin-left: 20px;
}
body .content .page-content .visible .art .beschreibung .marke {
  clear: both;
  margin-top: 5px;
  margin-left: 20px;
}
body .content .page-content .visible .art .beschreibung .dm {
  margin-left: 20px;
}
body .content .page-content .visible .art .beschreibung .lange {
  margin-left: 20px;
}
body .content .page-content .visible .art .beschreibung .breite {
  margin-left: 20px;
}
body .content .page-content .visible .art .beschreibung .w {
  margin-left: 20px;
}
body .content .page-content .visible .art .beschreibung .typ {
  margin-left: 20px;
}
body .content .page-content .visible .art .bearbeiten {
  clear: both;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px lightgrey dashed;
  display: none;
}
body .content .page-content .visible .art .bearbeiten input {
  float: right;
  height: 25px;
  width: 25px;
  text-align: center;
  font-size: 15px;
  margin-right: 5px;
}
body .content .page-content .visible .art .bearbeiten button {
  float: right;
  height: 25px;
  text-align: center;
  font-size: 15px;
  margin-right: 5px;
}
body .content .page-content .visible .art:last-child {
  border: none;
}
body .content .sidebar {
  background-color: white;
  position: absolute;
  width: 200px;
  top: 0;
  right: -210px;
  font-size: 13px;
}
body .content .sidebar .headline {
  font-size: 18px;
  color: #aa0000;
  padding: 10px 0 5px 0;
}
body .content .sidebar .bestellText {
  border-top: 1px solid lightgrey;
  border-bottom: 1px solid lightgrey;
  padding: 10px;
}
body .content .sidebar .fortfahren {
  display: block;
  width: 100%;
  text-align: center;
  cursor: pointer;
  border: 2px outset lightgrey;
  padding: 5px;
  margin-bottom: 10px;
  background-color: #aa0000;
  font-size: 17px;
  text-decoration: none;
  color: white;
}
body .content .sidebar .fortfahren:hover {
  background-color: white;
  border: 2px outset #aa0000;
  text-decoration: none;
  color: #aa0000;
}
body .content .sidebar .art {
  border-right: 2px solid #aa0000;
  border-top: 2px solid lightgrey;
  padding: 5px 0 0 10px;
  cursor: pointer;
}
body .content .sidebar .art .name {
  height: 20px;
  font-weight: bold;
  float: left;
  width: 150px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 5px;
  font-size: 15px;
}
body .content .sidebar .art .count {
  height: 20px;
  float: right;
  margin-right: 5px;
}
body .content .sidebar .art .beschreibung {
  display: none;
  cursor: default;
  border-top: dashed 1px lightgrey;
  clear: both;
  padding: 5px 0 0 10px;
}
body .content .sidebar .art .beschreibung .artImg {
  margin-top: 10px;
  margin-left: 10px;
  border: 2px lightgrey outset;
}
body .content .sidebar .showAll {
  display: block;
  width: 100%;
  text-align: center;
  cursor: pointer;
  border-top: 2px solid lightgrey;
  border-bottom: 4px double lightgrey;
  padding: 5px 0 5px 0;
  font-size: 16px;
  color: #aa0000;
  text-decoration: none;
}
body .content .sidebar .showAll:hover {
  font-weight: bold;
}
body .footer {
  position: relative;
  border-top: 10px double white;
  padding: 30px 5px 10px 5px;
  background-color: #aa0000;
  font-size: 17px;
  color: white;
}
body .footer .footer-sizer {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}
body .footer .footer-sizer table {
  width: 100%;
  border: none;
}
body .footer .footer-sizer table tr {
  vertical-align: top;
  width: 33%;
}
body .footer .footer-sizer table tr th {
  border-bottom: 2px white solid;
  text-align: left;
  padding-left: 40px;
  font-size: 19px;
}
body .footer .footer-sizer table tr td {
  margin: 0;
  text-align: left;
}
body .footer .footer-sizer table tr td ul {
  list-style-type: none ;
}
body .footer .footer-sizer a {
  text-decoration: none;
  color: white;
}
body .footer .footer-sizer a:hover {
  text-decoration: underline;
}
body .footer .footer-sizer p {
  margin: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 15px 5px 0;
}
