@import 'shared/quiz.css';
@import 'shared/wrapper.css';
@import 'shared/buttons.css';
@import 'shared/icons.css';
@import 'shared/variables.css';
@import 'shared/header.css';
@import 'shared/form.css';
@import 'shared/page.css';
@import 'shared/collapsible.css';
@import 'shared/sidebar.css';
@import 'shared/tables.css';
@import 'shared/tableofcontent.css';
@import 'shared/pagination.css';

/* import fonts*/
@import 'fonts/Helvetica/stylesheet.css';
@import 'fonts/FranklinGothic/stylesheet.css';

:root{
	box-sizing: border-box;
	font-family: Arial;
	font size: 16px;
}

*, 
*::before, 
*::after {
	box-sizing: border-box;
}

r {
	color: red;
}

.footer {
	padding-left: 20px;
	position: fixed;
	margin-bottom: 0px;
	z-index: 100;
	align-self: flex-end;
	width: 100vw;
	height: 5vh;
	max-height: 120px;
	background: var(--sidenav-color);
}

.footer ul li {
	display: inline-block;
}

.footer a{
	color: ghostwhite;
	font-size: 12px;
}

body.dark-mode svg {
	filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(8deg) brightness(103%) contrast(101%);
}

body {
	display: flex;
	background: url('./images/sexybackground.svg') no-repeat;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	min-width: 720px;
	background-size: cover;
	background-attachment: fixed;
	overflow: auto;
}

.main {
	width: 100%;
	margin-top: 120px;
	display: flex;
	align-items: flex-start;
	gap: 5px;
/*	justify-content: flex-start;*/
/*	Verander later misschien naar space-between*/
}

.cookie-bar {
  position: fixed;
  bottom: 0;
  z-index: 100;
  background: var(--sidenav-color);
  border-radius: 5px;
  align-self: flex-end;
  width: 100%;
  max-height: 300px;
  color: ghostwhite;
  padding: 5px 12px 5px 12px;  
}

.cookie-bar h2, 
.cookie-bar a{
	color: ghostwhite;
}

.headline {
  font-size: 3rem;
  font-weight: 500;
}

binas {
	display:inline;
}

body.dark-mode {
	background: url('./images/sexybackground-dark.svg') no-repeat;;
	background-size: cover;
}

body h1, body h2, body h3 {
	color: var(--text-color);
}

body.dark-mode h1, 
body.dark-mode h2, 
body.dark-mode h3,
body.dark-mode span,
body.dark-mode p,
body.dark-mode .assign .lvl-q {
	color: var(--text-color-dark);
}

body.dark-mode .default-layout, 
body.dark-mode .cookie-bar {
	background-color: var(--main-background-dark);
	color: white;
}


body.dark-mode a {
	color: var(--link-color-dark);
}

.default-layout {
	background-color: var(--main-background-light);
	height: 100%;
	padding: 15px 10px 10px 15px;
	max-width: 1024px;
}

#check{
	display: none;
}

#img_text {
	font-style: italic;
	color: var(--color-img-text);
}

/* ##### Main content ##### */
.main-content{
	display: flex;
	margin: auto;
	margin-bottom: 5rem;
	max-width: 1200px;
	min-height: 75vh;
	max-height: 85vh;
	backdrop-filter: blur(10px);
	z-index: 90;
}

.main-content .content {
	border: none;
	background: hsla(0, 0%, 80%, 0.8);
	max-width: 1040px;
	min-height: 124px;
	overflow: auto;
	border-radius: 10px;
	padding-top: 10px;
	z-index: 85;
	width: 60vw;
}

.main-content .content .scrollbar{
	height: inherit;
	width: 100%;
	min-width: 260px;
}

.main-content .right-column{
	right: 0;
	width: 12vw;
	min-width: 124px;
	max-width: 210px;
	border-radius: 10px;
	padding: 15px;
	border: var(--border-light);
	background: rgba(20, 20, 150);
	z-index: 80;
	will-change: transform; 
	direction: ltr;
	position: sticky;
}

.right-column .ad-block {
	min-height: 160px;
	height: 30vh;
	max-height: 40vh;
	background-color: white;
}


.content.overview ul {
	list-style-type: none;
}

.content.overview ul li{
	font-family: fantasy;
	font-weight: 500;
	line-height: 25px;
	margin: 0 5px;
}

.content.overview ul li a{
	padding-left: 15px;
	text-decoration: none;
}

a.current,a:hover {
	opacity: 0.5;
	transition: .5s;
	text-decoration: none;
}

#loginBtn, 
.cookie-consent__accept,
.cookie-consent__decline {
	width: 130px;
    height: 40px;
    font-size: 16px;
    font-weight: 400;
    background: rgba(255, 255, 255, 0.4);
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: .3s ease;
	background: rgba(255, 255, 255, 0.7);
}

#loginBtn:hover,
.cookie-consent__accept:hover,
.cookie-consent__decline:hover {
    background: rgba(255, 255, 255, 1);
}

body.dark-mode #loginBtn,
body.dark-mode .cookie-consent__accept,
body.dark-mode .cookie-consent__decline{
	background: var(--sidenav-color);
}

.top span{
    color: #fff;
    font-size: small;
    padding: 10px 0;
    display: flex;
    justify-content: center;
}

.top span a{
    font-weight: 500;
    color: #fff;
    margin-left: 5px;
}

.wrapper .two-forms{
    display: flex;
    gap: 10px;
}

.two-forms{
    display: flex;
    gap: 10px;
}

.two-col{
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-size: small;
    margin-top: 10px;
}

.two-col label a {
    text-decoration: none;
    color: #fff;
}

.two-col label a:hover {
    text-decoration: underline;
}

.two-forms .image-frame {
	width: 40%;
	min-width: 100px;
	min-height: 150px;
}

.input-field:hover, .input-field:focus{
    background: rgba(255, 255, 255, 0.25);
}

::-webkit-input-placeholder{
    color: #fff;
}

.input-box i{
    position: relative;
    top: -35px;
    left: 17px;
    color: #fff;
    padding: 0 0 0 10px;
}

/*See sidenav for sidenav buttons and input fields*/
.main-content .input-field {
	margin-left: 2px;
	height: 100px;
	background: linear-gradient(1turn, rgba(0, 0, 0, 0.05), transparent);
	background-color: white;
	color: #000000;
}

.input-box label{
	position: absolute;
	top: 50px;
	left: 5px;
	transform: translate(-50%);
	font-size: 1em;
	color: #162938;
	font-weight: 500;
	pointer-events: none;
	transition: .5s;
}

.main-content .input-box label{
	position: static;
}

.input-box input:focus~label,
.input-box input:valid~label {
		top: -5px;
}

.input-box input{
	font-size: 1em;
	width: 100%;
	height: 50px;
	background: rgba(255, 255, 255, 0.2);
	color: #fff;
	padding: 0 10px 0 45px;
    border: none;
    border-radius: 30px;
    outline: none;
    transition: .2s ease;
}

.main-content .input-box input{
	padding: 0 2px 0 2px;

}

.input-box .icon{
	position: absolute;
	right: 8px;
	font-size: 1.0cm;
	color: #162938;
	line-height: 57px;
}

button {
	background-color: var(--primary-color-light);
	color: var(--text-color);
}

body.dark-mode button {
	background-color: var(--main-background-dark);
	color: var(--text-color-dark);
}

@media (max-width: 1536px) {
	.main-content {max-width: 1280px;}
}

@media (max-width: 1280px) {
	.main-content {max-width: 1024px;}
}

@media (max-width: 1024px) {
	.main-content {max-width: 768px;}

	.headline{
		font-size: 2.5rem;
		line-height: 2rem;
	}
}

@media (max-width: 768px){

	.main-content{
		width: 90%;
		height: 95%;
		margin-left: 72px;
	}

	h2[class="sec-head"]{
		font-size: 0.8rem;
	}
  
	.nav-menu-btn{
		display: block;
	}

	.header ul{
		position: fixed;
		width: 100%;
		height: 100vh;
		background: #262574;
		top: 80px;
		left: -100%;
		text-align: center;
		transition: all .5s;
	}

  	#check:checked~ul{
  		left: 0;
  	}
	
  	.wrapper{
  		margin-left: -250px;
  		left: 0;
  		z-index: 99;
  	}
	
  	.column.right{
  		min-width: 10vh;
  		position: absolute;
  		overflow: auto;
  	}
	
  	.cookie-bar{
  		margin-left:0;
  		text-wrap: wrap;
  		width: 100%;
  		height: 100%;
  		max-height: 350px;
  	}
}

@media (max-width: 640px) {
    .wrapper{
    	position: relative;
        min-height: 80vh;
        width: 60%;
    }
    .login-register{
        width: 100%;
        padding: 0 30px 0 0;
    }
    .login-register .two-forms{
        flex-direction: column;
        gap: 0;
    }
}

@media (max-width: 475px) {
    .wrapper{
    	position: relative;
        min-height: 80vh;
        width: 60%;
    }
    .login-register{
        width: 100%;
        padding: 0 30px 0 0;
    }
    .login-register .two-forms{
        flex-direction: column;
        gap: 0;
    }
}

.hidden{
    display: none;
}