:root {
  --skew: -14deg;
  --skew-correction: calc(var(--skew) * -1);
  --skew-magic: 0.24933; /* TAN(11) */

  --news-image-height: 200px;
}

body {

    background: #020c23;

}



html,

body {

    width: 100%;

    height: 100%;

}



body,

h1,

h2,

h3,

p,

a,

span {

    font-family: 'Rajdhani', sans-serif;

}

ul.main-menu {
  margin: 0 0 0 17%;
  line-height: 80px;
  
}

ul.main-menu li {
  position: relative;
}

ul.main-menu ul {
  display: none;
  position: absolute;
  top: -.6rem;
  left: -1.75rem;
  right: -7.8rem;
  text-align: left;
  margin: 1.75rem 0 0 0;
  padding: 0 1.75rem;
  background: rgba(0,0,0,0.9);
}

#sticky-navigation.sticky ul.main-menu ul {
  background: rgba(255,255,255,1);
}

ul.main-menu ul li {
  margin: .75rem 0;
  display: block;
}

ul.main-menu li:hover ul {
  display: block;
}

ul.main-menu ul {
  display: none;
}

.sidenav {
    display: none;
    height: 190px;
    width: 250px;
    position: fixed;
    z-index: 100000;
    top: 0;
    right: 0;
    background-color: #1b3d84;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}
        
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 20px;
    color: #f1f1f1;
    display: block;
    transition: 0.3s;
}
        
.sidenav a:hover {
    color: #f1f1f1;
}
        
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
        
.language-btn {
    font-size: 30px;
    cursor: pointer;
    background: #1b3d84;
    color: white;
    padding: 4px 15px;
    float: right;
    position: fixed;
    top: 0em;
    right: 0em;
}
        
@media screen and (max-height: 800px) {
    .sidenav a {
        font-size: 18px;
    }
}

#sticky-navigation {
  position: absolute;
  top: 0;
  width: 100%;
  z-index:1000;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
#sticky-navigation-top {
  position: absolute;
  top: 0;
  width: 100%;
  background-color: white;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
}

.sticky {
  display: none;
  position: fixed !important;
  top: 0;
  width: 100%;
  background-color: white;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
}


.mobile-menu-expand {

    display: none;

    background: #1b3d84;

    width: 100%;

    z-index: 1;

    height: 100%;

    position: relative;

    top: 50px;

    border-top: 1px solid white;

    padding: 15px 15px;

}

.mobile-menu-expand ul {
  list-style-type: none;
}

.mobile-menu-expand ul li {
  margin: 1rem 0;
}


.expand-login-btn {

    background-color: white;

    padding: 5px 10px;

    width: 30%;

    font-weight: bold;

    border-radius: 5px;

    font-size: 20px;

    cursor: pointer;

    border: none;

}



ul.mobile-expand {

    list-style-type: none;

    margin: 0

}



ul.mobile-expand li {

    margin-bottom: 15px;

}



ul.mobile-expand li a {

    text-transform: uppercase;

    color: white;

    font-size: 20px;

}



.mobile-menu-expand .mobile-expand-login {

    margin-top: 70px;

}



.navbar {

    overflow: hidden;

    background-color: #1b3d84;

    position: fixed;

    top: 0;

    width: 100%;

}



.navbar a {

    float: left;

    display: block;

    color: #fff;

    text-align: center;

    padding: 14px 16px;

    text-decoration: none;

    font-size: 17px;

}



.main {

    padding: 16px;

    margin-top: 30px;

    /*height: 1500px*/

    ;

    /* Used in this example to enable scrolling */

}

.navlogo {
    line-height: 80px;
    display: none;
}

.sticky .navlogo.black {
    display: inline-block;
}

.header-page .navlogo.white{
    display: inline-block;
    line-height: 80px;
}

.sticky .navlogo.white {
  display: none;
}

.navlogo img {
    width: 160px;
}

table.contact {

    color: white;

}



table.contact tbody {

    border: none;

    background: transparent;

}



table.contact tbody tr:nth-child(even) {

    border: none;

    background: transparent;

}



table.contact tbody th,

table tbody td {

    padding: 0;

}



.grid-container {
	padding-bottom:50px;
    max-width: 1300px;

    /*1500, 1800*/

}



.center-element {

    position: relative;

    top: 50%;

    transform: translateY(-50%);

}



.grid-container.navigation {

    height: 120px;

    max-width: 1500px;

}

.sticky .grid-container.navigation {
    height: 80px;
}



.grid-container.menu {

    height: 120px;

    max-width: 1500px;

}



.header-section {

    position: absolute;

    width: 100%;

    z-index: 100;

    overflow-x: hidden;
	overflow-y: hidden;

    height: inherit;

}



.header-section .white-overlay {

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+10,ffffff+100&1+0,1+10,0.9+100 */

    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 0.75) 100%);

    /* FF3.6-15 */

    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 0.75) 100%);

    /* Chrome10-25,Safari5.1-6 */

    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 0.75) 100%);

    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6ffffff', GradientType=0);

    /* IE6-9 */

    height: 100%;

    width: 100%;

    position: absolute;

    left: 61.5%;

    transform: skew(-14deg, 0deg);

}



section.header {

    height: 950px;

    background: url(../images/headers/home.jpg) no-repeat center center fixed;

    -webkit-background-size: cover;

    -moz-background-size: cover;

    -o-background-size: cover;

    background-size: cover;

    position: relative;

}

.header-fact {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 50px;
}
.interdc-fact {
	min-height:unset !important;
}
.interdc-fact h3{
	float:right;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	margin-bottom:0;
}



section.header-over-ons {
    background-image: url(../images/headers/about.jpg);
}
section.header-about-us {
    background-image: url(../images/headers/about.jpg);
}
section.header-connectivity {
    background-image: url(../images/headers/connectivity.jpg);
}
section.header-partners {
    background-image: url(../images/headers/partners.jpg);
}
section.header-specificaties {
    background-image: url(../images/headers/ups.jpg);
}
section.header-specifications {
    background-image: url(../images/headers/ups.jpg);
}
section.header-locations {
    background-image: url(../images/headers/ups.jpg);
}
section.header-locaties{
    background-image: url(../images/headers/ups.jpg);
}
section.header-locaties-hengelo {
    background-image: url(../images/headers/hengelo.jpg);
}
section.header-locations-hengelo {
    background-image: url(../images/headers/hengelo.jpg);
}
section.header-locaties-enschede {
    background-image: url(../images/headers/enschede.jpg);
}
section.header-locations-enschede {
    background-image: url(../images/headers/enschede.jpg);
}
section.header-locaties-enschede-marssteden {
    background-image: url(../images/headers/marssteden.jpg);
}
section.header-locations-enschede-marssteden {
    background-image: url(../images/headers/marssteden.jpg);
}
section.header-locaties-doetinchem {
    background-image: url(../images/headers/doetinchem.jpg);
}
section.header-locations-doetinchem {
    background-image: url(../images/headers/doetinchem.jpg);
}


section.header .background-overlay {


    position: absolute;

    width: 100%;

    z-index: 1000;

    height: 100%;

}


section.header::after {

    content: '';

    position: absolute;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

    background-image: linear-gradient(to right, #000000, #000000);

    opacity: .6;

    height: 950px;

}


.main-menu .blue-cert {

    background-color: #1b3d84;

}



ul.main-menu {

    margin: 0;

}



ul.main-menu,

ul.login {

    line-height: 80px;

}

.sticky ul.main-menu,
.sticky ul.login {
    padding-top: 0;
    line-height: 80px;
}



ul.main-menu li {

    text-transform: uppercase;

    font-size: 16px;

    list-style-type: none;

    display: inline;

    padding-right: 4px;

    font-weight: 600;

}



ul.main-menu li a {

    color: white;

}

.sticky ul.main-menu li a {
  color: #1b3d84;
}



ul.main-menu li a.active,

.navbar a.active {

    border-bottom: 1px solid white;

}

ul.main-menu li.blue a.active {

    border-bottom: 1px solid #1b3d84;

}

.header-page ul.main-menu li.blue a.active {
    border-bottom: 1px solid white;
}

.sticky ul.main-menu li a.active {
  border-bottom: 1px solid #1b3d84;
}



ul.login li {

    font-size: 15px;

    list-style-type: none;

    display: inline-block;

    text-transform: uppercase;

    font-weight: 600;

    width: 30%;

}



ul.main-menu li.blue a {

    color: #1b3d84;

}

.header-page ul.main-menu li.blue a {
    color: white;
}

.header-page .sticky ul.main-menu li.blue a {
  color: #1b3d84;
}

section.header.header-small-page {
  height: 350px;
}

section.header.header-small-page::after {
  height: 350px;
}



ul.login li.login-button a {

    color: #1b3d84;

    text-transform: uppercase;

    font-size: 20px;

}



input[type="text"],

input[type="password"] {

    border: 1px solid #b2e1f5;

    color: #000000;

    box-shadow: none;

    height: 28px;

    padding-left: 5px;

}



.login input[type="submit"] {

    padding: 0;

    border: none;

    background: none;

    color: #1b3d84;

    font-size: 20px;

    text-transform: uppercase;

    font-weight: bold;

}



[type='text']:focus,

[type='password']:focus,

[type='date']:focus,

[type='datetime']:focus,

[type='datetime-local']:focus,

[type='month']:focus,

[type='week']:focus,

[type='email']:focus,

[type='number']:focus,

[type='search']:focus,

[type='tel']:focus,

[type='time']:focus,

[type='url']:focus,

[type='color']:focus,

textarea:focus {

    border: 1px solid #b2e1f5;

    /*box-shadow: 0 0 1px #b5d9f2;*/

    box-shadow: none;

}



input[type="text"]::-webkit-input-placeholder {

    /* Chrome/Opera/Safari */

    color: #1b3d84;

}



input[type="text"]::-moz-placeholder {

    /* Firefox 19+ */

    color: #1b3d84;

}



input[type="text"]:-ms-input-placeholder {

    /* IE 10+ */

    color: #1b3d84;

}



input[type="text"]:-moz-placeholder {

    /* Firefox 18- */

    color: #1b3d84;

}



input[type="password"]::-webkit-input-placeholder {

    /* Chrome/Opera/Safari */

    color: #1b3d84;

}



input[type="password"]::-moz-placeholder {

    /* Firefox 19+ */

    color: #1b3d84;

}



input[type="password"]:-ms-input-placeholder {

    /* IE 10+ */

    color: #1b3d84;

}



input[type="password"]:-moz-placeholder {

    /* Firefox 18- */

    color: #1b3d84;

}



img.tier-image {

    /*padding-right: 5px;*/

    width: 60%;

}



img.iso-image {

    /*padding-left: 5px;*/

    width: 60%;

    margin-left: -30px;

}



img.logo-bottom {

    /*padding-left: 5px;*/

    width: 25%;

}



.header-block-middle {

    padding-top: 280px;

}



.header-block-middle-white-overlay {

    padding-top: 280px;

}



.header-logo {

    width: 70%;

    margin: 0px 20%;


}



p.header-text {

    padding: 35px 15px;

    font-size: 18px;

    padding-right: 65%;

    padding-top: 0;

}



p.header-text span.blue {

    color: #1b3d84;

    font-weight: bold;

}



.header-blue-block {

    width: 300px;

    height: 50px;

    background-color: #1b3d84;

    text-align: center;

    position: relative;

    left: -10px;

    margin-top: 35px;

    display: block;

}



.header-blue-block i {

    color: #295ed1;

}



.header-blue-block:hover {

    cursor: pointer;

}



.header-blue-block span {

    color: white;

    font-size: 30px;

    line-height: 50px;

    position: relative;

    left: 15px;

}



.news-blue-block {

    height: 50px;

    background-color: #4469a0;

    text-align: center;

    position: relative;

    margin-top: 35px;

    transform: skew(var(--skew));

}

.news-blue-block a {
    display: block;
    z-index: 100;
    color: #fff;
    transform: skew(var(--skew-correction));
  }



.news-blue-block:hover {

    cursor: pointer;

    background-color: #1b3d84;

}



.news-blue-block span {

    color: white;

    font-size: 30px;

    line-height: 50px;

    position: relative;

    /* left: 15px; */

}



.header-bottom-text {

    text-align: center;

    position: relative;

    padding-top: 120px;

}



section.white-block .btn-news {

    background: #1b3d84;
    margin: 2rem 20%;
    overflow: hidden;
    transform: skew(var(--skew));

}



section.white-block .btn-news a {

  color: white;
  background: #1b3d84;
  padding: 0px 120px;
  font-size: 45px;
  transform: skew(var(--skew-correction));
  display: block;
  text-align: center;

}



.header-bottom-text span.blue {

    color: #1b3d84;

    font-size: 20px;

    font-weight: 500;

}

.news-image-container {
  width: 100%;
  height: 100%;

  width: calc( 100% + var(--news-image-height) * var(--skew-magic));
  height: 100%;
  transform: skew(var(--skew-correction)) translateX(calc(var(--news-image-height) * var(--skew-magic) / 2 * -1));
}

.news-image {
	height: var(--news-image-height);
	width: 100%;
	object-fit: cover;
}



.offerte-btn {

    background: #1b3d84;

    color: #ffffff;

    font-size: 28px;

    padding: 10px 50px;

    text-decoration: none;

    -webkit-clip-path: polygon(15% 0, 100% 0%, 85% 100%, 0% 100%);

    clip-path: polygon(15% 0, 100% 0%, 85% 100%, 0% 100%);

}

.btn {

  display: block;

  background: white;

  font-size: 28px;

  text-decoration: none;

  -webkit-clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%);

  clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%);
}

.btn-info {
  width: 200px;
  line-height: 30px;
  height: 30px;
  margin-bottom: 20px;
  font-size: 14px;
  text-transform: uppercase;
  color: #4469a0;
}

.btn-info div {
  padding: 0 20px;
}

.contact-btn {
  width: 300px;
  margin-left: -40px;
  margin-bottom: 20px;
  display: block;
  background: white;
  color: #4469a0;
  font-size: 26px;
  text-decoration: none;

  -webkit-clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%);

  clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%);

}

.contact-btn .icon {
    display: inline-block;
    width: 20%;
    text-align: center;
    line-height: 40px;
    background: #4469a0;
    height: 100%;
    color:#1b3d84;
    -webkit-clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
}

.contact-btn .text {
    display: inline-block;
    line-height: 40px;
    color: #4469a0;
}

.blue-block-contact .grid-container {
  padding-bottom: 0;
}


.offerte-btn:hover {

    color: white;

    text-decoration: none;

}



.offerte-btn span {

    text-transform: uppercase;

    text-decoration: none;

}



section.diensten {

    background: #ffffff;

    /* Old browsers */

    background: -moz-linear-gradient(45deg, #ffffff 0%, #c9cbd0 100%);

    /* FF3.6-15 */

    background: -webkit-linear-gradient(45deg, #ffffff 0%, #c9cbd0 100%);

    /* Chrome10-25,Safari5.1-6 */

    background: linear-gradient(45deg, #ffffff 0%, #c9cbd0 100%);

    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c9cbd0', GradientType=1);

    /* IE6-9 fallback on horizontal gradient */

    /* background: #eaeceb; */

}

section.specificaties .infoblock,
section.diensten .infoblock {
  display: none;
}

section.specificaties .infoblock.active,
section.diensten .infoblock.active {
  display: block
}




section.specificaties {

    background: #ffffff;

}



.news-title {

    margin-bottom: 25px;

}



.news-title h1 {

    font-weight: 800;

    font-size: 65px;

    color: #1b3d84;

    text-align: right;

    margin-right: 100px;
	
	text-transform: uppercase;

}



section.diensten h1 {

    color: #1b3d84;

    font-size: 70px;

    font-weight: bold;

    line-height: 70px;

    text-transform: uppercase;

    margin-bottom: 0;

}



section.diensten .diensten-menu {

    margin-left: 25%;

    margin-top: 45px;

}



section ul.diensten-ul {

    margin-top: 45px;

}



section ul.diensten-ul li {

    list-style-type: none;

    padding-right: 35px;

    border-bottom: 1px solid #1b3d84;

    padding: 10px;

}



section .diensten-menu .container-image img {

    margin-top: -20%;

    margin-bottom: 35px;

    position: relative;

    filter: drop-shadow(8px 8px 10px black);

    -webkit-clip-path: polygon(15% 0, 100% 0%, 85% 100%, 0% 100%);

    clip-path: polygon(15% 0, 100% 0%, 85% 100%, 0% 100%);

}



.container-image {

    filter: drop-shadow(0px 10px 5px rgba(0, 0, 0, 0.5));

}



section .diensten-menu .offerte-text {

    font-size: 19px;

    margin-bottom: 65px;

}



section ul.diensten-ul li:hover {


    background: rgba(109, 144, 197, 0.8);

}



section ul.diensten-ul li a {

    text-transform: uppercase;

    font-size: 35px;

    font-weight: 800;

    color: #1b3d84;

}



section ul.diensten-ul li a i {

    float: right;

    font-size: 50px;

    color: #456aa0;

}



section.specificaties h1 {

    color: #1b3d84;

    font-size: 70px;

    font-weight: bold;

    line-height: 70px;

    text-transform: uppercase;

    margin-bottom: 0;

}



.off-btn {

    margin-top: -8%;

}



section.specificaties .specificaties-menu {

    margin-left: 25%;

    margin-top: 45px;

}



section ul.specificaties-ul {

    margin-top: 45px;

}



section ul.specificaties-ul li {

    list-style-type: none;

    padding-right: 35px;

    border-bottom: 1px solid #1b3d84;

    padding: 10px;

}



section .specificaties-menu .container-image img {

    margin-top: -15%;

    margin-bottom: 35px;

    position: relative;

    filter: drop-shadow(8px 8px 10px black);

    -webkit-clip-path: polygon(15% 0, 100% 0%, 85% 100%, 0% 100%);

    clip-path: polygon(15% 0, 100% 0%, 85% 100%, 0% 100%);

}



.container-image {

    filter: drop-shadow(0px 10px 5px rgba(0, 0, 0, 0.5));

}



section .specificaties-menu .offerte-text {

    font-size: 19px;

    margin-bottom: 65px;

}



section ul.specificaties-ul li:hover {

    background: rgba(109, 144, 197, 0.8);

}



section ul.specificaties-ul li a {

    text-transform: uppercase;

    font-size: 35px;

    font-weight: 800;

    color: #1b3d84;

}



section ul.specificaties-ul li a i {

    float: right;

    font-size: 50px;

    color: #456aa0;

}



section.blue-block {

    background-color: #000;

  	
    -webkit-background-size: cover;

    -moz-background-size: cover;

    -o-background-size: cover;

    background-size: cover;

}

section.blue-block .grid-container {
  padding-bottom: 0;
}


section.blue-block h3 {
  color: white;
  font-size:48px;
  font-weight:bold;
}


section.blue-block-contact {

    background-color: #1b3d84;

    padding: 50px 0px;

    background: url(../images/triangle-background.png) no-repeat center center;

    -webkit-background-size: cover;

    -moz-background-size: cover;

    -o-background-size: cover;

    background-size: cover;

}



section.blue-block .blue-block-inner {

    padding: 50px 50px;

}



section.blue-block .blue-block-inner ul,

section.blue-block-contact .blue-block-inner-contact ul {

    color: white;

}



section.blue-block .blue-block-inner span,

section.blue-block-contact .blue-block-inner-contact span {

    color: white;

}



.blue-block-inner span {

    font-size: 18px;

}



.blue-block-inner h1 {

    text-align: center;

}



section.blue-block .blue-block-inner span a,

section.blue-block-contact .blue-block-inner-contact span a {

    color: white;

    font-weight: bold;

    text-decoration: underline;

}



section.blue-block-contact .blue-block-inner-contact ul {

    list-style-type: none;

    margin: 0;

}

section.blue-block-contact .blue-block-inner-contact ul li {

  margin: .5em 0;

}


section.blue-block-contact .blue-block-inner-contact span.contact-header {

    font-size: 20px;

    font-weight: bold;

    text-transform: uppercase;

}



section.blue-block .blue-block-inner h1,

section.blue-block-contact .blue-block-inner-contact h1 {

    color: white;

    font-size: 70px;

    font-weight: bold;

    line-height: 70px;

    text-transform: uppercase;

    /*text-align: center;*/

    margin-bottom: 0;

}



section.blue-block-contact .blue-block-inner-contact h1 span.phonenumber {

    font-size: 18px;

}



section.blue-block-contact .blue-block-inner-contact span.phonenumber {

    font-size: 22px;

    text-transform: uppercase;

}



section.blue-block-contact .blue-block-inner-contact span.phonenumber a {

    font-weight: normal;

    text-decoration: none;

}



section.blue-block.small-block {

    height: auto;

    text-align: center;

}



section.blue-block.small-block .blue-block-inner {

    padding: 25px 15px;

}



section.blue-block.small-block .blue-block-inner span {

    color: white;

    float: none;

    font-size: 20px;

}



section.blue-block.small-block .blue-block-inner span a {

    color: white;

    font-weight: bold;

    text-decoration: underline;

}



section.blue-block.big-block {

    /*height: 650px;*/

    height: auto;

    background: url(../images/triangle-background.png) no-repeat center center;

    -webkit-background-size: cover;

    -moz-background-size: cover;

    -o-background-size: cover;

    background-size: cover;

    padding: 15px 0;

    padding-top: 0px;

}



.internet-block {

    margin-top: 50px;

}



section.blue-block.big-block .blue-block-inner {

    padding: 0px 15px;

}



section.blue-block.big-block .blue-block-inner span {

    color: white;

    float: none;

}



section.blue-block.big-block .blue-block-inner span a {

    color: white;

    font-weight: bold;

    text-decoration: underline;

}



section.white-block {

    background-color: white;

    /*height: 400px;*/

    padding: 25px 15px;

}

.blue-bar {
  background: url(../images/triangle-background.png) no-repeat center center;
  background-size: cover;
  height: 50px;
}


section.white-block.partners {

    background-color: white;

    min-height: 150px;

    padding: 25px 15px;

    position: relative;
	
	overflow:hidden;

}


.partner_brands div{
	display:inline-block;
	padding:10px;
}
.brands_header{
	float:left;
	height:280px;
	display:inline-block;
	padding-right:40px;	
}
.partners .grid-container{
	padding-bottom:0px;
}

section.white-block.partners-responsive {

    background-color: white;

    height: auto;

    padding: 25px 15px;

    position: relative;

}



section.white-block.partners-responsive h3 {

    font-weight: bold;

    color: black;

    text-transform: uppercase;

    font-size: 35px;

}



section.white-block.rackspace {

    /*height: 350px;*/

}



.rack-square {

    background-color: #049fe2;

    border-radius: 10px;

    text-align: center;

    padding: 10px 10px;

    height: 125px;

}



.rackspace-text-row {

    margin-bottom: 15px;

}



.rack-container {

    display: inline-block;

    margin: auto;

}



.rack-1-1,

.rack-1-2,

.rack-1-4 {

    width: 65px;

    margin: 0 5px;

    float: left;

}



#rack-1-1-block:hover,

#rack-1-2-block:hover,

#rack-1-4-block:hover {

    cursor: pointer;

}



.rack-1-1 {

    height: 240px;

}



.rack-1-2 {

    height: 235px;

}



.rack-1-4 {

    height: 225px;

}



span.rack-1-1-block.active-block {

    border-radius: 10px;

    border: 3px solid #1b3d84;

    color: #1b3d84;

    font-size: 20px;

    font-weight: bold;

    background: #c8eaf9;

    line-height: 20px;

    text-align: center;

    width: inherit;

    height: inherit;

    display: block

}



span.rack-1-1-block,

span.rack-1-2-block,

span.rack-1-4-block {

    border-radius: 10px;

    border: 3px solid #e2e2e2;

    color: #e2e2e2;

    font-size: 20px;

    font-weight: bold;

    background: transparent;

    line-height: 20px;

    text-align: center;

    width: inherit;

    height: inherit;

    display: block

}



span.rack-1-2-block {

    border-radius: 10px;

    border: 3px solid #e2e2e2;

    width: inherit;

    height: 50%;

    display: block;

    margin-bottom: 5px;

}



span.rack-1-2-block.active-block {

    border-radius: 10px;

    border: 3px solid #1b3d84;

    color: #1b3d84;

    font-size: 20px;

    font-weight: bold;

    background: #c8eaf9;

    line-height: 20px;

    text-align: center;

    width: inherit;

    height: 50%;

    display: block;

}



span.rack-1-4-block {

    border-radius: 10px;

    border: 3px solid #e2e2e2;

    width: inherit;

    height: 25%;

    display: block;

    margin-bottom: 5px;

}



span.rack-1-4-block.active-block {

    border-radius: 10px;

    border: 3px solid #1b3d84;

    color: #1b3d84;

    font-size: 20px;

    font-weight: bold;

    background: #c8eaf9;

    line-height: 20px;

    text-align: center;

    width: inherit;

    height: 25%;

    display: block;

}



span.blue.rackspace {

    text-transform: uppercase;

    color: #1b3d84;

    font-weight: bold;

}



span.rack-amount {

    font-weight: bold;

    font-size: 60px;

    color: white;

    position: relative;

    top: -10px;

}



span.rack-amount-small {

    font-weight: bold;

    font-size: 40px;

    color: white;

    position: relative;

    top: -40px;

}



section.white-block.partners h3 {

    font-weight: bold;

    color: black;

    text-transform: uppercase;

    font-size: 35px;

}



section.white-block .white-block-inner {

    padding: 20px 35px;

}



section.white-block .white-block-inner h1 {

    color: #1b3d84;

    font-size: 55px;

    font-weight: 600;

    text-transform: uppercase;

}



section.white-block .white-block-inner img {

    /*float: right;*/
	text-align:center;

}

.news-image-block { 

	text-align:center;
  padding-bottom:10px;
	height: 200px;
  transform: skew(var(--skew));
  overflow:hidden;
}

.news_text{
	overflow:hidden;
	height:9.5em;	
}

.news_header{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color:#1779ba;
	margin-top:20px;
	text-transform: uppercase;
	color: #1b3d84;
}

.news_header a{
	color: #1b3d84;
}

.news_pagination{
	font-size: 20px;
	text-align:center;
}
.news_pagination a.number{
	text-decoration:underline;	
}
section.white-block .white-block-inner p {

    font-size: 18px;

}





/*section.white-block .white-block-inner:last-child(3) {

	border-right: none;

}*/



section.white-block .white-block-inner .product-block {}



section.white-block .white-block-inner .product-block h2 {

    font-size: 25px;

    /*color: #1b3d84;*/

    font-weight: 800;

}



section.white-block.small-block {

    background-color: white;

    height: 200px;

}



section.white-block.small-block .white-block-inner {

    padding: 60px 50px;

}



.blue-button {

    background-color: #0ea3e3;

    color: white;

    padding: 5px 15px;

    text-align: center;

    height: 40px;

    line-height: 30px;

    font-size: 20px;

    font-weight: bold;

    border-radius: 5px;

    background: url(../images/triangle-background.png) no-repeat center center;

}



.blue-button:hover {

    cursor: pointer;

}



section.black-block .black-overlay {

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+10,ffffff+100&1+0,1+10,0.9+100 */

    background: #2F297E;

    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6ffffff', GradientType=0);

    /* IE6-9 */

    height: 70px;

    width: 37%;

    position: absolute;

    left: -1%;

    transform: skew(-14deg, 0deg);

}



section.black-block .black-overlay.second {

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+10,ffffff+100&1+0,1+10,0.9+100 */

    background: black;

    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6ffffff', GradientType=0);

    /* IE6-9 */

    height: 70px;

    width: 27%;

    position: absolute;

    left: -1%;

    transform: skew(-14deg, 0deg);

}



section.black-block .black-overlay.third {

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+10,ffffff+100&1+0,1+10,0.9+100 */

    background: black;

    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6ffffff', GradientType=0);

    /* IE6-9 */

    height: 70px;

    width: 17%;

    position: absolute;

    left: -1%;

    transform: skew(-14deg, 0deg);

}



section.black-block .black-overlay.fourth {

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+10,ffffff+100&1+0,1+10,0.9+100 */

    background: black;

    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6ffffff', GradientType=0);

    /* IE6-9 */

    height: 70px;

    width: 7%;

    position: absolute;

    left: -1%;

    transform: skew(-14deg, 0deg);

}



section.black-block {

    background: #e0e0e0;

    height: 70px;

}



section.black-block .black-block-inner {

    padding: 20px 50px;

    line-height: 30px;

    text-align: right;

    black

}



section.black-block-contact {

    color: white;

    background-color: black;

    /*height: 215px;*/

    padding: 35px 15px;

    position: relative;

    /*top: -250px;*/

}



section.black-block-contact ul {

    list-style-type: none;

    margin: 0;

}



section.black-block-contact span.contact-header {

  color: #4469a0;

  font-size: 20px;

    font-weight: bold;

    text-transform: uppercase;

}





.copyright span.copyright {

    text-transform: uppercase;

    color: #4469a0;

}

.socialmedia i {
  color: #4469a0;
  font-size: 30px;
  padding-right: 2em;
}


.contactform {

    /*color: white;*/

}



.contactform input {

    display: inline;

    /*width: 100%;*/

}



.contactform label {

    display: inline-block;

    width: 160px;

    /*color: white;*/

}



.contactform input[type="submit"] {

  background: #4469a0;

  color: #ffffff;

  font-size: 16px;

  padding: 8px 50px;

  text-decoration: none;

  -webkit-clip-path: polygon(15% 0, 100% 0%, 85% 100%, 0% 100%);

  clip-path: polygon(15% 0, 100% 0%, 85% 100%, 0% 100%);

}



.contactform textarea {

    height: 138px;

}





.blue-block-inner-contactform {

    padding-right: 20px;

}

.partners .grid-x div{
	max-height:60px;	
}



.partners img {

    -webkit-filter: grayscale(100%);

    -moz-filter: grayscale(100%);

    filter: grayscale(100%);

    transition: all 0.5s ease;

    opacity: 0.6;
	
	max-height:50px;
	/*max-width:150px;*/

}



.partners img:hover {

    -webkit-filter: grayscale(0%);

    -moz-filter: grayscale(0%);

    filter: grayscale(0%);

    opacity: 1;

}



#rack-1-1-info li a,

#rack-1-2-info li a,

#rack-1-4-info li a {

    text-decoration: underline;

}



.header-pagedescription {

    padding-top: 6%;

    text-align: center;

    color: white;

    width: 40%;

    margin-left: 35%;

}



.header-pagedescription p {

    font-size: 20px;

    text-align: left;

}



.header-pagedescription h1 {

    font-weight: 700;

    font-size: 70px;

    text-align: left;

}




.leaf {

    float: right;

}



.contact-address span{
	font-weight:bold;
}
.contact-address ul{
	margin-left:auto;
}
.contact-address li{
	list-style: none;
}



/*RESPONSIVE*/

ul.main-menu li {

  padding-right: 24px;

}


/* @media (max-width: 1650px) {

    ul.main-menu li {

        padding-right: 30px;

    }

}

@media (max-width: 1600px) {

    ul.main-menu li {

        padding-right: 25px;

    }

}

@media (max-width: 1550px) {

    ul.main-menu li {

        padding-right: 20px;

    }

}

@media (max-width: 1450px) {

    ul.main-menu li {

        padding-right: 15px;

    }

}

@media (max-width: 1400px) {

    ul.main-menu li {

        font-size: 16px;

    }

}

@media (max-width: 1300px) {

    ul.main-menu li {

        font-size: 15px;

    }

}

@media (max-width: 1200px) {

    ul.main-menu li {

        font-size: 15px;

    }

}


@media (max-width: 1175px) {

    ul.main-menu li {

        font-size: 14px;

    }

}
*/
@media (max-width: 1280px) {

    ul.main-menu li {

      padding-right: 4px;

    }

	.header-pagedescription {
		 width: 50%;
	}
} 



@media (min-width: 1024px) {

    .navbar,

    .main,

    section.white-block.partners-responsive {

        display: none;

    }

}



@media (max-width: 1023px) {

  .header-section {
      overflow-x: auto;
      overflow-y: auto;

  }

    .header-page .navlogo.white {
        display: none;
    }

    .contact-btn {
        margin-left: 0;
    }

    section.white-block .btn-news a {

        color: white;

        background: #1b3d84;

        padding: 15px 80px;

        font-size: 30px;

        -webkit-clip-path: polygon(15% 0, 100% 0%, 85% 100%, 0% 100%);

        clip-path: polygon(15% 0, 100% 0%, 85% 100%, 0% 100%);

    }

    section.white-block .white-block-inner img {

       /* float: left;*/

    }

    .header-pagedescription {

        padding-top: 14%;

        text-align: center;

        color: white;

        width: 80%;

        margin-left: 12%;

    }

    #clickable-squares {

        margin-bottom: 15px;

    }

    .info-block {

        margin-top:

    }

    section.blue-block .blue-block-inner {

        padding: 30px 25px;

    }

    p.header-text {

        padding-top: 35px;

    }

    section.white-block .white-block-inner {

        border: none;

    }

    .header-blue-block {

        width: 100%;

        background-color: #1b3d84;

        text-align: center;

        left: 0px;

        margin-top: 0px;

        text-align: center;

    }

    .white-block.partners {

        display: none;

    }

    p.header-text {

        padding-right: 35px;

        font-size: 16px;

    }

    .navbar.mobile {

        display: none;

    }

    .grid-container.navigation {

        margin: 0;

        padding: 0;

    }

    .header-block-middle {

        padding-top: 100px;

    }

    .header-section .white-overlay {

        left: 0px;

        height: auto;

        transform: none;

        position: absolute;

        width: 100%;

        background-color: #fff;

        margin-top: 45px;

    }

    .header-logo {

        width: 70%;

        margin: 0 auto;

    }

    .header-bottom-text {

        text-align: initial;

        position: relative;

        padding-top: 0;

    }

    .header-block-middle-white-overlay {

        padding-top: 0;

    }

    ul.main-menu,

    ul.login,

    #tier,

    #iso,

    #tier-internet,

    #iso-internet {

        display: none;

    }

    .blue-block-inner,

    .blue-block-inner span {

        text-align: justify;

    }

    .blue-block-inner ul {

        text-align: left;

    }

    section.black-block .black-overlay,

    section.black-block .black-overlay.second,

    section.black-block .black-overlay.third {

        display: none;

    }

}



@media (max-width: 1023px) {

  section.white-block .btn-news {
    margin: 2rem;
    font-size: 20px;
  }

    section.diensten .diensten-menu {

        margin-left: 20%;

    }

    section .diensten-menu .container-image img {

        max-width: 80%;

        margin-top: 0%;

    }

    section.specificaties .specificaties-menu {

        margin-left: 10%;

    }

    section.specificaties .small-12 .large-12 .reversed-order-title {

        margin-top: 15%;

        margin-bottom: 50%;

        margin-left: 7%;

    }

    section.specificaties .offerte-btn {

        font-size: 18px;

        margin-left: 8%;

    }

    .off-btn {

        margin-bottom: 50px;

    }

}



@media (min-width: 640px) and (max-width: 1023px) {

    section.blue-block-contact {

        /*height: 70%;

		padding: 50px 15px;*/

    }

}



@media (min-width: 640px) and (max-width: 1023px) {

    .blue-block-inner-contact {

        margin-top: 15px;

    }

}

@media (max-width: 750px) {
  .navbar a {
    padding: 14px 8px;
  }
}



@media (max-width: 639px) {

    section.white-block .white-block-inner {

        border-right: none;

        padding: 20px 35px;

    }

    section.blue-block-contact {

        text-align: justify;

        /*height: 100%;*/

        padding-left: 15px;

        padding-right: 15px;

    }

    .black-block,

    section.black-block .black-block-inner {

        text-align: center;

    }

    .navbar.tablet {

        display: none;

    }

    .navbar.mobile {

        display: block;

    }

    .blue-block-inner-contact {

        margin-bottom: 15px;

    }

}



@media (max-width: 530px) {

    .rack-square {

        width: 120px;

    }

}



@media (max-width: 470px) {

    #rack-square,

    #clickable-squares {

        width: 100%;

        margin-bottom: 15px;

    }

    .rack-container {

        margin-left: 0;

    }

}



@media (max-width: 455px) {

    section.blue-block .blue-block-inner h1,

    section.blue-block-contact .blue-block-inner-contact h1 {

        font-size: 70px;

    }

    /* section.diensten .diensten-menu h1 {

        font-size: 70px;

        margin-left: -75px;

    }

    section.diensten .diensten-menu .diensten-ul {

        margin-left: -100px;

    }

    section.diensten .diensten-menu .diensten-ul a {

        font-size: 25px;

    }

    section.diensten .small-12 .large-6 .reversed-order-text {

        margin-left: 55px;

        margin-top: 85px;

    } */

    section.header-page .header-pagedescription h1 {

        font-size: 50px;

    }

    section.header-page .header-pagedescription p {

        font-size: 19px;

    }

    section.white-block .white-block-inner h1 {

        font-size: 45px;

    }

    section.white-block .white-block-inner p {

        font-size: 19px;

    }

}



@media (max-width: 375px) {

    .product-block {

        width: 140%;

        margin-left: -35px;

        margin-right: 5px;

    }

    .btn-news {

        font-size: 20px;

        margin-left: 5%;

    }

    section.white-block .btn-news a {

        font-size: 20px;

    }

}



@media (max-width: 639px) {

    .product-block p {

        margin-right: 10px;

    }

}



@media(max-width: 639px) {

    section.blue-block .blue-block-inner h1,

    section.blue-block-contact .blue-block-inner-contact h1 {

        font-size: 42px;

    }

    .product-block .news-image {

        width: 100%;

        height: 250px;

    }

    section.specificaties h1 {

        color: #1b3d84;

        font-size: 50px;

        font-weight: bold;

        line-height: 70px;

        text-transform: uppercase;

        margin-bottom: 0;

    }

    section.specificaties .specificaties-menu {

        margin-top: 45px;

        margin-left: 0%;

    }

    section ul.specificaties-ul {

        margin-top: 45px;

    }

    section ul.specificaties-ul li {

        list-style-type: none;

        padding-right: 35px;

        border-bottom: 1px solid #1b3d84;

        padding: 10px;

    }

    section .specificaties-menu .container-image img {

        margin-top: -10%;

        margin-bottom: 35px;

        position: relative;

        filter: drop-shadow(8px 8px 10px black);

        -webkit-clip-path: polygon(15% 0, 100% 0%, 85% 100%, 0% 100%);

        clip-path: polygon(15% 0, 100% 0%, 85% 100%, 0% 100%);

    }

    .container-image {

        filter: drop-shadow(0px 10px 5px rgba(0, 0, 0, 0.5));

    }

    section .specificaties-menu .offerte-text {

        font-size: 19px;

        margin-bottom: 65px;

    }

    section ul.specificaties-ul li:hover {

        background: rgba(109, 144, 197, 0.8);

    }

    section ul.specificaties-ul li a {

        text-transform: uppercase;

        font-size: 30px;

        font-weight: 800;

        color: #1b3d84;

    }

    section ul.specificaties-ul li a i {

        float: right;

        font-size: 50px;

        color: #456aa0;

    }

    .blue-block-inner h1 {

        font-size: 70px;

    }

    .product-block .news-image {

        width: 100%;

        height: 200px;

    }

    section.diensten h1 {

        color: #1b3d84;

        font-size: 70px;

        font-weight: bold;

        line-height: 70px;

        text-transform: uppercase;

        margin-bottom: 0;

    }

    section.diensten .diensten-menu {

        margin-top: 45px;

        margin-left: 0%;

    }

    section ul.diensten-ul {

        margin-top: 45px;

    }

    section ul.diensten-ul li {

        list-style-type: none;

        padding-right: 35px;

        border-bottom: 1px solid #1b3d84;

        padding: 10px;

        margin-left: -5%;

    }

    section .diensten-menu .container-image img {

        margin-top: -10%;

        margin-bottom: 35px;

        position: relative;

        filter: drop-shadow(8px 8px 10px black);

        -webkit-clip-path: polygon(15% 0, 100% 0%, 85% 100%, 0% 100%);

        clip-path: polygon(15% 0, 100% 0%, 85% 100%, 0% 100%);

    }

    .container-image {

        filter: drop-shadow(0px 10px 5px rgba(0, 0, 0, 0.5));

    }

    section .diensten-menu .offerte-text {

        font-size: 19px;

        margin-bottom: 65px;

    }

    section ul.diensten-ul li:hover {

        background: rgba(109, 144, 197, 0.8);

    }

    section ul.diensten-ul li a {

        text-transform: uppercase;

        font-size: 30px;

        font-weight: 800;

        color: #1b3d84;

    }

    section ul.diensten-ul li a i {

        float: right;

        font-size: 50px;

        color: #456aa0;

    }

    section .diensten a {

        margin-top: 50%;

    }

    .blue-block-inner h1 {

        font-size: 70px;

    }

    section .specificaties.small-12.large-12.reversed-order-title {

        margin-left: -15%!important;

    }

    .offerte-btn {

        font-size: 20px;

    }

}



@media(max-width: 400px) {

    .product-block .news-image {

        width: 140%;

        height: 200px;

    }

}
