/* thesingers.nl */

/* @group base */

/*font: 22px/1.4 "Ancizar Sans","Rubik","gottaklight","swizamedium","bouldregular","Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, Geneva, sans-serif;*/

html {
	margin: 0;
    padding: 0;
}

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

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

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

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

#footer {
	text-align: center;
	display: inline-block;
	padding-top: 2em;
	padding-bottom: 2em;
	font-size: .6em;
	margin-top: 55vh;
}

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

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

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

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

.entry-title a {
	color: #000;
}

duotone {
	background-color: #d494f3;
	border-color: #e0bcf4;
	color: #d692fc;
}

i.fa-duotone::after {
	margin-top: -5px;
}

/* @end */

/* @group header */

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

nav {
	font: 1.5em/1.4  "Ancizar Sans","Rubik","Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
}

nav .icon {
	padding-right: .5em;
}

nav a {
	padding-right: 1em;
	padding-left: 1em;
}

.profile-header {
	margin: 0;
	padding: 0;
	width: 100vw;
	display: flex;
	align-content: space-between;
	justify-content: center;
	align-items: center;
	column-gap: 2em;
}

.profile-header img {
	width: auto;
	height: 50px;
	border-radius: 50%;
	border: 5px solid #fff;
	clear: both;
}

#profile a {
	display: inline-block;
}

#profile p {
	font-size: .7em;
	margin: 0;
	padding: 0 1em;
}

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

#header-profile .icon i {
	font-size: 4em;
}

#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;
}

#label {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: 10px solid #000;
	clear: both;
	font-size: 1.2em;
	text-align: center;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}


/* @end */

/* @group submenu */

#submenu {
	text-transform: capitalize;
	padding: .5em 0;
	width: 100vw;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
	align-items: center;
	align-content: center;
	height: 1.6em;
	position: fixed;
	z-index: 1000;
	background-color: #f7f0fc;
	margin: 0;
	bottom: 101px;
}

#submenu a {
	font-size: .8em;
	color: #9500de;
	padding: .3em .6em;
	background-color: transparent;
	border-radius: 8px;
}

#submenu a:hover {
	font-size: .8em;
	color: #fff;
	background-color: #9500de;
	padding: .3em .6em;
	border-radius: 8px;
	text-decoration: none;
}

#submenu a i:hover {
	color: #fff;
}

#submenu a.active {
	float: left;
	background-color: #9500de;
	padding: 0.3em 0.6em;
	border-radius: 8px;
	color: #fff;
}

#submenu a.active i {
	color: #fff;
}


/* @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: 60px 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-size: 2em;
	border-bottom: 5px solid #f0f1f0;
	display: inline-block;
	width: auto;
	color: #000;
	text-transform: uppercase;
	font-weight: 600;
}

.entry {
	margin-top: 1em;
	font-size: 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;
}

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

.end {
	padding-bottom: 1em;
}

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

a .entry-more-gallery {
	padding: .15em .5em;
	background-color: #f7f0fc;
	border: 1px dotted #9500de;
	display: inline-block;
	border-radius: 8px;
	font-size: .9em;
}

a:hover .entry-more-gallery {
	color: #fff;
	background-color: #9500de;
	border-radius: 8px;
	text-decoration: none;
}

a #back {
	padding: .15em .5em;
	background-color: #f7f0fc;
	border: 1px dotted #9500de;
	display: inline-block;
	border-radius: 8px;
	font-size: .9em;
}

a:hover #back {
	color: #fff;
	background-color: #9500de;
	border-radius: 8px;
	text-decoration: none;
}

a.toplink {
	display: none;
}

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

/* @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;
}

.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;
}

#back {
	display: block;
	clear: both;
	padding-top: 2em;
	padding-bottom: 2em;
}

/* @end */

/* @group images */

.entry-copy img {
 	width: 100%;
 	max-width: 80vw;
 	height: auto;
 	padding-right: .2vw;
	padding-left: .2vw;
 }
 
 .mt-image-center,
 .mt-image-none {
 	width: 100%;
 	height: auto;
 }

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

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

.spotlight-group .entry-assets img {
 	width: auto;
 	height: 10vw;
 	padding-right: .2vw;
	padding-left: .2vw;
 }

/* @end */



/* @group tags */

.tags {
	padding-top: 1em;
	padding-bottom: 1em;
	display: inline-block;
	min-height: 4em;
}

entrytag {
	background-color: #f7f0fc;
	padding: 0;
	margin: 0.5em;
	float: left;
	border-radius: 6px;
	width: 50px;
	text-align: center;
}

entrytag:hover {
	background-color: #9500de;
	color: #fff;
}

.tag-name {
	font-weight: bold;
	text-transform: capitalize;
}

.tags-header {
	font-weight: bold;
	padding-left: 1em;
}

.taglist {
	display: inline-block;
	margin-bottom: 1em;
	clear: both;
}

/* @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 */

/* @group menu: iconbar */

.iconbar {
  position: fixed;
  bottom: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.27);
  height: 80px;
  width: 100vw;
  overflow: hidden;
  background-color: #fff;
  display: none;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: space-between;
  justify-content: center;
  z-index: 100;
}

.iconbar .icon {
	float: left;
	display: block;
	width: 139px;
	height: 80px;
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 30px;
	text-align: center;
	color: #9500de;
}

.iconbar .iconname {
	font-size: 0.5em;
	text-transform: capitalize;
	font-weight: normal;
	font-style: normal;
	color: #9500de;
}

.iconbar .icon a:hover,
.iconbar .icon i.fab:hover {
	color: #cc1e1f;
	text-decoration: none;
}

iconbar .icon a:visited {
	color: #919192;
}

/* @end */

/* @group menu: profilebar */

#menubar {
  position: fixed;
  bottom: 0;
  border-top: 1px solid rgba(149, 0, 222, 0.28);
  height: 90px;
  width: 100vw;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: space-between;
  justify-content: space-around;
  z-index: 100;
  padding-top: 10px;
}

#menubar .icon img {
	width: auto;
	height: 50px;
	border-radius: 50%;
	border: 5px solid #fff;
	clear: both;
}

#menubar a:hover img {
	border: 5px solid rgba(149, 0, 222, 0.4);
}

#menubar .iconname {
	font-size: .65em;
	text-transform: capitalize;
	font-weight: normal;
	font-style: normal;
	color: #000;
	margin-top: -10px;
}

#menubar a:hover .iconname {
	color: #9500de;
	text-decoration: none;
}

#menubar a:hover.icon {
	color: #cc1e1f;
	text-decoration: none;
}

#algemeen #menubar a.algemeen .icon img,
#uitvoeringen #menubar a.uitvoeringen .icon img,
#contact #menubar a.contact .icon img,
#leden #menubar a.leden .icon img {
	width: 50px;
	max-width: 50px;
	height: auto;
	border-radius: 50%;
	border: 5px solid #9500de;
}

#algemeen #menubar a.algemeen .iconname,
#uitvoeringen #menubar a.uitvoeringen .iconname,
#contact #menubar a.contact .iconname,
#leden #menubar a.leden .iconname {
	color: #9500de;
}

/* @end */

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

body {
	overflow-x: hidden;
	text-align: center;
	font: 16px/1.4  "Ancizar Sans","Rubik", "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 "Ancizar Sans","Rubik", "grottaksemibold","bouldbold","Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, Geneva, sans-serif;
	text-decoration: underline;
	text-transform: uppercase;
}

#header {
	width: 100vw;
	height: 90px;
	top: 0;
	position: fixed;
	z-index: 1;
	background-color: #fff;
	display: none;
	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: 40px;
}

.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: 4vw;
}

.entry {
  font-size: 16px;
}

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

.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;
	position: absolute;
}

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

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

-#back {
	width: 92vw;
		padding-left: 4vw;
}

a #back {
	padding: .15em .5em;
	background-color: #f7f0fc;
	font-weight: bold;
	text-transform: uppercase;
	border: 1px dotted #9500de;
	border-radius: 8px;
	margin-left: 4vw;
}

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

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

.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;
}

--#navigation {
	width: 100vw;
	background-color: rgba(0, 0, 0, 0.32);
	position: fixed;
	bottom: 101px;
	z-index: 10000;
	overflow-x: auto;
	scrollbar-width: none;
	height: 1.6em;
}

#submenu::-webkit-scrollbar {
    display: none;
}

#submenu {
	text-transform: capitalize;
	padding: .5em 0;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-around;
	align-items: center;
	align-content: space-around;
	height: 3em;
	position: fixed;
	z-index: 1000;
	background-color: #f7f0fc;
	margin: 0;
	bottom: 101px;
	overflow-x: scroll;
	overflow-y: hidden;
}

-#submenu a {
	width: 100px;
	padding-top: .1em;
}

#submenu a {
	min-width: 100px;
	background-color: rgba(149, 0, 222, 0.06);
	margin-right: .25em;
	margin-left: .25em;
}

#submenu a i {
	font-size: 1.6em;
	font-weight: bold;
	display: inline-block;
	padding-top: .3em;
}

#submenu a categoryname {
	display: inline-block;
	width: 100%;
}

-#submenu a.active,
-#leden #submenu a:active {
	background-color: #9500de;
	padding: 0.3em 0.6em;
	border-radius: 8px;
	color: #fff;
}

#menubar .iconname {
	font-size: .8em;
	text-transform: capitalize;
	font-weight: normal;
	font-style: normal;
	color: #000;
	margin-top: 0;
}

.iconbar .icon {
	float: left;
	display: block;
	width: 139px;
	height: 80px;
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 30px;
	text-align: center;
	color: #9500de;
}

.tags {
	padding-top: 1em;
	padding-bottom: 1em;
	display: inline-block;
	background-color: #d7effa;
}

-entrytag {
	background-color: #f7f0fc;
	padding: 0 .5em;
	margin: .5em;
	border-radius: 6px;
	font-size: 1.5em;
	width: .5em;
	height: 1.5em;
}

entrytag {
	background-color: #f7f0fc;
	padding: 0;
	margin: 0.5em;
	float: left;
	border-radius: 6px;
	font-size: 1.5em;
	width: 40px;
	text-align: center;
}


}

