/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */
body {
	background-image: url("../img/background.jpg");
	background-size: cover;
	font-family: Arial, sans-serif;
}

/*h3 {
	text-align: center;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}*/

.pull-left { float: left !important; }

.margin-bottom-35 {
    margin-bottom: 35px;
}

ul.no-list-style {
	padding-left: 0;
	list-style: none;
}

ul.no-margin-bottom li {
	margin-bottom: 0;
}

.sub-headline {
	font-size: 15px;
	font-weight: normal;
}

div#langmenu {
	margin-left: 10px;
	margin-top: 7px;
}

div#langmenu a {
	text-decoration: none;
}

div#langmenu img {
  margin-left: 5px;
  margin-right: 5px;
  width: 30px;
  height: 19px;
  opacity: 0.5;
  display: inline;
}

div#langmenu a.active-lang img, div#langmenu a:hover img {
  opacity: 1;
}

.container .column.pull-right , .container .columns.pull-right {
	float: right;
}

.relative {
	position: relative;
}

.uppercase {
	text-transform: uppercase;
}

.lowercase {
	text-transform: lowercase;
}

.round-link {
	position: absolute;
	width: 76px;
	height: 46px;
	border-radius: 100px;
	top: 20px;
	right: 20px;
	color: white;
	text-decoration: none;
	text-align: center;	
	font-family: Charis;
	font-size: 13px;
	font-weight: bold;
	line-height: 12px;
	padding-top:30px;
	z-index: 999;
}

.round-link:hover {
	color: white;
	text-decoration: underline;
}

.green {
	background-color: #949d61;
	color: white !important;
}

.green h2 {
	color: white;
}

.green a {
	color: white;	
}

.red {
	background-color: #944c6b;
	color: white !important;
}

.yellow {
	background-color: #dfb50e;
	color: white !important;
}

.blue {
	background-color: #103e64;
	color: white !important;
}

.light-blue {
    background-color: #007ba5;
    color: white !important;
}

.light-blue h2 {
    color: white;
}

.underline {
	text-decoration: underline;
}

.bold {
	font-weight: bold;
}

b {
	font-weight: bold;
}

ul {
	padding-left: 20px;
	list-style: disc;
}

ul li {
	font-family: Charis;
	font-size: 15px;
	line-height: 1.3;
}

h2 {
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 20px;
	font-family: Charis;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-top: 20px;
}

h2.white-description {
    color: white;
    border: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 1;
    height: 50px;
}

h2.white-description::selection {
    color: white;
    background-color: white;
}

h3 {
	font-family: Arial, sans-serif;
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
	text-transform: uppercase;
	border-top: 1px solid black;
	border-bottom: none;
	padding: 0;
	margin: 0;
	text-align: left;
}

h3:first-of-type {
	margin-top: 40px;
}

h3:last-of-type {
	border-bottom: 1px solid black;
	margin-bottom: 35px;
}

h4 {
	font-family: Charis;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
	color: black;
	margin: 0;
	padding: 0;
}

p {
	font-family: Charis;
	font-size: 15px;
	line-height: 1.4;
}

table {
	width: 100%;
	font-family: Charis;
	font-size: 13px;
	line-height: 1.3;
	text-align: center;
	vertical-align: middle;
    margin-bottom: 20px;
}

table thead {
	font-weight: bold;
}

table thead tr td {
	border: 1px solid grey;
}

table tbody {
	border-bottom: 1px solid grey;
}

table tbody td {
	border-left: 1px solid grey;
	border-right: 1px solid grey;
}

img {
	display: block;
}

.columns .row:last-of-type {
	margin: 0;
}

a[href^="tel"]:link,
a[href^="tel"]:visited, 
a[href^="tel"]:hover {
    text-decoration: none;
	cursor: text;
}

/* #Page Styles
================================================== */
.container {
	background-color: white;
	padding: 0 10px;
	margin-top: 20px;
	margin-bottom: 48px;
}

#header {
	position: relative;
	padding-top: 20px;
	margin-bottom: 18px;
}

#logo {
	margin: 0;
}

#logo a {
	display: block;
}

#logo a img {
	display: block;
	max-width: 100%;
}

span#location {
	background: url("../img/location-icon.png") no-repeat;
	background-position: left center;
	display: inline-block;
	font-size: 11px;
	line-height: 16px;
	font-family: Charis;
	width: 130px;
	text-align: right;
}

span#communication {
	background: url("../img/contact-icon.png") no-repeat;
	background-position: left center;
	display: inline-block;
	font-size: 11px;
	line-height: 16px;
	font-family: Charis;
	width: 130px;
	text-align: right;
}

#main-nav {
	margin-top: 75px;
}

#main-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#main-nav ul li {
	float: left;
	margin: 0 6px;
	line-height: 1;
}

#main-nav a, #main-nav ul span {
	font-size: 16px;
	color: black;
	text-decoration: none;
	font-family: Charis;
}

#main-nav a.active, #main-nav ul span.active {
	font-weight: bold;
	text-decoration: underline;
}

#main-nav a:hover, #main-nav ul span:hover {
	text-decoration: underline;
}

/* SUBMENU START */
#main-nav span {
	cursor: pointer;
}
#main-nav ul ul {
	display: none;
	position: absolute;
	background: #ffffff;
	padding-top: 5px;
	z-index: 9999;
}

#main-nav ul ul li {
	float: none;
	margin: 0;
	padding: 7px 15px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

#main-nav ul ul li:last-of-type {
	border-bottom: 1px solid #000;;
}

#main-nav ul li:hover ul, #main-nav ul ul.open {
	display: block;
}
/* SUBMENU END */

.image-link img {
	display: block;
}

.news-entry {
	height: 286px;
	padding: 47px 20px;
}

.news-entry h2 {
	border: none;
	font-family: Arial, sans-serif;
	font-size: 19px;
	line-height: 28px;
	font-weight: bold;
	text-transform: uppercase;
	border-top: 1px solid white;
	margin: 0;
	padding: 0;
	text-align: left;
}

.news-entry h2:last-of-type {
	border-bottom: 1px solid white;
	margin-bottom: 35px;
}

.news-entry p {
	font-family: Charis;
	font-size: 13px;
	color: white;
}

#footer {
    /* down from 100px to 50px cause of h2.white-description */
	padding-bottom: 50px;
}

#copyright {
	font-family: Charis;
	font-size: 11px;
}

nav#footer-menu {
	float: right;
}

nav#footer-menu ul li {
	display: inline;
}

nav#footer-menu ul li a {
	font-family: Charis;
	text-decoration: none;
	font-size: 12px;
	line-height: 16px;
	color: black;
}

nav#footer-menu ul li a:hover {
	text-decoration: underline;
}

#contact-info {
	position: absolute;
	width: 140px;
	height: 430px;
	padding: 20px;
	top: 50px;
	right: 20px;
	background-color: white;
}

#contact-info h3 {
	font-family: Charis;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	line-height: 27px;
	text-transform: lowercase;
	margin-bottom: 20px;
}

#contact-info h4 {
	font-family: Charis;
	font-weight: bold;
	font-size: 12px;
	line-height: 19px;
	text-transform: uppercase;
}

#contact-info p {
	font-family: Charis;
	font-size: 12px;
	line-height: 15px;
}

#contact-info #like {
	position: absolute;
	bottom: 52px;
}

.slideshow {
	position: relative;
	overflow: hidden;
}

.slideshow img {
	position: absolute;
}

#logos ul {
	list-style: none;	
	float: right;
}

#logos ul li {
	float: left;
	margin: 0 10px 20px 10px;
}

#logos ul li img { 
	max-height: 40px;
}

.package ul li {
	font-size: 15px;
}

a#breakfast-link {
    text-decoration: none;
}

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
		#main-nav {
			margin-top: 55px;
		}
		
		.news-entry {
			/*height: auto;
			padding: 13px 20px;*/
		}
		
		.news-entry h2 {
			font-size: 18px;
			line-height: 23px;
		}
		
		.news-entry p {
			margin: 0;
		}
		
		h3.decorated {
			font-size: 18px;
			line-height: 26px;
		}
		
		h3.decorated:first-of-type {
			margin-top: 20px;
		}
		
		h3.decorated:last-of-type {
			margin-bottom: 18px;
		}
		
		p {
			margin: 0 0 10px 0;
		}
		
		h4 {
			line-height: 24px;
		}
		
		a[href^="tel"]:link,
		a[href^="tel"]:visited,
		a[href^="tel"]:hover {
			text-decoration: underline;
		}

        table {
            margin-bottom: 10px;
        }
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		#google-maps {
			width: 748px;
			height: 640px;
		}
		
		/*#maps-column img {
			height: 301px;
		}*/
		
		div#langmenu img {
			margin: 0 2px;
			width: 25px;
			height: 16px;
		}
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	/*@media only screen and (min-width: 480px) and (max-width: 767px) { */
	@media only screen and (max-width: 767px) {
		#header .three.columns {
			width: 130px;
			margin: 0 10px;
		}
		
		#header .three.columns.alpha {
			margin-left: 0;
		}
		
		#header .three.columns {
			margin-right: 0;
		}
		
		span#location, span#communication {
			width: 115px;
		}
		
		#main-nav {
			margin-top: 10px;
		}
		
		#main-nav ul li {
			margin: 0 4px;
		}
		
		#main-nav a, #main-nav ul span {
			font-size: 12px;
		}
	
		#google-maps {
			width: 420px;
			height: 350px;
		}
		
		.eight.columns > .four.columns {
			width: 200px;
			margin: 0 10px;
		}
		
		img { display: inline !important; }
		
		/*#maps-column img {
			height: 347px;
		}*/
		
		.eight.columns > .four.columns.alpha, 
		.eight.columns > .four.columns.alpha {
			margin-left: 0;
		}
		
		.eight.columns > .four.columns.omega, 
		.eight.columns > .four.columns.omega {
			margin-right: 0;
		}
		
		/*#maps-column img {
			height: 352px;
		}*/
		
		#contact-info {
			padding: 10px;
			top: 20px;
			right: 10px;
			height: 275px;
		}
		
		#contact-info h3 {
			margin-bottom: 10px;
		}
		
		#contact-info img#like {
			height: 35px;
			width: 35px;
			bottom: 5px;
		}
		
		#logos ul li img {
			height: 26px;
		}
		
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) 
	@media only screen and (max-width: 479px) {
		
		#google-maps {
			width: 768px;
			height: 640px;
		}
		
	}*/


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */
		
	@font-face {
	    font-family: 'Charis';
	    src: url('../fonts/Charis.eot');
	    src: url('../fonts/Charis.eot?iefix') format('eot');
	    font-weight: normal;
	    font-style: normal; }		

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/


/* Tagesteller Newsletter Anmeldung */
button.cr_button {
    background: #007ba5;
    color: white;
    text-shadow: none;
    font-family: "Charis";
    font-size: 15px;
    padding: 10px 20px;
    border: none;
    border-radius: 2px;
}
label.itemname {
    font-family: Charis;
    font-size: 15px;
}
.img-shadow {
    -webkit-box-shadow: 4px 4px 8px 2px rgba(0,0,0,0.3);
-moz-box-shadow: 4px 4px 8px 2px rgba(0,0,0,0.3);
box-shadow: 4px 4px 8px 2px rgba(0,0,0,0.3);
}