/* 
  -----------------------------------
  dahab.travel - Stylesheet
  by SeaMore Travel - Chris Hornbogner
  www.seamore-travel.com 
  -----------------------------------
*/
   body {
       margin: 0;
       padding: 0;
       background: #fff;
       font: 12px/13px 'arial',sans-serif;

    }
    .wrap {
       overflow: hidden;
       margin: 0;
	   margin-left: 240px;
    }
	 .sidebar {
	float: left;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	padding: 20px;
	background-color: #fff;
	color: #666;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 17px;
	font-style: normal;
	height: 99%;
    }
    .box {
       float: left;
       position: relative;
       width: 25%;
       padding-bottom: 25%;
    }
    .boxInner {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	overflow: hidden;
	line-height: 16px;
    }
    .boxInner img {
       width: 100%;
	   border: 0px;
    }
    .boxInner .titleBox {
       position: absolute;
       bottom: 0;
       left: 0;
       right: 0;
	   height: 99%; 
       margin-bottom: -110%;
       background: #000;
       background: rgba(0, 0, 0, 0.5);
       color: #FFF;
       padding: 8px;
       text-align: left;
       -webkit-transition: all 0.9s ease-out;
       -moz-transition: all 0.9s ease-out;
       -o-transition: all 0.9s ease-out;
       transition: all 0.9s ease-out;
	   display:block;
    }
		    .boxInner a {
	text-decoration: none;
    }

	 .boxInner span {
	color: #fff;
	font-weight: bold;
	font-size: 20px;
    }
    body.no-touch .boxInner:hover .titleBox, body.touch .boxInner.touchFocus .titleBox {
	margin-bottom: 0;
	text-decoration: none;
    }
    @media only screen and (max-width : 480px) {
       /* Smartphone view: 1 tile */
       .box {
          width: 100%;
          padding-bottom: 100%;
       }
    }
    @media only screen and (max-width : 650px) and (min-width : 481px) {
       /* Tablet view: 2 tiles */
       .box {
          width: 50%;
          padding-bottom: 50%;
       }
    }
    @media only screen and (max-width : 1050px) and (min-width : 651px) {
       /* Small desktop / ipad view: 3 tiles */
       .box {
          width: 33.3%;
          padding-bottom: 33.3%;
       }
    }
    @media only screen and (max-width : 1290px) and (min-width : 1051px) {
       /* Medium desktop: 4 tiles */
       .box {
          width: 25%;
          padding-bottom: 25%;
       }
    }
	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#footer {
	padding: 15px, 20px, 20px, 0px;
	margin-bottom: 7px;
	font-size:14px;
	line-height: 18px;
	word-spacing: 2px;
	background-color: #FFF;
	color:#666;
	font-family:"Segoe UI", Arial
 }
#footer a {
	color: #666;
}
#footer a:hover, #navibereich a:focus {
	color: #F60;
	text-decoration: underline;
}
#footer a:active  {
	color: #0000CC;
}
#fb {
	background-color: #333;	
}

/* IE-Patch für IE 7*/
*:first-child+html .clearfix { min-height: 0; } 
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* 
  -----------------------------------
  Head Tag - Styles
  -----------------------------------
*/
h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size:30px;
	margin-bottom: 1px;
	margin-top: 3px;
	color: #A18E5C;
	font-family: "Segoe UI", Arial;
	font-weight: normal;
	letter-spacing: 2px;
}
h2 {
	font-size:16px;
	font-weight: bold;
	margin-top:1px;
	color: #333;
	}
h3 {
	font-size:16px;
	font-weight: bold;
	color: #fff;
	margin-top: 45px;
	margin-bottom: 1px;
	line-height: 18px;
	letter-spacing: 1px;
}
h4 {
	font-size:14px;
	font-weight: bold;
	margin-bottom: 3px;
	color: #333;
}
h5 {
	font-size:12px;
	font-weight: bold;
	color:#FFFFFF;
	margin-bottom: 2px;
}
/*  Verschachtelte Listen ohne Abstand */
