/* 
  ------------------------------------------------
  PVII CSS Page Builder Magic 2
  Copyright (c) 2013 Project Seven Development
  www.projectseven.com
  09: 2 Col Fixed Sidebar Left, Top Menu
  ------------------------------------------------
*/

body {
	 font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background-image:url("art/walllpaper.jpg");
  
  background-color: #EED9C4; /* een donkere basistint uit jouw achtergrondafbeelding */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
  
}
img {
	vertical-align: bottom;
}

/*Rounded Corners*/
.content-wrapper {border-radius: 8px; }
.masthead {border-radius: 6px 6px 0px 0px;}
.footer { border-radius: 0px 0px 6px 6px; }


.masthead {
	padding: 0px;
	text-align: left;
}
.masthead .logo {
	background-color: #EED9C4;;
}
.masthead h1 {
	margin: 0;
	color: #8C8C8C;
	padding: 20px 20px 10px 20px;
	font-size: 1.35em;
	font-weight: normal;
	letter-spacing: .35em;
}
/*Max-Width allows the image to scale with the page*/
.masthead .banner img {
	  height: auto !important;
    width: auto !important;
    max-width: 100%;
    display: block;
    border-radius: 12px; /* ?? hier komt de magie */
	 box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.masthead .banner {
	z-index: 20;
	box-shadow: 0px 0px 20px #000;
	position: relative;
	background: #EED9C4;
}

.content-wrapper {
	border: 1px solid #222;
	margin: 0px auto;
	overflow: hidden;
	width: 66%;
	background: #EED9C4;
}
.columns-wrapper {
	overflow: hidden;
	background-color: #EED9C4;
}

.main-content {
	float: right;
	width: 78%;
}
.sidebar {
	width: 22%;
	float: right;
	
}

.sidebar .content {
	padding: 30px;
	font-size: .85em;
	line-height: 1.5em;
	background-color: #D8D8D8;
	background-image: -ms-linear-gradient(top, #FFF, #AAA);
	background-image: -moz-linear-gradient(top, #FFF, #AAA);
	background-image: -webkit-linear-gradient(top, #FFF, #AAA);
	background-image: linear-gradient(top, #FFF, #AAA);
	background: #EED9C4;
}
.main-content .content{
	padding: 30px;
	font-size: 1em;
	line-height: 1.5em;
	border-left: 1px solid #000;
	background: #EED9C4;
}

/*Heading styles*/
h1, h2, h3, h4 {
	margin: 30px 0px 0px 0px;
}
h1 { font-size: 1.5em; }
h2 { font-size: 1.35em; }
h3 { font-size: 1.25em; }
h4 { font-size: 1.1em; }

/*A utility rule assigned to the first heading to remove top margins.*/
.page-topper { margin-top: 0px; }

/*Make Image Scalable - Assign this class to any image to make it scale with the browser window size*/
img.scalable {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
}

.sidebar ul, .sidebar ol, .sidebar2 ul, .sidebar2 ol {
	margin: 0 0 0 .5em;
	padding: 0 0 0 .5em;
	line-height: normal;
	
}
.sidebar li, .sidebar2 li { 
	margin-bottom: 4px; 
}

.cover-container {
  max-width: 800px;
  margin: 2em auto;
  padding: 1em;
  background-color: #f8f8f8;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  text-align: center;
}

.cover-container img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.sidebar-text {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #6B3E75;
  background-color: #EED9C4;
  padding: 14px 18px;
  border: 2px solid #A9746E;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

/* ?? Hover op het hele vakje */
.sidebar-text:hover {
  background-color: #f5e6ef; /* zachtere tint */
  transform: scale(1.02); /* lichte vergroting */
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25); /* iets meer diepte */
}

/* ?? Linkstijl blijft subtiel */
.sidebar-text a {
  text-decoration: none;
  color: #8E4585;
  font-weight: bold;
}

.sidebar-text a:hover {
  color: #6B3E75;
  text-decoration: none;
}





/*Ordinary Link Styles*/
.content a { color: #0066CC; }
.content a:hover, .content a:focus { color: #C30; }
.footer a {
	color: #EED9C4;
}
.footer a:hover, .footer a:focus { color: #FFF; }


.menutop-wrapper {
	background-color: #EED9C4;;
	border-bottom: 1px solid #FFF;
	box-shadow: 0px 0px 30px #999;
	position: relative;
	z-index: 10;
	text-align: center;
	padding: 10px;
	background: #EED9C4;
	overflow: hidden;
}
ul.menutop {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	vertical-align: bottom;
}
.menutop li {
	list-style-type: none;
	margin-right: 5px;
	float: left;
}
.menutop li:last-child {
	margin-right: 0px;
}
.menutop a {
  display: block;
  color: #6B3E75; /* warme paarsrode tint */
  text-decoration: none;
  padding: 14px 18px;
  font-size: 1em;
  font-weight: bold;
  border: 2px solid #A9746E;
  background-color: #EED9C4;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  transition: all 0.3s ease;
}

/* Hover en focus: subtiele flair */
.menutop a:hover,
.menutop a:focus {
  color: #6B3E75; /* zelfde als sidebar */
  background-color: #f5e6ef; /* zachte tint */
  font-weight: bold;
  text-decoration: none;
  transform: scale(1.02);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
  outline: none;
}

/*The Footer*/
.footer {
	background-color: #222;
	box-shadow: inset 0px 16px 2px rgba(255,255,255,.025);
	border-top: 1px solid #000;
	padding: 15px 30px;
	font-size: .7em;
	color: #8C8C8C;
	text-align: center;
}
.footer p.copyright {
	text-transform: uppercase;
	margin: 0px;
}


/*1 Column for Narrow Browser Windows and Smartphones in both orientations*/
@media only screen and (min-width: 0px) and (max-width: 699px) {
body {margin: 0px;}
.content-wrapper {width: auto; margin: 0px;}
.content-wrapper, .footer, .masthead {border-radius: 0px;}
ul.menutop {display: block;}
.menutop li {
	display: block;
	float: none;
	margin-right: 0px;
	margin-bottom: 5px;
}
.sidebar, .main-content {
	width: auto !important;
	float: none !important;
	position: static !important;
	
	
}
.content {
	padding: 10px 10px !important;
	border: none !important;
	height: auto !important;
	max-height: 100%;
}
}
/*Medium windows - reduce padding content padding*/
@media only screen and (min-width: 700px) and (max-width: 1000px) {
.content-wrapper {width: auto; margin: 0px 10px;}
.content {
	padding: 10px 10px !important;
}
}
