﻿@charset "UTF-8";
/* CSS Document */

@charset "UTF-8";
@import url("1140.css");
@import url("fonts.css");
/* ============================== */
/* ! Layout for desktop version   */
/* ============================== */

html {
	-webkit-font-smoothing: antialiased;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: 'BariolLight', arial, sans-serif;
	font-size: 16px;
	text-decoration: none;
	font-weight: normal;
	background-color: #039;
	color: #333;
}
article, aside, footer, header, hgroup, nav, section, ul {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    position: relative;
}
li {
	list-style: none;
}
p {
	font-family: 'BariolRegular', arial, sans-serif;
	font-size: 12px;
	text-align: left;
}
TableText {
	font-family: 'BariolRegular', arial, sans-serif;
	font-size: 12px;
	text-align: left;
}
TableTextRight {
	font-family: 'BariolRegular', arial, sans-serif;
	font-size: 12px;
	text-align: right;
	line-height: 17px;
}
h1 {
	font-family: 'BariolRegular', arial, sans-serif;
    color: rgba(51, 55, 69, 0.6);
    font-size: 25px; 
    border-bottom: 1px #ccc solid; 
    width: 100%; 
    padding-top: 0;
    padding-bottom: 6px; 
    margin-top: 3px;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
    
}
h2 {
	font-family: 'BariolRegular', arial, sans-serif;
	font-size: 22px;
	letter-spacing: 1px;
	padding-bottom: 10px;
	text-align: left;
    padding-top: 15px;
    font-weight:normal;
}
h3 {
	font-family: 'BariolRegular', arial, sans-serif;
	font-size: 22px;
	letter-spacing: 1px;
	padding-bottom: 10px;
	text-align: left;
    padding-top: 24px;
    font-weight:normal;
}
h4 {
	font-family: 'BariolRegular', arial, sans-serif;
	font-size: 16px;
	letter-spacing: 1px;
	text-align: left;
	padding-bottom:10px;
}

#KlareKante {
	font-family: 'BariolRegular', arial, sans-serif;
	font-size: 16px;
	letter-spacing: 1px;
	text-align: left;
	padding-bottom:10px;
}

.trennlinie {
	border-top: 1px #666 dashed;
	color: #FFF;
	background-color: #FFF;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 10px;
}
.trennliniespace {
	border-top: 1px #666 dashed;
	color: #FFF;
	background-color: #FFF;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 20px;
}
.trennliniesumme {
	border-top: 1px #666 dashed;
	color: #FFF;
	background-color: #FFF;
	width: 100%;
	padding-bottom: 5px;
}
#wrapper-outer {
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: 100%;
	width: 100%;
	position: fixed;
	overflow: hidden;
}
#background-wrapper {
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
#content-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	overflow-x: hidden;
	z-index: 10;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#content {
	position: relative;
}

#content-music {
    position: relative;
    text-align: right;
}

article, aside, footer, header, hgroup, nav, section, ul {
	border-style: none;
    border-color: inherit;
    border-width: 0;
    display: block;
	margin: 0px 5 5 5;
	padding: 0;
	position: relative;
	font-size: 14px;
	font-size: 0.875rem;
}
span, div, p, td, li {
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 1px;
}

.MiniSpan  {
	font-size: 10px;
	letter-spacing: 1px;
}

#banner {
	min-width: 900px;
	height: 160px;
	background-color: #eeeeee;
	margin-bottom: 15px;
	padding-left: 25px;
	padding-top: 25px;
}
.imgbanner {
	float: left;
	margin-right: 25px;
}
#specs {
	width: 230px;
	float: left;
}
#specs img {
	margin-bottom: 10px;
}
#price {
	margin-top: 20px;
	width: 300px;
	float: right;
}
dl {
	font-family: 'BariolRegular', arial, sans-serif;
}
#specs dl {
	font-size: 13px;
	width: 200px;
}
#price dl dt, #specs dl dt {
	padding-top: 3px;
	float: left;
	clear: right;
}
#price dl dd, #specs dl dd {
	float: right;
	padding-top: 3px;
}
#price .summe {
	font-family: 'BariolBold', arial, sans-serif;
	text-transform: uppercase;
	margin-bottom: 15px;
}
#price dl {
	font-size: 13px;
	line-height: 17px;
}
#price a {
	font-family: 'BariolBold', arial, sans-serif;
	float: right;
	text-decoration: none;
	color: #39F;
}
#options {
	min-width: 800px;
	float:left;
	font-size: 14px;
	line-height:17px;
}
#options dl, checkboxes dl {
	margin:0px;
	padding:0px;
}
#options dl dd, #checkboxes dl dd {
	float:right;
}
#options dl dt, #checkboxes dl dt {
	float: left;
	clear:right;
}

#checkboxes{
		padding-left:20px;
	float:left;
	}

.ThoreButton {
	text-decoration: none;
	text-align: center;
	padding: 4px 18px;
	border: solid 1px #004F72;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font: 14px BariolRegular, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	background-color: #dbcccc;
	background-image: -moz-linear-gradient(top, #dbcccc 0%, #b0b0b0 70%);
	background-image: -webkit-linear-gradient(top, #dbcccc 0%, #b0b0b0 70%);
	background-image: -o-linear-gradient(top, #dbcccc 0%, #b0b0b0 70%);
	background-image: -ms-linear-gradient(top, #dbcccc 0%, #b0b0b0 70%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0b0b0', endColorstr='#b0b0b0', GradientType=0 );
	background-image: linear-gradient(top, #dbcccc 0%, #b0b0b0 70%);
	-webkit-box-shadow: 0px 0px 2px #bababa, inset 0px 0px 1px #ffffff;
	-moz-box-shadow: 0px 0px 2px #bababa, inset 0px 0px 1px #ffffff;
	box-shadow: 0px 0px 2px #bababa, inset 0px 0px 1px #ffffff;
	text-shadow: 0px 0px 6px #a6a6a6;
	filter: dropshadow(color=#a6a6a6, offx=0, offy=0);
}
a {
    color: #818181;
    text-decoration: none;
    font-weight: normal;
}
a:hover { color: #98b22f; }
.placeholder_to {
	color: #0070bb;
	font-size: 15px;
	font-size: 0.938;
	font-style: normal;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.clearall {
	clear: both;
}
.txtleft {
	text-align: left;
}
.txtcenter {
	text-align: center;
}
.txtright {
	text-align: right;
}
.uppercase {
	text-transform: uppercase;
}
.lowercase {
	text-transform: lowercase;
}
.capitalize {
	text-transform: capitalize;
}
.green, a.green {
	color: #98b22f;
}
.bold, a.bold {
	font-weight: bold;
}
.gray-font {
	color: #818181;
}
.black {
	color: #000;
}
.black-bg {
	background: #000;
}
.margin-top-6 {
	margin-top: 6px;
}
.margin-top {
	margin-top: 8px;
}
.padding-top-45 {
	padding-top: 45px;
}
.padding-top-50 {
	padding-top: 50px;
}
.margin-horizontal-auto {
	margin: 0 auto;
}
.padding {
	padding: 25px;
}
.padding-top-5 {
	padding-top: 5px;
}
.padding-bottom {
	padding-bottom: 10px;
}
.width100 {
	width: 100%;
}
.width-960 {
	width: 960px;
}
.height-box {
	height: 153px;
	height: 9.624993rem;
}
.relative {
	position: relative;
}
.block {
	display: block;
}
.inline {
	display: inline;
}
.none {
	display: none;
}
.z-index50 {
	z-index: 50;
}
.overflow-hidden {
	overflow: hidden;
}
.border-bottom {
	border-bottom: 1px #ccc solid;
}
.box-sizing {
	box-sizing: border-box;
}
.error {
	color: #ff0000;
}
/**/

.logo img {
	float: left;
	margin-left: 20px;
}
.tagline img {
	float: right;
	margin-right: 20px;
}
.ulcenter li {
	margin-left: 10%;
}
.ulmarginleft li {
	margin-left: 10px;
}
nav {
	height: 100%;
	width: 216px;
	background: transparent;
	margin-left: 10px;
	float: left;
	position: fixed;
	top: 0;
	left: 0;
}
#contact {
	position: relative;
	text-transform: uppercase;
	margin: 130px auto 0 auto;
	font-family: 'BariolLight', arial, sans-serif;
	font-size: 13px;
	letter-spacing: 0.050rem;
	text-align: center;
	padding: 0;
	color: #fff;
	display: block;
	line-height: 16px;
}
.contact-bold {
	font-family: 'BariolBold';
	font-size: 13px;
	letter-spacing: 1px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	line-height: 16px;
	letter-spacing: 0.050rem;
}
#contact a {
	color: #fff;
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
	letter-spacing: 0.050rem;
	line-height: 16px;
}
#logo {
	position: relative;
	display: block;
	margin: 180px 0 0 20px;
	padding-bottom: 40px;
    top: -153px;
    left: -13px;
}
#logo-big {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	width: 168px;
	height: 168px;
	display: block;
	background-image: url(/images/logo3.png);
	background-position: top left;
	background-repeat: no-repeat;
}
#main-menu {
	position: relative;
	padding-left: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#main-menu .main-menu-list {
	list-style: none;
    top: -172px;
    left: -4px;
}
#main-menu .main-menu-list > li, #main-menu .main-menu-list > li > ul > li {
	width: 100%;
	margin: 0;
	padding: 0;
}
#main-menu .main-menu-list > li > a, #main-menu .main-menu-list > li > ul > li > a {
	cursor: pointer;
	letter-spacing: 0.200em;
	font-size: 16px;
	font-size: 1rem;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	min-height: 40px;
	display: block;
	margin: 1px 0 0 0;
	padding-top: 6px;
	font-family: 'BariolRegular';
	color: #fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#main-menu .main-menu-list ul {
	list-style: none;
}
#main-menu .main-menu-list > li > a.active, #main-menu .main-menu-list > li > ul > li > a.active, #main-menu .main-menu-list > li > a.active2, #main-menu .main-menu-list > li > ul > li > a.active2 {
	color: #fff;
	font-family: 'BariolBold';
	letter-spacing: 0.200em;
	font-size: 16px;
	font-size: 1rem;
	background-color: rgba(51, 55, 69, 0.6);
}
#main-menu .main-menu-list > li > a.inactive:hover {
	color: #ffffff;
	background-color: rgba(51, 55, 69, 0.6);
}
/* SUBMENU */
#main-menu .main-menu-list > li > ul > li > a {
	font-size: 12px;
	font-size: 0.750rem;
	letter-spacing: 0.200rem;
	font-family: 'BariolRegular';
}
#main-menu .main-menu-list > li > ul > li > a.active, #main-menu .main-menu-list > li > ul > li > a.active2 {
	font-family: 'BariolBold';
	font-size: 12px;
	font-size: 0.750rem;
	letter-spacing: 0.200rem;
}
#main-menu .main-menu-list > li > ul > li > a.inactive:hover {
	color: #ffffff;
	background-color: rgba(51, 55, 69, 0.6);
}
/* Display all none submenus that are not selected */
#main-menu .main-menu-list > li > ul {
	display: none;
}
#main-menu .main-menu-list > li.active > ul {
	display: block;
	z-index: 50;
}

/* HERO IMAGE */
.herotitle {
    position: absolute;
    text-align: right;
    right: 10%;
    bottom: 10%;
}
.herolineheight { line-height: 46px; }
.herotitle h6 {
    font-size: 350%;
}
.herotitle h7 {
    font-size: 100%;
}
.h6sub {
	font-size: 190% !important;
    line-height: 29px;
}
hr {
	border: 0;
	color: #e0e1e2;
	background-color: #e0e1e2;
	height: 1px;
	width: 100%;
	text-align: center;
}
#box-wrapper {
	position: absolute;
	margin-left: -570px;
	left: 50%;
	top: 18%;
	height: 82%;
	width: 1140px;
	margin-bottom: 20px;
}
.primary-box {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 560px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #fff;
}
.primary-box-title {
	position: relative;
	height: 140px;
	text-align: left;
	padding: 20px 20px 0 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.primary-box-content {
	padding: 0 30px 20px 30px;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #fff;
	text-align: left;
}
.primary-box-content ul {
	list-style-position: inside;
	margin-left: 1em;
}
.secondary-box {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 75%;
	width: 560px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #fff;
}
.secondary-box-title {
	position: relative;
	height: 140px;
	text-align: center;
	margin: 30px 30px 0 30px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #e0e1e2;
}
.secondary-box-content {
	padding: 0px 30px 13px 30px;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #fff;
	text-align: left;
}
.secondary-box-content h5 {
	margin: 27px 0 45px 0;
}
.secondary-box-content h5.more {
	margin: 45px 0;
}
.secondary-box-content a img {
	margin: 0;
	padding: 0;
	width: 100%;
}
.secondary-box-content a {
	margin: 0;
	padding: 0;
}
.animals a img {
	width: auto;
}
.secondary-box-content ul {
	list-style-position: inside;
	margin-left: 1em;
}
.full-box {
	position: relative;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #fff;
}
.full-box-title {
	position: relative;
	height: 140px;
	text-align: left;
	padding: 20px 20px 0 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #fff;
}
.full-box-content {
	padding: 0 30px 20px 30px;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #fff;
	text-align: justify;
}
.full-box-content ul {
	list-style-position: inside;
	margin-left: 1em;
}
#frontpage-icon {
	position: relative;
	margin: 0;
	background: #fff;
	width: 64px;
	height: 64px;
	padding: 0;
	background-position: center center;
	background-image: url('../images/logo3.png');
	background-repeat: no-repeat;
	float: left;
	pointer-events: visible;
}
#menu-icon {
	position: relative;
	margin: 0;
	background-color: rgba(51, 55, 69, 0.6);
	width: 64px;
	height: 64px;
	padding: 0;
	background-position: center center;
	background-image: url('/images/Helgoland2.JPG');
	background-repeat: no-repeat;
	float: left;
	pointer-events: visible;
}
#icon-wrapper {
	display: none;
}
.herotitle a:hover {
	color: #fff;
}
div.secondary-box-title h4.padding-top-50 /* Strange syntax, used to modify */ {
	padding: 52px 0;
}
a.gallery-thumb {
	margin-left: 0;
	margin-right: 10px;
}
a.gallery-thumb img {
	margin-top: 0;
}
a.gallery-thumb:nth-child(3n+3) {
	margin-right: 0;
	margin-left: 0;
}
div#container {
    padding: 0;
    position: relative;
    margin: 0 auto;
    text-align: left;  
    width: 960px;
    height: 100%;
    background: #fff;
    -moz-box-shadow: 0 0 2px 0 rgba(155, 155, 155, 0.50);
    -webkit-box-shadow: 0 0 2px 0 rgba(155, 155, 155, 0.50);
    box-shadow: 0 0 2px 0 rgba(155, 155, 155, 0.50);
} 
div.container-padding { padding: 0 40px 10px 40px; line-height: 19px;}
div.container-padding > div.content {height: 500px;}
div.error {color: red; margin-bottom: 4px;}

header {
    height: 110px;
    width: 100%;
}
nav {
	height: 100%;
	width: 216px;
	background: transparent;
	margin-left: 10px;
	float: left;
	position: fixed;
	top: 4px;
	left: 1px;
}
nav ul#main-menu {
    list-style-type: none;
    list-style-image: none;
    width: 100%;
    height: 38px;
}
nav ul#main-menu li {
    list-style-type: none;
    list-style-image: none;
    padding: 8px 23px 8px 23px;
    float: left;
    margin: 0;
    width: auto;
    text-decoration: none;
    font-weight: normal;
}
nav ul#main-menu li a {
    font-size: 16px;
}
nav ul#main-menu li a.active { color: #98b22f; }
nav ul#main-menu li:first-child { padding-left: 2px; }
nav ul#main-menu li:last-child { background: none; }


input[type='text'], input[type='password'], input[type='datetime-local'], input[type='datetime'] {
    padding: 0 0 0 7px;
    border: 1px #ccc solid;
    font-family: BariolRegular, helvetica, arial, sans-serif;
    border-radius: 5px;
}
input[type='submit'] {
    width: 90px;
    height: 29px;
    padding: 1px 7px;
    border: 1px #ccc solid;
    font-family: BariolRegular, helvetica, arial, sans-serif;
    border-radius: 5px;
}
textarea {
    padding: 5px 0 0 7px;
    border: 1px #ccc solid;
    font-family: BariolRegular, helvetica, arial, sans-serif;
}

select {
    width: 190px;
    height: 20px;
    padding: 0 0 0 7px;
    border: none;
    border-radius: 5px 5px 5px 5px;
    font-family: BariolRegular, helvetica, arial, sans-serif;
    border-radius: 5px;
}

.block_content
{
	font-family: BariolRegular, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#595848;
	margin: 0px;
	text-align:justify;
}