.container {
     max-width: 1300px;
    width: 100%;
}
.main-content{
	background: #fff;
	padding: 10px;
}
/* Tiles */
.tile-big-halfy {
    -moz-user-select: none;
    background-color: #eeeeee;
    box-shadow: 0 0 1px #ffffcc inset;
    cursor: pointer;
    display: block;
    float: left;
    margin: 5px;
    overflow: visible;
    position: relative;
}

.tile-big-halfy.tile-transform-right {
  -webkit-transform: perspective(500px) rotateY(0.046124rad) !important;
          transform: perspective(500px) rotateY(0.046124rad) !important;
}
.tile-big-halfy.tile-transform-left {
  -webkit-transform: perspective(500px) rotateY(-0.046124rad) !important;
          transform: perspective(500px) rotateY(-0.046124rad) !important;
}
.tile-big-halfy.tile-transform-top {
  -webkit-transform: perspective(500px) rotateX(0.046124rad) !important;
          transform: perspective(500px) rotateX(0.046124rad) !important;
}
.tile-big-halfy.tile-transform-bottom {
  -webkit-transform: perspective(500px) rotateX(-0.046124rad) !important;
          transform: perspective(500px) rotateX(-0.046124rad) !important;
}


.tile-super-halfy {
    -moz-user-select: none;
    background-color: #eeeeee;
    box-shadow: 0 0 1px #ffffcc inset;
    cursor: pointer;
    display: block;
    float: left;
    margin: 5px;
    overflow: visible;
    position: relative;
}

.tile-super-halfy.tile-transform-right {
  -webkit-transform: perspective(500px) rotateY(0.046124rad) !important;
          transform: perspective(500px) rotateY(0.046124rad) !important;
}
.tile-super-halfy.tile-transform-left {
  -webkit-transform: perspective(500px) rotateY(-0.046124rad) !important;
          transform: perspective(500px) rotateY(-0.046124rad) !important;
}
.tile-super-halfy.tile-transform-top {
  -webkit-transform: perspective(500px) rotateX(0.046124rad) !important;
          transform: perspective(500px) rotateX(0.046124rad) !important;
}
.tile-super-halfy.tile-transform-bottom {
  -webkit-transform: perspective(500px) rotateX(-0.046124rad) !important;
          transform: perspective(500px) rotateX(-0.046124rad) !important;
}

.tile-super-x {
    max-width: 100%;
}
.tile-super {
    max-width: 100%;
}
.tile-label {
    color: #fff !important;
    height: 5rem;
    left: 0;
    padding: 1.425rem 0.95rem 0.225rem;
    position: absolute;
    text-transform: uppercase;
    top: 0;
    z-index: 999;
}
.tile-super .tile-label {
    /*background-color: #00b769;*/
    color: #fff;    
	 height: 5rem;
    left: 0;
    padding: 1.425rem 0.95rem 0.225rem;
    position: absolute;    
	 text-transform: uppercase;
    top: 0;
    z-index: 999;
}
.tile-green {
    background-color: #00b769;
}
.tile-blue {
    background-color: #ca0a15;
}
.op-green {
    background-color: rgba(0, 183, 105, 0.7) !important;
}
.op-blue {
    background-color: rgba(202, 10, 21, 0.7) !important;
}
.tile-content.slide-up:hover > .slide-over {
    top: 80%;
}

.tile-content.slide-up > .slide-over {
    color: #fff;
}

.cell {
    text-align: center;
}
.anzeige{
	max-height: 450px;   
}
.fueller {
    margin-top: 20px;
	 display: none;
}

.anzeige img{
    max-height: 450px;
}
body {
	background-image: url(../images/WgruesseHGR.jpg);
}
.hidden{
	display: none !important;
}
.bottom-menu-wrapper .horizontal-menu > li > a {
	color:#fff;
	font-weight:bold;
}
label {
    float: left;
    text-align: left !important;
}
.input-control.text, .input-control.select, .input-control.file, .input-control.password, .input-control.number, .input-control.email, .input-control.tel, .input-control.textarea {
    width: 100%;
}
.input-control {
    display: inline-block;
    height: 2.125rem;
    line-height: 1;
    margin: 0.325rem 0 1.5rem;
    min-height: 2.125rem;
    position: relative;
    vertical-align: middle;
}
.input-control {
    display: inline-block;
    height: 2.125rem;
    line-height: 1;
    margin: 0.325rem 0 1.5rem;
    min-height: 2.125rem;
    position: relative;
    vertical-align: middle;
}
.input-control.text, .input-control.select, .input-control.file, .input-control.password, .input-control.number, .input-control.email, .input-control.tel, .input-control.textarea {
    width: 100%;
} 

@media screen and (max-width: 980px) {
  .anzeige{
	max-height: 450px;
	min-height: 450px;
	}
.cell{
   /*height: 500px;*/
}	
.grid .row > .cell, .grid .row[class*="cells"] > .cell, .grid .row > .cell[class*="colspan"], .grid .row[class*="cells"] > .cell[class*="colspan"] {
    margin-bottom: 10px;
    width: 48.9362%;
}
.grid .row > .cell:nth-child(2n+1), .grid .row[class*="cells"] > .cell:nth-child(2n+1), .grid .row > .cell[class*="colspan"]:nth-child(2n+1), .grid .row[class*="cells"] > .cell[class*="colspan"]:nth-child(2n+1) {
    margin-left: 0;
}
.fueller{
	/*display:none !important;*/
}
}

@media screen and (max-width: 640px) {
.grid .row > .cell, .grid .row[class*="cells"] > .cell, .grid .row > .cell[class*="colspan"], .grid .row[class*="cells"] > .cell[class*="colspan"] {
    margin: 0.3125rem 0;
    width: 100%;
}
.fueller{
	display:none !important;
}
}