/* Bee IT-consulting CSS stylesheet */

/******************************** HTML ELEMENTS ******************************/

h1 { font-size: 1.8em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.4em; }

/***************************** UNIVERSAL CLASSES ****************************/

.invisible {
	display: none !important;
}

.row {
	margin-left: 0px;
	margin-right: 0px;
}

.close {
  font-size: 25px;
  font-weight: bold;
  line-height: 18px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
  text-decoration: none;
}

.close:hover {
  color: #000000;
  text-decoration: none;
  opacity: 0.4;
  filter: alpha(opacity=40);
  cursor: pointer;
}


/****************************** LAYOUT ELEMENTS ****************************/

div.top {
	height: 10%;
	position: relative;
}

div.header {
	background-image: url('../images/header.jpg');
	background-size: cover;
	position: relative;  
	color: white;  
}

div.carousel {
  padding-top: 1%;
  padding-bottom: 1%;  
  background-color: #EEE;
}

div.footer div.partners img {
  display: inline-block !important;
  margin-left: 2%;
  margin-right: 2%;
}

div.author {
	position: absolute;
	bottom: 10px;
	right: 10px;
	text-align: right;
	font-size: 0.7em;
}

figure.image_container img {
	width: 100%;
	height: auto;
}

div.slogan {
	margin-top: 3em;
	text-shadow: 0px 0px 5px rgba(150, 150, 150, 1);
}

div.slogan li {
	background: url('../images/header-tick.png') no-repeat 7px 7px transparent;
    list-style-type: none;
    margin: 0;
    padding: 7px 0px 3px 35px;
    vertical-align: middle;
}

div.small-slogan {
	 margin-top: 0px;
}

div.slogan h2 {
	margin-top: 1.5em;
}

div.contact div.row {
	border-bottom: 1px solid #DDD;
	padding-bottom: 0.5em;
	padding-top: 1em;
}

div.footer { 
	font-size: 0.9em; 
}

div.footer h1 { 
	background-color: #1270a6;
	border: 1px solid #57aadc;
	color: white;
	margin: 0px;
	padding: 0.5em;
}


/********************************** MENU **********************************/

div.menu {
  padding-top: 1.3em;
  font-size: 1.2em;
  font-weight: bold;
  color: #053d5d;
  text-align: right;
  padding-right: 10%;
}

div.menu li a {
  color: #053d5d;
}

div.menu li a:hover {
  background-color: #0367a0;
  color: white;
}

nav {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #e6e6e6;
	z-index: 10;
}

nav ul {
	margin: 0px;
	padding: 0px;
}

nav li {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	font-weight: bold;
}

nav li span {
	display: inline-block;
	padding: 10px;
	color: white;
	background-color: #0367a0;
}

nav li a {
	display: block;
	padding: 10px;
	color: #e6e6e6;
}

nav li ul {
	display: none;
	position: absolute;
	background-color: white;
	z-index: 20;
	text-align: left;
}

nav li ul li {
	display: block;
	position: relative;
	border-bottom: 1px solid #666;
}

nav li ul a, nav li ul span {
	border: none;
	display: block;
}

nav li:hover > ul {
	display: block;
}

nav ul.level_3 {
	left: 100%;
	top: 0px;
	width: 100%;
	border-left: 1px solid #888;
}

@media (max-width: 768px/*991px*/) {
	nav li ul {
		display: block;
		position: static;
	}
}



/******************************* SERVICES *********************************/

div.services {
	position: relative;
	background-image: url('../images/services.png');
	background-size: contain;   
	background-repeat: no-repeat;
}

div.services a {
	color: white;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
	background-color: #053d5d;
	position: absolute;
}

div.services a:hover {
  text-decoration: none;
  background-color: #0367a0;
}

div.service-content {
	display: none;
}

div.service-text {
  position: absolute;
  top: 10%;
  left: 10%;
  background-color: white;
  width: 80%;
  display: none;
  border: 10px solid #053d5d;
  color: #222;
  padding: 1em;
  z-index: 30;
}

div.service-text div.row {
    margin-top: 1.5em;
}

div.service-text img {
	cursor: pointer;
	border: 1px solid #DDD;
}

div.service-text img:hover {
	border: 1px solid #57aadc;
}




div.what-we-do div.row {
	margin-top: 1em;
}

div.what-we-do div.itm {
	padding-left: 0.5em;
	padding-right: 0.5em;
}

div.what-we-do a {
	font-size: 2em;
	text-align: center;
	background-color: #053d5d;
	display: block;
	padding-top: 7%;
	padding-bottom: 7%;
	color: white;
	font-weight: bold;
}

div.what-we-do a:hover {
	text-decoration: none;
	background-color: #0367a0;
}



/******************************* RESPONSIVE VERSION *********************************/


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
	div.header { background-position: 100% 0%; }
	div.services { background-image: none; height: 180px; }

	div.services a {
		font-size: 0.6em;
		border: 12px solid white;
		padding-top: 3em;
		width: 11em;
		height: 11em;
		-webkit-border-radius: 6em;
		-moz-border-radius: 6em;
		border-radius: 6em;
	}
	
	div.services a#service-sap { top: 25%; left: 15em; }
	div.services a#service-consulting { top: 25%; left: 30em; }
	div.services a#service-outsourcing { top: 25%; left: 0em; }
	div.services a#service-people { top: 25%; left: 45em; }

	
	div.logo img { width: 12em; border: 0px solid black; }
	nav { font-size: 10px; }
	div.top { height: 4em; }
	div.footer div.partners img{ height: 30px; }
	div.slogan { font-size: 0.8em;}
	div.what-we-do div.row { margin-top: 0px; }
	div.what-we-do a { padding: 2%; margin-bottom: 1em; }
	div.mod_article h1 { margin-bottom: 1em; }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 
	div.header { background-position: 10% 0%; }
	div.services { background-image: url('../images/services.png'); height: 250px; }

	div.services a {
		font-size: 0.6em;
		border: 12px solid white;
		
		padding-top: 3em;
		width: 11em;
		height: 11em;
		-webkit-border-radius: 6em;
		-moz-border-radius: 6em;
		border-radius: 6em;
	}
	
	div.services a#service-sap { top: -5px; left: 125px; }
	div.services a#service-consulting { top: 75px; left: 270px; }
	div.services a#service-outsourcing { top: 75px; left: 0px; }
	div.services a#service-people { top: 165px; left: 120px; }


	div.logo img { width: 15em; }
	nav { font-size: 11px; }
	div.top { height: 5em; }
	div.footer div.partners img { height: 50px; }
	div.slogan { font-size: 0.9em; }
	
	div.what-we-do div.row { margin-top: 1em; }
	div.what-we-do a { padding: 7%; margin: 0px; }
	div.mod_article h2.first { margin-top: 0px; }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	div.services { height: 350px; } 
	
	div.services a {
		font-size: 0.8em;
		border: 15px solid white;
		
		padding-top: 3em;
		width: 11em;
		height: 11em;
		-webkit-border-radius: 6em;
		-moz-border-radius: 6em;
		border-radius: 6em;
	}
	
	div.services a#service-sap { top: -5px; left: 175px; }
	div.services a#service-consulting { top: 105px; left: 350px; }
	div.services a#service-outsourcing { top: 105px; left: 0px; }
	div.services a#service-people { top: 230px; left: 175px; }
	
	
	div.service-text {
		top: 10%;
		left: 20%;
		width: 60%;
	}
	
	div.logo img { width: 20em; }
	nav { font-size: 13px; }
	div.slogan { font-size: 1.2em; }
}



/********************************** MOBILE VERSION ******************************************/
@media (max-width: 768px) {
    
	div.menu {
		text-align: left;
		padding-right: 0px;
	}
	
	div.logo img {
		width: 100%;
	}
	
	div.top { background-image: none; }
	div.header { background-position: 100% 0%; }

	nav ul li {
		display: block;
		border-top: 1px solid #0367a0;
	}
	
	nav ul li span {
		display: block;
	}
	
	
	div.services {
		display: none;
	}
	
	nav.mobile-services {
		margin-top: 1em;
		margin-bottom: 1em;
	}
	
	nav.mobile-services a, nav.mobile-services span {
		color: white;
		font-size: 1em;
		font-weight: bold;
		text-transform: uppercase;
		text-align: left;
		background-color: #053d5d;
		display: block;
		padding: 0.5em;
		padding-left: 2em;
		margin-bottom: 0.5em;
	}
	
	
	div.service-text {
		display: none;
	}
	
	div.footer div.partners img {
		height: 30px;
	}
}







