/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
 
 body {
	font-family: 'Lato', sans-serif;
	background: #edeae5 url(https://www.picard-lederwaren.de/out/picard_neu/img/kachel.png);
    background-attachment: fixed;
}

p {
	margin: 0; 
	padding: 0; 
}
.btn {
    border-radius: 0;
}
 
 .navbar {
    border-top: none;
}

 .navbar-brand {
    float: left;
    height: 80px;
    padding: 0 15px;
}
 
 .navbar .nav {
    margin-top: 17px;
    font-size: 16px;
}
.navbar .nav li.dropdown {
	display:block !important;
}

.btn-download {
	margin-top: 15px;
	width:100%;
}

/* Isotope Transitions
------------------------------- */
.isotope,
.isotope .item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

.text {
	margin-bottom: 30px;
}

.row {
   margin-left:0px;
   margin-right:0;
}

#filters {margin-left: 15px;}

#filters .btn {
	margin-right:15px;
	padding:6px 10px;
	margin-bottom:20px;
	background: #2c1f16;
	color: #fff;
}
#filters .btn.selected {
	color: #ff6666 !Important;
}

.item { 
	position: relative;
	border: none;
	margin-bottom: 30px;
	height: 100;
}

.item-wrap {
	position: relative;
	background: #fff;
	text-align: center;
	-webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  -webkit-box-shadow: 2px 2px 9px rgba(0,0,0,0.3);
     -moz-box-shadow: 2px 2px 9px rgba(0,0,0,0.3);
          box-shadow: 2px 2px 9px rgba(0,0,0,0.3);
}

.item img {
	display: inline-block;
	padding: 15px;
}

.top {
  background: #e1dfd2;
  -webkit-border-radius: 10px 10px 0 0;
     -moz-border-radius: 10px 10px 0 0;
          border-radius: 10px 10px 0 0;
}
 
.top h4 {
	color: #000;
	text-align: center;
	font-weight: 400;
	padding: 10px 2px;	
}
.item-wrap hr {
	border: 0;
	background-color: #BCBEC0;
	color: #BCBEC0;
	height: 1px;
	width: 80%;
	margin: 10px 10%;
}
.item-wrap h1 {
	text-align: center;
	font-weight: 400;
	font-size: 30px;
	margin: 20px 0 0 0;
	padding-bottom: 10px;
} 
.item-wrap h1 sup {
	font-size: 22px;
}

.over {
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display:block;
	opacity: 0;
	background: #2c1f16;
	cursor: pointer;
	-webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
}
.roll {
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display:table;
	vertical-align: middle;
}

.wrapcaption {
	position:absolute;
	font-size:30px;
	background:transparent;
	width:100%;
	display:table-cell;
	vertical-align:middle;
	top:45%;
}
.captionicons {
	font-size:20px;
	padding:10px;
	background:#ff6666;
	margin-right:0px;
	border-radius:1px;
	color:#fff;
	position:relative;
	top:55%;
	vertical-align:middle;
	margin-top:0px;
	margin:0 auto;
}
.captionicons:hover {
	opacity:0.9;
}

@media (max-width: 768px) {
  .isotope .item {
    position: static ! important;
    -webkit-transform: translate(0px, 0px) ! important;
       -moz-transform: translate(0px, 0px) ! important;
            transform: translate(0px, 0px) ! important;
  }
}

@media (min-width: 768px) {
	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
		margin-left: 0;
	}
}
 
