/* Start reset html elements */
html {
    -webkit-text-size-adjust: none;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}

address, article, aside, audio, canvas, command, datalist,
details, embed, figcaption, figure, footer, header,
hgroup, keygen, mark, meter, nav, ouput, progress,
section, source, summary, time, video, wbr {
    display: block;
}

input:focus, textarea:focus, select:focus {
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    padding: 0;
    border: 0;
}

table td, table th {
    padding: 0;
}

a:active, label:active {
    outline: none;
    ie-dummy: expression(this.hideFocus=true);
}

a:focus, label:focus {
    -moz-outline-style: none;
    outline: none;
    ie-dummy: expression(this.hideFocus=true);
}

input[type=checkbox] {
    border-width: 0px
}

/* End reset html elements */

/* Start generic elements  */
html {
    overflow-y: scroll;
    height: 100%;
}

body {
    color: #000;
    background-color: #fff;
    height: 100%;
    background-attachment: fixed;
    background-size: cover;
}

td, p, div, span, ol, ul, input, textarea, select {
    font-family: 'Droid Sans', sans-serif;
    font-size: 14px;
}

input, textarea, select {
    border: 1px solid #ccc;
    background-color: #f2f2f2;
    line-height: 120%;
    margin-top: 1px;
    padding: 1px 0px;
    resize: none;
    -webkit-border-radius: 0px;
}

input[type=submit], input[type=text], input[type=password], input[type=button],
textarea {
    -webkit-appearance: none;
}

input[type=submit] {
    padding: 2px 20px;
    cursor: pointer;
}

/* span is to cope for protected emails */
article a:link, article a:link span, article a:visited, article a:visited span, article a:active, article a:active span,
div#links a:link, div#links a:link span, div#links a:visited, div#links a:visited span, div#links a:active, div#links a:active span {
    color: #999999 !important;
    text-decoration: none;
}

article a:hover, article a:hover span, div#links a:hover, div#links a:hover span {
    text-decoration: none;
    color: #dbce90 !important;
}

ul {
    list-style-type: none;
    list-style-position: outside;
}

ul li {
    list-style-type: none;
    background: url('/images/bullet.gif') no-repeat 0px 7px;
    padding-left: 14px;
}

ol li {
    padding-left: 5px;
    margin-left: 30px;
}

b, strong {
    /*font-family: 'Droid Sans bold';*/
    /*font-family:'daxbold' !important; */
}

i, em {
    /* font-family: 'dax-italicregular' !important;
    font-style:normal; */
}

h1 {
    color: #000099;
    font-size: 24px;
    width: 100%;
    margin-bottom: 30px;
    font-weight: normal;
}

.clear {
    clear: both;
    height: 1px;
    overflow: hidden;
}

/* For modern browsers */
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    *zoom: 1;
}

/* End generic elements  */

/* Start Freshpage elements (these classes are defined in Freshpage and setable) */
.small {
    font-size: 10px
}

.big {
    font-size: 15px
}

.tbltype-emphheader  {
    border-spacing: 1px;
}

.tbltype-emphheader tr td {
    background-color: #f8f8f8;
    vertical-align: top !important;
}

.tbltype-emphheader tr:first-child td {
    background-color: #e0e0e0;
}

.tbltype-fairplan  {
    border-spacing: 1px;
}

.tbltype-fairplan tr td {
    background-color: #f8f8f8;
    vertical-align: top !important;
}

.tbltype-headline  {
    border-spacing: 1px;
}

.tbltype-headline tr td {
    padding: 8px;
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    vertical-align: top;
}

#oContentTable tr td {

}

#editor b, #editor strong {
    font-weight: bold !important;
    /* font-family: 'DaxComp' !important;  */
}

#editor i, #editor em {
    font-style: italic !important;
    /* font-family: 'DaxComp' !important; */
}

/* End Freshpage elements  */

/* Start - layout styles */

div#wrapper {
    width: 990px;
    min-height: 100%;
    margin: 0 auto;
    padding-bottom: 80px;
    background-color: white;
    position: relative;
}

/* Start header */

header {
    width: 990px;
    heigth: 700px
}

header div#logo {
    position: absolute;
    top: 1px;
    z-index: 800;

}

div#logo a img {
    width: 230px;
    height: 230px;
    position: absolute;
    top: -30px;
    left: -13px;
    z-index: 0;
}

div#links {
    position: absolute;
    top: 1px;
    right: 57px;
    z-index: 800;
    text-align: right;
}

div#links div {
    margin-top: 5px;
}

div#headerImage {
    padding-top: 51px;
    margin-left: 57px;

}

div#headerImage img {
	width: 876px;
	height: 420px;
}

div#naviBottom {
    width: 876px;
    margin-left: 57px;
    border-bottom: solid #3f362f 7px;
    text-align: center;
}

#naviBottom {
    display: inline-block;
    width: auto;
    height: 38px;
    text-align: center;
}
#naviBottom a{
	display: inline-block;
}
#naviBottom a, #naviBottom a:hover {
    color: #3f362f; 
    text-decoration: none;

}
#naviBottom > ul > li > a{
	border-bottom: solid 7px #3f362f;
}
#naviBottom ul {
    display: inline-block;
    width: auto;
    height: 38px;
    text-align: center;
}

#naviBottom ul > * {
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 16px;
    line-height: 38px;
}

#naviBottom ul li{
    padding: 0;
    background: none;
}

#naviBottom > ul > li > a,
#naviBottom > ul > li > a:hover {
    color: #3f362f;
    text-decoration: none;

}

#naviBottom > ul > li > a:hover,
#naviBottom > ul > li > a.active {
    border-bottom: solid #dbce90 7px;
}

#naviBottom > ul > li{
    position: relative;
}

#naviBottom ul ul{
    display: none;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    z-index: 1;
    height: auto;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.9);
}

#naviBottom ul ul li{
    display: block;
}

#naviBottom ul ul li a:hover,
#naviBottom ul ul li a.active{
    color: #dbce90;
}

/* End header */

/* Start content */

/* Start article */
article {
    margin: 30px 57px 15px;
    width: 572px !important;
    min-height: 600px;
    font-size: 15px !important;
    color: #3f362f;
    line-height: 140%;
    float: left;
}

article h1 {
    width: 572px;
    height: 31px;
    padding-top: 13px;
    background-color: #3f362f;
    color: #FFFFFF;
    font-family: 'Oswald', sans-serif;
    font-size: 24px !important;
    text-align: center;
    text-transform: uppercase;
}

article > *:not h1 {
    width: 572px !important;
    font-size: 15px !important;
    color: #3f362f;
    line-height: 140%;
    float: left;
}

article div.addtext {
    margin-top: 5px;
    width: 572px !important;
    font-size: 15px !important;
    color: #3f362f;
    line-height: 140%;
    float: left;
}

article p {
    width: 572px;
    font-size: 15px !important;
    color: #3f362f;
    line-height: 140%;
}

article span.big {
    width: 572px;
    font-family: 'Oswald', sans-serif;
    color: #3f362f;
    font-size: 17px;
    line-height: 120%;
    text-transform: uppercase;
}

article div.fpmain {
    font-size: 15px;
    width: 572px !important;
}

article div.gallery img {

    width: 174px;
}

div.shorttext {
    width: 100% !important;
}

/* Start - table */
table {
    margin: 0 auto;
    width: 572px !important;
}

table * {
    vertical-align: middle !important;
}

table tr {
    border-bottom: solid #dbce90 2px;
}

/* End - table */

/* Start - entrytype Standard */
/*div.fpmain a[rel=lightbox] {
    float: left;
    margin-right: 10px;
}*/

/*div.fpmain a[rel=lightbox],*/
a.fancybox,
a#fancyMap {
    display: inline-block;

}

div.fpmain a[rel=lightbox] img,
a.fancybox img,
a#fancyMap img {
    opacity: 1;
    -webkit-transition: 0.1s linear;
    -moz-transition: 0.1s linear;
    -ms-transition: 0.1s linear;
    -o-transition: 0.1s linear;
    transition: 0.1s linear;
}

a.fancybox img,
a#fancyMap img {
    display: block;
    float: none !important;
}

div.addtext a[rel=lightbox] img,
div.shorttext a[rel=lightbox] img {
    opacity: 1;
    -webkit-transition: 0.1s linear;
    -moz-transition: 0.1s linear;
    -ms-transition: 0.1s linear;
    -o-transition: 0.1s linear;
    transition: 0.1s linear;
}

div.fpmain a[rel=lightbox]:hover img,
a.fancybox:hover img,
a#fancyMap:hover img {

    opacity: 0.8;
}

div.addtext a[rel=lightbox]:hover img,
div.shorttext a[rel=lightbox]:hover img {
    opacity: 0.8;
}

div.fancybox-wrap a.fancybox-nav span {
    visibility: visible !important;
}

/* End - entrytype Standard */

/* Start - entrytype News */

a#flipbutton {
    display: inline-block;
    background-color: #3f362f;
    color: #FFFFFF !important;
    font-family: 'Oswald', sans-serif;
    padding: 5px;
    margin: 5px 0 0px 0;
    font-size: 15px;
}

a#flipbutton:hover {

    background-color: #dbce90;
}

div#toggle {
    margin-bottom: 30px;
}

.closed {
    display: none;
}

/* End - entrytype News */

/* Start - entrytype Youtube */

iframe {
    padding-bottom: 30px;
}

/* End - entrytype Youtube */

/* Start - entrytype Gallery */

div.gallery:not(.large), div.fancyimage {
    width: 174px;
    float: left;
    margin: 0 25px 15px 0;
}

div.gallery.large {
    width: 572px;
}

div.gallery:nth-of-type(3n), div.fancyimage:nth-of-type(3n) {
    margin-right: 0 !important;
}

div.fancyimage {
    float: left;
    margin-bottom: 5px;
}

div.gallery div.description {
    display: inline-block;
    width: 174px !important;
    float: left;
}

div.back {
    padding-top: 5px;
    clear: left;
}

div.back a::before {
    content: "\25C0  ";
    color: #999999;
}

div.back a:hover::before {
    color: #dbce90;
}

/* End - entrytype Gallery */

/* Start - entrytype Text_Bild */
div.imageright {
    width: 250px;
    display: inline-block;
    float: left;
    padding: 4px 0 20px 0;
}

div.imageleft {
    width: 250px;
    display: inline-block;
    float: left;
    padding: 4px 0 20px 0;
}

div.clearfix > div.textright {
    display: inline-block;
    width: 300px !important;
    font-size: 15px !important;
    color: #3f362f;
    padding-left: 22px;
    line-height: 150%;
    float: left;
    padding-bottom: 7px;
}

div.textright * {
    width: 300px !important;
}

div.textleft {
    display: inline-block;
    width: 300px;
    font-size: 15px !important;
    color: #3f362f;
    padding-right: 22px;
    line-height: 150%;
    float: left;
    padding-bottom: 7px;
}

div.textleft * {
    width: 300px !important;
}

/* End - entrytype Text_Bild */

/* Start - entrytype Anfahrt */
div#maps {
    position: relative;
    margin-top: 20px;
}

div#maps span#standort {
    display: inline-block;
    padding: 10px;
    margin: 0 auto 10px;
    color: #ffffff;
    background-color: #d5428e;
    font-size: 14px;
    line-height: 24px;
}
.gm-style-iw{
    left: 10px!important;
}
.gm-style-iw div{
    width: auto!important;
}
/* End - entrytype Anfahrt */

/* Start - entrytype contactform */
.contactform label {
    float:left;
    width:150px;
}
.contactform input,
.contactform textarea {
    width:300px;
    margin-bottom:3px;
    padding: 3px;
}
.contactform textarea {
    height:60px;
}
.contactform #plz {
    width:80px;
    margin-right:5px;
}
.contactform #ort {
    width:207px;
}
.contactform div{
    margin-bottom: 3px;
}
.contactform input[type=submit] {
    width:140px;
}
.contactform #infotext,
.contactform #errortext {
    display:inline-block;
    margin:5px 0px;
}
div.anmeldungLink a{
    padding:5px 10px;
    margin: 5px 0 0px 0;
    display: inline-block;
    background-color: #3f362f;
    color: #FFFFFF!important;
    font-size: 15px;
}
div.anmeldungLink a:hover{
    background-color: #dbce90;
}
/* End - entrytype contactform */


/* End article */

/* Start sidebar */
div#sidebar {
    padding-top: 30px;
    width: 247px;
    float: left;
}

div.titleSidebar {
    display: inline-block;
    padding-top: 1px;
    width: 247px;
    height: 32px;
    background-color: #3f362f;
    color: #FFFFFF;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 11px;
}

div.contact {
    display: inline-block;
    width: 247px !important;
}

div.contact > * {
    width: 247px;
    font-size: 14px;
    color: #3f362f;
    line-height: 18px;
}

div.contact a,
div.contact a * {
    font-size: 14px;
    font-weight: bold;
    color: #3f362f;
    text-decoration: none;
    border-bottom: solid #dbce90 2px;
}

div.contact a:hover,
div.contact a:hover * {
    color: #999999 !important;
    border-bottom: solid #999999 2px;
}

div.contact a.noAnchorBorder,
div.contact a.noAnchorBorder * {
    border: none!important;
}

div.contact a.noAnchorBorder:hover{
    opacity: .5;
}

div#map {
    margin-top: 20px;
    margin-bottom: 30px;
}

/* End sidebar */

/* Start footer */
footer {
    height: 62px;
    width: 933px;
    padding-left: 57px;
    background-color: #3f362f;
    display: inline-block;
    position: absolute;
    bottom: 0;
}

footer > div#copyright {
    padding-top: 24px;
    height: 36px;
    color: #FFFFFF;
    background-color: #3f362f;
    display: inline-block;
    font-size: 12px;
}

div#back {
    float: right;
    padding-top: 24px;
    padding-right: 57px;
    margin: 0 0 0 auto;
    height: 36px;
    color: #FFFFFF;
    background-color: #3f362f;
    display: inline-block;
    font-size: 12px;
    width: 271px;
    text-align: right;
}

div#back * {
    color: #FFFFFF;
    background-color: #3f362f;
    display: inline-block;
}

div#back *:hover {
    color: #dbce90 !important;
}

a#arrow::before {
    content: "\25B2";
    color: #999999;
}

a#arrow:hover::before {
    content: "\25B2";
    color: #dbce90 !important;
}

/* End footer */

/* End - layout styles */

