// blauw: #2A90CE
// oranje #FF6C71
// groen #6D3FFC
//Nieuw:
//paars: 6D3FFC
//oranje/rood: FF6C71

.mycontainer {
	background-color:red!important;
}
body {
    font-size: 15px;
    background-color: rgb(243, 240, 253)!important;
    background-image: url("/images/background.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 352px 258px;
}

.pagehead {
    margin: 10px 1px 0px 1px;
    top: 0px;
    height: 56px;
    background-color: rgb(255, 255, 255);
    padding: 10px 1rem 0px 1rem;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom: 1px solid rgb(225, 220, 239);
}
.pagehead h1 {
	font-size: min(24px, 4vw);
	font-weight: bold;
}
.pagehead a {
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	font-size: 12px;
	text-decoration: underline;
}
.pagehead a:hover {
	color: #6D3FFC;
}
.pagehead .kop {
	height: 50px;
	width: 100%;
}
.linktext {
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}
.pagecontent {
    top: 0px;
	background: rgba(255, 255, 255, 0.7);
    padding: 10px 0px 10px 0px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
	margin: 0px 1px 0px 1px;
}
.css-box {
    margin-top: 10px;
    top: 0px;
    background-color: rgb(255, 255, 255);
    padding: 10px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    border-bottom: 1px solid rgb(225, 220, 239);
}
.css-box h1 {
	font-size: min(24px, 4vw);
}


table.rounded-corners th {
  background: #E1DCEE;
}
table.rounded-corners {
 /* Change these properties */
 --border: 1px solid #E1DCEE;
 border-radius: 10px;

 /* Don't change these properties */
 border-spacing: 0;
 border-collapse: separate;
 border: var(--border);
 overflow: hidden;
}

/* Apply a border to the right of all but the last column */
table.rounded-corners th:not(:last-child),
table.rounded-corners td:not(:last-child) {
 border-right: var(--border);
}

/* Apply a border to the bottom of all but the last row */
table.rounded-corners>thead>tr:not(:last-child)>th,
table.rounded-corners>thead>tr:not(:last-child)>td,
table.rounded-corners>tbody>tr:not(:last-child)>th,
table.rounded-corners>tbody>tr:not(:last-child)>td,
table.rounded-corners>tfoot>tr:not(:last-child)>th,
table.rounded-corners>tfoot>tr:not(:last-child)>td,
table.rounded-corners>tr:not(:last-child)>td,
table.rounded-corners>tr:not(:last-child)>th,
table.rounded-corners>thead:not(:last-child),
table.rounded-corners>tbody:not(:last-child),
table.rounded-corners>tfoot:not(:last-child) {
 border-bottom: var(--border);
}


table.std {
    margin-top: 0.2cm;
    width: 100%;
    border-spacing: 0;
    font-size: 10pt;
  border-spacing: 0;
  border-collapse: separate;
  border-radius: 15px;
}

table.std thead {
    text-align: left;
    background-color: #E1DCEE;
    height: 25px;
}

table.std thead tr th {
    padding-left: 0.25cm; /* To align with section title */
    /*border-radius: 15px 15px 0px 0px;*/
}

table.std tbody tr td:first-child {
    padding-left: 0.25cm; /* To align with section title */
    width: 30%;
}

table.std tbody tr td {
    border-bottom: 1px solid #E1DCEE;
    height: 20px;
}
.btn-paars {
	color: #FFFFFF;
	background-color: #AE85F5;
	width: 88px;
}
.logo {
    margin: 10px 0px 15px 10px;
    padding: 0px;
}
.kop {
    position: relative;
}
.mainpage {
    margin-top: 30px;
}
.weeknr {
    position: absolute;
    top: 20%;
    right: 20%;
    font-size: 40px;;
    color: #ffffff;
    font-weight: bold;
    font-family: 'New Tegomin', serif;
}

.form-group {
    border: 3px;
    padding: 10px;
}
.border-blauw {
    color: #000000;
    border-color: #008FD4;
    padding: 10px;
    border: 3px solid #008FD4!important;
    margin-bottom: 10px;
}
.vraag {
    padding: 0px;
}
.vraag h1 {
    color: #000000;
	font-size: min(22px, 4vw);
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px solid #E1DCEE;
}
.vraag h2 {
    color: #000000;
	font-size: min(22px, 4vw);
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px solid #E1DCEE;
}
.vraag h3 {
    color: #FF6C71;
    display: inline;
    font-size: min(20px, 4vw);
}
.vraag-content {
    padding: 10px;
    border: 1px solid #ffffff!important;
	background-color: #ffffff;
    margin-bottom: 10px;
   /* -moz-border-radius: 30px;
   -webkit-border-radius: 30px;
   border-radius: 30px; */
}
.tekst h2 {
    color: #6D3FFC;
    display: inline;
    font-family: 'New Tegomin', serif;
}
.tekst h3 {
    color: #FF6C71;
    display: inline;
}
.tekst h4 {
    color: #2A90CE;
    display: inline;
    font-family: 'New Tegomin', serif;
}
.vraag p, .vraag label {
    color: #000000;
}

.weekdagboek {
    margin-bottom: 10px;
   -moz-border-radius: 30px;
   -webkit-border-radius: 30px;
   border-radius: 30px;
}
.weekdagboek h1 {
    color: #6D3FFC;
    font-family: 'New Tegomin', serif;
}
.weekdagboek th {
    color: #FF6C71;
    text-transform: uppercase;
}
.weekdagboek .dag {
    text-transform: uppercase;
    color: #6D3FFC;
}
.myrange input {
    width: 80%;
}
.myrange output {
    font-size: 30px;
    padding-left: 5px;
}
.radiotest {
    padding: 3px 10px 3px 10px;
}
.form-check-input:checked {
    background-color: #6D3FFC;
    border-color: #6D3FFC;
}

@media screen and (max-width: 1200px){
    .weeknr {font-size: 30px;}
}
@media screen and (max-width: 900px){
    .weeknr {font-size: 20px;}
}
.totaalscore {
    background-color: #6D3FFC;
    text-align: right;
    padding: 5px 30px 5px 10px;
    margin-bottom: 20px;
}
.eindscore {
    background-color: #FF6C71;
    text-align: right;
    padding: 5px 30px 5px 10px;
    margin-bottom: 20px;
}
.testresultaat .antwoord {
    color: #2A90CE;
}
.testresultaat .punten {
    color: #2A90CE;
    text-align: right;
    padding-right: 40px;
}
.testresultaat .form-group {
    padding: 0px 10px 0px 10px;
}
.weekdagboek textarea {
    white-space: nowrap;
    height: 28px;
    width: 100%;
    font-size: 15px;
    line-height: 20px;
    overflow: hidden;
    min-width: 200px;
}
.tijdsplanning th {
    color: #FF6C71;
}
.tijdsplanning textarea {
    white-space: nowrap;
    height: 28px;
    width: 100%;
    font-size: 15px;
    line-height: 20px;
    overflow: hidden;
    min-width: 200px;
}
.tijdsplanning th,.tijdsplanning td {
    width: 20%;
}
@media screen and (max-width: 900px){
    .weekdagboek textarea {
        white-space: normal;
        height: calc(4 * 28px);
        font-size: 13px;
        line-height: 20px;
        padding: 4px 1px 4px 1px;
    }
    .weekdagboek td {padding: 0px;}
    .tijdsplanning textarea {
        white-space: normal;
        height: calc(4 * 28px);
        font-size: 13px;
        line-height: 20px;
        padding: 4px 1px 4px 1px;
    }
    .tijdsplanning td {padding: 0px;}
}

.oranje h4 {
    color: #2A90CE;
}
.oranje th {
    color: #FF6C71;
}

.custom-card {
    border: none;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
}

.card-img-top {
    width: 100%;
    object-fit: cover;
}
.card-body {
    padding: 4px;
    text-align: center;
}

.card-title {
    font-size: 15px;
    font-weight: bold;
    height: 35px;
    line-height: 1em;
	padding-top: 11px;
}

.line {
    border-top: 1px solid #ccc;
    margin-top: 15px;
    margin-bottom: 15px;
}

.hidden {
display: none;
}
.videotekst{
	background-color: #cccccc;
	font-style: italic;
	padding: 15px;
	margin-top: 3px;
}
.video-box {
	max-width:800px;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  max-width: 800px;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

