.mzgr-boxes-1 {
	background: #EEEEEE;
}

.mzgr-boxes-1 h2 {
	font-size: 1.2em;
}

.mzgr-boxes-1 a,
.mzgr-boxes-1 a:hover,
.mzgr-boxes-1 a:active,
.mzgr-boxes-1 a:focus {
	color: #666666;
	text-decoration: none;
}

.mzgr-boxes-box {
	background-size: cover;
	background-color: #00497f;
	background-position: top center;
	height: 400px;
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
}

.mzgr-boxes-box .box-content-container {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: all .5s; /* Safari */
    transition: all .5s;
}

.mzgr-boxes-box .box-background {
	position: relative;
	width: 250px;
	height: 500px;
	background-image: url('test2.png');
	height: 50px;
	width: 100%;
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
	float: left;
}


.mzgr-boxes-box:hover .box-background {
	background-image: url('test.png');
}

.mzgr-boxes-box .box-content {
	float: left;
	width: 100%;
	background-color: #FFFFFF;
	position: relative;
	padding-bottom: 60px;
	font-size: 0.9em;
	-webkit-transition: all .5s; /* Safari */
    transition: all .5s;
}

.mzgr-boxes-box hr {
	background-color: #0098d4;
	height: 5px;
	width: 10%;
}

.mzgr-boxes-box .opacity-cover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.2);
	-webkit-transition: all .5s; /* Safari */
    transition: all .5s;
}

.mzgr-boxes-box .btn-container {
	margin-top: 30%;
	display: none;
}

.mzgr-boxes-box:hover .btn-container {
	display: block;
}

.mzgr-boxes-box .btn {
	color: #0098d4;
	font-weight: bold;
}

.mzgr-boxes-box .description {
	padding: 15px;
}

.mzgr-boxes-box:hover hr,
.mzgr-boxes-box:hover .description {
	display: none;
}

.mzgr-boxes-box:hover .box-content {
	padding-bottom: 30px;
}

.mzgr-boxes-box:hover .opacity-cover {
	background: rgba(0,0,0,0);
}


.show-top .mzgr-boxes-box .box-content-container {
	bottom: auto;
	top: 0;
}

.show-top .mzgr-boxes-box {
	background-position: bottom center;
}

.show-top .btn-container {
	margin-top: 60%;
}

.show-top .mzgr-boxes-box .box-background {
	background-image: url('test2-oben.png');
}


 .show-top .mzgr-boxes-box:hover .box-background {
	background-image: url('test-oben.png');
}
