@import url("plugins.css");
@import url(http://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,700italic,900,900italic);
html {
  width: 100%;
  height: 100%;
  background-color: white;
}
html {
  overflow-x: hidden;
  overflow-y: scroll;
}
body {
  width: 100%;
  height: 100%;
  font-family: 'lato', verdana, geneva, helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 0.8em;
  letter-spacing: 0.03em;
  color: #201101;
  line-height: 1.7em;
}
b,
strong {
  font-weight: 700;
}
i,
em {
  font-style: italic;
}
p,
table {
  margin: 10px 0;
}
a {
  color: #00AFC0;
  text-decoration: underline;
}
a:hover,
a:focus {
  color: #603813;
}
h1,
h2,
h3,
.headline {
  display: inline-block;
  text-transform: uppercase;
  color: #00AFC0;
}
h1 {
  font-weight: 300;
  font-size: 2.2em;
  padding-bottom: 10px;
  padding-right: 30px;
  margin: 7px 0 25px;
  line-height: 1.1em;
  letter-spacing: 0em;
  border-bottom: 2px solid #603813;
}
h2,
.headline {
  display: block;
  font-weight: 600;
  font-size: 1.4em;
  letter-spacing: 0.1em;
  margin-top: 25px;
}
h3 {
  display: block;
  font-weight: 400;
  font-size: 1em;
  margin-top: 15px;
}
.main {
  min-height: 100%;
}
section {
  width: 1000px;
  height: auto;
  position: relative;
  margin: 0 auto;
}
header {
  width: 1000px;
  height: 350px;
  margin: 0 auto;
  position: relative;
}
header #menu {
  width: 100%;
  height: 75px;
  position: relative;
}
header #menu #logoSmall {
  width: 30px;
  height: 30px;
  float: left;
  position: relative;
  top: 30%;
  left: 25px;
}
header #menu nav {
  position: relative;
  top: 37%;
  width: 90%;
  left: 50px;
}
header #menu #navLang {
  position: absolute;
  right: 0;
  top: 37%;
}
header #logo {
  position: absolute;
  left: 33%;
  top: 295px;
  z-index: 1000;
}
header #logo img {
  width: 100px;
  height: 100px;
}
header #teaser {
  width: 75%;
  height: 270px;
  float: left;
  border: 1px solid #00AFC0;
  overflow: hidden;
  background-repeat: none;
  background-position: center center;
  background-size: 100%;
}
header #infos {
  font-size: 0.9em;
  line-height: 1.5em;
  width: 200px;
  height: 270px;
  float: right;
  border: 1px solid #00AFC0;
  padding: 0px 10px 0;
  text-align: center;
}
header #infos .headline {
  display: inline-block;
  padding-bottom: 3px;
  margin: 15px 0 6px;
  border-bottom: 1px solid #603813;
  border-width: 2px;
  text-decoration: none;
}
#menu nav .navLink,
#menu nav .page,
#pagination .navLink,
#pagination .page,
#menu #navLang .navLink,
#menu #navLang .page {
  text-transform: uppercase;
  text-decoration: none;
  color: #603813;
  font-size: 1.1em;
  font-weight: 500;
  border-left: 1px solid #00AFC0;
  border-right: 1px solid #00AFC0;
  padding: 3px 10px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
#menu nav .navLink:last-child,
#menu nav .page:last-child,
#pagination .navLink:last-child,
#pagination .page:last-child,
#menu #navLang .navLink:last-child,
#menu #navLang .page:last-child {
  border-right: 0;
}
#menu nav .navLink:first-child,
#menu nav .page:first-child,
#pagination .navLink:first-child,
#pagination .page:first-child,
#menu #navLang .navLink:first-child,
#menu #navLang .page:first-child {
  border-left: 0;
}
#menu nav a.navLink:hover,
#menu nav a.page:hover,
#pagination a.navLink:hover,
#pagination a.page:hover,
#menu #navLang a.navLink:hover,
#menu #navLang a.page:hover {
  background: #00AFC0;
  color: white;
}
#menu nav span.navLink,
#menu nav span.page,
#pagination span.navLink,
#pagination span.page,
#menu #navLang span.navLink,
#menu #navLang span.page {
  background: #ebf8fa;
  color: #201101;
}
#menu nav span#navLinkEnTitle,
#pagination span#navLinkEnTitle,
#menu #navLang span#navLinkEnTitle {
  background: white;
  color: #00AFC0;
}
article {
  padding: 50px 0 0;
  width: 75%;
  height: auto;
  position: relative;
  float: left;
  margin-bottom: -35px;
}
article #mapContainer {
  margin-top: 50px;
  width: 100%;
  font-size: 0.9em;
  line-height: normal;
  letter-spacing: normal;
}
article #map {
  width: 100%;
  height: 350px;
  border: 1px solid #00AFC0;
  margin-bottom: 10px;
}
article h2 {
  margin-top: 40px;
}
article .teaserText {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 20px;
}
article #content {
  position: relative;
  width: 100%;
}
article #content table td {
  vertical-align: middle;
}
article #content img {
  border: 1px solid #00AFC0;
  margin-top: 5px;
}
article #content img[style*="float:left"],
article #content img[style*="float: left"] {
  margin-right: 20px;
}
article #content img[style*="float:right"],
article #content img[style*="float: right"] {
  margin-left: 20px;
}
#pagination {
  clear: both;
  text-align: center;
  margin-top: -10px;
}
#pagination span#pageNext,
#pagination span#pagePrev {
  background: none;
  color: #99dbe6;
}
#blog article a {
  text-decoration: none;
}
#blog article h1 {
  margin-bottom: 10px;
}
#blog article .post {
  margin: 20px 0 30px;
  display: block;
  border: 1px solid #00AFC0;
  padding: 10px 0;
  height: 130px;
  overflow: hidden;
  width: 100%;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
#blog article .post h2 {
  font-size: 1.2em;
  margin: 0 0 10px;
}
#blog article .post:hover {
  background: #ebf8fa;
}
#blog article .post:hover h2 {
  color: #603813;
}
#blog article .post:hover .postImage {
  opacity: 1;
}
#blog article .post .postContent {
  width: 98%;
}
#blog article .post .postImage {
  float: left;
  width: 150px;
  height: 151px;
  overflow: hidden;
  position: relative;
  top: -11px;
  left: -10px;
  opacity: 0.9;
  border-right: 1px solid #00AFC0;
}
#blog article .post .postImage img {
  margin: 0;
}
#blog article .post .postDate {
  font-size: 0.8em;
  color: #603813;
  line-height: normal;
  margin-bottom: 5px;
  position: absolute;
  bottom: 5px;
  right: 15px;
}
#blog article .post .postTeaser {
  margin-bottom: 5px;
  color: #201101;
}
#blog article .post .moreLink {
  text-decoration: underline;
  bottom: 10px;
  position: absolute;
}
#rezepte article h1 {
  margin-bottom: 10px;
}
#rezepte article #content {
  width: 110%;
}
#rezepte article #recipes .recipe {
  display: inline-block;
  margin-right: 40px;
  margin-top: 25px;
}
#rezepte article #recipes .recipe a {
  text-decoration: none;
}
#rezepte article #recipes .recipe span.recipeTitle {
  font-size: 1.1em;
  font-weight: 600;
  margin: 0;
  border-bottom: 1px solid #00AFC0;
  display: inline;
  padding: 2px 3px;
  text-transform: inherit;
}
#rezepte article #recipes .recipe:hover span.recipeTitle {
  color: #603813;
}
#rezepte article #recipes .recipe .recipeImage {
  width: 220px;
  height: 130px;
  display: block;
  margin: 0;
  margin-bottom: 2px;
  border: 1px solid #00AFC0;
  opacity: 0.9;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
#rezepte article #recipes .recipe .recipeContent {
  text-align: center;
}
#rezepte article #recipes .recipe:hover .recipeImage {
  border: 1px solid #603813;
  opacity: 1;
}
#rezepte article #pagination {
  padding-top: 35px;
  width: 92%;
}
#page-fotos article #content {
  width: 105%;
}
#page-fotos article .gallery-fancybox .gallery-thumb {
  margin-right: 27px;
  margin-bottom: 25px;
  border: 1px solid #00AFC0;
}
#page-fotos article .gallery-fancybox .gallery-thumb img {
  opacity: 0.9;
  border: 0;
  margin: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
#page-fotos article .gallery-fancybox .gallery-thumb:hover {
  background: #ebf8fa;
  border: 1px solid #603813;
}
#page-fotos article .gallery-fancybox .gallery-thumb:hover img {
  opacity: 1;
}
#blogpost article h1,
#rezeptpost article h1 {
  margin-bottom: 6px;
}
#blogpost article .postDate,
#blogpost article .postAuthor,
#rezeptpost article .postDate,
#rezeptpost article .postAuthor {
  color: #00AFC0;
  font-size: 0.9em;
  line-height: normal;
  margin-right: 20px;
}
#blogpost article .postDate span,
#blogpost article .postAuthor span,
#rezeptpost article .postDate span,
#rezeptpost article .postAuthor span {
  color: #603813;
}
#blogpost article .entryContent,
#rezeptpost article .entryContent {
  margin-top: 20px;
  margin-bottom: 15px;
}
#blogpost article .backlink,
#blogpost article .sharelink,
#rezeptpost article .backlink,
#rezeptpost article .sharelink {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  padding: 3px 8px 3px 25px;
  border: 1px solid #00AFC0;
  text-decoration: none;
  background-repeat: no-repeat;
}
#blogpost article .backlink:hover,
#blogpost article .sharelink:hover,
#rezeptpost article .backlink:hover,
#rezeptpost article .sharelink:hover {
  background-color: #00AFC0;
  color: white;
  border: 1px solid #00AFC0;
}
#blogpost article .backlinkTop,
#blogpost article .sharelinkTop,
#rezeptpost article .backlinkTop,
#rezeptpost article .sharelinkTop {
  position: absolute;
  top: -35px;
  padding: 0 8px 0 25px;
}
#blogpost article .backlink,
#rezeptpost article .backlink {
  background-image: url("../../../../data/uploads/assets/arrowLeft.png");
  background-position: left center;
}
#blogpost article .sharelink,
#rezeptpost article .sharelink {
  right: 0;
  padding: 0 27px 0 8px;
  float: right;
  background-image: url("../../../../data/uploads/assets/facebook.png");
  background-position: right center;
}
#page-kontakt #cbform .cbcaptcha_input,
#page-kontakt #cbform .cbrightV {
  border: 1px solid #00AFC0;
  border-radius: 0;
  color: #603813;
  width: 365px;
  font-size: 1em;
  font-family: 'lato', verdana, geneva, helvetica, arial, sans-serif;
  margin-left: 0px;
}
#page-kontakt #cbform .cbcaptcha_label {
  font-size: inherit;
  width: inherit;
}
#page-kontakt #cbform .cbcaptcha_input {
  width: 166px;
  display: block;
  margin-bottom: 15px;
}
#page-kontakt #cbform .cbrightV:focus {
  background: #ebf8fa;
}
#page-kontakt #cbform .cbcaptcha_write {
  font-size: 11px;
}
#page-kontakt #cbform .cbcaptcha {
  width: 500px;
  padding: 0;
  font-size: inherit;
  margin-top: 0;
}
#page-kontakt #cbform .cbcaptcha #captcha {
  border: 1px solid #00AFC0;
  margin-right: 0;
}
#page-kontakt #cbform .cbpadleft {
  padding: 0;
}
#page-kontakt #contact-submit,
#page-kontakt .cbreload {
  border: 1px solid #00AFC0;
  border-radius: 0;
  font-size: 1em;
  font-family: 'lato', verdana, geneva, helvetica, arial, sans-serif;
  background: #00AFC0;
  color: white;
  font-weight: 600;
  margin-left: 0px;
}
#page-kontakt #contact-submit:hover {
  background: #ebf8fa;
  color: #00AFC0;
}
#page-kontakt .cbreload {
  width: 43px;
  height: 34px;
  font-size: 11px;
  text-indent: -9999px;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url("../../../../data/uploads/assets/iconReload.png");
}
#page-kontakt .cbreload:hover {
  border-style: solid;
}
aside {
  width: 220px;
  height: auto;
  float: right;
  position: relative;
  right: 2px;
  padding-top: 25px;
}
aside h2 {
  font-size: 1.1em;
  margin-top: 7px;
  color: #603813;
}
aside h2 a {
  color: #603813;
  text-decoration: none;
}
aside h2 a:hover {
  text-decoration: underline;
}
aside .post {
  width: 100%;
  border: 1px solid #00AFC0;
  margin-bottom: 25px;
  font-size: 0.9em;
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
aside .post .postContent {
  width: 90%;
  height: 90%;
  margin: 5px auto;
}
aside .post .postTeaser {
  line-height: 1.3em;
  margin: 5px 0;
  color: #201101;
}
aside .post .moreLink {
  text-decoration: underline;
}
aside .post .postImage {
  display: none;
}
aside .post:hover h2 {
  text-decoration: underline;
}
aside .post:hover {
  background: #ebf8fa;
}
aside#sidebar-englisch .post .postContent {
  line-height: 1.3em;
  margin: 10px auto;
}
aside#sidebar-englisch .post h2 {
  line-height: 1.5em;
  margin-bottom: 5px;
}
aside#sidebar-englisch .post:hover h2 {
  text-decoration: none;
}
aside#sidebar-englisch .post:hover {
  background: none;
}
aside #randomRecipe {
  text-align: center;
  line-height: normal;
}
aside #randomRecipe .recipe a {
  color: #603813;
  text-decoration: none;
}
aside #randomRecipe .recipe:hover a {
  color: #201101;
}
aside #randomRecipe .recipe .recipeTitle {
  position: relative;
  display: block;
  background: rgba(255,255,255,0.8);
  bottom: 28px;
  left: 1px;
  padding: 3px 0;
}
aside #randomRecipe .recipe .recipeImage {
  width: 220px;
  height: 132px;
  display: block;
  margin: 5px auto;
  border: 1px solid #00AFC0;
  opacity: 0.9;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
aside #randomRecipe .recipe:hover .recipeImage {
  border: 1px solid #603813;
  opacity: 1;
}
aside #galleryLink {
  text-align: center;
  line-height: normal;
  width: 235px;
  margin-bottom: 25px;
}
aside #galleryLink h2 {
  margin-bottom: 5px;
}
aside #galleryLink .gallery-thumb-link {
  display: inline;
}
aside #galleryLink .gallery-thumb-link img {
  width: 103px;
  height: 65px;
  display: inline;
  margin: 0;
  margin-right: 12px;
  margin-bottom: 8px;
  border: 1px solid #00AFC0;
  opacity: 0.9;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
aside #galleryLink:hover img {
  border: 1px solid #603813;
  opacity: 1;
}
.btn {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  display: block;
  padding: 10px 0 9px 55px;
  margin-bottom: 10px;
  width: 165px;
  background-position: left center;
  background-repeat: no-repeat;
  border: 1px solid #00AFC0;
  color: 1px solid #00AFC0;
  text-decoration: none;
  font-weight: 600;
}
.btn:hover {
  background-color: #00AFC0;
  color: white;
}
.btn#btnFacebook {
  background-image: url("../../../../data/uploads/assets/iconFB.png");
}
.btn#btnNewsletter {
  background-image: url("../../../../data/uploads/assets/iconNL.png");
}
.btn#btnRooms {
  background-image: url("../../../../data/uploads/assets/iconR.png");
  padding: 10px 55px 9px 10px;
  position: absolute;
  right: 0;
  top: 10px;
  width: 185px;
  background-position: right center;
}
footer {
  clear: both;
  width: 100%;
  height: 90px;
  background: #00AFC0;
  color: white;
  text-align: center;
  position: relative;
  bottom: -71px;
}
footer nav {
  position: relative;
  top: 12px;
}
footer nav .navLink {
  color: white;
  font-weight: 600;
  padding: 15px 15px 10px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
footer nav .navLink:last-child {
  border-right: 0;
}
footer nav .navLink:first-child {
  border-left: 0;
}
footer nav a.navLink:hover {
  background: #ebf8fa;
  color: #00AFC0;
  border-top: 1px solid #00AFC0;
  padding-top: 14px;
}
footer nav span.navLink {
  background: white;
  color: #201101;
}
footer #footertext {
  font-size: 0.75em;
  position: absolute;
  bottom: 10px;
  width: 100%;
}
