*
{
	font-family: "Open Sans";
}
html
{
	overflow-y: scroll;
}
body
{
	margin: 0;
	padding: 0;
	font-family: "Open Sans";
	font-weight: 300;
	font-size:  14px;
	background-color: white;
}

a
{
	color: #f0a32e;
	text-decoration: none;
	font-weight: 400;
}
a:hover
{
	text-decoration: underline;
}

a:hover i
{
	text-decoration: none;
}

b
{
	font-weight:  700;
}
h1
{
	font-weight: 300;
}
#stickywrap {
	position: sticky;
	top: 0;
	z-index: 1000;
}

#stickywrap #bikers {
	z-index: 1001;
	position: absolute;
}

#stickywrap .pagecontainer {
	position: relative;
}

#top {
	background-color: white;
	height: 80px;
	position: relative;
	z-index: 10;
}
.pagecontainer
{
	width: 1000px;
	margin: auto;
	position: relative;
}
#logo
{
	border: 0;
	width: 126px;
	height: 38px;
	margin-top: 8px;
	left: 0;
	position: absolute;
}
#routelogo
{
	width: 126px;
	top: -26px;
	position: absolute;
	z-index: 11;
		opacity: 0.6; /* 50% transparant */
	
}
#bikers
{
	z-index:  3;
	top:  19px;
	right:  16px;
	position: absolute;
	width:  150px;
	height:  129px;
}
#userdata
{
	right:  166px;
	position: absolute;
	line-height: 54px;
	font-size:  16px;
}
#userdata .fa
{
	color: #f0a32e;
}
#langdata
{
	left:  230px;
	position: absolute;
	line-height: 54px;
	font-size:  16px;
}

#header
{
	background-color: #f0a32e;
	height: 100px;
}
#header .pagecontainer
{
	background:  url(/_img/bovenlayer.png) no-repeat;
	height:  100px;
}
#letour 
{
	width:  126px;
	height:  100px;
	position: absolute;
	left: 0;
}
#heading
{
	font-weight: 300;
	font-size: 72px;
	position: absolute;
	top: -26px;
	left: 136px;
		z-index: 11;

}
#heading .headingyear
{
	font-weight:  700;
	top: 2px;
	font-size: 68px;
}
.spacer
{
	height:  16px;
}
#middle
{
	background-color: #fdf4e6;
}
#middle .pagecontainer
{
	display: table;
}
#menu
{
	vertical-align: top;
	display: table-cell;
	width:  180px;
	background-color: #fbe4c1;
	min-height: 600px;
	padding-left: 20px;
	font-size:  18px;
	line-height: 20px;
}
#menu .kop
{
	margin-top: 16px;
	font-weight: 400;
	font-family: Oswald;
}
#menu a
{
	line-height: 34px;
	padding-left: 12px;
	font-weight: 400;

}
#content
{
	vertical-align: top;
	display: table-cell;
	padding: 16px;
	padding-left:  24px;
	background-color: #fff;
}
#bottom
{
	background-color: #f0a32e;
	min-height: 150px;
	font-size:  10px;
	font-weight: 400;
	padding-top: 32px;
}
#bottom .pagecontainer
{
	text-align: center;
}
#bottom a
{
	color:  #111;
}
img.sponsor
{
	border:  solid 1px #111;
	width:  150px;
	height:  50px;
}
#copyright
{
	color:  #fdf4e6;
	margin-top: 32px;
	padding-bottom: 16px;
}
#copyright a
{
	color:  #fdf4e6;
}
.subtekst
{
	font-size:  12px;
}
.tip
{
	color:  #8f1e41;
}
.center
{
	margin: auto;
}
.rood
{
	color:  #f51616;
}
.groen
{
	color: #90c295;
}
.oranje
{
	color:  #ff8e16;
}
.blauw
{
	color: #0026ff;
}
.goud
{
	color: #f0a32e;
}
.zilver, .grijs
{
	color: #CDCDCD;
}
.brons
{
	color: #B87333;
}
.vet
{
	font-weight: 900;
}
img.imglinks, img.imgrechts
{
	border: solid 1px #111;
	width: 210px;
	height: auto;
	margin-bottom: 20px;
}
img.imglinks
{
	float: left;
	margin-right: 20px;
}
img.imgrechts
{
	float: right;
	margin-left: 20px;
}
table.data
{
	 background-color: #eee;
}
table.graph
{
	border: solid 1px #bbb; 
	max-width: 100%;
	overflow-x: hidden;
}
table.data td
{
	border:  solid 1px #bbb;
	padding: 2px;
}
table.klein td
{
	font-size: 10px;
	font-weight:  400;
}
table.middel td
{
	font-size: 12px;
}

thead
{
	font-weight: bold;
}
thead.schrijfbalk td
{
	height:  32px;
	text-align: center;
	font-size:  16px;
	font-family: Oswald;
	background-color: #fdf4e6;
	border: solid 1px #bbb;
	border-bottom:  0;
	font-weight: 400;
}
.prijzengeld
{
	font-size:  32px;
	font-weight: 700;
}
.googleadbreed
{
	margin-right: 18px;
	
	border:1px solid #ccc;
	/*float:right;*/
	box-shadow: 4px 4px 5px 0px rgba(50,50,50,0.5)
}
table.groot td.positie
{
	width:  40px;
}
tr.regel
{
	background-color:  white;
}
tr.mijnteam
{
	background-color: #fdedd6;
}
tr.mijnteam td, tr.mijnteam a
{
	color: #8f1e41;
}
table.dataform td, table.formdata td
{
	line-height:  32px;
}
input, a.btn
{
	height:  24px;
	border:  solid 1px #bbb;
}
textarea
{
	border:  solid 1px #bbb;
	font-size: inherit;
}
input.txt
{
	width:  200px;
}
input.txt40, textarea.txt40
{
	width:  300px;
}
input.txt20
{
	width:  150px;
}
input.btn, a.btn
{
	background-color: #f0a32e;
	color:  #ffffff;
	font-weight: 500;
	height:  40px;
	min-width:  120px;
	border-color:  #f0a32e;
	border-radius: 3px;
	cursor: pointer;
	margin-top:  10px;
}
a.btn{line-height:40px;
display: inline-block;
padding-left:10px;
padding-right: 10px;
}

a.btn:hover{text-decoration:none;}

.divlinks
{
	float:  left;
}
.divrechts
{
	float:  right;
}
.meldtekst
{
	border: solid 1px red;
	color: #8f1e41;
	padding:  4px;
	background-color: #fdf4e6;
	font-weight:  bold;
	margin:  8px;
}
#extraopmerkingen
{
	display:  none;
}

#mijnmelding
{
	border: 2px solid #f0a32e;
	padding: 20px;
	margin-bottom: 30px;
	font-size: 20px; 
}
#mijnmelding i
{
	margin-right: 20px;
}
span.renploeg, span.renploeg:hover
{
	font-weight: 600;
	font-size: 11px;
	color: black;
	text-decoration: none;
}
img.vlag
{
	width:  18px;
	border: solid 1px #ddd;
}
a.etappelink
{
	color: black;
}
 .shirtkleurpunten 
 {
	 color: rgb(0,128,0);
 }
 .shirtkleuralgemeen
 {
	 color: rgb(240, 163, 46);
 }
 .shirt-klein
 {
	 font-size: 12px;
 }
 .teamstatus {
    margin: 20px 0;
}

.statusblok {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}

.statusblok .icoon {
    width: 40px;
    flex-shrink: 0;
    text-align: center;
}

.statusblok .tekst {
    flex: 1;
    padding: 0 10px;
}

.statusblok .actie {
    white-space: nowrap;
}

.statusblok.onvolledig {
    background-color: #ffffcc;
}
.cards-container {
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.etappe-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* witruimte tussen de kolommen */
    justify-content: space-between;
}

.etappe-col {
    flex: 1 1 48%; /* twee kolommen naast elkaar op desktop */
    box-sizing: border-box;
}
img.trui_icon
{
	width: 20px;
	vertical-align: middle;
	margin-right: 2px;
}
img.trui_smallicon
{
	width: 14px;
	vertical-align: middle;
	margin-right: 2px;
}
img.trui_medium
{
	width: 44px;
	vertical-align: middle;
	margin-right: 4px;
}
img.trui_icon.incell, img.trui_smallicon.incell, img.trui_medium.incell
{
	margin-right: 0;
}
.etappe-container.omgedraaid {
    flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
    .etappe-col {
        flex: 1 1 100%;
    }
    .etappe-container.omgedraaid {
        flex-direction: column-reverse;
    }
}
