﻿body {
    padding-top: 80px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

a {
    color: #2fa4e7;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    color: #317eac;
}

.startpage-header
{
    max-width: 700px;
}

.rss-post{
    text-align: left;
}

.icon-square {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    font-size: 1.5rem;
    border-radius: .75rem;
    line-height: 0.75em !important;
}


/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

/* START Navigation  bar */

.img-responsive {
    width: 100%;
    height: auto;
}


.navbar-dark {
    background-color: #3097D1 !important;
}

    .navbar-dark a.nav-link {
        color: white !important;
    }

    .navbar-dark .buyme::before {
        line-height: 1.3em !important;
    }


.navbar-header {
    padding: 8px !important;
}


.notification {
    text-decoration: none;
    margin-left: 0.4em;
    margin-right: 0em;
    padding: 0.25em 0.4em;
    font-size: 0.8em;
}

.notification-danger {
    background-color: #d43f3a !important;
    color: white !important;
}

.notification-warning {
    background-color: #d58512 !important;
    color: white !important;
}

.notification-new {
    background-color: #fcff00 !important;
    color: black !important;
}

.notification-success {
    background-color: #398439 !important;
    color: white !important;
}

.notification-info {
    background-color: #269abc !important;
    color: white !important;
}

.badge-inverse {
    background-color: #333333 !important;
    color: white !important;
}


a.toplogo,
a.toplogo:visited {
    white-space: nowrap;
    font-size: 13px;
    color: white;
    font-weight: bolder;
    text-decoration-color: white;
    text-shadow: 0px 2px 2px 0px #444444;
    text-decoration: none;
}

.dropdown-title {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: bold;
    line-height: 1.4285;
    color: #333333;
    white-space: nowrap;
}

/* END Navigation  bar */

footer li {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

footer p {
    clear: left;
    margin-bottom: 0px;
}

p {
    text-align: justify;
}
 
table td,
table th {
    margin: 5px;
    padding: 5px;
}

.aufsatz table tr:nth-child(even) {
    background-color: #EEEEEE !important;
}

.aufsatz table tr th {
    background-color: #DDDDDD !important;
}

.aufsatz table,
.aufsatz table td,
.aufsatz table tr,
.aufsatz table th {
    border-style: solid;
    border-width: 1px;
    margin-bottom: 20px;
    margin: 10px;
    padding: 10px;
}

.aufsatz table {
    margin-bottom: 20px !important;
    padding-bottom: 20px !important;
}

/* Für die Verfahrenstipps etc. */

.aufsatz .marginalie {
    font-weight: bolder;
    font-style: italic;
    color: gray;
}


.hinweisBox {
    border: darkgray;
    border-style: solid;
    border-width: 1px;
    text-align: left;
    margin: 0;
    padding: 10px;
    background-color: #DDDDDD;
}



.hinweis {
    border: darkgray;
    border-style: solid;
    border-width: 1px;
    text-align: left;
}

    .hinweis th {
        margin: 0;
        padding: 10px;
        background-color: #BBBBBB;
        text-align: left;
    }

    .hinweis td {
        margin: 0;
        padding: 10px;
        background-color: #EEEEEE;
        text-align: left;
    }




/* Bestell-Sale Badge */

.ui-ribbon-container {
    position: relative
}

    .ui-ribbon-container .ui-ribbon-wrapper {
        position: absolute;
        overflow: hidden;
        width: 85px;
        height: 88px;
        top: -3px;
        right: -3px
    }

    .ui-ribbon-container.ui-ribbon-primary .ui-ribbon {
        background-color: #5b90bf
    }

    .ui-ribbon-container .ui-ribbon {
        position: relative;
        display: block;
        text-align: center;
        font-size: 15px;
        font-weight: 700;
        color: #fff;
        transform: rotate(45deg);
        padding: 7px 0;
        left: -5px;
        top: 15px;
        width: 120px;
        line-height: 20px;
        background-color: #555;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.3)
    }

    .ui-ribbon-container.ui-ribbon-primary .ui-ribbon:after,
    .ui-ribbon-container.ui-ribbon-primary .ui-ribbon:before {
        border-top: 2px solid #5b90bf
    }

    .ui-ribbon-container .ui-ribbon:before {
        left: 0;
        bottom: -1px
    }

    .ui-ribbon-container .ui-ribbon:before {
        right: 0
    }

    .ui-ribbon-container .ui-ribbon:after,
    .ui-ribbon-container .ui-ribbon:before {
        position: absolute;
        content: " ";
        line-height: 0;
        border-top: 2px solid #555;
        border-left: 2px solid transparent;
        border-right: 2px solid transparent
    }


/* Same col height in rows for bootrap 3 */

.row-sameheight {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

    .row-sameheight > [class*='col-'] {
        display: flex;
        flex-direction: column;
    }


