/* Flex */
html, body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}

.container {
    flex: 1 0 auto;
}

.page-footer {
    flex-shrink: 0;
}

/* New Client */
.content select {
    display: inline-block !important;
    border: 1px solid var(--input-border-color);
    padding: 0.5rem 0.75rem;
    background-color: var(--input-background-color);
}
/* Main */

.content {
    width: 96% !important;
/*    margin-left: 2% !important;
    margin-right: 2% !important;*/
    margin-left: auto;
    margin-right: auto;
    /*min-width: 600px;*/
}

h5 {
    color: #6d0c05;
}

a {
    color: black;
}

.nav-wrapper .right a:hover {
    background-color: #6d0c05;
    color: white;
}

.icon-block .material-icons {
    font-size: inherit;
}

.logo {
    height: 56px;
}

nav ul a {
    color: black;
}

.button-collapse {
    color: black;
}

    .button-collapse i:hover {
        background-color: #6d0c05;
    }

.parallax-container {
    height: 500px;
}

.section {
    padding-top: 0;
}

#services {
    margin-top: 30px;
    width: 100%;
}

#wmbg {
    position: absolute;
    z-index: -1;
    width: 100%;
    max-width: 1280px;
    left: 50%;
    transform: translate(-50%,0);
}

.carousel {
    height: 200px !important;
}

.scroll-up-arrow {
    font-size: 32px;
    color: #616161;
}

.scroll-up:hover {
    cursor: pointer;
}

    .scroll-up:hover a {
        background-color: initial;
    }

.supportlink {
    color: white;
    line-height: 50px;
    border: 2px solid white;
    border-radius: 30px;
    background-color: #6d0c0f;
    margin: 5px 5px 5px 50px;
}

    .supportlink:hover {
        color: #6d0c05 !important;
        border: 2px solid #6d0c0f;
        border-radius: 30px;
        background-color: white !important;
        margin: 5px 5px 5px 50px;
    }

/* container */
@media only screen and (min-width: 993px) {
    .container {
        width: 90%;
    }

        .container .row {
            padding-top: 100px;
        }

    .services {
        min-height: 300px;
    }

    .icon-block {
        margin-left: 30px;
        margin-right: 30px;
        background-color: rgba(51, 51, 51, 0.08);
        padding: 10px;
        min-height: 200px;
        text-align: left;
    }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {

    .icon-block {
        margin-left: 0px;
        margin-right: 0px;
        background-color: rgba(51, 51, 51, 0.08);
        padding: 10px;
        min-height: 250px;
        text-align: left;
    }
}

@media only screen and (max-width: 900px)) {
}

.bar {
    background-color: #2d130e;
    text-align: center;
    color: white;
}

    .bar .section {
        padding: 50px 0 60px 0;
    }

    .bar h3 {
        color: white;
        font-size: 30px;
    }

    .bar a {
        color: white;
        font-size: 20px;
        padding: 0 10px 0 10px;
    }

.services .row h5 {
    text-align: center;
}

.bar .row {
    max-width: 800px;
}

.table_rides {
    border-width: 10px;
}

    .table_rides th, .table_rides td {
        word-wrap: break-word;
        max-width: 400px;
        padding: 10px;
    }

/* Footer */
.page-footer {
    color: black;
    background-color: transparent;
}

    .page-footer .footer-copyright {
        color: black;
        padding: 0 20px;
    }

    .page-footer h5 {
        text-align: left;
    }

#footer_datenschutz {
    margin-left: 15px !important;
}


body > main {
    width: 100%;
}
/* Login */

.login {
    min-width: 250px;
    width: 100%;
    max-width: 350px;
}

    .login button[type="submit"] {
        background: #6d0c0f;
        border: 0;
        cursor: pointer;
        color: #ffffff;
        transition: background-color 0.2s;
    }

.register button[type="submit"] {
    background: #6d0c0f;
    border: 0;
    cursor: pointer;
    color: #ffffff;
    transition: background-color 0.2s;
}

/* Index */
.index-site {
    max-width: 600px;
}
.dashboard_info td {
    border-bottom: 1px solid darkgray;
    border-top: 1px solid darkgray;
}

.dashboard_info .info_col_1 {
    width: 45%
}

.dashboard_info .info_col_2 {
    width: 45%
}

#minprice-container {
    display: inline;
    float: left;
    width: 100%;
}

/*#minprice_container_1 {
    border-bottom: none;
    padding-bottom: 0;
}
#minprice_container_2 {
    border-bottom: none;
    padding-bottom: 0;
}*/
.minprice_container {
    border-bottom: none !important;
    padding-bottom: 0 !important;
}
#minprice_notes {
    border-top: none;
    padding-top: 5px;
}

.minprice-edit {
    border-bottom: 1px solid #9e9e9e !important;
}

.dashboard_info input[type=text] {
    border-bottom: none;
    margin: 0;
    float: left;
    width: 40%;
}

.dashboard_info img {
    float: left;
    width: 8%;
}

.dashboard_info input[type=button] {
    float: right;
    width: 45%;
    height: 3rem;
    padding: 0;
}

.dashboard_nodes td {
    border-bottom: 1px solid darkgray;
    border-top: 1px solid darkgray;
}

.status_green {
    color: green !important;
    font-weight: bold;
    float: right;
    padding-right: 20px;
}

.status_red {
    color: red !important;
    font-weight: bold;
    float: right;
    padding-right: 20px;
}

/* Telegram */
.telegram-list {
    max-width: 600px;
}

/* Price */
.price-site {
    max-width: 600px;
}

