@font-face {
    font-family: 'Din';
    src: url('../fonts/dince-regular-webfont.eot');
    src: url('../fonts/dince-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/dince-regular-webfont.woff2') format('woff2'),
         url('../fonts/dince-regular-webfont.woff') format('woff'),
         url('../fonts/dince-regular-webfont.ttf') format('truetype'),
         url('../fonts/dince-regular-webfont.svg#Din') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
		font-family: 'Din';
		src: url('../fonts/dince-medium.eot');
		src: url('../fonts/dince-medium.eot?#iefix') format('embedded-opentype'),
				 url('../fonts/dince-medium.woff') format('woff'),
				 url('../fonts/dince-medium.ttf') format('truetype'),
				 url('../fonts/dince-medium.svg#Din') format('svg');
		font-weight: 500;
		font-style: normal;
}

@font-face {
    font-family: 'Din';
    src: url('../fonts/dince-bold.eot');
    src: url('../fonts/dince-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/dince-bold.woff') format('woff'),
         url('../fonts/dince-bold.ttf') format('truetype'),
         url('../fonts/dince-bold.svg#Din') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Impact';
    src: url('../fonts/impact-webfont.eot');
    src: url('../fonts/impact-webfont.eot?#Impact') format('embedded-opentype'),
         url('../fonts/impact-webfont.woff2') format('woff2'),
         url('../fonts/impact-webfont.woff') format('woff'),
         url('../fonts/impact-webfont.ttf') format('truetype'),
         url('../fonts/impact-webfont.svg#Impact') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Ludicrous';
    src: url('../fonts/ludicrous/ludicrous-stencil-webfont.woff2') format('woff2'),
         url('../fonts/ludicrous/ludicrous-stencil-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

h1, h2, h3, .h3, h5, .arlNavTitle, .subNavTitle, .arlsportsNav a, .date, a.button, ul.mainNav li a {
    font-family: 'Din', 'Trebuchet MS', Arial, sans-serif;
}

h4, .h4 {
    font-family: 'Din', 'Trebuchet MS', Arial, sans-serif;
    font-weight: bold;
}

/* 2016 */
h1.impact {
	font-family: 'Impact', 'Trebuchet MS', Arial, sans-serif;
	font-weight: normal;
	font-size: 72px;
	letter-spacing: 0em;
}

/* 2017 */
h1, h2, h3,
.shoutbox a, .textBig a, .text a, .textImg a, .teamList a, .gallerySmall a, .map a,
#rightCol a, a {
	color: #009FE3;
}

.rentForm a,
.rentForm h2 {
	color: #194abf;
}

h1.ludicrous {
	font-family: 'Ludicrous', 'Trebuchet MS', Arial, sans-serif;
	font-weight: normal;
    font-size: 95px;
    text-transform: none;
    letter-spacing: -0.02em;
    line-height: 0.8em;
    margin-top: 20px;
}

.pageHeader h1 {
	font-family: 'Ludicrous', 'Trebuchet MS', Arial, sans-serif;
	font-size: 54px;	
}

.fullForm .rentForm h2 {
	font-family: 'Ludicrous', 'Trebuchet MS', Arial, sans-serif;
	font-size: 31px;
}

h2,
h3,
#rightCol h2,
#rightCol h3,
#pinboard h3 {
	font-family: 'Ludicrous', 'Trebuchet MS', Arial, sans-serif;
	font-size: 31px;	
	margin-bottom: 0.3em;
}

#rightCol h2,
#rightCol h3 {
	font-size: 28px;
}

#rightCol h3 {
	color: #444;
}

.mainTeaser {
	text-align: center;
}

#webContainer .mainTeaser a {
    text-decoration: none;
    height: 100%;
    background: transparent;
    text-indent: -999px;
	overflow: hidden;
}

#webContainer .mainTeaser a:hover {
	opacity: 0.8;
}

.check.color1 {
	font-size: 180%;
}

.check.color2 {
	font-size: 140%;
}

.color1 {
	color: #7FA7A0; /* petrol leicht */
}

.color2 {
	color: #91794E; /* gold */
}

table.bg-red tr:last-child td {
	background: #009FE3;
	color: #FFF;
	font-weight: bold;
	font-size: 120%;
}

#webContainer .btnBlue, #webContainer strong em a,
.feedback b.rating {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b29460+0,91794e+100 */
background: #b29460; /* Old browsers */
background: -moz-linear-gradient(top, #b29460 0%, #91794e 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #b29460 0%,#91794e 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #b29460 0%,#91794e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b29460', endColorstr='#91794e',GradientType=0 ); /* IE6-9 */
}