﻿

html {
    position: relative;
    min-height: 100%;
}
body {
    font: 13px / 1.65em "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #444;
    -webkit-text-size-adjust: 100%;
    margin-bottom: 50px;
}
label {
    font-size: 1.2em;
}


    body > .container {
        padding: 5px 15px 0;
    }

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}


.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #ededed;
    vertical-align: middle;
    font-weight: 600;
    font-size: 15px;
    color: #020202 !important;
    height: 60px;
    padding-top: 1em;
}
    .footer a {
        color: #020202 !important;    
        text-decoration: none;
    }

    .footer a:hover {
        color: #eca324 !important;
    }

    .footer .copyright {
        font-weight: 300;
    }

    #footerCopy {
        color: darkgray;
    }

    #footerCopy a {
        color: darkgray !important;
    }

a, a:hover {
    color: lightblue;
}

 h2 {
    margin-bottom: 1em;
    margin-top: 1em;
}

#overviewForm .dx-field-value label,
#overviewForm .dx-field-label {
    line-height: 1.3em;
    font-size: 1.2em;
    width: 250px;
}

#overviewForm .dx-field-value {
    width: 140px !important;
    float: left;
}

#overviewForm .dx-field input {
    font-weight: 500 !important;
}

#orderMultiview .dx-field-value label,
#orderMultiview .dx-item-content,
#orderMultiview .dx-field-label {
    line-height: 1.3em;
    font-size: 1.2em;
}

#orderMultiview .dx-field-label {
    width: 200px;
}

#orderMultiview .dx-field-value {
    float: left;
    max-width: 400px;
    width: 100%;
}


.unavailable {
    color: red;
}

.available {
    color: green;
}


.dx-list .dx-empty-message {
    color: white;
    padding-left: 0;
}

/*.dx-list-item-content, .dx-list-select-all-label { 
    color: white;
}*/

.attention {
    color: white;
    background-color: #334C34;
    font-size: 1.2em;
    padding: 1em;
}

.dx-scheduler-work-space-month .dx-scheduler-date-table-cell {
    height: 100px;
}


.navbar {
    background-color: white;
    height: 160px;
    background-position: bottom;
    background-image: url('/images/erlebniswanderungen/green-3.png');
    background-repeat: no-repeat;
}

.navbar .topbar {
    background-color: #7a9e1a;
    width: 100%;
    padding-left: 120px;
    margin-bottom: 26px;
}