﻿/*text*/
.textElement, .imageElement{
	background-color:#fbfbfb;
}
/*karussell*/
.karussellBg{
	background-color:#f2eddc !important;
}
.karussellId{
	background-color: white;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(91,81,76,0.2);
	-moz-box-shadow:    0px 0px 4px 0px rgba(91,81,76,0.2);
	box-shadow:         0px 0px 4px 0px rgba(91,81,76,0.2);
	/* border: 2px solid #d4e1ea; */
}
.karusselBox{
	background:white;
}
.karusselBoxTitel{
	color:#092a5e;
	font-size:18px;
	font-weight:normal;
}
.karusselBoxText{
	color:black;
	font-size: 13px;
	line-height: 21px;
}
/*link*/
.linkHeadline{
	background:#a0c8e6;
}
body .linkHeadline > div{
	color: #303030;
	font-family: TUIType;
}
.linkContent{
	background:#a0c8e6;
}
body .linkBoxListA{
	color: #303030;
}
body .linkBoxListLi{
	list-style-image: url(/brands/5/topics/3/img/darkArrowRight.png);
}
/*Akkordeon*/
.akkordeonBoxContent > .akkordeonBoxHead{
	background-color:#dcf0ff;
}
.akkordeonBoxContent > .akkordeonBoxHead > .akkordeonBoxTitel{
	font-family: TUIType;
	line-height:28px;
	font-size:20px;
}
.akkordeonBoxContent.aktivAkkordeon > .akkordeonBoxHead{
	background-color:#a0c8e6;
}
.akkordeonBoxContent > .akkordeonBoxHead > .akkordeonBoxHeadArrow{
	background-color:#a0c8e6;
}
.akkordeonBoxContent.aktivAkkordeon > .akkordeonBoxHead > .akkordeonBoxHeadArrow{
	background-color:#092a5e;
}
.akkordeonBoxContent > .akkordeonBoxText{
	background-color:#ffffff;
}

.akkordeonBoxContent > .akkordeonBoxText > a > img{
	background-image: url(/brands/5/topics/3/img/sprites.png);
	background-position: 0 -310px;
	height: 12px;
	width: 7px;
}
/*LinkBox mit Bild*/
.linkBoxBild{
	background:#dcf0ff;
}
.linkBoxBildList{
	background:#a0c8e6;
}
.linkBoxBildListTitel{
	color:#303030;
}
.linkBoxBild{
	color:#333333;
}
.linkBoxBildATitel{
	font-family:TUIType;
}

.grid .listOffer {
	background: #dcf0ff !important;
}

.grid .listOfferHeadLine {
	color:#092a5e;
}