@charset "utf-8";
/* CSS Document */

body{
		
	background-size:100% 100%;
	background-repeat:no-repeat;
	height:100%;
	width:100%;
	padding:0px;
	margin:0px;
	border:0;
	overflow:hidden;		
	background-size:contain;
	
		
	}	


.content_menu {
	padding-top: 10px;
}
#tekst {
	height:200px;
}
#aside
{
	width:18%;
	min-width:260px;	
	max-width:260px;
	height:620px;
	min-height:620px;
	border:5px solid;
	border-radius:25px;
	border-color: #000;
	background-color:rgba(39,35,7,0.5); 	
	behavior: url(pie/PIE.htc);
	text-align:center;
	margin-top:40px;
	position:absolute;	
}

#container2 {
	width:60%;	
	height:175px;
	margin-left:290px;
	text-align:center;
	border:5px solid;
	border-radius:25px;
	border-color: #000;
	background-color:rgba(39,35,7,0.5); 
	behavior: url(pie/PIE.htc);
	padding:20px;
	position:absolute;
	top:40px;
	background-image:url(../images/logo1.png);
	background-size:contain;
	background-size:100% 100%;
	background-repeat:no-repeat;	
}

#container3 
{
	width:60%;	
	height:405px;
	padding: 20px;
	padding-top:20px;
	border:5px solid;
	border-radius:25px;
	border-color: #000;
	background-color:rgba(39,35,7,0.5); 
	behavior: url(pie/PIE.htc);
	color:#FFFFFF;
	text-align:center;	
	overflow:auto;
	position:absolute;
	top:255px;
	margin-left:290px;
	min-height:405px;
	max-height:405px;

}


@media only screen and (max-device-width: 488px) {
/* Styles */
#container3, #container2 {
width: 43.5%;
}
.containter {
	padding-bottom:60px;
}

.square, .square2 {
	min-height:50%;
}

body {
	background-size:150% 150%;  	
	background-repeat:no-repeat;	
	overflow:hidden;
		
}

#footer {
	width:100%;
	background-color:rgba(39,35,7,0.5); 
	height:50px;
	font-size:14px;
	
}
.navbar-fixed-bottom
{
	bottom:10px;

}
}
		
@media only screen and (device-aspect-ratio: 16/9) { 
body {
	background-size:200% 200%;  	
	background-repeat:no-repeat;	
	overflow:hidden;	
} 


} 
		
#footer {
	width:100%;
	background-color:rgba(39,35,7,0.5); 
	height:50px;
	font-size:14px;	
}

.content {
	text-align:center;
	color:#FFF;
	font-size:16px;
	line-height:20px;
	margin-top:10px;
	
}
	
.socbar {
	
	text-align:center;	
	vertical-align:bottom;	
	border:0px;
	outline:none;
	padding-top:15px;
}

form,input,select,textarea{margin:0; padding:0; color:#ffffff;}

	
div.box 

	{
	position:relative;
	margin:0 auto;
	width:250px;
	float:left;		
	}

div.box h1

	{ 
	color:#ffffff;
	font-size:18px;
	text-transform:uppercase;
	padding:5px 0 5px 5px;	
	}

div.box label 
	{
	width:100%;
	display:block;	
	padding:10px 0 10px 0;
	text-align:left;
	}

div.box label span 
	{
	display: block;	
	font-size:12px;
	float:left;
	width:100px;
	text-align:right;
	padding:5px 20px 0 0;
	}

div.box .input_text
	{
	padding:10px 10px;
	width:200px;
	background-color:#000000;
		
	}

div.box .message

	{
	padding:7px 7px;
	width:200px;	
	overflow:hidden;
	height:90px;
	background-color:#000000;	
	color:#FFFFFF;
	}

div.box .button

	{
	color:#99ff00;
	margin:0 0 10px 0;
	padding:4px 7px;
	background:#000000;
	border:2px solid;
	border-color:white;
	position: relative;
	top:10px;
	left:50px;
	width:100px;	
	}
	
	div.box .button1

	{
	color:#99ff00;
	margin:0 0 10px 0;
	padding:4px 7px;
	background:#000000;
	border:2px solid;
	border-color:white;
	position: relative;
	top:10px;
	
	width:100px;	
	}

.action {	
	margin-top:20px;	
}

.square {
	width:45%;
	height:93px;
	max-height:100%;
	background-color: rgba(39,35,7,0.5); 
	text-align:center; 
	vertical-align:middle;
	border-radius:5px;
	padding:35px;	
	font-size:1.2em;	
	margin:25px;
	margin-right:20px;
	float:left;
	
}

.square2 {
	width:45%;
	height:93px;
	max-height:100%;
	background-color: rgba(39,35,7,0.5); 
	text-align:center; 
	vertical-align:middle;	
	border-radius:5px;
	padding:20px;	
	font-size:1.2em;
	float:right;	
}

.square:hover {
	box-shadow: 0 0 0 4px rgba(255,255,255,1);
	overflow: hidden;
	background:#000;
	color:#FFF;
	-webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s, ease-in 0.5s;
	-moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s, ease-in 0.5s;
	transition: background 0.3s, color 0.3s, box-shadow 0.3s, ease-in 0.5s;
	
}
.square2:hover {
	box-shadow: 0 0 0 4px rgba(255,255,255,1);
	overflow: hidden;
	background:#000;
	color:#FFF;
	-webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s, ease-in 0.5s;
	-moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s, ease-in 0.5s;
	transition: background 0.3s, color 0.3s, box-shadow 0.3s, ease-in 0.5s;
}

.tekst {
	text-align:left;
	float:left;
}

.main_menu_ul {	
	font-size:16px;
	font-weight:bold;
    list-style-type: none;
    margin: 0;
    padding: 0;   
	text-align:left;
	display:inline-block;	
	margin-left:20px;	
}

.main_menu_li, .main_menu_li {	
    float: left;
	margin-top:10px;	
	padding-left:4px;
	padding-right:4px;		
}

.main_menu_ul a, main_menu_li a {
    display: block;	
	color:#FFF;	
	text-decoration:none;	
	-moz-transition:background .15s ease-in;
	 -o-transition:background .15s ease-in;
	 -webkit-transition:background .15s ease-in;
	 transition:background .15s ease-in; 
	border-radius:7px;
	width:12em;	
	border:3px;
	border-style:solid;
	padding-left:5px;
	background:none;
}

.main_menu_li a:hover {
	background:#FFF;		
	border-radius:7px;	
	color:#000;	
	text-decoration:none;
	border-color:#000;	
}

.pdf_width {
	width:100%;
}

.rotate{
   -webkit-transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-o-transition:all 0.5s ease 0s;
	-ms-transition:all 0.5s ease 0s;
	transition:all 0.5s ease 0s;
	cursor:pointer;	
}

.rotate:hover {
-webkit-transform: rotate(360deg);
              -moz-transform: rotate(360deg);
              -ms-transform: rotate(360deg);
              -o-transform: rotate(360deg);
              transform: rotate(360deg);
}

#home .home a, #product .product a, #cg .cg a, #kapsalon .kapsalon a, #mij .mij a, #krullen .krullen a, #contact .contact a {
	background:#FFF;		
	border-radius:7px;	
	color:#000;	
	text-decoration:none;
	border-color:#000;	
}

.btn-group button {
	border-radius:7px;	
  background-color: transparent;
  border: 1px solid black; /* Green border */
  color: white; /* White text */
  padding: 10px 24px; /* Some padding */
  cursor: pointer; /* Pointer/hand icon */
  float: left; /* Float the buttons side by side */
}

/* Clear floats (clearfix hack) */
.btn-group:after {
  content: "";
  clear: both;
  display: table;
}

.btn-group button:not(:last-child) {
  border-right: none; /* Prevent double borders */
}

/* Add a background color on hover */
.btn-group button:hover {
  background-color: #fff;
  color:#000;
}

