/* SCHRIFTARTEN */

@font-face { font-family: 'Lato';
    src: url('fonts/Lato-Regular.ttf') format('truetype'); }
@font-face { font-family: 'Lato';
    src: url('fonts/Lato-Italic.ttf') format('truetype');
    font-style: italic; }
@font-face { font-family: 'Lato';
    src: url('fonts/Lato-Bold.ttf') format('truetype');
    font-weight: bold; }
@font-face { font-family: 'Lato';
    src: url('fonts/Lato-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic; }

/* ALLGEMEINES */
* {
    /* make transparent link selection, adjust last value opacity 0 to 1.0 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-size: 1em;
    font-family: "Lato";
}

#body p, #body ul  {
    margin: 1em 0;
}

h1 {
    color: #2980b9;
    font-style: italic;
    font-size: 140%;
    margin: 0;
    margin-bottom: 1em;
}

h2 {
    color: #2980b9;
    font-style: italic;
    font-size: 120%;
    margin: 0;
    margin-bottom: 1em;
}

h3 {
    color: #2980b9;
    font-style: italic;
    font-size: 100%;
    margin: 0;
    margin-bottom: 1em;
}

#body a {
    color: #2980b9;
}

#message_img,
#message_header,
#message_text {
    text-align: center;
}

.bild_div {
    padding: 0.5em;
    border: 1px solid black;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 1em;
    clear: both;
    overflow: auto;
}

.fahrrad_container {
    padding: 0.5em;
    border: 1px solid black;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 1em;
}
.fahrrad_container img {
    margin-bottom: 1em;
    width: 100%;
}
.fahrrad_container p {
    margin: 0 !important;
}
.fahrrad_container a {
    text-decoration: none;
}

.grey {
    color: #ccc;
}

.pflicht {
    text-align: right;
    display: block;
}

/* LOADER */
#loader {
    /*position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 9000;
    background-color: #fff;*/
    text-align: center;
}
#loader p:first-child {
    margin-bottom: 4em;
}

/* BODY */
body {
    /* prevent callout to copy image, etc when tap to hold */
    -webkit-touch-callout: none;
    /* prevent webkit from resizing text to fit */
    -webkit-text-size-adjust: none;
    /* prevent copy paste, to allow, change 'none' to 'text' */
    -webkit-user-select: text;
}
#body {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 1000;
    padding: 1em;
    padding-top: 6em; /* entspricht von #header padding + height +1 */
    padding-bottom: 4em; /* entspricht von #nav height +1 */
    background-color: #ffffff;
    overflow: scroll;
}

/* HEADER */
#header {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 2000;
    height: 4em;
    padding: 0.5em;
    border-bottom: 1px solid black;
    -webkit-box-shadow: 0 1px 5px 1px #000000;
    box-shadow: 0 1px 5px 1px #000000;
    color: #fff;
    text-shadow: 1px 1px 1px #000000;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7db9e8+0,1e5799+100 */
    background: #2980b9; /* Old browsers */
    background: -moz-linear-gradient(top,  #2980b9 0%, #1e5799 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #2980b9 0%,#1e5799 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #2980b9 0%,#1e5799 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2980b9', endColorstr='#1e5799',GradientType=0 ); /* IE6-9 */
}
#header h1 {
    margin: 0; padding: 0;
    font-size: 2em;
    color: #ffffff;
}
#header h2 {
    margin: 0; padding: 0;
    color: #ffffff;
}
#header img {
    height: 4em;
    margin: 0; padding: 0;
    margin-right: 1em;
    float: left;
}

/* NAVIGATION */
#nav {
    position: fixed;
    bottom: 0; left: 0; right: 0;
    z-index: 2000;
    height: 3em;
    padding: 0;
    -webkit-box-shadow: 0 -1px 5px 1px #000000;
    box-shadow: 0 -1px 5px 1px #000000;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7db9e8+0,1e5799+100 */
    background: #2980b9; /* Old browsers */
    background: -moz-linear-gradient(top,  #1e5799 0%, #2980b9 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #1e5799 0%,#2980b9 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #1e5799 0%,#2980b9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#2980b9',GradientType=0 ); /* IE6-9 */
}
#nav ul {
    list-style:none;
    margin: 0;
    padding: 0;
    height: 100%;
}
#nav li {
    display: inline-block;
    height: 100%;
    width: 20%;
}
#nav li a {
    display: block;
    width: 100%; height: 100%;
    font-size: 100%;
    text-align: center;
    line-height: 1.1em;
    padding: 0.5em 0 0.3em 0;
    color: #fff;
    text-decoration: none;
}
#nav li a:active {
    text-decoration: underline;
}

/* LIST STYLES */

ul {
    margin-left: 1em;
}
ul {
    margin-bottom: 1em;
    list-style-position: outside;
}
ul {
    margin: 0;
    padding: 0;
}

#body ul li {
    margin: 0.5em 0;
    margin-left: 1em;
    list-style-image: url(../img/arrow_right.png);
}

#body  .list_green_mark li {
    margin: 0.5em 0;
    margin-left: 1em;
    list-style-image: url(../img/green_mark.png);
}

/* FORMULAR */

input,
select,
textarea {
    -webkit-box-shadow: 1px 0px 3px #666666;
    -moz-box-shadow: 1px 0px 3px #666666;
    box-shadow: 1px 0px 3px #666666;
    padding: 0.75em 1.5em 0.75em 1.5em;
    font-size: 20px;
    width: calc(100% - 3em);
    border: 0;
    border-bottom: 1px solid black;
}
select {
    width: 100%;
}
.selectstyle {
    color: #666;
}
input[type=checkbox] {
    width: 1.5em;
    height: 1.5em;
}

button {
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    -webkit-box-shadow: 1px 0px 3px #666666;
    -moz-box-shadow: 1px 0px 3px #666666;
    box-shadow: 1px 0px 3px #666666;
    font-family: Arial;
    color: #ffffff;
    font-size: 20px;
    padding: 0.75em 1.5em 0.75em 1.5em;
    text-decoration: none;
    border: 0;
    animation: none;
    width: 100%;
}

p#register_agb {
    font-size: 20px;
    line-height: 150%;
}