html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}

*,
:after,
:before {
	box-sizing: border-box
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #333;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-block-start: .5rem;
	margin-block-end: 1rem;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: black;
	height: 100%;

}

h1 {
	font-size: 2.5rem
}

h2 {
	font-size: 1rem
}

h3 {
	font-size: 1.75rem
}

h4 {
	font-size: 1.5rem
}

h5 {
	font-size: 1.25rem
}

h6 {
	font-size: 1rem
}

p {
	margin-block-start: 0;
	margin-block-end: .9rem
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
	white-space: pre-wrap
}

a {
	background-color: transparent;
	text-decoration: none;
	color: rgb(255, 255, 255)
}

a:active,
a:hover {
	color: rgba(255, 255, 255, 0.582)
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([tabindex]):focus {
	outline: 0
}

abbr[title] {
	border-block-end: none;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: bolder
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

img {
	border-style: none;
	height: auto;
	max-width: 100%
}

details {
	display: block
}

summary {
	display: list-item
}

figcaption {
	font-size: 16px;
	color: #333;
	line-height: 1.4;
	font-style: italic;
	font-weight: 400
}

[hidden],
template {
	display: none
}

@media print {

	*,
	:after,
	:before {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important
	}

	a,
	a:visited {
		text-decoration: underline
	}

	a[href]:after {
		content: " (" attr(href) ")"
	}

	abbr[title]:after {
		content: " (" attr(title) ")"
	}

	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: ""
	}

	pre {
		white-space: pre-wrap !important
	}

	blockquote,
	pre {
		-moz-column-break-inside: avoid;
		break-inside: avoid;
		border: 1px solid #ccc
	}

	thead {
		display: table-header-group
	}

	img,
	tr {
		-moz-column-break-inside: avoid;
		break-inside: avoid
	}

	h2,
	h3,
	p {
		orphans: 3;
		widows: 3
	}

	h2,
	h3 {
		-moz-column-break-after: avoid;
		break-after: avoid
	}
}

label {
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
	color:white;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 1rem;
	line-height: 1.5;
	margin: 0
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
	width: 100%;
	border: 1px solid #666;
	border-radius: 3px;
	padding: .5rem 1rem;
	transition: all .3s;
	font-size: 12px;
}

input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
	border-color: #333
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
	width: auto;
	-webkit-appearance: button
}

[type=button],
[type=submit],
button {
	display: inline-block;
	font-weight: 400;
	color: rgb(255, 255, 255);
	text-align: center;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 2px solid rgb(255, 255, 255);
	padding: .2rem 1rem;
	font-size: 1rem;
	border-radius: 3px;
	transition: all .3s
}

[type=button]:focus:not(:focus-visible),
[type=submit]:focus:not(:focus-visible),
button:focus:not(:focus-visible) {
	outline: none
}

[type=button]:focus,
[type=button]:hover,
[type=submit]:focus,
[type=submit]:hover,
button:focus,
button:hover {
	color: #fff;
	background-color: rgba(255, 255, 255, 0.13);
	text-decoration: none
}

[type=button]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
	cursor: pointer
}

fieldset {
	padding: .35em .75em .625em
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	vertical-align: baseline
}

textarea {
	overflow: auto;
	resize: vertical
}

[type=checkbox],
[type=radio] {
	box-sizing: border-box;
	padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

select {
	display: block
}

table {
	background-color: transparent;
	width: 100%;
	margin-block-end: 15px;
	font-size: .9em;
	border-spacing: 0;
	border-collapse: collapse;
    color:white
}

table td,
table th {
	padding: 15px;
	line-height: 1.5;
	vertical-align: top;
	border: 1px solid hsla(0, 0%, 50.2%, .5019607843)
}

table th {
	font-weight: 700
}

table tfoot th,
table thead th {
	font-size: 1em
}

table caption+thead tr:first-child td,
table caption+thead tr:first-child th,
table colgroup+thead tr:first-child td,
table colgroup+thead tr:first-child th,
table thead:first-child tr:first-child td,
table thead:first-child tr:first-child th {
	border-block-start: 1px solid hsla(0, 0%, 50.2%, .5019607843)
}

table tbody>tr:nth-child(odd)>td,
table tbody>tr:nth-child(odd)>th {
	background-color: hsla(0, 0%, 50.2%, .0705882353)
}

table tbody tr:hover>td,
table tbody tr:hover>th {
	background-color: hsla(0, 0%, 50.2%, .1019607843)
}

table tbody+tbody {
	border-block-start: 2px solid hsla(0, 0%, 50.2%, .5019607843)
}

.trimotion-events-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
	height: 100%;
}

.trimotion-event-card {
    background: #f9f9f92e;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    text-align: left;
    font-family: Arial, sans-serif;
	width: 100%;
	border: 1px solid rgba(0, 0, 0, 0.418);
}

.trimotion-event-image {
    position: relative;
    max-height: 200px; /* Maximum hoogte van de afbeelding */
    overflow: hidden; /* Zorg ervoor dat inhoud buiten de max-height niet zichtbaar is */
}

.trimotion-event-image-eventpage {
    position: relative;
    max-height: 400px; /* Maximum hoogte van de afbeelding */
    overflow: hidden; /* Zorg ervoor dat inhoud buiten de max-height niet zichtbaar is */
}


.trimotion-event-image img {
    width: 100%; /* Zorg ervoor dat de afbeelding de breedte van de container volgt */
    height: 200px; /* De hoogte volgt nu de 100% van de container, met de max-height als limiet */
    object-fit: cover; /* Zorg ervoor dat de afbeelding zich goed schikt in de container */
    display: block;
}
.event-type-label {
    position: absolute;
    top: 10px;
    right: 10px;
    background: red;
    color: white;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;
}

.trimotion-event-info {
    padding: 15px;
}

.trimotion-event-info h2 {
    font-size: 0.9rem;
    margin: 0;
	color: white;
}

.event-date {
    color: #ff9c00;
    font-size: 0.75rem;
    margin: 5px 0;
    margin-top: 20px;
}

.event-location {
    font-size: 0.75rem;
    color: #ffffff;
    margin-top: 20px;
	font-weight: 300;
}

.event-distances {
    font-size: 0.75rem;
    font-weight: bold;
    color: #ffffff;
	font-weight: 300;
}

dd,
dl,
dt,
li,
ol,
ul {
	margin-block-start: 0;
	margin-block-end: 0;
	border: 0;
	outline: 0;
	font-size: 0.8rem;
	vertical-align: baseline;
	background: transparent;
	color: #fff;
	font-weight: 200;
}

/* Container voor de lijst */
.elements-wrapper {
    padding: 20px;
}

.elements ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.elements li.element {
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0 2px 6px rgb(0, 0, 0);
    padding: 20px;
    margin-bottom: 20px;
    transition: box-shadow 0.3s ease;
	border-right: 10px solid rgb(216, 140, 0);
}

.elements li.element:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
	border-right: 10px solid orange;
}

.event.list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Titel en datum */
.name-date h3 {
    margin: 0 0 5px;
    font-size: 1.1rem;
    font-weight: 600;
}

.name-date .date {
    color: #777;
    font-size: 0.95rem;
}

/* Locatie + afstanden */
.location-event-distances {
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: 0.95rem;
    color: #555;
}

.location-event-distances i {
    margin-right: 6px;
    color: #E53935;
}

.name-date{
	width: 40%;
}

.distances{
	width: 30%;
	font-size: 14px;
	color:black;
}

.location-country{
	width: 30%;
	text-align: end;
	font-size: 14px;
	color:black;
}

/* Klikbaar blok */
a.information {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: row;
    gap: 10px;
}

a.next-page,
a.prev-page {
	color: #fff;
	font-weight: 600;
}

.event-pagination {
	display: flex;
	justify-content: flex-end;
	margin: 0px auto;
	gap: 25px;
	margin-right: 30px;
}

.filter-toggle {
	visibility: hidden;
	width: 100%;
}

.trimotion-event-info a{
	color: #ffffff;
	font-weight: 600;
}

.pace-wrapper {
	font-family: Arial, sans-serif;
	font-size: 14px;
}
.pace-form {
	display: flex;
    gap: 2rem; /* ruimte tussen de blokken */
    flex-wrap: wrap; /* zorgt ervoor dat het responsief is */
	font-family: Arial, sans-serif;
	font-size: 14px;
}
.pace-form form {
    display: flex !important;
    flex-wrap: wrap;
	width: 100%;
	justify-content: space-between
}
.pace-wrapper label,
.pace-wrapper input,
.pace-wrapper select,
.pace-wrapper input[type="submit"] {
	display: block;
	width: 100%;
	margin-bottom: 6px;
}
.pace-wrapper h3,
.pace-wrapper h4 {
	margin: 12px 0 6px;
}
.pace-table-container{
	background: white;
	width: 100%; 
	padding:30px 30px 30px 30px;
	border-radius: 15px;
	margin-top:25px;
}

.pace-table {
	border-collapse: collapse;
	margin-bottom: 12px;
	width: 100%;
}
.pace-table th,
.pace-table td {
	border: 1px solid #ccc;
	padding: 4px 6px;
	text-align: left;
}

.pace-highlight {
    margin-bottom: 15px;
    font-size: 1.2rem;
    color: #FF9C00;
}

.pace-label {
    font-size: 1rem;
    font-weight: 600;
    margin-top: 25px;
}

.pace-submit {
    background-color: #df8900;
    color: white;
    border: none;
	font-weight: 600;
    padding: 5px 20px;
	margin-top: 25px;
    font-size: 1rem;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.pace-submit:hover {
    background-color: #e08800;
}

.pace-form-div{
	width:45%;
	margin-right: 1%;
	margin-left: 1%
}
.pace-form-div fieldset {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 15px;
}

.pace-form-div fieldset legend {
    font-weight: bold;
    margin-bottom: 5px;
	color: #df8900;
}

.pace-form-div fieldset label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5px 0;
    font-size: 12px;
}

.pace-form-div fieldset label input[type="radio"] {
    margin: 0;
    vertical-align: middle;
	width: 50%;
}
.triathlon-selector-form {
    margin-left: 15px;
	margin-bottom: 50px;
}

.triathlon-selector-form label {
    font-weight: bold;
}

.trainingschema-info {
	width: 100%;
}

.trainingschema-info h2{
	font-family: "Rubik", Sans-serif;
    font-size: 1.5vw;
    font-weight: 900;
    text-transform: uppercase;
    color: #df8900;
}

.trainingschema-info p{
	color: #DDE4EB;
	font-size: 0.8rem;
	line-height: 25px;
	font-family: "Roboto", Sans-serif;
	font-weight: 400;
}

.trainingschema-pace-form {
	margin-bottom: 1em;
	margin-top:5em;
}
  
.trainingschema-pace-label {
	font-weight: bold;
	margin-right: 0.5em;
	color: rgb(255, 255, 255);
	font-size: 0.8rem;
}

.trainingschema-pace-input {
	width: 10em !important;
	padding: 0.2em;
	margin-bottom: 15px;
	margin-right: 25px;
}

.trainingschema-pace-submit {
	background: #df8900;
	color: #fff;
	font-weight: 600;
	border: none;
	padding: 0.6em 1em;
	cursor: pointer;
	font-size: 0.8rem;
}

.trainingschema-print {
	background: #df8a0000;
	color: #fff;
	font-weight: 600;
	border: 1px solid #fff;
	padding: 0.6em 1em;
	cursor: pointer;
	font-size: 0.8rem;
	margin-left: 25px;
}

.trainingschema-pace-submit:hover {
	background: #a56600;
}

/* Elke week in een card-style box */
.trainingschema-weeks-wrapper {
	margin-top: 50px;
	margin-bottom: 250px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-evenly;

}

.trainingschema-week {
	background-color: #f9f9f900;
	border: 0px solid #ddd;
	border-radius: 0.5em;
	padding: 1em;
	margin-bottom: 1em;
	width: calc(40% - 10px);
	box-sizing: border-box;
}
.trainingschema-week h3 {
	margin-top: 0;
	margin-bottom: 0.5em;
	font-size: 1em;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #ffffff;
	font-weight: 900;
	height: auto;
	background: #e08800d1;
	border-radius: 5px;
	text-align: center;
}
.trainingschema-week h4 {
	margin: 0.75em 0 0.5em;
	font-size: 0.9em;
	font-weight: 600;
	color: #ffffff;
	margin-top: 25px;
	margin-bottom: 10px;
	background: #ffffff52;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-radius: 5px;
	height: auto;
}

/* Trainings-items */
.trainingschema-list {
	list-style: none;
	padding-left: 1em;
	margin: 0;
	border: 0px solid #fff;
	border-radius: 0.5em;
}
.trainingschema-list li {
	padding: 0.5em 0;
	border-bottom: 0px solid #eee;
}
.trainingschema-list li:last-child {
	border-bottom: none;
}

/* TRISCOUT */

.producten-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.product-card {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 15px 50px 15px 15px;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    position: relative;
    overflow: hidden;
}

.product-image {
    width: 10%;
    margin-right: 16px;
}

.product-image img {
    max-width: 100%;
    border-radius: 8px;
}

.product-details-1 {
    width: 40%;
}
.product-details-2 {
    display: flex;
    width: 50%;
    align-items: end;
    flex-direction: column;
}

.product-details-1 h2 {
    font-size: 18px;
    margin: 0 0 4px;
    font-weight: 600;
}

.product-categorie {
    font-size: 12px;
    color: #666;
    margin: 0 0 8px;
}

.product-eenheid {
    border: #00000029 solid 1px;
    border-radius: 15px;
    padding: 5px 5px 5px 5px;
    margin: 0;
    line-height: 1;
    width: max-content;
    align-self: flex-end;
    background: #00000009;
    font-size: 11px;
    color: #020000;
    font-weight: 600;
}

.product-eenheidsprijs {
    padding: 5px 5px 5px 5px;
    margin: 0;
    line-height: 1;
    width: max-content;
    align-self: flex-end;
    font-size: 11px;
    color: #020000;
    font-weight: 600;
}

.product-beschrijving {
    font-size: 12px;
    color: #333;
    margin-bottom: 8px;
    margin-top: 10px;
}

.product-beschrijving-details {
    font-size: 12px;
    color: #ffffff;
    margin-bottom: 8px;
    margin-top: 10px;
    line-height: 25px;
}

.product-price-range {
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 14px;
    color: #e53935;
    border: solid red 1px;
    font-weight: bold;
    width: max-content;
    padding: 5px;
    border-radius: 10px;
}


.leveranciers {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 8px;
}

.leveranciers-titel {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 4px;
}

.leverancier-logo {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-right: 8px;
    border-radius: 4px;
    border: 1px solid #ddd;
    padding: 2px;
    background: #fff;
}

/* Filter container */
.triscout-filter {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.6;
}

/* Zoekveld */
.triscout-filter form input[type="text"] {
    padding: 5px 8px;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-right: 5px;
}

/* Zoekknop */
.triscout-filter form button {
    padding: 5px 10px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 12px;
    border: none;
    background-color: #FF9C00;
    color: white;
    border-radius: 6px;
    cursor: pointer;
}
.triscout-filter form button:hover {
    background-color: #707070;
}

/* Categorie tags container */
.categorie-tags {
    margin-top: 10px;
    font-size: 11px;
}

/* Tags (links) */
.categorie-tags a {
    display: inline-block;
    background-color: #f0f0f0;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 5px 12px;
    margin-right: 5px !important;
    margin-bottom: 5px !important;
    text-decoration: none;
    color: #333;
    transition: background-color 0.3s, color 0.3s;
}

/* Tags hover-effect */
.categorie-tags a:hover {
    background-color: #e0e0e0;
    color: #000;
}

/* Tags actief (optioneel extra accent) */
.categorie-tags a[style*="font-weight:bold"] {
    background-color: #d0d0d0;
    font-weight: bold;
}

.product-image-container {
    width: 100%;    /* Of stel een vaste breedte in zoals 300px */
    max-width: 600px; /* Optioneel: maximale breedte */
    margin: 0 auto; /* Optioneel: centreren */
    overflow: hidden; /* Zorgt dat alles binnen de div blijft */
}

.product-image-container img {
    width: 100%;
    height: auto;
    display: block;
}

.product-name {
    color: white;
    font-size: 20px;
}

.laatste-scans-container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 16px;
}

.scan-card {
    display: flex;
    flex-direction: row;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    padding: 12px;
    border-radius: 8px;
    box-sizing: border-box;
    text-align: center;
    gap:35px;
    justify-content: space-between;
}

.scan-logo {
    width: 20%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
}

.scan-logo img {
    width: auto;
    height: 20px;
}

.scan-info{
    display: flex;
    flex-direction: column;
    text-align: left;
    width: 30%;
    justify-content: center;
    gap:15px;
}

.scan-website-info {
    display: flex;
    flex-direction: column;
    text-align: left;
    width: 15%;
    justify-content: center;
    gap:15px;
}

.scan-price {
    font-weight: bold;
    margin: 0px;
    font-size: 0.9em;
    color: red;

}

.scan-date {
    font-size: 0.7em;
    color: #666;
    margin: 0px;
}

.scan-url a {
    display: inline-block;
    color: rgb(0, 0, 0);
    text-decoration: none;
    font-size: 0.7em;
    margin: 0px;
    text-align: center;
    padding: 10px;
    border: solid 1px #00000052;
    border-radius: 10px;
    background: #ff9d0000;   
}

.scan-url a:hover {
    background: #ff9d002c;
    transform: scale(1.1);
}

.product-edit-form {
        background: rgba(255, 255, 255, 0.9);
        padding: 20px;
        max-width: 600px;
        margin: 20px auto;
        border-radius: 8px;
}
.product-edit-form label {
    font-weight: bold;
}



@media (max-width:767px) {
	table table {
		font-size: .8em
	}

	table table td,
	table table th {
		padding: 7px;
		line-height: 1.3
	}

	table table th {
		font-weight: 400
	}

    .event.list {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .name-date,
    .location-event-distances,
    .event-category {
        flex: 1;
    }

    .location-event-distances {
        align-items: flex-start;
    }

    .event-category {
        text-align: right;
    }
	#filter-content {
		display: none;
	}

	.filter-header {
		margin-bottom: 10px;
	}

	.filter-toggle {
		visibility: visible ;
		background-color: #ffffff2d;
		color: white;
		border: none;
		padding: 10px 20px;
		cursor: pointer;
		font-size: 16px;
		width: 100%;
	}

	.filter-toggle:hover {
		background-color: #ffffff1e;
	}
	a.information {
		flex-direction: column;
	}
	.name-date,
	.distances,
	.location-country{
		width: 100%;
		text-align: start;
		margin-top: 10px;
	}
	.event-pagination {
		justify-content: center;
		margin-right: 0px;
	}
	.trimotion-event-image{
		max-height: 220px;
	}
	.pace-highlight,
	.pace-label {
		font-size: 0.8rem;
	}
	.pace-table-container{
		padding:15px 15px 15px 15px;
	}
	.pace-form-div{
		width:100%;
		margin: 0%;
		margin-top: 35px;
	}
	.pace-wrapper label,
	.pace-wrapper input,
	.pace-wrapper select,
	.pace-wrapper input[type="submit"] {
		font-size: 10px;
	}
	.pace-form-div fieldset label {
		font-size: 10px;
	}
	.triathlon-selector-form {
		margin-left: 5px;
		margin-bottom: 25px;
		max-width: 500px;
		margin-top: 25px;
	}
	.triathlon-selector-form label {
		font-size: 12px;
	}
	.pace-submit {
		font-size: 10px;
	}
	.trainingschema-info {
		width: 100%;
		flex-direction: column;
		align-items: center;
	}
	.trainingschema-info h2{
		font-size: 1em;
		text-align: center !important;
	}
	.trainingschema-info p{
		text-align:justify;
		padding-left: 15px;
		padding-right: 15px;
	}
	.trainingschema-pace-form {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		margin-bottom: 1em;
		margin-top:5em;
	}
	.trainingschema-print {
		visibility: hidden;
	}
	.trainingschema-pace-input {
		width: 100% !important;
		text-align: center;
	}
	.trainingschema-pace-label {
		text-align: center;
		margin-bottom: 15px;
	}
	.trainingschema-week {
		padding: 0em;
		width: 100%;
	}
	.trainingschema-list {
		list-style: none;
		padding-left: 0em;
		margin: 0;
		border: 0px solid #fff;
		border-radius: 0.5em;
	}
	.trainingschema-list li {
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 15px;
		text-align: center;
		line-height: 25px;
	}
	.trainingschema-week h3 {
		text-align: center;
		font-size: 1em;
		background: #df8900;
	}
	.trainingschema-week h4 {
		text-align: center;
	}

}

