/*
Theme Name:   Uni2Move
Theme URI:    https://www.rootcase.nl
Author: 	Rootcase
Author URI: https://www.rootcase.nl
Description:  Custom built template
Version: 1.0

*/


body, html {
	margin: 0px;
	padding: 0px;
	font-size: 13pt;
	color: black;
	background: #fad5bc;
	font-family: 'Open Sans', sans-serif;
	 overflow: hidden; 
	height: 100%;
}


.box {
  display: flex;
  flex-flow: column;
  height: 100%;
}

.box .row.header {
  flex: 0 1 auto;
  /* The above is shorthand for:
  flex-grow: 0,
  flex-shrink: 1,
  flex-basis: auto
  */
}

.box .row.content {
  flex: 1 1 auto;
}


.top {
	position: relative;
	padding: 2em;
}

.logo {
	position: relative;
	height: 5em;
	display: inline-block;
}

.logo svg {
	position: relative;
	height: 100%;
	width: auto;
	vertical-align: middle;
	z-index: 10;
}

.logo::after {
	content: '';
	width: 104em;
	height: 61em;
	background: #cfcdcc;
	display: block;
	position: absolute;
	right: -14em;
	top: -10em;
	transform: rotate(-68.5deg);
	transform-origin: center center;
	z-index: 0;
}

.tabcontainer {
	position: relative;
	height: 5em;
	display: inline-block;
	margin-left: 4.5em;	
}

.tab {
	position: relative;
	display: inline-block;
	height: 100%;
	width: auto;
	vertical-align: middle;
	margin-left: -1em;
	cursor: pointer;
}

.tab svg {
	height: 5em;
	width: auto;
	vertical-align: middle;
	display: inline-block;
	fill:#6f6f6e;
	transition: fill .5s;
}

.tab .tabcontent {
	padding: 1em;
	height: 5em;
	box-sizing: border-box;
	background: #6f6f6e;
	display: inline-block;
	vertical-align: middle;
	color: white;
	font-weight: 700;
	position: relative;
	margin-left: -1px;
	transition: background .5s;
}

.titletab svg {
	fill: #ed6d05;
}

.titletab .tabcontent {
	background: #ed6d05;
}

.weekmenu {
	position: absolute;
	background: #ed6d05;
	box-sizing: border-box;
	z-index: 9999999;
	color: white;
	font-weight: 300;
	text-align: center;
	left:0;
	right: 2em;
	display: none;
	overflow: scroll;
}

.titletab:hover .weekmenu {
	display: block;
}

.weekmenuitem {
	padding: .5em 1em;
	box-sizing: border-box;
	background: #fcbe00;
	vertical-align: middle;
	color: white;
	font-weight: 700;
	position: relative;
	margin-left: -1px;
	transition: background .5s;
	font-size: .8em;
}

.weekmenuitem:hover, .currentweek {
	background: #ed6d05;
}

.tab:hover svg, .activetab svg {
	fill: #fcbe00;
}

.tab:hover .tabcontent, .activetab .tabcontent {
	background: #fcbe00;
}

.table {
	position: relative;
	display: table;
	width:100%;
	height: 100%;
}

.tr {
	display: table-row;
	width: 100%;
}

.td {
	display: table-cell;
	vertical-align: middle;
}

.hamburger {
	position: relative;
	float: right;
	height: auto;
	width: 3em;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	margin-top: 1.25em;
}

.hamburger div {
	position: relative;
	width: 100%;
	height: .4em;
	background: #6f6f6e;
	margin-bottom: .75em;
	transition: background .5s;
}

.close-container {
	position: absolute;
	right: 0;
	top:0;
	width: 6em;
	height: 8em;
	cursor: pointer;
}

.hamburger-close {
	position: absolute;
	height: auto;
	width: 3em;
	display: inline-block;
	vertical-align: middle;
	top: 4em;
	right: 2em;
	z-index: 9999;
}


.hamburger-close div {
	position: absolute;
	width: 100%;
	height: .4em;
	background: white;
	transform: background .5s;
	transform-origin: center center;
	top:0;
	left: 0;
}

.hamburger-close div:first-of-type {
	transform: rotate(-45deg);
}

.hamburger-close div:last-of-type {
	transform: rotate(45deg);
}

.hamburger:hover div {
	background: #ed6d05;
}



.rightmenu {
	position: absolute;
	right: -20em;
	top:0;
	height: 100%;
	width: 20em;
	background: #ed6d05;
	z-index: 9999;
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0);
	padding: 2em;
	box-sizing: border-box;
	color: white;
	transition: right .5s, box-shadow .5s;
}

.rightmenuactive .rightmenu {
	right: 0;
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,.35);
}

.rightmenucontent {
	position: relative;
	margin-top: 3em;
	font-size: 1.5em;
}

.rightmenucontent ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.rightmenucontent ul li {
	display: block;
	margin-top: 1em;
	margin-bottom: 1em;
	font-weight: 300;
}

.rightmenucontent ul li a {
	background: rgba(255,255,255,.25);
	display: block;
	padding: 1em;
	transition: background .5s;
}


.rightmenucontent ul li a:hover {
	background: rgba(255,255,255,.5);
}

.contentcontainer {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0 2em;
	box-sizing: border-box;
}

.contentwrap {
	position: absolute;
	top:0;
	left:2em;
	right: 2em;
	bottom: 0;
	overflow-y: auto;
	overflow-x: hidden;
	background: white;
	padding: 2em;
	padding-top: 4em;
	box-sizing: border-box;
}

.content {
	position: relative;
	line-height: 270%;
}

.variablecontent {
	display: none;
}

.activevariablecontent {
	display: block;
}

.title {
	position: relative;
	width:100%;
	text-align: center;
	font-size: 2.5em;
	font-weight: 400;
	color: #ed6d05;
}

.split {
	position: relative;
	width: 100%;
	margin-top: 4em;
	display: table;
}

.s50 {
	position: relative;
	height: 100%;
	display: table-cell;
	box-sizing: border-box;
	width: 50%;
	vertical-align: middle;
}

.s50:nth-child(odd){
	padding-right: 2em;
}

.s50:nth-child(even){
	padding-left: 2em;
	vertical-align: top;
}

.s100 {
	position: relative;
	height: 100%;
	display: table-cell;
	box-sizing: border-box;
	width: 100%;
	vertical-align: middle;
}

.s50 a, .s100 a {
	color: #ed6d05;
}

.s50 a:hover, .s100 a:hover {
	text-decoration: underline;
}

.text {
	font-size: 1.2em;
	text-align: justify;
	font-weight: 300;
}

.text p:first-of-type {
	margin-top: 0;
}

.text table {
	width: 100%;
	text-align: left;
}

.text table tr td:first-of-type {
	padding-right: .5em;
	white-space: nowrap;
	font-weight: 400;
	color:#ed6d05;
}

.text table tr td {
	vertical-align: top;
}

.text table tr td {
	border-bottom: 1px solid #6f6f6e;
}

.img {
	position: relative;
	width: 100%;
	height: auto;
}

.img img {
	width: 100%;
	display: block;
	vertical-align: middle;
	height: auto;
}

.video {
	position: relative;

	box-sizing: border-box;
	
	width: 100%;
	height: auto;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(40%, #656565), color-stop(40%, #000), to(#000));
	background-image: -o-linear-gradient(#000 0%, #656565 40%, #000 40%, #000 100%);
	background-image: linear-gradient(#000 0%, #656565 40%, #000 40%, #000 100%);
	-webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.65);
	box-shadow: 0 0 3px 0 rgba(0,0,0,0.65);
	border-radius: 15px;
	padding: 15px;
	box-sizing: border-box;
}

.video video {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}

.videoWrapper {
	height: 0;
	padding-bottom: 56.25%;
	position: relative;
}

.videoWrapper iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}


.navigation {
	position: relative;
	width:100%;
	height: auto;
	margin-top: 1em;
	font-weight: 300;
}

.next svg, .prev svg, .button svg {
	fill: #ed6d05;
	position: relative;
	vertical-align: middle;
	top:-.1em;
	height: 1em;
	width: auto;
	left:0;
	right: 0;
	transition: left .5s;
}

.next, .prev, .button {
	cursor: pointer;
	transition: color .5s;
	color:#6f6f6e;
	font-size: 1.25em;
}

.button {
	margin-top: 1em;
	font-size: 1em;
	float: right;
	font-weight: 300;
}

.next:hover, .prev:hover, .button:hover {
	color:#ed6d05;
}

.next {
	float: right;
}
.next:hover svg {
	left: .5em;
}

.next svg, .button svg {
	margin-left: .5em;
}
 .prev {
	float: left;
}

.prev:hover svg, .sluit_recept:hover svg {
	left: -.5em;
}

.prev svg {
	margin-right: .5em;
}

input[type="text"], input[type="password"], input[type="number"], textarea,
.formregisteruser input {
	position: relative;
	box-sizing: border-box !important;
	border: 1px solid #6f6f6e;
	padding: .5em !important;
	width: 100% !important;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 1em !important;
}

textarea {
	max-width: 100%;
	height: 10em;
	resize: none;
}

form p {
	margin-top: 0;
	margin-bottom: 0;
}

form {
	text-align: left;
}

.login-submit {
	display: none;
}

a {
	color: inherit;
	text-decoration: none;
}

.clear {
	clear: both;
}


.content-question, .content-test {
	background: white;
	position: relative;
	height: auto;
	width: 100%;
	padding: 1em 2em;
	box-sizing: border-box;
	white-space: normal;
	color: black;
	font-weight: regular;
}

.content-test b, .content-test strong {
	color: #ed6d05;
	font-weight: bold;
}

.content-question ol {
	font-weight: bold;
}

.content-test {
	color: black;
	font-weight: normal;
}

.content-answer table {
	background: white;
}

.content-answer {
	position: relative;
	height: auto;
	width: 100%;
	box-sizing: border-box;
	white-space: normal;
	font-weight: bold;
	margin-top: .5em;
	transition: box-shadow .5s;
}

.content-answer:hover {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
	cursor: pointer;
}

 .selectedanswer:hover, .quizFinished .content-answer:hover {
	 box-shadow: none;
	 cursor: default;
 }

.content-answer:hover .answer, .selectedanswer .answer{
	color: #ed6d05;
}

.quizFinished .content-answer {
	 color: #6f6f6e !important;
}

.quizFinished textarea {
	pointer-events: none;
}

.quizFinished .open_vraag .choice {
	display: none !important;
}

.content-answer:hover .choice, .selectedanswer .choice {
	border-right: 1px solid #ed6d05;
}


.content-answer table  {
	position: relative;
	width: 100%;
	padding: .25em 0em;
}

.choice {
	position: relative;
	color: #ed6d05;
	font-weight: bold;
	font-size: 1.5em;
	padding: 0em .5em 0em .5em;
	border-right: 1px solid #6f6f6e;
	transition: border-right .5s;
}

.answer {
	color: black;
	position: relative;
	width: 100%;
	padding: 1em;
	font-size: .75em;
	font-weight: normal;
	transition: color .5s;
}

.quiz table tr td, .quiz_vragen table tr td {
	border-bottom: 0;
	vertical-align: middle;
}

.quizFinished .questioncontainer, .quizFinished .explanationcontainer, .quizFinished .quizResult, .quizFinished .answers .content-answer {
	display: block !important;
	width: 100%;
	padding: 1em;
	box-sizing: border-box;
}




.quizFinished .questioncontainer {
	margin-top: 2em;
	background: #cfcdcc;
}

.quizFinished .explanationcontainer {
	padding-bottom: 2em;
	background: #cfcdcc;
}

.quizFinished .content-question {
	padding: 1em !important;
}

.quizFinished .content-answer {
	padding: 0 !important;
}


.sleepFinished .questioncontainer {
	padding: 0 !important;
	background: white;
}


.quizFinished .content-answer:hover .answer {
	color: black !important;
}

.quizResult {
	display: none;
}

.quizResult .split {
	margin-top: 0;
}



.answertxt, .juist {
	font-weight: 400;
}

.result {
	font-weight: bold;
}

.result_goed {
	color: green;
}

.result_fout {
	color: darkred;
}

.desc {
	box-sizing: border-box;
	position: relative;
	padding: 1em;
	background: #fad5bc;
	width: 100%;	
	
}



.eiwitten_per_dag input {
	display: inline-block !important;
	width: 5em;
	margin-right: 1em;
}

.eiwittenresult {
	font-weight: 300;
	font-size: 2em;
	color: #ed6d05;
	margin: 0 .5em;
}


.recept {
	position: fixed;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	background: white;
	z-index: 9999999;
	padding: 4em;
	box-sizing: border-box;
	display: none;
	overflow-y: auto;
	line-height: 200%;
	
}

.recept img {
	margin-bottom: 1em;
}

.recept .bron {
	color: #6f6f6e;
	font-size: .9em;
	font-weight: 300;
	text-align: right;
}

.recept ol li {
	margin-bottom: 1em;	
}

.recept a {
	text-decoration: underline;
}

.recept-thumb {
	position: relative;
	width: 75%;
	margin: auto;
	padding: 1em;
	box-sizing: border-box;
	background: white;
	-webkit-box-shadow: 4px 5px 12px 1px rgba(0,0,0,0.3); 
	box-shadow: 4px 5px 12px 1px rgba(0,0,0,0.3);
	transform: rotate(-3deg);
	cursor: pointer;
	transition: transform .5s;
}

.recept-thumb:hover {
	transform: rotate(2deg);
}

.recept-thumb svg {
	float: right;
	height: 1.5em;
	transform: rotate(-90deg);
	width:auto;
	margin-top: -2em;
	transition:fill .5s;
}

.recept-thumb:hover svg {
	fill:#ed6d05;
}

.recept-thumb img {
	width: 100%;
	position: relative;
}

.recept-title {
	text-align: left;
}

.notice {
	width: 100%;
	padding: 1em;
	box-sizing: border-box;
	background: #3aa800;
	color: white;
}

.sleepcontainer {
	position: absolute;
	margin-top: 3em;
	height: auto;
	width:1700px;
	transform-origin: top left;
	background-repeat: no-repeat;
	font-size: 13pt;
	
}

.sleepcontainer img {
	width: 100%;
	height: auto;
	display: block;
	vertical-align: middle;
	pointer-events: none;
}

.answers {
	transform-origin: top left;
	position: relative;
}

.sleepitemcontainer {
	position: relative;
	background: white;
	width:100%;
	border: 1px solid grey;
}

.sleepitem {
	position: relative;
	cursor: pointer;
	display: inline-block;
	font-weight: 300;
	color: white;
	font-size: 3em;
	margin: .25em;
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,.0);
	transition: background .25s, box-shadow .25s;
}


.sleepFinished .sleepcontainer {
	display: block !important;
} 

	
.sleepFinished .sleepitem {
	pointer-events: none !important;
} 

.sleepFinished .sleepitemnotmoved {
	opacity: 0;
}

.sleepFinished .sleepitemcontainer {
	background: none;
	border: none;
	height: 0px !important;
}
.sleepFinished .sleepcontainer {
	position: relative !important;
}

.sleepFinished .answers {
	height: auto !important;
}


.sleepFinished .explanationcontainer {
	background: none;
	border: none;
	z-index: 9999;
}


.sleepitemtekst {
	padding: .5em .25em;
	box-sizing: border-box;
	border-radius: .5em;
	background: #6f6f6e;
}

.sleepitemimg img {
	width: auto;
	height: 5em;
	display: block;
	vertical-align: middle;
	transition: transform .25s;
	transform: scale(1);
}

.sleepitemimg.moving img, .sleepitemimg:hover img {
	transform: scale(1.2);
}

.sleepitemimg .sleepitemtekst  {
	position: absolute;
	top:0;
	left:0;
	text-align: center;
	background: rgba(80,80,80,.75);
	opacity: 0;
	transition: opacity .25s;
}

.sleepitemimg:hover .sleepitemtekst {
	opacity: 1;
}

.sleepitemtekst.moving, .sleepitemimg.moving .sleepitemtekst {
	background: #fcbe00 !important;
	z-index: 999999;
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,.35);
}

.sleepitemtekst.dragged, .sleepitemimg.dragged .sleepitemtekst {
	background: #ed6d05;
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,.15);
}

.hiddenfield {
	display: none !important;
}