

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,500,500i,600,600i,700,700i');
html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 16px;
	/* background-color: #ebebeb; */
}

body {
    font-family: 'segoe ui', 'Barlow', 'Raleway', sans-serif;
    font-weight: 400;
    /* color: #373737; */
    position: relative
}

#body-wrap {
    overflow-x: hidden;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

a,
a:visited,
a:focus,
a:active,
a:hover {
    text-decoration: none;
    outline: none;
}

a,
button {
    -webkit-transition: 0.3s;
    transition: 0.3s
}

a {
    color: #666;
    font-size: 16px
}

h1,
h2,
h3,
h4,
h5,
h6,
h1,
.h1,
.h2,
.h3 {
    font-weight: 400;
    margin-top: 0
}

h1 {
    font-size: 36px;
    line-height: 56px;
}

h2 {
    font-size: 40px;
    line-height: 46px;
}

h3 {
    font-size: 24px;
    line-height: 34px
}

h4 {
    font-size: 20px;
    line-height: 30px
}


h5 {
    font-size: 18px;
    line-height: 28px
}

h6 {
    font-size: 16px;
    line-height: 26px
}

p {
    font-size: 18px;
    /* color: #666; */
    line-height: 30px;
}

p.opsomming {
    /* line-height: 50px; */
	color: #eee;
	margin-left: 30px;
}

.wit {
	color: #fff
}

.lgrijs {
	color: #e8e8ea
}

.dgrijs {
	color: #666
}

.bg-white {
    background-color: #fff
}

.bg-gray {
    background-color: #ccc
}

.bg-black {
    background-color: #000
}

.bg-blue {
    /* background-color: #a1110c; */
	/* background-color: #2e3736; */
	/* background-color: #474946; */
	background: linear-gradient(45deg, #666 ,  #2e3736 );
	background: radial-gradient(circle at 50% 100%,rgba(3,26,62,.9),rgba(0,0,0,.2)),linear-gradient(#333,#aaa);
	/* background: radial-gradient(circle at 50% 100%,rgba(0,0,0,.4), rgba(155,155,155,.9)),linear-gradient(#000,#aaa); */
}

.form-control {
    border: 1px solid #e6f0fa;
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0) inset;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0) inset;
    border-radius: 2px
}

.m-0 {
    margin: 0
}

.p-0 {
    padding: 0
}

.float-left {
    float: left
}

.float-right {
    float: right
}

.bg-cover {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    opacity: 0.8
}

#conge {
	position:fixed;
	top: 200px;
	z-index: 10000;
	width: 100%;
	text-align: center;
}


.dim {
    height:100%;
    width:100%;
    position:fixed;
    left:0;
    top:0;
    z-index:5000 !important;
    background-color:black;
    filter: alpha(opacity=70); /* internet explorer */
    -khtml-opacity: 0.70;      /* khtml, old safari */
      -moz-opacity: 0.70;      /* mozilla, netscape */
           opacity: 0.70;      /* fx, safari, opera */
		   opacity:0.70!important;
		   background: rgba(0, 0, 0, 0.70);
}	

/*=====================================================================================
    Site Preloader
=======================================================================================*/

.site-preloader {
    background-color: #a1110c;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
}

.site-preloader .spinner {
    width: 60px;
    height: 60px;
    margin: 21% auto;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}

/*=====================================================================================
    Header
=======================================================================================*/

nav.navbar.bootsnav {
    background-color: #fff;
    border-bottom: 0;
}

nav.navbar.bootsnav ul.nav > li > a {
    color: #333;
    font-weight: 600;
	text-align: right;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	padding-bottom: 12px;
	margin-left: 2px;
	margin-top: 10px;
	text-decoration: none;
	border-color: #fff;
	border-radius:5px;-moz-border-radius:5px;
	
}

nav.navbar.bootsnav ul.nav > li > a:hover,
nav.navbar.bootsnav ul.nav > li.active > a {
	color: #fff;
	background: #a1110c;
}

nav.navbar.bootsnav ul.nav > li.support > a {    
    color: #fff;
    background: #666;
	margin-bottom: 10px;
}

nav.navbar.bootsnav ul.nav > li.support:hover > a {    
    color: #fff;
    background: #a1110c;
}

.attr-nav a {
    display: inline-block;
    background-color: #a1110c;
    color: #fff;
    padding: 8px 24px;
    border-radius: 25px;
    margin: 20px 0 0 25px;
    font-weight: 500
}

.affix {
    width: 100%;
}

.navbar {
    /* -webkit-transition: all 0.6s ease-in-out; */
    /* transition: all 0.6s ease-in-out; */
}

.navbar.affix {
    -webkit-box-shadow: 0 0 20px #ccc;
    box-shadow: 0 0 20px #ccc;
    top: 0;
    width: 100%;

}

.navbar.affix-top {
    position: static;
    top: -10px;
}


.navbar-header button {
    margin: 10px !important;
    float: right !important;

}

.webshop  {
	/* color: #333; */
	/* background: #123; */
    font-weight: 600;
	text-align: right;
	/* padding-left: 20px; */
	/* padding-right: 0px; */
	/* padding-top: 15px; */
	/* padding-bottom: 12px; */
	/* margin-left: 2px; */

	margin-right: 15px;
	/* text-decoration: none; */
	/* border-color: #fff; */
	/* border-radius:5px;-moz-border-radius:5px; */
	/* text-align: right; */
}

.webshop a {
    color: #fff;
    background: #a1110c;	
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	padding-bottom: 12px;
	text-decoration: none;
	border-radius:5px;-moz-border-radius:5px;
}

.webshop a:hover {
    color: #fff;
    background: #a1110c;	
		padding-left: 50px;
		padding-right: 50px;
	
}

@media screen and (max-width: 1200px) {
	.webshop {
			margin-top: 10px;
	}
}


@media screen and (max-width: 900px) {
	.webshop {
		margin-bottom: 10px;
	}
}


/*=====================================================================================
    Welcome Area
=======================================================================================*/

#welcome-area {
    padding: 50px 0;
	margin-top: 5vh;
	margin-bottom: 20vh;
	background: #2e3736;
	/* background-image: url("./pics/bkg3000.png"); */
		background-image: url("./pics/laptopwoman.jpg");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.wecome-content {
    padding: 12% 0 0;
	
}

.wecome-content h1 {
    font-weight: 200;
}

.wecome-content a {
    display: inline-block;
    background-color: #a1110c;
    color: #fff;
    padding: 10px 30px;
    border-radius: 25px;
    margin: 20px 0 0;
    font-weight: 500;
}

.wecome-content a:hover {
    background-color: #6fa61b;
}

.welcome-img img {
    max-width: 300px;
}




.flip-card {
	float: left;
    background-color: transparent;
	width:24%;
	height: 60vh;
	top: 1000px;
	max-height: 800px;
	perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  	border-radius:5px;-moz-border-radius:5px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
	background: rgba(0, 0, 0, 0.5);
		
  color: white;
}

.flip-card-back {
	background: rgba(130, 13, 10, 0.9);
  color: white;
  transform: rotateY(180deg);
}

.i1 {
	z-index:50;
	left: 0%;
	margin-right: 1%;
}

.i2 {
	z-index:40;
	left: 25%;
	margin-right: 1%;
	top: 40px;
}

.i3 {

	z-index:30;
	left: 50%;
	margin-right: 1%;
}

.i4 {
	z-index:20;
	right: 1%;
}


.IntroMenu { 
	display: none;
}

.IntroTitel {
	position: absolute;
	font-size: 30px;
	width: 300px;
	/* height: 80px; */
	padding: 30px;
	text-align: left;
	color: #fff;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-weight: 100;
    transform:rotate(-90deg);
	border-radius:0px 150px 0px 10px ;-moz-border-radius:0px 10px 10px 0px;		
	bottom: 110px;
	right: -90px;
}

.IntroLogo {
	top: 20%;
	left: 30px;
	width: 80%;
	position: absolute;
	font-size: 100px;
	text-align: left;
	padding: 10px;
	color: rgba(255, 255, 255, 0.3);
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-weight: 60;
	transition: width 2s, height 2s, background-color 2s, transform 2s;
}



.IntroTekst {
	top: 30px;
	left: 30px;
	width: 80%;
	position: absolute;
	font-size: 24px;
	text-align: left;
	padding: 10px;
	color: #ccc;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-weight: 60;
}


.IntroDIV .IntroTekst {
	display: none;
}

.IntroDIV:hover .IntroTekst {
	display: inherit;

}


.IntroDIV .IntroLogo{
	display: inherit;
}

.IntroDIV:hover .IntroLogo{
	display: none;

}
.clearfix::after {
	content: "";
	clear: both;
	display: table;
  }




/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 900px) {
	

#welcome-area { /* Responsive */
    padding: 10px 0;
	margin-top: 10px;
	/* background-image: url("./pics/bkg3000.png"); */
	background-image: url("./pics/laptopwoman.jpg");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;	
}




#IntroContainer { /* Responsive */
	position:relative;
	height: auto;
	}


.flip-card { /* Responsive */
	display: none;
}

.IntroMenu { /* Responsive */
	display: block;
}

.IntroTitel { /* Responsive */
	position: relative;
	top: 0px;
	left: 0px;
	font-size: 20px;
	margin: 8%;
	width: 90%;
	/* height: 80px; */
	padding: 15px;
	text-align: left;
	color: #fff;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-weight: 400;
    transform:rotate(0deg);
	background: rgba(0, 0, 0, 0.6); /* Black see-through */ 
	border-radius:10px ;-moz-border-radius:10px ;		

}

.clearfix::after { /* Responsive */
	content: "";
	clear: both;
	display: table;
  }

}



/*=====================================================================================
    Item Area
=======================================================================================*/

#Item-area {
    padding: 80px 0 30px;
	color: #fff;
}

.item-content {
	/* padding-top: 20px; */
    padding-bottom: 50px;
	font-weight: 350;
	
}

.item-content h2 {
	/* margin-top: 50px; */
    font-weight: 200;
	color: #fff; 
	border-radius: 5px;
	padding: 50px 20px 20px 50px;
	margin-left: -50px;
}

.item-content h2.light {
	color: #000; 
}

.item-content h2.dark {
	color: #fff; 
}

.item-content h5 {
    display: inline-block;
    background-color: #fff;
    color: #a1110c;
	border: 1px solid #a1110c;
    padding: 10px 20px;
    border-radius: 5px;
    margin: 0px 6px 20px 0;
	font-size: 16px;
    font-weight: 450
}

.item-content a {
    display: inline-block;
    background-color: #fff;
    color: #a1110c;
	border: 1px solid #a1110c;
    padding: 10px 20px;
    border-radius: 5px;
    margin: 0px 6px 20px 0;
    font-weight: 500
}

.item-content a:hover {
	color: #fff;
    background-color: #a1110c;
}

.item-content i {
	/* font-weight: 300; */
	/* font-size: 24px; */
	margin-left: -30px;
	}

.item-content i:hover {
	color: #fff;
}

.item-img img {
    xxmax-width: 550px;
    /* margin: 0 auto; */
	margin-top: -130px;
	margin-right: 200px;
	display: block;
	float: left;
	box-shadow: rgba(0, 0, 0, 0.6) 0px 5px 50px;
	border-radius:5px;-moz-border-radius:5px;

}

.item-content img {
	display: block;
	border-radius:5px;-moz-border-radius:5px;

}


#downloads {
	/* background-color: #eee; */
	border-radius: 5px;
	/* padding: 50px; */
	/* margin: -50px; */
	/* margin-top: -95px; */
	
}

.download  {

	background-color: #f2f2f2;
    color: #a1110c;
	font-size: 16px;
    padding: 30px 20px 20px 50px; 
    border-radius: 5px;
    /* margin-left: 30px; */
    font-weight: 400;
	width: 100%;
	/* height: 500px; */
	/* box-shadow: 0 0 60px #666; */
	/* line-height: 50px; */
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.download a {
	padding: 10px 10px;
	/* border: 1px solid #666; */
	margin-bottom: 20px;
	border-radius: 5px;
	/* background-color: #fff; */
	color: #666;
	font-weight: 500;

}

.download a:hover {
	color: #fff;
	background-color: #a1110c;
}

.download i {
	/* font-size: 20px; */
	font-weight: 500;
	margin-left: -30px;
}



/*=====================================================================================
    Features Area
=======================================================================================*/

.section-heading {
    margin: 0 0 50px;
}

.section-heading h2 {
    font-weight: 200;
}

#features-area {
    /* padding: 80px 0 60px; */

}

.features-single {
    background-color: #fff;
    border: 1px solid #fff;
    padding: 20px 20px 30px;
    margin: 0 0 30px;
	border-radius: 5px;
	xxbox-shadow: 0 0 60px #666;
	min-height: 400px;

}




.features-single a {
    display: inline-block;
    background-color: #fff;
    color: #666;
	border: 2px solid #666;
    padding: 10px 30px;
    border-radius: 5px;
    margin: 24px 0 0;
	font-weight: 600;
}

.features-single a:hover {

	border: 2px solid #a1110c;
	color: #fff;
    background-color: #a1110c;
}

.features-single i {
    display: inline-block;
    background-color: #fff;
    color: #a1110c;
	    font-size: 50px;
	xborder: 1px solid #a1110c;
    xpadding: 10px 30px;
    border-radius: 5px;
    margin: 24px 0 0;
    font-weight: 500
}




.features-single h4 {
    font-weight: 600;
	color: #555;
    margin: 15px 0 5px;
	height: 50px;	
}

.features-single p {
    font-weight: 400;
    color: #555;
    margin: 15px 0 5px;
	height: 90px;
}



/*=====================================================================================
    Contact Area
=======================================================================================*/

#contact-area {
    padding: 80px 0 90px
}

.contact-form input {
    height: 50px;
    border-radius: 5px;
    padding-left: 20px
}

.contact-form textarea {
    border-radius: 5px;
    padding-left: 20px
}

.contact-form button {
    background-color: #666;
    color: #fff;
    border: 0;
    padding: 12px 30px;
    font-weight: 500;
    border-radius: 5px;
}

.contact-form button:hover {
    background-color: #a1110c;
}

.contact-info {
    padding-left: 30px;
}

.contact-info-single {
    margin: 0 0 30px;
}


.contact-info-single a {
    display: inline-block;
    background-color: #fff;
    color: #a1110c;
	/* border: 1px solid #a1110c; */
    padding: 0px 20px 0px 0px;
    border-radius: 5px;
    margin: 0px 6px 0px 0;
    font-weight: 500
}

.contact-info-single a:hover {
	color: #fff;
    background-color: #a1110c;
	padding: 0px 20px 0px 20px;
}


.contact-info-single h6 {
    font-weight: 600;
    margin: 0 0 5px;
}

.contact-info-single h6 i {
    color: #a1110c;
}


#overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  cursor: pointer;
  background-color: rgba(0,0,0,0.8);

}

.postit {
  /* padding: 10px 20px 50px 50px; */
  /* width: 1000px; */
  /* height: 600px; */
  position: relative;
  border: 10px solid #fff;
  background-color: #fff;
  color: #666;
  border-radius: 5px;
  text-align: right;
}

.postit img {
	max-width: 390px;
	
}

.postit i {
	color: #fff;
	color: rgba(0, 0, 0, 0.4);
	/* border: 1px solid #666; */
    padding: 7px;
    border-radius: 5px;	
}

.postit i:hover {
	color: #fff;
	background-color: #a1110c;
}



