/* --------------------------------------------------------------- */
/*                                                                 */
/*    HAUPT CSS-DATEI                                              */
/*    Koller Internet GmbH, www.kollerinternet.ch                  */
/*                                                                 */
/* --------------------------------------------------------------- */

/* --------------------------------------------------------------- */
/* --- FARBEN ---------------------------------------------------- */
/* --------------------------------------------------------------- */
/*
	FARBE 1:	#990000
	FARBE 2:	#009900
	FARBE 3:	#000099
*/


/* --------------------------------------------------------------- */
/* --- IMPORTS --------------------------------------------------- */
/* --------------------------------------------------------------- */

@import url("forms.css");
@import url("rte.css");

/* EXTENSION-CSS */
/*
@import url("news.css");
@import url("team.css");
*/


/* --------------------------------------------------------------- */
/* --- HTML TAGS ------------------------------------------------- */
/* --------------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

body > html {
	height: 100%;
}

body {
	text-align: center;
}

img {
	border: none;
}

a {
	color: #7C4D25;
	text-decoration: none;
	outline: none;
}

a:active {
}

a:hover {
	text-decoration: none;
}


/* --------------------------------------------------------------- */
/* --- FONT  ----------------------------------------------------- */
/* --------------------------------------------------------------- */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.4em;
	color:#1A171B;
}

input,
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

ul {
	margin-left: 15px;
}

ol {
	margin-left: 25px;
}

p,
li {
	font-size: 1em;
	line-height: 1.4em;
	margin: 0pt;
	padding: 0pt;
	list-style: inside;
}

h1 {
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 0.25em;
}

h2 {
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 0.25em;
}

h3 {
	font-size: 1.3em;
	font-weight: normal;
	margin-bottom: 0.25em;
}

h4 {
	font-size: 1.4em;
	font-weight: normal;
	margin-bottom: 0.25em;
}

h5 {
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 0.25em;
}

table {
	border-collapse: collapse;
}

table tr th {
	font-weight: bold;
}

table tr td {
}

td {
    height: 22px;
    width: 30%;
}


.content-element {
}

/* Dateiverweise Abstand Anpassung */
.csc-uploads-icon{
	padding-bottom:5px;
}

ul.csc-uploads span.csc-uploads-fileName {
	text-decoration:none;
	}

.csc-uploads-fileName {
	padding: 0px 10px 5px 5px;
}

.csc-uploads-fileName a {
	color: #7C4D25;
	text-decoration: none;
	border-bottom: 1px solid #7C4D25;
}

.csc-uploads-fileName a:hover {
	color: #7C4D25;
	text-decoration: none;
	border-bottom: 1px dotted #7C4D25;
}

.csc-uploads-description {
}

.tr-odd {
	vertical-align: top;
}

.tr-even {
	vertical-align: top;
}

/* --------------------------------------------------------------- */
/* --- STANDARD-KLASSEN ------------------------------------------ */
/* --------------------------------------------------------------- */

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-top {
	vertical-align: top;
}

.text-bottom {
	vertical-align: bottom;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}



.row {
}

.row:after {
	content: "";
	display: table;
	clear: both;
}

.col-12,
.col-9,
.col-8,
.col-6,
.col-4,
.col-3 {
	float: left;
	min-height: 1px;
}

.col-12 {
	width: 100%;
}

.col-9 {
	width: 75%;
}

.col-8 {
	width: 66.66%;
}

.col-6 {
	width: 48%;
	padding: 0 5px;}

.col-4 {
	width: 33.333%;
}

.col-3 {
	width: 25%;
}


/* --------------------------------------------------------------- */
/* --- HAUPT AUFBAU ---------------------------------------------- */
/* --------------------------------------------------------------- */

/* --- BACKGROUND IMAGE --- */
#bg-image-container {
	position:fixed;
	z-index:-1;
	top:0;
	left:0;
	display:block;
	width:100%;
	height:100%;
}

.bg-image {
	position:fixed;
	z-index:-1;
	top:0;
	left:0;
}
/* ------------------------ */
#button-degu{  bottom: 155px;
    left: -34px;
    position: absolute;}

/* --- BACKGROUND BORDER --- */
#bg-border-top-left {
	position:fixed;
	width:9px;
	height:9px;
	top:0px;
	left:0px;
	z-index:900;
	background-color:#FFFFFF;
}

#bg-border-top-center {
	position:fixed;
	width:100%;
	height:9px;
	top:0px;
	left:9px;
	z-index:900;
	background-color:#FFFFFF;
}

#bg-border-top-right {
	position:fixed;
	width:9px;
	height:9px;
	top:0px;
	right:0px;
	z-index:900;
	background-color:#FFFFFF;

}

#bg-border-middle-left {
	position:fixed;
	width:9px;
	height:100%;
	top:9px;
	left:0px;
	z-index:900;
	background-color:#FFFFFF;
}

#bg-border-middle-right {
	position:fixed;
	width:9px;
	height:100%;
	top:9px;
	right:0px;
	z-index:900;
	background-color:#FFFFFF;
}

#bg-border-bottom-left {
	position:fixed;
	width:9px;
	height:9px;
	bottom:0px;
	left:0px;
	z-index:900;
	background-color:#FFFFFF;
}

#bg-border-bottom-center {
	position:fixed;
	width:100%;
	height:9px;
	bottom:0px;
	left:9px;
	z-index:900;
	background-color:#FFFFFF;
}

#bg-border-bottom-right {
	position:fixed;
	width:9px;
	height:9px;
	bottom:0px;
	right:0px;
	z-index:900;
	background-color:#FFFFFF;
}
/* ------------------------- */

#page-wrapper {
	width:980px;
	margin: 0px auto;
	text-align: center;
	/*background-color:#FFC;  Testing */
}

#page {
	width:919px;
	margin:17px 24px 0px 37px;
	text-align:center;
	/*background-color:#FF9;  Testing */
}

#page-clear {
	width:626px;
	margin:0px auto;
	text-align: center;
	background-color:#FFFFFF;
}

#header {
	position:relative;
	width:100%;
	height:145px;
	/*background-color:#FC9;  Testing */
}

#logo {
	position:absolute;
	width:138px;
	height:112px;
	top:33px;
	left:0px;
	background-image:url(../images/bg_saentismalt.png);
	background-position:left top;
	background-repeat:no-repeat;
	/*background-color:#FF9966;  Testing */
}

#claim {
	position:absolute;
	width:408px;
	height:99px;
	top:42px;
	left:256px;
	background-image:url(../images/bg_claim.png);
	background-position:left top;
	background-repeat:no-repeat;
	/*background-color:#FF9966;  Testing */
}

#facebook {
	position:absolute;
	width:14px;
	height:14px;
	top:0px;
	right:25px;
	background-image:url(../images/bg_facebook.png);
	background-position:left top;
	background-repeat:no-repeat;
}

#language-navigation {
	position:absolute;
	/*width:739px;*/
	height:14px;
	top:0px;
	right:-24px;
	text-align:right;
	font-size:0.8em;
}

#language-navigation span.spacer {
	color:#1A171B;
}

#language-navigation div.SPC {
	padding-left: 8px;
}
#language-navigation div.NO,
#language-navigation div.CUR,
#language-navigation div.INACTIV {
	color:#1A171B;
	text-transform: uppercase;
	float: left;
}

#language-navigation a {
	color:#1A171B;
}


#language-navigation div.CUR a {
	color:#7C4D25;
}

#language-navigation a:hover,
#language-navigation div.CUR a:hover {
	color:#7C4D25;
}

#page-content {
	position:relative;
	float:left;
	width:580px;
	margin:40px 0px 50px 0px;
	text-align: left;
	/*background-color:#FF99CC;  Testing */
}

#page-clear-content {
	position:relative;
	width:580px;
	margin:0px auto;
	text-align:left;
	/*background-color:#FF99CC;  Testing */
}

#erlebniswelt {
	position:fixed;
	width:27px;
	height:116px;
	top:202px;
	right:0px;
	z-index:901;
}

#erlebniswelt a {
	display:block;
	width:27px;
	height:116px;
	background-position:0px 0px;
	background-repeat:no-repeat;
}

#erlebniswelt a:hover {
	background-position:-27px 0px;
}

#statements {
	position:fixed;
	width:27px;
	height:116px;
	top:326px;
	right:0px;
	z-index:902;
}

#statements a{
	display:block;
	width:27px;
	height:116px;
	background-image:url(../images/bg_statements.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
}

#statements a:hover{
	background-position:-27px 0px;
}

#footer {
	position:relative;
	width:100%;
	margin-bottom:18px;
	/*background-color:#FCC;  Testing */
}

#address {
	font-size:0.85em;
	color:#726D6A;
}

#address span.link-decoration {
	color: #726D6A;
	text-decoration: none;
}

#address span.link-decoration:hover {
	color: #7C4D25;
	text-decoration: none;
	border-bottom: 1px dotted #7C4D25;
}

#shop {
	position:absolute;
	width:142px;
	height:104px;
	top:-87px;
	right:0px;
	background-image:url(../images/bg_shop.png);
	background-position:left top;
	background-repeat:no-repeat;
}
#country-check {
	text-align: center;
	color: #7C4D25;
}
#country-check h1,
#country-check h2 {
	color: #000;
}

#country-check {
	font-size: 1.5em;
}
#country-check label {
	margin-right: 10px;
}

.country {
	visibility: hidden;
}

.country.visible {
	visibility: visible !important;
}

.age-form {
	margin-left: 16px;
}


/*Whisky Trek Buttons Home*/
#c2703,
#c6068{
	text-decoration:none;
	color:#fff;
	font-size: 14px;

}
#c2703  ul,
#c6068 ul {
    display: table;
	margin:0 auto;
    width: 588px !important;
}
#c2703 ul li,
#c6068 ul li {
	float: left;
    list-style-type: none;
    margin-right: 5px;
    width: 32.3333%;

}
#c2703 ul li a,
#c6068 ul li a {
	background-color: #19171c;
    float: left;
    height: 60px;
    line-height: 60px;
    margin-right: 5px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;

}

#c2703 ul li:last-child,
#c6068 ul li:last-child {
	margin-right:0;

}
#c2703 .link-decoration:hover,
#c6068 .link-decoration:hover {
	text-decoration:none;
	color:#7c4d25;
	border:none;
	font-size: 14px;
}

#c2703 .link-decoration,
#c6068 .link-decoration{
	text-decoration:none;
	color:#fff;
	border:none;
}

.trek-button {
	background-color: #9f373d;
	float: left;
	height: 60px;
	line-height: 60px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-family: "Albertus W01";
	font-size: 14px;
	width: 60%;
	margin-left: 20%;
}

.trek-button:hover {
	background-color: rgba(159,55,61,0.8);
	cursor: pointer;
}

.whisky-trek {
    position: absolute;
    top: 0;
    right: -250px;
    z-index: 10;
}

.whisky-trek:hover {
	cursor: pointer;
}

.whisky-trek img {
    width: 200px;
    height: auto;
}

/* --------------------------------------------------------------- */
/* --- WHISKY-TREK VIDEOS ---------------------------------------- */
/* --------------------------------------------------------------- */
.top-video iframe {
	width: 100%;
	margin-bottom: 10px;
}

.additional-video {
	margin-left: -5px;
	margin-right: -5px;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
}

.additional-video > div {
	width: 50%;
	float: left;
	text-align: left;
}

.additional-video > div:nth-child(2n + 2) {
	clear: right;
}

.additional-video p {
	padding: 0 10px 0 0;
}

.additional-video div iframe {
	width: calc(100% - 10px);
	margin: 0 auto 5px auto;
	height: auto;
}

.fullwidth-iframe iframe {
	width: 100%;
}


/* --------------------------------------------------------------- */
/* --- IMAGE-FADER ----------------------------------------------- */
/* --------------------------------------------------------------- */

.csc-textpic-imagecolumn.csc-textpic-lastcol {
    left: 0;
	position:absolute;
}




/* --------------------------------------------------------------- */
/* --- MAIN NAVIGATION ------------------------------------------- */
/* --------------------------------------------------------------- */

#main-navigation {
	position:relative;
	float:left;
	width:110px;
	margin:36px 34px 53px 26px;
	text-align:left;
	/*background-color:#FF99CC;  Testing */
}

#main-navigation ul {
	margin:0px;
}

#main-navigation ul li {
	list-style:none;
	font-size:1.3em;
	line-height:1.4em;
	letter-spacing:0.5px;
}

#main-navigation ul li a {
}

#main-navigation ul li a:hover {
}

/* INAKTIVER ZUSTAND */
#main-navigation ul li.no a {
	color:#1A171B;
}

#main-navigation ul li.no a:hover {
	color:#7C4D25;
}

/* AKTIVER ZUSTAND */
#main-navigation ul li.act a {
	color:#7C4D25;
}

#main-navigation ul li.act a:hover {
	color:#7C4D25;
}

/* MIT SUBLEVEL */
#main-navigation ul li.sub {
}

#main-navigation ul li ul li {
	font-size:0.7em;
}

/* SUBLEVEL INAKTIVER ZUSTAND */
#main-navigation ul li ul li.no a {
}

#main-navigation ul li ul li.no a:hover {
}

/* SUBLEVEL AKTIVER ZUSTAND */
#main-navigation ul li ul li.act a {
}

#main-navigation ul li ul li.act a:hover {
}



/* --------------------------------------------------------------- */
/* --- SERVICE NAVIGATION ---------------------------------------- */
/* --------------------------------------------------------------- */

#service-navigation {
	position:absolute;
	width:739px;
	height:14px;
	top:2px;
	right:49px;
	text-align:right;
	font-size:0.8em;
	/*background-color:#FF9966;  Testing */
}

#service-navigation ul {
	margin:0px;
}

#service-navigation ul li {
	list-style:none;
	display:inline;
}

/* INAKTIVER ZUSTAND */
#service-navigation ul li.no a {
	color:#1A171B;
}

#service-navigation ul li.no a:hover {
	color:#7C4D25;
}

/* AKTIVER ZUSTAND */
#service-navigation ul li.act a {
	color:#7C4D25;
}

#service-navigation ul li.act a:hover {
	color:#7C4D25;
}

/* --------------------------------------------------------------- */
/* --- INHALTE --------------------------------------------------- */
/* --------------------------------------------------------------- */

#content_col_1 {
	float: left;
/*	background-color: red;*/
}

#content_col_2 {
	float: left;
/*	background-color: blue;*/
}

#content_col_3 {
	float: left;
/*	background-color: green;*/
}

/* --------------------------------------------------------------- */
/* --- DATA PROTECION NOTE --------------------------------------- */
/* --------------------------------------------------------------- */

.data-protection-note {
	display: none;
	position: fixed;
	top: 200px;
	width: 600px;
	z-index: 4;
	background: #000;
	background: rgba(0,0,0,0.8);
	color: #fff;
	padding: 20px 0;
	left: calc(50% - 300px);
	-webkit-box-shadow: 10px 10px 8px -6px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 8px -6px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 8px -6px rgba(0,0,0,0.75);
}

.data-protection-note__text {
	width:calc(100% - 100px);
	float: left;
	padding-right: 10px;
}

.data-protection-note__text p:last-child {
	margin:0;
}

.data-protection-note__text .link-decoration {
	color: #fff;
	border-bottom: 1px solid #fff;
}

.data-protection-note__text .link-decoration:hover {
	border:none;
}

.data-protection-note__btn-wrapper {
	float:right;
}

.data-protection-note .container {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 20px;
}

.data-protection-note__btn {
	width:70px;
	color: #fff;
	border: 1px solid #fff;
	padding: 5px 10px;
}

.data-protection-note__btn:hover {
	opacity: 0.7;
}


@media (max-width:568px) {
	.data-protection-note__text {
		width:100%;
		float:none;
		padding: 0 0 10px 0;
	}

	.data-protection-note__btn-wrapper {
		float:none;
	}
}


/* --------------------------------------------------------------- */
/* --- LINK-KLASSEN ---------------------------------------------- */
/* --------------------------------------------------------------- */

span.link-decoration {
	color: #7C4D25;
	text-decoration: none;
	border-bottom: 1px solid #7C4D25;
}

span.link-decoration:hover {
	color: #7C4D25;
	text-decoration: none;
	border-bottom: 1px dotted #7C4D25;
}

a.no-decoration span.link-decoration {
	text-decoration: none;
	border: none;
}

a.no-decoration {
	text-decoration: none;
	border: none;
}

a.internal-link-file,
a.internal-link-url,
a.internal-link-page {
	text-decoration: none;
}


a.external-link-file,
a.external-link-url,
a.external-link-page {
	padding-right: 14px;
	background-image: url(../images/icons/icon_external-link.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-decoration: none;
}

a.popup-link-file,
a.popup-link-url,
a.popup-link-page {
	padding-right: 14px;
	background-image: url(../images/icons/icon_popup-link.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-decoration: none;
}

a.mail {
	padding-right: 14px;
	background-image: url(../images/icons/icon_mail.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-decoration: none;
}

a.download {
	padding-left: 22px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: url(../images/icons/icon_file.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
}

a.pdf {
	padding-left: 22px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: url(../images/icons/icon_pdf.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
}

a.word {
	padding-left: 22px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: url(../images/icons/icon_doc.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
}

a.excel {
	padding-left: 22px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: url(../images/icons/icon_xls.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
}

a.powerpoint {
	padding-left: 22px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: url(../images/icons/icon_ppt.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
}

a.zip {
	padding-left: 22px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: url(../images/icons/icon_zip.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
}

/* --------------------------------------------------------------- */
/* --- PAGE BROWSER ---------------------------------------------- */
/* --------------------------------------------------------------- */

.browsebox {
	list-style-type: none;
	margin: 0.5em 0 0 0;
}

.browsebox li {
	display: inline;
	margin: 0px;
	padding: 0px;
	line-height: 30px;
}

.browsebox li a {
	color: #990000;
	padding: 4px 8px;
	border: 1px solid #CCCCCC;
	background-color: #F2F2F2;
	margin-right: 2px;
}

.browsebox li a:hover {
	background-color: #E2E2E2;
}

.browsebox li.act a {
	text-decoration: underline;
}

/* --------------------------------------------------------------- */
/* --- SLIDER ALLGEMEIN ------------------------------------------ */
/* --------------------------------------------------------------- */

/* --- GRUNDAUFBAU --- */
#slider {
	position:relative;
	text-align:center;
	/*background-color:#FFFFCC;  Testing */
}

#slider-content-line-top {
	position:absolute;
	width:100%;
	height:1px;
	top:335px;
	left:0px;
	background-image:url(../images/bg_slider_content_line.png);
	background-repeat:repeat-x;
	background-position:left top;
	z-index:1;
}

#slider-content-line-bottom {
	position:absolute;
	width:100%;
	height:1px;
	top:453px;
	left:0px;
	background-image:url(../images/bg_slider_content_line.png);
	background-repeat:repeat-x;
	background-position:left top;
	z-index:1;
}

.scrollable {
	position:relative;
	width:580px;
	height:464px;
	overflow:hidden;
	text-align:left;
	/*background-color:#FFCCCC;  Testing */
}

.items {
	position: absolute;
	width:2000em;
	clear: both;
}

/* --- BUTTONS --- */
a.browse {
	display:block;
	width:11px;
	height:20px;
	background-image:url(../images/bg_slider_buttons.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	cursor:pointer;
	font-size:1px;
}

a.left {
	position:absolute;
	top:386px;
	left:-23px;
	z-index:1;
}

a.left:hover {
	background-position:-11px 0px;
}

a.left:active {
	background-position:-11px 0px;
}

a.right {
	position:absolute;
	top:386px;
	right:-23px;
	z-index:1;
	background-position: 0px -20px;
}

a.right:hover {
	background-position:-11px -20px;
}

a.right:active {
	background-position:-11px -20px;
}

a.disabled {
	visibility:hidden !important;
}

/* --- NAVIGATION --- */
.navi {
	position:relative;
	height:7px;
}

.navi a {
	display:inline-block;
	width:7px;
	height:7px;
	margin-right:3px;
	background-image:url(../images/bg_slider_navigation.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	font-size:1px;
}

.navi a:hover {
	background-position:0 -7px;
}

.navi a.active {
	background-position:0 -14px;
}


/* --------------------------------------------------------------- */
/* --- SLIDER DEFAULT -------------------------------------------- */
/* --------------------------------------------------------------- */

/* --- INHALTSELEMENT DEFAULT--- */
.item-default {
	position:relative;
	float:left;
	width:580px;
	height:464px;
	display:block;
	margin-right:50px;
}

.item-image-default {
	position:absolute;
	width:580px;
	height:320px;
	top:0px;
	left:0px;
}

.item-linkcontent-default {
	position:absolute;
	width:100%;
	height:17px;
	top:303px;
	right:0px;
	font-size:0.85em;
}

.item-link-default {
	position:relative;
	float:right;
	margin-left:10px;
}

.item-caption-default {
	position:relative;
	float:right;
}

.item-content-default {
	position:absolute;
	width:580px;
	height:87px;
	top:349px;
	left:0px;
}

.item-title-default {
	position:relative;
	width:100%;
	height:15px;
	margin-bottom:5px;
	overflow:hidden;
}

.item-text-default {
	position:relative;
	width:100%;
	height:67px;
	overflow:hidden;
}

.item-content-default a, .item-linkcontent-default a {
	color: #7C4D25;
	text-decoration: none;
	border-bottom: 1px solid #7C4D25;
}

.item-content-default a:hover, .item-linkcontent-default a:hover {
	color: #7C4D25;
	text-decoration: none;
	border-bottom: 1px dotted #7C4D25;
}


/* --------------------------------------------------------------- */
/* --- SLIDER BLOCK ---------------------------------------------- */
/* --------------------------------------------------------------- */

/* --- INHALTSELEMENT BLOCK--- */
.item-row {
	position:relative;
	float:left;
	width:591px;
	height:464px;
	display:block;
	margin-right:50px;
}

.item-block {
	position:relative;
	float:left;
	width:185px;
	height:464px;
	display:block;
	margin-right:12px;
}

.item-image-block {
	position:absolute;
	width:185px;
	height:320px;
	top:0px;
	left:0px;
}

.item-linkcontent-block {
	position:absolute;
	width:100%;
	height:17px;
	top:303px;
	right:0px;
	font-size:0.85em;
}

.item-link-block {
	position:relative;
	float:right;
	margin-left:10px;
}

.item-caption-block {
	position:relative;
	float:right;
}

.item-content-block {
	position:absolute;
	width:185px;
	height:87px;
	top:349px;
	left:0px;
}

.item-title-block {
	position:relative;
	width:100%;
	height:15px;
	margin-bottom:5px;
	overflow:hidden;
}

.item-text-block {
	position:relative;
	width:100%;
	height:67px;
	overflow:hidden;
}

.item-product-block {
	margin-left:3px;
}

.item-content-block a, .item-linkcontent-block a {
	color: #7C4D25;
	text-decoration: none;
	border-bottom: 1px solid #7C4D25;
}

.item-content-block a:hover, .item-linkcontent-block a:hover {
	color: #7C4D25;
	text-decoration: none;
	border-bottom: 1px dotted #7C4D25;
}

/* --------------------------------------------------------------- */
/* --- SLIDER NEWS HOME ------------------------------------------ */
/* --------------------------------------------------------------- */

/* --- GRUNDAUFBAU --- */
#slider-news-home {
	position:relative;
	text-align:center;
	height:122px;
	margin-top:5px;
	padding-top:14px;
}

#slider-news-home #slider-content-line-top {
	top:0px;
}

#slider-news-home #slider-content-line-bottom {
	top:118px;
}

#slider-news-home .scrollable {
	height:87px;
}

/* --- INHALTSELEMENT BLOCK--- */
#slider-news-home .item-row {
	width:592px;
	height:87px;
}

/* --- BUTTONS --- */
#slider-news-home a.left {
	top:50px;
}

#slider-news-home a.right {
	top:50px;
}

/* --- NAVIGATION --- */
#slider-news-home .navi {
	margin-top:28px
}





/* --------------------------------------------------------------- */
/* --- SLIDER CE ERLEBNISWELT/STATEMENTS ------------------------- */
/* --------------------------------------------------------------- */

/* --- GRUNDAUFBAU --- */
#slider-ce {
	position:relative;
	text-align:center;
}

#slider-ce .scrollable {
	height:460px;
}

#slider-ce .scrollable .content-element {
	position:relative;
	float:left;
	width:580px;
	height:460px;
	display:block;
	overflow:auto;
	margin-right:50px;
}

/* --- BUTTONS --- */
#slider-ce a.left {
	top:215px;
}

#slider-ce a.right {
	top:215px;
}

/* --- NAVIGATION --- */
#slider-ce .navi {
	margin-top:4px;
}

/* NEWS */

.news-single .article .news-img-wrap {
	background: transparent;
}
