body {
    /*overflow-x: auto;*/
}

.pagecontainer, #content, #middle, img, input, select, textarea {
    max-width: 100%;
    box-sizing: border-box;
    /*overflow-x: auto;*/
}
table {
    width: 100%;
	max-width: 100%;
}
table[width] {
    width: 100% !important;
	max-width: 100%;
}

#top {
    display: none;
}



#menu > ul {
    display: none;
}
#menu {
    display: none;
}

#header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: #f0a32e;
	width: 100%;
    overflow-x: hidden;
	height: 60px;
}

.pagecontainer {
    width: auto;
    max-width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

#header .pagecontainer {
    background: url(/_img/bovenlayer.png) no-repeat;
    background-size: cover;
    background-position: center top;
    height: 60px; /* of pas aan tot het visueel goed is */
	 max-width: 100%;
}

#heading {
    font-size: 36px;
    text-align: center;
    padding: 10px;
    margin: 0 auto;
    max-width: 100%;
    box-sizing: border-box;
    white-space: normal;
    word-break: break-word;
	position: relative;
	left: 0;
	padding-top: 5px;
}


#heading .headingyear {
    font-size: 28px;
    top: 0;
}
#routelogo {
    display: none;
}

#middle
{
	background-color: #fff;
	min-height: 500px;
}
#middle .pagecontainer
{
	display: block;
	width: 100%;
}
#content
{
	display: block;
	width: 100%;
	min-height: 500px;
	padding: 16px;
	padding-left: 10px;
}
table.dataform td:first-child {
        width: 100px !important;
    }

img.imgrechts
{
	display: none;
}


#bottom {
    height: auto;
}

#bottom table.center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
}

#bottom table.center tr {
    display: contents; /* nodig om <td>'s direct binnen flex te laten functioneren */
}

#bottom table.center td {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
    max-width: 300px;
    flex: 1 1 100%;
}

#topmobiel {
    display: block;
    background-color: #fff;
    position: relative;
}

#moblogo {
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 10;
}

#moblogo img {
    height: 40px;
    width: auto;
    display: block;
}
.slicknav_menu {
    background: #fff; /* or any other background color */
}

.slicknav_btn {
    background: #000;
}

.slicknav_icon-bar {
    background-color: white; /* kleur van hamburgerstreepjes */
}

.slicknav_nav {
    background: #fff; /* achtergrond van het uitklapmenu */
    color: #000;
}
.slicknav_nav li.kop {
    font-weight: bold;
    padding-left: 10px;
}

.slicknav_nav li:not(.kop) a {
    padding-left: 40px !important;
}
.slicknav_nav a {
    color: #000;
    padding: 4px;
}

.slicknav_nav a:hover {
    background-color: #f0f0f0;
}
.slicknav_nav li:not(.kop) a::before {
    content: "- ";
}


.teamstatus {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 20px 0;
}

.statusblok {
    background-color: #fdf4e6;
    padding: 12px;
    border: 1px solid #ccc;
    border-left: 6px solid #f0a32e;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.statusblok.onvolledig {
    background-color: #ffffcc;
    border-left-color: #ff0000;
}

.statusblok .icoon {
    font-size: 20px;
}

.statusblok .tekst {
    font-size: 16px;
}

.statusblok .actie a {
    display: inline-block;
    font-weight: bold;
    color: #f0a32e;
    text-decoration: none;
    margin-top: 4px;
}

#mijnteam {
	display: block;
	position: static !important;
	width: 100% !important;
	max-width: 100% !important;
	max-height: none !important;
	margin-top: 0;
	box-shadow: none;
	background-color: transparent;
}

:root {
	--mijnteam-balk-hoogte: 56px;
}

#mijnteam-balk-plaatshouder {
	display: block;
	height: calc(var(--mijnteam-balk-hoogte) + env(safe-area-inset-bottom, 0px));
}

#melding {
	bottom: calc(var(--mijnteam-balk-hoogte) + env(safe-area-inset-bottom, 0px) + 20px) !important;
}

#mijnteam-balk {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 950;
	display: flex;
	background-color: #fff;
	border-top: 1px solid #ccc;
	cursor: pointer;
	box-sizing: border-box;
	padding-bottom: env(safe-area-inset-bottom, 0px);
}

#mijnteam-balk .balk-item {
	width: 33.33%;
	padding: 20px 5px;
	box-sizing: border-box;
	text-align: center;
	color: #f0a32e;
	font-weight: 400;
	text-decoration: underline;
}

#mijnteam-overlay-achtergrond {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1990;
}

#mijnteam-overlay-achtergrond.open {
	display: block;
}

#mijnteam-overlay {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	max-height: 75vh;
	overflow-y: auto;
	background-color: white;
	box-sizing: border-box;
	padding: 15px 15px calc(15px + env(safe-area-inset-bottom, 0px)) 15px;
	z-index: 2000;
	box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
	transform: translateY(100%);
	transition: transform 0.25s ease-out;
}

#mijnteam-overlay.open {
	transform: translateY(0);
}

#mijnteam-overlay-sluiten {
	text-align: right;
	font-size: 20px;
	padding-bottom: 10px;
	padding-right: 10px;
	cursor: pointer;
}

.removemobile, td.removemobile
{
	display: none;
}