/*

Theme Name: DataCenter Carrier
Theme URI: http://datacentercarrier.com/
Author: DataCenter Carrier GmbH
Author URI: http://datacentercarrier.com/
Description: DataCenter Carrier
Version: 1.1
*/

 /* float Fix */
 
 .clearfix:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
 }
 
 .clearfix { display: inline-block; }
 
 /* Hides from IE-mac \*/
 * html .clearfix { height: 1%; }
 .clearfix { display: block; }
 /* End hide from IE-mac */
 
 body {
    margin: 0;
    padding: 0;
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    color: #474747;
  }

  a {
     text-decoration: none;
     color: #2d2d2d;
  }

  a:hover {
    text-decoration: underline;
  }

  img {
    border: 0 none;
  }
  
  #bg {
  position: fixed;
  z-index: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
  }
  #bg img {
  margin: 0 auto;
  width: 100%;
  min-width: 1280px;
  height: auto;
  }
  
  #wrapper {
  	position: relative;
  	z-index: 1;
    margin: 0 auto;
    margin-bottom: 0px;
    width: 980px;
    background-color: #F8F8F8;
    box-shadow: 0 0 6px -2px #999;
    -webkit-box-shadow: 0 0 6px -2px #999;
  }
  
  #page {
    padding: 0 85px;
  }

  #top {
    display: block;
    padding-top: 22px;
    text-align: right;
    font-size: 13px;
    font-weight: 900;
    color: #2D2D2D;
  }
  
  #top div#lang_sel {
  	padding: 0;
  	height: auto;
  	font-family: inherit;
  }
  #top div#lang_sel ul li {
  	background-color: #E9E9E9;
  	background-image: url(/wp-content/plugins/sitepress-multilingual-cms/res/img/nav-arrow-down.png);
  	background-position: 125px 5px;
  	background-repeat: no-repeat;
  	border-radius: 5px;
  	-moz-border-radius: 5px;
  	-webkit-border-radius: 5px;
  	-khtml-border-radius: 5px;
  }
  #top div#lang_sel ul li a {
  	padding: 0 0 0 39px;
  	border: 0;
  	background-color: transparent;
  	line-height: 26px;
  }
  #top div#lang_sel ul li a.icl-de,
  #top div#lang_sel ul li.icl-de a {
  	background-image: url(images/flags_de.png);
  	background-position: 15px 8px;
  	background-repeat: no-repeat;
  }
  #top div#lang_sel ul li a.icl-en,
  #top div#lang_sel ul li.icl-en a {
  	background-image: url(images/flags_en.png);
  	background-position: 15px 7px;
  	background-repeat: no-repeat;
  }
  #top div#lang_sel ul li:hover {
  	border-radius: 5px 5px 0 0;
  	-moz-border-radius: 5px 5px 0 0;
  	-webkit-border-radius: 5px 5px 0 0;
  	-khtml-border-radius: 5px 5px 0 0;
  }
  #top div#lang_sel ul li a img {
  	display: none;
  	/*position: relative;
  	top: 2px;
  	left: -2px;*/
  }
  #top div#lang_sel ul ul {
  	border-top: none;
  }
  #top div#lang_sel ul ul li,
  #top div#lang_sel ul ul li:hover {
  	background-image: none;
  	border-radius: 0 0 5px 5px;
  	-moz-border-radius: 0 0 5px 5px;
  	-webkit-border-radius: 0 0 5px 5px;
  	-khtml-border-radius: 0 0 5px 5px;
  }
  #top div#lang_sel ul ul li:hover {
  	background-color: #e2e2e2;
  }
  #top div#lang_sel ul ul li a {
  	padding: 0 0 0 36px;
  	border-top: 1px solid #F8F8F8;
  }
  
  #top ul#menu-head {
    display: inline-block;
    margin: 0;
    list-style: none;
  }
  #top ul#menu-head li {
  	padding-right: 8px;
  }
  #top ul#menu-head li a {
    font-size: 13px;
  }
  
  #top span#phone {
  	display: inline-block;
  	margin-left: 10px;
  	padding-left: 19px;
  	background: transparent url(images/icons_20.png) left 1px no-repeat;
  	line-height: 20px;
  }

  a#logo {
    float: left;
    margin-right: 15px;
    width: 215px;
    height: 45px;
    background: transparent url(images/logo.png) left top no-repeat;
    text-indent: -10000px;
  }
  a#logo:active {
  	margin-top: 2px;
  }
  
  #menu {
  	margin: 45px 0 55px;
  	height: 40px;
  }
  #menu ul {
  	float: left;
  	margin: 8px 0 0 60px;
  	padding: 0;
  	list-style-type: none;
  }
  #menu li {
  	float: left;
  	margin-right: 10px;
  }
  #menu li a {
  	padding: 5px 10px;
  	height: 27px;
  	font-size: 15px;
  	line-height: 27px;
  }
  #menu li a:hover,
  #menu li.current-menu-item a {
  	background: #E9E9E9;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#F2F2F2), to(#E7E7E7));
	background: -moz-linear-gradient(top, #F2F2F2, #E7E7E7 100%);
	border-radius: 5px;
  	-moz-border-radius: 5px;
  	-webkit-border-radius: 5px;
  	-khtml-border-radius: 5px;
  	font-size: 15px;
  	color: #2d2d2d;
  	text-decoration: none;
  	transition: all 100ms ease-in-out;
  	-webkit-transition: all 100ms ease-in-out;
  	-moz-transition: all 100ms ease-in-out;
  	-o-transition: all 100ms ease-in-out;
  	-ms-transition: all 100ms ease-in-out;
  }
  #menu li.current-menu-item a {
  	font-weight: 900;
  }
  
  #footer {
    margin: 40px 0 0 0;
    padding: 15px 20px 25px;
    border-top: 4px solid #CCC;
  }

  #footer ul#nav-footer {
  	float: left;
  	margin: 0 10px 0 0;
  	padding: 0;
  	list-style-type: none;
  }
  #footer ul#nav-footer li {
  	float: left;
    margin-right: 10px;
    font-size: 11px;
    line-height: 20px;
  }

  .content {
    padding: 0 20px;
  }

  .content h3 {
    font-size: 14px;
    font-weight: 900;
    color: #474747;    
  }

  .content p {
    line-height: 20px;
  }

  .content a {
    color: #35c4ff;
  }

  .nav li {
    display: inline;
  }
  
  .last {
    border: 0 !important;
  }

  hr {
    clear: both;
    height: 4px;
    background-color: #35c4ff;
    border: 0;
    color: #35c4ff;
  }

  #home-top {
  	margin: 0 0 40px;
  	padding-top: 40px;
  }
  #home-bottom {
  }
  
  #home-top h2 {
    float: left;
    margin: 12px 0 0;
    width: 335px;
  }

  #home-top ul {
    float: left;
    margin: 0;
    padding: 0;
    width: 415px;
    list-style-type: none;
  }  
  #home-top ul li {
  	padding-left: 20px;
    background: transparent url(images/item.png) 0 16px no-repeat;
  }
  #home-top ul li:hover {
  	background-position: 2px 16px;
  	transition: all 100ms ease-in-out;
  	-webkit-transition: all 100ms ease-in-out;
  	-moz-transition: all 100ms ease-in-out;
  	-o-transition: all 100ms ease-in-out;
  	-ms-transition: all 100ms ease-in-out;
  }
  #home-top li a {
  	display: block;
    padding: 14px 0 14px 0;
    border-bottom: 1px dotted #1782ba;
    font-size: 16px;
    line-height: 16px;
  }
  #home-top li.last a {
  	border-bottom: none;
  }
  #home-top li a:hover {
    color: #1782ba;
    text-decoration: none;
  }
  
  #home-bottom div#map {
  	float: left;
  	width: 270px;
  	height: 295px;
  	background: url(images/dcc-map.png) 0 0 no-repeat;
  	text-indent: -10000px;
  }

  #home-bottom h3 {
    font-size: 14px;
  }

  #home-bottom h3 {
    font-weight: bold;
    padding-top: 50px;
    margin: 0;
  }

 #left {
    width: 400px;
    display: block;
  }

  h2 {
    font-size: 30px;
    color: #1782ba;
    margin: 0;
    line-height: 35px;
  }
  
  #right {
    width: 400px;
    float: right;
  }


  .box {
    width: 400px;
    margin: 30px 0;
  }
  
  .box .header {
    background: url('images/box-header.png');
    height: 50px;
    padding: 10px 10px 0 10px; 
    line-height: 30px;
  }

  .box .header.p-29 {
    background: url('images/box-header-29.png');
    padding: 10px;
  }

  .box .header.p-299 {
    background: url('images/box-header-299.png');
    padding: 10px;
  }

  .box .header h3 {
    margin: 0;
    vertical-align: middle;
  }

  .box .main {
    background: url('images/box-main.png');
    padding: 0px 10px;
    font-size: 12px;
    line-height: 21px;
    font-size: 13px;
    color: #474747;  
}

  .box .footer {
    background: url('images/box-footer.png');
    height: 15px;
  }
  
  p.intro {
   margin: 30px 0;
   font-weight: 14px; 
   line-height: 21px;
  }
  
  p.note {
    font-size: 12px;
  }

@font-face {
  font-family: "PT Sans";
  src: url('fonts/PTSans-Regular.ttf') format('truetype'),
       url('fonts/PTSans-Bold.ttf') format('truetype'),
       url('fonts/PTSans-BoldItalic.ttf') format('truetype'),
       url('fonts/PTSans-Italic.ttf') format('truetype');
}
