

/* ++++++++++ fonts ++++++++++ */

@import url(//fonts.googleapis.com/css?family=Merriweather+Sans:400,700|Droid+Sans);
@import url(./font-awesome.css);


@media all {
  
  /* ++++++++++ page ++++++++++ */
  
  *,
  *:before,
  *:after {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -ms-box-sizing: border-box !important;
    -o-box-sizing: border-box !important;
    box-sizing: border-box !important;
  }
  
  /* SELECTION COLOR */
  ::selection {
    color: #FFF;
    background: #23A638;
  }
  ::-moz-selection {
    color: #FFF;
    background: #23A638;
  }
  
  html,
  body {
    display: block;
    font-family: 'Merriweather Sans', 'sans-serif';
    height: 100%;
    color: #333;
    margin: 0 !important;
    padding: 0 !important;
  }
  
  body {
    background: transparent url('../images/backgrounds/bg0.jpg') no-repeat fixed top center;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -ms-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
  }
  
  #page {
    position: relative;
    min-height: 100%;
    height: 100%;
    height: auto !important;
    padding-bottom: 260px; /* footer height + 20px */
    background: #fff;
  }
  
  #page main {
    padding: 120px 40px 0 40px;
  }
  #page main .ym-wbox {
    padding: 20px 0 0 0;
  }
  
  .ym-wrapper {
    max-width: 1080px;
  }
  
  
  
  /* ++++++++++ yaml fixes ++++++++++ */
  
  nav,
  header {
    background: none;
  }
  
  a {
    color: #6c7f16;
  }
  a:hover,
  a:focus {
    background: inherit;
    color: inherit;
    -webkit-transition: color 0.2s ease-in-out 0s;
    transition: color 0.2s ease-in-out 0s;
  }
  #content a:hover,
  #content a:focus {
    color: #666;
  }
  
  h1, header h1,
  h2, header h2,
  h3, header h3,
  h4, header h4,
  h5, header h5,
  h6, header h6 {
    font-family: 'Merriweather Sans', 'sans-serif';
    color: #6c7f16;
    background: none;
    line-height: 1.1em;
    margin: 0 0 0.8em 0;
    font-weight: 400;
  }
  h1, header h1 {  font-size: 20pt; }
  h2, header h2 {  font-size: 16pt; }
  h3, header h3 {  font-size: 13pt; font-weight: 600; }
  h4, header h4 {  font-size: 11pt; font-weight: 600; }
  h5, header h5 {  font-size: 10pt; font-weight: 600; }
  h6, header h6 {  font-size: 8pt; font-weight: 600; }
  
  .ym-g10  { width: 10%; }
  .ym-g15  { width: 15%; }
  .ym-g45  { width: 45%; }
  
  .ym-col1 { width: 50%; float:right; margin-left: -75%; margin-right: 25%; } /* center column */
  .ym-col2 { width: 25%; float:right; margin-right: 0%; } /* right column */
  .ym-col3 { float: left; width: 25%; margin-left: 0; margin-right: -5px; }  /* left column */
  .ym-cbox { padding: 0 20px; }
  .ym-cbox-left { padding: 0 20px 0 0; }
  .ym-cbox-right { padding: 0 0 0 20px; }
  
  figcaption {
    display: block !important;
    font-size: 10px;
    font-family: 'Merriweather Sans', 'sans-serif' !important;
  }
  
  
  /* ++++++++++ special classes ++++++++++ */
  
  .no-break {
    white-space: nowrap;
  }
  
  .clearfix:before {
    content: '';
    display: table;
  }
  .clearfix:after {
    content: '.';
    clear: both;
    display: block;
    visibility: hidden;
    opacity: 0;
    height: 0;
    font-size: 0;
  }
  
  .responsive figure,
  .csc-textpic .csc-textpic-imagewrap figure {
    display:block;
    position:relative;
  }
  .csc-textpic .csc-textpic-imagewrap a:before,
  .responsive a:before {
    content:'';
    display:block;
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background:rgba(255,255,255,0);
    opacity:0;
    visibility:hidden;
    -webkit-transition:all 0.5s ease-out 0s;
    transition:all 0.5s ease-out 0s;
  }
  .csc-textpic .csc-textpic-imagewrap a:hover:before,
  .responsive a:hover:before {
    visibility:visible;
    opacity:1;
    background:rgba(255,255,255,0.2);
    color:rgba(42,42,42,1);
  }
  .csc-textpic .csc-textpic-imagewrap a:after,
  .responsive a:after {
    content:'\f00e';
    display:block;
    position:absolute;
    top:50%;
    left:50%;
    margin:-20px 0 0 -20px;
    font-family:'FontAwesome';
    font-size:40px;
    text-align:center;
    line-height:100%;
    color:rgba(255,255,255,0);
    text-shadow:0 0 2px rgba(0,0,0,0.1);
    opacity:0;
    visibility:hidden;
    -webkit-transition:all 0.5s ease-out 0s;
    transition:all 0.5s ease-out 0s;
  }
  .csc-textpic .csc-textpic-imagewrap a:hover:after,
  .responsive a:hover:after {
    visibility:visible;
    opacity:1;
    color:rgba(255,255,255,0.8);
  }
  .csc-textpic .csc-textpic-imagewrap .csc-textpic-center-outer,
  .csc-textpic.csc-textpic-center .csc-textpic-center-inner {
    position: static;
    float: none;
    right: auto;
  }
  
  .responsive a img {
    display:block;
    width:100%;
    max-width:508px;
    height:auto;
    margin:0 auto;
  }
  
  .csc-textpic-intext-left figure,
  .csc-textpic-intext-right figure {
    display:block !important;
  }
  
  .two-col-text {
    -webkit-column-count:2;
    -moz-column-count:2;
    column-count:2;
    -webkit-column-gap:25px;
    -moz-column-gap:25px;
    column-gap:25px;
    text-align:justify;
  }
  
  .external-link:before {
    content:'\f08e';
    font-family:'FontAwesome';
    margin-right:0.2em;
  }
  #content .mail:before {
    content:'\f003';
    font-family:'FontAwesome';
    margin-right:0.2em;
  }
  #content .download:before {
    content:'\f0c7';
    font-family:'FontAwesome';
    margin-right:0.2em;
  }
  
  .align-left,
  .csc-textpic-caption-l {
    text-align:left;
  }
  .align-center,
  .csc-textpic-caption-c {
    text-align:center;
  }
  .align-right,
  .csc-textpic-caption-r {
    text-align:right;
  }
  
  
  /* ++++++++++ navigations ++++++++++ */
  
  nav ul {
    margin: 0;
    padding: 0;
  }
  nav ul li {
    list-style-type: none;
    margin: 0;
  }
  nav ul li a {
    display: block;
  }
  nav ul > li {
    display: inline-block;
  }
  
  
  /* ++++++++++ header ++++++++++ */
  
  body > header {
    position: relative;
    height: 120px;
    z-index: 10;
  }
  body > header > div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 240px;
    background: transparent url('../images/header_bg.png') no-repeat 100% 100%;
  }
  
  
  /* ++++++++++ logo ++++++++++ */
  
  #logo {
    position: absolute;
    left: 0;
    top: 10px;
  }
  
  
  /* ++++++++++ topnav ++++++++++ */
  
  #topnav {
    position: absolute;
    top: 6px;
    right: 25%;
  }
  #topnav li {
    margin: 0 0.5em;
  }
  #topnav a {
    font-family: 'Droid Sans', 'sans-serif';
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  }
  #topnav a:hover {
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.75);
  }
  
  
  /* ++++++++++ mainnav ++++++++++ */
  
  #mainnav {
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: 0;
  }
  #mainnav:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 16px;
    background: #e4e4e4;
    z-index: -1;
  }
  #mainnav a {
    font-size: 16pt;
    line-height: 1.5em;
    color: #fff;
  }
  #mainnav a:hover {
    
  }
  #mainnav .home,
  #mainnav #mobilenavToggle {
    position:absolute;
    left: 0;
    bottom: 0;
    display: inline-block;
    background: #c3c3c3;
    padding: 0 0.33em;
    font-size: 13pt;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
  }
  #mainnav .home:hover,
  #mainnav #mobilenavToggle:hover {
    color: #fff;
    background: #00843E;
  }
  #mainnav .home i {
    line-height: 1.5em;
  }
  #mainnav #mobilenavToggle {
    display: none;
    font-size: 16pt;
    background: #23A638;
  }
  #mainnav > ul {
    float: right;
    padding-left: 40px;
  }
  #mainnav > ul li {
    position: relative;
  }
  #mainnav > ul li a {
    font-family: 'Droid Sans', 'sans-serif';
    background: #e0e0e0;
    padding: 0 0.75em;
    border-left: 1px solid #fff;
  }
  #mainnav > ul li a i {
    font-size: 12pt;
    margin-left: 1em;
  }
  #mainnav > ul ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 180px;
    z-index: 100;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scale(0) translateX(120px);
    transform: scale(0) translateX(120px);
    -webkit-transition: all 0.2s ease-out 0.1s;
    transition: all 0.2s ease-out 0.1s;
  }
  #mainnav > ul li:last-of-type ul {
    left: auto;
    right: 0;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: scale(0) translateX(-120px);
    transform: scale(0) translateX(-120px);
  }
  #mainnav > ul ul li {
    display: block;
  }
  #mainnav > ul li:hover > ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1) translateX(0px);
    transform: scale(1) translateX(0px);
  }
  #mainnav > ul ul li a {
    background: #C3C3C3;
    background: rgba(195, 195, 195, 0.95);
    font-size: 12pt;
    line-height: 28px;
  }
  #mainnav > ul ul li a:hover {
    background: #BBB;
    background: rgba(187, 187, 187, 0.95);
  }
  
  #mainnav > ul li.item1 > a {
    background: #ffcc2a;
  }
  #mainnav > ul li.item2 > a {
    background: #faa932;
  }
  #mainnav > ul li.item3 > a {
    background: #e01343;
  }
  #mainnav > ul li.item4 > a {
    background: #4462ab;
  }
  #mainnav > ul li.item5 > a {
    background: #0098db;
  }
  #mainnav > ul li.item6 > a {
    background: #537474;
  }
  #mainnav > ul li.item7 > a {
    background: #5da47b;
  }
  
  /* hover states */
  #mainnav > ul li.item1 > a:hover {
    background: #ffdc3a;
  }
  #mainnav > ul li.item2 > a:hover {
    background: #fab942;
  }
  #mainnav > ul li.item3 > a:hover {
    background: #f02353;
  }
  #mainnav > ul li.item4 > a:hover {
    background: #5472bb;
  }
  #mainnav > ul li.item5 > a:hover {
    background: #10a8eb;
  }
  #mainnav > ul li.item6 > a:hover {
    background: #638484;
  }
  #mainnav > ul li.item7 > a:hover {
    background: #6db48b;
  }
  
  
  #mainnavMobile {
    background: #E4E4E4;
    overflow: hidden;
    z-index: 20;
    color: #777;
    display: none;
  }
  #mainnavMobile li {
    position: relative;
  }
  #mainnavMobile li,
  #mainnavMobile li a {
    display: block;
    color: #777;
  }
  #mainnavMobile a {
    -webkit-transition: all 0.1s ease-in-out 0s;
    transition: all 0.1s ease-in-out 0s;
  }
  #mainnavMobile a:hover,
  #mainnavMobile a:focus,
  #mainnavMobile li.current > a {
    background: #666 !important;
    color: #fff;
  }
  #mainnavMobile a:hover ~ span,
  #mainnavMobile a:focus ~ span,
  #mainnavMobile li.current > a ~ span {
    color: #fff;
  }
  #mainnavMobile span:hover {
    color: #666;
  }
  #mainnavMobile li a ~ span {
    position: absolute;
    right: 0;
    top: 0;
    width: 42px;
    height: 42px;
    text-align: center;
    cursor: pointer;
  }
  #mainnavMobile li a ~ span i {
    padding: 0.333333em 0 0 0;
  }
  #mainnavMobile li a {
    padding: 0 1em;
    line-height: 42px;
    height: 42px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
  }
  #mainnavMobile li.active > a {
    background: rgba(255,255,255,0.5);
  }
  #mainnavMobile li li a {
    padding: 0 1em 0 2em;
    background: #d4d4d4;
    color: #666;
  }
  #mainnavMobile li li li a {
    padding: 0 1em 0 3em;
    background: #c4c4c4;
  }
  #mainnavMobile ul ul {
    display: none;
  }
  #mainnavMobile li > span i:before {
    content: '\f196';
  }
  #mainnavMobile li.active > span i:before {
    content: '\f147';
  }
  
  #mainnavMobile > ul > li:nth-of-type(1) a {
    border-left: 6px solid #FFDC3A;
  }
  #mainnavMobile > ul > li:nth-of-type(2) {
    border-left: 6px solid #FAB942;
  }
  #mainnavMobile > ul > li:nth-of-type(3) {
    border-left: 6px solid #F02353;
  }
  #mainnavMobile > ul > li:nth-of-type(4) {
    border-left: 6px solid #5472BB;
  }
  #mainnavMobile > ul > li:nth-of-type(5) {
    border-left: 6px solid #10A8EB;
  }
  #mainnavMobile > ul > li:nth-of-type(6) {
    border-left: 6px solid #638484;
  }
  #mainnavMobile > ul > li:nth-of-type(7) {
    border-left: 6px solid #6DB48B;
  }
  
  
  /* ++++++++++ slider and booking ++++++++++ */
  
  .bookingbox {
    position: relative;
    margin: 0 0 40px 0;
  }
  .bookingbox > .slider {
    overflow: hidden;
  }
  .bookingbox > .slider .item {
    position: relative;
    height: 300px;
    background: #B1C541 no-repeat left top;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -ms-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
  }
  .bookingbox > .slider .item .heading {
    position: absolute;
    padding: 0.25em 0.8em;
    background: rgba(177, 197, 65, 0.75);
    color: #fff;
    font-size: 18pt;
    line-height: 1em;
    opacity: 0;
  }
  .bookingbox > .slider .item .heading:nth-of-type(1) {
    left: 0;
    bottom: 80px;
  }
  .bookingbox > .slider .item .heading:nth-of-type(2) {
    left: 0;
    bottom: 40px;
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
  }
  .bookingbox > .booking {
    position:absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 25%;
    width: calc(25% - 20px);
    background: #99b202;
  }
  .bookingbox > .booking > div {
    padding: 20px;
    color: #fff;
  }
  .bookingbox > .booking h2 {
    color: #fff;
    margin: 0 0 0.5em 0;
    font-size: 15pt;
  }
  .bookingbox > .booking div {
    margin: 0 0 5px 0;
  }
  .bookingbox > .booking div.select {
    display: inline-block;
    width: 33.33333%;
  }
  .bookingbox > .booking div.select.nights {
    padding-right: 5px;
  }
  .bookingbox > .booking div.select.rooms {
    padding: 0 5px;
  }
  .bookingbox > .booking div.select.persons {
    padding-left: 5px;
  }
  .bookingbox > .booking div.submit,
  .bookingbox > .booking .extendedsearch {
    margin-top: 10px;
  }
  .bookingbox > .booking label {
    display: block;
    font-size: 9pt;
  }
  .bookingbox > .booking input,
  .bookingbox > .booking select {
    display: block;
    width: 100%;
  }
  .bookingbox > .booking button[type="submit"] {
    padding: 5px 8px;
  }
  .bookingbox > .booking a {
    color: #fff;
  }
  .bookingbox > .booking a:hover,
  .bookingbox > .booking a:focus {
    text-decoration: underline;
  }
  .bookingbox > .booking .hotline {
    margin-top: 20px;
    border-top: 1px solid #eee;
    padding-top: 10px;
  }
  
  
  /* ++++++++++ breadcrumb ++++++++++ */
  
  #breadcrumb {
    padding: 0 0 0.2em 0;
    margin: 0 0 20px 0;
    font-size: 9pt;
  }
  #breadcrumb span {
    margin: 0 0.5em 0 0;
  }
  #breadcrumb ul {
    display: inline-block;
  }
  #breadcrumb li {
    margin: 0;
    white-space: nowrap;
  }
  #breadcrumb li a {
    display: inline-block;
  }
  #breadcrumb li:last-of-type {
    margin: 0;
  }
  #breadcrumb li:after {
    content: '/';
    margin: 0 0.5em;
  }
  #breadcrumb ul li:last-of-type:after {
    content: none;
  }
  
  
  /* ++++++++++ additional info sidebar (left) ++++++++++ */
  
  aside.additionalinfo .item {
    background: #f5f7e5;
    margin: 0 0 20px 0;
    padding: 10px;
  }
  aside.additionalinfo .item header {
    color: #99b202;
    font-weight: 700;
    font-size: 12pt;
    line-height: 28px;
    text-transform: uppercase;
  }
  aside.additionalinfo .item header i {
    vertical-align: middle;
  }
  aside.additionalinfo .item p {
    margin: 0;
  }
  aside.additionalinfo .item.social-media p {
    padding: 0.5em 0 0 0;
  }
  aside.additionalinfo .item.social-media a {
    display: inline-block;
    margin: 0 0.5em 0 0;
    webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }
  aside.additionalinfo .item.social-media i[class*="facebook"] {
    color: #3b5998;
  }
  aside.additionalinfo .item.social-media i[class*="twitter"] {
    color: #55ACEE;
  }
  aside.additionalinfo .item.social-media i[class*="youtube"] {
    color: #e52d27;
  }
  aside.additionalinfo .item.social-media i[class*="google-plus"] {
    color: #d95232;
  }  
  
  /* ++++++++++ service column (right) ++++++++++ */
  
  aside.service .item {
    background: #b1c541;
    margin: 0 0 20px 0;
    color: #fff;
  }
  aside.service .item a:hover {
    text-decoration: underline;
  }
  aside.service .item header,
  aside.service .item > div {
    padding: 10px 20px;
  }
  aside.service .item header {
    background: #99b202;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
  }
  aside.service .item a {
    color: #fff;
  }
  aside.service .item.searchform ul {
    margin: 0.5em 0 0 0.5em;
  }
  aside.service .item.searchform form {
    position: relative;
    display: block;
  }
  aside.service .item.searchform form input {
    display: block;
    width: 100%;
    height: 24px;
    background: #fff;
    border: 0 none;
    border-radius: 0 !important;
    color: #333;
    padding: 0 40px 0 0.5em;
    font-size: 14px;
    line-height: 24px;
  }
  aside.service .item.searchform form button {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 24px;
    width: 24px;
    background: #73861d;
    color: #fff;
    border: 0 none;
    cursor: pointer;
  }
  aside.service .item.searchform form button i {
    font-size: 14px;
    line-height: 24px;
  }
  aside.service .item p:last-of-type {
    margin-bottom: 0;
  }
  
  /* facebook */
  aside.service .facebook .post {
    padding-bottom: 1em;
    border-bottom: 1px solid #d0d0d0;
    margin-bottom: 1em;
    clear: both;
    overflow: hidden;
  }
  aside.service .facebook .post:last-of-type {
    padding-bottom: 0;
    border-bottom: 0 none;
    margin-bottom: 0;
  }
  aside.service .facebook .post:before {
    content: '';
    display: table;
  }
  aside.service .facebook .post:after {
    content: '.';
    clear: both;
    display: block;
    visibility: hidden;
    opacity: 0;
    font-size: 0;
    height: 0;
  }
  aside.service .facebook .post time {
    cursor: help;
    font-size: 80%;
  }
  aside.service .facebook .post h4 img {
    float: left;
    width: 1em;
    height: 1em;
    margin: 0 0.5em 0 0;
  }
  aside.service .facebook .post > figure img {
    display: block;
    float: left;
    margin: 0 5px 0 0;
    width: 35%;
    height: auto;
    max-width: 125px;
  }
  aside.service .facebook .post .link {
    margin: 5px 0 0 0;
    background: #99B202;
    padding: 5px;
    font-size: 80%;
  }
  aside.service .facebook .post .link:before {
    content: '';
    display: table;
  }
  aside.service .facebook .post .link:after {
    content: '.';
    clear: both;
    display: block;
    visibility: hidden;
    opacity: 0;
    font-size: 0;
    height: 0;
  }
  aside.service .facebook .post .link h5 {
    margin: 0 0 0.5em 0;
  }
  aside.service .facebook .post .link figure img {
    display: block;
    float: left;
    width: 33%;
    height: auto;
    margin: 0 5px 0 0;
    max-width: 125px;
  }
  aside.service .facebook .post .likes_comments {
    margin-top: 10px;
    font-size: 80%;
  }
  
  
  /* twitter */
  aside.service .twitter .tweet {
    padding-bottom: 1em;
    border-bottom: 1px solid #d0d0d0;
    margin-bottom: 1em;
    clear: both;
  }
  aside.service .twitter .tweet:last-of-type {
    padding-bottom: 0;
    border-bottom: 0 none;
    margin-bottom: 0;
  }
  aside.service .twitter .tweet:before {
    content: '';
    display: table;
  }
  aside.service .twitter .tweet:after {
    content: '.';
    clear: both;
    display: block;
    visibility: hidden;
    opacity: 0;
    font-size: 0;
    height: 0;
  }
  aside.service .twitter .tweet .retweet {
    font-size: 9pt;
  }
  aside.service .twitter .tweet figure img {
    display: block;
    max-width: 100%;
    height: auto;
    float: left;
    margin: 0 5px 0 0;
  }
  aside.service .twitter .tweet h4 {
    font-size: 10pt;
    line-height: 1.1em;
  }
  aside.service .twitter .tweet h4 span {
    font-weight: 400;
    font-size: 9pt;
  }
  aside.service .twitter .tweet a.user,
  aside.service .twitter .tweet a.hashtag {
    font-weight: 700;
  }
  
  
  /* ++++++++++ servicebar ++++++++++ */
  
  .servicebar {
    margin: 100px 0 20px 0;
    border-top: 2px dotted #c3c3c3;
    padding: 8px 10px;
  }
  .servicebar:before {
    content: '';
    display: table;
  }
  .servicebar:after {
    content: '.';
    clear: both;
    display: block;
    visibility: hidden;
    opacity: 0;
    height: 0;
    font-size: 0;
  }
  .servicebar > div {
    float: left;
    position: relative;
    padding-right: 0.8em;
  }
  .servicebar > div:last-of-type {
    padding-right: 0;
  }
  .servicebar > div a {
    color: #333;
  }
  .servicebar > div i {
    color: #99b202;
  }
  .servicebar input[type="checkbox"] {
    display: none;
  }
  .servicebar label {
    cursor: pointer;
    margin: 0;
    border-radius: 10%;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
  }
  .servicebar input[type="checkbox"]:checked + label {
    color: #333;
  }
  .servicebar input[type="checkbox"]:checked + label span {
    text-decoration: underline;
  }
  .servicebar input[type="checkbox"]:checked ~ .social {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1) translateY(-90px);
    transform: scale(1) translateY(-90px);
  }
  .servicebar .social {
    transform-origin: 50% 0%;
    -webkit-transform: scale(0) translateY(-190px);
    transform: scale(0) translateY(-190px);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
  }
  .servicebar .social ul {
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -90px;
    padding: 0;
    width: 180px;
    height: 46px;
    list-style: none;
  }
  .servicebar .social ul:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: #3B5998 transparent transparent transparent;
  }
  .servicebar .social ul li {
    display: inline-block;
    width: 60px;
    height: 46px;
    margin: 0;
    padding: 0;
    line-height: 46px;
    text-align: center;
  }
  .servicebar .social ul li a {
    display: block;
    height: 46px;
    color: #fff;
  }
  .servicebar .social ul li a i {
    color: inherit;
    line-height: 46px;
  }
  .servicebar .social ul li a:hover {
    color: rgba(0,0,0,0.5);
  }
  .servicebar .social ul li[class*="twitter"] a {
    background: #6CDFEA;
  }
  .servicebar .social ul li[class*="facebook"] a {
    background: #3B5998;
  }
  .servicebar .social ul li[class*="google-plus"] a {
    background: #E34429;
  }
  
  
  /* ++++++++++ footer ++++++++++ */
  
  footer {
    position: relative;
    margin: -250px 0 0 0;
    height: 250px;
    overflow: hidden;
    background: #99b202;
    color: #fff;
  }
  footer .ym-wrapper {
    position: relative;
  }
  footer .ym-wrapper:before {
    content: '';
    display: block;
    height: 50px;
    background: #fff;
  }
  footer .ym-wbox {
    padding: 1.5em 6em 0.5em;
  }
  footer .ym-grid > div {
    border-left: 1px dotted #fafafa;
  }
  footer a,
  footer h3 {
    color: #fff;
  }
  footer a:hover {
    color: #6C7F16;
  }
  footer nav ul li {
    display: block;
  }
  footer nav ul li a {
    display: inline;
  }
  footer .publisher {
    background: transparent url('../images/mosel.de_logo_footer.png') 100% 0 no-repeat;
  }
  footer #scrollToTop {
    position: absolute;
    top: 0;
    right: -50px;
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
  }
  footer #scrollToTop i {
    font-size: 2.5em;
    line-height: 50px;
  }
  
  
  /* ++++++++++ social media aside box ++++++++++ */
  
  aside#socialmediabox {
    position: fixed;
    top: 25%;
    right: 0;
    width: 40px;
  }
  aside#socialmediabox div {
    background: rgba(51, 51, 51, 0.8);
    
  }
  aside#socialmediabox a {
    display: block;
    color: #fff;
    font-size: 13pt;
    text-align: center;
    padding: 0 8px;
    line-height: 40px;
  }
  aside#socialmediabox a i {
    font-size: 18pt;
    line-height: 1.5em;
    vertical-align: middle;
  }
  aside#socialmediabox .contact {
    width: 125px;
    height: 40px;
    margin: 0 0 1px 0;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: rotate(-90deg) translateY(40px);
    transform: rotate(-90deg) translateY(40px);
  }
  aside#socialmediabox .contact a {
    whitespace: nowrap;
  }
  
  
  /* ++++++++++ formulare ++++++++++ */
  
  #content fieldset {
    border: 1px solid #D9D6CA;
    padding: 20px;
    margin: 0 0 20px 0;
  }
  #content fieldset > div {
    position: relative;
    padding: 0 0 5px 0;
  }
  #content fieldset > div:before {
    content: '';
    display: table;
  }
  #content fieldset > div:after {
    content: '.';
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 0;
  }
  #content fieldset > div > * {
    display: block;
    float: left;
  }
  #content fieldset > div label {
    width: 40%;
    height: 30px;
    line-height: 30px;
  }
  #content fieldset > div select,
  #content fieldset > div input[type="text"],
  #content fieldset > div input[type="email"],
  #content fieldset > div input[type="search"],
  #content fieldset > div input[type="number"],
  #content fieldset > div input[type="date"],
  #content fieldset > div input[type="password"],
  #content fieldset > div input[type="url"],
  #content fieldset > div textarea {
    border: 1px solid #dfdfdf;
    background: none repeat scroll 0% 0% #FFF;
    padding: 0.2em;
    color: #333;
    width: 60%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-family: 'Merriweather Sans', 'sans-serif';
    border-radius: 0px;
  }
  #content fieldset > div textarea {
    height: 150px;
    line-height:  1.1em;
  }
  #content fieldset > div .powermail_fieldwrap_file_inner {
    width: 60%;
  }
  #content fieldset > div input: invalid,
  #content fieldset > div textarea: invalid {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #96C11F;
  }
  #content fieldset > div.powermail_fieldwrap_check,
  #content fieldset > div.powermail_fieldwrap_radio {
    padding-left: 40%;
  }
  #content fieldset > div.powermail_fieldwrap_check fieldset,
  #content fieldset > div.powermail_fieldwrap_radio fieldset {
    border: 0 none;
    padding: 0;
    margin: 0;
  }
  #content fieldset > div.powermail_fieldwrap_check fieldset legend,
  #content fieldset > div.powermail_fieldwrap_radio fieldset legend {
    left: 0;
    top: 5px;
  }
  #content fieldset > div.powermail_fieldwrap_check fieldset div > div,
  #content fieldset > div.powermail_fieldwrap_radio fieldset div > div {
    float: none;
  }
  #content fieldset > div.powermail_fieldwrap_text {
    font-size: 90%;
  }
  .tx-powermail fieldset > div .powermail_captcha_outer {
    width: 60%;
  }
  .tx-powermail fieldset > div .powermail_captcha_outer input {
    width: 100% !important;
    margin: 0 0 5px 0;
  }
  .tx-powermail fieldset > div .powermail_captcha_outer img {
    width: 100%;
    height: auto;
    display: block;
  }
  #content fieldset button[type="submit"],
  #content fieldset input[type="submit"],
  #content fieldset button[type="reset"],
  #content fieldset input[type="reset"],
  .tx-powermail fieldset > div .powermail_submit {
    background: #99B202;
    border: 0px none;
    color: #FFF;
    padding: 0 1.25em;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
  }
  #content fieldset .form_error,
  .tx-powermail .formError {
    position: absolute;
    z-index: 10;
    background: #E30613;
    color: #fff;
    left: auto !important;
    right: -2px !important;
    width: auto !important;
    min-width: 100px;
    margin-top: -35px !important;
    cursor: pointer;
    opacity: 0.9;
  }
  #content fieldset .form_error {
    padding: 5px;
  }
  #content fieldset .form_error:before,
  .tx-powermail .formError:before {
    content: '';
    position: absolute;
    top: 100%;
    right: 5px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: #e30615 transparent transparent transparent;
  }
  .tx-powermail .formError .formErrorContent {
    padding: 5px;
  }
  .tx-powermail .formError .formErrorArrow {
    display: none;
  }
  .powermail_captchaimage {
    background-color: #000 !important;
  }
  
  
  /* ++++++++++ CONTENT ++++++++++ */
  
  .townlist ul {
    /*
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
    */
  }
  .townlist ul li {
    list-style-type: none;
    margin: 0;
    display: block;
    width: 50%;
    float: left;
  }
  
  
  /* ++++++++++ tt_news ++++++++++ */
  
  .tt_news.listview article {
    margin: 0 0 30px 0;
  }
  .tt_news.listview article h2 {
    margin: 0 0 0.25em 0;
  }
  
  .tt_news.detailview header h2 {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
    text-align: justify;
    font-size: 13pt;
    line-height: 1.25em;
    margin: 0 0 40px 0;
  }
  .tt_news.detailview .text:before {
    content: '';
    display: table;
  }
  .tt_news.detailview .text:after {
    content: '.';
    clear: both;
    display: block;
    visibility: hidden;
    opacity: 0;
    height: 0;
    font-size: 0;
  }
  .tt_news.detailview .text {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
    text-align: justify;
    margin: 0 0 60px 0;
  }
  .tt_news.detailview .text .paragraph {
    line-height: 1.5;
    margin: 0 0 1.5em 0;
  }
  .tt_news.detailview .text figure.picture {
    margin: 0 0 15px 0;
    clear: both;
  }
  .tt_news.detailview .text figure.picture:before {
    content: '';
    display: table;
  }
  .tt_news.detailview .text figure.picture:after {
    content: '.';
    clear: both;
    display: block;
    visibility: hidden;
    opacity: 0;
    font-size: 0;
    height: 0;
  }
  .tt_news.detailview .text figure.picture img,
  .tt_news.detailview .text figure.picture figcaption {
    margin: 0 auto;
  }
  .tt_news.detailview .text figure.pictureL {
    float: left;
    margin: 0 15px 0 0;
  }
  .tt_news.detailview .text figure.pictureR {
    float: right;
    margin: 0 0 0 15px;
  }
  .tt_news.detailview .text figure a,
  .tt_news.detailview .text figure img {
    display: block;
  }
  .content figcaption {
    background: #eee;
    line-height: 1.5em;
    padding: 0.5em 0.75em;
  }
  .tt_news.detailview .youtube,
  .tt_news.detailview .googlemaps {
    margin: 40px 0;
  }
  
  .backlink,
  .townlink {
    margin: 0 0 40px 0 !important;
  }
  .backlink.headline,
  .townlink .headline,
  .listview-additional .headline {
    font-size: 13pt;
    font-weight: 600;
    color: #6C7F16;
    line-height: 1.1em;
    margin: 0 0 0.8em 0;
  }
  
  .tt_news.listview-additional .headline {
    border-bottom: 1px solid #99B202;
    padding-bottom: 0.25em;
  }
  .tt_news.listview-additional article {
    margin: 0 0 30px 20px;
  }
  .tt_news.listview-additional.town article {
    margin: 0 0 10px 20px;
  }
  .tt_news.listview-additional.town article span.thema {
    font-style: italic;
    font-size: 90%;
  }
  
  
  /* ++++++++++ yag ++++++++++ */
  
  .tt_news .tx-yag-items {
    background: #eee;
  }
  .tt_news .tx-yag-items figure {
    padding: 10px;
    
  }
  .tt_news .tx-yag-items figure img {
    display: block;
    width: 100%;
    height: auto;
  }
  .tt_news .tx-yag-items .owl-controls {
    margin: 0 !important;
    padding: 10px;
  }
  .tt_news .tx_wiyagpictureupload {
    display: block;
    padding: 5px 10px;
    background: #eee;
    text-align: center;
    margin: 0 0 40px 0;
  }
  
  
  /* ++++++++++ WochenSpiegel Events ++++++++++ */
  
  
  .wochenspiegel-events .listimage img {
    float: left;
    margin: 0 20px 0 0;
  }
  .wochenspiegel-events .clearboth {
    clear: both;
  }
  
}


@media screen and (max-width: 1159px) {
  
  /* ++++++++++ social media aside box ++++++++++ */
  
  aside#socialmediabox {
    display: none;
  }
  
}


@media screen and (max-width: 1024px) {
  
  /* ++++++++++ page ++++++++++ */
  
  body {
    background: transparent url('../images/backgrounds/bg0_mobile.jpg') no-repeat top center;
  }
  
  
  /* ++++++++++ slider and booking ++++++++++ */
  
  .bookingbox > .booking {
    width: 33.3333%;
    width: calc(33.3333% - 20px);
  }
  
  
  /* ++++++++++ yaml fixes ++++++++++ */
  
  .ym-col1 {
    margin-left: -100%;
    width: 66.6667%;
    margin-right: 33.3333%;
  }
  .ym-col1 .ym-cbox {
    padding: 0 20px 0 0;
  }
  .ym-col2 {
    width: 33.3333%;
  }
  .ym-col3 {
    float: none;
    width: 100%;
    margin: 0;
    clear: both;
  }
  .ym-col3 .ym-cbox-left {
    padding: 0;
  }
  
  
  /* ++++++++++ mainnav ++++++++++ */
  
  #mainnav > ul li a {
    font-size: 13pt;
  }
  #mainnav > ul ul li a {
    font-size: 11pt;
    line-height: 24px;
  }
  
  
  /* ++++++++++ bookingbox für ukdb ++++++++++ */
  .page-25 .bookingbox,
  .page-26 .bookingbox,
  .page-27 .bookingbox,
  .page-28 .bookingbox,
  .page-29 .bookingbox,
  .page-30 .bookingbox,
  .page-31 .bookingbox,
  .page-32 .bookingbox {
    display: none;
  }
  
}


@media screen and (max-width: 900px) {
  
  /* ++++++++++ mainnav ++++++++++ */
  
  #mainnav .home,
  #mainnav ul {
    display: none;
  }
  #mainnav #mobilenavToggle {
    display: inline-block;
  }
  
}


@media screen and (max-width: 760px) {
  
  /* ++++++++++ page ++++++++++ */
  
  #page main {
    padding: 120px 20px 0 20px;
  }
  

  /* ++++++++++ logo ++++++++++ */
  
  #logo {
    left: -10px;
  }
  
  
  /* ++++++++++ mainnav ++++++++++ */
  
  #mainnav {
    left: 20px;
    right: 20px;
  }
  
  
  /* ++++++++++ slider and booking ++++++++++ */
  
  .bookingbox {
    display: none;
  }
  
  
  /* ++++++++++ footer ++++++++++ */
  
  footer .ym-wbox {
    padding: 1.5em 20px 0;
  }
  footer .ym-grid > div {
    display: none !important;
  }
  footer .ym-grid > div.publisher {
    display: block !important;
    border: 0 none;
  }
  
}

@media screen and (max-width: 450px) {
  footer .publisher p {
    max-width: 300px;
  }
}

@media screen and (max-width: 360px) {
  .tt_news.detailview .text figure a,
  .tt_news.detailview .text figure img,
  .csc-textpic-image a,
  .csc-textpic-image img {
    display: block;
    max-width: 100% !important;
    height: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  
  .tt_news.listview figure{
    display: block !important;
    width: 100% !important;
    height: auto !important;
  }
  
  .tt_news.listview figure img{
    display: block !important;
    width: 100% !important;
    height: auto !important;
  }
  
  div.csc-textpic-intext-left .csc-textpic-imagewrap,
  div.csc-textpic-intext-right .csc-textpic-imagewrap,
  .pictureL,
  .pictureR {
    float: none !important;
  }
  .csc-textpic-image,
  .pictureL,
  .pictureR,
  .pictureL figcaption,
  .pictureR figcaption {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .pictureL,
  .pictureR {
    margin-bottom: 15px !important;
  }
}






/**
 *
 * FIXES
 *
 */
.ui-autocomplete {
  padding: 0 !important;
}
.ui-autocomplete li a {
  margin: 0 !important;
  width: 100% !important;
  border-radius: 0 !important;
}
table.typo3-dblist img {
    vertical-align: middle;
    max-width: 200px !important;
    height: auto !important;
}
.powermail_field_datenschutz_1formError,
.powermail_field_ichbindamiteinverstandendassmoseldemeinedatenzurbearbeitungderanfrageantouristikpartnervonmoseldeweiterleitet_1formError
{
      top: -15px !important;
  }

.powermail_field_datenschutz_1formError::before,
.powermail_field_ichbindamiteinverstandendassmoseldemeinedatenzurbearbeitungderanfrageantouristikpartnervonmoseldeweiterleitet_1formError::before
{
  content: '';
    position: absolute;
    top: 100%;
    left: 0px !important;
  right:0px !important;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: #e30615 transparent transparent transparent;
  }