/*-----------------------------------------------------------------------------------*/
/*	TABLE OF CONTENTS
/*-----------------------------------------------------------------------------------*/

/* Tides - v1.0.0 */
/* Section 1. -- General & Global Styles - other type styles found in /css/framework.css */
/* Section 2. -- Helper Classes - quick classes for easy style modification */
/* Section 3. -- Header Styles - styles for main and sub headers */
/* Section 4. -- Navigation Styles - Styles for the nav menu, and the filter menu for the hotels */
/* Section 5. -- Homepage Styles - all styling for the main homepage elements, and also ebor_carousel styling */
/* Section 6. -- hotels Styles - all styling for both hotels and hotels-alt */
/* Section 7. -- Blog Styles - all the styling for all 3 blog layouts, and also the blog single pages */
/* Section 8. -- Contact Styles - contact page styles, including map */
/* Section 9. -- Footer Styles - Styles for footer and subfooter */
/* Section 10. -- Revolution Slider Styles - Custom styling for revolution slider, default styling is in /css/settings.css */
/* Section 11. -- Isotope Styles - required styles for isotope, no need to modify */
/* Section 12. -- Tabs & Accordions Styles - styling for tabs, side tabs and accordions */
/* Section 13. -- Responsive Styles - Media queries */


/*-----------------------------------------------------------------------------------*/
/*	GENERAL & GLOBAL STYLES
/*-----------------------------------------------------------------------------------*/

body {
	font-family: 'Raleway', sans-serif; font-weight: 300; overflow-x: hidden; line-height: 26px; font-size: 14px; color: #414141; background: #fff;
}

h1, h2, h3, h4, h5, h6, a {
	font-weight: 300;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #414141;
}

h1, h2, h3 {
	font-weight: 500;
}

a, .fa-6x {
	text-decoration: none; color: #6D929B; font-weight:bold;
}

a:hover, .social a:hover {
	color: #c0392b;
}

p {
	 padding:0 1%;
}

.wrapper {
	margin: 0 auto; width: 100%; position: relative;
}

strong {
	font-weight: 500;
}

em {
	font-style: italic;
}

section, footer {
	padding: 60px 0 20px;
}

img {
	vertical-align: bottom;
}

::selection {
    background: #fefac7; /* Safari */
    color: #555555;
}
::-moz-selection {
    background: #fefac7; /* Firefox */
    color: #555555;
}

hr {
	height: 1px; width: 35px; background: #c7c7c7; border: none; margin-bottom: 30px;
}

code {
	background: #f5f5f5; padding: 2px 8px; border-radius: 2px; border: 1px solid #e5e5e5; color: #3cbee1; margin: 0 3px; font-family: 'Helvetica', 'Arial', sans-serif; font-size: 12px;
}

pre {
	margin-bottom:30px;
}

pre code {
	background: none; padding: 0; border: none; font-family: monospace; color: #414141;
}

input, textarea, #load-more {
	width: 100%; background: none; border: 1px solid #e5e5e5; padding: 12px 15px; box-shadow: 0 1px 1px #eaeaea, inset 0 1px 0 #fbfbfb; font-size: 14px; background: #fff;
}

input {
	margin-bottom: 10px;
}

input:focus, textarea:focus, input[type="submit"]:hover {
	border-color: #c7c7c7;
}

input[type="submit"] {
	width: auto; cursor: pointer; color: #a7a7a7;
}

input[type="submit"]:hover {
	color: #666;
}

textarea {
	min-height: 160px; resize: none; margin-bottom: 15px;
}

blockquote, pre, .tab-container div, .tab.active {
	margin-bottom: 25px; padding: 10px 20px; border: 1px solid #c7c7c7; box-shadow: 0 1px 1px #eaeaea; display: block; border-left: 3px solid #3cbee1;
}

blockquote p:last-child {
	margin-bottom: 0;
}

ol.numbered {
	list-style: decimal; margin: 0 0 25px 40px;
}

ul.unordered {
	list-style: square; margin: 0 0 25px 40px;
}

small {
	display: block;
	font-size: 20px;
}

.button {
	border-radius: 0;
}

.dark-wrapper {
	background:#C7BAA7 !important;
}

section {
	z-index: 99; position: relative;
}

/*-----------------------------------------------------------------------------------*/
/*	END GENERAL & GLOBAL STYLES
/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/*	HELPER CLASSES
/*-----------------------------------------------------------------------------------*/

.isotope-alt-details {
 -webkit-transition: all 200ms ease-in-out; -moz-transition: all 200ms ease-in-out; -ms-transition: all 200ms ease-in-out; -o-transition: all 200ms ease-in-out; transition: all 200ms ease-in-out;
}

.remove-bottom {
	margin-bottom: 0;
}

.floatleft, .floatright {
	display: inline-block;
}

.floatleft {
	float: left; padding-left:1%;
}

.floatright {
	float: right;
}

.small-padding {
	padding: 23px 0 0; border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5;  background-color:#978B7D;
}
.small-padding2 {
	padding: 123px 0 0; border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5;  background-color:#978B7D;
}

.scroll-animate.left {
	position: relative; left: -50px; opacity: 0;
}

.scroll-animate.bottom {
	position: relative; bottom: -50px; opacity: 0;
}

.scroll-animate.right {
	position: relative; right: -50px; opacity: 0;
}

.scroll-animate.top {
	position: relative; top: -50px; opacity: 0;
}

.margin-bottom-10 {
	margin-bottom: 10px;
}

.alert, .example-column {
	background: #f5f5f5; border: 1px solid #e5e5e5; padding: 5px 10px; margin-bottom: 4%;
}

.alert i {
	float: right; cursor: pointer; font-size: 18px; padding-top: 4px;
}

.alert.danger {
	background: #ffe5e3; color: #d90f00; border-color: #f9bbb8;
}

.alert.warning {
	background: #fff6d6; color: #a26025; border-color: #f8d867;
}

.alert.success {
	background: #cef0cb; color: #698733; border-color: #91cc8c;
}

.centered {
	text-align: center;
}

.light {
	font-weight: 300;
}

.heavy {
	font-weight: 500;
}

.break15 {
	width: 100%; height: 15px;
}

.overflow-hidden {
	overflow-x: hidden;
}

/*-----------------------------------------------------------------------------------*/
/*	END HELPER CLASSES
/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/*	HEADER STYLES
/*-----------------------------------------------------------------------------------*/

header {
	padding: 14px 0;
	background: #f5efe6;
	position: fixed;
	top: 0; left: 0;
	width: 100%;
	z-index: 9999;
	border-bottom: 2px solid #C1DAD6;
	box-shadow: 0 4px 4px rgba(100,100,100,0.2), inset 0 1px 0 #fbfbfb;
}

header * {
	margin-bottom: 0 !important;
}

.footerlogos {
	margin:0 auto; padding:0;
}
.footerlogos img{
	padding:0 15px 0 15px;
}
#selectnav {
	float: right;
	padding-top: 15px;
}

#selectnav li {
	float: left; margin-left: 25px; padding-left:25px; border-left:1px solid #C1DAD6;
}

#selectnav li a {
	 font-weight: 500; font-size:20px; color:#6D929B;
}

#selectnav li a.active, #selectnav li a:hover {
	color: #3cbee1;
}

.header-small #selectnav {
	padding-top: 7px;
}

.logo-dark {
	display: none;
}

/*-----------------------------------------------------------------------------------*/
/*	END HEADER STYLES
/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/*	HOMEPAGE STYLES
/*-----------------------------------------------------------------------------------*/

.vjs-control-bar {
	text-indent: -9999px;
}

#big-video-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 108px;
	z-index: 1;
}

#big-video-image {
	max-width: none;
}

.full {
	 width: 100%; height: 100%;
	background: url(../img/parallax.png) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center;
}

.gallery {
	padding: 0; 
}

.full * {
	color: #fff; font-weight: 300;
}

.full.video {
	background: none;
}

.big {
	 width: 100%; height: 400px;
	background: url(../img/parallax.png) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center;
	display: block;
}

.big * {
	color: #fff; font-weight: 300;
}

.button.white.light {
	background: none;
	color: #fff;
	border: 2px solid #fff;
	box-shadow: none;
	text-shadow: none;
	font-size: 22px;
	position: absolute;
	bottom: 50px;
	margin: 0;
	left: 50%;
	margin-left: -70px;
}

.mute {
	right: 20px;
	position: absolute;
	bottom: 20px;
	font-size: 28px;
}

h1.mega {
	position: relative;
	top: 10%;
	border:1px solid #fff;
	padding:25px;
	background:rgba(255, 255, 255, 0.2);

}

.big h1.mega {
	margin-top: -33px;
}

.big h1.mega.single {
	margin-top: 0;
}

.rslides h1.mega {
	position: absolute; z-index: 99;
	color: #F5FAFA; text-align:left;
	margin-left:2%;
	text-shadow: 0 1px 2px rgba(0,0,0,0.4);
	font-size:44px;
}

.service {
	text-align: center;
}

.member a {
	cursor: default;
}

/*-----------------------------------------------------------------------------------*/
/*	END HOMEPAGE STYLES
/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/*	hotels STYLES
/*-----------------------------------------------------------------------------------*/

.isotope-alt-image div {
	position: absolute; bottom: 0; left: 0; display: none; background: rgba(231,76,60,0.85); width: 100%; height: 100%; padding: 30px; color: #fff; text-align: left;
}

.isotope-alt-image div h4 {
	color: #fff; font-size: 30px;
}

.isotope-alt-image div h4 small {
	font-size: 16px;
}

.hotels-isotope li {
	float: left; width: 25%; position: relative;
}

.hotels-isotope li {
	margin-bottom: 30px; padding:0 5px;
}

.hotels-isotope li:hover .isotope-alt-details {
	opacity: 0; pointer-events: none;
}

.isotope-alt-details {
	text-align: center; position: absolute; top: 0; left: 0; width: 100%; padding: 0 5px;
}

.isotope-alt-details div {
	display: block; border: 1px solid #e5e5e5; box-shadow: 0 1px 1px #eaeaea, inset 0 1px 0 #fbfbfb; background: #fff; border-top: none;
}

.hotels-isotope {
	width: 100%; margin-bottom: 10px;
}

.isotope-alt-details h4 {
	padding-top: 5px; 
}

.isotope-alt-details .meta {
	position: relative; padding-bottom: 13px; margin-bottom: 0;
}

.isotope-alt-image {
	position: relative; display: block; overflow: hidden; text-align: center;
}

.isotope-alt-image img {
	width: 100%;
}

#load-more {
	width: 100%; text-align: center; font-size: 24px; cursor: pointer; background: #fff; display: block; margin-bottom: 30px; color: #414141;
}

#load-more:hover, #filters a:hover, #filters a.active {
	border-color: #b7b7b7; color: #111;
}

h3 small {
	display: inline-block; font-size: 14px; margin-left: 7px; color: #c7c7c7;
}

#filters a {
	border: 1px solid #e5e5e5; padding: 7px 13px; box-shadow: 0 1px 1px #eaeaea, inset 0 1px 0 #fbfbfb; margin: 0 0 0 5px;
}

#loader {
	opacity: 0; position: relative; bottom: -50px; max-width: 770px; width: 90%;
	margin: 0 auto;
}

.hotels-close {
	position: absolute; display: block; width: 100%; text-align: center; margin-bottom: 20px; top: -55px; font-size: 44px; color: #c7c7c7;
}

.overflow-hidden article {
	position: relative; top: 50px;
}

/*-----------------------------------------------------------------------------------*/
/*	END hotels STYLES
/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/*	BLOG STYLES
/*-----------------------------------------------------------------------------------*/

article, .widget {
	border: 1px solid #e5e5e5; padding: 20px 25px; box-shadow: 0 1px 1px #eaeaea, inset 0 1px 0 #fbfbfb; background: #fff;
}

.widget {
	margin-bottom: 25px;
}

.widget p:last-child, article p:last-child {
	margin-bottom: 0;
}

.widget.search {
	background: none; padding: 0; border: none; box-shadow: none;
}

article {
	padding: 0; margin-bottom: 50px;
}

article .content {
	padding: 20px 25px;
}

article .meta {
	padding: 15px 25px 15px; font-size: 12px; border-top: 1px solid #e5e5e5;
}

article .meta p {
	margin-bottom: 0;
}
/*-----------------------------------------------------------------------------------*/
/*	END BLOG STYLES
/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/*	FOOTER STYLES
/*-----------------------------------------------------------------------------------*/

footer {
	border-top: 1px solid #e5e5e5; padding: 45px 0;
}

.social a {
	font-size: 32px; margin: 0 10px; color: #c7c7c7;
}

/*-----------------------------------------------------------------------------------*/
/*	END FOOTER STYLES
/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/*	RESPONSIVE STYLES
/*-----------------------------------------------------------------------------------*/
#imgmap img { width: 100%;}
@media (min-width: 640px) {
  #imgmap img { visibility: hidden; }
  #imgmap {
    background: url("../img/karte.png") no-repeat left top;
    background-size: 100% auto;
  }
}
#imgmap { position: relative; } /* für absolute Positionierung der Kindelemente */
a#ma1 { left: 4%; margin-top:11%; width: 12%; height:11%;}
a#ma2 { left: 23.5%; margin-top:17.5%; width: 12%; height:11%;}
a#ma3 { left: 21%; margin-top:24.5%; width: 13.5%; height:11%; }
a#ma4 { left: 67%; margin-top:13%; width: 11%; height:11%; }
#imgmap { overflow: hidden; }
#imgmap a { position: absolute; top: 100%; text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;}
@media (min-width: 320px) {
  #imgmap a { top: 0; }
}
@media only screen and (min-width: 1180px) {

	.wrapper { 
		width:98%; position:relative;
	}
	
	.hotels-isotope {
		width:100%; 
	}
	.selectnav {display:none;}
	#selectnav {display:block;}
}

@media only screen and (max-width: 1180px) {

	#selectnav li {
		float: left; margin-left: 15px;
	}
		.wrapper { 
		width:98%; position:relative; text-align:center; margin:0 auto;
	}
	.wrapper.centered {padding-left:0;}
	nav {margin-right:20px; height:40px; top:0; padding:0;}
	.selectnav {margin-top:8px;}
	
		h1.mega {
		font-size:28px;
	}
	.one_fourth.remove_bottom.logo {text-align:left;}	
	.one_fourth { width: 46%; margin-left:2%; margin-right:2%; }
}

/* Standard 960 or larger (browsers) */
@media only screen and (min-width: 960px) {}
	.one_fourth.widget {height:440px;}

/* Standard 960 or Smaller (browsers) */
@media only screen and (max-width: 959px) {

	.hotels-isotope li {
		width: 49.8%;
	}
		.selectnav {width:90px; height:40px; padding:4px; text-align:center; text-transform:uppercase; border:3px solid #fff; background-color:#00b0ec; color:#fff; font-weight:700; cursor: pointer; }
	.selectnav option {background-color:#fff; text-transform:none; color:#00b0ec; text-align:left; padding:10px; font-weight:400; width:160px; border-bottom:1px solid #00b0ec; float:left;}
		#selectnav { display: none; }
	.selectnav { display: block; }

}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	#selectnav { display: none; }
	.selectnav { display: block; }

	.wrapper { 
		width:98%; position:relative; text-align:center; margin:0 auto;
	}
	.wrapper.centered {padding-left:0;}
	nav {margin-right:20px; height:40px; top:0; padding:0;}
	.selectnav {margin-top:8px;}
	
		h1.mega {
		font-size:28px;
	}
	.one_fourth.remove_bottom.logo {text-align:left;}	
	.one_fourth { width: 46%; margin-left:2%; margin-right:2%;}

}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	.selectnav {width:90px; height:40px; padding:4px; text-align:center; text-transform:uppercase; border:3px solid #fff; background-color:#00b0ec; color:#fff; font-weight:700; cursor: pointer; }
	.selectnav option {background-color:#fff; text-transform:none; color:#00b0ec; text-align:left; padding:10px; font-weight:400; width:160px; border-bottom:1px solid #00b0ec; float:left;}
		#selectnav { display: none; }
	.selectnav { display: block; }

	.wrapper { width:470px; margin: 0 auto; position:relative; }
	
	.one_fourth { width: 100%; }
	
	#nachricht li ul {
		padding-left: 0px;
	}
	
	.hotels-isotope {
		width: 479px;
	}
	
	h1.mega {
		display:none;
	}
	
	header .one_fourth, header .three_fourths {
		width: 50%; margin:0; float:left;
	}
	
	.big h1.mega {
		margin-top: -10px;
	}

}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.isotope-alt-image div h4 {
	color: #fff; font-size: 26px;
}
	.selectnav {width:90px; height:40px; padding:4px; text-align:center; text-transform:uppercase; border:3px solid #fff; background-color:#00b0ec; color:#fff; font-weight:700; cursor: pointer; }
	.selectnav option {background-color:#fff; text-transform:none; color:#00b0ec; text-align:left; padding:10px; font-weight:400; width:160px; border-bottom:1px solid #00b0ec; float:left;}
		#selectnav { display: none; }
	.selectnav { display: block; }
	}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	.selectnav {width:90px; height:40px; padding:4px; text-align:center; text-transform:uppercase; border:3px solid #fff; background-color:#00b0ec; color:#fff; font-weight:700; cursor: pointer; }
	.selectnav option {background-color:#fff; text-transform:none; color:#00b0ec; text-align:left; padding:10px; font-weight:400; width:160px; border-bottom:1px solid #00b0ec; float:left;}
	.wrapper { width:300px; margin: 0 auto; position:relative; }
	#hotels .wrapper {margin-top:130px;}
	.hotels-isotope li {
		width: 100%;
	}
	
	.hotels-isotope {
		width: 300px;
	}
	small {
	display:none;
}
	.isotope-alt-image div h4 {
	color: #fff; font-size: 26px;
}

	.isotope-alt-image div h4 small {
	font-size: 14px;
}

}

/*-----------------------------------------------------------------------------------*/
/*	END RESPONSIVE STYLING
/*-----------------------------------------------------------------------------------*/