- distance:
- 29,38km
- riding-time:
- 1:33h
- elev-gain:
- 244m
- speed-avg:
- 18km⁄h
- speed-max:
- 40km⁄h
- elev-lowest:
- 183m
- elev-highest:
- 252m
Season Opening
Season Opening
Season Opening
Season Opening
Season Opening
Season Opening
Season Opening
button{
outline: none;
cursor: pointer;
display: block;
position: relative;
text-align: center;
padding: 1.25em 2.5em;
border: none;
border-radius: 10px;
color: #FFF;
background-color: #70b180;
font-family: serif;
font-size: 16px;
font-weight: 400;
text-transform: uppercase;
line-height: 1;
letter-spacing: .35em;
transition: all .4s ease;
}
button:hover,
button:focus{
background-color: #71c386;
}
button{
outline: none;
cursor: pointer;
display: block;
position: relative;
text-align: center;
padding: .25em .5em;
border: none;
color: #FFF;
background-color: #000;
font-family: serif;
font-size: 16px;
font-weight: 400;
text-transform: uppercase;
line-height: 1;
letter-spacing: 1px;
transition: all .4s ease;
}
button:before,
button:after{
content: "";
width: 120%;
height: 1px;
background-color: #FFF;
position: absolute;
z-index: -1;
left: -10%;
transition: all .3s ease;
}
button:before{top: -10px;}
button:after{bottom: -10px;}
button:hover:before,
button:focus:before{
top: 50%;
transform: translate(0,-50%);
}
button:hover:after,
button:focus:after{
bottom: 50%;
transform: translate(0,-50%);
}
button{
outline: none;
cursor: pointer;
display: block;
position: relative;
text-align: center;
padding: 1.25em 2.25em;
border: none;
border-radius: 4px;
color: #fcb00b;
background-color: #FFF;
box-shadow: 0px 0px 10px #9a6f0f;
font-family: sans-serif;
font-size: 16px;
font-weight: 400;
text-transform: uppercase;
line-height: 1;
letter-spacing: .25em;
transition: all .2s ease;
}
button:hover,
button:focus{
box-shadow: 0px 0px 10px 3px #9a6f0f;
}
button{
outline: none;
cursor: pointer;
display: block;
position: relative;
text-align: center;
padding: 1.25em 2.25em;
border: 1px dashed #4f918d;
color: #358c87;
background-color: transparent;
font-family: sans-serif;
font-size: 16px;
font-weight: 400;
text-transform: uppercase;
line-height: 1;
letter-spacing: .25em;
transition: all .4s ease;
}
button:hover,
button:focus{
border-style: solid;
box-shadow: 0 0 5px rgba(79, 145, 141, 0.7);
}
button{
outline: none;
cursor: pointer;
display: block;
position: relative;
text-align: center;
padding: 1em 2em;
border: 2px solid #4f918d;
color: #4f918d;
background-color: transparent;
font-family: sans-serif;
font-size: 16px;
font-weight: 400;
text-transform: uppercase;
line-height: 1;
letter-spacing: .25em;
transition: all .4s ease;
}
button:hover,
button:focus{
box-shadow: inset 0px 0px 0px 30px #4f918d;
color: #FFF;
}
button{
outline: none;
cursor: pointer;
display: block;
position: relative;
text-align: center;
padding: .5em 0;
border: none;
color: #FFF;
background-color: transparent;
font-family: serif;
font-size: 32px;
font-weight: 700;
font-style: italic;
text-transform: lowercase;
text-shadow: 2px 2px rgba(0,0,0,.5);
line-height: 1;
transition: all .2s ease;
}
button:before{
content: "";
display: block;
height: 100%;
width: 180%;
background-color: #4a5c4a;
position: absolute;
z-index: -1;
left: -90%;
top: 0;
transition: all .3s ease;
}
button:hover:before,
button:focus:before{
left: -40%;
}
button{
outline: none;
cursor: pointer;
display: block;
overflow: hidden;
position: relative;
text-align: center;
padding: 2em .25em .25em 5em;
border: none;
color: #e8644d;
background-color: transparent;
font-family: sans-serif;
font-size: 16px;
line-height: 1;
transition: all .2s ease;
box-shadow: inset 4px 4px 0 0 #e8644d, 1px 1px 0 0 #e8644d;
}
button:hover,
button:focus{
padding: 2em 1.25em .25em 4em;
}
button{
outline: none;
cursor: pointer;
display: block;
overflow: hidden;
position: relative;
text-align: center;
padding: 1em 2.5em;
border: none;
color: #4de7d7;
background-color: transparent;
font-family: sans-serif;
font-size: 16px;
line-height: 1;
transition: all .2s ease;
box-shadow:
0.3em 0.3em 0 0 #4de7d7,
inset 0.3em 0.3em 0 0
}
button:hover,
button:focus{
box-shadow: 0 0 0 0 #4de7d7,
inset 6em 3.5em 0 0 #4de7d7;
color: #000;
}