@charset "utf-8";
/* Custom CSS Document */

/* [05] Tours */
	.tours, .tours2, .tours3 {
		background-color: #1d82e5;
		background-size: cover;
		background-attachment: fixed;
		background-repeat: no-repeat;
	
	}
	.tours .pattern, .tours2 .pattern, .tours3 .pattern {
		background-color: rgba(0,130,255, 0.5);
		padding: 150px 0 80px 0
	}
	
	.tours h1, .tours2 h1, .tours3 h1 {
		color: white;
		margin-bottom: 50px;
	}

	.tours .item, .tours2 .item, .tours3 .item {
		position: relative;
		margin: 0 15px
	}
	
	.tours .item img, .tours2 .item img, .tours3 .item img {
		border-radius: 5px 5px 0 0;
	}
	
	.tours .item:hover > .badge, .tours2 .item:hover > .badge, .tours3 .item:hover > .badge {
		top: 40px;
	}
	
	.tours .item:hover > .tour-title, .tours2 .item:hover > .tour-title, .tours3 .item:hover > .tour-title {
		background: #ef2700;
	}
	
	.tours .item:hover > .tour-title a, .tours2 .item:hover > .tour-title a, .tours3 .item:hover > .tour-title a {
		color: #fff;
	}
	
	.tours .item .badge, .tours2 .item .badge, .tours3 .item .badge {
		background: url(../img/badge.png) no-repeat;
		width: 100px;
		height: 39px;
		position: absolute;
		top: 30px;
		right: -10px;
	}

	.tours .item .badge span, .tours2 .item .badge span, .tours3 .item .badge span {
		color: #000;
		font-size: 24px;
		font-weight: 700;
		right: -10px;
	}

	.tours .item .tour-title, .tours2 .item .tour-title, .tours3 .item .tour-title {
		padding: 25px 0;
		background: #102a5d;
		text-align: center;
	}
	
	.tours .item .tour-title .title, .tours2 .item .tour-title .title, .tours3 .item .tour-title .title {
		font-family: "Roboto Slab";
		font-size: 18px;
		font-weight: 700;
		color: #ffffff;
		margin: 0 0 -3px 0;
	}
	
	.tours .item .tour-title a, .tours2 .item .tour-title a, .tours3 .item .tour-title a {
		font-family: "Roboto";
		font-size: 14px;
		font-weight: 300;
		color:#1d82e5;
		text-decoration: none;
	}
	
	.tours .item .tour-title a:hover, .tours2 .item .tour-title a:hover, .tours3 .item .tour-title a:hover {
		color: #ffffff
	}
	
	.tours .item .tour-details, .tours2 .item .tour-details, .tours3 .item .tour-details {
		padding: 25px;
		background:#ffffff;
		font-family: "Roboto";
		font-size: 14px;
		font-weight: 500;
		text-align: center;
		color: #777777;
		border-radius: 0 0 3px 3px
	}

	.tours .tour-detail, .tours2 .tour-detail, .tours3 .tour-detail {
		position: relative;
		background:#ffffff;
		padding: 20px;
		border-radius: 5px;
	}
	
	.tour-detail .loading, .tours2 .tour-detail .loading, .tours3 .tour-detail .loading {
		padding: 200px 0;
		text-align: center;
		font-family: "Roboto";
		font-size: 14px;
		font-weight: 300;
		color:#1d82e5;
	}
	
	.tour-detail h1, .tours2 .tour-detail h1, .tours3 .tour-detail h1 {
		color: #2D2D2D;
		text-align: left;
		margin: 0 0 10px 0;
	}
	
	.tour-detail .sterne, .tours2 .tour-detail .sterne, .tours3 .tour-detail .sterne {
		margin-bottom: 20px
	}
	
	.tour-detail .desc p, .tours2 .tour-detail .desc p, .tours3 .tour-detail .desc p {
		font-family: "Montserrat";
		font-size: 15px;
		font-weight: 500;
		letter-spacing: -1px;
		color: #2D2D2D;
	}
	.tour-detail .desc ul, .tours2 .tour-detail .desc ul, .tours3 .tour-detail .desc ul {
		font-family: "Montserrat";
		font-size: 15px;
		font-weight: 300;
		letter-spacing: 0px;
		color: #2D2D2D;
		margin-left: 25px;
	}
	.tour-detail .desc li, .tours2 .tour-detail .desc li, .tours3 .tour-detail .desc li {
		list-style-type: square;
	}
	
	.tour-detail img, .tours2 .tour-detail img, .tours3 .tour-detail img {
		border-radius: 3px;
	}
	
	.tour-detail .close, .tours2 .tour-detail .close, .tours3 .tour-detail .close {
		position: absolute;
		top: 10px;
		right: 10px;
		font-size: 30px;
	}

/* Base */

.flex-row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tab-pane {
	margin-bottom: 20px;
}

div.nice2 p {
    font-family: 'Montserrat', sans-serif;
	font-size: 17px;
    font-weight: 500;
	padding: 40px 100px 20px 100px;
	text-align: center;
	color: #FFF;
}

.col-auto {
	margin-left: auto;
	margin-right: auto;
}

.tab-pane ul {
    font-family: 'Montserrat', sans-serif;
	font-size: 1.8em;
    font-weight: 600;
	color: #fff;
	padding-left: 14%;
}

.tab-pane ul li:before {
	font-family: FontAwesome;
    font-size: 1.2em;
    line-height: 1.5em;
    color: #fff;
	content: "\f054";
	padding-right: 10px;
}

.tab-pane ul li span, wichtig ul li span {
	font-size:18px;
	margin-right: 10px;
}

.wichtig ul {
    font-family: 'Montserrat', sans-serif;
	font-size: 1em;
    font-weight: 300;
	color: #fff;
	padding-left: 10px;
}

.wichtig ul li:before {
	font-family: FontAwesome;
    font-size: 1em;
    line-height: 1em;
    color: #fff;
	content: "\f054";
	padding-right: 10px;
}

.preis {
	color: #BD9800;
	text-align: center;
	font-family: 'dubiel', sans-serif;
    font-weight: 800;
	font-size: 80pt;
    letter-spacing: 3px;
}

#rating-box {
	margin-top: 25px;
}

.dunkel { 
	background-color: #191937; 
}

#result{
	color: #B30000;
	font-weight: bold;
	font-size: 15px;
}

select {
	margin: 13px 10px 0px 0px;
}
select option {
	font-size: 20px;
}
.gold {
	color: #CBA702;
}
.mtl {
	margin-top: 25px; 
}
.mtxl {
	margin-top: 50px; 
}
.mtxxl {
	margin-top: 200px; 
}
.mbl {
	margin-bottom: 25px; 
}
.mbxl {
	margin-bottom:60px;
}
.mbs {
	margin-bottom: 15px; 
}
hr.dashed {
  border: 0;
  border-top: 2px dashed #666666;
}
hr.rope {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  background:url(../img/rope.png) repeat-x 0 0;
  height:8px;
}
hr.wave {
  margin-top: 10px;
  margin-bottom: 20px;
  border: 0;
  background:url(../img/wavesblue@2x.png) repeat-x 0 0;
  height:27px;
}
.sidebar {
	position: relative;
}
#addrating {
	padding-top: 150px;
}
.article img {
	padding: 0;
	margin: 0;
}
#clients-reviews .owl-carousel img {
	padding: 0;
	margin: 0;
}

.headerSocialIcons{
    list-style:none;
	padding: 15px 0;
}

.headerSocialIcons li{
    display:inline;
    margin:0 10px;
}

.headerSocialIcons li a{
    color:white;
}

/* 5-Stars Rating */
div.stars {
  width: 100%;
  display: inline-block;
  padding-right: 45%;
}
 
input.star { display: none; }
label.star {
  float: right;
  padding: 10px;
  font-size: 36px;
  color: #444;
  transition: all .4s;
}

@media screen and (max-width: 760px){
div.stars {
  width: 80%;
  display: inline-block;
  padding: 0;
}
}
@media screen and (max-width: 480px){
.btn {
	font-size: 15px;
	font-weight: 300;
	letter-spacing: normal;
}
.btn2 {
	font-size: 15px;
	font-weight: 300;
	letter-spacing: normal;
}
div.stars {
  width: 80%;
  display: inline-block;
  padding:0;
}
label.star {
  float: right;
  padding: 10px;
  font-size: 25px;
  color: #444;
  transition: all .4s;
}
}
input.star:checked ~ label.star:before {
  content: '\f005';
  color: #FD4;
  transition: all .45s;
}
input.star-5:checked ~ label.star:before {
  color: #FE7;
  text-shadow: 0 0 10px #952;
}
input.star-1:checked ~ label.star:before { color: #F62; }
label.star:hover { transform: rotate(-15deg) scale(1.3); }
label.star:before {
  content: '\f006';
  font-family: FontAwesome;
} 
/*rating page*/
#ratingForm {
	margin-top: 25px;
}
#rating_form input {
    width:100%;
    height:50px;
    padding:10px;
    border:0;
    background:transparent;
    border-bottom:1px solid #c99f6c;
    border-left:1px solid #c99f6c;
    font-family: 'Montserrat', sans-serif;
    color: #c99f6c;
}
#rating_form input:focus {
    outline:0;
    background:transparent;
}
#rating_form label {
    width: 90%;
    margin:10px;
    color:#a48f61;
}
#rating_form textarea:focus {
    outline:0;
    background:transparent;
}
#rating_form textarea {
    width:100%;
    height:150px;
	border:0;
    padding:10px;
    background:transparent;
    border-bottom:1px solid #c99f6c;
    border-left:1px solid #c99f6c;
    font-family: 'Montserrat', sans-serif;
    color: #c99f6c;
}
#rating_form input#submit{
    font-size:20px;
    padding:0;
    padding-left:20px;
    padding-right:20px;
	border: 2px double #c99f6c;
    height:30px;
}
#blogPost {
	margin-top: 200px;
}
/* Verstecktes Feld */
input#skypename, label[for="skype"] {
    display: none;
	visibility: hidden;
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

@media (max-width: 768px){
.tab-pane ul {
    font-family: 'Montserrat', sans-serif;
	font-size: 1.6em;
    font-weight: 600;
	color: #fff;
	padding-left: 6%;
}

.tab-pane ul li:before {
	font-family: FontAwesome;
    font-size: 1em;
    line-height: 1.2em;
    color: #fff;
	content: "\f054";
	padding-right: 8px;
}

.preis, .preis2 {
	font-size: 80pt;
	font-weight: 600;
}

@media screen and (max-width: 480px){
.tab-pane ul {
    font-family: 'Montserrat', sans-serif;
	font-size: 1.2em;
    font-weight: 600;
	color: #fff;
	padding-left: 5%;
}

.tab-pane ul li:before {
	font-family: FontAwesome;
    font-size: 0.8em;
    line-height: 1.2em;
    color: #fff;
	content: "\f054";
	padding-right: 6px;
}

.preis, .preis2 {
	font-size: 60pt;
	font-weight: 600;
}

.wichtig {
	margin-top: 30px;
}

}
