/* user.css ----------------------------------------------------------------- */
/* Please don't edit the original of this file.
 * Instead copy into a template and edit the copy.
 */
/*.gross:hover img { */
.gross:hover img {
  overflow: hidden;
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  z-index: 1000;
  transition: all 1s ease-in-out;

}


/*--bs-hover--*/
.img-hover img {
    -webkit-transition: all .3s ease; /* Safari and Chrome */
  	-moz-transition: all .3s ease; /* Firefox */
  	-o-transition: all .3s ease; /* IE 9 */
  	-ms-transition: all .3s ease; /* Opera */
  	transition: all .3s ease;
}
.img-hover img:hover {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform:translateZ(0) scale(1.80); /* Safari and Chrome */
    -moz-transform:scale(1.80); /* Firefox */
    -ms-transform:scale(1.80); /* IE 9 */
    -o-transform:translatZ(0) scale(1.80); /* Opera */
    transform:translatZ(0) scale(1.80);
	z-index: 999;
}


.green {
margin: auto;
text-align: center;
background-color: #235542;
}

.gruenline {
height:8px;
/* border-width:0; */
color: #235542;
background-color: #235542;
}

.gruen {
background-color: #E3F6CE;
}
.dklgruen {
background-color: #235542;
}

.dunkel {
color: #235542;
}

.card-header{
//background-color: rgba(0,255,0,1);
}


/* Seitenboxen */

.card-header{
box-shadow:3px 3px 3px 1px #666;
-webkit-box-shadow:3px 3px 3px 1px #666;
-moz-box-shadow:3px 3px 3px 1px #666;
-opera-box-shadow:3px 3px 3px 1px #666;
-khtml-box-shadow:3px 3px 3px 1px #666;}

/*--linear-gradient(to bottom, #235542 0%, #237d42 100%)--*/


.card-header {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#235542), to(#237d42));
  background-image: -webkit-linear-gradient(top, #235542, 0%, #237d42, 100%);
  background-image: -moz-linear-gradient(top, #235542 0%, #237d42 100%);
  background-image: linear-gradient(to bottom, #235542 0%, #237d42 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#235542', endColorstr='#237d42', GradientType=0);
  color:#fff;
}
.card-header a{
color:#fff;
text-decoration: underline;
    }

.card-header a:hover{
color:#01447C;}


.panel-default > .panel-body,
.breadcrumb,
.well-sm {
background-color:#E3F6CE;
}

/* user.css ----------------------------------------------------------------- */
/* Please don't edit the original of this file.
 * Instead copy into a template and edit the copy.
 */
