/* Allgemeine Styles für alle Carousels */

.innovaphoneCarousel {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.innovaphoneCarousel .button {
    flex: 1 0 auto;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    align-self: stretch;
    justify-content: center;
	font-size: 29px !important;
}

.innovaphoneCarousel .inner {
    position: relative;
    overflow: hidden;
    flex: 0 1 0px;
}

.innovaphoneCarousel .line {
    position: relative;
    display: flex;
}

.innovaphoneCarousel .item {
    flex: 1 1 auto;
    height: auto;
    position: relative;
}

/* Styles für das home carousel */
.homeBoxItem {
	height: 400px;
	width: 310px;
	background-color: white;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
}

.homeBoxItem h3 {
	color: #006068;
	margin: 20px 20px 6px 20px;
	font-size: 22px;
}

.homeBoxItem p {
	margin: 3px 20px 20px 20px;
	font-size: 16px;
}

.homeBoxItem img {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 310px;
}

.homeBoxItem .homeBoxJalousie {
    position:absolute;
    bottom:0;
	right:0;
	background: rgba(245, 155, 16, 0.95);
    color:#f59b10;
    width:100%;
    height:	64%;
    padding: 8%;
    display: none;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    z-index: 3;
}

.homeBoxItem .homeBoxJalousie p {
    color:#ffffff;
    font-size: 16px;
}

/* Styles für das product carousel */
.productBoxItem {
	height: 400px;
	width: 255px;
	background-color: white;
	border-radius: 4px;
}

.productBoxItem img {
	position: absolute;
	top: 10px;
	left: 10px;
	height: auto;
	width: 235px;
}

.productBoxItem hr {
	position: absolute;
	top: 180px;
	left: 0px;
	width: 255px;
	border-top: 3px solid #006068;
}

.productBoxItem .itemText {
	width: 255px;
	position: absolute;
	top: 183px;
}

.productBoxItem h3 {
	position: relative;
	left: 0px;
	width: 100%;
	color: #006068;
	padding: 15px 20px 0px 20px;
	font-size: 22px;
	text-align: center;
	margin-bottom: 0px;
}

.productBoxItem p {
	position: relative;
	left: 0px;
	width: 100%;
	padding: 5px 20px 20px 20px;
	font-size: 16px;
	text-align: center;
	margin: 0px;
	min-height: 95px;
}

.productBoxItem .product-button {
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	display: block;
}

/* Styles für das tile as carousel */
.tileItem {
	height: 225px;
	width: 255px;
	background-color: white;
	border-radius: 4px;
	overflow: hidden;
}

.tileItem a {
	text-decoration: none;
}

.tileItem h3 {
	font-size: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	overflow: hidden;
}

.tileItem h4 {
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	margin: 10px 0 2px 0;
	overflow: hidden;
}

.tileItem p {
	font-size: 10px;
	margin: 0 10px 0 10px;
	padding: 0;
}

.tileItem .tileBoxJalousie {
    position:absolute;
    bottom: 0;
	left:0;
	background: rgba(245, 155, 16, 0.95);
    width: 255px;
    height:	72%;
    padding: 8%;
	display: none;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    z-index: 3;
}

.tileItem .tileBoxJalousie p {
    color:#ffffff;
    font-size: 16px;
}

.tileItem .img-responsive {
    position: absolute;
    width: 255px;
	bottom: 0;
}

/* Styles für M-size Kachel als Karussell */
.msizeItem {
	height: 270px;
	width: 250px;
	background-color: white;
	border-radius: 4px;
	overflow: hidden;
	margin: 5px;
}

.msizeItem a {
	text-decoration: none;
}

.msizeItem h3 {
	font-size: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	overflow: hidden;
	margin-left: 3px;
	margin-right: 3px;
}

.msizeItem h4 {
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	margin: 10px 0 2px 0;
	overflow: hidden;
}

.msizeItem p {
	font-size: 10px;
	margin: 0 10px 0 10px;
	padding: 0;
}

.msizeItem .msizeBoxJalousie {
    position:absolute;
    bottom: 5px;
	left: 5px;
	background: white;
    width: 250px;
    height:	75%;
    padding: 8%;
	display: none;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    z-index: 3;
}

.msizeItem .msizeBoxJalousie p {
    color: #333;
    font-size: 16px;
}

.msizeItem .img-responsive {
    position: absolute;
    width: 250px;
	bottom: 7px;
	left: 5px;
}

.msizebutton {
	position: absolute;
	z-index: 5;
	right: 15px;
	bottom: 10px;
	width: 40px;
}

/* Styles für das Anwenderberichte Karussell */
.storyBoxItem {
	height: 310px;
	width: 310px;
	background-color: white;
	border: 2px solid #7c8f96;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
}

.storyBoxItem h3 {
	color: #006068;
	margin: 20px 20px 6px 20px;
	font-size: 22px;
}

.storyBoxItem p {
	margin: 20px;
}

.storyBoxItem .box-button {
    position: absolute;
    bottom:0;
	right:0;
    background: rgba(245, 155, 16, 1);
    width:20%;
    height:	14%;
    color:#FFFFFF;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    z-index: 4;

}
.storyBoxItem .box-image {
	bottom: 0px;
	position: absolute;
}
.storyBoxItem .box-story-image {
	bottom: 0px;
	position: absolute;
	height: 301px;
	width: 366px;
}
.storyBoxItem .box-logo {
	position: absolute;
	bottom: 0px;
	padding-left: 55px;
	padding-bottom: 215px;
    z-index: 5;
}
.storyBoxItem .storyBoxJalousie {
    position:absolute;
    bottom:0;
	right:0;
	background: rgba(0, 0, 0, 0.6);
    color:#f59b10;
    width:100%;
    height:	82%;
    padding: 8%;
    display: none;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    z-index: 3;
}

.storyBoxItem .storyBoxJalousie p {
    color:#ffffff;
    font-size: 14px;
}

