@font-face {
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 200;
	src: local('Fira Sans ExtraLight'), local('FiraSans-ExtraLight'), url('/include/fonts/FiraSans-ExtraLight.otf') format('opentype');
}

@font-face {
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 100;
	src: local('Fira Sans UltraLight'), local('FiraSans-UltraLight'), url('/include/fonts/FiraSans-UltraLight.otf') format('opentype');
}

@font-face {
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 800;
	src: local('Fira Sans ExtraBold'), local('FiraSans-ExtraBold'), url('/include/fonts/FiraSans-ExtraBold.otf') format('opentype');
}

html.html {
	overflow:scroll;
	-ms-overflow-x:auto;
	overflow-x:auto;
	height:100%;
	width:100%;
	-ms-overflow-style:scrollbar;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
}

@-ms-viewport {
	width: device-width;
}

*,
*:after,
*:before {
	box-sizing: border-box;
}

body{
	margin:0;
	font:200 16px/1.6 'Fira Sans', sans-serif;
	color:#000000;
	letter-spacing: 1px;
}

html.html body
{
	background-color: #000000;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	padding-bottom: 100px;
}

h1,
h2,
h3,
h4,
h5,
h6{
	font-weight: 300;
	text-transform: uppercase;
	margin:0 0 6px;
}
h1 {
	font-size:58px;
	text-align: right;
	letter-spacing: 11px;
	font-weight: 100;
	text-transform: uppercase;
	margin-bottom: 50px;
}
h2 {
	font-size:24px;
	margin:0 0 8px;
}
h3 {
	font-size:20px;
}
h4 {
	font-size:16px;
}
h5 {
	font-size:14px;
}
h6 {
	font-size:12px;
}

img {
	border:0;
}

p {
	margin:0
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

a{
	color:inherit;
	text-decoration:underline;
}
a:hover,
a:focus {
	color:inherit;
	text-decoration:none;
}

.uppercase {
	text-transform:uppercase;
}

.nav{
	list-style:none;
	margin:0;
	padding:0;
}

.nav>li{
	margin:0;
	padding:0;
}

.nav>li>a{
	text-decoration:none;
}

.nav>li>a.active,
.nav>li>a:hover,
.nav>li>a:focus{
	text-decoration:underline;
}

#content{
	min-width:1200px;
	padding-top: 60px;
}

.wrap {
	width:1200px;
	margin:0 auto;
}

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix {zoom:1;}

.left{
	float:left;
}

.right{
	float:right;
}

.glassy {
	border:7px solid rgba(255,255,255,.4);
	border-radius: 4px;
}

.div_noscript {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:99999;
	padding:5px;
	border:1px #f00 solid;
	background:#fff;
	color:#f00;
}

.visible-mobile
{
	display: none;
}

.muchcontent
{
	min-height: 7675px;
}

.beige
{
	color: #e2d6af;
}

.item-top
{
	color: #e2d6af;
	width: 47%;
	position: static;
	padding-bottom: 10px;
	margin-bottom: 20px;
	float: none !important;
	border-bottom: 1px #ffffff solid;
}

.item-top span
{
	font-weight: 100;
	letter-spacing: 1px;
}

.box
{
	background: #ffffff;
	color: #000000;
	padding: 30px;
}

.close
{
	text-align: right;
}

.close a
{
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url('/img/web/close.png') no-repeat center center;
}

.box nav
{
	padding: 0;
	margin-left: -30px;
	margin-right: -30px;
}

.box nav ul
{
	display: block;
	border-bottom: 1px #000000 solid;
	padding-left: 30px;
	padding-right: 30px;
	line-height: 21px;
}

.box nav ul > li
{
	display: inline-block;
	margin-right: 55px;
	line-height: 21px;
}
.legal a
{
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 400;
	position: relative;
}

.legal a:hover
{
	text-decoration: underline;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 400;
	position: relative;
}


.box nav a
{
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 800;
	position: relative;
	line-height: 21px;
	letter-spacing: 1px;
}

.box nav a:before
{
	content: '';
	display: block;
	width: 40px;
	height: 5px;
	position: absolute;
	bottom: -6px;
	left: 0;
	background: transparent;
	transition: background 0.4s ease;
}

.box nav a.active:before,
.box nav a:hover:before
{
	background: #000000;
}

.box .text
{
	min-height: 450px;
}

.slider
{
	position: relative;
}

.slider-left
{
	position: absolute;
	left: -15px;
	bottom: 100px;
	z-index:1;
}


.slider-right
{
	position: absolute;
	right: -15px;
	bottom: 100px;
	z-index:2;
}

.calendar .slider-left,
.calendar .slider-right
{
	top: 36px;
	bottom: auto;
}

.calendar .slider-left
{
	left: 15px;
}

.calendar .slider-right
{
	right: 15px;
}


.slider-left a,
.slider-right a
{
	display: block;
	width: 30px;
	height: 40px;
	background-color: #ffffff;
	background-position: center center;
	background-repeat: no-repeat;
}

.slider-left a {
	background-image: url('/img/web/angle-left.png');
}

.slider-right a {
	background-image: url('/img/web/angle-right.png');
}

.slider-wrap{
	overflow:hidden;
	position:relative;
}

.big .slider-wrap
{
	height: 580px;
}

.slider-container
{
	position:relative;
	height:500px;
}

.big .slider-container
{
	height: 580px;
}

.slider-container .image
{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	max-height:500px;
}

.big .slider-container .image
{
	max-height: 580px;
}

.logo-footer
{
	text-align: right;
	margin-top: 30px;
}

.legal {
	float:left;

}
.logo-footer .logo
{
	display: inline-block;
	width: 90px;
	height: 69px;
	background: url('/img/web/ETP_logo_black.svg') no-repeat bottom right;
	margin-right: 15px;
}

.form-control
{
	border: 0;
	border-bottom: 1px #000000 solid;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	border-radius: 0;
}

.form-control + label
{
	font-weight: 200;
}

textarea.form-control
{
	height: 100px;
}

.submitBtn
{
	width: 100%;
	background: transparent;
	border: 0;
	text-align: right;
	padding-bottom: 13px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	margin-top: 50px;
}

.calendar
{

}

.calendar .slider-wrap
{
	height: 370px;
}

.calendar .table td a
{
	text-decoration: none;
	font-size: 12px;
	display: block;
	padding: 5px;
}

.calendar .table td.active
{
	background: #e3d7b0;
}

.calendar .table
{
	border-collapse:separate;
	border-spacing:0 10px;
}

.calendar .table th,
.calendar .table td
{
	text-align: center;
}

.table-borderless tbody tr td,
.table-borderless tbody tr th,
.table-borderless thead tr th,
.table-borderless thead tr td,
.table-borderless tfoot tr th,
.table-borderless tfoot tr td {
	border: none;
}

.table-extra-condensed > thead > tr > th,
.table-extra-condensed > tbody > tr > th,
.table-extra-condensed > tfoot > tr > th,
.table-extra-condensed > thead > tr > td,
.table-extra-condensed > tbody > tr > td,
.table-extra-condensed > tfoot > tr > td
{
	padding: 0;
}

.month-title
{
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	font-weight:100;
	margin-bottom: 50px;
	line-height: 40px;
}

input[type="text"].form-control,
input[type="email"].form-control,
textarea.form-control
{
	padding-left: 0;
	padding-right: 0;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control
{
	background: #ffffff;
}

.border
{
	border-top: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
	min-height: 509px;
	padding-top: 25px;
}

.border-big-top
{
	border-top: 11px #000000 solid;
}

.border-big-bottom
{
	border-bottom: 11px #000000 solid;
}

.abstand
{
	margin-top: 70px;
}

.abstand.big
{
	margin-top: 30px;
}

.form-control:focus
{
	border-color: #000000;
}

textarea.form-control
{
	resize: none;
}

.table td
{
	font-weight: 200;
}