@CHARSET "UTF-8";
/**
 * @category   Eventclou
 * @package    Style
 * @author     Michael Roesler <m.roesler@mediaclou.de>
 * @copyright  Copyright (c) 2007-2016 mediaclou gmbh (http://www.mediaclou.de)
 * @version    $Id$
 */

body {
    color: #554f4a;
    background-color: #fff;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: HelveticaNeueLT,Open Sans,Arial,Helvetica,sans-serif;
    line-height: 1.42857;
}

body.popup {
    background-color: #fff;
}
body.print {
    background-color: #fff;
}

* html body { text-align: center; }

h1 {
    font-size: 20px;
    line-height: 24px;
    font-weight: normal;
    color: #e46450;
    margin: 0px 0px 7px 0px;
    padding: 0;
}
h2 {
    font-size: 20px;
    font-weight: normal;
    line-height: 24px;
    color: #e46450;
    margin: 20px 0px 7px 0px;
    padding: 0;
}
h3 {
    font-size: 17px;
    line-height: 20.4px;
    font-weight: normal;
    color: #e46450;
    margin: 20px 0 7px 0;
    padding: 0;
}

p {
    font-size: 14px;
    line-height: 20px;
}

ul, li {
    margin: 0;
    padding: 0;
}

/* TEXT */
blockquote {
    border-left: 10px solid #ddd;
    margin-left: 10px;
}
strong, b {
    /* explicit setting for these */
    font-weight: 700;
}
em, i {
    /* explicit setting for these */
    font-style: italic;
}

.hide { display: none; }

#pagewrapper {
    position: relative;
    margin: 20px auto 40px auto;
    width: 960px;
    border-color: #e46450;
}
.popup #pagewrapper {
    margin: 0;
    border: 0;
    width: 660px;
}
.print #pagewrapper {
    margin: 0;
    border: 0;
    width: 960px;
}

#version {
    position: absolute;
    bottom: 0;
    right: 10px;
    width: 99%;
    text-align: right;
    padding: 5px;
}

#header { padding: 15px 0 0 15px; }
#header h1 {
    text-decoration: none; /* old firefox would have shown underline for the link, this explicitly hides it */
    color: #fff;
    letter-spacing: 0.1em
}
.print #header img { width: 660px; }

#content {
    padding-top: 30px;
}
.iframe #content {
    margin: 0;
    padding: 0;
}
.popup #content {
    padding: 0;
    margin: 0;
}
.print #content {
    padding: 0;
    margin: 0;
}

#footer { padding-left: 15px; }
.print #footer img { width: 660px; }

#division {
    margin-left: 15px;
    float: left;
    width: 200px;
}
#division > ul > li {
    list-style: none;
    margin-left: 10px;
    padding: 5px 0;
}
#division > ul > li a {
    color:#e46450;
    text-decoration: none;
}
#division > ul > li a:hover {
    font-weight: bold;
}
#division > ul > li.active {
    font-weight: bold;
}

#sidebar {
    float: left;
    width: 145px;
    padding: 5px 7px;
    margin-top: 90px;
}
#sidebar a {
    text-decoration: none;
}
#sidebar a:hover {
    text-decoration: underline;
}

#main {
    overflow: hidden;
    overflow-x: auto;
    padding-left: 15px;
}
* html #main {
    width: 862px;
    margin-top: -25px;
}
.popup #main {
    float: none;
    margin: 10px;
    padding: 0;
    width: 650px;
}
.print #main {
    float: none;
    width: 660px;
    margin: 10px;
    padding: 0;
}

.content-block {
    overflow: hidden;
    overflow-x: auto;
}

#print {
    margin: 10px 0;
}
#print .block {
    margin-left: 20px;
}

.footer { margin: 40px 0 20px 0;}
.footer .imprint,
.footer .privacy {
    float: left;
    margin-left: 10px;
}

/* iframe */
body.iframe {
    background-color: #fff;
}
body.iframe #pagewrapper {
    margin: 0;
    border: 0 none;
}


/* form */
input,
textarea,
select,
label {
    float: left;
    text-align: left;
    font-size: 14px;
    line-height: 1.2em;
    border: 1px solid #aaa;
    padding: 2px;
    width: 300px;
    margin: 3px;
}
input[type=checkbox],
input[type=radio],
radio,
checkbox {
    width: 20px;
    border: none;
    margin-top: 0px;
}
textarea {
    font-family: HelveticaNeueLT,Open Sans,Arial,Helvetica,sans-serif;
    height: 6em;
    overflow: auto;
}
label {
    margin: 5px 0;
    width: 150px;
    border: none;
    display: block;
    /*padding: 10px 3px 2px;*/
}
.radio.horizontal label {
    float: left;
    width: auto;
}
.radio.vertical label {
    float: none;
    width: 95%;
}
button,
input[type=submit] {
    width: auto;
    float: none;
    clear: both;
    cursor: pointer;
}

.error { color: red; }
input.error {
    color: #554f4a;
    border: 1px solid red;
}
p.error {
    font-weight: bolder;
    border: 1px solid red;
    padding: 5px;
    text-align: center;
}
.overbooked {
    color: red;
    font-style: italic;
}


/* auth */
#auth.login input {
    width: 220px;
}

/* landingpage */
#landingpage.index {}
#landingpage.index #active-events {
    margin-bottom: 7px;
    line-height: 1.42857;
}
#landingpage.index #active-events .event:first-child {
    margin-top: 0;
}
#landingpage.index #active-events .event {
    padding-bottom: 15px;
    margin: 10px 0 10px 0;
    border-bottom: 1px dotted #e46450;
}
#landingpage.index #active-events .event .date {
    margin: 5px 0 10px 0;
    font-weight: 700;
    font-size: 14px;
}
#landingpage.index #active-events .event .title {
    margin-bottom: 10px;
}
#landingpage.index #active-events .event .teaser {
    margin-bottom: 10px;
}
#landingpage.index #active-events .event .title a,
#landingpage.index #active-events .event .teaser a{
    text-decoration: none;
}
#landingpage.index #active-events .event .title a {
    color: #e46450;
    font-size: 17px;
    font-weight: 400;
}
#landingpage.index #active-events .event .teaser a{
    font-size: 14px;
}
#landingpage.index #active-events .event .location {}
#landingpage.index #active-events .event .location .place {
    font-weight: 700;
}
#landingpage.index #active-events .event .location .street {}
#landingpage.index #active-events .event .location .city {}
#landingpage.index #active-events .event .location .country {}

/* event */
#event.index {}
#event.index .block { margin-bottom: 20px; }
#event.index .comment,
#event.index box.overbooked {
    border: 1px solid #1c2d73;
    padding: 5px;
    margin-top: 20px;
    margin-bottom: 5px;
}
#event.index .elements .text {
    display: block;
    margin-top: 10px;
}
#event.index .event-place { margin-bottom: 10px; }
#event.index .organizer
{
    float: left;
    width: 47%;
}
#event.index .advice-company
{
    float: right;
    width: 47%;
}

/* registrration */
#registration {}

#registration .zipcode { width: 80px; }
#registration .city { width: 207px; }
#registration button,
#registration input[type=submit] {
    background-color: #e60005;
    border: 0;
    color: #fff;
    margin: 20px 10px 0 0;
}
#registration.index button,
#registration.index input[type=submit] {
    text-align: center;
    width: 100px;
}
#registration.preview button,
#registration.preview input[type=submit] {
    float: left;
    clear: none;
}
#registration .block {
    margin-top: 40px;
}
#registration .block .block {
    margin-top: 20px;
}
#registration .block .block .block {
    margin-top: 10px;
}
#registration .block label.input {
    padding: 0;
    width: auto;
}
#registration .block p:last-child {
    margin-bottom: 0;
}
#registration .block h3:only-child {
    margin-bottom: 0 !important;
}
#registration.index {}

/* registrration - arrival-information */
#registration #arrival-information .radio.vertical label {
    font-weight: bold;
    font-size: 1.3em;
}

/* registrration - comment */
#registration #comment textarea {
    margin-left: 28px;
    width: 490px;
}
#registration #comment .text {
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #ccc;
    height: 100px;
    overflow: auto;
}

/* registrration - departure-iformation */
#registration #departure-iformation .radio.vertical label {
    font-weight: bold;
    font-size: 1.3em;
}

/* registrration - forum */
#registration #forum .block .block .block {
    border: 1px solid #ccc;
    margin-left: 48px;
    padding: 5px;
}

/* registrration - general-terms */
#registration #general-terms { margin-bottom: 20px; }
#registration #general-terms .text {
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #ccc;
    height: 200px;
    overflow: auto;
}
.print #registration #general-terms .text {
    height: auto;
    overflow: unset;
}
#registration #general-terms .info {
    margin-left: 28px;
    padding: 3px;
}
#registration.preview #general-terms .info {
    margin-left: 0;
    padding: 0;
}

/* registrration - hotel */
#registration #hotel .block .block .block {
    border: 1px solid #ccc;
    margin-left: 48px;
    padding: 5px;
}

/* registrration - invoice-address */
#registration #invoice-address .radio.vertical label {
    font-weight: bold;
    font-size: 14px;
}
#registration #invoice-address  .text {
    float: left;
    line-height: 1.2em;
    padding: 2px;
    margin: 3px 0;
}

/* registrration - misc */
#registration #misc .block .block .block {
    border: 1px solid #ccc;
    margin-left: 48px;
    padding: 5px;
}

#registration #multiple-registration {
    width: 500px;
    margin-bottom: 20px;
}

#registration #personal-data .text {
    float: left;
    line-height: 1.2em;
    padding: 2px;
    margin: 5px 0;
}

#registration #payment .terms {
    margin-top: 10px;
}










/* ----------------------- */


#pageContainer{
    width: 100%; margin: 0; /*text-align: left;*/ border: 0px solid #d9d9d9; }

* html #pageContainer {	/* \*/	word-wrap: break-word;
    margin-top: -8px; padding: 0; /* verhindert float-Probleme beim IE/Win siehe Referenz zu float */}

#centerpage { position: relative; width: 850px;  height: 100%; background-color: #fff; text-align: left; margin-left: auto; margin-right: auto; border: 1px solid #A9A9A9; }


#copyright a { float: right;font: 11px HelveticaNeueLT,Open Sans,Arial,Helvetica,sans-serif; color: #554f4a; text-decoration: none; margin: 10px 13px 0 0; }

.cleaner{
    clear:both; height:1px; font-size:1px; border:0px none; margin:0; padding:0; background:transparent; }

/*** header ***
    we will hide text and replace it with a image
    we need to assign a height for it
*/
div#kopfzeile {
    height: 20px;
    margin: 0;
    padding: 0;

}

div#search {
    float: right;
    width: 23em;     /* enough width for the search input box */
    text-align: right;
    padding: 0.6em 0 0.2em 0;
    margin: 0 1em;
}

div#footer {
    clear:both;       /* keep footer below content and menu */
    margin-bottom: 30px;
}

div#footer p {
    font-size: 0.8em;
    padding: 1.5em;      /* some air for footer */
    text-align: center; /* centered text */
    margin:0;
}

div#footer p a {
    /* needed becouse footer link would be same color as background otherwise */
}


/*****************
basic layout
*****************/


input.inputtyp2{
    width: auto;
    border: none
}

form br {
    clear: left;
}
div#preview br {
    clear: left;
}

div#preview label {
    padding: 0;
    margin: 0;
    line-height: 1.7em;
}

div#preview {
    line-height: 1.7em;
}


/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
    height: 1px;
    margin: 1em;
    border-bottom: 1px dotted black;
}

td.w30 {
    width: 30%;
}

td.w70 {
    width: 70%;
}



/********************
CONTENT STYLING
*********************/


/* Tabellenlayout */
div#content td {
    padding: 6px 6px;
}

.hotelbeschreibung {
    position: relative;
    top: -5px;
    left: 0px;
    width: 490px;
    border: 1px solid #ccc;
    padding: 5px;
}

*html .hotelbeschreibung {
    top: -28px;
}

*+html .hotelbeschreibung {
    top: -28px;
}

.registration {
    border: 0px solid #1c2d73;
    padding: 5px;
    background-color: #e60005;
    font-weight: bolder;
    text-align: center;
}
.registration a {
    display: block;
    color: #fff;
}

.rechtebox {
    border: 1px solid #1c2d73;
    background-color: #fdf7d8;
    padding: 5px;
    font-weight: bolder;
    margin-top: 20px;
}

.rechtebox_rahmen {
    border: 1px solid #1c2d73;
    border-top: 0px;
    padding: 5px;
    margin-bottom: 5px;
}



/* HEADINGS */


#content h4 {
    color: #000;
    font-size: 1.2em;
    line-height: 1.3em;
    margin: 0 0 0.25em 0;
}
#content h5 {
    font-size: 1.1em;
    line-height: 1.3em;
    margin: 0 0 0.25em 0;
}
h6 {
    font-size: 1em;
    line-height: 1.3em;
    margin: 0 0 0.25em 0;
}
/* END HEADINGS */



/* Button */
.submitbutton {
    border: 1px solid #004A96;
    padding: 3px 5px;
    cursor: pointer;
    background-color: #21A0D2;
    color: #fff;

}

.submitbutton2{
    width: 160px;
    text-align: center;
}


/* Button */
.submitbutton {
    padding: 3px 0;
    color: #004A96;

}
.submitbutton2{
    width: 140px;
    margin: 5px 0;
}


/* END TEXT */

/* LISTS */
div#main ul,
div#main ol,
div#main dl {
    font-size: 1.0em;
    line-height:1.4em;
    margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
    margin: 0 0 0.25em 3em;
}

div#dl dt {
    font-weight: bold;
    margin: 0 0 0.25em 3em;
}
div#dl dd {
    margin: 0 0 0 3em;
}
/* END LISTS */



/* *************************************
    Container obere  und untere Reihe  *
   *********************************** */

#intro { width: 848px; margin: 10px 0 0 0; padding: 0; }
*+html #intro { width: 850px; margin: 10px 0 0 0; padding: 0; }
* html #intro { width: 862px; }


/* ******************
    Container logo  *
   **************** */
#logo { float: left; width: 190px; height: 208px; padding: 10px 5px 0 5px; margin: 0 10px; background-color: #fff; border: 1px solid #d7d7d7; clear: left; }
* html #logo { height: 218px; }

/* ******************
    Container bild  *
   **************** */
#bild { width: 614px; height: 218px; margin: 0 11px 0 221px; padding: 0; border: 1px solid #d7d7d7; }

/* relational links under content */
div.left49,
div.left79 {
    float: left;
}
div.left49 {
    width: 47%;
    padding: 1%;
}
div.left79 {
    width: 70%;
}
div.right19,
div.right49 {
    float: right;
    text-align: left;
}
div.right19 {
    width: 25%;
    padding: 0;
    margin: 0 20px;
}
div.right49 {
    width: 47%;
    padding: 1%;
}

/* ***************
    Container text  *
   **************** */
#inhalt{
    width: 620px; margin: 20px 10px 0 135px; padding: 0;}
* html #inhalt { width: 617px;}

#text { display:block; background: #fff; border: 1px solid #d7d7d7; padding: 10px 12px; margin: 0; }
* html #text { text-align: left; }
#text p {margin: 10px 0 0 2px; padding: 0; line-height: 16px;}
#text a {font: 11px HelveticaNeueLT,Open Sans,Arial,Helvetica,sans-serif; color: #554f4a; }
#text ul { margin: 10px 10px; padding: 0 10px; line-height: 16px; list-style-type: disk;}












/* 2 spalten formular */
.form-element-column {
    clear: both;
    width: 98%;
}
.form-element-column-label {
    float: left;
    width: 35%;
}
.form-element-column-label label {
    padding: 0;
}
.form-element-column-input {
    float: right;
    width: 65%;
}
.form-element-column-input input[type=submit] {
    width: auto;
}
.form-element-column-input input[type=checkbox] {
    width: auto;
    margin-right: 5px;
}
.form-element-column-input input[type=radio] {
    width: auto;
    margin-right: 5px;
}
.form-element-column-button, .form-element-column-button input[type=submit] {
    width: auto;
}
.form-element-column-error {
    float: right;
    width: 65%;
    padding: 0;
    margin: 0;
}
.form-element-column-error ul {
    border: 1px solid red;
    width: 95%;
    padding: 2px !important;
    margin: 5px 5px 0 0 !important;
}
.form-element-column-error ul li {
    padding: 0;
    list-style-type: disc;
    margin: 0 0 0 3em !important;
}
.form-element-column-description {
    float: right;
    width: 65%;
}
.form-element-column-clear {
    clear: both;
    line-height: 10px;
}

/* zeilen formular */
.form-element-row {

}
.form-element-row-label {

}
.form-element-row-label label {
    padding: 0;
}
.form-element-row-input {

}
.form-element-row-input input[type=submit] {
    width: auto;
}
.form-element-row-input input[type=checkbox] {
    width: auto;
    margin-right: 5px;
}
.form-element-row-input input[type=radio] {
    width: auto;
    margin-right: 5px;
}
.form-element-row-button, .form-element-row-button input[type=submit] {
    width: auto;
}
.form-element-row-error {
    padding: 0;
    margin: 0;
}
.form-element-row-error ul {
    border: 1px solid red;
    width: 95%;
    padding: 2px !important;
    margin: 5px 5px 0 0 !important;
}
.form-element-row-error ul li {
    padding: 0;
    list-style-type: disc;
    margin: 0 0 0 3em !important;
}
.form-element-row-description {

}
.form-element-row-clear {
    clear: both;
    line-height: 10px;
}

h1 { margin-bottom: 20px; }

h2,
h3 {
    font-size: 16px;
    margin: 0 0 10px 0;
}

#pagewrapper {
    width: 1140px;
}

#header,
#footer {
    margin: 0 auto;
    padding: 0;
}

#main {
    padding: 20px 0 0 30px;;
}

#division {
    background-image: url("../images/menue_e2_bg_ueber_uns.jpg");
    width: 266px;
    height: 522px;
    margin: 0;
    padding: 20px 0 0 0;
}
#division > ul > li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
#division > ul > li a {
    display: block;
    color:#e46450;
    text-decoration: none;
    padding: 5px 15px;
    transition: background 550ms ease 0s;
}

#division > ul > li > a:hover {
    background-color:#fff;
    -webkit-box-shadow: inset 0px 7px 7px -8px rgba(0,0,0,0.22);
    -moz-box-shadow: inset 0px 7px 7px -8px rgba(0,0,0,0.22);
    box-shadow: inset 0px 7px 7px -8px rgba(0,0,0,0.22);
    font-weight: normal;
}

#division > ul > li.active > a,
#division > ul > li.active > a:hover,
#division > ul > li.active > a:focus {
    background-color:#fff;
    -webkit-box-shadow: inset 0px 7px 7px -8px rgba(0,0,0,0.22);
    -moz-box-shadow: inset 0px 7px 7px -8px rgba(0,0,0,0.22);
    box-shadow: inset 0px 7px 7px -8px rgba(0,0,0,0.22);
    font-weight: normal;
}

.registration { background-color: #e60005; }

.rechtebox { background-color: #d9dadb; }

.content-block { padding: 0 20px 0 0; }
.element { margin: 40px 0; }

/* landingpage */
#landingpage h1 {
    font-size: 20px;
    margin: 0 0 20px 0;
}
#landingpage { }
#landingpage.index {}
#landingpage.index #active-events {
    margin-bottom: 7px;
    line-height: 1.42857;
}
#landingpage.index #active-events .event:first-child {
    margin-top: 0;
}
#landingpage.index #active-events .event {
    padding-bottom: 15px;
    margin: 10px 0 10px 0;
    border-bottom: 1px dotted #e60005;
}
#landingpage.index #active-events .event .date {
    margin: 5px 0 10px 0;
    font-weight: 700;
    font-size: 14px;
}
#landingpage.index #active-events .event .title {
    margin-bottom: 10px;
}
#landingpage.index #active-events .event .teaser {
    margin-bottom: 10px;
}
#landingpage.index #active-events .event .title a,
#landingpage.index #active-events .event .teaser a{
    text-decoration: none;
}
#landingpage.index #active-events .event .title a {
    color: #554f4a;
    font-size: 16px;
    font-weight: normal;
}
#landingpage.index #active-events .event .teaser a{
    font-size: 14px;
}
#landingpage.index #active-events .event .location {}
#landingpage.index #active-events .event .location .place {
    font-weight: 700;
}
#landingpage.index #active-events .event .location .street {}
#landingpage.index #active-events .event .location .city {}
#landingpage.index #active-events .event .location .country {}

/* registration */
#registration { margin-right: 40px; }
#registration button, #registration input[type="submit"] { background-color: #e60005; }
