/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

@import url(../../../warp/css/modules.css);


/* Module Badges
----------------------------------------------------------------------------------------------------*/

.module .badge {
	top: -2px;
	right: 0;
	width: 32px;
	height: 22px;
	background: url(../../../images/module_badges.png) 0 0 no-repeat;
}
 
.module .badge-hot { background-position: 0 0; }
.module .badge-top { background-position: 0 -25px; }
.module .badge-free { background-position: 0 -50px; }
.module .badge-new { background-position: 0 -75px; }


/* Module Icons
----------------------------------------------------------------------------------------------------*/

.module .module-title .icon { background: url(../../../images/module_icons.png) 0 0 no-repeat; }

.module .module-title .icon-download { background-position: 0 0; }
.module .module-title .icon-twitter { background-position: 0 -30px; }
.module .module-title .icon-mail { background-position: 0 -60px; }
.module .module-title .icon-bubble { background-position: 0 -90px; }
.module .module-title .icon-login { background-position: 0 -120px; }
.module .module-title .icon-cart { background-position: 0 -150px; }


/* Module Type: Line
----------------------------------------------------------------------------------------------------*/

/* horizontal line */
.grid-h .mod-line:before {
	content: "";
	display: block;
	position: absolute;
	top: -20px;
	bottom: -20px;
	left: -20px;
	border-style: solid;
	border-color: #eee;
	border-width: 0 0 0 1px;
}
.grid-h:first-child > .mod-line:before { display: none; }

/* vertical line */
.grid-v .mod-line:before {
	content: "";
	display: block;
	position: absolute;
	top: -20px;
	left: -20px;
	right: -20px;
	border-top: 1px solid #eee;
}
.grid-v:first-child > .mod-line:before { display: none; }



/* Module Type: Startseite-Haupteingang
----------------------------------------------------------------------------------------------------*/

.Featured-Startseite {
	border: 1px solid #DDD;
	border-radius: 6px;
	text-align: center;
	min-height:40px;
}
.Ausstellung-Startseite-Haupteingang {
	background: url(../../../../../images/Startseite-Haupteingang-Ausstellung.jpg) no-repeat left;
	background-size: 100% 100%;
}
.Lernlabor-Startseite-Haupteingang {
		background:url(../../../../../images/Startseite-Haupteingang-Lernlabor.jpg) no-repeat left;
	background-size: 100% 100%;
}
.Techniklabor-Startseite-Haupteingang {
		background:url(../../../../../images/Startseite-Haupteingang-Techniklabor.jpg) no-repeat left;
	background-size: 100% 100%;
}
.Startseite-Haupteingang-Heroes {
	height:300px;
}

.Startseite-Haupteingang-Heroes:hover {
	box-shadow: 0 -2px 3px 2px rgba(0, 0, 0, 0.635);
	-webkit-transition: all 1s 0.2s;
	-moz-transition: all 1s 0.2s;
	-ms-transition: all 1s 0.2s;
	-o-transition: all 1s 0.2s;
	transition: all 1s 0.2s;
}

div.StartTextLink {
  left: auto;
  position: relative;
  right: auto;
  text-align:center;
  top:5%;
}

div.StartTextLink a {
	font-weight: bold;
	font-size: x-large;
	text-align: center;
	color: #ccc;
	text-transform: uppercase;
	text-shadow: 0 -1px 1px #151515, 0 1px 1px #ffffff;
}