
/* ========================================================
   Colors
   ===================================================== */
.tags {
  zoom: 1;
}
.tags:before, .tags:after {
  content: "";
  display: table;
}
.tags:after {
  clear: both;
}
.tags li {
  position: relative;
  margin: 0px 5% 17px 0;
}
.tags li:active {
  margin-top: 1px;
  margin-bottom: 7px;
}
.tags li:after {
  content: '';
  z-index: 3;
  position: absolute;
  top: 10px;
  right: -2px;
  width: 5px;
  height: 6px;
  opacity: .95;
  background: #eb6b22;
  border-radius: 3px 0 0 3px;
  -webkit-box-shadow: inset 1px 0 #99400e;
  box-shadow: inset 1px 0 #99400e;
}
.tags a, .tags span {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tags a {
  line-height: 23px;
  font-family: 'Open Sans', sans-serif;
    padding: 10px 10px 10px 10px;
  font-size: 15px;
  color: #555;
  border-width: 1px 0 1px 1px;
  border-style: solid;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px; 
  border-color: #dadada #d2d2d2 #c5c5c5;
  background-color: white;

}
.tags a:hover {
  text-decoration: none;
 
}
.tags a span {
  padding: 0 12px 0 6px;
  max-width: 40px;

}

.tags a.active-tag{
    background: #ffa500;
    color: white;
    border: 0;
}

.tags li:hover{
	opacity: 0.5;
}



.tags span {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 2;
  overflow: hidden;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
   padding: 0 7px 0 6px;
  /* font-style: normal; */
  text-align: left;
  max-width: 40px;
  height: 100%;
  line-height: 38px;
  padding: 0 0 0 2px;
  opacity: 1;
  color: #fff;
  border: 1px solid;
  border-color: #ffa500;
  border-radius: 0 70px 70px 0;
  background-color: #ffa500;
  -webkit-transition-property: padding, max-width;
  -moz-transition-property: padding, max-width;
  -ms-transition-property: padding, max-width;
  -o-transition-property: padding, max-width;
  transition-property: padding, max-width;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
border:0;
}

.green li:after {
  background: #65bb34;
  -webkit-box-shadow: inset 1px 0 #3a6b1e;
  box-shadow: inset 1px 0 #3a6b1e;
}
.green span {
  border-color: #549b2b #4f9329 #4b8b27;
  background-color: #65bb34;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #71ca3f), color-stop(100%, #5aa72e));
  background-image: -webkit-linear-gradient(top, #71ca3f, #5aa72e);
  background-image: -moz-linear-gradient(top, #71ca3f, #5aa72e);
  background-image: -ms-linear-gradient(top, #71ca3f, #5aa72e);
  background-image: -o-linear-gradient(top, #71ca3f, #5aa72e);
  background-image: linear-gradient(top, #71ca3f, #5aa72e);
}

.blue li:after {
  background: #56a3d5;
  -webkit-box-shadow: inset 1px 0 #276f9e;
  box-shadow: inset 1px 0 #276f9e;
}
.blue span {
  border-color: #3591cd #318cc7 #2f86be;
  background-color: #56a3d5;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6aaeda), color-stop(100%, #4298d0));
  background-image: -webkit-linear-gradient(top, #6aaeda, #4298d0);
  background-image: -moz-linear-gradient(top, #6aaeda, #4298d0);
  background-image: -ms-linear-gradient(top, #6aaeda, #4298d0);
  background-image: -o-linear-gradient(top, #6aaeda, #4298d0);
  background-image: linear-gradient(top, #6aaeda, #4298d0);
}


@media only screen and (min-device-width : 375px) and (max-device-width : 667px) { 
	.rubriken_btn{
	display:block;
}
.tags{
		display: none;
	}
.tags a span {
  padding: 0 7px 0 6px;
  max-width: 40px;
}
.tags li {
    position: relative;
    margin: 0px 14% 17px 0;
}
	
	 
.tags a {
 font-size:10px;
}

