#headerimg {background-color:#0000; min-height:10px;}

#homelink .logo .lplage {font-size:34px; line-height:34px; margin-bottom:4px; font-family:RobotoBold, sans-serif; }
#homelink .logo .ltyp {font-size:20px; font-size:2rem; line-height:20px; font-family:Roboto, sans-serif; }
#homelink .logo .lgemeinde {margin-top:2px; line-height:20px; font-size:20px; font-size:2rem; font-family:Roboto, sans-serif; }


.box-out nav ul {
  margin: 10px -5px;
  padding: 0;
  float: left;
  width: 100%;
}
.box-out h3 {
  font-family: RobotoBold, sans-serif;
  font-weight: normal;
  margin: -2px 0 30px 0;
  font-size: 16px;
}
.box-out hr {
 clear: both;
 border-color: #444;
}
.box-out nav li {
  width: 45%;
  margin: 5px;
  float: left;
  list-style: none;
  padding: 0;
}
.box-out nav li a {
  color: #7f7d7e;
  line-height: 36px;
  padding: 0 10px;
  background-color: #fff;
  font-size: 14px;
  display: block;
  width: 100%;
  height: 36px;
  -webkit-transition: opacity .5s ease-out;
  -moz-transition: opacity .5s ease-out;
  -o-transition: opacity .5s ease-out;
  -ms-transition: opacity .5s ease-out;
  transition: opacity .5s ease-out;
}
.box-out nav li a::before {
  content: ' ';
  position: relative;
  width: 14px;
  height: 14px;
  margin-right: 8px;
  display: inline-block;
  background-color: #7f7d7e;
  top: 3px;
}
.box-out nav li a:hover {
  background-color: #f2f2f2;
}
.box-out nav li.active a {
  color: #fff;
  background-color: #7f7d7e;
}
.box-out nav li a.color-classic.burgund::before {
  background-color: #533277;
}
.box-out nav li a.color-classic.rot::before {
  background-color: #b20000;
}
.box-out nav li a.color-classic.blau::before {
  background-color: #1a3145;
}
.box-out nav li a.color-classic.gruen::before {  
  background-color: #059955;
}
.box-out nav li a.color-classic.orange::before {  
  background-color: #ff8500;
}
.box-out nav li a.color-classic.gelb::before {    
  background-color: #feb81a;
}

.box-out nav li a.color-modern.violett::before {
  background-color: #5b2e48;
}
.box-out nav li a.color-modern.rot::before {
  background-color: #690500;
}
.box-out nav li a.color-modern.blau::before {
  background-color: #1a3145;
}
.box-out nav li a.color-modern.gruen::before {
  background-color: #1a936f;
}
.box-out nav li a.color-modern.gelb::before {
  background-color: #FFD14C;
}
.box-out nav li a.color-modern.hellblau::before {
  background-color: #98c1d9;
}

.box-out {
  border-bottom-left-radius: 4px;
  font-size: 14px;
  color: #fff;
  background: #333;
  width: 280px;
  position: fixed;
  padding: 15px 15px 15px 30px;
  z-index: 999;
  top: 62px;
  right: 0px;
  margin: 0;
  -webkit-transition: .5s ease-out;
  -moz-transition: .5s ease-out;
  -o-transition: .5s ease-out;
  -ms-transition: .5s ease-out;
  transition: .5s ease-out;
}
.box-out p {
  font-size: 12px;
  margin-bottom: 0;
  color: #999;
  margin-top: 5px;
}
.box-in {
  margin: 0 -274px 0 0;
}
.menu-btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background: #333;
  text-align: center;
  position: absolute;
  line-height: 50px;
  top: 0;
  right: 273px;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.menu-btn img {
  width: 20px;
  height: 20px;
  position: relative;
  top: 2px;
}

.box-out::before {
  content: ' ';
  border-left: 6px solid transparent;
  border-image: linear-gradient(to bottom right, #333333 8%, #b827fc 26%, #2c90fc 35%, #b8fd33 50%, #fec837 75%, #fd1892 100%);
  border-image-slice: 1;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
}
