/* Stylesheet fuer Mitarbeiterportal Kress */
/* Stylesheet by REIKEM */

 body {
        padding-top: 7%;
		font-family: 'Lato', sans-serif;
}

.add-top {margin-top: 20px;}
.add-top-small {margin-top: 10px;}
.marg-bottom {margin-bottom: 30px;}

.container {
	padding: 15px 15px;
	background: rgba(255,255,255,0.8);
	border-radius: 7px;
}
.container.schatten {
		-webkit-box-shadow: 0px 0px 30px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 30px -1px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 30px -1px rgba(0,0,0,0.75);
}
/* Kaestchen */
.grosserkasten {
	padding: 20px 15px 25px 15px;
}
.kleinerkasten{
	padding: 45px 7px 11px 7px;
}
.text {
		color: #FFF;
		border-radius: 4px;
}
.text h3, .text h4 {
	margin: 0;
}
.text h3 a, .text h4 a {
	color: #FFF;
}
.text a.link img {
	width: 93%;
	height: 100%;
	position: absolute;
	margin: -20px 0 0 -15px;
}
.text.kleinerkasten a.link img {
	margin: -45px 0 0px -8px;
}
.text a.link img:hover {
		background-color: rgba(255,255,255,0.3);
		transition: all ease 0.5s;
}
.text h3 {
	padding-top: 90px;
}
.black .text {
	background-color: #222;
}
.blackold .text {
	background-color: #7A7A7A;
}
.green .text {
	background-color: #EBB931;
}
.brown .text {
	background-color: #b97a57;
}
.blue .text {
	background-color: #00a2e8;
}
.blueold .text {
	background-color: #99D9F5;
}
.mint .text {
	background-color: #539f36;
}
.darkgreen .text {
	background-color: #288E79;
}
.royal .text {
	background-color: #102c4d;
	color: #FFF;
}

/* Media Queries */
@media screen and (max-width: 767px) {
	.text {margin-top: 20px;}
	.add-top {margin-top: 0;}
}
