/* @group base */

html {
	margin: 0;
    padding: 0;
}

body {
	text-align: center;
	font: 22px/1.4  "gottakregular","swizamedium","bouldregular","Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, Geneva, sans-serif;
	display: block;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

a:link {
	color: #262628;
	text-decoration: none;
}

a:visited {
	color: #262628;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #bcb5b7;
}

#footies {
	text-align: center;
	display: inline-block;
}

#footies a {
	padding-left: 0.5em;
	padding-right: 0.5em;
	font-size: 0.6em;
	float: left;
}

#footies.privacyverklaring {
	border-right: 2px solid #f0f1f0;
}

.category-archives {
	padding-top: 20px;
}

.category-archives a:hover {
	text-decoration: none;
}

/* @end */

/* @group header */

#header {
	width: 100vw;
	height: 150px;
	top: 0;
	position: fixed;
	z-index: 1;
	background-color: #fff;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: space-between;
	justify-content: center;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #f1f1f1;
}

.profile-header {
	margin: 0;
	padding: 10px 0;
	width: 100vw;
}

.profile-header img {
	width: auto;
	height: 100px;
	border-radius: 10px;
	border: 5px solid #fff;
	clear: both;
	margin-bottom: .5em;
}

#header-profile {
	display: flex;
    flex-wrap: nowrap;
    justify-content: center;
	align-items: center;
	position: relative;
}

#header-profile description {
	display: inline-block;
	clear: both;
	font-size: .6em;
	background-color: rgba(168, 190, 167, 0.26);
}

.profile-header a:hover img {
	border: 5px solid #f0f1f0;
}

-#web .profile-header a.web img,
-#fotografie .profile-header a.fotografie img,
-#tekst .profile-header a.tekst img,
-#contact .profile-header a.contact img {
	width: 65px;
	max-width: 65px;
	height: auto;
	border-radius: 50%;
	border: 5px solid #f0f1f0;
}

/* @end */

/* @group content */

photosession img {
	width: 100vw;
	height: auto;
	overflow: hidden;
}

home .container {
	text-align: center;
	border-top-color: #fff;
	width: 100vw;
	padding-right: 0;
	padding-left: 0;
}

#container {
	text-align: center;
	border-top-color: #fff;
	width: 80vw;
	padding-right: 10vw;
	padding-left: 10vw;
}

#content {
	z-index: 0;
	margin: 120px 0 0;
}

#content ul {
	margin: 0;
	padding: 0 0 0 25px;
	list-style: none;
}

#content li {
	margin: 0;
	padding: 0;
	list-style: square;
}

.label-title {
	padding-bottom: 2em;
}

.label img {
	object-fit: cover;
}

.category-header {
	font-family: gottaksemibold;
	font-size: 2em;
	border-bottom: 5px solid #f0f1f0;
	display: inline-block;
	width: auto;
	color: #000;
	text-transform: uppercase;
}

.entry {
	margin-top: 1em;
}

.entry-header {
	min-height: 50px;
	clear: both;
	max-width: 1600px;
	display: inline-block;
	position: relative;
}

.entry-header-icon {
	float: left;
	margin-right: 0.5em;
	text-align: right;
	position: absolute;
	bottom: 6px;
}

.entry-header-icon img {
	max-height: 1.2em;
	width: auto;
}

.entry-title {
	font-size: 1.5em;
	float: left;
	margin-left: 40px;
}

.entry-title {
	font-size: 1.5em;
	float: left;
	margin-left: 40px;
}

.entry-copy,
.entry-more {
	padding-right: 15vw;
	padding-left: 15vw;
	text-align: left;
}

#section-waar i {
	width: 30px;
	text-align: center;
}

p.btt {
	margin-bottom: 100px;
}

/* @end */

/* @group profiles */

#profiles {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	width: 98vw;
	height: 98vh;
	padding-top: 1vh;
	padding-bottom: 1vh;
	padding-right: 1vw;
	padding-left: 1vw;
}

.profile img {
	height: 20vh;
	width: 100%;
	max-width: 20vh;
	border-radius: 50%;
	border: 14px solid #f1f1f1;
}


/*#profiles square {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	width: 98vw;
	height: 98vh;
	padding-top: 1vh;
	padding-bottom: 1vh;
	padding-right: 1vw;
	padding-left: 1vw;
}

.profile img {
	height: 20vh;
	width: 100%;
	max-width: 20vh;
	border-radius: 4%;
	border: 14px solid #f1f1f1;
}*/

.label img {
	width: 20vh;
	height: 20vh;
	border-radius: 50%;
	border: 14px solid #f1f1f1;
}

.profile-title {
	font-weight: 600;
}

profile h1 {
	font: 96px 800 "bouldbold","Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, Geneva, sans-serif;
	text-decoration: underline;
	text-transform: uppercase;
}

.profile-specs p {
	margin: 0;
	padding: 0;
}


/* @end */

/* @group sections */

#section-websites .entry-copy li {
	color: rgba(111, 110, 16, 0.65);
}

section img {
	max-width: 1600px;
}

#section-werk .entry-title {
	padding-left: .5em;
}


/* @end */

/* @group images */

.entry-copy img {
 	max-width: 24.6vw;
 	height: auto;
 	padding-right: 0.2vw;
	padding-left: 0.2vw;
 }

 .big-asset img {
 	max-width: 80vw;
 	height: auto;
 	padding-right: 0.2vw;
	padding-left: 0.2vw;
 }

.entry-assets img {
 	max-width: 80vw;
 	height: auto;
 	padding-right: 0.2vw;
	padding-left: 0.2vw;
 }


/* @end */

/* @group form */

#orderform {
	float: left;
	margin: 0;

}

.formfield {
	font: 0.8em bouldregular;
	margin-top: 2em;
	text-transform: uppercase;
}

.fieldcell input {
	height: 4vh;
	margin-top: 10px;
    appearance: none;
	background-color: rgba(126,144,161,0.06);
	border-style: none;
	font: 16px bouldregular;
	color: #000;
	padding-left: 1vw;
	width: 50vw;
}

.fieldcell textarea {
	height: 20vh;
	margin-top: 10px;
    appearance: none;
	background-color: rgba(126,144,161,0.06);
	border-style: none;
	padding-left: 1vw;
	margin-bottom: 10px;
	font: 16px bouldregular;
	padding-top: 10px;
	width: 50vw;
}

.datacell {
	display: none;
}

button {
	background-color: #713883;
	font-size: 12px;
	font-weight: 400;
	border: 3px double #fff;
	color: #fff;
	padding: 0 7px;
	vertical-align: top;
	margin-bottom: 2px;
	margin-top: 2px;
	*font-size: 8px;
	height: 30px;
}

.button {
	color: #fff;
	text-transform: uppercase;
	text-align: left;
	background: #a3ba43 fixed;
	letter-spacing: 0.1em;
	border-style: none;
	font: 400 16px bouldregular;
	appearance: none;
    border-radius: 0;
	padding: 10px;
}

a:hover .button {
	color: #63722c;
}
/* @end */


@media only screen and (max-width: 1000px) {

body {
	overflow-x: hidden;
	text-align: center;
	font: 16px/1.4  "gottakregular","bouldregular","Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, Geneva, sans-serif;
	display: block;
	margin: 0;
	padding: 0;
}

.profile img {
	height: 15vh;
	width: auto;
	max-width: 15vh;
	border-radius: 50%;
	border: 10px solid #f1f1f1;
}

profile h1 {
	font: 66px 800 "grottaksemibold","bouldbold","Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, Geneva, sans-serif;
	text-decoration: underline;
	text-transform: uppercase;
}

#header {
	width: 100vw;
	height: 100px;
	top: 0;
	position: fixed;
	z-index: 1;
	background-color: #fff;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: space-between;
	justify-content: center;
}

#container {
	text-align: center;
	border-top-color: #fff;
	margin: 0;
	width: 100vw;
	padding-right: 0;
	padding-left: 0;
}

#content {
	z-index: 0;
	margin-top: 120px;
}

.label img {
	width: 40vw;
	height: 40vw;
	border-radius: 50%;
	border: 14px solid #f1f1f1;
}

section {
	width: 100vw;
	padding-top: 1vh;
	margin-left: 0;
	margin-right: 0;
	text-align: left;
}

section img {
	max-width: 100vw;
	height: auto;
	margin: 0;
	padding: 0;
}

.category-header {
	font-size: 1.3em;
	margin-left: 1vw;
}

.entry {
  font-size: 16px;
}

.entry-header {
	min-height: 50px;
	margin-bottom: 10px;
	clear: both;
	padding-right: 2vw;
	padding-left: 2vw;
	text-align: left;
	position: relative;
}

.entry-header-icon {
	float: left;
	margin-right: 0.5em;
	text-align: right;
	bottom: 0;
	position: absolute;
}

.entry-title {
	font-size: 1.2em;
	float: left;
	bottom: 0;
	left: 5px;
	position: absolute;
	width: 80vw;
}

.entry-copy,
.entry-more {
	padding-right: 2vw;
	padding-left: 2vw;
	text-align: left;
	width: 96vw;
}

.entry-copy img {
	max-width: 90vw;
	height: auto;
}

.category-archives {
	text-align: center;
}

p.btt {
	margin-bottom: 100px;
	text-align: center;
}

 .big-asset img {
 	max-width: 100vw;
 	height: auto;
 	padding-right: 0;
	padding-left: 0;
 }

.entry-assets img {
 	max-width: 100vw;
 	height: auto;
 	padding-right: 0;
	padding-left: 0;
 }

.fieldcell input {
	height: 4vh;
	margin-top: 10px;
    appearance: none;
	background-color: rgba(126,144,161,0.06);
	border-style: none;
	font: 16px bouldregular;
	color: #000;
	padding-left: 1vw;
	width: 94vw;
}

.fieldcell textarea {
	height: 160px;
	margin-top: 10px;
    appearance: none;
	background-color: rgba(126,144,161,0.06);
	border-style: none;
	padding-left: 1vw;
	margin-bottom: 10px;
	font: 16px bouldregular;
	padding-top: 10px;
	width: 94vw;
}

}

