@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700|PT+Sans+Narrow&subset=latin,latin-ext);

/****************************************************** 
    Document   : style_hba
    Created on : 27.06.2012, 12:00:01
    Description: CSS3 Stylesheet Hafenbetrieb Aken GmbH.
*******************************************************/

root { 
    display: block;
}

* {	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.4em;
	vertical-align: baseline;
	text-decoration: none;
    font-family: 'PT Sans Narrow';
}

.clearfix{clear:both}

h1{
    margin: 20px 0 20px 0;
    font-family: 'PT Sans Narrow';
    font-size: 1.4em;
    color:rgb(1, 93, 180); 
  	text-shadow: 0px 3px 10px rgb(150,150,150);   
}
h2{
    margin: 5px 0 5px 0;
    font-family: 'PT Sans Narrow';
    font-size: 1.2em;
    color:rgb(1, 93, 180);    
}
h3{
    margin-top: 20px;
    font-family: 'PT Sans Narrow';
    font-size: 1.2em;
    color:rgb(91, 136, 178);
}
h4{
    margin-top: 20px;    
    font-family: 'PT Sans Narrow';
    font-size: 0.9em;
}
h5{
    margin-top: 20px;
    font-family: 'PT Sans Narrow';
    font-size: 0.99em;
}
p{
    font-family: 'PT Sans Narrow';
    font-size: 1.1em;
    line-height: 1.8em;
    margin-top: 10px;

}
a{
	color:#777;
	}
a:hover{
	color: red;
	text-shadow: 0px 3px 10px rgb(150,150,150);
	}	

body {

    background-position: top center;
    background-repeat: no-repeat;
    background-color: rgb(99,97,110);
    background-attachment: fixed;
    font-family: 'PT Sans Narrow';
}
header {
    height: 134px;
    z-index: 100;
}


    
#page{
    margin: 20px auto 0;
    background: rgb(255,255,255);
    width: 960px;
    padding:0;
    border-top: 1px solid rgb(255,255,255);
    box-shadow: 0 7px 15px rgba(0, 0, 0, 0.4);
    border-radius:3px;   
}
figure {
    height:440px;
}

.left{
    float: left; 
}
.right{
    float: right;
}
article {
    z-index: 1;  
} 
 
img.left{
	margin: 15px 15px 5px 0;
	}

/*******************Columns****************/
.col_1{
    width:280px;
    padding: 0 20px 0 20px;
    background-color: rgb(0, 108, 183);
    color: white;
    	transition-delay: 0s;
    transition-duration: 0.8s;
    transition-property: all;
    transition-timing-function: ease;

}
.col_2{
    width:280px;
    padding: 0 20px 0 20px;    
    background-color: rgb(190,190,190);
    color: white;
    	transition-delay: 0s;
    transition-duration: 0.8s;
    transition-property: all;
    transition-timing-function: ease;

}
.col_3{    
    width:280px;
    padding: 0 20px 0 20px;
    background-color: rgb(183, 143, 88);
    color: white;
    	transition-delay: 0s;
    transition-duration: 0.8s;
    transition-property: all;
    transition-timing-function: ease;

}
.col_1:hover{background-color: rgb(10, 118, 213);text-shadow: 0px 3px 5px rgb(50,50,50);}
.col_2:hover{background-color: rgb(205,205,205);text-shadow: 0px 3px 5px rgb(50,50,50);}
.col_3:hover{background-color: rgb(213, 153, 98);text-shadow: 0px 3px 5px rgb(50,50,50);}


.wide {
	padding:0 30px 30px 30px;
	}
	

	
.col_1 h1, .col_2 h1, .col_3 h1{
	text-align:center;
	text-shadow: 0px 3px 5px rgb(50,50,50);
	color:rgb(250,250,250);
	}
.col_1 h2, .col_2 h2, .col_3 h2{
	text-align:center;

	color:rgb(250,250,250);
	}
	
.left_640 {
	float:left;
	width: 580px;
	padding:0 30px 30px 30px;
	}

.right_320 {
    width:280px;
    padding: 10px 20px 20px 20px;
	float:right;
	background: rgb(245, 248, 253);
	color:#777;
	}
.img_320 {
	float:right;
	width:320px;
	padding:0px 0 0 0;
	}
.img_320_i {
	position:relative;
	/*top:25px;*/
	bottom:-30px;
	right:20px;
	width:320px;
	padding:0px 0 0 0;
	}
	
	
	
	
/*****************nav_big*******************/
#nav_big{
	z-index:100;

	}


/*****************nav*******************/
nav.right {
    margin-top: 22px;    
}

nav.right a{
    font-family: 'PT Sans Narrow';
    font-size: 1.1em;
    width:140px;
    display: block;
    padding-left: 10px;
    border-left: 1px solid #ccc;

}
/*****************nav_top*******************/

#nav_top{
    width:940px;
    padding:10px;    
    margin: 0 auto 0px;
    background: none;
	font-family: 'PT Sans Narrow';
    font-size: 0.8em;
    color: #ffffff;
}
#nav_top ul {
	margin-left: 0px;
	}
#nav_top ul li{
    display: inline-block;
    text-align: right;
    margin-right: 10px;
        font-family: 'PT Sans Narrow';
        text-align: right;
        font-size: 1.00em;
}
#nav_top ul li a{
    color:#fff;
    font-family: 'PT Sans Narrow';
        text-align: right;
        font-size: 1.00em;
}
#nav_top ul li a:hover{
    color: rgb(185, 166, 87);
}




/*****************foot*******************/

footer{
    width:940px;
    padding:10px;    
    margin: 0 auto 90px;
    background: none;

    font-size: 0.8em;
    color: #ffffff;
}
footer ul {
	margin-left: 0px;
	}
footer ul li{
    display: inline-block;
    text-align: right;
    margin-right: 10px;
        font-family: 'PT Sans Narrow';
        text-align: right;
        font-size: 1.00em;
}
footer ul li a{
    color:#fff;
    font-family: 'PT Sans Narrow';
        text-align: right;
        font-size: 1.00em;
}
footer ul li a:hover{
    color: rgb(185, 166, 87);
}

.copy{
        font-family: 'PT Sans Narrow';
        text-align: right;
        font-size: 1.00em;
}


/*******************etc************************/
ul {
    display: block;
    margin: 1.12em 0;
    margin-left: 20px;
    margin-top: 0; 
    margin-bottom: 0;
}
	
ul li{
	list-style-position:inside;
	font-family: 'PT Sans Narrow';
	font-size:1.1em !important;
	}

.list_w{
    list-style-type: none;    
}
.smaller{
    font-size: 0.95em;
}
.summary{
    border: 1px solid rgb(220,220,220);
    background: rgb(240,240,240);
    padding: 10px;
    font-family: 'PT Sans Narrow';
    font-size: 0.95em;
    line-height: 1.4em;
    border-radius: 6px;   
}

.thumb {
	margin-right: 10px;
	}
#map_osm{
	width: 580px;
	height: 340px;
	margin-bottom:60px;
	border:1px solid rgb(191, 191, 191);
	box-shadow: 0 5px 11px rgb(210, 210, 210);
    border-radius:3px;
	}
.gmnoprint{font-family: 'PT Sans Narrow' !important;}	
.gmnoprint span, .gmnoprint a{color:rgb(160,160,160) !important}	

.listline{
	border-top:1px solid rgb(220,220,220);
	padding-top:10px;
	}

	
/*********************Kontakt*******************/
#contact_form_holder {
   /* font-family: "Verdana", sans serif;*/
    width:400px;
}
#contact_form_holder input, #contact_form_holder textarea {
    width:100%;
   /* font-family: "Verdana", sans-serif;*/
    font-size: 0.9em;
    padding:5px;
    margin:10px 0;
}

#contact_form_holder textarea {
    height:100px;
}
#send_message {
    width:140px !important;
    border:1px solid #ccc;
    cursor:pointer;
    font-size:0.9em;
    border-radius: 4px;
    color:#777;    
}
.button{ color:#000;background:#ccc}

.button:hover 
	{
	color:#fff;
	background:#77b17b;

	}
input, textarea {
	border: 1px solid #ccc;	

	}

#cf_submit_p { 

    width:410px;
    margin-top:6px;	
	}

.error {
    display: none;
    padding:3px 10px 3px 10px;
    color: #D8000C;
    font-family: 'PT Sans Narrow';
    font-size:0.9em;
    background-color: #FFBABA;
    width:392px;
}
.success {
    display: none;
    padding:10px;
    color: #044406;
    font-family: 'PT Sans Narrow';
    font-size:1em;
    background-color: #B7FBB9;
    width:390px;
}

#contact_logo { 
	vertical-align: middle;
	}
.error img { 
	vertical-align:top;
	margin-right:10px;
	}
/*******************height*********************/
.h_400{height: 400px}
.h_500{height: 500px}
.h_520{height: 520px}
.h_600{height: 600px}
.h_660{height: 660px}	
.h_700{height: 700px}
.h_720{height: 720px}

.space_5{height:5px}
.space_10{height:10px}
.space_15{height:15px}
.space_20{height:20px}
.space_25{height:25px}
.space_30{height:30px}
/********************colors*********************/
.blue { 
    color: blue;
    background: yellow;
    text-decoration: underline;
}
.grey{
    color: rgb(255,0,0);
    background: #eee;
    
}
.white{
    background: #fff;
}

