@charset "UTF-8";
/* CSS Document */
body, html {
	width: 100%;
	height: 100%;
	min-width: 940px;
	top: 0;
	position: relative;
	margin: 0;
	padding: 0;
	font-family: 'Exo', sans-serif;
	font-size: 14px;
	z-index: -100;
	background-image:url(../pics/bg_blue.png);
	background-repeat:repeat-y;
	background-position: top center;
}
h2 {
	font-size: 22px;
}
h3 {
	margin-bottom: 5px;
}
product-tt {
	
}
.ms-tooltip-cont {
	text-shadow:	none !important;
	border-radius:	10px !important;
}
.slider-container {
	width: 100%;
	background-color: #FFF;
	overflow-x: hidden;
}
.zigzag_top {
	background-image: url(../pics/raster_top.png);
	background-position: center;
	position: relative;
	content: " ";
	height: 23px;
	width: 100%;
}
.zigzag_bottom {
	background-image: url(../pics/raster_bot.png);
	background-position: center;
	position: relative;
	content: " ";
	height: 23px;
	width: 100%;
}
.triangleDown {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 35px 35px 0 35px;
	border-color: #ffffff transparent transparent transparent;
}
.imageBox {
	width: 940px;
	height: 380px;
	padding: 20px;
	margin-left: -470px;
	position: absolute !important;
	top: 1230px;
	left: 50%;
	background-color: white;
	box-sizing: border-box;
	-webkit-box-shadow: 10px 0 50px -10px #777777, -10px 0 50px -10px #777777;
	box-shadow: 10px 0 50px -10px #777777, -10px 0 50px -10px #777777;
}
.youtube {
	position: absolute;
	width: 410px;
	height: 240px;
}
.contentContainer {
	position: relative;
	width: 100%;
	min-height: 50px;
	padding-bottom: 70px;
	z-index: -2;
}

.centeredContainer {
	position: relative;
	width: 900px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.col-left {
	position: relative;
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding-right: 20px;
}
.col-right {
	position: relative;
	float: right;
	width: 50%;
	padding-left: 20px;
	box-sizing: border-box;
}
.col-1 {
	border-right: 1px solid white;
	padding-right: 30px;
}
.col-2 {
	border-right: 1px solid white;
	padding-right: 30px;
}
.col-3 {
	width: 30%;
	position: relative;
	float: left;
}
.box {
	background-color: #FFF;
	padding: 20px;
	height: 280px;
}
.box.css3-shadow > img {
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}
.footer {
	display: inline;
	box-sizing:border-box;
}
.footer a {
	color: white;
	text-decoration: none;
}
.footer:last-child {

}
.border {
	padding:	5px;
	border: 	3px solid white;
	position: absolute;
	right: 	0px;
	top: 		30px;
	color: 	#FFFFFF;
	background-color: transparent;
	text-decoration: none;
	cursor:	pointer;
}
	.border:hover{
		color: #45a1df;
		background-color: #FFFFFF;
	}

/*==================================================
 * Prices Table
 * ===============================================*/
.pricesTable {
	border-collapse: collapse;
}
.pricesTable tr > th {
	padding-bottom: 2em;
}
.table-header {
	text-align: left;
	vertical-align: top;
}
.table-header * {
	margin-top: 0px;
	margin-bottom: 0px;
}
.table-row > td {
	padding-right: 30px;
	vertical-align: top;
	padding-bottom: 1em;
	padding-top: 2em;
	border-bottom: 1px solid white;
}
.table-row:last-child > td {
	border-bottom: none;
}
.table-row td:first-child {
	border-bottom: none;
}
.table-row table td:nth-of-type(2) {
	padding-left: 30px;
	padding-right: 15px;
}
.table-row table td:nth-of-type(3) {
	text-align: right;
}
/*==================================================
 * Drop shadow effect with box-shadow
 * ===============================================*/
.css3-shadow {
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.imageBox.css3-shadow {
	height: auto;
}

.css3-shadow:after {
	content: "";
	position: absolute;
	z-index: -1;
	-webkit-box-shadow: 0 0 40px #777777;
	box-shadow: 0 0 40px #777777;
	bottom: 0px;
	left: 10%;
	right: 10%;
	width: 85%;
	height: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.fontDarkGrey {
	color: #545454;
}
.fontBlue {
	color: rgb(69, 161, 223);
}
.fontWhite {
	color: #FFF;
}
.bgBlue {
	background: url(../pics/bg_blue.png) repeat-y top center;
}
.bgRaster {
	background: url(../pics/raster.png) repeat-y top center;
	background-color:#FFFFFF;
}
ul.essen-Liste li {
	float: left;
}
ul.spalten_2 li {
	width: 50%;
}
ul.essen-Liste {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
}
ul.essen-Liste li:before {
	display: inline-block;
	content: "-";
	width: 1em;
	margin-left: -1em;
}
#logoSkiBar {
	position: absolute;
	right: 0px;
	top: 48px;
}
