@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,100,500,700,900);

@font-face {
    font-family: 'Univers Condensed';
    src: url('https://www.carrier-colo.com/univers.woff') format('woff'), url('https://www.carrier-colo.com/univers.ttf')  format('truetype');
}

body{
	background:#fff;
	font-family: Roboto, sans-serif;
}

body a{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
ul{
	padding: 0;
	margin: 0;	
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Univers Condensed', Roboto, sans-serif;
	margin:0;	
}

label{
	font-family: 'Univers Condensed', Roboto, sans-serif;
	margin:0;	
	font-size: 1.1em;
	font-weight: 200;
}

form#contactForm div.form-group label{
	font-family: Roboto, sans-serif;
	font-size: 1em;
	font-weight: bold;
	width: 150px;
}
input.error, select.error, textarea.error{
	border:1px solid #990000;
}

#reload{
	cursor: pointer;
}
span.error, div p.error{
	color: #990000;
}

p{
    margin:0;
}

a{
	color: #237DA2;
}

a:hover, a:focus{
	color: #114053;
}
.header {
	padding: 1.5em 0;
}
.logo{
	float: left;
	margin-right: 5%;
}

/*-- Navigation Horizontal --*/
.top-nav{
/*	float:right; */
}

.top-nav ul li a{
	text-transform: uppercase;
}

.top-nav ul.lang {
	position: relative;
	top: 0px;
	float: right;
}
.top-nav ul li, .top-nav ul.lang li {
	display:inline-block;
	
}
.top-nav ul li:nth-child(5){
	border-right:none;
}
.top-nav ul li a {
    font-family: 'Univers Condensed', Roboto, sans-serif;
	display: inline-block;
	color: #237DA2;
	text-decoration: none;	
	font-weight: 500;
	font-size: 1em;
    margin:1em 0.2em;
	padding: 0.7em 1em;
	background:#f1f8fb;
	border:1px solid #ebf4f9;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
}
.top-nav ul.lang li a {
    font-family: 'Univers Condensed', Roboto, sans-serif;
	display: inline-block;
	color: #237DA2;
	text-decoration: none;	
	font-weight: 250;	
	font-size: 0.6em;
	margin:0.5em 0.2em;
	padding: 0.3em 0.6em;
	background:#f1f8fb;
	border:1px solid #ebf4f9;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
}

@-moz-document url-prefix() {
    .top-nav ul li a {
        margin: 1em 0.2em;
        padding: 0.7em 1em;
        font-size: 1em;
    }
}
.top-nav ul li a:hover,.top-nav ul li.aktiv a,.top-nav ul.lang li a:hover,.top-nav ul.lang li.aktiv a{
	background: #e5f1f7;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border: 1px solid #dfeff5;
}
.top-nav ul li.aktiv a{    
    background:#e5f1f7;
    border: 1px solid #dfeff5;
}
.top-nav ul.lang li.aktiv a{    
    background:#e5f1f7;
    border: 1px solid #dfeff5;
}
.top-nav span.menu{
	display: none;
}

/*-- Navigation Vertical --*/
ul.nav{
	margin-top: 7.0em;
	margin-bottom: 2.0em;
}
ul.nav li.head{
	font-family: 'Univers Condensed', Roboto, sans-serif;
	font-size: 1.4em;
	font-weight: 500;
}
ul.nav li a {
    font-family: 'Univers', Roboto, sans-serif;
	color: #237DA2;
	text-decoration: none;	
	font-weight: 250;	
	font-size: 1.2em;
	margin:0.5em 1.0em;
	padding: 0.3em 0.6em;
	background:#f1f8fb;
	border:1px solid #ebf4f9;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
}

ul.nav li.aktiv a, ul.nav li a:hover{
	background: #e5f1f7;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border: 1px solid #dfeff5;
}

.newsblock {
	display: none;
}
.news {
	min-height: 10em;
	padding-bottom: 1.5em;
	border-bottom: 1px solid #dfeff5;
	vertical-align: top;
	clear: both;
}
.news div.pic {
	width: 20em;
	height: 9em;
	margin-right: 1em;
	float: left;
	text-align: center;
}
.news div.pic img {
	padding-top: 0.5em;
	width: auto;
	height: auto;
	max-height: 9em;
	max-width: 15em;
	object-fit: contain;
}

.filterDiv {
    display: none; /* Hidden by default */
}

.show {
    display: block;
}

.BtnDescription {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #eee;
	margin-bottom: 4px;
}

#BtnContainer {
	padding-top: 4px;
	padding-bottom: 5px;
	border-bottom: 1px solid #EEEEEE;
}

.btn2 {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: #F1F8FB;
  cursor: pointer;
  margin-top: 2px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
}

.btn2:hover {
  background-color: #E5F1F7;
}

.btn2.active {
  background-color: #eee;
  color: white;
  margin-right: 10px;
}


/* MEDIA 768x1024 */
/*-- Navigation Vertical --*/
@media(max-width:768px){
    span.menu {
        display: block;
        text-align: right;
        cursor: pointer;
        position: relative;
        top: 2.0em;
    }
    .top-nav ul{
        display: none;
        position:absolute;
        top: 109px;
        width:100%;
        z-index: 9999;
        left: 0%;
        margin:2% 0em;
        background:#0076bc;
        border:0;
	}    
	.top-nav ul.lang{
        display: none;
        position:absolute;
        top: 109px;
        width:100%;
        z-index: 9998;
        left: 0%;
        margin:2% 0em;
        background:#0076bc;
        border:0;
    }
    .top-nav span.menu{
        display: block;
        width:100%;
        text-align: right;
        cursor:pointer;
    }
    .top-nav ul li{
        display: block;
        float:none;
        padding:  0.5em;
        text-align: center;
    }
    .top-nav ul li a{
        color:#fff;
        display:block;
        margin:0;
        background: none;
        border:none;
        padding:0.4em;
    }
    .top-nav ul.lang li{
        display: block;
        float:none;
        padding:  0.3em;
        text-align: center;
    }
    .top-nav ul.lang li a{
        color:#fff;
        display:block;
        margin:0;
        background: none;
        border:none;
        padding:0.2em;
    }	
	.top-nav ul li a:hover,.top-nav ul li.aktiv a{
        background: none;
        border:none;
        color:#004d7c;	
    }
}

/*----*/
.banner{
	background:url(https://www.ipb.de/images/cc/banner.jpg) repeat-x;
	width:100%;
	min-height:400px;
	display:block;
	background-size:cover;
	background-position: center;
	padding:0;
}

.bannerdatacenter{
	background:url(https://www.ipb.de/images/cc/datacenter.jpg) no-repeat;
	width:100%;
	min-height:350px;
	display:block;
	background-size:cover;
	background-position: center;
	padding:0;
}
.bannercolocation{
	background:url(https://www.ipb.de/images/cc/colocation.jpg) no-repeat;
	width:100%;
	min-height:350px;
	display:block;
	background-size:cover;
	background-position: center;
	padding:0;
}
.bannercarrier{
	background:url(https://www.ipb.de/images/cc/carrier.jpg) no-repeat;
	width:100%;
	min-height:350px;
	display:block;
	background-size:cover;
	background-position: center;
	padding:0;
}
.bannercontact{
	background:url(https://www.ipb.de/images/cc/contact.jpg) no-repeat;
	width:100%;
	min-height:350px;
	display:block;
	background-size:cover;
	background-position: center;
	padding:0;
}

.banner-in{
	min-height:291px;
	padding: 4em 0 0;
}
.banner-in h1{
	color:#fff;
	font-size:3.5em;
	font-weight:900;	
}
.item-right h1{
	color:#fff;
	font-size:4.3em;
	font-weight:900;
	text-transform:uppercase;
	line-height: 0.8em;
}
.item-right span{
    font-family: 'Univers Condensed', Roboto, sans-serif;
	color:#fff;
	font-size:1.8em;
	font-weight:300;
}
.item-right p{
	color:#fff;
	font-size:1.1em;
	font-weight:200;
	line-height:2.0em;
    height: 100px;
	margin:2em 0;
}
.item-right a{
	color:#fff;
	text-decoration:none;
	font-size:2em;
	font-weight: 900;
	background: #4fa7d1;
	padding: 0.5em 0.7em;
	display: inline-block;
	text-transform:uppercase;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
}
.item-right a:hover{
	background:#44BCEF;
}
.item-right a i{
	background: url(https://www.ipb.de/images/cc/img-sprite.png)no-repeat -8px -9px ;
	width: 30px;
	height: 40px;
	display: inline-block;
	vertical-align:middle;
	margin: 0 8px 0 0px;
}
.banner-matter{
	padding:2em 1em;
}
/*----*/
.content-grid{
	padding-top:2.5em;
}

.content-grid div a.more{
	margin-top: 1em;
}

.content-grid div{
	margin-bottom: 1em;
}

.grid{
	padding:2em;
	border:1px solid #d9e3e7;
	text-align: left;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	width: 30%;
	margin-right: 5%;
}
.grid:nth-child(3){
	margin-right:0;
}
.grid h3{
	color:#00619c;
	font-size: 1.3em;
	font-weight: 700;
	text-transform:uppercase;
}
.grid h3 i{
	background: url(https://www.ipb.de/images/cc/img-sprite.png)no-repeat 0px 0px;
	width: 50px;
	min-height: 50px;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.grid h3 i.rack{
	background-position: -180px -7px;
}
.grid h3 i.band{
	background-position: -248px -9px;
}
.grid h3 i.xtra{
	background-position: -310px -10px;
}
.grid h3 i.carrier{
	background-position: -372px -9px;
}
.grid p{
	color:#5f5f5f;
	font-size:1.1em;
	font-weight:300;
	line-height:1.8em;
	margin: 0em 0 1em;
}
/*--grid--*/
.grid:hover.grid h3{
	color:#008adc;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.grid:hover.grid h3 i.rack{
	background-position: -180px -58px;
}
.grid:hover.grid h3 i.band{
	background-position: -248px  -59px;
}
.grid:hover.grid h3 i.xtra{
	background-position: -310px -60px;
}
.grid:hover.grid h3 i.carrier{
	background-position: -372px -59px;
}

.grid:hover a.more{
	background:#008adc;	
}
a.more{
	color:#fff;
	text-decoration:none;
	font-size:1.2em;
	font-weight: 600;
	background: #00619c;
	padding: 0.3em 1em;
	display: inline-block;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
}

/* box grid */
div .col-md-4-cust{
	float: left;
	position: relative;
	width: 30%;
	min-height: 1px;
	padding: 0;
	margin-right: 1.2em;
	margin-bottom: 1em;
}

.box{
	border:1px solid #d9e3e7;
	text-align: left;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	width: 30%;
	margin-right: 5%;
}

.box img{
	width: auto;
	height: auto;
	max-height: 5em;
	max-width: 15em;
	height: 5.5em;
	display: block;
	margin: 0 auto;
	object-fit: contain;
}

div.block{
	clear: both;
}

div.block h3{
	padding-top: 1em;
	margin-bottom: 0.5em;
	border-bottom: 1px solid #efefef;
	width: 95%;
}

.block .box p{
	padding: 0em;
	font-size: 0.9em;
	font-weight: 300;
}

.block .box p.content{
	min-height: 8.5em;
}
.block .box p.info{
	max-height: 2.5em;
	background-color: #efefef;
}
.content-top .block{
	padding: 0;
}

.content-top .box p{
	padding: 0.5em;
	font-size: 0.9em;
	font-weight: 300;
}
.content-top{
	padding:2em 0 4em;
}
.content-top h2{
	color:#00619c;
	font-size:2.4em;
	font-weight:700;
}
.content-top p{
	color:#5f5f5f;
	font-size:1.1em;
	font-weight:300;
	line-height:1.8em;
	margin: 1.5em 0 0;
}
.content-top p.subnav{
	width: 100px;
	border: 1px solid #000;
	float: left;
	display: block;
	height: 100%;
}

ul.list{
	width: 95%;
	text-align: center; 
	margin: 0; 
	font-size: 0.9em; 
	border-bottom: 1px solid #eeeeee; 
	margin-bottom: 1em;
}

ul.list li{
	width: 33.33%; 
	float: left;
}

/*----*/
.content-bottom{
	background:#237DA2;
	padding:3em 0;
	text-align:center;
	position:relative;
}
.content-bottom h3{
	color:#fff;
	font-size:4.3em;
	font-weight:900;
	text-transform:uppercase;
}
.content-bottom p{
	color:#fff;
	font-size:2em;
	font-weight:100;
	margin:0.5em 0 0;
}
.content-bottom i{
	background: url(https://www.ipb.de/images/cc/ar.png)no-repeat 0px 0px;
	width: 55px;
	min-height: 17px;
	display: inline-block;
	margin:0 auto;
	position:absolute;
	bottom:-17px;
	right: 48%;
}
/*----*/
a.do{
	float:left;
}
a.see{
	color:#b2b2b2;
	text-decoration:underline;
	font-size:1.1em;
	font-weight: 400;
	display: inline-block;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	float:right;
	font-style: italic;
	padding: 0.3em 0em;
}
a.see:hover{
	text-decoration:none;
}
.do-see {
	padding: 1.2em 0 0;
}
.ser-grid{
	padding:2em ;
	border:1px solid #d9e3e7;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	margin: 3em 0 0;
}
.grid-this h3{
	color:#008adc;
}
a.do-this{
	float:left;
}
.grid-service h2{
	color: #00619c;
	font-size: 2.4em;
	font-weight: 700;
}
.grid-service p {
	color: #5f5f5f;
	font-size: 1.1em;
	font-weight: 300;
	line-height: 2.5em;
	margin: 2em 0 0;
}
p.you {
	font-size:1.3em;
	line-height:1.8em;
}
.service-para h4{
	font-size:2em;
	color:#237DA2;
	padding: 1.3em 0 0.8em;
}
.service-name {
	padding: 0 2em 0 0;
}
.service-name:nth-child(2) {
	padding: 0 0em 0 0;
}
.service-name input[type="text"],.service-name textarea {
	width: 100%;
	padding: 11px;
	outline: none;
	border: 1px solid #d9e3e7;
	-webkit-appearance: none;
	background: #f9f9f9;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
}
.service-name textarea {
	resize:none;
}
.service-name span {
	margin: 17px 0px;
	font-size: 1.1em;
	width: 100%;
	color: #838383;
	font-weight: 500;
	display:block;
}
.send input[type="submit"] {
	border: none;
	outline: none;
	color: #FFF;
	padding: 0.6em;
	font-size: 1.2em;
	font-weight: 500;
	-webkit-appearance: none;
	background:#47a1ce;
	border-radius:5px;
-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;	
	width: 23%;
}
.send input[type="submit"]:hover{
	background:#008adc;
}
.send {
	padding: 1em 0 0;
}
.service-top {
	padding: 6em 0;
}
/*--price--*/
.price-grid ul li{
	list-style:none;
}
.price-grid h5{
	color:#1e6e98;
	font-size:1.5em;
	padding: 0 0 0.7em;
}
.price-grid ul li span{
	font-size:1em;
	color:#000;	
	padding: 0.5em 0;
	display:block;
}
.price-grids {
	padding: 6em 0;
}
.price-grid p{
	color:#5f5f5f;
	font-size:1em;
	line-height:1.5em;
}
/*--404--*/
.four{
	text-align:center;
	padding: 8em 0 10em;
	min-height: 521px;
}
.four h2{
	font-size: 4em;
	color: #237DA2;
}
.four h3{
	font-size:4em;
	color:#5f5f5f;
	padding:0.7em 0;
}
/*----*/
.contact-head span{
	color: #777;
}
.contact-map iframe{
	min-height:300px;
	width:100%;
	border:none;
	margin:1.5em 0 1em;
}
.contact-form-row{
	margin-bottom:1em;
}
.contact-form-row div{
	width: 32.6%;
	float: left;
	margin-right: 1%;
} 
.contact-form-row div span,.contact-form-row2  span{
	font-size:1.2em;
	color:#838383;
	font-weight:700;
	display:block;
	padding:0 0 0.5em;
}
.contact-form-row div input[type="text"]{
	width:100%;
	padding:1em;	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border:1px solid #EEE;
	-webkit-appearance:none;
	outline:none;
	color:#777;
	transition:border-color 0.4s;
	-webkit-transition:border-color 0.4s;
	-moz-transition:border-color 0.4s;
	-o-transition:border-color 0.4s;
	-ms-transition:border-color 0.4s;
	background:#f9f9f9;
}
.contact-form-row div input[type="text"]:hover,.contact-form-row2 textarea:hover,
.service-name input[type="text"]:hover, .service-name textarea:hover{
	border-color:#4fa7d1;
}
.contact-form-row div:nth-child(3){
	margin-right:0;
}
.contact-form-row2 textarea{
	width:100%;
	padding:1em;	
	border:1px solid #EEE;
	-webkit-appearance:none;
	outline:none;
	color:#777;
	min-height:320px;
	resize:none;
	transition:border-color 0.4s;
	-webkit-transition:border-color 0.4s;
	-moz-transition:border-color 0.4s;
	-o-transition:border-color 0.4s;
	-ms-transition:border-color 0.4s;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	background:#f9f9f9;
}
.contact-form-row2 {
	margin-top:1em;
}
.contact-form input[type="submit"]{
	background: #4fa7d1;
	color: #FFF;
	font-weight: 700;
	text-transform: uppercase;
	border: none;
	outline: none;
	margin-top:1em;
	padding: 0.4em 2em;
	font-size: 1.5em;
	display: inline-block;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	border-radius: 6px;
}
.contact-form input[type="submit"]:hover{
	background: #00588d;
}
.contact {
	padding: 4em 0;
}
/*--footer--*/
.footer{
	background:#014D89;
	padding:2em 0 1em;
}
.footer-top{
	border-bottom:1px solid #466F85;
	padding:1em 0 1em;
}
.footer-left p{
	color:#fff;
	font-size:1em;
	font-size: 1.1em;
	font-weight: 300;
}
p.foot{
	font-size: 1.2em;
	font-weight: 500;
	padding: 0.7em 0 0;
}
.submit input[type="text"] {
	width: 65%;
	color: #cccccc;
	font-weight: 400;
	background: #fff;
	outline: none;
	font-size: 1.2em;
	padding: 0.8em ;
	margin: 0 1em 0 0;
	border: none;	
	-webkit-appearance: none;
	float: left;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
}
.submit input[type="submit"] {
	border: 1px solid #fff;
	outline: none;
	color: #FFF;
	padding: 0.7em 1em;
	font-size: 1.2em;
	font-weight: 500;
	margin: 0;
	-webkit-appearance: none;
	background:none;
	text-transform: uppercase;
	float: left;
	border-radius:5px;	
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
}
.submit input[type="submit"]:hover{
	background:#fff;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	color: #cccccc;
}
div.footer-nav {
	float: left; 
	font-weight: 300;
	margin-right: 1.8em;
	margin-top: 4px;
	width: 15%;
}

div.footer-nav p {
	font-size: 1.2em;
	line-height: 2em;
	float: left; 
	color: #fff;
	display: block;
	padding-bottom: 5px;
}

div.footer-nav span {
	font-size: 1.2em;
	line-height: 2em;
	float: left; 
	color: #fff;
	display: block;
	padding-right: 0.1em;
	padding-bottom: 0.1em;
}

div.adrinfo {
	font-size: 1.1em;
	float: right; 
	font-weight: 300;
	width: 25%;
	color: #fff;
}

div.headline {
	font-size: 1.4em;
	font-weight: 500;
	color: #E5F1F7;
	border-bottom: 1px solid #E5F1F7;
	margin-bottom: 0.5em;
}

div.adrinfo p {
	float: left; 
	color: #fff;
	padding-right: 1em;
	display: inline;
	padding-bottom: 10px;
}

p.footer-class {
	color: #fff;
	font-size: 1.0em;
	font-weight: 100;
	line-height: 1.0em;
	padding: 1em 0 1em;
	text-align: left;
}
div.footer-nav p a{
	color: #ffffff;
}
div.footer-nav p a:hover{
	color:#2180A9;
	text-decoration:none;
}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 25px;
	right: 10px;
	overflow: hidden;
	width: 52px;
	height: 52px;
	border: none;
	text-indent: 100%;
	background: url('https://www.ipb.de/images/cc/up.png') no-repeat 0px 0px;
}
/*--responsive--*/
@media(max-width:1920px){
	.top-nav ul li {
		font-size: 1.4em;
	}

}
@media(max-width:1600px){
}
@media(max-width:1440px){
}
@media(max-width:1366px){
	.top-nav ul li {
		font-size: 1.2em;
	}
}
@media(max-width:1280px){
	.top-nav ul li {
		font-size: 1.0em;
	}
	.box img{
		max-height: 4em;
		height: 4.5em;
		max-width: 12em;
	}
	.block .box p.content{
		min-height: 10.5em;
	}	

	div.footer-nav span img{
		height: 60px;
	}
}
@media(max-width:1024px){
	ul.list li{
		width: 95%; 
		clear: left;
	}
	
	.block .box p.content{
		min-height: 10.5em;
	}	
	.item-right h1 {
		font-size: 3.3em;
	}
	.item-right p {
		margin: 1em 0;
		height: 106px;
		overflow: hidden;
	}
	.banner {
		background:url(https://www.ipb.de/images/cc/banner_wobg.jpg) repeat-x;
		min-height: 406px;
		background-position: -140px 0px;
	}
	.bannerdatacenter{
		min-height:200px;
	}
	.bannercolocation{
		min-height:200px;
	}
	.bannercarrier{
		min-height:200px;
	}
	.bannercontact{
		min-height:200px;
	}	
	.grid h3 {
		font-size: 1em;
	}
	.submit input[type="text"] {
		width: 60%;
	}
	.banner-in {
		min-height: 247px;
	}
	.grid-service h2 {
		font-size: 2em;
	}
	.grid-service p {
		margin: 1.5em 0 0;
	}
	.price-grid ul li span {
		font-size: 0.81em;
	}
	.price-grid h5 {
		font-size: 1.2em;
	}
	.content-bottom i {
		right: 47%;
	}
	.banner-matter,.banner-side,.side {
		float: left;
		width: 100%;
	}
	.banner-matter-in {
		width: 100%;
		float: left;
	}
}

@media(max-width:992px){
	.top-nav ul li {
		font-size: 1.3em;
	}

	.logo {
		float: none;
	}
	.box img{
		max-height: 3em;
		height: 3.5em;
		max-width: 10em;
	}
		
	div.headline{
		font-size: 1.3em;
	}
	div.footer-nav p{
		font-size: 1.0em;
		line-height: 1.5em;
	}
	div.adrinfo p{
		font-size: 0.9em;
	}
	.grid {
		width: 100%;
		margin: 0 auto 1em;
	}
	.grid:nth-child(3){
		margin: 0 auto;
	}

	.banner {
		min-height: 357px;
	}
	.banner-matter,.banner-side,.side {
		float: left;
		width: 100%;
	}
	.banner-matter-in {
		width: 100%;
		float: left;
	}
}
@media(max-width:768px){
	.logo {
		float: left;
	}
	ul.nav {
		margin-top: 0em;
		margin-bottom: 0em;
	}
	ul.nav li.head{
		display: none;
	}

	.banner-matter,.banner-side,.side {
		float: left;
		width: 100%;
	}
	.item-right h1 {
		font-size: 2.3em;
	}
	.item-right span {
		font-family: 'Univers Condensed', Roboto, sans-serif;
		font-size: 1.4em;
	}
	.item-right a {
		font-size: 1.3em;
		padding: 0.3em 0.5em;
	}

	.item-right p {
		height: 90px;
	}
	.banner {
		min-height: 357px;
		background-position: -80px 0px;
	}
	.content-top h2 {
		font-size: 1.8em;
	}
	.content-bottom h3 {
		font-size: 3.3em;
	}
	.footer-left{
		padding: 0;
	}
	.submit {
		padding: 1em 0 0;
	}
	.top-nav {
		margin-top: 1.5em;
	}
	.grid-service-in,.service-name {
		padding: 0;
	}
	.grid-service {
		padding: 3em 0 0;
	}
	.banner-matter-in {
		width: 100%;
		float: left;
	}
	.banner-in {
		min-height: 172px;
		padding: 4em 0 0;
	}
	.service-para h4 {
		padding: 0.6em 0 0em;
	}
	.service-top {
		padding: 4em 0;
	}
	.grid h3 ,.ser-grid h3 {
		font-size: 1.2em;
	}
	.price-grids {
		padding: 4em 0;
	}
	.price-grid h5 {
		font-size: 1.3em;
	}
	.price-grid ul li span {
		font-size: 1.1em;
	}
	.price-grid {
		padding: 0 0 1em;
	}
	div.footer-nav, div.adrinfo {
		display: none;
	}
}

@media(max-width:640px){
	.news div.pic {
		margin-right: 0;
		float: none;
		text-align: left;
	}	
	.box img{
		max-width: 13em;
	}	
	div .col-md-4-cust{
		width: 45%;
	}	

	.item-right h1 {
		font-size: 1.8em;
	}
	.banner-matter, .banner-side,.banner-matter-in {
		float: none;
		width: 100%;
	}

	.banner-matter {
		padding: 1em 1em;
	}
	.item-right p {
		margin: 0.5em 0 1em;
	}
	.item-right a {
		padding: 0.1em 0.5em;
	}
	.banner {
		padding-top: 1em;
		min-height: 300px;
	}
	.content-top h2 {
		font-size: 1.6em;
	}
	.banner-in {
		min-height: 143px;
		padding: 4em 0 0;
	}
	.banner-in h1 {
		font-size: 2.8em;
	}
	.grid-service h2 {
		font-size: 1.7em;
	}
	.four h2 {
		font-size: 3em;
	}
	.contact {
		padding: 3em 0;
	}
	.content-bottom i {
		right: 43%;
	}
	#toTop {
		background-size: 42px 42px;    
		bottom: 15px;
		right: 5px;
		width: 42px;
		height: 42px;
	}
}

@media(max-width:480px){
	.box img{
		max-height: 7em;
		height: 7.5em;
		max-width: 15em;
	}
	div .col-md-4-cust{
		width: 95%;
	}	
	.box{
		width: 95%;
	}
	.block .box p.content{
		min-height: 4.5em;
	}	
	.logo img{
		width:100%;
	}
	.logo {
		width:75%;
	}
	span.menu {
		top: 1.4em;
	}

	.top-nav ul{
		top: 100px;
		margin:2% 0em;
	}
	.top-nav ul li{
		padding:  0.3em;
	}
	.item-right{
		padding: 1em 0;
	}
	.item-right p {
		display: none;
	}
	.bannercarrier{
		min-height: 125px;
	}
	.bannercolocation{
		min-height: 125px;
	}
	.bannerdatacenter{
		min-height: 125px;
	}
	.bannercontact{
		min-height: 125px;
	}
	.banner-matter, .banner-side,.banner-matter-in {
		float: none;
		width: 100%;
	}
	.banner-side {
		padding:0;
	}
	.banner-matter {
		padding: 0em 0em 2em;
	}
	.content-top p {
		margin: 1.5em 0 0;
		height: 104px;
		overflow: hidden;
	}
	.content-bottom h3 {
		font-size: 2.3em;
	}
	.content-bottom p {
		font-size: 1.5em;
	}
	.submit input[type="text"] {
		padding: 0.5em 1em;
	}
	.submit input[type="submit"] {
		padding: 0.4em 1em;
	}
	p.footer-class {
		padding: 2em 0 1em;
	}
	.footer-top {
		padding: 1em 0 3em;
	}
	.content-grid {
		padding-top: 3em;
	}
	.banner-in h1 {
		font-size: 2.2em;
		padding: 0 0 1em;
	}
	.banner-side{
		display:none;
	}
	.banner {
		min-height: 181px;
		padding:3em 0;
	}
	.content-bottom i {
		right: 43%;
	}
	.side-banner{
		display:block;
	}
	.banner-in {
		min-height: 266px;
		padding: 3em 0 0;
	}
	.four h2 {
		font-size: 2.5em;
	}
	.four h3 {
		font-size: 3em;
	}
	.four {
		min-height: 431px;
	}
	.contact-form-row div {
		width: 100%;
		float: none;
		margin-right: 0%;
	}
	.contact-form-row2 textarea {
		min-height: 236px;
	}
	.contact-map iframe {
		min-height: 200px;
	}
	.contact-form-row div span, .contact-form-row2 span {
		padding: 0.5em 0 0.5em;
	}
}

@media(max-width:320px){
	span.menu {
		top: 0em;
	}
	.top-nav ul{
		top: 60px;
		margin:2% 0em;
	}
	.top-nav ul li{
		padding:  0.1em;
	}
	.logo img{
		width:100%;
	}
	.logo {
		width:65%;
	}
	.top-nav img{
		width:90%;
	}
	.top-nav {
		margin-top: 1.3em;
	}
	.header {
		padding: 0.5em 0;
	}

	.item-right {
		padding: 1em 0;
	}
	.item-right h1 {
		font-size: 1.5em;
	}
	.item-right span {
		font-family: 'Univers Condensed', Roboto, sans-serif;
		font-size: 1.2em;	
	}
	.item-bottom {
		padding: 0 0 2em;
	}
	.item-right a {
		padding: 0.3em 0.5em;
		font-size:1em;
	}
	.item-right a i {
		width: 18px;
		height: 24px;
		background-size: 367px;
	}
	.item-bottom {
		padding: 0 0 1em;
	}
	.banner-matter {
		padding: 0;
	}
	.item-right p {
		height: 18px;
		font-size:1em;
	}

	.item-right span {
		font-family: 'Univers Condensed', Roboto, sans-serif;
		height: 18px;
		font-size:1em;
	}

	.banner {
		min-height: 181px;
		padding:2em 0;
	}
	.grid {
		padding: 1em;
	}
	.grid p,.ser-grid p {
		font-size: 1em;
		line-height: 1.5em;
	}
	a.more {
		font-size: 1em;
	}
	.content-top h2 {
		font-size: 1.3em;
	}
	.content-top {
		padding: 1em 0 2em;
	}
	.content-top p {
		margin: 0.5em 0 0;
	}
	.content-bottom h3 {
		font-size: 1.6em;
	}
	.content-bottom p {
		font-size: 1.3em;
	}
	.footer {
		padding: 1.5em 0 1em;
	}
	p.foot {
		font-size: 1.1em;
	}
	.submit input[type="submit"] {
		padding: 0.65em 0.6em;
		line-height: 1em;
		font-size:1em;
		font-size:1em;
	}
	.submit input[type="text"] {
		font-size:1em;
	}
	p.footer-class {
		padding: 1em 0 1em;
		font-size:1em;
	}
	.footer-top {
		padding: 1em 0 1em;
	}
	.content-grid {
		padding-top: 2em;
	}
	.content-bottom i {
		right: 38%;
	}
	.content-bottom {
		padding: 1.5em 0;
	}
	.banner-in h1 {
		font-size: 1.6em;
		padding: 0 0 0.5em;
	}
	.banner-in {
		min-height: 152px;
		padding: 2em 0 0;
	}
	.side {
		padding: 0 0.5em;
	}
	.service-top {
		padding: 2em 0;
	}
	.grid h3 ,.ser-grid h3 {
		font-size: 1em;
	}
	.ser-grid {
		padding: 1em;
		margin: 1.5em 0 0;
	}
	a.see {
		font-size: 1em;
	}
	.grid-service {
		padding: 2em 0 0;
	}
	.grid-service h2 {
		font-size: 1.3em;
	}
	.grid-service p {
		font-size: 1em;
		line-height: 1.5em;
		height: 64px;
		overflow: hidden;
		margin: 0.5em 0 0;
	}
	p.you {
		font-size: 1.1em;
		line-height: 1.5em;
		height: 50px;
		overflow: hidden;
		margin: 0.5em 0 0;
	}
	.service-para h4 {
		font-size: 1.5em;
	}
	.service-name span {
		margin: 7px 0px;
	}
	.send input[type="submit"] {
		padding: 0.5em;
		font-size: 1.1em;
		width: 32%;
	}
	.four h2 {
		font-size: 1.7em;
	}
	.four h3 {
		font-size: 2.5em;
		padding: 0.5em 0;
	}
	.four {
		padding: 6em 0 7em;
		min-height: 309px;
	}
	.price-grids {
		padding: 2em 0;
	}
	.price-grid h5 {
		width: 100%;
		font-size: 1.1em;
	}
	.price-grid ul li span {
		font-size: 0.77em;
	}
	p.on-to{
		display:none;
	}
	.price-grid p {
		height: 60px;
		overflow: hidden;
	}
	.contact {
		padding: 1em 0;
	}
	.contact-form-row2 textarea {
		min-height: 136px;
	}
	.contact-map iframe {
		min-height: 100px;
	}
	.contact-form-row div input[type="text"] {
		padding: 0.7em;
	}
	.contact-form-row div span, .contact-form-row2 span {
		font-size:1em;
	}
	.top-nav ul li a {
		font-size: 1em;
	}
	.contact-form input[type="submit"] {
		font-size: 1em;

	}
	#toTop {
		background-size: 32px 32px;    
		bottom: 15px;
		right: 5px;
		width: 32px;
		height: 32px;
	}
}