@font-face{
  font-family: "KlRegular";
  src: url("/fonts/KlRegular.eot?#iefix");
  src: url("/fonts/KlRegular.eot?#iefix") format("eot"),
       url("/fonts/KlRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face{
  font-family: "KlRegularItalic";
  src: url("/fonts/KlRegularItalic.eot?#iefix");
  src: url("/fonts/KlRegularItalic.eot?#iefix") format("eot"),
       url("/fonts/KlRegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face{
  font-family: "KlBold";
  src: url("/fonts/KlBold.eot?#iefix");
  src: url("/fonts/KlBold.eot?#iefix") format("eot"),
       url("/fonts/KlBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face{
  font-family: "KlBoldItalic";
  src: url("/fonts/KlBoldItalic.eot?#iefix");
  src: url("/fonts/KlBoldItalic.eot?#iefix") format("eot"),
       url("/fonts/KlBoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
@font-face{
  font-family: "KlMediumItalic";
  src: url("/fonts/KlMediumItalic.eot?#iefix");
  src: url("/fonts/KlMediumItalic.eot?#iefix") format("eot"),
       url("/fonts/KlMediumItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}

html { height: 100%; }

body {
  font: normal 17px/1.35 KlRegular,calibri,'trebuchet ms',arial,sans-serif;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #666;
  background: #e6e6e6;
  min-width: 995px;
  min-height: 600px;
  position: relative;
  overflow-y: scroll;
  *overflow-y: auto;
}
.noOverflow { height: 100%; }

strong, b, span[style~="bold;"] {
  font-family: KlBold,calibri,'trebuchet ms',arial,sans-serif;
  font-weight: bold;
  font-style: normal;
}

em, i, span[style~="italic;"] {
  font-family: KlRegularItalic,calibri,'trebuchet ms',arial,sans-serif;
  font-weight: normal;
  font-style: italic;
}

.left { float: left; }
.right { float: right; }
.clear { *display: inline-block; }
.clear:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

p { margin: 0 0 1em; }
a img { border: none; }
form { display: inline; }

input[type="text"], select, textarea {
  font: normal 16px/1 KlRegular,calibri,'trebuchet ms',arial,sans-serif;
  border: 1px solid #e8007b;
  padding: 3px 5px;
  box-shadow: inset 0 0 3px rgba(232,0,123,.25);
  border-radius: 0;
  color: #333;
}
textarea { resize: vertical; }
select { padding: 1px; }

a {
  text-decoration: none;
  color: #e4007c;
}
.isDesktop a:hover, a:active { color: #666; }

h1, h2, h3, h4, h5 {
  font-family: KlRegularItalic,calibri,'trebuchet ms',arial,sans-serif;
  font-weight: normal;
  font-style: italic;
  font-size: 18px;
  font-style: normal\9;
  margin: 0 0 1em;
}

h1, h2 {
  font-family: KlBoldItalic,calibri,'trebuchet ms',arial,sans-serif;
  font-weight: bold;
}
h1 + h3, h2 + h3 { margin-top: -18px; }

h4 {
  font-family: KlMediumItalic,calibri,'trebuchet ms',arial,sans-serif;
  font-weight: normal;
  font-size: 13px;
  text-transform: uppercase;
}

h5 {
  font-size: 13px;
  text-transform: uppercase;
  margin: 0 0 13px;
}

ul {
  list-style-type: none;
  margin: 0 0 1em;
  padding: 0;
}

ul li {
  background: url(/images/teaserArrowDown.png) no-repeat 0 7px;
  padding: 0 0 0 18px;
  margin: 0 0 6px;
}

hr {
  background: transparent;
  height: 0;
  overflow: hidden;
  border: none;
  border-top: 1px solid #d9d9d9;
  margin: 18px 0;
  text-indent: -999px;
}

#innerBody {
  width: 100%;
  overflow: hidden;
}
.noOverflow #innerBody { height: 100%; }
.overlayVisible #innerBody { -webkit-tap-highlight-color: rgba(0,0,0,0); }

#main {
  width: 900px;
  margin: 0 auto;
  padding: 0 18px 5px;
  position: relative;
  text-align: left;
  border-left: 56px solid transparent;
  *background: #f4f4f4;
}

#main:before {
  content: "";
  width: 936px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 -468px;
  z-index: -1;
  background: #f4f4f4;
}

#navi ul {
  list-style: none;
  padding: 0;
  height: 40px;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 -468px;
  z-index: 10;
  font-size: 15px;
  text-transform: uppercase;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  box-shadow: 0 0 10px rgba(0,0,0,.25);
}

#navi ul li {
  display: block;
  float: left;
  color: #fff;
  font-family: KlRegularItalic,calibri,'trebuchet ms',arial,sans-serif;
  font-style: italic;
  cursor: default;
  position: relative;
  margin: 0;
  padding: 0;
  background: none;
  font-style: normal\9;
}

#navi ul li span {
  display: block;
  width: 122px;
  padding: 0 12px 0 18px;
  line-height: 40px;
  border-left: 1px solid #797979;
  background: #666;
  position: relative;
  z-index: 3;
}

#navi ul li:first-child span {
  border-left: none;
  border-bottom-left-radius: 6px;
}

#navi ul li:last-child span {
  border-bottom-right-radius: 6px;
}

#navi ul li:hover span {
  background: #808080;
  border-radius: 0;
}

#navi ul ul {
  width: 306px;
  height: auto;
  top: 36px;
  left: 0;
  padding: 0;
  margin: 0;
  box-shadow: none;
  background: #808080;
  z-index: 1;
  overflow: hidden;
  max-height: 0;
  -ms-transition: max-height 250ms ease, padding 250ms ease;
  -moz-transition: max-height 250ms ease, padding 250ms ease;
  -webkit-transition: max-height 250ms ease, padding 250ms ease;
  transition: max-height 250ms ease, padding 250ms ease;
}
#navi ul li:last-child ul {
  left: auto;
  right: 0;
}

#navi ul li:hover ul {
  max-height: 500px;
  padding: 24px 0 18px;
  z-index: 2;
}

#navi ul ul li {
  float: none;
  width: auto;
  line-height: 1.25;
  border: none;
  padding: 0 12px 0 18px;
}

#navi ul ul ul {
  position: static;
  width: auto;
  margin: 0 0 12px;
  padding: 0 !important;
  background: transparent;
  box-shadow: none;
  max-height: 100%;
  transition: none;
}

#navi ul ul ul li {
  padding: 0 0 0 18px;
}

#navi ul ul a {
  display: block;
  display: inline-block;
  padding: 5px 0;
  color: #fff;
}
#navi ul ul a:hover { color: #6dc7ff; }

#navi form {
  display: block;
  position: absolute;
  top: 0;
  right: 50%;
  margin: 0 -468px 0 0;
  z-index: 10;
  background: #666;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  box-shadow: 0 0 10px rgba(0,0,0,.25);
}

#navi form input {
  display: block;
  float: left;
  width: 104px;
  height: 40px;
  line-height: 40px;
  padding: 0 18px;
  background: transparent;
  border: none;
  border-right: 1px dotted #797979;
  text-align: left;
  text-transform: uppercase;
  font-family: KlRegularItalic,calibri,'trebuchet ms',arial,sans-serif;
  font-size: 15px;
  font-style: italic;
  color: #fff;
  box-shadow: none;
  font-style: normal\9;
}

#navi form input.submitBtn {
  width: 50px;
  border: none;
  padding: 0;
  overflow: hidden;
  text-indent: -999px;
  background: url(/images/lupe.png) no-repeat center center;
  cursor: pointer;
}

#infoNavi {
  min-height: 100%;
  color: #fff;
  background: #666;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  text-align: left;
}
.isMobile #infoNavi, .noOverflow #infoNavi { display: none; }

#infoNavi .buttons {
  background: url(/images/sideNaviBtn.png);
  color: #000;
  width: 56px;
  height: 198px;
  position: absolute;
  top: 341px;
  right: -56px;
  z-index: 2;
  overflow: hidden;
  text-indent: -999px;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

#infoNavi .inner {
  width: 0;
  max-width: 0;
  overflow: hidden;
}

#infoNavi:hover .inner {
  width: 250px;
  max-width: 250px;
}

#infoNavi .infoBox {
  width: 220px;
  border-top: 1px solid #797979;
  padding: 12px 12px 12px 18px;
  margin: 12px 0 24px;
}

#infoNavi .infoBox:first-child {
  margin-top: 0;
  border-top: none;
}

#infoNavi .infoBox h4 {
  margin: 0 0 12px;
}

#infoNavi .infoBox ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#infoNavi .infoBox ul li {
  margin: 0;
  padding: 0;
  background: none;
}

#infoNavi .infoBox ul a {
  color: #fff;
  text-decoration: none;
}
.isDesktop #infoNavi .infoBox ul a:hover { color: #6dc7ff; }

#logoBox {
  float: left;
  width: 320px;
  height: 360px;
  background: url(/images/logoBoxBg.png) no-repeat 0 0;
  margin-left: -48px;
  position: relative;
}

#logoBox a {
  display: block;
  width: 136px;
  height: 99px;
  background: url(/images/logo.png);
  overflow: hidden;
  text-indent: -999px;
  position: absolute;
  top: 100px;
  left: 66px;
	color: #fff;
}

#infoBox {
  float: left;
  width: 288px;
}

#content {
  float: right;
  width: 594px;
}

.leftBox {
  float: left;
  width: 288px;
}

.rightBox {
  float: right;
  width: 288px;
}

.leftboxBanner {
  margin: 30px 0;
  font-family: KlRegularItalic,calibri,'trebuchet ms',arial,sans-serif;
  font-size: 14px;
  font-style: italic;
}

.teaser {
  margin: 0 0 20px;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.teaser.noBg { background: transparent; }

.teaser a { color: #666; }
.isDesktop .teaser a:hover, a:active { color: #e4007c; }

.teaser h3.teaserHead {
  display: block;
  background: #e8007b;
  font-family: KlBoldItalic,calibri,'trebuchet ms',arial,sans-serif;
  font-weight: bold;
  font-size: 13px;
  padding: 11px 18px;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}

.teaser.warenkorb h3.teaserHead:before {
  content: "";
  display: block;
  width: 21px;
  height: 18px;
  background: url(/images/btnWarenkorb.png) no-repeat;
  position: absolute;
  top: 11px;
  right: 18px;
}

.teaser.merkzettel h3.teaserHead:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(/images/btnMerkzettel.png) no-repeat;
  position: absolute;
  top: 12px;
  right: 19px;
}
.mzAdd { display:inline-block;width:16px;height:16px;background-image:url(/images/btnMerkzettel3.png);text-indent:-99999px;font-size:0;color:transparent;outline:0 none; }
.mzAdd.active { background-image:url(/images/btnMerkzettel2.png); }

.teaser .teaserImgBox {
  background: #fff;
  padding: 8px 0 0;
}

.teaser img {
  display: block;
  max-width: 100%;
  height: auto;
}

.teaser .inner {
  padding: 18px;
  background: #fff;
}

.teaser p:last-child { margin-bottom: 0; }

.teaser h1, .teaser h2 {
  display: block;
  margin: 0;
  line-height: 22px;
  font-family: KlRegularItalic,calibri,'trebuchet ms',arial,sans-serif;
  font-weight: normal;
}

.teaser h1 span, .teaser h2 span {
  font-family: KlBoldItalic,calibri,'trebuchet ms',arial,sans-serif;
  font-weight: bold;
}

.teaser .intro h1, .teaser .intro h2 {
  background: url(/images/teaserArrowDown.png) no-repeat right center;
  padding-right: 18px;
}

.teaser .intro.isOpen h1, .teaser .intro.isOpen h2 {
  background-image: url(/images/teaserArrowUp.png);
}

.teaser .intro h1 a, .teaser .intro h2 a {
  background: transparent;
  display: block;
  margin: -18px -36px -18px -18px;
  padding: 18px 36px 18px 18px;
}

.teaser .preview {
  display: none;
  padding: 18px 0 0;
}
.teaser .isOpen .preview { display: block; }

.teaser a.readMore {
  font-family: KlRegularItalic,calibri,'trebuchet ms',arial,sans-serif;
  font-size: 11px;
  font-style: italic;
  text-transform: uppercase;
  -ms-hyphens: none;
  -moz-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
  font-style: normal\9;
}

.teaser .wkRow,
.teaser .mzRow {
  background: #fff;
  position: relative;
  padding: 19px 50px 17px 18px;
  border-bottom: 1px solid #f2f2f2;
}
.teaser .wkRow h4,
.teaser .mzRow h4 {
	margin: 0;
}

.teaser .wkRow a.remove {
  display: block;
  width: 16px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 18px;
  margin: -8px 0 0;
  background: url(/images/btnRemove.png) no-repeat;
  text-indent: -999px;font-size:0;color:transparent;
	outline: 0 none;
}
.teaser .mzRow a.mzDel {
  display: block;
  width: 16px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 18px;
  margin: -8px 0 0;
  background: url(/images/btnRemove.png) no-repeat;
  text-indent: -999px;font-size:0;color:transparent;
	outline: 0 none;
}

.teaser .wkNext,
.teaser .mzNext {
  background: #f2f2f2;
  padding: 14px 18px;
  font-size: 13px;
  text-transform: uppercase;
}

.doubleTeaser .topics {
  height: 40px;
}

.doubleTeaser .topics h3 {
  display: block;
  float: left;
  height: 40px;
  width: 114px;
  padding: 0 12px 0 18px;
  margin: 0;
  background: #666;
  color: #fff;
  font-size: 13px;
  line-height: 40px;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}

.doubleTeaser .topics h3.isOpen {
  background: #e8007b;
  font-family: KlBoldItalic,calibri,'trebuchet ms',arial,sans-serif;
  font-weight: bold;
}

.downArrow { position: relative; }

.downArrow:after,
.doubleTeaser .topics h3.isOpen:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: rgba(232,0,123,0);
  border-top-color: #e8007b;
  position: absolute;
  left: 50%;
  bottom: -14px;
  margin-left: -7px;
  z-index: 2;
}

.isDesktop .doubleTeaser .topics h3:hover {
  background: #e8007b;
}

.doubleTeaser .topic2 {
  display: none;
}

#filterForm h3 {
  display: block;
  background: #e8007b;
  font-family: KlBoldItalic,calibri,'trebuchet ms',arial,sans-serif;
  font-weight: bold;
  font-size: 13px;
  padding: 11px 18px;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}

#filterForm ul {
  display: block;
  list-style: none;
  background: #fff;
  margin: 0 0 20px;
  font-family: KlMediumItalic,calibri,'trebuchet ms',arial,sans-serif;
  font-weight: normal;
  font-size: 13px;
  text-transform: uppercase;
}

#filterForm ul li {
  background: none;
  padding: 0;
  margin: 0;
}

#filterForm ul li span {
  display: block;
  padding: 19px 18px 17px;
  border-top: 1px solid #d9d9d9;
  background: url(/images/teaserArrowDown.png) no-repeat 260px 23px;
  cursor: pointer;
}
#filterForm ul li:first-child span { border: none; }
#filterForm ul li.isOpen span { background-image: url(/images/teaserArrowUp.png); }

#filterForm ul ul {
  display: none;
  background: #f2f2f2;
  padding: 0 18px;
  margin: 0;
}
#filterForm ul li.isOpen ul { display: block; }

#filterForm ul ul li {
  display: block;
  border-top: 1px solid #d9d9d9;
  padding: 0 1px;
}
#filterForm ul ul li:first-child { border: none; }

#filterForm ul input {
  float: left;
  margin: 11px 0 0;
  cursor: pointer;
}

#filterForm ul label {
  display: block;
  padding: 10px 0 10px 22px;
  font-family: KlRegularItalic,calibri,'trebuchet ms',arial,sans-serif;
  font-weight: normal;
  cursor: pointer;
}

#filterForm ul.ico input {
  margin-top: 13px;
}

#filterForm ul.ico label {
  background: no-repeat 22px 5px;
  padding: 12px 0 12px 60px;
}
#filterForm ul label.poi { background-image: url(/images/routen/icoSehenswuerdigkeiten.png); }
#filterForm ul label.cafe { background-image: url(/images/routen/icoCafes.png); }
#filterForm ul label.restaurant { background-image: url(/images/routen/icoRestaurants.png); }
#filterForm ul label.unterkunft { background-image: url(/images/routen/icoUnterkuenfte.png); }
#filterForm ul label.camping { background-image: url(/images/routen/icoCamping.png); }
#filterForm ul label.bad { background-image: url(/images/routen/icoBaeder.png); }
#filterForm ul label.ladestation { background-image: url(/images/routen/icoLadestationen.png); }

#filterForm ul ul.linklist {
  max-height: 200px;
  overflow: auto;
}

#filterForm ul ul.linklist li a {
  display: block;
  padding: 10px 18px;
  margin: 0 -18px;
  color: inherit;
  font-family: KlRegularItalic,calibri,'trebuchet ms',arial,sans-serif;
  font-weight: normal;
}
#filterForm ul ul.linklist li a.current,
#filterForm ul ul.linklist li a:hover {
  color: #e4007c;
}

.contentHead {
  background: #e8007b;
  color: #fff;
  margin: 60px 0 0;
  padding: 12px 18px 10px;
  font-size: 13px;
  text-transform: uppercase;
  font-family: KlRegularItalic,calibri,'trebuchet ms',arial,sans-serif;
  font-style: italic;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}

.contentHead span {
  font-family: KlBoldItalic,calibri,'trebuchet ms',arial,sans-serif;
  font-weight: bold;
  margin-right: 5px;
}

.topImg {
  max-width: 100%;
  min-height: 360px;
}
.topImg.preHead { min-height: 300px; }

.topImg img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}

.contentBox {
  background: #fff;
  padding: 18px;
  margin: 0 0 20px;
}

.contentBox .social {
  border-top: 1px solid #d9d9d9;
  margin: 24px 0 0;
  padding: 18px 0 0;
  font-size: 10px;
}

.contentBox .socialBtn {
  float: left;
  margin: 0 10px 0 0;
}

.socialBg {
  border: 1px solid #ccc;
  overflow: hidden;
  margin-bottom: 10px;
}

.fbLikeMin, .fbLikeMin iframe {
  width: 82px !important;
  width: 84px\9 !important;
}

.fanBoxHead {
  padding: 5px 18px 5px 23px;
  background: #e8007b;
  color: #fff;
  text-transform: uppercase;
  font-family: KlBoldItalic,calibri,'trebuchet ms',arial,sans-serif;
  font-size: 13px;
  font-style: italic;
  font-weight: bold;
  margin: 0 0 -1px;
  position: relative;
  z-index: 1;
}

.contentMainImg {
  display: block;
  margin: 0 0 24px;
  background: #fff;
}

.contentMainImg img {
  display: block;
  max-width: 100%;
  height: auto;
}

.morePicMain {
  margin: -18px 0 24px;
  overflow: hidden;
  position: relative;
}

.morePicMain .inner {
  width: 1500px;
}

.morePicMain .inner a {
  display: block;
  float: left;
  margin: 0 6px 0 0;
}

.morePicMain .next,
.morePicMain .prev {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 80px;
  background: url(/images/morePicArrow.png) no-repeat 0 0;
  transition: width 250ms;
}

.morePicMain .next {
  right: 0;
  left: auto;
  background-position: 0 -80px;
}

.morePicMain[data-current="1"] .prev { width: 0; }

.morePicMain[data-childs="1"] .next,
.morePicMain[data-childs="2"] .next,
.morePicMain[data-childs="3"] .next,
.morePicMain[data-childs="4"] .next,
.morePicMain[data-childs="5"][data-current="2"] .next,
.morePicMain[data-childs="6"][data-current="3"] .next,
.morePicMain[data-childs="7"][data-current="4"] .next,
.morePicMain[data-childs="8"][data-current="5"] .next,
.morePicMain[data-childs="9"][data-current="6"] .next {
  width: 0;
}

.breadcrumb {
  border-bottom: 1px solid #d9d9d9;
  margin: 0 0 24px;
  padding: 0 0 18px;
  font-size: 0;
}

.breadcrumb + .contentMainImg {
  margin-top: -25px;
}

.breadcrumb a,
.breadcrumb span {
  display: inline-block;
  font-family: KlRegularItalic,calibri,'trebuchet ms',arial,sans-serif;
  font-size: 13px;
  font-style: italic;
  text-transform: uppercase;
  margin: 0 9px 0 0;
  padding: 0 0 0 11px;
  color: #666;
  background: url(/images/dot.png) no-repeat 0 7px;
  white-space: nowrap;
  font-style: normal\9;
}
.isDesktop .breadcrumb a:hover, .breadcrumb a:active { color: #e4007c; }

.breadcrumb a.home {
  background: none;
  padding-left: 0;
}

.threeColMain { margin: 18px 0 0; }
.threeColMain + .threeColMain h3 { margin-top: 36px; }

.threeCol {
  width: 174px;
  font-size: 16px;
}

.threeCol.middle {
  float: left;
  margin-left: 18px;
}

.threeCol img {
  display: block;
  max-width: 100%;
  height: auto;
}
.threeCol .txt { margin: 3px 0 0; }

.partnerHead {
  clear: both;
  padding: 0 18px;
}
.partnerHeadPadding { padding-top: 30px; }

.contactData label {
  display: inline-block;
  min-width: 70px;
}

ul.searchResult li { margin-bottom: 12px; }
ul.searchResult li span {
  display: block;
  font-size: 16px;
}

#lvMap, #detailMap {
  width: 100%;
  height: 300px;
  background: #fff;
  clear: both;
}

#detailMap {
  height: 127px;
  position: relative;
  overflow: hidden;
}
#detailMap.isOpen { height: 300px; }

#detailMapInner {
  width: 100%;
  height: 300px;
  position: absolute;
  top: -75px;
  left: 0;
}
#detailMap.isOpen #detailMapInner { top: 0; }

#detailMap .resize {
  width: 40px;
  height: 40px;
  background: url(/images/map/resize.png) no-repeat 0 0;
  position: absolute;
  bottom: 10px;
  left: 10px;
  cursor: pointer;
}
#detailMap .resize.isBig { background-position: 0 -40px; }

.mapStyle .gmnoprint a[title~='melden'] { display: none; }
.mapStyle .gmnoprint[controlwidth='22'] div[controlwidth='22'] { margin: 4px 0 0 8px; }
.mapStyle .gmnoprint[style~='1000001;'] { margin: 0 0 -6px 0; }
.mapStyle .gmnoprint[style~='1000001;'] * {
  text-decoration: none !important;
  color: rgba(0,0,0,.6) !important;
  font: normal 9px/14px arial,sans-serif !important;
}

.gm-style-iw h3 {
  margin: 0;
  padding: 0 10px 5px 0;
}

.lv {
  display: block;
  color: #666;
  border-bottom: 1px solid #d9d9d9;
  padding: 15px 8px 15px 15px;
}
.breadcrumb + .lv { margin-top: -24px; }
.isDesktop a.lv:hover { background-color: #f2f2f2; }

.lv .imgBox {
  float: left;
  width: 108px;
  min-height: 30px;
}
.lv .imgBox img { display: block; }

.lv .txt {
  float: left;
  width: 380px;
  font-family: KlRegularItalic,calibri,'trebuchet ms',arial,sans-serif;
  font-style: italic;
  font-style: normal\9;
}
.lv .priceTxt { width: 300px; }

.lv .txt h2 {
  margin: 0;
  font-size: 17px;
}

.lv .price {
  float: right;
  max-width: 150px;
  font-family: KlBoldItalic,calibri,'trebuchet ms',arial,sans-serif;
  font-weight: bold;
}

.lv .marker {
  float: left;
  width: 46px;
  min-height: 30px;
}

.lv .marker span {
  display: block;
  width: 32px;
  height: 42px;
  background: no-repeat 0 0;
}
.lv:hover .marker span { background-position: 0 -42px;; }

.lv .marker span.m1 { background-image: url(/images/map/marker1.png); }
.lv .marker span.m2 { background-image: url(/images/map/marker2.png); }
.lv .marker span.m3 { background-image: url(/images/map/marker3.png); }
.lv .marker span.m4 { background-image: url(/images/map/marker4.png); }
.lv .marker span.m5 { background-image: url(/images/map/marker5.png); }
.lv .marker span.m6 { background-image: url(/images/map/marker6.png); }
.lv .marker span.m7 { background-image: url(/images/map/marker7.png); }
.lv .marker span.m8 { background-image: url(/images/map/marker8.png); }
.lv .marker span.m9 { background-image: url(/images/map/marker9.png); }
.lv .marker span.m10 { background-image: url(/images/map/marker10.png); }
.lv .marker span.m11 { background-image: url(/images/map/marker11.png); }
.lv .marker span.m12 { background-image: url(/images/map/marker12.png); }
.lv .marker span.m13 { background-image: url(/images/map/marker13.png); }
.lv .marker span.m14 { background-image: url(/images/map/marker14.png); }
.lv .marker span.m15 { background-image: url(/images/map/marker15.png); }

.lv .wkDaten {
  background: #f2f2f2;
  padding: 12px;
  margin: 12px 0 0 46px;
}

.lv.lvimgtxt .txt {
  width: auto;
  max-width: 426px;
}
.date {
  font-size:0.9em;
}

.pagingMain {
  margin: 18px 0 0;
  font-size: 13px;
  text-transform: uppercase;
  font-family: KlRegularItalic,calibri,'trebuchet ms',arial,sans-serif;
  font-style: italic;
}

.pagingMain a { color: #666; }
.pagingMain a:hover, .pagingMain a.current { color: #e4007c; }

.paging {
  margin: 0 70px;
  text-align: center;
}

.paging a {
  display: inline-block;
  margin: 0 6px;
}

.priceInfo h1 {
  float: left;
  width: 350px;
}

.priceInfo h2 {
  float: right;
  white-space: nowrap;
}

.detailRow {
  padding: 12px;
  background: #f2f2f2;
  margin: 8px 0 0;
}

.detailRow.anfrage { background: #f2f2f2 url(/images/btnBuchungsanfrage.png) no-repeat 12px 13px; }

.detailRow h4.detailHead {
  margin: -12px 0;
  padding: 12px 0;
}
.detailRow.anfrage h4.detailHead { padding-left: 25px; }

.detailRow.moreDetail h4.detailHead {
  cursor: pointer;
  background: url(/images/teaserArrowDown.png) no-repeat right center;
}
.detailRow.moreDetail h4.detailHead.isOpen { background-image: url(/images/teaserArrowUp.png); }

.detailRow .inner {
  padding: 12px 0 0;
  display: none;
  font-family: KlRegularItalic,calibri,'trebuchet ms',arial,sans-serif;
  font-weight: normal;
  font-style: italic;
  font-size: 14px;
}

.detailRow a.detailDownload {
  display: block;
  margin: 0 -12px;
  padding: 0 12px;
  color: #666;
}
.detailRow .detailDownload:hover { color: #e4007c; }

.stars {
  display: inline-block;
  margin-left: 5px;
  vertical-align: super;
  font-size: 12px;
  margin-top: -3px;
}

.bookForm {
  display: block;
  margin: 0;
  padding: 10px 0 0;
}

.bookForm input {
  border: none;
  box-shadow: inset 5px
}

.bookForm input[type="text"] {
  float: left;
  width: 30px;
  border: none;
  box-shadow: inset 0 0 5px #ccc;
  margin: 0 5px 15px 0;
  text-align: center;
}
.bookFinal input[type="text"] { text-align: left; }

.bookForm textarea {
  width: 360px;
  height: 50px;
  border: none;
  box-shadow: inset 0 0 5px #ccc;
  padding: 7px;
  max-width: 90%;
}

.bookForm select {
  float: left;
  width: 80px;
  border: none;
  box-shadow: inset 0 0 5px #ccc;
  padding: 2px 2px 2px 5px;
  margin: 0 5px 15px 0;
}

.bookForm label {
  display: block;
  font-family: KlMediumItalic,calibri,'trebuchet ms',arial,sans-serif;
  text-transform: uppercase;
  float: left;
  padding: 4px 0;
}

.bookForm input[type="submit"] {
  border: none;
  background: #cdcdcd;
  display: block;
  float: right;
  margin: -3px 0 3px;
  padding: 6px 10px;
  border-radius: 6px;
  cursor: pointer;
  font-family: KlMediumItalic,calibri,'trebuchet ms',arial,sans-serif;
  text-transform: uppercase;
  color: #333;
}

.newsletterForm {
  background: #f2f2f2;
  margin: 20px 0 0;
  padding: 12px;
}

.newsletterForm label {
  float: left;
  font-size: 13px;
  clear: both;
}

.newsletterForm select {
  display: block;
  width: 100px;
  margin: 0 0 12px 100px;
  box-shadow: inset 0 0 5px #ccc;
  border: none;
}

.newsletterForm input[type="text"] {
  display: block;
  width: 250px;
  margin: 0 0 12px 100px;
  text-align: left;
  float: none;
}

.newsletterForm input[type="submit"] {
  float: none;
  margin: 15px 0 0 100px;
}
.newsletterForm input[type="submit"]:hover {
  background-color: #e4007c;
  color: #fff;
}

.calendarBtn {
  display: block;
  width: 130px;
  min-height: 30px;
  margin: 0 30px 18px 0;
  padding: 0 0 0 35px;
  position: relative;
  color: #333 !important;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 16px;
}

.calendarBtn span.ico {
  position: absolute;
  width: 26px;
  height: 29px;
  background: url(/images/calendarBtn.png) no-repeat 0 0;
  top: 1px;
  left: 1px;
  opacity: .5;
}
.calendarBtn:hover span.ico { opacity: 1; }

.calendarBtn div {
  font-family: KlMediumItalic,calibri,'trebuchet ms',arial,sans-serif;
}

.wkButton,
.mzButton {
  background: #cdcdcd;
  display: block;
  padding: 7px 10px 5px;
  border-radius: 6px;
  cursor: pointer;
  font-family: KlMediumItalic,calibri,'trebuchet ms',arial,sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #333 !important;
  font-size: 13px;
}


.txtSmall {
  font-family: KlRegularItalic,calibri,'trebuchet ms',arial,sans-serif;
  font-size: 13px;
}
.txtRegular {
  font-family: KlRegularItalic,calibri,'trebuchet ms',arial,sans-serif;
  font-size: 17px;
  line-height: 1.35em;
}
.txtMedium {
  font-family: KlMediumItalic,calibri,'trebuchet ms',arial,sans-serif;
  font-size: 17px;
  line-height: 1.35em;
}


.skewY {
  background-color: #E4007C;
  color: #FFFFFF;
  margin-top: 40px;
  -webkit-transform: skewY(-5deg);
  -moz-transform: skewY(-5deg);
  -o-transform: skewY(-5deg);
  -ms-transform: skewY(-5deg); 
  transform: skewY(-5deg);
}
.skewY > .inner {
  padding: 20px;
  padding-top: 20px;
  -webkit-transform: skewY(5deg);
  -moz-transform: skewY(5deg);
  -o-transform: skewY(5deg);
  -ms-transform: skewY(5deg); 
  transform: skewY(5deg);
}
a.teaserColored {
  font: 19px/1.35 KlRegular,calibri,'trebuchet ms',arial,sans-serif;
  font-style: normal;
  display: block;
  width: 100%;
  background-color: #E4007C;
  color: #FFFFFF;
  margin-bottom: 40px;
  -webkit-transition: all 0.3s ease-out;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: all 0.3s ease-out;  /* Firefox 4-15 */
       -o-transition: all 0.3s ease-out;  /* Opera 10.50–12.00 */
          transition: all 0.3s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
a.teaserColored:hover {
  background-color: #FFFFFF;
  color: #E4007C;
  cursor: pointer;
}
.teaserColored h2 {
  margin-bottom: 0;
  font: 19px/1.35 KlRegular,calibri,'trebuchet ms',arial,sans-serif;
  font-style: normal;
}
.teaserColored .adprice {
  text-align: right;
}
.teaserColored .price {
  font-size: 45px;
  margin-left: 5px;
}
.teaserColored .euro {
  font-size: 35px;
}
.teaserColored .info {}

.videoContainer {
  position: relative;
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 30px;
}
.videoContainer iframe {
  position: absolute;
	top: 0;
	left: 0;
}


@media all and (min-width: 1075px) {
  body {
    background-image: url(/images/bodyBg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    background-size: cover;
  }
  doesnotexist:-o-prefocus, body { background-position: left top; }
  #main { border-left: none; }
  .isDesktop #main:before { background-color: rgba(255,255,255,.85); }
}
