.tx-rosedb {
  margin-top: 112px;
}

.tx-rosedb label {
  cursor: pointer;
}

.special-row {
  float: right;
  width: 66%;
}

.special-row .col-md-3 {
  padding: 0 10px;
  height: auto;
}

ul.pagination .active a {
    background: #789b4a;
    border-color: #789b4a;
}

ul.pagination a {
    color: #789b4a;
}

.roses-pagination {
	padding-left: 0;
}

.roses-pagination + .col-md-3 {
    padding-right: 0;
}

#page-item-count {
	float:right;
}

#page-item-count p {
    float: left;
    margin-top: 33px;
    margin-left: 15px;
}

label {
	width: 100%;
  font-size: 12px;
  padding-right: 3px;
}

.col-md-2 {
	padding-left:5px;
	padding-right:5px;
}

.navbar{
	z-index: 10000;
}


.filter-option {
	margin-bottom: 20px;
}

.filter-option .checkbox {
  margin: 0;
}

#length_slider {
    margin-top: 10px;
}

#roses-overview{
	margin-top: 116px;
	padding-top: 80px;
}

#roses-overview h1 {
  margin-bottom: 30px;
}

/* Filter User Interface */

#filter-function-wrapper {
    perspective: 600px;
    position: relative;
    z-index: -1;
}

#filter-function-wrapper.open {
	z-index: 1000;
}


#filter-function{
	transform: rotateX(20deg);
  position: absolute;
	margin-left: 0;
	margin-right: 0;
  z-index: 100;
  width: 100%;
	min-height: 300px;
	padding: 30px 10px 10px 10px;
	color: #fff;
	opacity: 0;
	margin-top: -150px;
	background: rgba(120, 155, 74, 0.9);
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
}

#filter-function.open{
	transform: rotateX(0deg);
	opacity: 1;
	margin-top: 37px;
}

.filter-category {
  color: #31394A;
	font-family: 'Century Gothic', sans-serif;
}

.filter-option-item {
	font-family: 'Century Gothic', sans-serif;
	background: rgba(41, 102, 80, 0);
  padding-left: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
	cursor: pointer;
}

.filter-option-item.selected,
.filter-option-item.all{
	background: #d1132d;
	opacity: 1;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}

.filter-option-item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.filter-option-item:last-child.selected,
.filter-option-item:last-child.all{
	opacity: 1;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

#show-filter {
  position: absolute;
  bottom: 0;
  right: 10px;
}

#show-filter button {
  border:none;
	border-radius: 0;
	background: #d1132d;
	color: #fff;
	font-weight: normal;
}

#show-filter button:hover {
  background: #afafaf;
}

#filter-searchbox + div button{
	padding: 0;
}

.remove-icon {
	display:none;
}

.selected .remove-icon {
	display: block;
}

.remove-icon, .filter-amount {
    float: right;
}

/* Fläche mit Buttons und Suchfeld */

#filter-controls-wrapper{
	margin-left: 0;
	margin-right: 0;
}

#filter-controls-wrapper .col-xs-0 {
    padding: 0;
}

#filter-controls {
	margin-bottom: 40px;
}

#filter-controls-wrapper .input-group {
    width: calc(100% + 1px);
}

div#filter-controls > div {
  padding: 0 0 0 5px;
}

#filter-controls button {
    text-transform: none;
    background: #EBEBEB;
    border: none;
    border-radius: 0;
		font-weight: normal;
		margin: 0;
		font-family: 'Century Gothic', sans-serif;
    text-align: left;
}

.button-spacer {
	height: 32px;
    margin-bottom: 5px;
}

#build-pdf {
    width: 100%;
	margin-top: 5px !important;
}

#reset-counter{
	background: #EBEBEB;
}

#counter{
	float: right;
}

#counter p{
	margin: 4px 10px;
	font-family: 'Century Gothic', sans-serif;
}

button#criteria {
  	width: 66.666%;
  	background: #789b4a;
  	color: #fff;
	margin-bottom: 5px;
	position: relative;
	z-index: 99;
	border: none;
    border-radius: 0;
	font-weight:normal;
	text-transform:capitalize;
}

button#criteria:hover {
  background: #d31f39;
}

#filter-searchbox{
	height: 32px;
	border-radius: 0;
	color: #fff;
	font-family: 'Century Gothic', sans-serif;
}

#filter-searchbox:focus{
	background: #EBEBEB;
	color: #333;
}

.searchicon{
	background: url('../Images/Frontend/sprite.png') no-repeat -245px -290px;
	height: 32px;
	width: 32px;
	background-color: #789b4a;
}

#filter-controls form {
    padding: 0;
    width: 100%;
    margin: 0 0 5px 0;
}

.drop-pdf {
	position:absolute;
	z-index:999;
	background: #f5f5f5;
    padding-bottom: 5px;
	width: 98%;
}

#build-pdf {
	display:block;
}

#pdf-warning {
	display:none;
}

#pdf-warning.open {
	display: block;
}

#pdf-warning {
    margin-top: 5px;
    padding: 6px 12px;
    background: #DB0000;
    color: #fff;
    height: 32px;
    font-size: 12px;
    line-height: 20px;
}

.drop-pdf button {
	display:none;
}

.drop-pdf.too-much button {
	display: none !important;
}

.drop-pdf:hover button {
	display:block;
}

.drop-pdf button {
    width: 100%;
	margin-top: 5px !important;
}

/* Rosenelemente mit Bild und Text */

#roses-item-wrapper {
    margin-left: -7px;
    margin-right: -7px;
}

.col-md-3 {
	padding: 0 7px 23% 7px;
  margin-bottom: 14px;
  overflow: hidden;
  position: relative;
  height: 0;
	cursor: pointer;
}


.col-md-3:hover .shortdesc{
	opacity: 1;
}

.rose-features-desc p {
	position:relative;
	width: 100%;
    float: left;
}

.rose-features-desc p del {
	text-decoration:none;
	float: left;
    display: block;
	margin-right: 5px;
}

.rose-features-desc p span {
	text-transform: uppercase;
    font-size: 2em;
	line-height:0em;
	position: relative;
    margin-top: 18px;
    display: block;
    float: left
}

.rating-star {
    color: #C3C3C3;
}

#roses-overview .col-md-3 img{
	width: 100%;
	height: auto;
}

.col-md-3:hover .rose-features-desc{
	opacity: 1;
	margin-left: 0;
}

.rose-name {
    position: absolute;
  	z-index: 10;
    bottom: 0;
    width: calc(100% - 14px);
    background: rgba(255, 255, 255, 0.8);
}

.rose-name p{
	text-align: center;
	margin-bottom: 0;
	font-family: 'Century Gothic', sans-serif;
	font-size: 15px;
    line-height: 26px;
}

.shortdesc {
		opacity: 0;
		background: rgba(120, 155, 74, 0.65);
    position: absolute;
		z-index: 1;
		height: 100%;
		padding: 20px 15px;
    width: calc(100% - 14px);
    top: 0;
		transition: all 0.6s ease;
		-webkit-transition: all 0.6s ease;
}

.shortdesc-content-wrapper {
    position: absolute;
    bottom: 55px;
}

.rose-name-desc h2{
	margin: 0;
	color: #fff;
	font-size: 1.3em;
	font-weight: normal;
	font-family: 'Century Gothic', sans-serif;
}

.rose-features-desc{
	-webkit-transform: translateZ(0px);
	margin-left: -20px;
	opacity: 0;
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.rose-features-desc p {
    color: #fff;
    margin-bottom: 0;
		font-family: 'Century Gothic', sans-serif;
}

#a4form,
#pkform,
#vkform {
  display: none;
}

/* Responsive Styles */

@media screen and (max-width: 1200px) {

  #filter-controls {
      margin-left: -21%;
  }

}

@media screen and (max-width: 991px) {

	.col-xs-6 {
		padding: 0 7px 48% 7px !important;
	}

	.filter-category{
		font-size: 1.8em;
	}

	#filter-function.open{
		margin-top: 48px;
	}

	#filter-controls {
    margin-left: -15px;
	}

	#filter-controls > div {
    padding: 0 !important;
	}

	#counter p {
    margin: 9px 10px;
	}

	#filter-controls button,
	#counter p{
		font-size: 1.5em;
	}

	#filter-searchbox {
    height: 42px;
    margin-top: 5px;
		font-size: 1.5em;
	}

	.searchicon {
    background: url('../Images/Frontend/sprite.png') no-repeat -240px -285px;
		background-color: #31394A;
    height: 42px;
    width: 42px;
    margin-top: 5px;
	}

	#filter-searchbox + div button {
    background: #fff;
	}

	.filter-option{
		display: none;
		font-size: 1.5em;
	}

  .special-row {
    float: left;
    width: 100%;
    margin-left: -10px;
    margin-right: -10px;
  }

  #show-filter {
    right: auto;
    left: 10px;
  }

  #filter-function {
    padding: 30px 10px 80px 10px;
  }

  .drop-pdf {
    width: 100%;
  }

  button#criteria {
    width: 100%;
  }
}

@media screen and (max-width: 769px) {
	.drop-pdf {
  		width: 100%;
	}

	.navbar{
		min-height: 90px;
	}

	.navbar-brand {
    margin-top: 10px;
    padding: 0 15px;
	}

  #header {
    margin-top: 90px;
  }

	.navbar-inverse .navbar-toggle{
		margin-top: 25px;
	}

	#roses-overview {
    margin-top: 86px;
		padding-top: 25px;
	}

}

@media screen and (max-width: 420px) {

	.drop-pdf {
  		width: 100%;
	}

	#filter-controls button,
	#counter p,
	#filter-searchbox {
	    font-size: 1.2em;
	}

	#filter-searchbox {
    height: 36px;
	}

	.searchicon {
    background: url('../images/misc/sprite.png') no-repeat -242px -287px;
    background-color: #31394A;
    height: 36px;
    width: 36px;
	}

	#counter p {
    margin: 4px 10px;
	}

	#filter-function.open {
	  margin-top: 42px;
	}

	.shortdesc-content-wrapper {
    bottom: 30px;
	}

  .box-gray {
    padding: 60px 15px;
    margin-top: -180px;
  }

}
