/* . OVERLAY .  */



#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#333;
  display:none;
}  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width: 80vw;
  max-width:1000px;
  display:none;
  z-index:9999;
  padding:10px;
  border-radius: 15px;
  text-align: center;
 /* overflow-y: scroll !important;*/
}
#boxes #overlay {
  background-color:#b6762d;
color: #fff
}#boxes #overlay h2 {
color: #fff
}






#sprache {
	height: 17px;
	width: 25px;
	position: absolute;
	left: 43%;
	top: 32px;
	z-index: 999;
	
}

ul.quickMenu li a
{
    color: #fff;
}
ul.quickMenu li a:hover
{
    color: #777;
}
   img.logo {
width: 180px;
padding-top: 5px;
}

.logos img {
	position: absolute;
	top: 1em;
	 display: block;
  max-width: 13%;
	left: 220px;
  height: auto !important;
}
.boxFocus {
	 display: block;
  max-width: 100%;
  height: auto !important;
	margin-top: 1.5em !important;
	margin-bottom: 1.5em !important;
}

.color3 {
	background: #a06928 !important;
	color:#FFFfff !important;
}
.color3 a {
	
	color:#FFFfff !important;
}
.phone {
	
	color:#b6762d !important;
}
table td:first-child {width: 20%; }



#tour img {
  max-width: 100%;
  width:auto!important;
  height: 300px;
    display: inline-block;
    background: #fff;
    padding: 1em;
    margin: 0.5em;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 2px 2px 4px 0 #ccc;

}
nobr img {
  max-width: 20px!important;
  width: auto;
  height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    box-sizing: none!important;
    box-shadow: none !important;
  

}

#tour h3 {
	font-weight: bold;
	margin-bottom: 0!important;
	color:#a06928;
}

@media (max-width: 768px) {
.logos img {
position: absolute;
top: 50px;
display: block;
max-width: 90px;
left: 210px;
height: auto !important;
}	
	#sprache {
	left: 229px!important;
	top: 12px;
}
    img.logo {
width: 170px;
padding-top: 0px;
}
	}
	
@media screen and (min-width: 769px) and (max-width: 991px) {
.logos img {
    position: absolute;
    top: 2em;
    display: block;
    max-width: 15%;
    left: 580px!important;
    height: auto !important;
}
	#sprache {
	left: 68%!important;
	top: 42px;
		
}
	}
	
@media screen and (min-width: 992px) and (max-width: 1200px){ 
  #sprache {
	left: 41%!important;
	top: 32px;
	
}
}
	
@media (max-width: 991px) {

	#tour img {
  max-width: 100%;
  height: auto !important;
    display: inline-block;
    background: #fff;
    padding: 1em;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 2px 2px 4px 0 #ccc;
}
	.navbar {
  min-height: 100px;
}
	.page-header {
    padding: 22px 0;
    margin-top: 50px;
}
	
	
	.collapse.in {
    display: block;
		margin-top: 50px;
}
	.navbar-collapse {
    margin-top: 50px;
}

}

#tour table ul {
margin-bottom: 0em;
}

#tour table {
border: none !important;
}
#tour table strong {
font-size: 20px;
color: #333;
}

#tour table > tbody > tr:nth-child(odd) > td,
#tour table > tbody > tr:nth-child(odd) > th {
  background-color: #f3f3f3;
}
#tour table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
#tour table td[class*="col-"],
#tour table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
#tour table {
  max-width: 100%;
  background-color: transparent;
}
#tour th {
  text-align: left;
}
#tour table{
  width: 100%;
  margin-bottom: 20px;

}
#tour table > thead > tr > th,
#tour table > tbody > tr > th,
#tour table > tfoot > tr > th,
#tour table > thead > tr > td,
#tour table > tbody > tr > td,
#tour table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
	border-bottom: none;
	border-right: none;
	border-left: none;
}
#tour table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
#tour table > caption + thead > tr:first-child > th,
#tour table > colgroup + thead > tr:first-child > th,
#tour table > thead:first-child > tr:first-child > th,
#tour table > caption + thead > tr:first-child > td,
#tour table > colgroup + thead > tr:first-child > td,
#tour table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
#tour table > tbody + tbody {
  border-top: 2px solid #ddd;
}
#tour table .table {
  background-color: #fff;
}


/*
.table-striped > table > tbody > tr:nth-child(odd) > td,
.table-striped > table > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table > table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
.table > table td[class*="col-"],
.table > table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table > table{
  width: 100%;
  margin-bottom: 20px;

}
.table > table > thead > tr > th,
.table > table > tbody > tr > th,
.table > table > tfoot > tr > th,
.table > table > thead > tr > td,
.table > table > tbody > tr > td,
.table > table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
	border-bottom: none;
	border-right: none;
	border-left: none;
}
.table > table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > table > caption + thead > tr:first-child > th,
.table > table > colgroup + thead > tr:first-child > th,
.table > table > thead:first-child > tr:first-child > th,
.table > table > caption + thead > tr:first-child > td,
.table > table > colgroup + thead > tr:first-child > td,
.table > table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table > table .table {
  background-color: #fff;
}*/