/* 
 * Beschreibung: Main CSS
 * Projekt:      Winto
 * Author:       Thomas Steckhan / E-Pixler
 * Date:         28.11.2012
 * 
*/



/* Layout */
* {
   margin: 0;
   padding: 0;
}

html, body {
   height: 100%;
   font-family: 'Open Sans', sans-serif;
   font-size: 13px;
   color: #444;
}

#wrapper {
   min-height: 100%;
   height: auto !important;
   height: 100%;
   margin: 0 auto -250px; /* the bottom margin is the negative value of the footer's height */
   background: url("../img/layout/bgBody.png");
   background-repeat: repeat-x;
}
#push {
   height: 140px; /* .push must be the same height as .footer */
}

#footer {
   height: 250px;
   /*background: url("../img/layout/bgFooter.png");
   background-repeat: repeat-x;*/
}

#contentContainer,
#footerContainer {
   margin-left: auto;
   margin-right: auto;
   width: 960px;
}

#contentContainer {
   padding-bottom: 140px;
}

#footerContainer {
   height: 250px;
   background-color: #002184;
   width: 930px;
   padding-left: 15px;
   padding-right: 15px;
   margin-bottom: 50px;
}

#topAbove {
   overflow: hidden;
   height: 40px;
}

#language {
   width: 80px;
   float: right;
   background-color: #ffffff;
   text-align: center;
   padding: 7px;
   color: #999;
}

#language a {
   color: #999;
}

#language a.act {
   color: #336699;
   font-weight: bold;
}



#top {
   overflow: hidden;
   height: 105px;
   background: url("../img/layout/bgTop.png");
   background-repeat: repeat-x;
   background-position: 0 -34px;
}

#logo,
#navi {
   float: left;
}

#logo {
   margin: 8px;
   margin-top: 25px;
}

#navi {

}

#keyVisualContainer {
   height: 295px;
}

#keyVisual {
   height: 295px;
   width: 960px;
   overflow: hidden;
   background-color: #ccc;
}

#stoerer {
   width: 270px;
   background-color: #002184;
   position: relative;
   top: -305px;
   left: -20px;
   background: url("../img/layout/bgStoerer.png");
   background-repeat: no-repeat;
   background-position: 0 bottom;
   padding-bottom: 20px;
   z-index: 10000;
}

#stoererContent {
   background-color: #002184;
   color: #fff;
   padding: 20px;
   font-size: 13px;
}

#stoererContent div.ceText {
   margin-bottom: 0;
}

#stoererContent h2 {
   font-family: 'Open Sans Condensed', sans-serif;
   font-weight: 700;
   color: #fff;
   font-size: 18px;
}

#stoererContent a {
   color: #fff;
}

#stoererContent p.classMore {
   margin-bottom: 0;
}

#breadcrumb {
   margin-top: 15px;
   margin-bottom: 5px;
   color: #999;
   font-size: 12px;
   position: relative;
   width: 80%;
}

#content {
   height: 100%;
   height: auto !important;
   overflow: hidden;
}

#contentLeft,
#contentMiddle,
#contentRight,
#footerCol1,
#footerCol2,
#footerCol3,
#footerCol4,
#footerCol5 {
   float: left;
}

#contentLeft,
#contentRight {
   width: 195px;
   padding-left: 0;
   padding-right: 30px;
   padding-top: 25px;
}

#contentRight {
   padding-right: 0;
   padding-left: 30px;
}

#logo {
   width: 195px;
}

#contentMiddle {
   width: 490px;
   padding-left: 10px;
   padding-right: 10px;
   padding-top: 25px;
}

#contentLeft,
#contentRight {

}

#logoLeiste {
   overflow: hidden;
   margin-bottom: 0px;
   margin-top: 15px;
    
}

#footerCol1,
#footerCol2,
#footerCol3,
#footerCol4,
#footerCol5 {
   width: 166px;
   padding-top: 20px;
   padding-left: 10px;
   padding-right: 10px;
}

hr {
   border:none;
   height: 3px;
   background: url("../img/layout/linieHorizontal.png");
   background-repeat: repeat-x;
   margin-top: 25px;
   margin-bottom: 25px;
}

/* Footer Content */
#footer {
   font-size: 11px;
   color: #fff;
}

#footer h2 {
   font-family: 'Open Sans Condensed', sans-serif;
   font-weight: 700;
   color: #fff;
   font-size: 17px;
}

#footer ul {
   list-style: none;
   margin-left: 0;
}

#footer ul li {
   line-height: 16px;
}


#footer p {
   line-height: 18px;
   margin-bottom: 5px;
}

#footer a {
   color: #fff;
   text-decoration: none;
}

#footer a:hover {
   text-decoration: underline;
}




.ceTextPic,
.ceText,
.ceList {
   margin-bottom: 30px;
}

.ceTextPic {
   overflow: hidden;
}

div.imgAngebotStart {
   width: 110px;
   height: 110px;
   float: left;
   overflow: hidden;
   border: 3px solid #fff;
   box-shadow: 0px 0px 6px #DDD;
   margin-top: 5px;
   margin-left: 3px;
}

div.ceImageSplit {
   overflow: hidden;
   margin-bottom: 35px;
}

div.ceImageSplitInner {
   float: left;
 /*  padding-left: 30px;
   background: url("../img/layout/bgVertical.png");
   background-repeat: repeat-y;
   background-position: 14px 0px; */
}

div.ceImageSplitInnerFirst {
   float: left;
}

div.ceImage {
   overflow: hidden;
}


/* Layout - Ende */

/* Stil */
h1 {
   font-family: 'Open Sans Condensed', sans-serif;
   font-size: 30px;
   font-weight: 700;
   margin-bottom: 8px;
   color: #1e3680;
   line-height: 37px;
}

div.ceHeader h1 {
   margin-bottom: 0;
}

h2 {
   font-family: 'Open Sans Condensed', sans-serif;
   font-size: 22px;
   font-weight: 700;
   margin-bottom: 3px;
   color: #555;
   line-height: 27px;
}

h3 {
   font-family: 'Open Sans Condensed', sans-serif;
   margin-bottom: 3px;
   font-weight: 600;
   font-size: 18px;
   color: #444;
}

h4 {
   font-family: 'Open Sans', sans-serif;
   margin-bottom: 3px;
   font-weight: 700;
   font-size: 13px;
   color: #444;
}

h2.iconVeranstaltung {
   background: url("../img/layout/iconVeranstaltung.png");
   background-repeat: no-repeat;
   background-position: 0px 3px;
   padding-left: 30px;

}

h2.iconAnreise {
   background: url("../img/layout/iconAnreise.png");
   background-repeat: no-repeat;
   background-position: 0px 3px;
   padding-left: 30px;

}

h2.iconKontakt {
   background: url("../img/layout/iconKontakt.png");
   background-repeat: no-repeat;
   background-position: 0px 3px;
   padding-left: 30px;

}

a {
   color: #1e3680;
   text-decoration: none;
}

a:hover {
   text-decoration: underline;
}

p {
   line-height: 22px;
   margin-bottom: 10px;
}

ul {
   margin-left: 20px;
   margin-bottom: 15px;
}

li {
   line-height: 24px;
   margin-bottom: 5px
}

#subNaviAll ul {
   margin-left: 0;
   margin-bottom: 0;
}

#contentLeft h1,
#contentRight h1,
#contentStartRight h1 {
   font-family: 'Open Sans Condensed', sans-serif;
   font-weight: 700;
   color: #444;
   margin-bottom: 3px;
   font-size: 24px;
}

#contentLeft h2,
#contentRight h2 {
   font-family: 'Open Sans Condensed', sans-serif;
   font-weight: 700;
   color: #1E3680;
   margin-bottom: 3px;
   font-size: 20px;
}

#contentLeft h3,
#contentRight h3 {
   font-family: 'Open Sans', sans-serif;
   font-weight: 600;
   font-size: 15px;
   color: #444;
   margin-bottom: 3px;
}

#contentLeft p,
#contentRight p {
   font-size: 13px;
   line-height: 22px;
}


#subNaviAll h1 {
   font: 20px 'OpenSansBold', Arial, sans-serif;
   color: #1b8509;
   border-bottom: #1b8509 1px solid;
   padding-bottom: 5px;
}


#breadcrumb a {
   color: #002184;
   text-decoration: none;
}

#breadcrumb a:hover {
   text-decoration: underline;
}
/* Stil */




/* Navigation */

#navi ul.mainMenu {
   list-style: none;
   margin-left: 0;
   margin-bottom: 0;
}

#navi ul.mainMenu li {
   float: left;
   margin-left: 5px;
   margin-top: 3px;
}

#navi ul.mainMenu li.act {
   background: url("../img/layout/bgNaviLeft.png");
   background-repeat: no-repeat;
}


#navi ul.mainMenu li a {
   display: block;
   font-family: 'Open Sans', sans-serif;
   font-weight: 500;
   font-size: 15px;
   color: #666;
   text-decoration: none;
   padding-top: 50px;
   padding-bottom: 9px;
   margin-left: 22px;
   margin-right: 12px;
}

#navi ul.mainMenu li a:hover {
   color: #000e39;
}

#navi ul.mainMenu li.act a {
   color: #fff;
}

#navi ul.mainMenu li a:hover {
   /*background: url("../img/layout/bgNaviAct.png");
   background-repeat: repeat-x;*/
}




/*Main-Menu begin*/

ul.mainMenu ul.subMenu {
   display: none;

   list-style-type: none;
   position: absolute;
   z-index: 20000;
   margin-left:-1px;
   padding-left:0px;
   padding-top: 19px;
   background-color: #fff;
}

ul.mainMenu li:hover  > .subMenu {
   display: block;
}

.mainMenu ul.subMenu li.last {
   padding-bottom: 3px;
}

#navi ul.subMenu li {
   border:0;
   display: block;
   float: none;
   background-color:#fff;
   margin:0px;
}

#navi ul.subMenu li a {
   padding: 0;
   margin: 0;
   line-height: 30px;
}

#navi ul.subMenu li a {
   font-size: 14px;
}


.mainMenu li:hover .subMenu a span {
   background-color: #fff;
   color:#666;
   visibility: visible;
}

.mainMenu li:hover .subMenu a span:hover {
   background-color: #002184;
   color:#fff;
   visibility: visible;
}
.subMenu li a span {
   padding: 0px 30px 0px 25px;
   position: relative; /*To fix IE6 problem (not displaying)*/
   display: block;
   margin-top:0;
   color:#0A96D7;
   background-color:#fff;
   border-radius:0px;
}
.subMenu li.first a span {

}
.subMenu li.last a span {
   margin-bottom: 5px;
}








/* 2. Ebene */

#contentLeft ul li ul li a {
   font-family: 'Open Sans',sans-serif;
   font-size: 14px;

}

#contentLeft ul li ul li a.act {
   font: 14px 'OpenSans', Arial, sans-serif; 
}

#contentLeft ul li ul li a.act:before,
#contentLeft ul li ul li a:hover:before{

}

#contentLeft ul li ul li {

}


#contentLeft ul {
   list-style-type: none;
   padding-top: 15px;
   margin-left: 0;
}

#contentLeft ul li ul {
   list-style-type: none;
   padding-top: 5px;
   margin-left: 10px;
   margin-bottom: 0px;
}

#contentLeft ul li ul li {
   margin-bottom: 7px;
   line-height: 20px;
}

#contentLeft ul li {
   margin-bottom: 8px;
   line-height: 22px;
}

#contentLeft ul li a {
   font-family: 'Open Sans',sans-serif;
   font-size: 16px;
   font-weight: 600;
   text-decoration: none;
   color: #666;
}

#contentLeft ul li ul li a {
   font-weight: 400;
   font-size: 14px;
}


#contentLeft ul li a:hover {
   text-decoration: underline;
}

#contentLeft ul li a.cur {
   font-weight: 700;
   color: #1E3680;
}

#contentLeft ul li a.act:before,
#contentLeft ul li a:hover:before{

}







/* Mittlere Spalte - Text mit Bild */
#contentMiddle div.ceTextPic {
   overflow: hidden;
}

#contentMiddle div.ceTextPic div.floatImage {
   width: 110px;
   height: 110px;
   float: left;
   overflow: hidden;
   border: 3px solid #fff;
   box-shadow: 0px 0px 6px #DDD;
   margin-top: 3px;
   margin-left: 3px;
}

#contentMiddle div.ceTextPic div.textFloatRight {
   float: right;
   width: 360px;

}

#contentMiddle div.ceTextPic div.textFloatRight h2 {
   font: 18px 'OpenSansBold', Arial, sans-serif;
   margin-bottom: 5px;
   color: #444;
}

#contentMiddle div.ceImage {
   margin-bottom: 25px;
   overflow: hidden;
}

.preis {
   color: #9C2016;
   font-weight: bold;
}

div.logoLeiste {
   margin-top: 15px;
}

/* Mittlere Spalte - Text mit Bild - Ende */

div.allImages {
   overflow: hidden;
   padding-left: 3px;
   padding-top: 3px;
}

div.allImages div.floatImage {
   float: left;
   margin-right: 10px;
   margin-bottom: 10px;
}

div.allImages div.floatImage div.picShadow {
   border: 3px solid #fff;
   background-color: #f2f2f2;
   vertical-align: middle;
   display: table-cell;
   text-align: center;
   box-shadow: 0px 0px 6px #DDD;
}

div.singleImage {
   float: left;   
}

div.singleImage img {
   border: 3px solid #fff;
   box-shadow: 0px 0px 6px #DDD;
   margin: 3px;
   margin-right: 10px;
   margin-top: 7px;
}


div.caption p {
   font-size: 11px;
   margin-top: 3px;
   margin-bottom: 0px;
}

div.caption {
   height: 20px;
   padding-left: 4px;
}

div.ceHtml {
   margin-bottom: 45px;
}

div#map {
   height: 450px;
   width: 480px;
   border: 3px solid #fff;
   box-shadow: 0px 0px 6px #DDD;
}

div#outerMap {

}

/* Kontakt */
.form-horizontal .control-label {
   width: 110px;
}

.form-horizontal .controls {
   margin-left: 120px;
}

*+html .form-horizontal .controls {
   margin-left: 0px;
}

*+html input.span2 {
   width: 150px;
}

*+html input.span3 {
   width: 245px;
}

*+html input.span4 {
   width: 345px;
}

/* Bugfix */
.imgAngebotStart img,
.floatImage img {
   max-width: none;
}



/* Akkordeon */

.accordionButton h1,
.accordionButton h2,
.accordionButton h3,
.accordionButton h4 {
   color: #1e3680;
}



.accordionButton {
   cursor: pointer;
   background: url("../img/layout/plus.png") center right no-repeat;
   border-bottom: 1px solid #ddd;
   margin-bottom:0px;
   padding:5px 0px;
}

.accordionContent {
   background: #fff;
   margin-bottom: 35px;
   margin-top: 15px;
}

#sidebar .accordionContent {
   background: transparent;
}

.on {
   background: url("../img/layout/minus.png") center right no-repeat;
   border-bottom: 1px solid #ddd;
}

.over {
   border-bottom: 1px solid #ddd;
}


div.accordionItem + div.ceImage,
div.accordionItem + div.ceText,
div.accordionItem + div.ceTextPic,
div.accordionItem + div.ceHtml,
div.accordionItem + div.ceHeader {
   margin-top: 35px;
}

div.accordionContent div.singleImage {
   float: none;
}

div.accordionContent div.singleImage img {
   margin-bottom: 15px;
}


/* Locator */

.icon-chevron-right {
    float: left;
    margin-left: 1px;
    margin-right: 10px;
    margin-top: 2px;
}


/* tt_News */

.newsListSingleItem {
   margin-bottom: 35px;
}

div.newsSingleItem div.singleImage {
   width: 225px;
}

div.pagination {
   height: 36px;
   margin: 18px 0;
}

.pagination ul {
   border-radius: 3px 3px 3px 3px;
   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
   display: inline-block;
   margin-bottom: 0;
   margin-left: 0;
}

.pagination li {
    display: inline;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #DDDDDD;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 1px 0;
    float: left;
    line-height: 38px;
    padding: 0 14px;
    text-decoration: none;
    margin-bottom: 0;
    font-size: 11px;
}

.pagination a {
    
}

.pagination li:last-child {
    border-radius: 0 3px 3px 0;
}

.pagination li:first-child {
    border-left-width: 1px;
    border-radius: 3px 0 0 3px;
}

.pagination li.active {
    color: #999999;
    cursor: default;
    background-color: #F5F5F5;
}


div.printView {
   margin-top: -25px;
}

div.newsListDate,
span.dateSingelNews {
   font-size: 11px;
}

div.subHeader {
   margin-bottom: 15px;
   font-style: italic;
}

div.newsSingleItem .mbl_newsevent_multidayevent {
   margin-bottom: 15px;
}

div.mbl_newsevent_singledayevent,
div.mbl_newsevent_multidayevent {
   margin-top: 10px;
   margin-bottom: 10px;
   font-size: 12px;
   line-height: 18px;
   color: #666;
   font-family: Verdana, Geneva, sans-serif;
}

div.newsSingleItemCal div.singleImage {
   float: none;
   margin-bottom: 10px;
}

div.tx-epxlocator-pi1 {
   margin-top: 15px;
}

#cookie-policy-bar {
    display: none;
    position: fixed;
    z-index: 999999;
    bottom: 0;
    /*top: 0px;*/ 
    width: 100%;
    padding: 5px 0;
    background-color: #000000;
    color: #ffffff !important;
    border-top: 1px solid #b5b5b5;
    border-bottom: 1px solid #b5b5b5;
    text-align: center;
    opacity: 0.85;
}
#cookie-policy-bar .container-fluid {
	padding-right: 26px;
	position: relative;		
}
#cookie-policy-bar .container-fluid span.fa-close {
	position: absolute;
	right: 6px;
    top: -2px;
    font-size: 18px;
    cursor: pointer;
    border: 1px solid white;
    padding: 0 4px;
}
#cookie-policy-bar .container-fluid span.fa-close:hover {
	color: #b5b5b5;
}
#cookie-policy-bar .container-fluid p {
	margin: 0px;
	font-size: 12px;
}
#cookie-policy-bar a {
	color: #ffffff !important;
	text-decoration: underline;
}
