/* open-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300, light;
  src: url('../fonts/open-sans-v35-latin-300.eot'); /* IE9 Compat Modes */
  src: url('../fonts/open-sans-v35-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v35-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v35-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v35-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v35-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400, normal;
  src: url('../fonts/open-sans-v35-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/open-sans-v35-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v35-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v35-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v35-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v35-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500, bold;
  src: url('../fonts/open-sans-v35-latin-500.eot'); /* IE9 Compat Modes */
  src: url('../fonts/open-sans-v35-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v35-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v35-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v35-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v35-latin-500.svg#OpenSans') format('svg'); /* Legacy iOS */
}

body {
	margin:0 auto;
	font-family:'Open Sans';
	background-color:#fcf9f4;
}

/* ALLGEMEIN */



hr {
	margin-top:15px;
	margin-bottom:15px;
}

.no-pad-r {
	padding-right:0px;
}

.no-pad-l {
	padding-left:0px;
}

.nopad {
	padding:0px !important;
}

/* ALLGEMEIN */

.sticky {
	position: sticky;
	top: 0;
	width: 100%;
	z-index: 9999
	}
.body {
	padding-top: 102px;
}

@media only screen and (max-width: 768px) {
  .navneu {
	  display: none;
  }
}

@media only screen and (max-width: 900px) {
  .clubs-content {
    width: 100% !important;
  }
  .clubs-content-center {
	  margin-left: 0% !important;
}

}

@media only screen and (max-width: 1300px) {
	
	.siegel {
	display:none;
	}
}

img-header	{
	padding-top: 10px; 
	padding-bottom: 15px;	
}

.navneu {
	float: left;
}

.cards	{
	width: 50%;
}

.img-cards	{
	border: 4px;
	border-style: solid;
	width: 100%;
	border-radius: 50px 50px 0 0;	
}

.left-btn {
	width: 50%;
    float: left;	
}

.cards-btn	{
	border-radius: 0px;
    margin-top: 0px !important;	
}

.cards-text {
	border: 3px;
    border-style: solid;
    border-radius: 0px 0px 30px 30px;
    padding: 10px;
}

.cards-txt-ueberschrift {
	text-align: center !important;
    margin-top: 40px;
}

.cards-center	{
	margin-left: 25%;
    width: 50%;
}
/* Header */


h1 {
	margin:0px;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
	color: #fff;
	background-color: transparent;
}

.header {
	
	width:100%;
	margin:0 auto;
	padding:15px 10px 10px 10px;
}

.otherpad{
	padding:15px 10px 0px 10px !important;
}



.container {
	width:100%;
	background-color:#2b4790;
	color:#fff;

}

.tel-klein {
	font-size:10px;
	color:#fff;
}

.tel {
	font-size:30px;
	font-weight:bold;
	line-height:14px;
}

.tel-flug {
	font-size:22px;
	font-weight:bold;
	line-height:14px;
}

.header .navbar {
	margin-bottom: 0px;
	border-radius:0px;
	min-height:initial;
	border:none;
	font-size:16px;
}

.header .navbar-default {
	background-color: #2b4790;
	border-color:#2b4790;
}

.header .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #ffffff;
	background-color:transparent;
}

.header .navbar-brand {
	float: left;
	padding:0px;
	font-size: 18px;
	line-height:none;
	height:auto
}
 @media (min-width: 768px) {
 .header .navanfrage:hover {
 border-bottom:5px solid #885bcc;
}
 .header .dropdown:hover {
 position: static;
 border-bottom: 5px solid #fcbe0e;
}
 .header .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
 color: #ffffff;
 border-bottom: 5px solid #10c28e;
 background-color:transparent;
}
 .header .navbar-default .navbar-nav > .active > a {
 border-bottom: 5px solid rgba(255, 0, 0, 0);
}
 .header .navbar-nav > li > a {
 padding-top: 5px;
 padding-bottom: 0px;
}
 .header .dropdown-menu {
 width: 100% !important;
 text-align: center !important;
}
 .header .dropdown-green .dropdown-menu {
 text-align: center !important;
 width:auto !important;
}
 .centernav .dropdown-menu li {
 width:20%;
 text-align:left;
 float:left;
}
 .centernav .dropdown-green .dropdown-menu li {
 text-align:left;
 float:none;
 width:auto;
}
 .centernav li a {
 color:#2b4790 !important;
}
 .centernav .dropdown-menu li ul li {
 width: 100%;
 margin: 0px;
 padding: 0px;
 list-style-type: none;
 font-family: Open Sans;
}
}

.header .dropdown-menu>li {
	display: inline-block;
}

.header .dropdown-green .dropdown-menu>li {
	display: block;
}

.centernav .dropdown-menu {
	border-radius: 0px;
	box-shadow: none;
	background-color: #fff;
	height: 455px;
	border: 1px solid #fff;
	border-top:none;
}

.centernav .dropdown-green .dropdown-menu {
	border-radius: 0px;
	box-shadow: none;
	height:auto;
	background-color: #fff;
	border: 1px solid #fff;
	border-top:none;
}

.centernav .dropdown-menu a {
	color:#fff;
}

.centernav .dropdown-menu a:hover {
	color:#fff;
	background-color: transparent;
}

.header .navbar-default .navbar-nav > li > a {
	color: #fff !important;
}

.header img {
	max-height:50px;
}

.header .nav {
	margin-bottom: 0;
}

.header .dropdown {
	position: static;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background-color: #2b4790;
	color:#fff !important;
}

.navbar-default .navbar-nav > li > a {
	color: #fff;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #fff;
	background-color: transparent;
}

/* Header */


/* Slider */

.bigslider {
	height:600px;
	overflow:hidden;
	position:absolute;
}

.bigslider .slick-slide img {
	display: block;
	padding:0px;
	width: 100%;
}

.bigslider .text {
	position: absolute;
	top: 7%;
	padding: 5px 215px;
}

.bigslider {
	position:absolute;
	max-width:100%;
}

.bigslider img {
	padding:0px !important;
}

.bigslider .slick-next {
	background-image:none;
}

.img-wrapper {
	height:520px;
}

.img-wrapper img {
	width:auto !important;
}

#owl-demo {
	position:absolute;
}

.slider .carousel-inner > .item > img {
	width:100% !important;
}

.slider .carousel-caption {
	left: 0%;
	right: 0%;
	top: 5%;
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
	text-align:left;
	padding-left:140px;
	max-height:350px;
	z-index:10
}

.slider .sliderhead {
	background-color: #fcbe0e;
	padding: 10px;
	width: auto;
	display: inline-block;
	color:#fff;
	font-size:30px;
	text-transform:uppercase;
}

.slider .slidertxt {
	color:#414081;
	margin-top:10px;
	font-size:22px;
	display:inline-block;
	background-color:#fff;
	padding:0px 10px;
	margin-bottom: 0px;
    line-height: normal;
}

.slider .sliderpreis {
	color:#fff;
	font-size:36px;
	background-color:#2b4790;
	display:inline-block;
	margin-top:20px;
	padding:0px 30px 0px 40px;
}

.slider .sliderpreis span {
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
}

.slider .carousel-control.left {
	background-image: none;
	max-height: 350px;
	top:0px;
	z-index:20;
}

.slider .carousel-control.right {
	left: auto;
	right: 0;
	background-image: none;
	max-height: 350px;
	top:0px;
	z-index:20;
}

.slider .carousel-control {
	top: -35px;
}

/*.slider .carousel-inner {
	max-height: 600px;
}*/

.slider .carousel {
	position: absolute;
	width: 100%;
}

/* Slider */



/* Nav Tabs */
.nav-tabs > li.active > a {
	color:#fff;
}

.nav-tabs > li.active > a:hover {
	color:#fff;
}






-navi-pills {
margin-top: 10px;
margin-bottom: 10px;


}



.yellow-nav {
	border-bottom:8px solid #fcbe0e !important;
}


}

.rdblue {
	border-bottom:8px solid #2b4790 !important;
}

.blue-nav {
	border-bottom:8px solid #5c80e6 !important;
}



.lightgreen{
	color:#fff;
	background-color:#a1cc5b  !important;
}




.purple-nav {
	border-bottom:8px solid #885bcc !important;
}

.lightgreen-nav {
	border-bottom:8px solid #a1cc5b !important;
}

.red a, .red a:hover {
	color:#fff;
	background-color:#ec0104 !important;
	border:none !important;
}

.green a, .green a:hover {
	color:#fff;
	background-color:#11b288 !important;
	border:none !important;
}

.lightgreen a, .lightgreen a:hover {
	color:#fff;
	background-color:#a1cc5b !important;
	border:none !important;
}

.yellow a, .yellow a:hover {
	color:#fff;
	background-color:#fcbe0e !important;
	border:none !important;
}

.blue a, .blue a:hover {
	color:#fff;
	background-color:#5c80e6 !important;
	border:none !important;
}

.purple a, .purple a:hover {
	color:#fff;
	background-color:#885bcc !important;
	border:none !important;
}

.rd-blue a, .rd-blue a:hover {
	color:#fff;
	background-color:#fd9b65  !important;
	border:none !important;
}

.orange-nav {
    border-bottom: 8px solid #fd9b65 !important;
}

.nav-tabs {
	
	font-size:18px;
}

.nav-tabs > li {
	margin-right: 10px;
	margin-bottom:0px;
}

.nonavborder {
	border:none !important;
}

/* Nav Tabs */





/* Main */

.container-main {
	max-width:1170px;
	width:100%;
	margin:0 auto;
	position:relative;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	top: 400px;
}

.higher {
	top:70px !important;
}

.pagehead {
	font-size: 50px;
	display: inline-block;
	background-color: #2b4790;
	padding: 5px 20px;
}

.lessbg .carousel-caption {
	left: 0%;
	right: 0%;
	top: 0%;
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
	text-align: left;
	padding-left: 15px;
	max-height: 150px;
	z-index: 10;
}

main {
	background-color:#fff;
	-webkit-box-shadow: 0px 5px 6px 1px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 5px 6px 1px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 5px 6px 1px rgba(0, 0, 0, 0.6);
}

.shadow {
	-webkit-box-shadow: 0px 5px 6px 1px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 5px 6px 1px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 5px 6px 1px rgba(0, 0, 0, 0.6);
}

.sub-head {
	background-color: #2b4790;
	color: #fff;
	padding: 15px;
	font-size: 22px;
}

.sub-head span {
	font-size:16px;
}

.sub-slider {
	background-color:#2b4790;
}

.sub-slider .slick-dotted.slick-slider {
	padding: 0px 45px;
	margin-top: 15px;
	margin-bottom: 0px;
}

.sub-slider .slick-prev {
	left: 15px;
	background-image:url(../bilder/arrow-l2.png);
	height:50px;
}

.sub-slider .slick-next {
	right: 15px;
	background-image:url(../bilder/arrow-r2.png);
	height:50px;
}

.sub-slider .slick-prev:hover, .sub-slider .slick-prev:focus {
	left: 15px;
	background-image:url(../bilder/arrow-l2.png);
	height:50px;
}

.sub-slider .slick-next:hover, .sub-slider .slick-next:focus {
	right: 15px;
	background-image:url(../bilder/arrow-r2.png);
	height:50px;
}







.kreuzf .slick-prev {
	left: 15px;
	background-image:url(../bilder/left-kf.png);
	height:50px;
}

.kreuzf .slick-next {
	right: 15px;
	background-image:url(../bilder/right-kf.png);
	height:50px;
}

.kreuzf .slick-prev:hover, .kreuzf .slick-prev:focus {
	left: 15px;
	background-image:url(../bilder/left-kf.png);
	height:50px;
}

.kreuzf .slick-next:hover, .kreuzf .slick-next:focus {
	right: 15px;
	background-image:url(../bilder/right-kf.png);
	height:50px;
}








.buchungsmaschine {
	padding:20px;
}

.lightblue {
	background-color:#cce3f2;
}

.bm-inner {
	background-color:#fff;
	padding:20px 10px;
}

.ausgezeichnet {
	background-color:#cce3f2;
	padding:20px;
	color:#004494;
}

.ausgezeichnet .txt {
	font-size:18px;
}

.head {
	text-align: center;
	padding: 15px 10px;
	font-size: 26px;
	line-height: 24px;
	color:#004494;
}

.gutscheinsubhead{
	text-align: center;
	padding: 30px 10px;
	font-size: 26px;
	line-height: 24px;
	color:#ff0000;
	font-family:Open Sans;
}

.head h3 {
	text-align: center;
	padding: 15px 10px;
	font-size: 26px;
	line-height: 24px;
	color:#004494;
	margin:0px;
}

.club-hotel-main .head h3 {
	margin:0px;
	padding:0px;
}

.head span {
	font-size: 18px;
}

.img-center {
	margin:0 auto;
}

/* TOP Angebote */

.top-angebote{
    padding: 0px 20px;
}

.taimg{
	margin-bottom:30px;
}

.top-angebote .slidercap .head {
	background-color: #00235f;
	color: #fff;
	padding: 15px 15px;
	font-size: 26px;
	text-align:left;
	text-transform: uppercase;
	display:table;
	margin-left:0%;
	margin-top:2%;
}

.top-angebote .slidercap .subhead {
	color: #00235f;
	padding: 5px 15px;
	font-weight: bold;
	display:table;
	font-family: Open Sans;
	font-size: 18px;
	background-color: #fff;
	margin-left:0%;
}

.top-angebote .slidercap .preis {
	background-color: #fcbe0e;
	color: #fff;
	padding: 5px 20px;
	font-size: 30px;
	display:table;
	float:right;
	margin-top:35%;
}

/* TOP Angebote */


/* Reiseanfrage */

.norobot label input {
  display: none;/* <-- hide the default checkbox */
}
.norobot label span {/* <-- style the artificial checkbox */
  height: 10px;
  width: 10px;
  border: 1px solid grey;
  display: inline-block;
  position: relative;
}
.norobot [type=checkbox]:checked + span:before {/* <-- style its checked state..with a ticked icon */
  content: '\2714';
  position: absolute;
  top: -5px;
  left: 0;
}

.roblabel{
	padding:10px;
	color: #2b4790;
}

.robot{
	width:auto !important;
	float:left;
	margin-right:5px !important;
}
.anfragetxt{
	color:#2b4790;
}

.anfrageul{
	color:#2b4790;
	list-style-type:square;
	padding-left:35px;
	font-size:19px;
	margin-top:15px;
	margin-bottom:50px;
}
.reiseanfrage {
    padding: 20px;
    background-color: #fff;
    font-family: 'Open Sans';
    border-radius: 20px;
    margin-top: 50px;
}

.reiseanfrage input {
	width: 100%;
	margin-bottom: 10px;
	padding: 5px 10px;
	border: 1px solid #d2cdcd;
	background-color: #f5f5f5;
}

.reiseanfrage .head {
    text-align: center;
    padding: 15px 10px;
    font-size: 20px;
    line-height: 24px;
    color: #004494;
    font-weight: 700;
}

.no-bg main{
	background-color:transparent;
	box-shadow:none;
}

.reiseanfrage textarea {
	width: 100%;
	margin-bottom: 10px;
	padding: 5px 10px;
	border: 1px solid #d2cdcd;
	background-color: #f5f5f5;
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 font-family:'Open Sans';
}
::-moz-placeholder { /* Firefox 19+ */
 font-family:'Open Sans';
}
:-ms-input-placeholder { /* IE 10+ */
 font-family:'Open Sans';
}
:-moz-placeholder { /* Firefox 18- */
 font-family:'Open Sans';
}

.reiseanfrage input[type="text"]:focus {
	border: 1px solid #2b4790;
	color: #2b4790;
}

.reiseanfrage input[type="email"]:focus {
	border: 1px solid #2b4790;
	color: #2b4790;
}

.reiseanfrage select:focus {
	border: 1px solid #2b4790;
	color: #2b4790;
}

.reiseanfrage select {
	width: 100%;
	border: 1px solid #d2cdcd;
	padding: 5px 3px;
	background-color: #f5f5f5;
	margin-bottom:10px;
}

.reiseanfrage textarea:focus {
	border: 1px solid #2b4790;
	color: #2b4790;
}

.senden {
	background-color: #43ab28 !important;
	color: #fff !important;
	border: none !important;
	padding: 10px !important;
	text-transform: uppercase;
}

.formthx {
	text-align: center;
	font-size: 18px;
	color: #2b4790;
	margin-top:0px;
}

.formthx span {
	font-size:26px;
	font-family:Open Sans;
}

/* Reiseanfrage */




/* reiseziele */

.reiseziele .slick-slider {
	padding:0px 60px;
}

.reiseziele .slick-initialized .slick-slide {
	background-color: #e3f6ff;
}

.reiseziele .slidercap {
	font-size: 36px;
	top: 0px;
	width: 100%;
	position: absolute;
	right: 15px;
	text-align: left;
	font-family:'Open Sans'
}

.reiseziele .slidercap .head {
	font-size:30px;
	color:#004494;
	padding:5px 0px 10px 0px;
	text-align:left;
}

.reiseziele .slidercap .txt {
	font-size:14px;
	color:#004494;
	margin-bottom:10px;
}

.reiseziele .links {
	font-size: 16px;
	font-family: Open Sans;
	color:#004494;
}

.reiseziele .links a {
	font-size: 16px;
	font-family: Open Sans;
	text-decoration:underline;
	color:#004494;
	float:left;
	width:100%;
	margin-top:5px
}

.reiseziele .pad {
	padding:20px 0px;
}

.reiseziele .pad img {
	width:100%;
}

/* reiseziele */


/* Slick slider */

.slick-dotted.slick-slider {
	margin-bottom: 30px;
	padding: 0px 45px;
}

.slick-slide img {
	display: block;
	padding: 0px 15px;
}

.slick-prev {
	left: 15px;
	background: none;
	background-repeat: no-repeat;
	background-image: url(../bilder/arrow-l.png);
	height: 75px;
}

.slick-next {
	right: 15px;
	background: none;
	background-repeat: no-repeat;
	background-image: url(../bilder/arrow-r.png);
	height: 75px;
}

.slick-dots {
	display: none !important;
}

.slide {
	position: relative;
}

.slidercap {
	top:0px;
	position: absolute;
	padding:0px 15px 15px 15px;
}

.slick-prev:before, .slick-next:before {
	opacity: 0 !important;
}

.slick-prev:hover, .slick-prev:focus {
	left: 15px;
	background: none;
	background-repeat: no-repeat;
	background-image: url(../bilder/arrow-l.png);
	height: 75px;
}

.slick-next:hover, .slick-next:focus {
	right: 15px;
	background: none;
	background-repeat: no-repeat;
	background-image: url(../bilder/arrow-r.png);
	height: 75px;
}

/* Slick slider */

	
/* Main */




/*FOOTER*/
.deal-head {
	color: #004494;
	font-size: 26px;
	font-weight: bold;
}

.deal-main {
	color: #004494;
	font-size: 20px;
}

.deal-pfeil {
	position: absolute;
	top: 65px;
	left: 680px;
	color:#004494;
}

.col-md-seton {
	padding:35px 0px 35px 45px;
}

.fbbox {
	text-align: center;
}

footer {
	margin-top:70px;
}

.footq {
	font-size: 30px;
	text-align: center;
	line-height: 20px;
	margin-top: 30px;
	color: #004494;
	margin-bottom: 50px;
}

.footq span {
	font-family:'Open Sans';
	font-size:16px;
}

.foot-icons {
	text-align:center;
	color: #004494;
	font-family:'Open Sans';
}

.foot-icons i {
	margin-bottom: 15px;
	font-size: 40px;
}

.foot-end {
	text-align:center;
	font-size:14px;
	font-family:'Open Sans';
	margin-top:50px;
	margin-bottom:5px;
}

.foot-end a {
	color:#004494;
}

/* FOOTER */


/* Cluburlaub */

.clubs .angebot {
	color:#2b4790;
	font-size:13px;
	margin:10px 0px;
}

.angebot .col-md-7{
	padding-left:0px;
}

.clubs .head {
	font-weight:700;
	color:#2b4790;
	padding:0px;
	text-align:left;
	line-height:normal;
	font-size:14px;
}

.clubs .preis {
	font-weight:bold;
	font-size:18px;
	text-align:right;
}

.clubs .preis span {
	font-size:12px;
}



.kreuzfahrten .angebot {
	color:#2b4790;
	font-size:13px;
	margin:10px 0px;
	height:120px;
}

.kreuzfahrten .angebot img{
    max-width: 150px;
    max-height: 100px;
    min-width: 150px;
    min-height: 100px;
}


.kreuzfahrten .head {
	font-weight:700;
	color:#2b4790;
	padding:0px;
	text-align:left;
	line-height:normal;
	font-size:14px;
}


.head-ueb {
	font-weight:700;
	color:#2b4790;
	padding-left:5px;
	text-align:left;
	margin-bottom:15px;
	line-height:normal;
	font-size:20px;
}

.kreuzfahrten .preis {
	font-weight:bold;
	font-size:18px;
	text-align:right;
}

.kreuzfahrten .preis span {
	font-size:12px;
}



.clubs .slick-slider {
	margin-bottom: 0;
	position:relative;
}

.clubs ul.slickslide {
	padding-left:0;
	max-width:100%;
}

.clubs .slick-slider .slick-track {
	min-width:100%;
}

.clubs ul.slickslide li img, .slick-dots button img {
	width:100%;
	height:auto;
}

.clubs .slick-dots {
	bottom:0;
	top:auto;
	left:auto;
	right:auto;
	position:absolute;
	line-height:0;
	background:#000;
}

.clubs .slick-dots li, .slick-dots li button:before {
	/* width: 100px;
    height:100px; */
    margin:0;
	padding:0;
}

.clubs .slick-dots li {
	margin: 5px;
	border:1px solid #ccc;
	display:inline-block;
	width:auto;
	height:auto;
}

.clubs .slick-slider .slick-track {
	min-width:100%;
}

.clubs .slick-dots li button {
	margin:0;
	height:auto;
	width:100%;
	padding:0;
}

.clubs .slick-dots li button.tab {
	clear:both;
	display:block;
}

.clubs .slick-dots li button img {
	width:100%;
	max-width:80px;
	height:auto;
}

.clubs .slick-dots li button:before {
	content:'';
	border:1px solid #f00;
	display:block;
	width:100%;
	max-width:150px;
	overflow:hidden;
	float:none;
	position:absolute;
	width:100%;
	height:100%
}

.clubs .slick-thumbs {
	position:absolute;
	left: -9999px;
}

.clubs {
	padding:0px 0px 20px 0px;
	font-family:'Open Sans';
}

.clubs .tabs-left .nav-tabs li {
	width:25%;
}

.clubs .tabs-left .nav-tabs li a {
	min-width: 74px;
	margin-right: 0;
}

.clubs .tabs-left .nav-tabs {
	width:100%
}








.kreuzfahrten {
	padding:0px 0px 20px 0px;
	font-family:'Open Sans';
}

.kreuzfahrten .tabs-left .nav-tabs li {
	float: left;
}

.kreuzfahrten .tabs-left .nav-tabs li a {
	min-width: 74px;
	margin-right: 0;
}

.kreuzfahrten .tabs-left .nav-tabs {
	float: left;
	margin-right: 19px;
}



.clubs .tabs-left .nav-tabs li a {
	margin-right: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 10px 25px;
	text-align: center;
	background-color: #148c6d;
	color: #fff;
	border: none;
}

.kreuzfahrten .tabs-left .nav-tabs li a {
	margin-right: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 10px 25px;
	text-align: center;
	background-color: #9d79d4;
	color: #fff;
	border: none;
}

.clubs .tabs-left .nav-tabs li a:hover, .clubs .tabs-left .nav-tabs li a:focus {
	background-color: #11b288;
	border: none;
}

.kreuzfahrten .tabs-left .nav-tabs li a:hover, .kreuzfahrten .tabs-left .nav-tabs li a:focus {
    background-color: #885bcc;
    border: none;
}

.clubs .tabs-left .nav-tabs .active a, .clubs .tabs-left .nav-tabs .active a:hover, .clubs .tabs-left .nav-tabs .active a:focus {
	border-color: #ddd transparent #ddd #ddd;
 border-right-color: #ffffff;
	background-color: #11b288;
}


.clubs .tabs-left .nav-tabs .club-med a, .clubs .tabs-left .nav-tabs .club-med a:hover, .clubs .tabs-left .nav-tabs .club-med a:focus {
	border-color: #ddd transparent #ddd #ddd;
 border-right-color: #ffffff;
	background-color: #9dc7d7 ;
}

.clubs .tab-content .club-med {
    background-color: #ececec !important;
    padding: 20px 0px;
    color: #000 !important;
    border-top: 5px solid #9dc7d7 !important;
}


.clubs .tabs-left .nav-tabs .ml a, .clubs .tabs-left .nav-tabs .ml a:hover, .clubs .tabs-left .nav-tabs .ml a:focus {
	border-color: #ddd transparent #ddd #ddd;
 border-right-color: #ffffff;
	background-color: #fdc400  ;
}

.clubs .tab-content .ml {
    background-color: #ececec !important;
    padding: 20px 0px;
    color: #000 !important;
    border-top: 5px solid #fdc400  !important;
}


.clubs .tabs-left .nav-tabs .aldiana a, .clubs .tabs-left .nav-tabs .aldiana a:hover, .clubs .tabs-left .nav-tabs .aldiana a:focus {
	border-color: #ddd transparent #ddd #ddd;
 border-right-color: #ffffff;
	background-color: #626735   ;
}

.clubs .tab-content .aldiana {
    background-color: #ececec !important;
    padding: 20px 0px;
    color: #000 !important;
    border-top: 5px solid #626735   !important;
}


.clubs .tabs-left .nav-tabs .robinson-club a, .clubs .tabs-left .nav-tabs .robinson-club a:hover, .clubs .tabs-left .nav-tabs .robinson-club a:focus {
border-color: #ddd transparent #ddd #ddd;
 border-right-color: #ffffff;
	background-color: #2a569f    ;
}

.clubs .tab-content .robinson-club {
    background-color: #ececec !important;
    padding: 20px 0px;
    color: #000 !important;
    border-top: 5px solid #2a569f    !important;
}




.kreuzfahrten .tabs-left .nav-tabs .active a, .kreuzfahrten .tabs-left .nav-tabs .active a:hover, .kreuzfahrten .tabs-left .nav-tabs .active a:focus {
	border-color: #ddd transparent #ddd #ddd;
 *border-right-color: #ffffff;
	background-color: #885bcc;
}

.clubs .nav-tabs {
	border-bottom: none;
	font-size: 18px;
	width:100%;
}

.clubs .nav-tabs li {
	margin-right: 0px;
	margin-bottom: 0px;
}


.kreuzfahrten .nav-tabs {
	border-bottom: none;
	font-size: 18px;
	width:100%;
}

.kreuzfahrten .nav-tabs li {
	margin-right: 0px;
	margin-bottom: 0px;
}



.clubs .tab-content .active {
	display: block;
	background-color: #fff;
	padding: 20px 0px;
	color: #000 !important;
}

.kreuzfahrten .tab-content .active {
	display: block;
	background-color: #fff;
	padding: 20px 0px;
	color: #000 !important;
}


.clubs-content {
	padding:0px 20px;
	color:#2b4790;
	float:left;
	margin-bottom:20px;
}

.clubs-content p {
	margin:0px;
	font-size:13px;
}



.ziele .angebot {
	color:#000;
}

.ziele .head {
	font-weight:700;
	color:#000;
	padding:0px;
	text-align:left;
	line-height:normal;
	font-size:14px;
}


.ziele .preis {
	font-weight:bold;
	font-size:18px;
	text-align:right;
}

.ziele .preis span {
	font-size:12px;
}

.ziele .slick-slider {
	margin-bottom: 0;
	position:relative;
}

.ziele ul.slickslide {
	padding-left:0;
	max-width:100%;
}

.ziele .slick-slider .slick-track {
	min-width:100%;
}

.ziele ul.slickslide li img, .slick-dots button img {
	width:100%;
	height:auto;
}

.ziele .slick-dots {
	bottom:0;
	top:auto;
	left:auto;
	right:auto;
	position:absolute;
	line-height:0;
	background:#000;
}

.ziele .slick-dots li, .slick-dots li button:before {
	/* width: 100px;
    height:100px; */
    margin:0;
	padding:0;
}

.ziele .slick-dots li {
	margin: 5px;
	border:1px solid #ccc;
	display:inline-block;
	width:auto;
	height:auto;
}

.ziele .slick-slider .slick-track {
	min-width:100%;
}

.ziele .slick-dots li button {
	margin:0;
	height:auto;
	width:100%;
	padding:0;
}

.ziele .slick-dots li button.tab {
	clear:both;
	display:block;
}

.ziele .slick-dots li button img {
	width:100%;
	max-width:80px;
	height:auto;
}

.ziele .slick-dots li button:before {
	content:'';
	border:1px solid #f00;
	display:block;
	width:100%;
	max-width:150px;
	overflow:hidden;
	float:none;
	position:absolute;
	width:100%;
	height:100%
}

.ziele .slick-thumbs {
	position:absolute;
	left: -9999px;
}

.ziele {
	padding:20px;
	font-family:'Open Sans';
}

.ziele .tabs-left .nav-tabs li {
	float: none;
}

.ziele .tabs-left .nav-tabs li a {
	min-width: 74px;
	margin-right: 0;
}

.ziele .tabs-left .nav-tabs {
	float: left;
	margin-right: 19px;
}

.ziele .tabs-left .nav-tabs li a {
	margin-right: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 10px 25px;
	text-align: center;
	background-color: #148c6d;
	color: #fff;
	border: none;
}

.ziele .tabs-left .nav-tabs li a:hover, .ziele .tabs-left .nav-tabs li a:focus {
	background-color: #11b288;
	border: none;
}

.ziele .tabs-left .nav-tabs .active a, .ziele .tabs-left .nav-tabs .active a:hover, .ziele .tabs-left .nav-tabs .active a:focus {
	border-color: #ddd transparent #ddd #ddd;
 *border-right-color: #ffffff;
	background-color: #11b288;
}

.ziele .nav-tabs {
	border-bottom: none;
	font-size: 18px;
	width:100%;
}

.ziele .nav-tabs li {
	margin-right: 0px;
	margin-bottom: 0px;
}

.ziele .tab-content .active {
    display: block;
    background-color: #ececec;
    padding: 20px 0px;
    color: #000 !important;
    border-left: 15px solid #11b288;
}

/* Cluburlaub */


/* IMPRESSUM */

.impressum {
	padding: 20px;
	font-family: 'Open Sans';
	color: #2b4790;
}

.neutral-nav{
	border-bottom:8px solid #2b4790;
}

/* IMPRESSUM */



/* Angebote Main */

.angebote {
	border-top: 8px solid #2b4790;
}

.detailslider {
	max-height:285px;
}

.detailslider .carousel-inner {
	max-height: 285px;
}

.detailslider .carousel {
	position:inherit !important;
}

.containerdetail {
	top:auto;
}

.angebote-main {
	padding:20px 0px 20px 20px;
	font-family:'Open Sans';
	font-size:16px;
	text-align:justify;
	color:#2b4790;
}

.angebote-main h3 {
	font-family:'Open Sans';
	font-size:26px;
	margin-top:0px;
}

.liste {
	margin: 20px 0px 10px 0px;
	font-weight: bold;
}

.fb-share {
	max-width:175px;
	margin:0px !important;
	display:initial !important;
}

/* SIDEBAR */

.sidebar {
	padding:20px 20px 20px 0px;
	font-family:'Open Sans';
}

.sidebar .content {
	background-color: #cce3f2;
	color:#2b4790;
	padding:20px;
	margin-bottom:20px;
}

.sidebar .content input {
	width:100%;
	padding:5px 10px;
	margin-bottom:10px;
}

.sidebar .content span {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.more {
	margin-top:15px;
	font-size:16px;
	color:#2b4790;
}

a .more span {
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
	color:#2b4790;
}

.service-box {
	font-size:23px;
	text-align:center;
	padding:10px;
}

.service-box i {
	margin-bottom:20px;
}

/* SIDEBAR */


/* Angebote Main */



/* Clubs / Hotels */

.club-hotel-main {
	padding:20px 0px 20px 20px;
}

.reisen img {
	margin:0px !important;
}

.club-hotel-main img {
	width:100%;
	margin-bottom:15px;
}

.hotel {
	padding: 5px 15px;
	background-color: #2b4790;
	font-size: 16px;
	font-weight: 100;
	color:#fff;
	font-family: Open Sans;
}

.clubs-angebote {
	padding:20px;
	float:left;
}

.clubs-angebote img {
	width:100%;
}

.angebot-detail {
	padding:10px;
	color:#2b4790;
	background-color:#cce3f2;
	margin-bottom:30px
}

.angebot-detail .head {
	background-color: #e7eff5;
	padding: 5px 5px;
	color: #2b4790;
	font-size: 16px;
	line-height: normal;
	margin-bottom:10px;
	text-align: center;
}

.angebot-detail .head a {
	color: #2b4790;
}

.angebot-detail .txt {
	background-color: #e7eff5;
	padding: 5px;
	font-family: Open Sans;
}

.angebot-detail .preis {
	background-color: #43ab28;
	padding: 5px;
	text-align: center;
	font-size: 26px;
	color: #fff;
	margin-bottom:10px;
}

.angebot-detail .preis a {
	color: #fff;
}

.angebot-detail .preis span {
	background-color: #43ab28;
	padding: 5px;
	font-size: 16px;
	color: #fff;
	font-family:'Open Sans';
}

.anfragen {
	padding: 0px 0px 5px 0px;
	font-size: 20px;
	background-color: #2b4790;
	text-align: center;
	line-height: 17px;
	color:#fff;
}

.anfragen span {
	font-size: 12px;
	font-family: Open Sans;
}

.club-aldiana {
	background-color:#626735 !important;
}

.club-magic-life {
	background-color:#fdc400 !important;
}

.robinson-club {
	background-color:#2a569f !important;
}

.club-med {
	background-color:#284789 !important;
}

/* Clubs / Hotels */



/* ADMIN */

.admin {
	padding:20px;
}

.admin input[type=text] {
	width: 100%;
	border: none;
	padding: 10px 15px;
	background-color: #cce3f2!important;
	font-size: 16px;
	margin:3px 0px 10px 0px;
	color: #2b4790 !important;
}

.admin select {
	width: 100%;
	padding: 10px;
	margin: 3px 0px 10px 0px;
}

.admin textarea {
	width: 100%;
	padding: 10px;
	margin: 3px 0px 10px 0px;
	font-size:12px;
}

.admin label {
	display: block;
	font: 11px Arial, Helvetica, sans-serif;
	color: #555;
	margin-bottom: 5px;
}

.admin input[type=password] {
	width: 100%;
	border: none;
	padding: 10px 15px;
	background-color: #cce3f2!important;
	font-size: 16px;
	color: #2b4790 !important;
}

.admin input[type=submit] {
	width: 100%;
	border: none;
	padding: 10px 15px;
	background-color: #43ab28 !important;
	font-size: 16px;
	color: #fff !important;
}

.admin .dropdown-menu {
	color:#fff;
	background-color:#11b288 !important;
}


/* ADMIN */

@media (max-width: 768px) {
	
	
	.header {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    padding: 0px 10px 0px 10px;
}


	.angebot .col-md-7{
	padding-left:15px;
	margin-top:10px;
}

.clubs .tab-content .active {
    border-left: none;
}
	
 .nobgmobile {
 max-width: 1170px;
 width: 100%;
 margin: 0 auto;
 position: relative;
 left: 0;
 right: 0;
 margin-left: auto;
 margin-right: auto;
 top: 15px !important;
}
 .club-hotel-main {
 padding:20px;
}
 .angebote-main {
 padding:20px;
}
 .sidebar {
 padding:20px;
}
 .pagehead {
 font-size: 28px;
}
 .slider .carousel-inner > .item > img {
 width: auto !important;
 height: 500px;
 max-width:none !important;
}
 .header img {
 max-height: 35px;
 margin-top: 8px;
}
 .bigslider .slick-slide img {
 display: block;
 padding: 0px;
 height:500px;
 width:auto;
 z-index: 1;
}
 .bigslider .carousel-inner > .item > img {
 width:auto !important;
 max-width:none !important;
}
 .clubs .no-pad-r {
 padding-right:15px !important;
}
 .clubs .no-pad-l {
 padding-left:15px !important;
}
 .clubs .tabs-left .nav-tabs {
 float: none !important;
 margin-right: 19px;
 display:block !important;
}
 .ziele .no-pad-r {
 padding-right:15px !important;
}
 .ziele .no-pad-l {
 padding-left:15px !important;
}
 .ziele .tabs-left .nav-tabs {
 float: none !important;
 margin-right: 19px;
 display:block !important;
}
 .container-main .nav-tabs {
 display:none;
}
 .col-xs-none {
 display:none !important;
}

.mobilenopad{
	padding:0px;
	margin-top:-16px;
}
 .reiseziele .slidercap {
 font-size: 36px;
 top: 0px;
 width: 100%;
 position: relative;
 right:0px;
 text-align: left;
 padding:15px;
 font-family: 'Open Sans';
}
 .col-md-seton {
 text-align: center;
 padding:20px;
}

.gutscheinehead {
    font-size: 24px !important;
    transform:none !important;
    float: left !important;
    margin-bottom: 0px !important;
    width: 100%;
	padding-left:0px !important;
    text-align: center;
}

.footq {
    line-height: 36px !important;
}
 .sliderhead {
 top: 5px;
 font-size:25px !important;
}
 .slidertxt {
 font-size:16px !important;
}
 .sliderpreis {
 font-size:20px !important;
}
 .slider .carousel-caption {
 padding: 35px;
 text-align: center;
}
 .top-angebote .slidercap .head {
 background-color: #00235f;
 color: #fff;
 padding:0px 10px;
 font-size: 3vw;
 text-transform: uppercase;
}
 .top-angebote .slidercap .subhead {
 color: #00235f;
 padding: 5px 15px;
 font-weight: bold;
 font-family: Open Sans;
 font-size: 2vw;
 background-color: #fff;
}
 .top-angebote .slidercap .preis {
 background-color: #fcbe0e;
 color: #fff;
 padding: 5px 20px;
 font-size: 3vw;
 display: table;
}
 .header .dropdown-menu>li {
 display: block;
}
 .navbar-default .navbar-nav .open .dropdown-menu > li > a {
 color: #fff;
}
 .centernav .dropdown-menu {
 height: auto !important;
}
}
 @media only screen and (min-width : 768px) and (max-width: 991px) {
 .angebote-main {
 padding:20px;
}
 .sidebar {
 padding:20px;
}
 .centernav .dropdown-menu {
 height: auto !important;
}
 .navbar-default .navbar-nav .open .dropdown-menu > li > a {
 color: #fff;
}
 .header .dropdown-menu>li {
 display: block;
}
 .clubs .no-pad-r {
 padding-right:15px !important;
}
 .clubs .no-pad-l {
 padding-left:15px !important;
}
 .clubs .tabs-left .nav-tabs {
 float: none !important;
 margin-right: 19px;
 display:block !important;
}
 .col-sm-none {
 display:none !important;
}
 .header .navbar-default {
 float: none;
 table-layout: fixed;
 margin: 0 auto;
 display: table;
}

/*.centernav .dropdown-menu{
	min-width:740px;
}*/

.centerfluid {
 min-width:740px;
}
 #defaultNavbar1 {
 margin: 0 auto;
 display: table !important;
 table-layout: fixed;
 float: none;
}
}
 @media (min-width: 1170px) {
 .col-md-none {
 display:none !important;
}
 .header .navbar-default {
 float: none;
 table-layout: fixed;
 margin: 0 auto;
 display: table;
}

/*.centernav .dropdown-menu{
	min-width:1140px;
}*/

.centerfluid {
 min-width:1140px !important;
}
 #defaultNavbar1 {
 margin: 0 auto;
 display: table !important;
 table-layout: fixed;
 float: none;
}
}
 @media (min-width: 991px) {
 .col-md-none {
 display:none !important;
}
 .header .navbar-default {
 float: none;
 table-layout: fixed;
 margin: 0 auto;
 display: table;
}

/*.centernav .dropdown-menu{
	min-width:1140px;
}*/

.centerfluid {
 min-width:960px;
}
 #defaultNavbar1 {
 margin: 0 auto;
 display: table !important;
 table-layout: fixed;
 float: none;
}
}






/* BUTTON */

.btn {
  display: inline-block;
  background: #2b4790;
  border: 0;
  line-height: 2.5em;
  padding: 0 0 0 1em;
  outline: none;
  text-decoration: none;
  color: #fff;
  white-space: normal;
  width:100%;
  margin-top:1em;
}
.btn .arrow {
  display: inline-block;
  line-height: 2.5em;
  text-align: center;
  background: #2b4790;
  color: white;
  font-size: 1em;
  width: 2.5em;
  -webkit-transition: margin 200ms;
  transition: margin 200ms;
  float:right;
  border-left:1px solid #fff;
}
.btn:hover {
  background: #627fca;
}
.btn:hover .arrow {
  background-color: #2b4790;
}
.btn:active {
  background: #627fca;
}
.btn:active .arrow {
  margin-left: 1.5em;
}

.btn-info .arrow {
  background-color: indianred;
}
.btn-info:hover .arrow {
  background-color: #c14e4e;
}

.btn-learn .arrow {
  background-color: salmon;
}
.btn-learn:hover .arrow {
  background-color: #f56d5e;
}

button::-moz-focus-inner {
  border: none;
  color:#fff !important;
}

.btn:hover, .btn:focus, .btn.focus {
    color: #fff;
    text-decoration: none;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}


.mehrangebote{
    text-align: center;
    padding: 10px;
	background-color: #2b4790;
}

.mehrangebote a{
	color:#fff;
}

.mehrangebote a:hover{
	color:#fff;
	text-decoration:none;
}

.ald{
	background-color:#626735;
	color:#fff;
}

.rob{
	background-color:#2a569f;
	color:#fff;
}

.cmd{
	background-color:#284789;
	color:#fff;
}

.ml{
	background-color:#fdc400;
	color:#fff;
}

 .buchen{
	background-color: #43ab28;
    margin-top: 10px;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-size: 18px;
}


 .angebotanfrage{
    background-color: #2b4790;
    padding: 10px !important;
    text-align: center;
    color: #fff;
    margin: 0px !important;
    font-size: 18px;
    border: 0;
}


.buchen:hover, .buchen:focus, .buchen:active {
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.6), 0 0 1px rgba(0, 0, 0, 0);
  /* Hack to improve aliasing on mobile/tablet devices */
}

.content a:hover, .content a:focus{
	text-decoration:none;
}

.content a:hover, .content a:focus{
	text-decoration:none;
}

.angebotanfrage:hover, .angebotanfrage:focus, .angebotanfrage:active {
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.6), 0 0 1px rgba(0, 0, 0, 0);
  /* Hack to improve aliasing on mobile/tablet devices */
}


.mehrtermine u{
	color:#a51c0c;
	font-weight:bold;
	cursor:pointer;
}


/* SERVICE */

.serviceul{
	font-size:21px;
}


.impressum .nav-tabs > li {
    margin-right: 10px;
    margin-bottom: 0px;
    background-color: #4867b7;
    color: #fff;
    /* border: 0; */
    border-radius: 0px;
}

.impressum .nav-tabs > li > a {
    margin-right: 0px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    color: #fff;
    border-radius:0px; 
}

.impressum .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #fff !important;
    background-color: #2b4790;
    border: 1px solid #2b4790;
    border-bottom-color: transparent;
    cursor: default;
}

.impressum .nav-tabs {
	border-bottom: 8px solid #2b4790;
	font-size:18px;
}

.impressum .nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #2b4790;
}

.sitemap {
    padding: 20px;
    font-family: 'Open Sans';
    color: #2b4790;
}

.sitemap a{
	color:#2b4790;
}

.expertensub{
	margin: 0px 15px;
    padding: 5px 10px;
    background-color: #00235f;
    color: #fff;
    font-family: Open Sans;
}

.dropdown-menu img{
	max-height:none;
	margin-bottom:10px;
	padding:3px 20px;
}


/*HOTEL ALT*/

.reisefinder {
	width: 100%;
	background-color: #FFF;
	position:relative;
	color: #003366;
	background-image: url(http://www.reisedirekt.com/images/head.jpg);
	background-repeat: no-repeat;
	border: 1px solid #336699;
	float: right;
	height: 280px;
	background-color: #D4EAF7;
	margin-right:32px;
	margin-top:30px;
}
.sucheform {
	padding-top: 20px;
}

.reisefinder h2 {
font-size: 12px;
color: #FFF;
font-weight: bold;
padding: 4px;
background-color:#263A55;
font-family:Verdana, Geneva, sans-serif !important;
margin:0;
opacity:1;
float:none;
text-align:center;

}

.reisefinder p {
	margin: 0;
	padding: 0;
}

.reisefinder select {
	height:25px;
}

.reisefinder input {
	height:25px;
}



.s1{
	line-height: 20px;
	text-align: right;
	margin-bottom: 10px;
	vertical-align: text-top;
	padding-left: 10px;
	padding-right: 15px;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial;
}
.s1 select{
	width: 200px;
	font-size: 12px;
	color: #103f87;
}
.erw {
/* padding-left: 10px; */
line-height: 20px;
/* text-align: right; */
margin-bottom: 5px;
vertical-align: text-top;
/* padding-right: 10px; */
font-family: Arial;
font-size: 11px;
/* float: right; */
font-weight: bold;
/* margin-left: 25px; */
position: relative;
margin-left: 26px;
width: 304px;
}
.erw-suche {
	float: left;
	width: 270px;
	padding-left: 10px;
	margin-top: 15px;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
}
.erw-suche a {
	text-decoration: underline;
	color: #0056A3;
}
.erw select {
padding-left: 5px;
font-size: 12px;
color: #103f87;
width: 185px;
margin-left: 0px;
}
.kind {
	width: 110px;
	line-height: 20px;
	text-align: right;
	margin-bottom: 5px;
	padding-right: 10px;
	float: right;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	margin-right: 15px;
}


.kind select {
	width: 60px;
	padding-left: 5px;
	font-size: 12px;
	color: #103f87;
}
.skategorie {
	width: 200px;
	line-height: 20px;
	text-align: right;
	padding-right: 8px;
	margin-bottom: 5px;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	margin-top: 5px;
}

.skategorie input {
	height:	13px;
}

.skategorie select {
	font-family: Arial;
	color: #103f87;
	font-size: 12px;
	width: 112px;
}



.slinks {
	float: left;
	width: 295px;
	height: auto;
}
.srechts {
	width: 310px;
	float: right;
	margin-top:15px;
}
.clear_suche {
	float: left;
}
.st {
	line-height: 20px;
	text-align: right;
	margin-bottom: 5px;
	vertical-align: text-top;
	padding-left: 10px;
	padding-right: 10px;
	width: 122px;
	float: left;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
}
.st select {
	width: 62px;
	font-size: 12px;
	color: #103f87;
}
.sm {
	line-height: 25px;
	text-align: center;
	margin-bottom: 5px;
	vertical-align: text-top;
padding-left: 25px;
padding-right: 7px;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	width: 144px;
	float: left;
}
.sm select{
	width: 100px;
	color: #103f87;
	font-weight: bold;
	font-size: 12px;
	margin-left: -7px;
}

.sm input{
	padding-left:5px;
}
.shotel {
	padding-left: 10px;
	padding-right: 15px;
	text-align: right;
	margin-top: 10px;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
}
.shotel input {
	width: 260px;
	color: #0056A3;
}
.tage {
	text-align: right;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
}
.tage select {
	width: 180px;
}
.reisezeit {
	float: left;
	width: 250px;
	line-height: 20px;
	text-align: right;
	padding-right: 8px;
	margin-bottom: 5px;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
}
.reisezeit select {
	font-family: Arial;
	width: 130px;
moz-border-radius: 10px;
webkit-border-radius: 10px;  
border-radius: 10px;  
}
.suche2 {
	height: 300px;
	z-index: 5;
}

.senden-alt {
position: relative;
top: 0px;
left: 97px;
}

.senden-alt .btn{
	padding:3px 10px;
	width:auto;
	margin-top:0px;
}
.verpflegung {
	width: 200px;
	line-height: 20px;
	text-align: right;
margin-left: 6px;
	margin-bottom: 5px;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
}
.verpflegung select {
	font-family: Arial;
	color: #103f87;
	font-size: 12px;
	width: 112px;
}

#sidebar-urlaub {
	float:left;
	width:305px;
	background-color:#FFF;
	height:2525px;
	z-index:1000;
}

#sidebar-urlaub-fl {
	float:left;
	width:305px;
	background-color:#FFF;
	height:1630px;
	margin-top:135px;
	z-index:1000;
}

.urlaub-header {
	float:left;
	width:330px;
	margin-top:30px;
	margin-bottom:5px;
	
}

.urlaub-head {
	float:left;
	width:310	px;
	text-align: left;
	color: #103f87;
	font-size:12px;
	margin-left:10px;
	margin-top:5px;
	
}


.urlaub-head h1 {
	font-size:38px !important;
	margin:0px !important;
	padding:0px;
}

.urlaub-head p {
	font-size:10px !important;
	margin:0px !important;
	padding:0px;
	font-weight:bold;
}

#content-box-4-tui {
	float:left;
	height:700px;
	width:305px;
	background-image:url(http://www.reisedirekt.com/images/worldoftui-box.jpg);
	
}

.world-tui-head {
	height:115px
}

.world-tui-best {
	width:500px;
	height:83px;
	float: left;
	background-color: #74d9df;
	margin-left:10px;
	
	
}

#best-2 {
	width:294px;
	height:83px;
	float: left;
	background-color: #74d9df;
	margin-left:5px;
	
}

#txtbest2 {

	width:196px;
	height:40px;
	margin-left:0px;
	
}

#preisbest2 {

	padding:0px;
	margin:0px;
	width:200px;
	text-align:right;
	
}

#preisbest2 a {

	font-size:22px;
	
}

#sensi-2 {
	width:294px;
	height:83px;
	float: left;
	background-color: #d7c38a;
	margin-left:5px;
	
}

#txtsensi2 {

	width:196px;
	height:40px;
	margin-left:0px;
	
}

#preissensi2 {

	padding:0px;
	margin:0px;
	width:200px;
	text-align:right;
	
}

#preissensi2 a {

	font-size:22px;
	
}

.world-tui-sensi {
	width:285px;
	height:83px;
	float: left;
	background-color: #d7c38a;
	margin-top:5px;
	margin-left:10px;
	
}

#viverde-2 {
	width:294px;
	height:83px;
	float: left;
	background-color: #f5f5d2;
	margin-left:5px;
	
}

#txtviverde2 {

	width:196px;
	height:40px;
	margin-left:0px;
	
}

#preisviverde2 {

	padding:0px;
	margin:0px;
	width:200px;
	text-align:right;
	
}


#preisviverde2 a {

	font-size:22px;
	
}


.world-tui-viverde {
	width:285px;
	height:83px;
	float: left;
	background-color: #f5f5d2;
	margin-top:5px;
	margin-left:10px;
	
}

#puravida-2 {
	width:294px;
	height:83px;
	float: left;
	background-color: #fcfcfc;
	margin-left:5px;
	
}

#txtpuravida2 {

	width:194px;
	height:40px;
	margin-left:2px;
	
}

#preispuravida2 {

	padding:0px;
	margin:0px;
	width:200px;
	text-align:right;
	
}

#preispuravida2 a {

	font-size:22px;
	
}


.world-tui-puravida {
	width:285px;
	height:83px;
	float: left;
	background-color: #fcfcfc;
	margin-top:5px;
	margin-left:10px;
}

#riu-2 {
	width:294px;
	height:83px;
	float: left;
	background-color: #d1030d;
	margin-left:5px;
	
}

#txtriu2 {

	width:196px;
	height:40px;
	margin-left:0px;
	
}

#preisriu2 {

	padding:0px;
	margin:0px;
	width:200px;
	text-align:right;
	
}

#preisriu2 a {

	font-size:22px
	
}


.world-tui-riu {
	width:285px;
	height:83px;
	float: left;
	background-color: #d1030d;
	margin-top:5px;	
	margin-left:10px;
}

#grecotel-2 {
	width:294px;
	height:83px;
	float: left;
	background-color: #fcfcfc;
	margin-left:5px;
	
}

#txtgrecotel2 {

	width:188px;
	height:40px;
	margin-left:8px;
	
}

#preisgrecotel2 {

	padding:0px;
	margin:0px;
	width:200px;
	text-align:right;
	
}

#preisgrecotel2 a {

	font-size:22px;
	
}

.world-tui-grecotel {
	width:285px;
	height:83px;
	float: left;
	background-color: #fcfcfc;
	margin-top:5px;
	margin-left:10px;
}

.world-tui-logo {
	float:left;
	height:63px;
	width:98px;
	margin-left:0px;
	margin-top:10px;
	
}

.world-tui-txt-best {
	float:left;
	height:63px;
	width:230px;
	margin-top:10px;
	margin-left: 20px;
	color: #FFFFFF;
	
}

.world-tui-txt-sensi {
	float:left;
	height:63px;
	width:230px;
	margin-top:10px;
	margin-left: 20px;
	color: #FFFFFF;
	
}

.world-tui-txt-viverde {
	float:left;
	height:63px;
	width:230px;
	margin-top:10px;
	margin-left: 20px;
	color: #66662a;
	
}

.world-tui-txt-puravida {
	float:left;
	height:63px;
	width:230px;
	margin-top:10px;
	margin-left: 20px;
	color: #651670;
	
}

.world-tui-txt-riu {
	float:left;
	height:63px;
	width:230px;
	margin-top:10px;
	margin-left: 20px;
	color: #FFFFFF;
	
}
.world-tui-txt-grecotel {
	float:left;
	height:63px;
	width:230px;
	margin-top:10px;
	margin-left: 20px;
	color: #978963;
	
}

.world-tui-preis {
	float:left;
	height:38px;
	width:125px;
	margin-top:10px;
	margin-left: 20px;
	padding-top: 25px;
	font-weight: bold;
	
}

.world-tui-preis a {
	color:#f62929;
	font-weight:bold;
	text-decoration:underline;
	font-size:26px;
	padding: 0px 0px 0px 0px;
	
}

.world-tui-preis-riu {
	float:left;
	height:38px;
	width:120px;
	margin-top:10px;
	margin-left: 25px;
	padding-top: 25px;
	font-weight: bold;
	
}

.world-tui-preis-riu a {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
	font-size:26px;
	padding: 0px 0px 0px 0px;
	
}

.world-tui-txt-head {
	font-weight:bold;
	margin:0px;
	padding:0px;
	font-size: 14px;
	
}

.tui-zit {

	font-size:12px;
	font-family:Arial;
	
}

.content-box-9-tui {
	float:left;
	height:500px;
	width:305px;
	margin-top:20px;
	background-image:url(http://www.reisedirekt.com/images/cluburlaub-box.jpg);
	
}

.box9txt {
	color:#FFFFFF;
	height:auto;
	width:350px;
	text-shadow: -2px -2px 6px rgba(150, 150, 150, 1);
	
}

.box9txt2 {
	color:#FFFFFF;
	padding:3px 0px 0px 0px;

	
}

.box9txt p {

	font-size:22px;
	margin-top:20px;
	padding-left:30px;
		
}

.box9txt h2 {

	line-height:1px;
	padding:0px 0px 0px 30px;
	font-size:48px;
	color:#191065;
	
}

.clubs-logo {

	float:left;
	width:440px;
	height:auto;
	margin-top:45px;
	
}

.clubs-logo img {

	margin:8px;
	
}


.box9txt2 p {
	font-size:18px;
	padding-left:10px;
	margin-top:5px;
	margin-bottom:30px;
		
}

.box9txt2-2 {
	font-size:18px;
	padding-left:10px;
	margin-top:10px;
    text-shadow: 4px 4px 2px rgba(150, 150, 150, 1);
	margin-bottom:30px;
		
}

.box9txt2 h2 {
	line-height:1px;
	padding:0px 0px 0px 30px;
	font-size:48px;
	color:#191065;
	
}

.h2c {
	line-height:1px;
	padding:0px 0px 0px 30px;
	font-size:40px;
	color:#191065;
	font-weight: bold;
	
}

.clubs-logo2 {
	float:left;
	width:330px;
	height:auto;
	margin-top: 4px;
	
}

.clubs-logo2 img {
	margin:6px;

}

.cluburlaub-box-tui {

	float:left;
	width:298px;
	margin:5px 3px 0px 3px;
	background: url(http://www.reisedirekt.com/images/clubox-tui-bg.png) ;
	height:65px;
	
}

.cluburlaub-box-tui img {

	margin-left:5px;
	
}


.cluburlaub-box-tui-aldiana {

	float:left;
	width:298px;
	margin:5px 3px 0px 3px;
	background: url(http://www.reisedirekt.com/images/clubox-tui-bg.png) ;
	height:65px;
	
}

.cluburlaub-box-tui-aldiana img {

	margin-left:5px;
	
}

.cluburlaub-box-tui-magic {

	float:left;
	width:298px;
	margin:5px 3px 0px 3px;
	background: url(http://www.reisedirekt.com/images/clubox-tui-bg.png) ;
	height:65px;
	
}

.cluburlaub-box-tui-magic img {

	margin-left:5px;
	
}

.cluburlaub-box-tui-clubmed {

	float:left;
	width:298px;
	margin:5px 3px 0px 3px;
	background: url(http://www.reisedirekt.com/images/clubox-tui-bg.png) ;
	height:65px;
	
}

.cluburlaub-box-tui-clubmed img {

	margin-left:5px;
	
}

.cluburlaub-box-tui p a {

	border: 1px solid #221e20;
	font-size:16px;
	width:82px;
	text-align:center;
	border-radius:5px;
	color:#221e20;
	float:left;
	margin-top:24px;
	margin-left:0px;
}

.cluburlaub-box-tui p a:hover {

	color:#FFFFFF;
	background-color:#221e20;
	
}

.cluburlaub-box-tui-aldiana p a {

	border: 1px solid #626734;
	font-size:16px;
	width:82px;
	text-align:center;
	border-radius:5px;
	color:#626734;
	float:left;
	margin-top:24px;
	margin-left:0px;
}

.cluburlaub-box-tui-aldiana p a:hover {

	color:#FFFFFF;
	background-color:#626734;
	
}

.cluburlaub-box-tui-magic p a {

	border: 1px solid #f1b700;
	font-size:16px;
	width:82px;
	text-align:center;
	border-radius:5px;
	color:#f1b700;
	float:left;
	margin-top:24px;
	margin-left:0px;
	text-shadow: 1px 0px 1px rgba(0, 0, 0, 1);
}

.cluburlaub-box-tui-magic p a:hover {

	color:#FFFFFF;
	background-color:#f1b700;
	text-shadow:none;
	
}


.cluburlaub-box-tui-clubmed p a {

	border: 1px solid #284788;
	font-size:16px;
	width:82px;
	text-align:center;
	border-radius:5px;
	color:#284788;
	float:left;
	margin-top:24px;
	margin-left:0px;
}

.cluburlaub-box-tui-clubmed p a:hover {

	color:#FFFFFF;
	background-color:#284788;
	
}

.btn-red {
	background-color:#ff0000 !important;
	color:#FFFFFF;
	width:auto;
	font-weight:bold;
	padding:3px 10px;
}

.btn-red:hover, .btn-red:focus {
	background-color:#ec0b0b !important;
	color:#FFFFFF !important;
	font-weight:bold;
}


.schnellfinder-main {

	background-color: #e6f3fb;
    float: right;
    height: 2155px;
    margin-right: 32px;
    margin-top: 15px;
    width: 100%;
	
	
}

.schnellfinder-main p {

	font-size: 18px;
    margin-top: 20px;
    opacity: 0.6;
    text-align: center;

}

.kreuzf img {
    display: block;
    padding: 0px 15px;
    max-height: 45px;
}

.kreuzf{
	background-color:#fff !important;
}

.kreuzf .sub-slider{
	background-color:#fff;
}

/*HOTEL ALT*/


.logos{
    padding: 20px;
    background-color: #eaeaea;
    border-radius: 10px;
    max-height: 100px;
    min-width: 250px;
	margin-bottom:15px;
}

.lispez li{
    padding: 6px 0px 6px 0px;
}

.lispez{
	font-size:18px;
	list-style-type:none;
	padding-left:0px;
}

.lispez li a{
	color:#2b4790;
}

.lispez li a:hover{
	text-decoration:none;
	color:#2b4790;
}

.clubs h1, .kreuzfahrten h1{
	text-align:center;
	font-size:26px;
	color:#2b4790;
	font-weight:bold;
}

.clubs .sub-head, .kreuzfahrten .sub-head{
	text-align:center;
	font-size:18px;
	color:#2b4790;
	background-color:transparent;
	margin-bottom:30px;
}

    .hide--first > *:first-child {
 display: none;
}
.hide--second > *:last-child {
 display: none;
}

.hide{
    display:none !important;
}


.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;
}


/*
POPUP
*/

.modal-title{
    margin: 0;
    line-height: 1.42857143;
    background-color: #2b4790;
    padding: 0px;
    padding: 15px;
    font-size: 0px;
    height: 67px;
    color: #fff;
    background-image: url(../bilder/popup-head.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.popup-text{
	text-align:center;
	margin-top:10px;
	font-size:14px;
	font-family: Open Sans;
}

.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;
	font-family: Open Sans;
}

.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;
	margin-top:1px;
	font-size:15px;
}

.popupsenden{
	background-color:#f8980d !important  ;
	color:#fff;
	font-weight:bold;
	margin-top:0px;
}

.popupsenden:hover{
	color:#fff;
}
/*
ENDE POPUP
*/

.ak{
	padding:5px 0px;
	color: #2b4790;
}

.vorschau{
	background-color: #43ab28;
    padding: 10px;
    text-align: center;
    color: #fff;
	margin-top:15px;
}

.kfp-pic{
	text-align:center;
}

.kfp-head{
	    text-align: center;
    padding: 26px 10px;
}

.kfp-head h1{
	color:#2b4790;
	font-size:26px;
}

.list-head{
	text-align: center;
    padding: 49px 0px;
    font-size: 22px;
    text-decoration: underline;
	color:#2b4790;
}

.stern-tag{
    text-align: center;
	color:#2b4790;
}

.anfrage-kfp{
	margin-bottom:40px;
}

.zgb-list{
	font-family:'Open Sans';
	color: #253e90;
}

.hotelname-kinder{
	color: #253e90;
}

.hotelname-kinder:hover{
	color: #253e90;
}

.ausg{
	margin-top:17px;
}

.ausg-db{
    font-size: 16px;
    margin-top: 10px;
    text-align: center;
}

a .ausg-db{
    color:#fff;
}

select optgroup{
	font-family:'Open Sans';
    color:#000;
    font-style:normal;
    font-weight:normal;
	margin-bottom:5px;
    }
	
.partner{
	padding:20px;
}

.vr{
	margin-top:27px;
}

.itic{
	margin-top:40px;
}

.nl-text {
    font-size: 12px;
    font-family: arial;
    color: #24418c;
    padding-top: 80px;
}


.nl-frage {
    font-size: 13px;
    color: #24418c;
    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: #24418c;
}

.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:#24418c;
    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;
}

.nl-text span p {
	margin:20px;
}

	  
	  .offerimg img{
		  min-height:356px;
	  }
	  
	  .offer .offerimg .inner {
    position: absolute;
    bottom: 0px;
	width:100%;
    min-height: 356px;
    line-height: 26px;
}

.offer .offerimg .inner .text {
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 10px 10px;
	width:fit-content;
}

.offer .offerimg .inner .text1 {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 10px 10px;
	width:100%;
}

.offer .offerimg .inner .text2 {
    position: absolute;
    bottom: 10px;
    left: 10px;
    padding: 0px 10px;
    font-size: 10px;
    display: table;
    background-color: #fff;
    font-family: Open Sans;
    color: #00235f;
}

.offer .ablauf{
	background-color:#fff;
	color:#00235f;
	font-size:10px;
	font-family:arial;
	font-weight:normal;
	padding:0px 5px;
}

.offer .headline1{
	background-color:#00235f;
	padding:15px 15px;
	font-size:26px;
	width:auto;
	margin-bottom:5px;
	color:#fff;
	display:inline-block;
}

.offer .headline2{
	background-color:#fff;
	font-size:18px;
	color:#00235f;
	padding:5px 15px;
	font-weight:bold;
	width:auto;
	display:table;
}

.offer .offerspecial{
    font-size: 30px;
    color: #fff;
	width:100%;
    font-style: normal;
	background-color:#fcbe0e;
	padding:10px 20px;
	text-align:center;
}

.offer .offerspecial span{
    font-size: 24px;
	font-weight:bold;
}

.offer h3 {
    color: #fff !important;
    font-size: 20px !important;
    margin: 0px;
}

.offer .offerdate{
    color: #ff0000;
    line-height: 20px;
    font-size: 16px;
    padding: 10px;
}

.offer .offersub {
    font-size: 12px;
    color: #00235f;
	text-align:center;
    font-style: normal;
    padding: 10px 10px;
	font-family:Arial, Helvetica, sans-serif;
	min-height:75px;
}


.offer .offerprice {
    font-size: 24px;
    font-weight: 700;
    line-height: 50px;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    text-align: center;
    background-color: #ff0000;
    color: #fff;
    padding: 0px 5px 0 5px;
    border-bottom: 5px solid #c10606;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}
	  
	 .offer .offerbtn{
    position: absolute;
    bottom: 0px;
    right: 0px;
	width:50%;
}

.offer .destination{
	top:0;
	background:rgba(39,88,165,0.7);
	border-top-right-radius:10px;
	border-top-left-radius:10px;
	padding:5px 5px;
}

.offer .destination .offerdest{
	color:#fff;
	text-align:center;
	font-size:20px;
}

.offer .offerbtn a {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    line-height: 50px;
    border-bottom: 5px solid #da691c;
    background: #fb8b3f;
    color: #fff;
	display:none;
}

.offer .offersave {
    font-style: italic;
    color: #003a5d;
    position: absolute;
    bottom: 58px;
    padding: 0px 10px 0 20px;
}

.offer {
    width: 100%;
    float: left;
    color: #ff0000;
    line-height: 18px;
    position: relative;
	margin-bottom:15px;
	padding:5px;
	border: 1px solid #ddd;
}

.offer .offerimg{
    height: 356px;
    overflow: hidden;
    position: relative;
}

.offerbtn2{
background-color: #fcbe0e;
    color: #fff;
    float: right;
    padding: 15px;
    font-size: 28px;
    margin-top: 10px;
}

.offermid img{
	margin-top:10px;
	max-height:50px;
}

.offer a .offerprice{
	    transition: all 200ms ease-out;
}
.offer a .offerprice:hover {
    background: #c10606;
    color: #fff;
    border-bottom: 5px solid #c10606;
}

.offerprice span{
    background: rgba(255, 255, 255,0.3);
    font-size: 12px;
    padding: 10px 10px;
	margin-left:5px;
    vertical-align: middle;
}

	  
	  @media only screen and (min-width : 768px) and (max-width: 992px) {
		  .offer .img-responsive{
			  width:100% !important;
			  max-width:none !important;
	  }
	  
	  .offer .offersub {
    min-height: 95px;
}


	.offer .offerimg {
    height: auto; 
}

.offerimg img {
     min-height: auto;
}

.offer .offerimg .inner {
    position: absolute;
    top: 0px;
    width: 100%;
    min-height: 100%;
    line-height: 26px;
}
	  
	  }
	  @media only screen and (max-width : 768px) {
		  
		 
		  
	  .offer .offerimg img {
    width: 100%;
    height: auto;
}

.offerbtn2{
background-color: #fcbe0e;
    color: #fff;
    float: right;
    padding: 10px 5px;
    font-size: 16px;
	width:100%;
	text-align:center;
    margin-top: 10px;
}



.offer{
	height:auto;
}


.reiseanfrage {
    padding: 20px;
    background-color: #fff;
    font-family: 'Open Sans';
    border-radius: 20px;
    margin-top: -50px;
}

body {
    margin: 0 auto;
    font-family: 'Open Sans';
    background-color: #fff;
}

#carousel1{
	display:none;
}

	  }
	  
	  
@media only screen and (max-width : 600px) {
	
	.offer .offerimg {
    height: auto; 
}

.offerimg img {
     min-height: auto;
}

.offer .offerimg .inner {
    position: absolute;
    top: 0px;
    width: 100%;
    min-height: 100%;
    line-height: 26px;
}

.offer .headline2 {
    font-size: 12px;
}

.offer .headline1 {
    font-size: 18px;
}
	
}
	  

.headline{
    position: absolute;
    bottom: 95px;
    left: 30px;
    right: 30px;
}

.headline h1 {
    margin: 0;
    line-height: 40px;
    display: inline-block;
    background-color: #2b4790;
    padding: 10px 15px;
    font-weight: bold;
	color:#fff;
    font-size: 24px;
}

.post-content {
    margin-top: 50px;
}

.deal-meta {
    margin-left: 0;
    margin-right: 0;
	padding-left:15px;
	padding-right:15px;
}

.post-content .btn {
    display: inline-block;
	margin-top:0px;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.7;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.deal-price {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    font-size: 30px;
    text-align: center;
    background-color: #fcbe0e;
    color: #fff;
    font-weight: bold;
    font-style: italic;
    padding: 0 20px;
}

.deal-price small {
    font-size: 15px;
}

.deal-btn-group {
    float: left;
}

.btn-deal-secondary {
    color: #323231;
    background-color: #3b9d01;
    border-color: #3b9d01;
    font-family: 'Asap', sans-serif;
    text-transform: uppercase;
    font-style: italic;
    font-size: 18px;
    padding: 10px 20px;
    color: #fff !important;
    text-decoration: none !important;
}

.btn-deal-secondary:hover {
    color: #323231;
    background-color: #378608 !important;
}



.headline h2 {
    margin-top: 15px;
    line-height: 23px;
    display: inline-block;
    background-color: #fff;
    padding: 10px 15px;
	font-weight:bold;
    font-style: italic;
	color:#2b4790;
    font-size: 18px;
}

.hotelangebot .headline1{
	background-color:#fcbe0e;
	color:#fff;
	padding:10px;
	font-size:24px;
}

.hotelangebot .headline2{
	background-color:#fcbe0e;
	color:#fff;
	padding:10px;
	font-size:18px;
}

.hotelangebot{
	position:absolute;
	bottom:0px;
	left:30px;
	width:fit-content;
}

.dreieck{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 120px 120px 0;
    border-color: transparent #ff0000 transparent transparent;
    position: absolute;
    right: 0;
}

.dreieck span{
	position:absolute;
    color: #fff;
    left: 45px;
    font-size: 26px;
    width: auto;
    height: auto;
    top: 5px;
    transform: rotate(45deg) translate(50%);
    -ms-transform: rotate(45deg) translate(50%);
    -moz-transform: rotate(45deg) translate(50%);
    -o-transform: rotate(45deg) translate(50%);
    -webkit-transform: rotate(45deg) translate(50%);

}

.rabattalarm{
	background-color:#ec0104;
	color:#fff;
	padding:10px;
}

.rabatt1{
	font-size:24px;
	transform:rotate(-15deg);
	float:left;
	padding-left:40px;
	padding-top:10px;
}

.rabatt2{
	font-size:30px;
	transform:rotate(-15deg);
	float:left;
}

.rabatt3{
	font-size:20px;
	transform:rotate(-2deg);
	float:left;
}

.rabatt4{
	font-size:16px;
	transform:rotate(2deg);
	float:left;
	padding-left:50%;
}

.rabatt5{
	font-size:36px;
	transform:rotate(0deg);
	float:right;
}

.rabatt6{
	font-size:40px;
	transform:rotate(0deg);
	float:right;
}

.rabatt7{
	font-size:30px;
	transform:rotate(15deg);
	float:left;
}

.gutscheinehead{
	font-size:46px;
	transform:rotate(-2deg);
	float:left;
	margin-bottom:15px;
	padding-left:60px;
}

.full-width{
	width:100%;
}

.dontmiss{
	color:#fff;
	font-size:28px;
	text-align:center;
	width:100%;
	margin-top:30px;
}

.fpad{
	padding-right:35px;
}

.dontmissbtn{
	background:none;
	color:#fff;
	border:0;
	font-weight:lighter;
	margin-top:10px;
	font-size:18px;
	text-decoration:underline;
	font-family:Open Sans;
}
.offermid{
	min-height:60px;
}

.dontmissemail{
	font-size:18px;
		padding:5px 10px;
}






.header img{
	max-height:55px;
}

.red-border {
    border-top: 8px solid #ec0104 !important;
}



.dame-navi{
	float:right !important;
	position:absolute !important;
	right:0 !important;
	top:-38px !important;
}
@media only screen and (max-width : 1024px) {
.nav-tabs {
    border-bottom: 0px solid #ec0104;
    font-size: 12px;
}

.dame-navi{
	float:right;
	position:absolute;
	right:0;
	top:-45px !important;
}
}

@media only screen and (max-width : 768px) {
	.header img{
	max-height:40px;
	margin-top:10px;
}

.dontmiss {
    margin-top: 0px;
}

}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color:transparent; 
}

.navbar-default .navbar-toggle {
    border-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 30px;
    height: 5px;
    border-radius: 1px;
}









  .offer-aimg img{
		  min-height:300px;
	  }
	  
	  .offer-a .offer-aimg .inner {
    position: absolute;
    bottom: 0px;
	width:100%;
    min-height: 300px;
    line-height: 26px;
}

.offer-a .offer-aimg .inner .text {
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 10px 10px;
	width:fit-content;
}

.offer-a .offer-aimg .inner .text1 {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 10px 10px;
	width:100%;
}

.offer-a .offer-aimg .inner .text2 {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 10px 10px;
    width: fit-content;
}

.offer-a .ablauf{
	background-color:#fff;
	color:#00235f;
	font-size:10px;
	font-family:arial;
	font-weight:normal;
	padding:0px 5px;
}

.offer-a .headline1{
	background-color:#00235f;
	padding:15px 15px;
	font-size:26px;
	width:auto;
	margin-bottom:5px;
	color:#fff;
	display:inline-block;
}

.offer-a .headline2{
	background-color:#fff;
	font-size:18px;
	color:#00235f;
	padding:5px 15px;
	font-weight:bold;
	width:auto;
	display:table;
}

.offer-a .offer-aspecial{
    font-size: 30px;
    color: #fff;
	width:100%;
    font-style: normal;
	background-color:#fcbe0e;
	padding:10px 20px;
	text-align:center;
}

.offer-a .offer-aspecial span{
    font-size: 24px;
	font-weight:bold;
}

.offer-a h3 {
    color: #fff !important;
    font-size: 20px !important;
    margin: 0px;
}

.offer-a .offer-adate{
    color: #ff0000;
    line-height: 20px;
    font-size: 16px;
    padding: 10px;
}

.offer-a .offer-asub {
    font-size: 12px;
    color: #00235f;
	text-align:center;
    font-style: normal;
    padding: 10px 10px;
	font-family:Arial, Helvetica, sans-serif;
	min-height:75px;
}


.offer-a .offer-aprice {
    font-size: 24px;
    font-weight: 700;
    line-height: 50px;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    text-align: center;
    background-color: #ff0000;
    color: #fff;
    padding: 0px 5px 0 5px;
    border-bottom: 5px solid #c10606;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}
	  
	 .offer-a .offer-abtn{
    position: absolute;
    bottom: 0px;
    right: 0px;
	width:50%;
}

.offer-a .destination{
	top:0;
	background:rgba(39,88,165,0.7);
	border-top-right-radius:10px;
	border-top-left-radius:10px;
	padding:5px 5px;
}

.offer-a .destination .offer-adest{
	color:#fff;
	text-align:center;
	font-size:20px;
}

.offer-a .offer-abtn a {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    line-height: 50px;
    border-bottom: 5px solid #da691c;
    background: #fb8b3f;
    color: #fff;
	display:none;
}

.offer-a .offer-asave {
    font-style: italic;
    color: #003a5d;
    position: absolute;
    bottom: 58px;
    padding: 0px 10px 0 20px;
}

.offer-a {
    width: 100%;
    float: left;
    color: #ff0000;
    line-height: 18px;
    position: relative;
	margin-bottom:15px;
	padding:5px;
	font-family:Open Sans;
	border: 1px solid #ddd;
}

.offer-a .offer-aimg{
    height: 300px;
    overflow: hidden;
    position: relative;
}

.offer-abtn2{
background-color: #fcbe0e;
    color: #fff;
    float: right;
    padding: 15px;
    font-size: 28px;
    margin-top: 10px;
}

.offer-amid img{
	margin-top:10px;
	max-height:50px;
}

.offer-a a .offer-aprice{
	    transition: all 200ms ease-out;
}
.offer-a a .offer-aprice:hover {
    background: #c10606;
    color: #fff;
    border-bottom: 5px solid #c10606;
}

.offer-aprice span{
    background: rgba(255, 255, 255,0.3);
    font-size: 12px;
    padding: 10px 10px;
	margin-left:5px;
    vertical-align: middle;
}

	  
	  @media only screen and (min-width : 768px) and (max-width: 992px) {
		  .offer-a .img-responsive{
			  width:100% !important;
			  max-width:none !important;
	  }
	  
	  .offer-a .offer-asub {
    min-height: 95px;
}


	.offer-a .offer-aimg {
    height: auto; 
}

.offer-aimg img {
     min-height: auto;
}

.offer-a .offer-aimg .inner {
    position: absolute;
    top: 0px;
    width: 100%;
    min-height: 100%;
    line-height: 26px;
}
	  
	  }
	  
	  
	  
	  
	  
	  
	  
	  
	  
	  
	  
	  
	  
	   .offer-miniimg img{
		  min-height:auto;
	  }
	  
	  .offer-mini .offer-miniimg .inner {
    position: absolute;
    bottom: 0px;
	width:100%;
    min-height: 100%;
    line-height: 26px;
}

.offer-mini .offer-miniimg .inner .text {
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 10px 10px;
	width:fit-content;
}

.offer-mini .offer-miniimg .inner .text1 {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 10px 10px;
	width:100%;
}

.offer-mini .offer-miniimg .inner .text2 {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 10px 10px;
    width: fit-content;
}

.offer-mini .ablauf{
	background-color:#fff;
	color:#00235f;
	font-size:10px;
	font-family:arial;
	font-weight:normal;
	padding:0px 5px;
}

.offer-mini .headline1{
	background-color:#00235f;
	padding:8px 10px;
	font-size:18px;
	width:auto;
	margin-bottom:5px;
	color:#fff;
	display:inline-block;
}

.offer-mini .headline2{
	background-color:#fff;
	font-size:18px;
	color:#00235f;
	padding:5px 15px;
	font-weight:bold;
	width:auto;
	display:table;
}

.offer-mini .offer-minispecial{
    font-size: 30px;
    color: #fff;
	width:100%;
    font-style: normal;
	background-color:#fcbe0e;
	padding:10px 20px;
	text-align:center;
}

.offer-mini .offer-minispecial span{
    font-size: 24px;
	font-weight:bold;
}

.offer-mini h3 {
    color: #fff !important;
    font-size: 20px !important;
    margin: 0px;
}

.offer-mini .offer-minidate{
    color: #ff0000;
    line-height: 20px;
    font-size: 16px;
    padding: 10px;
}

.offer-mini .offer-minisub {
    font-size: 12px;
    color: #00235f;
	text-align:center;
    font-style: normal;
    padding: 10px 10px;
	font-family:Arial, Helvetica, sans-serif;
	min-height:75px;
}


.offer-mini .offer-miniprice {
    font-size: 24px;
    font-weight: 700;
    line-height: 50px;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    text-align: center;
    background-color: #ff0000;
    color: #fff;
    padding: 0px 5px 0 5px;
    border-bottom: 5px solid #c10606;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}
	  
	 .offer-mini .offer-minibtn{
    position: absolute;
    bottom: 0px;
    right: 0px;
	width:50%;
}

.offer-mini .destination{
	top:0;
	background:rgba(39,88,165,0.7);
	border-top-right-radius:10px;
	border-top-left-radius:10px;
	padding:5px 5px;
}

.offer-mini .destination .offer-minidest{
	color:#fff;
	text-align:center;
	font-size:20px;
}

.offer-mini .offer-minibtn a {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    line-height: 50px;
    border-bottom: 5px solid #da691c;
    background: #fb8b3f;
    color: #fff;
	display:none;
}

.offer-mini .offer-minisave {
    font-style: italic;
    color: #003a5d;
    position: absolute;
    bottom: 58px;
    padding: 0px 10px 0 20px;
}

.offer-mini {
    width: 100%;
    float: left;
    color: #ff0000;
    line-height: 18px;
    position: relative;
	margin-bottom:15px;
	padding:5px;
	font-family:Open Sans;
	background-color:#fff;
}

.offer-mini .offer-miniimg{
    height: auto;
    overflow: hidden;
    position: relative;
}

.offer-minibtn2{
background-color: #fcbe0e;
    color: #fff;
    float: right;
    padding: 10px;
    font-size: 20px !important;
    margin-top: 10px;
	text-align:center;
	width:100%;
}

.offer-minimid img{
	margin-top:10px;
	max-height:50px;
}

.offer-mini a .offer-miniprice{
	    transition: all 200ms ease-out;
}
.offer-mini a .offer-miniprice:hover {
    background: #c10606;
    color: #fff;
    border-bottom: 5px solid #c10606;
}

.offer-miniprice span{
    background: rgba(255, 255, 255,0.3);
    font-size: 12px;
    padding: 10px 10px;
	margin-left:5px;
    vertical-align: middle;
}

	  
	  @media only screen and (min-width : 768px) and (max-width: 992px) {
		  .offer-mini .img-responsive{
			  width:100% !important;
			  max-width:none !important;
	  }
	  
	  .offer-mini .offer-minisub {
    min-height: 95px;
}


	.offer-mini .offer-miniimg {
    height: auto; 
}

.offer-miniimg img {
     min-height: auto;
}

.offer-mini .offer-miniimg .inner {
    position: absolute;
    top: 0px;
    width: 100%;
    min-height: 100%;
    line-height: 26px;
}
	  
	  }


.offer-btn {
    width: 100%;
    border: 0;
    border-radius: 10px;
    background-color: #ff0000;
    color: #fff;
    font-size: 28px;
    line-height: 26px;
    font-family: Open Sans;
    padding: 5px 0px 15px 0px;
}

.offer-btn small{
	font-size:14px;
}



				 	.rahmen{
						padding:10px;
						float:left;
						width:100%;
						margin-bottom:10px;
						-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.51);
-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.51);
box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.51);
					}
					
					.rahmen img{
						max-height:100px;
						padding:10px;
					}
					.markenliste{
						list-style-type:none;
						padding-left:5px;
					}
					
					.markenliste a{
						color:#2b4790;
						text-decoration:underline;
						font-weight:bold;
					}
					
					.markenliste li{
						padding:2px 0px;
					}
					
					.guhead {
    font-size: 22px;
    font-family: Open Sans;
    text-align: center;
    float: left;
    width: 100%;
    padding: 10px 0px;
}

 @media (max-width: 340px) {
	 
	 .markenliste li {
    font-size: 14px;
}

.markenliste li{
						padding:5px 0px;
					}
			
			
 }
 
 	  @media only screen and (max-width : 768px) {
		  
		  
		  main {
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 6px 1px rgba(0, 0, 0, 0); 
    -moz-box-shadow: 0px 5px 6px 1px rgba(0, 0, 0, 0);
     box-shadow: 0px 5px 6px 1px rgba(0, 0, 0, 0); 
}

.angebote-main{
	padding:0px;
}

.angebote-main h3 {
    font-size: 18px;
    text-align: left;
}

.showall {
    margin-bottom: 15px;
    float: left;
    width: 100%;
}

.sidebar {
    padding: 0px;
}

.markenliste {
    float: left;
}
		  
		  
		  .offer-minibtn2{
background-color: #fcbe0e;
    color: #fff;
    float: right;
    padding: 10px 5px !important;
    font-size: 16px !important;
	width:100% !important;
	text-align:center !important;
    margin-top: 10px;
}

.navbar-toggle {
    margin-right: 0px;
    padding: 9px 0px 9px 10px;
}

  .offer-aimg img{
		  min-height:auto !important;
	  }
	  
	  .offer-a .offer-aimg{
    height: auto !important;
}

	  .offer-a .offer-aimg .inner {
    min-height: 100% !important;
}

.offer-a .headline1{
	padding:5px 10px;
	font-size:18px;
}

.offer-a .headline2{
	font-size:14px;
	padding:5px 10px;
}

	  }
	  
	  .showall{
		  font-size: 12px;
		  padding-left: 10px;
		  color:#2b4790;
	  }
	  
	  	  .showall:hover{
		  font-size: 12px;
		  padding-left: 10px;
		  color:#2b4790;
	  }