/* ****** *
 * Common *
 * ****** */

* {
  margin: 0;
  padding: 0;
}

body {
  background-color: rgb(248, 253, 253);
  background-image: url(../images/bg.gif);
  background-repeat: repeat-y;
  background-position: left top;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 13px;
}


.cJump {
  display: none;
}

a img {
  border: none;
}

p#navigation-facebook {
  display: none;
}

/* ***** *
 * Title *
 * ***** */

#title {
  background-image: url(../images/title_bg.gif);
  background-repeat: repeat-x;
  width: 100%;
  overflow: hidden;
}

#title h1 {
  background-image: url(../images/title.gif);
  height: 100px;
  text-indent: -999em;
  width: 950px;
}

#qr {
  position: absolute;
  left: 890px;
  top: 12px;
}

/* ********** *
 * Navigation *
 * ********** */

#navigation {
  background-image: url(../images/bg2.gif);
  background-position: top left;
  background-repeat: no-repeat;
  color: white;
  float: left;
  font-size: 13px;
  width: 175px;
  padding-left: 9px;
  padding-right: 11px;
  position: absolute;
}

#navigation h2 {
  display: none;
}

#navigation a {
  color: white;
  text-decoration: none;
}

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

#navigation-menu {
  margin-top: 40px;
}

#navigation-menu ul {
  background-image: url(../images/menu-bg.gif);
  background-position: center bottom;
  background-repeat: no-repeat;
}

#navigation-menu ul li {
  background-image: url(../images/menu-sep.gif);
  background-position: center top;
  background-repeat: no-repeat;
  display: block;
  list-style-type: none;
  padding: 5px 8px 5px 8px;
  font-size: 13px;
  line-height: 13px;
}

#navigation-menu ul li.navigation-menu-birthday {
  background-image: url(../images/menu-sep-birthday.gif);
}

#navigation-menu ul li.navigation-menu-cFirstInBlock {
  background-image: url(../images/menu-rounded-top.gif);
  background-repeat: no-repeat;
  background-position: center top;
}

#navigation-menu ul li.navigation-menu-cLastInBlock {
  padding-bottom: 9px;
}

#navigation-menu ul li a {
  font-weight: bold;
}

#navigation-menu-languageEnglish, #navigation-menu-languageGerman {
  font-style: italic;
}

#navigation-menu ul li.navigation-menu-cCurrent {
  background-image: url(../images/menu-active.gif);
}

#navigation-menu ul li.navigation-menu-cCurrent-firstInBlock {
  background-image: url(../images/menu-active-top.gif);
}

#navigation-menu ul li.navigation-menu-cCurrent-lastInBlock {
  background-image: url(../images/menu-active-bottom.gif);
  background-position: center bottom;
}

#navigation-menu ul li.navigation-menu-cCurrent a,
#navigation-menu ul li.navigation-menu-cCurrent-firstInBlock a,
#navigation-menu ul li.navigation-menu-cCurrent-lastInBlock a {
  color: black;
}

#navigation-menu-languageEnglish a {
  background-image: url(../images/flag-english.gif) !important;
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 30px;
}

#navigation-contact {
  /* No styles */
}

#navigation-contact h3 {
  display: none;
}

#navigation-contact p {
  color: white;
  font-size: 11px;
  line-height: 16px;
  margin: 8px 26px 8px 8px;
  text-align: center;
}

p#navigation-contact-oevt a {
  background-image: url(../images/oevt.gif);
  text-indent: -999em;
  height: 101px;
  width: 102px;
  margin: 16px 0 16px 25px;
  display: block;
}

p#navigation-facebook {
  text-align: left;
}

p#navigation-facebook img {
  float: left;
  margin-right: 5px;
  margin-top:7px;
}

/* ******* *
 * Content *
 * ******* */

#content {
  display: block;
  float: left;
  left: 195px;
  right: 0;
  line-height: 18px;
  min-width: 500px;
  max-width: 1000px;
  padding: 24px 30px 20px 16px;
  position: absolute;
  background-image: url(../images/title_bottom.gif);
  background-repeat: no-repeat;
  background-position: left top;
}

#content h2 {
  font-size: 24px;
  font-weight: normal;
  line-height: 24px;
  margin: 6px 0 26px 0;
  color: rgb(15, 151, 207);
}

#content h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  margin: 16px 0 16px 0;
  color: rgb(15, 151, 207);
}

#content p,
#content ul {
  margin: 12px 0;
}

#content ul.content-cNoBullets {
  list-style-type: none;
  margin-left: 0;
}

#content ul.content-cNoBullets li {
  list-style-type: none;
  margin-bottom: 6px;
}

#content dt {
  color: rgb(15, 151, 207);
  float: left;
  padding-right: 5px;
  font-weight: bold;
}

#content dd {
  margin-bottom: 6px;
}

#content p.content-cStrong,
#content strong {
  color: rgb(15, 151, 207);
  font-weight: bold;
}

#content p.content-cSmall {
  font-size: 9px;
  line-height: 12px;
  margin: 14px 0;
}

#content ul {
  margin-left: 15px;
}

#content a {
  color: black;
}

#content .content-cIcon {
  vertical-align: middle;
  display: inline !important;
}

#content hr {
  background-color: rgb(146, 164, 179);
  border: 0px none;
  color: rgb(146, 164, 179);
  height: 1px;
  text-align: left;
}

#content .content-cClear {
  clear: both;
}

#content .content-cClearLeft {
  clear: left;
}

#content .content-cClearRight {
  clear: right;
}

#content div.content-cImage-leftFloating {
  float: left;
  margin: 10px 20px 10px 0px;
}

#content div.content-cImage-rightFloating {
  float: right;
  margin: 10px 0 10px 20px;
}

#content div.content-cImage-noVerticalMargins,
#content div.content-cImage-noBottomMargin {
  margin-bottom: 0;
}

#content div.content-cImage-noVerticalMargins,
#content div.content-cImage-noTopMargin {
  margin-top: 0;
}

#content div.content-cImage-center {
  background-color: rgb(232, 244, 250);
  clear: both;
  display: block;
  margin: 18px 0;
}

#content div.content-cImage-center img {
 display: block;
  margin-left: auto;
  margin-right: auto;
}

#content p.content-cNoTopMargin {
  margin-top: 0;
}

#content .content-cClearingBox:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#content .content-cClearingBox {
  clear: both;
  display: inline-block;
}

/* Hides from IE-Mac \*/
* html #content .content-cClearingBox {height: 1%;}
#content .content-cClearingBox {display: block;}
/* End hide from IE-mac */

#content .content-cNavBoxes {
  margin-top: 20px;
}

#content .content-cNavBoxes-column {
  float: left;
  width: 235px;
  margin-right: 20px;
}

#content .content-cNavBoxes-column-last {
  margin-right: 0;
}

#content .content-cNavBoxes-box {
  margin-bottom: 20px;
  background-color: rgb(232, 244, 250);
}

#content .content-cNavBoxes-box img {
  display: block;
}

#content .content-cNavBoxes-box p {
  padding: 8px 8px 10px 10px;
  margin: 0;
}

#content .content-cPrice {
  border: 1px solid rgb(15, 151, 207);
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 12px;
  text-align: left;
}

#content .content-cPrice caption {
  font-size: 9px;
  text-align: left;
  line-height: 12px;
  padding-top: 2px;
}

#content .content-cPrice th,
#content .content-cPrice td {
  border-right: 1px dotted rgb(199, 233, 250);
  padding: 2px 6px;
}

#content .content-cPrice th {
  background-color: rgb(15, 151, 207);
  color: white;
}

#content .content-cPrice th.content-cPrice-withColSpan {
  border-bottom: 1px dotted rgb(199, 233, 250);
}

#content .content-cPrice td {
  white-space: nowrap;
}

#content tr.content-cPrice-caption {
  background-color: rgb(232, 244, 250);
  font-weight: bold;
}

#content .content-cPrice-center {
  text-align: center;
}

#content th.content-cPrice-center,
#content td.content-cPrice-center {
  text-align: center;
}

#content tr.content-cPrice-other td {
  border-top: 1px dotted rgb(199, 233, 250);
  white-space: normal;
}

#contentIFrame {
  border: none;
  display: block;
  float: left;
  left: 195px;
  right: 0;
  width: 1000p;
  min-width: 500px;
  max-width: 1000px;
  padding: 0;
  position: absolute;
  width: 1000px;
  height: 1500px;
}

/* ************ *
 * Page Welcome *
 * ************ */

#pWelcome #content {
  padding-left: 5px;
  padding-top: 15px;
}

#pWelcome #content p {
  text-align: center;
  width: 780px;
}

#pWelcome #content p span {
  margin-left: 20px;
}

/* ************ *
 * Page Contact *
 * ************ */

#pContact #content .pContact-content-cGoogleMaps {
  background-color: rgb(232, 244, 250);
  padding: 5px;
  width: 640px;
}

#pContact #content .pContact-content-cGoogleMaps p {
  margin: 0;
  font-size: 10px;
}

#pContact-content-credits {
  color: rgb(146, 164, 179);
  font-size: 9px;
}

/* ****** *
 * Slider *
 * ****** */
.slider-container {
  position: relative;
}

.slider-container, .slider {
  width: 261px;
  height: 310px;
}

.previous-btn {
  position: absolute;
  left: 6px;
  top: 160px;
  z-index: 100;
  text-decoration: none;
  font-size: 24px;
  font-weight: bold;
  color: white !important;
}

.next-btn {
  position: absolute;
  right: 6px;
  top: 160px;
  z-index: 100;
  text-decoration: none;
  font-size: 24px;
  font-weight: bold;
  color: white !important;
}

/* ******* *
 * Gallery *
 * ******* */

.gallery__item {
    float: left;
}

.gallery__item img {
    height: 120px !important;
    margin-right: 10px;
}

.gallery__item-caption {
    display: none;
}

.carousel-modal__close img {
    background: none !important;
}

.typography p.small {
    font-size: 0.8em;
}
