﻿
.aktionsbox {
	position: relative;
	width: 100%;
	cursor: pointer;
}

.aktionsbez {
	position: absolute;
	bottom: 5%;
	left: 0;
	padding: 10px 5% 10px 5%;
	background: rgba(255,255,255,0.9);
	font-size: 3rem;
	color: #01478e;
}
.aktionstxtbox {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	opacity: 0;
	z-index: 1;
	color: #f8f8f8;
	background: rgba(1, 71, 142, .75);
	-webkit-transition: opacity 0.25s ease-in;
	-moz-transition: opacity 0.25s ease-in;
	-o-transition: opacity 0.25s ease-in;
	transition: opacity 0.25s ease-in;
}
.aktionsbox:hover .aktionstxtbox {
	opacity: 1;
}

.aktionstxt {
	display: inline-block;
	padding: 10% 2% 2% 2%;
	font-size: 14px;
	font-size: 0.875rem;
}

#katdataboxlangtxt {
	padding: 20px 2% 20px 2%;
	background: #aebfcf;
	color: #01478e;
	border-bottom: 50px solid #144276;
	border-bottom: 3.125rem solid #144276;
}

.katdatabez {
	padding: 0 0 16px 0; 
}


.aktionlstheadbox {
	padding: 10px 10px 10px 10px;
	border-bottom: 1px solid #e1e1e1;
	border-bottom: 0.0625rem solid #e1e1e1;
}

.aktionlst:nth-child(even) {
	background: #f4f4f4;
}

.aktionlstbox:nth-child(even) {
	background: #f4f4f4;
}

.aktionlstbox {
	padding: 10px 10px 10px 10px;
}


.aktionlstbez {
	width: 60%;
}
.aktionlstbnr {
	width: 20%;
	text-align: center;
}

.aktionlstep {
	width: 20%;
	text-align: right;
}



@media screen and (min-width: 600px) {

.aktionsbox {
	width: 50%;
}

}

@media screen and (min-width: 750px) {

.aktionstxt {
	font-size: 16px;
	font-size: 1rem;
}


.aktionlstbez {
	width: 70%;
}
.aktionlstbnr,.aktionlstep {
	width: 15%;
}

}