/*
-------------------
Clubmed
Autor: Nicolas
Medium: Screen
-------------------
*/

@charset "utf-8";
/* CSS Document */

body {

	font-family:Arial;

}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(http://fonts.gstatic.com/s/opensans/v10/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(http://fonts.gstatic.com/s/opensans/v10/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(http://fonts.gstatic.com/s/opensans/v10/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

#container {

	margin: 0 auto;
	width:980px;	
	
}

#header {
	width:980px;
	height:250px;
	background:url(../bilder/header.jpg) no-repeat;
	background-size:cover;
	background-position:center center;

}

.logo {
	float:left;
	margin-left: 30px;
	margin-top: 40px;

}

.logo2 {
	float:right;
	width:180px;
	height:62px;
	margin-top:10px;
	padding:7px 7px 7px 10px;

}

.navi {

	position:absolute;
	font-size:18px;
	font-weight:bold;
	
}

.nav {

	position:relative;
	left:0px;
	top:-44px;

}

.nav > li > a {
    display: block;
    padding: 10px 20px;
    position: relative;
}

.nav-tabs > li > a {
	background-color: #284789;
	border: 0 none;
	border-radius: 0;
	color: white;
	margin-right: 7px;
}
.nav-tabs > .color2 > a {
	background-color: #f499c2;
	border: 0 none;
	border-radius: 0;
	color: white;
	margin-right: 7px;
}
.nav-tabs > .color3 > a {
	background-color: #b99d6d;
	border: 0 none;
	border-radius: 0;
	color: white;
	margin-right: 7px;
}
.nav-tabs > .color4 > a {
	background-color: #9dc7d6;
	border: 0 none;
	border-radius: 0;
	color: white;
	margin-right: 7px;
}
.nav-tabs > .color5 > a {
	background-color: #b98a39;
	border: 0 none;
	border-radius: 0;
	color: white;
	margin-right: 7px;
}
.nav-tabs > .color6 > a {
	background-color: #284789;
	border: 0 none;
	border-radius: 0;
	color: white;
	margin-right: 7px;
}
.nav-tabs > .color7 > a {
	background-color: #ee3f8e;
	border: 0 none;
	border-radius: 0;
	color: white;
	margin-right: 7px;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus, .nav-tabs > li > a:active {
	background-color: #ace3f7;
}
.nav-tabs > .color2 > a:hover, .nav-tabs > .color2 > a:focus, .nav-tabs > .color2 > a:active {
	background-color: #eed3df;
}.nav-tabs > .color3 > a:hover, .nav-tabs > .color3 > a:focus, .nav-tabs > .color3 > a:active {
	background-color: #f0cf97;
}
.nav-tabs > .color5 > a:hover, .nav-tabs > .color5 > a:focus, .nav-tabs > .color5 > a:active {
	background-color: #b98a39;
}
.nav-tabs > .color6 > a:hover, .nav-tabs > .color6 > a:focus, .nav-tabs > .color6 > a:active {
	background-color: #284789;
}
.nav-tabs > .color7 > a:hover, .nav-tabs > .color7 > a:focus, .nav-tabs > .color7 > a:active {
	background-color: #ee3f8e;
}
.nav-tabs > li > a active {
	background-color: #284789;
	border: 0 none;
	border-radius: 0;
	color: white;
	margin-right: 7px;
}
.active-border {
	background-color: #284789;
	display: block;
	height: 8px;
	position: relative;
	z-index: 100;
}
.active-border4 {
	background-color: #6861bc;
	display: block;
	height: 8px;
	position: relative;
	z-index: 100;
}
.active-border5 {
	background-color: #d79638;
	display: block;
	height: 8px;
	position: relative;
	z-index: 100;
}
.active-border6 {
	background-color: #99d444;
	display: block;
	height: 8px;
	position: relative;
	z-index: 100;
}
.active-border7 {
	background-color: #b98a39;
	display: block;
	height: 8px;
	position: relative;
	z-index: 100;
}
.active-border8 {
	background-color: #ee3f8e;
	display: block;
	height: 8px;
	position: relative;
	z-index: 100;
}
.active a {
	background-color: #284789 !important;
	border: 0 none !important;
	color: white !important;
}


#wrapper {
	float:left;
	background:url(../bilder/bg.jpg);
	margin-top:15px;
	width:980px;
	position:relative;

}

.sparen-angebot b {
    font-weight: bold;
    color: #ff9548!important;
}

#sidebar {
	float:right;
	width:265px;
}

.sidebar-pad {

	padding:10px;

}

.hotelfinder p {
	color:#FFFFFF;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	margin-bottom:5px;
	margin-top:8px;

}

.sidebar-service {
	color: #ffffff;
	margin-right: 10px;
	margin-top: 30px;
	text-align: center;
}

.service-gro {
	font-size:20px;
	font-weight:bold;
}

.sidebar-anfrage {
	width:246px;
	height:80px;
	text-align: center;
	margin-top: 15px;

}

.btn-action, .btn-action a, .btn-action:active, .btn-action:visited {
    background-color: #284789 !important;
    color: #fff !important;
	border-radius:10px;
-webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    1px 1px 2px 0px rgba(50, 50, 50, 0.75);
box-shadow:         1px 1px 2px 0px rgba(50, 50, 50, 0.75);
}
.btn-action-sc, .btn-action-sc a, .btn-action-sc:active, .btn-action-sc:visited {
    background-color: #196F12 !important;
    color: #fff !important;
	border-radius:10px;
-webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    1px 1px 2px 0px rgba(50, 50, 50, 0.75);
box-shadow:         1px 1px 2px 0px rgba(50, 50, 50, 0.75);
}

.btn-action:hover {
	color:#fff !important;
	background-color:#284789  !important;
}

.btn-pad {

	padding:5px 10px;
	
}


.btn-in, .btn-in a, .btn-in:active, .btn-in:visited {
	background-color: #284789 !important;
	color: #fff !important;
	border-radius:10px;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    1px 1px 2px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         1px 1px 2px 0px rgba(50, 50, 50, 0.75);
}

.btn-in:hover {
	color:#fff !important;
	background-color:#284789 !important;
	-webkit-box-shadow: -1px -1px 17px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    -1px -1px 17px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         -1px -1px 17px 0px rgba(50, 50, 50, 0.75);
	
}



.sidebar-bestpreis {

	width:265px;
	height:250px;
	float:left;

}

.main {

	float:left;
	width:700px;
}

.content {
	float:left;
	width:300px;
	height:auto;
}

.content-head {
	width:300px;
	background-color:#ffffff;
	color: #284789;
	font-weight:normal;
	height:45px;
	padding:2px;
	margin-left:-23px;
}

.content-head h1 {

	font-size:18px;
	margin:0px;
	padding:0px;
	display:inline;
	margin-left:20px;
}

.content-main {

	float:left;
	width:300px;
	height:auto;
	margin-top:5px;
	
}

.htxt {
	color:#284789 !important;
	margin-left:23px !important;
	
}

.content-main p {
	color:#284789;
	font-size:12px;
}

.slider {
	float:left;
	width:370px;
	margin-left:20px;
	height: 290px;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {

	

}
.video-thumbnail {
    height:127px;
    width:188px;
    left:472px;
    text-align:center;
    box-shadow: 0px 0px 8px 5px rgba(0,0,0,0.75);
    webkit-box-shadow: 0px 0px 8px 5px rgba(0,0,0,0.75);
    moz-box-shadow: 0px 0px 8px 5px rgba(0,0,0,0.75);
    position:relative;

}

.video-thumbnail i {
    top:-80px;
    color:#284789;
    position:relative;

}
.video-thumbnail i:hover {
    top:-80px;
    color:#ace3f7;
    position:relative;
}

.main-content {
	
	float:left;
	width:700px;
	margin-top:30px;
}

.navi-con {
	margin-bottom:0;
	padding-left:0px;
	list-style:none;
	font-size:12px;
	border:0;
	z-index:10;
	display:inline;
}
.navi-con>li {
	position:relative;
	display:block;
	margin-right:10px;
	width:185px;
	text-align:center;
}
.navi-con>li>a {
	position:relative;
	display:block;
	padding:5px 21px;
	height:37px;
	font-size:18px;
	background-color:#9dc7d6;
	color:#ffffff;
	font-family:open sans;
	font-weight:300;
}
.navi-con>li>a:hover, .navi-con>li>a:focus {
	text-decoration:none;
	border: 0px dotted;
	background-color: #284789;
}
.navi-con>li.disabled>a {
	color:#999
}
.navi-con>li.disabled>a:hover, .navi-con>li.disabled>a:focus {
	color:#999;
	text-decoration:none;
	background-color: #284789;
	cursor:not-allowed
}
.navi-con .open>a, .navi-con .open>a:hover, .navi-con .open>a:focus {
	background-color:#eee;
	border-color:#428bca
}

.nav-pills > li > a {
    border-radius: 8px;
}

.triangle-isosceles {
  position: relative;
  color: #000;
  border-radius: 5px;
  background: linear-gradient(top, #f9d835, #f3961c);
}

/* creates triangle */
.triangle-isosceles:after {
	content: "";
	display: block; /* reduce the damage in FF3.0 */
	position: absolute;
	bottom: -7px;
	left: 81px;
	width: 0;
	border-width: 10px 11px 0;
	border-style: solid;
	border-color: #284789 transparent;
}

.triangle-isosceles2 {
  position: relative;
  color: #000;
  border-radius: 5px;
  background: linear-gradient(top, #f9d835, #f3961c);
}

/* creates triangle */
.triangle-isosceles2:after {
	content: "";
	display: block; /* reduce the damage in FF3.0 */
	position: absolute;
	bottom: -7px;
	left: 73px;
	width: 0;
	border-width: 10px 11px 0;
	border-style: solid;
	border-color: #9dc7d6 transparent;
}

.triangle-isosceles3 {
  position: relative;
  color: #000;
  border-radius: 5px;
  background: linear-gradient(top, #f9d835, #f3961c);
}

/* creates triangle */
.triangle-isosceles3:after {
	content: "";
	display: block; /* reduce the damage in FF3.0 */
	position: absolute;
	bottom: -7px;
	left: 62px;
	width: 0;
	border-width: 10px 11px 0;
	border-style: solid;
	border-color: #284789 transparent;
}


.hotel-main {
	flaot:left;
	width:700px;
	float: left;
	margin-top:5px;
	margin-bottom: 10px;
	color:#284789;

}

.hotel-main2 {
	float:left;
	width:335px;
	margin-top:5px;
	margin-right:15px;
	color:#284789;
	background:#e8f6f7;
	padding-bottom:10px;
	margin-bottom:15px;
}
.hotels {
	
	float:left;
	width:330px;
	margin:20px 20px 0px 0px;
	
}

.hotel-txt {
	float:left;
	background-color:#9dc7d6;
	width:330px;
	
}

.hotels img {
	
	float:left;
}
.hotel-link {
	float:left;
	width: 295px;
}
.übersicht-hotel-txt {
	color:#284789;
	width:345px;
	float:left;
}
.hotel-txt h2 {
	color:#FFFFFF;
	font-size:16px;
	margin:0px;
	margin-left:10px;
	margin-bottom: 6px;
	padding-top: 7px;
	font-family:Arial;
	font-weight:normal;
	line-height:21px;
}

.konzept-main {
	flaot:left;
	width:700px;
	float: left;
	margin-top:25px;
	padding-left:10px;
	color:#284789;

}

.konzept-head {
	font-size:24px;
	color:#284789;
	font-weight:bold;
}

.konzept-txt {
	font-size:16px;
	color:#284789;
	
}

.club-head {
	color:#284789;
	font-size:28px;
	font-weight:bold;
}

.club-head h1 {

	display:inline;
	margin:0px;
	padding:0px;
	font-size:28px;
}


.club-navi li {
	
	width:160px;
	margin-left:0px;

}

.club-navi li a {

	font-size:14px;
	height:33px;
	padding:6px;

}

.club-bild {

	float:left;
	margin-top:20px;

}

.club-content {

	float:left;
	width:670px;
	margin-top:20px;
}

.club-txt {

	float:left;
	width:450px;
}

.club-txt h2 {
	color:#284789;
	font-size:14px;
	font-weight: bold;
}

.club-txt p {
	color:#284789;
	font-size:12px;
}

.morepic {
	text-align:center;
	font-weight:bold;
	font-style:italic;
	color:#284789;
	
}

#mehrpic {
	background:none !important;
	color:#284789 !important;
	
}

.club-sidebar {

	float:right;
	width:200px;
}

.club-sidebar img {

	margin-top:20px;
	
}

.anfrage {
	float:left;
	text-align:center;
	width:670px;
	margin-top:20px;

}
.anfrage-sc {
	float:left;
	text-align:center;
	width:100%;
	margin:10px;

}

.hotline-anfrage {
	float:left;
	width:670px;
	color:#284789;
	text-align:center;
	margin-top: 20px;

}

fieldset {
	
	border:0px;
	
}

.club-zimmer {
	
	float:left;
	width:670px;
	margin-top:20px;
	
}

.club-zimmer h2 {
	color:#284789;
	
}

.club-zimmer p {
	color:#284789;

}

.club-bildergalerie {
	
	float:left;
	width:670px;
	margin-top:20px;
	
}

.club-bildergalerie td {
	
	padding: 15px 15px 0px 0px;;;
	
}

.club-karte {
	
	float:left;
	width:670px;
	margin-top:20px;
	
}

.impressum {
	font-size:28px;
	color:#284789;
	
}

.sitemap{
	font-size:28px;
	color:#284789;
	
}

.sitemap-main ul li a {
	color:#284789 !important;

}

.impressum-txt {
	font-size:14px;
	color:#284789;
	
}

.anfrage-head {
	width:700px;
	float: left;
	margin-bottom:20px;
}

.anfrage-head h1 {
	color:#284789;
	font-size:28px;

}

.anfrage-headmain {
	width:700px;
	float: left;
	
}

.anfrage-headmain img {
	float:left;
	
}

.headmain-traum {
	float:left;
	font-size:22px;
	margin-left:20px;
	color:#284789;
	font-weight:bold;
	font-family: arial;

}

.headmain-kostenlos {
	float:left;
	font-size: 15px;
	width: 360px;
	margin-left: 20px;
	font-weight:bold;
	font-style:italic;
	color:#284789;
	margin-bottom: 20px;
	font-family: arial;
	
}

.headmain-tiefpreis {
	float:left;
	width: 353px;
	list-style-type: square;
	
}


.headli {
	line-height:33px;
	font-size: 14px;
	font-family:Arial;
	color:#2a569f;

}

.headli2 {
	line-height:27px;
	font-size: 14px;
	font-family:Arial;
	color:#284789;

}

.anfrage-main {
	width:700px;
	float: left;
	margin-top: 35px;
	color: #284789;
	
}

.panel {
	width: 228px;
  background-color: transparent !important;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px transparent !important;
          box-shadow: 0 1px 1px transparent !important;
}
.panel-body {
  padding: 5px;
  margin-top:-5px;
  width:230px;
  margin-left:-5px;
}
.panel-heading {
  padding: 4px 0px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  color: inherit;
}
.panel-title > a {
  color: inherit;
  font-size:14px;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid transparent !important;
}
.panel-group {
  margin-bottom: 0px;
}
.panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid transparent !important;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid transparent !important;
}
.panel-default {
  border-color: none !important;
}
.panel-default > .panel-heading {
	color: #333;
	background-color: transparent !important;
	border-color: #ddd;
	float:left;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: transparent;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: transparent !important;
}

.dropk {
	float: left;
	margin-left: 2px;
	width: 51px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.abkinder {
	padding: 0px;
	color: #284789;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 16px;
}

.service-head {
	width:700px;
	float: left;
	margin-bottom:20px;
}

.service-head h1 {
	color:#284789;
	font-size:28px;
	margin:0px;

}

.service-headmain {
	width:700px;
	float: left;
	
}

.service-headmain img {
	float:left;
	
}

.service-headmain ul {
	list-style-type:square;
	float:left;
	width:370px;

}

.service-headmain li {
	color:#284789;
	line-height:27px;
}

#bestpreisgarantie {

	float:left;
	width:700px;
	margin-top:20px;
}

#bestpreisgarantie img {
	
	float:left;
	margin-top:50px;
}

#bestpreisgarantie p {
	float:left;
	color:#284789;
	font-size:12px;
	line-height:20px;
	width:435px;
	margin-left:30px;

}

#newsletter {

	float:left;
	width:700px;
	margin-top:20px;
}

#newsletter img {
	
	float:left;
	margin-top:50px;
}

#newsletter p {
	float:left;
	color:#284789;
	font-size:12px;
	line-height:20px;
	width:435px;
	margin-left:30px;

}

#sicherheit {

	float:left;
	width:700px;
	margin-top:20px;
}

#sicherheit img {
	
	float:left;
	margin-top:50px;
}

#sicherheit p {
	float:left;
	color:#284789;
	font-size:12px;
	line-height:20px;
	width:435px;
	margin-left:30px;

}

.sidebar-newsletter {
	font-family: Arial;
	font-weight: bold;
	padding: 10px;
	color:#9dc7d6;
	margin-top: 20px;
	float:left;
}

.sidebar-newsletter p {

	margin:0px;
	padding:0px;
	font-size:16px;
	color:#FFFFFF;
	margin-bottom:5px;

}



.sidebar-newsletter form {
	font-family: Arial;
	font-weight: bold;
	color:#284789;
	text-align: left;
	width: 250px;
}

.sidebar-newsletter input {

	height:34px;
	font-weight:500;
	border-radius:5px;

}

.bewertung {
	position:absolute;
	top:125px;
}

.progress {
	width:220px;
	position:relative;
	top:10px;
	left:437px;
	background-color:#284789;
	height:50px;
	font-weight:bold;
	border-radius:0px;
	color:#FFF;
	text-align:left;
	
}


.progress-bar.progress-bar-success {
	padding-left:5px;
	background-color:#284789;
	color:#FFF;
	text-align:left;
}



.progress-bar.progress-bar-info {
	padding-left:5px;
	background-color:#284789;
	color:#FFF;
}

.tooltip-inner {
  width: 800px;
  padding: 3px 8px;
  color: #284789;
  text-align: center;
  text-decoration: none;
  background-color: #9dc7d6;
  border-radius: 4px;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  visibility:none;
  filter:none;
  opacity:none;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #9dc7d6;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #CCCCCC;
}
.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-width: 5px 5px 0;
  border-top-color: #CCCCCC;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #CCCCCC;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #CCCCCC;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #CCCCCC;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #CCCCCC;
}


.progress-bar-success {
	padding-left:5px;
	background-color:#284789;
	color:#FFF;
}

.progress-bar-info {
	padding-left:5px;
	background-color:#284789;
	color:#000;
}

.badges {
	float:left;
	width:980px;
	text-align: center;
	margin-bottom: 10px;
	
}

.badges img {

	margin-left:4px;
	
}

.hotelang {
	background-color:#284789;
	color:#FFFFFF;
	padding: 7px 12px 7px 12px;
	width:200px;
	float:left;
	
}

.hotelang span a {

	color:#FFF;
	font-weight:bold;
	text-decoration:underline;
	font-size:18px;
	margin-bottom:10px;
	
}

.pura-video {
	position:absolute;
	width: 200px;
	top:280px;
	
}

.pura-fad {

	position:relative;
	top:100px;
	left:505px;
	cursor:pointer;
	height:100px;
	width:150px;
	z-index:2;

}


#pura-open {

	position:relative;
	top: 70px;
	left: 505px;
	height:100px;
	width:150px;
	z-index:1;

}

.display-none {

	z-index:0 !important;

}

.footer {

	width:980px;
	float:left;
	margin-top:120px;

}

.footlogo {

	float:left;
	width:220px;
	height:150px;
	
}

.foot {
	float:left;
	width:280px;
	height:260px;

}

.foot ul {
	list-style-type:none;
	font-size:12px;
	color:#284789;

}

.footr {

	float:left;
	width:200px;
	height:160px;

}

.footr ul {
	list-style-type:none;
	font-size:12px;
	color:#284789;

}

.foot ul a {
	color: #284789;

	
}

.footr ul a {
	color:#284789;
	
}

.footu {
	float:left;
	text-align:center;
	width:980px;
	color:#284789;
	font-size:12px;
	
}

.footu a {

	color:#742d7e;

}

#sbar-wrapper {
	position:relative;
	float: right;
	width: 265px;
	height: 2105px;

}

input {
padding-left: 3px;
}

.nsicht {
	font-size: 18px;
	padding: 10px;
	text-align: center;
	color: #284789;
}

.google-map-wrapper {
	position:absolute;
	height:180px;
	margin-top:60px;
}

.google-map-link {
	position:relative;
	z-index:100;
	width:200px;
	height:200px;
	margin-top:80px;
}
.drop-hotels {

            background-color:#9f9cc2;

            z-index:10001;

            font-size:14px;

            margin-top: -3px !important;

            margin-left: -1px !important;

}
.drop-hotels4 {

            background-color:#6861bc;

            z-index:10001;

            font-size:14px;

            margin-top: -3px !important;

            margin-left: -1px !important;

}
.drop-hotels2 {

            background-color:#dbb476;

            z-index:10001;

            font-size:14px;

            margin-top: -3px !important;

            margin-left: -1px !important;

}
.drop-hotels5 {

            background-color:#d79638;

            z-index:10001;

            font-size:14px;

            margin-top: -3px !important;

            margin-left: -1px !important;

}
.drop-hotels3 {

            background-color:#b8d989;

            z-index:10001;

            font-size:14px;

            margin-top: -3px !important;

            margin-left: -1px !important;

}
.drop-hotels6 {

            background-color:#99d444;

            z-index:10001;

            font-size:14px;

            margin-top: -3px !important;

            margin-left: -1px !important;

}
.caret {

    border-left: 4px solid transparent;

    border-right: 4px solid transparent;

    border-top: 4px solid;

    display: inline-block;

    height: 0;

    margin-left: 2px;

    vertical-align: middle;

    width: 0;

            margin-left:5px;

}
.item active {
	float:right;
}
#drkr {
	cursor:pointer;
	background-color:#9f9cc2;

}
#drkr4 {
	cursor:pointer;
	background-color:#6861bc;

}
#drkr2 {
	cursor:pointer;
	background-color:#dbb47b;

}
#drkr5 {
	cursor:pointer;
	background-color:#d79638;

}
#drkr3 {
	cursor:pointer;
	background-color:#b8d989;

}
#drkr6 {
	cursor:pointer;
	background-color:#99d444;

}
.dropdown-menu li a {

            text-decoration:none !important;

            color:#FFFFFF; !important;

            font-weight: bold;

}
.dropdown-menu2 li a {

            text-decoration:none !important;

            color:#FFFFFF; !important;

            font-weight: bold;

}.dropdown-menu3 li a {

            text-decoration:none !important;

            color:#FFFFFF; !important;

            font-weight: bold;

}
.dropdown-menu li a:hover {
	background-color:#b7b2f6  !important;
	color:#ffffff;
!important;

}
.dropdown-menu2 li a:hover {
	background-color:#fbc87d  !important;
	color:#ffffff;
!important;

}.dropdown-menu3 li a:hover {
	background-color:#ccf196  !important;
	color:#ffffff;
!important;

}
.dropdown-menu li a:focus {
	background-color:#9f9cc2 !important;
	color:#ffffff;
!important;

}
.dropdown-menu2 li a:focus {
	background-color:#dbb47b !important;
	color:#ffffff;
!important;

}.dropdown-menu3 li a:focus {
	background-color:#b8d989 !important;
	color:#ffffff;
!important;

}
.dropdown-menu .sub-menu {

    left: 100%;

    position: absolute;

    top: 0;

    visibility: hidden;

    margin-top: -1px;

}

.dropdown-menu2 .sub-menu {

    left: 100%;

    position: absolute;

    top: 0;

    visibility: hidden;

    margin-top: -1px;

}
.dropdown-menu3 .sub-menu {

    left: 100%;

    position: absolute;

    top: 0;

    visibility: hidden;

    margin-top: -1px;

}
.dropdown-menu li:hover .sub-menu {

    visibility: visible;

}
.dropdown-menu2 li:hover .sub-menu {

    visibility: visible;

}.dropdown-menu3 li:hover .sub-menu {

    visibility: visible;

}
.dropdown:hover .drop-hotels {

    display: block;

}
.dropdown:hover .drop-hotels2 {

    display: block;

}
.dropdown:hover .drop-hotels3 {

    display: block;

}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown-submenu>.dropdown-menu2 {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}.dropdown-submenu>.dropdown-menu3 {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
.dropdown-submenu:hover>.dropdown-menu2 {
    display: block;
}
.dropdown-submenu:hover>.dropdown-menu3 {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ffffff;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.dropdown-submenu.pull-left>.dropdown-menu2 {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}.dropdown-submenu.pull-left>.dropdown-menu3 {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.drop-sub {
	background-color:#dbb47b;
	color:#fff;
}
.drop-sub2 {
	background-color:#b8d989;!important;
	color:#fff;
}
.drop-sub3 {
	background-color:#d79638;!important;
	color:#fff;
}
.drop-sub4 {
	background-color:#99d444;!important;
	color:#fff;
}
.zimmerbild {
float: left;
margin: 4px 15px 0 2px;
width: 150px;
height: 100px;
}
.zimmerbild2 {
float: left;
margin: 4px 15px 0 2px;
width: 150px;
height: 110px;
}
.zimmerbild3 {
float: left;
margin: 4px 15px 0 2px;
width: 150px;
height: 130px;
}
.zimmerbild4 {
float: left;
margin: 4px 15px 0 2px;
width: 150px;
height: 170px;
}
.zimmerbild5 {
float: left;
margin: 4px 15px 0 2px;
width: 150px;
height: 190px;
}
.zimmer-typ {
float: left;
width: 670px;
}
.club-zimmer {
float: left;
width: 670px;
margin-top: 20px;
}
.color_home {background-color:#ace3f7;}

.relative_pic_position {
	position:relative;
	z-index:1005;
}
.trident {
	float:left;
	width:50px;
}
.clubname {
	float:left;
	width:530px;
	margin-left:10px;
}
.clubname p {
	font-size:16px;
	font-weight:normal;
	color:#284789;
	margin: 0px 0px 10px;
}
.schnellsuche header {
	font-size:16px;
	text-decoration:underline;
}
.d-flag {
	margin-right:10px;
}
.at-flag {
	 margin-right:3px;
}
.s-flag {
	 margin-right:6px;
}
.placeholder {
	 width:245px;
	 padding-left:5px;
	 color:#666;
}
.input-type {
	background-color:#284789;
	margin-top:5px;
	color:#FFF;
	font-weight:bold;
	font-size:14px;
	float:right;
	height:28px;
	border:0px;
	width:90px;
	border-radius:5px;
	margin-right:5px;
}
.progress-width {
	width:100%;
}
.daumen {
	float:left;
}
.bewertung-text {
	float:left;
	margin-top:4px;
	margin-left:5px;
}
.bewertung-text a {
	color:#FFF!important;
}
.bewertung-text a:hover {
	color:#FFF!important;
	text-decoration:underline;
}
.aktuelle-angebote {
	color:#284789;
	font-size:18px;
}
.php-right {
	float:right;
}
.iframe-google {
	margin-top:20px;
	border:0;
}
.anfrage-schrift {
	font-size:12px;
}
.anfrage-schrift2 {
	font-size:18px;
	font-weight:bold
}
.flag-bottom {
	margin-right:3px;
}
.gebuehrenfrei-schrift {
	font-size:12px;
}
.world-icon {
	margin-bottom:-5px;
	margin-right:3px;
}
.zimmer-ueberschrift {
	font-size:16px;
	font-weight:700;
}
.content-main-index {
	 float:right;
	 width:100px;
}
.content-main-bild {
	 float:right;
	 margin-top: -48px;"
}
.index-bild {
	 float:right;
	 width:100px;
	 margin:0px;
	 font-size:10px;
	 text-align:right;"
}
.index-ueberschrift {
	 text-align:center;
	 font-size:12px;
	 font-weight:700px;
}
.index-youtube {
	 margin-left:20px;
}
.picture-headline {
	 font-size:14px;
	 font-style:italic;
}
.uebersicht-hotel-txt {
	color:#284789;
	width:345px;
	float:left;
	margin-bottom:3px;
	margin-left:40px;
}
.hotel-main2 h2 {
	margin-left:10px;
}
.uebersicht-hotel-txt a {
	color:#284789 !important;
}
.hotel-link {
	float:left;
	width: 295px;
}
.hotel-main3 {
	float:left;
	width:350px;
}
.clubindex_country {
	font-size:10px;
}
.clubindex_text {

            font-family: open sans, arial, sans-serif;

            font-size: 14px;

            color: #284789;

            font-weight: bold;

}

 

.clubindex_country {

            font-family: open sans, arial, sans-serif;

            font-size: 9px;

            color: #284789;

}



.bodytext{ 

            font-family: open sans, arial, sans-serif;

            font-size:14px;

            font-size-adjust:none; 

            font-style:normal; 

            font-variant:normal; 

            font-weight:normal; 

            line-height:normal;

            color: #284789;

}

 

.anfrage-main input{

            margin:4px 0;

}
.anfrage-main select{

            margin:4px 0;

}
.admin {

            width: 650px;

            float: left;

            margin-left: 6px;

            margin-top: 10px;

}.admin #form1 td {

            padding: 5px;

}

.admin #form1 {

            margin-top: 10px;

}
#wrapper-hover {
width: 700px;
height: auto;
overflow: hidden;
margin-top:20px;
}
#wrapper-hover * {
color: #fff;
}
#wrapper-hover2 * {
color: #284789;
}
#wrapper-hover .carousel {
display: block;
float: left;
width: 330px;
height: 164px;
margin: 0 1px 1px 0;
}
#wrapper-hover .carousel2 {
display: block;
float: left;
width: 330px;
height: 164px;
margin: 0 1px 1px 0;
}
#wrapper-hover .carousel3 {
display: block;
float: left;
width: 330px;
height: 164px;
margin: 0 1px 1px 0;
}
#wrapper-hover .carousel4 {
display: block;
float: left;
width: 330px;
height: 164px;
margin: 0 1px 1px 0;
}
#wrapper-hover .carousel img {
display: block;
}
#wrapper-hover .carousel2 img {
display: block;
}
#wrapper-hover .carousel3 img {
display: block;
}
#wrapper-hover .carousel4 img {
display: block;
}
#wrapper-hover .carousel div {
background-color: #D79638;
width: 330px;
height: 210px;
padding: 5px 10px;
}
#wrapper-hover .carousel2 div {
background-color: #6861bc;
width: 330px;
height: 210px;
padding: 5px 10px;
}
#wrapper-hover .carousel3 div {
background-color: #99d444;
width: 330px;
height: 210px;
padding: 5px 10px;
}
#wrapper-hover .carousel4 div {
background-color: #284789;
width: 330px;
height: 210px;
padding: 5px 10px;
}
#wrapper-hover .carousel div h3 {
font-size: 15px;
height: 50px;
margin: 0;
padding: 0;
}
#wrapper-hover .carousel2 div h3 {
font-size: 15px;
height: 50px;
margin: 0;
padding: 0;
}
#wrapper-hover .carousel3 div h3 {
font-size: 15px;
height: 50px;
margin: 0;
padding: 0;
}
#wrapper-hover .carousel4 div h3 {
font-size: 15px;
height: 50px;
margin: 0;
padding: 0;
}
#wrapper-hover .carousel div table {
height: 150px;
margin: 0;
}
#wrapper-hover .carousel2 div table {
height: 150px;
margin: 0;
}
#wrapper-hover .carousel3 div table {
height: 150px;
margin: 0;
}
#wrapper-hover .carousel4 div table {
height: 150px;
margin: 0;
}
.caroufredsel_wrapper{
	width:330px !important;
	height:210px !important;
	margin-right:20px !important;
	margin-bottom:20px !important;
	float:left;
}

#wrapper-hover .carousel div table tr td i {
	margin-right:4px;
	font-size:13px;
}
#wrapper-hover .carousel2 div table tr td i {
	margin-right:4px;
	font-size:13px;
}
#wrapper-hover .carousel3 div table tr td i {
	margin-right:4px;
	font-size:13px;
}
#wrapper-hover .carousel4 div table tr td i {
	margin-right:4px;
	font-size:13px;
}
.icons{
	width:150px;
	height:80px!important;
	font-size:12px;
	color:#fff;
	margin-left:-10px;
	margin-top:-12px;
	float:left!important;
}
.icons2{
	width:225px;
	font-size:12px;
	color:#fff;
	margin-bottom:10px;
	float:left!important;
	margin-top:-5px;
}
.icons3{
	width:225px;
	font-size:12px;
	color:#fff;
	margin-bottom:10px;
	float:left!important;
	margin-top:-5px;
}
.icons4{
	width:225px;
	font-size:12px;
	color:#fff;
	margin-bottom:10px;
	float:right!important;
}
.icons ul{
	margin-top:-5px;
}
.ort{
	font-size:14px;
	font-style:italic;
	line-height:20px;
}
.icons-club-med li {
	background-image:url(../bilder/icons.png);
	display: block;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
	text-indent: 30px;
	float: left;
	height: 30px;
	width: 30px;
    margin: -10px 0.4em 0px 0px;
    padding: 0px;
    margin-top: -8px;
}
	
.icons-club-med2 li {
	background-image:url(../bilder/icons.png);
	background-color:#284789;
}
.icons-club-med3 li {
	background-image:url(../bilder/icons2.png);
	display: block;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
	text-indent: 30px;
	height: 30px;
	width: 30px;
	float: left;
	margin-right:5px;
	margin-top:2px;
	margin-left:5px;
}
.icons-club-med4 li {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
	text-indent: 30px;
	height: 30px;
	width: 30px;
	float: left;
	margin-right:5px;
	margin-top:5px;
	margin-left:5px;
}
.icons-club-med3 {
	padding:0px;
}
.with-children {
	background-position:-30px 0px;
}
.legende-txt {
	background-image: none !important;
	width: 190px !important;
	float: left !important;
	padding-left:5px !important;
	color:white;
}
.golf-icon {
	background-position:0px 0px;
}
.diving-icon {
	background-position:0px -270px;
}
.trapeze-icon {
	background-position:0px -60px;
}
.tennis-icon {
	background-position:0px -30px;
}
.sail-icon {
	background-position:0px -360px;
}
.spa-icon {
	background-position:0px -180px;
}
.water-icon {
	background-position:0px -300px;
}
.charme-icon {
	background-position:-60px -60px;
}
.after-ski-icon {
	background-position:-60px -90px;
}
.advanced-ski-icon {
	background-position:-60px 0px;
}
.pistenzugangs-icon {
	background-position:-60px -30px;
}
.wandern-icon {
	background-position:0px -120px;
}
.discover-icon {
	background-position:0px -420px;
}
.adults-icon {
	background-position:-30px -60px;
}
.fitness-icon {
	background-position:0px -90px;
}
.kite-icon {
	background-position:0px -390px;
}
.windsurfen-icon {
	background-position:0px -330px;
}
.nature-icon {
	background-position:0px -210px;
}
.mountainbike-icon {
	background-position:0px -150px;
}
.riding-icon {
	background-position:0px -240px;
}
.icon-geeignet {
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
	text-indent: 30px;
	float: left;
	height: 30px;
	width: 30px;
	margin: 0px 0.4em 0px 0px;
	padding: 0px;
}
.icon-menschen {
	float:left;
	margin-left:3px;
}
.icon-menschen2 {
	float:left;
	margin-left:-48px;
	margin-right:55px;
	margin-top:2px;
}
.icon-ueberschrift {
	font-size:12px!important;
	margin-left:-40px;
	margin-top:0px;
	margin-bottom:-2px;
}
.icon-ueberschrift2 {
	font-size:12px!important;
	margin-left:5px;
	margin-top:0px;
	margin-bottom:-2px;
}
.schnupper-text {
	width:700px;
	color:#284789;
	margin-top:-5px;
	margin-bottom:-15px;
}
td {
	padding: 2px;
}
.k {
	float: left;
}
.abkinder {
	padding: 0px;
	color: #284789;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 16px;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
          transition: height .35s ease;
}
.dropk {
	float: left;
	margin-left: 2px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.form-control {
  display: block;
  width: 100%;
  padding: 6px 12px; 
  color: #284789;
  font-size: 14px;
  line-height: 1.42857143;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
.Buchungsstart {
	color:#284789;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	margin-top:-20px;
}
.buchungsinfo {
	color:#284789;
	font-size:9px;
}

#inline_content {
	height:340px;
	width:100%;
}

.front #cboxLoadedContent{
	height:500px !important;
}

#welcome-msg {
	background: url(../bilder/newsletter.jpg) no-repeat;
	height:340px;
	width:400px;
}


#welcome-msg input{
height: 30px;
width: 200px !important;
font-size: 15px;
padding-left: 10px;
margin-top: 100px;
border-radius:10px;
margin-bottom:-15px;
font-family:open sans;
font-weight:normal;

}

#welcome-msg button {
border-radius: 10px;
font-size: 17px;
height: 30px;
width: 200px;
color: #fff !important;
background-color: #284789 !important;
display: inline-block;
padding: 0px 12px;
margin-bottom: 0;
font-weight: normal;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
text-transform:none;
}

#main-nl{
	background: url(../bilder/gewinnspiel-colorbox.jpg) no-repeat;
    height: 590px;
    margin-top: -126px;
    background-position-y: 86px;
}


#eintrag {
	background: url(../bilder/gewinnspiel-colorbox.jpg) no-repeat;
    height: 590px;
	width: 100%;
}

.k-left {
	float:left;
	margin-right:20px;
}

.k-right {
	float:left;
	width:520px;
}

.abs-1 {
	height:auto;
	margin-bottom:30px;
	margin-top:30px;
}

.konzept-txt-1 {

	font-size:14px;
	color:#666666;
	margin-top:0px;
	
}

.e-mail-anmelden-2{
	background-color: #284789;
    margin-top: -1px;
    color: #FFF;
    font-weight: bold !important;
    font-size: 14px;
    float: right;
    height: 27px !important;
    border: 0px;
    width: 90px;
    border-radius: 5px !important;
    margin-right: 5px;
    margin-left: 7px;
}

.service_newsletter {
	float:left;
	margin-left:250px;
	margin-bottom:20px;
}

.service_newsletter_2 {
	float:left;
	margin-left:222px;
	margin-bottom:222px;
}

.nl-text {
	font-size: 12px;
	font-family: arial;
	color: #FFF;
	padding-top: 85px;
}


.nl-frage {
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
	margin-top: 2px;
}

.nl-text span {
    font-size: 33px;
    font-weight: bold;
}

.radio-gs {
    margin: 10px 0px 10px 0px;
    color: #FFF;
}

.gewinnspiel input[type=radio] {
    display: none;
}

.radio-gs input {
    border: none;
}

.gewinnspiel label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 25px;
	margin-right: 15px;
	font-size: 13px;
	font-weight: bold;
	color: #083a6c;
}

.gewinnspiel label:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    border-radius: 100%;
    bottom: -1px;
    background-color: #fff;
    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
}

.gewinnspiel input[type=radio]:checked + label:before {
    content: "\2022";
    color:#284789;
    font-size: 44px;
    text-align: center;
    line-height: 22px;
}

.anmelden {
    width: 100%;
    height: auto;
}

.input-email {
    border: medium none;
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.3) inset, 0px 0px 0px 0px rgba(255, 255, 255, 0.8);
    margin-bottom: 10px;
    height: 30px;
    width: 160px;
    padding-left: 10px;
}

.cbox-btn {
    background-color: #FFF;
    color: #F00;
    border: medium none;
    font-size: 20px;
    cursor: pointer;
	padding:3px 20px 3px 20px;
}


#welcome-msg-sd {
	background: url(../bilder/gewinnspiel-colorbox.jpg) no-repeat;
	height:500px;
	width:430px;
	text-align:center;
}

.gewinnspiel{
	text-align:center;
}


#eintrag {
	background: url(../bilder/gewinnspiel-colorbox-ok.jpg) no-repeat;
    height: 590px;
	width: 100%;
}

p {
    margin: 20px 0 10px;
}

.schnupperreisen1 {
	min-height: 80px;
	float:left;
	text-align:center;
	margin-left:75px;
	margin-bottom:10px;	
}

.schnupperreisen1-txt {
	margin:0px;
	padding-top:5px;
}

.schnupperreisen2-1 {
	min-height: 80px;
	background:#9dc7d7;	
}

.schnupperreisen2-2 {
	min-height: 80px;
	float:left;
	text-align:center;
	margin-left:90px;
	margin-bottom:10px;	
}


.schnupperreisen2-txt {
	margin:0px;
	padding-top:5px;
}

#main-nl p {
	color: #FFF!important;	
}

#main-nl b {
	color: #FFF!important;	
}

/*
POPUP
*/

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    background-color: #284789;
    padding: 0px;
    padding: 15px;
    font-weight: bold;
    text-align: center;
    font-size: 26px;
	color:#fff;
}

.popup-text{
	text-align:center;
	margin-top:10px;
	font-size:14px;
}

.popup-text span{
	
	font-size:28px;
	font-weight:bold;
}

.modal-header {
    padding: 0px;
	border-bottom:none;
}

.modal-open{
	padding:0px !important;
}

.modal-body {
    padding: 5px 15px 5px 15px;
}

.popupsenden{
	width:100%;
}

.modal-dialog{
	max-width:420px;
}

.modal-content {
    border: none;
    background: url(../bilder/gewinnspiel-bg.png) no-repeat;
	background-size:cover;
    color: #083a6c;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
	opacity: 1.0;
    filter: alpha(opacity=20);
}

.close:hover, .close:focus {
    color: #c1b9b9;
    text-decoration: none;
    cursor: pointer;
    opacity: 1.0;
    filter: alpha(opacity=50);
}

#captcha_ele{
	float:right;
}

.modal-header .close {
    margin-right: 5px;
}

.popupsenden{
	background-color:#53a800;
	color:#fff;
	font-weight:bold;
}

.popupsenden:hover{
	color:#fff;
}

@media (min-width: 768px) {
.modal-dialog {
    width: 600px;
    margin: 30px auto;
}
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0px;
    margin: 30px auto;
}

.modal-open {
    overflow: auto;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
/*
ENDE POPUP
*/



.inactive{
	background-color:#999 !important;
    color: #fff;
    border: 1px solid #999 !important;
	padding:10px;
	width:260px;
}

.spam{
	padding:10px;
	background-color:#284789;
	color:#fff;
	border: 1px solid #284789;
	width:260px;
}


@media only screen and (max-width: 980px) and (min-width: 680px) {
.hotels-front {
    width: 50%!important;
    margin-right: 0px!important;
}

.hotel-txt-front {
    width: 98%!important;
}

.hotels-front img {
    float: none!important;
    width: 98%!important;
}

.angebot-front {
    width: 98%!important;
    float: left!important;
}

.hotels_klein {

    margin-top: 139px!important;

}

}

@media only screen and (max-width: 679px) {
.hotels-front {
    float: none!important;
    width: 100%;
    height: 342px;
    margin-top: 40px;
    margin-right: 20px;
}

}

.angebot_reisedatum {
    font-size: 12px;
    color: #232323!important;
    font-weight: bold;
}

/*Startseite Angebote*/


@media only screen and (max-width: 679px) {
.hotels-front {
    float: none!important;
    width: 100%;
    height: 342px;
    margin-top: 40px;
    margin-right: 20px;
}

}

.angebot_reisedatum {
    font-size: 12px;
    color: #232323!important;
    font-weight: bold;
}

.hotel-txt-front h2 {
    color: #3B7992;
    font-size: 13px;
    margin: 0px;
    margin-left: 5px;
    padding-top: 7px;
    font-family: open sans;
    font-weight: bold;
    line-height: 21px;
}

.hotels-front {
    float: left;
    width: 330px;
    height: 342px;
    margin-top: 20px;
    margin-right: 20px;
}

.land_front {
    font-size: 13px;
    color: #3B7992;
    margin-left: 5px;
    font-family: open sans;
}

.active a {
    background-color: #284788  !important;
    border: 0 none !important;
    color: white !important;
}

.angebot-front {
    background-color: #9dc7d7;
    position: relative;
    top: 0px;
    width: 330px;
    float: right;
    height: 60px;
}

.hotels_klein {
    width: 213px;
    margin-right: 20px;
    margin-top: 40px;
    float: left;
}

.hotel-txt-klein {
    background-color: #9dc7d7;
    width: 213px;
    padding-right: 3px;
    float: left;
    padding-bottom: 5px;
}

.hotel-txt-front {
    float: left;
    background-color: #9dc7d7;
    width: 330px;
    padding-bottom: 5px;
}

.hotel-txt-klein h2 a {
    background-color: transparent !important;
}

.hotel-txt-front h2 a {
    background-color: transparent !important;
}

.angebot-front-txt {
    margin-left: 5px;
    color: #FFFFFF;
    margin-top: 5px;
    font-size: 12px;
}

.angebot-front-preis {
    margin-top: 5px;
    margin-right: 5px;
    color: #FFFFFF;
    float: right;
    font-size: 12px;
}

.angebot-front-preis-gr a {
    background-color: transparent !important;
    text-decoration: underline;
	font-size: 22px;
}

.hotel-txt-klein h2 {
    color: #3B7992;
    font-size: 13px;
    margin: 0px;
    margin-left: 5px;
    padding-top: 7px;
    font-family: open sans;
    font-weight: bold;
    line-height: 21px;
}

.angebot-klein {
    background-color: #9dc7d7;
    position: relative;
    top: 0px;
    width: 213px;
    float: right;
    height: 70px;
}

.angebot-front-txt {
    margin-left: 5px;
    color: #FFFFFF;
    margin-top: 5px;
    font-size: 12px;
}

.angebot-klein-preis {
    margin-top: 0px;
    margin-right: 5px;
    color: #3B7992;
    float: right;
    font-size: 12px;
}

@media only screen and (max-width: 980px) {
.angebot-front {
    background-color: #9dc7d7;
    position: relative;
    top: 0px;
    width: 100%;
    float: right;
    height: 73px;
    margin-bottom: 28px;
}


.hotel-txt-front {
    float: left;
    background-color: #9dc7d7;
    width: 100%;
    padding-bottom: 5px;
}

.hotel-txt-klein {
    background-color: #9dc7d7;
    width: 100%;
    padding-right: 3px;
    float: left;
    padding-bottom: 5px;
}

.angebot-klein {
    background-color: #9dc7d7;
    position: relative;
    top: 0px;
    width: 100%;
    float: right;
    height: 70px;
}

.hotels-front {
    float: left;
    width: 100%;
    height: 342px;
    margin-top: 20px;
    margin-right: 20px;
}
}

.angebot-klein-preis-gr {
    color: #3B7992;
    font-size: 24px;
    background-color: transparent !important;
	text-decoration: underline;
}

@media only screen and (max-width: 880px) {
.startseite-main {
    width: 100%;
    padding: 10px;
}

.aktuelle-angebote-2 {
    width: 100%;
    display: inline!important;
    padding: 0px;
    margin-bottom: 26px;
    margin-top: -23px;
}

}

@media only screen and (max-width: 980px) {
.hotels_klein {
    width: 100%;
    margin-right: 20px;
    margin-top: 40px;
    float: left;
}
}
/*END Startseite Angebote*/

.club-head-2 h1 {
    display: inline;
    margin: 0px;
    padding: 0px;
    font-size: 28px;
}

.club-head-2 {
    color: #284789;
    font-size: 28px;
    font-weight: bold;
}

.Vorschau {
    background-color: #284789;
    text-decoration: none color: #ffffff;
    width: 100%;
    margin-left: 15px;
    margin-top: 0px;
    float: left;
    min-height: 420px;
}
.Vorschaub {
    background-color: #b8d989;
    text-decoration: none color: #ffffff;
    width: 100%;
    margin-left: 15px;
    margin-top: 0px;
    float: left;
    min-height: 420px;
}
.Vorschauc {
    background-color: #9f9cc2;
    text-decoration: none color: #ffffff;
    width: 100%;
    margin-left: 15px;
    margin-top: 0px;
    float: left;
    min-height: 420px;
}
.angebote-frubu {
  padding-right: 30px;
  
	
}
.Vorschaud {
    background-color: #284789;
    text-decoration: none color: #ffffff;
    width: 100%;
    margin-left: 15px;
    margin-top: 7px;
    color:#ffffff;
    min-height: 80px;
	text-align:center;
	padding-top: 10px;
	
}
.Vorschaue {
    background-color: #b8d989;
    text-decoration: none color: #ffffff;
    width: 100%;
    margin-left: 15px;
    margin-top: 7px;
    color:#ffffff;
    min-height: 80px;
	text-align:center;
	padding-top: 10px;
}
.Vorschauf {
    background-color: #9f9cc2;
    text-decoration: none color: #ffffff;
    width: 100%;
    margin-left: 15px;
    margin-top: 7px;
 	color:#ffffff;
    min-height: 80px;
	text-align:center;
	padding-top: 10px;
}

.Vorschauf p{
	margin:0;
}
.Vorschaue p{
	margin:0;
}
.Vorschaud p{
	margin:0;
}

.extra-aktion {
    background-color: #982626;
    padding: 4px 20px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    top: 610px;
    display: block;
}

.extra-aktion-corner {
    border-color: #a23124 transparent transparent;
    border-style: solid;
    display: block;
    position: absolute;
    left: 0px;
    top: 28px;
    border-width: 6px;
    z-index: -1;
}

.angebote-gross img{
	min-height:248px;
}


.schneeziele-front-button {
	width: 537px;
	height: 65px;
	background-image: url(../bilder/schneeziele.png);
	transition: all 500ms ease-in-out;
}

.schneeziele-front-button:hover {
	background-image: url(../bilder/schneeziele-hover.png);
	transition: none;
	transition: all 500ms ease;
}

.sonnenziele-front-button{
	width: 537px;
	height: 65px;
	background-image: url(../bilder/sonnenziele.png);
	transition: all 500ms ease-in-out;
}

.sonnenziele-front-button:hover {
	background-image: url(../bilder/sonnenziele-hover.png);
	transition: all 500ms ease;
	
}

.frontbuttons-abstand {
	margin-top:10px;
}

.main-frontbuttons-abstand {
	height: 100px;
	margin-top:40px;
}

.aktuelle-angebote-2 {
	display:none;
}

.mobiletel {
    display:none;
}




@media only screen and (max-width: 725px){
	
	
	.demo-gallery > a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
    min-height: 125px;
    max-height: 125px;
    min-width: fit-content;
    max-width: fit-content;
}
	

	
	
.mobiletel {
    background-color: #9dc7d7;
    color: #284789;
    font-size: 16px;
    text-align: center;
    padding-bottom: 5px;
    font-weight: bold;
    padding-top: 5px;
	display:block;
}
}

.aktion-code p{
	float:left;
	width:100%;
	margin:0;
}

.pswp__zoom-wrap {
  text-align: center;
}
.pswp__zoom-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.wrapper {
  line-height: 0;
  width: 100%;
  max-width: 900px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */

  padding-top: 25px;
  height: 0;
  width: 100%;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
video {
  width: 100% !important;
  height: auto !important;
}

.pswp__zoom-wrap .video-wrapper iframe {

  position: absolute; 
  width: 100%; 
  height: 100%; 
}

.photoswipe-item img{
	width:100%;
	max-height:114px;
}

@media only screen and (min-width : 680px) and (max-width: 980px) {
	.photoswipe-item img{
	width:100%;
	max-height: none;
}
}
@media only screen and (max-width : 680px) {
	.photoswipe-item img{
	width:100%;
	max-height: none;
}
}


.club-sidebar .photoswipe-wrapper .col-md-12{
	padding:0;
}

.swipecontainer{
	position:relative;
}

.swipe-video{
	    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 188px;
	box-shadow: 0px 0px 8px 5px rgba(0,0,0,0.75);
    webkit-box-shadow: 0px 0px 8px 5px rgba(0,0,0,0.75);
    moz-box-shadow: 0px 0px 8px 5px rgba(0,0,0,0.75);
}

.swipecontainer .photoswipe-wrapper{
	position:relative;
}

.swipecontainer i{
	    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	width:50px;
	height:40px;
}

.swipecontainer i:hover{
	    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	width:50px;
    color: #2a569f;
	height:40px;
}

.mapMobile {
	display:none;
}
	/*.club-bildergalerie .row{
						margin-right:-15px;
						margin-left:-15px;
					}*/
					
          
            .demo-gallery > ul {
              margin-bottom: 0;
            }
            .demo-gallery > ul > li {
                float: left;
            }
            .demo-gallery > ul > li a {
              border: 3px solid #FFF;
              border-radius: 3px;
              display: block;
              overflow: hidden;
              position: relative;
              float: left;
			  z-index: 1;
            }
            .demo-gallery > ul > li a > img {
              -webkit-transition: -webkit-transform 0.15s ease 0s;
              -moz-transition: -moz-transform 0.15s ease 0s;
              -o-transition: -o-transform 0.15s ease 0s;
              transition: transform 0.15s ease 0s;
              -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1);
              height: 103px;
              width: 100%;
            }
            .demo-gallery > ul > li a:hover > img {
              -webkit-transform: scale3d(1.1, 1.1, 1.1);
              transform: scale3d(1.1, 1.1, 1.1);
            }
            .demo-gallery > ul > li a:hover .demo-gallery-poster > img {
              opacity: 1;
            }
            .demo-gallery > ul > li a .demo-gallery-poster {
              background-color: rgba(0, 0, 0, 0.1);
              bottom: 0;
              left: 0;
              position: absolute;
              right: 0;
              top: 0;
              -webkit-transition: background-color 0.15s ease 0s;
              -o-transition: background-color 0.15s ease 0s;
              transition: background-color 0.15s ease 0s;
            }
            .demo-gallery > ul > li a .demo-gallery-poster > img {
              left: 50%;
              margin-left: -10px;
              margin-top: -10px;
              opacity: 0;
              position: absolute;
              top: 50%;
              -webkit-transition: opacity 0.3s ease 0s;
              -o-transition: opacity 0.3s ease 0s;
              transition: opacity 0.3s ease 0s;
            }
            .demo-gallery > ul > li a:hover .demo-gallery-poster {
              background-color: rgba(0, 0, 0, 0.5);
            }
            .demo-gallery .justified-gallery > a > img {
              -webkit-transition: -webkit-transform 0.15s ease 0s;
              -moz-transition: -moz-transform 0.15s ease 0s;
              -o-transition: -o-transform 0.15s ease 0s;
              transition: transform 0.15s ease 0s;
              -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1);
              height: 100%;
              width: 100%;
            }
            .demo-gallery .justified-gallery > a:hover > img {
              -webkit-transform: scale3d(1.1, 1.1, 1.1);
              transform: scale3d(1.1, 1.1, 1.1);
            }
            .demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
              opacity: 1;
            }
            .demo-gallery .justified-gallery > a .demo-gallery-poster {
              background-color: rgba(0, 0, 0, 0.1);
              bottom: 0;
              left: 0;
              position: absolute;
              right: 0;
              top: 0;
              -webkit-transition: background-color 0.15s ease 0s;
              -o-transition: background-color 0.15s ease 0s;
              transition: background-color 0.15s ease 0s;
            }
            .demo-gallery .justified-gallery > a .demo-gallery-poster > img {
              left: 50%;
              margin-left: -10px;
              margin-top: -10px;
              opacity: 0;
              position: absolute;
              top: 50%;
              -webkit-transition: opacity 0.3s ease 0s;
              -o-transition: opacity 0.3s ease 0s;
              transition: opacity 0.3s ease 0s;
            }
            .demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
              background-color: rgba(0, 0, 0, 0.5);
            }
            .demo-gallery .video .demo-gallery-poster img {
              height: 48px;
              margin-left: -24px;
              margin-top: -24px;
              opacity: 0.8;
              width: 48px;
            }
            .demo-gallery.dark > ul > li a {
              border: 3px solid #04070a;
            }
            .home .demo-gallery {
              padding-bottom: 80px;
            }

	
	 .demo-gallery > a {
              border-radius: 3px;
              display: block;
              overflow: hidden;
              position: relative;
              float: left;
			  z-index: 1;
	 }
	
			.demo-gallery > a > img {
              -webkit-transition: -webkit-transform 0.15s ease 0s;
              -moz-transition: -moz-transform 0.15s ease 0s;
              -o-transition: -o-transform 0.15s ease 0s;
              transition: transform 0.15s ease 0s;
              -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1);
              height: 100%;
              width: 100%;
			  min-height: 125px;
    		  max-height: 125px;
			  min-width: 200px;
			  max-width: 200px;

            }
            .demo-gallery  > a:hover > img {
              -webkit-transform: scale3d(1.1, 1.1, 1.1);
              transform: scale3d(1.1, 1.1, 1.1);
            }
	
	.demo-gallery {
    width: 100% !important;
    height: auto;
    float: left;
}

a.demo-gallery__img--main {
    width: auto;
    height: auto;
}

.demo-gallery a {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
    display: block;
    float: left;
    margin: 0 0px 25px 0;
    line-height: 0;
}

.demo-gallery img {
    width: auto;
    max-width: 100%;
    height: auto;
    border: 0;
}

.demo-gallery figure {
    display: none;
}

.club-sidebar-mobile .row {
    margin-right: -15px;
    margin-left: -15px;
}


.club-sidebar-mobile {
	margin-top:10px;
}

.hotelang-head p {
	color: #284789 !important;
}


