@charset "utf-8";
body {
    font-size: 14px
}
h1 {
    color: rgb(84, 100, 17);
    font-size: 2em;
    margin-bottom: 1em
}
.logobox h1 {
    color: rgb(0, 0, 0);
    margin-top: 0;
    font-weight: 300
}
#mainbox .logobox h1 .brand {
    color: rgb(84, 100, 17);
    font-family: inherit;
    font-weight: 700
}
#startbox .logobox h1 {
    color: rgb(255, 255, 255);
    font-size: 4em
}
#startbox .logobox h1 .brand {
    font-family: inherit;
    font-weight: 700
}
.column-1 h1,
.column-2 h1,
.angebot .leading-1 h1,
.angebot .leading-2 h1 {
    font-size: 1.5em;
    margin-bottom: 0.5em
}
h2 {
    color: rgb(84, 100, 17);
    font-size: 1.5em;
    margin-bottom: 0.5em
}
h3 {
    font-size: 1em;
    margin-bottom: 0
}
p,
table {
    margin-bottom: 1em
}
td {
    padding-right: 1em
}
td:last-child {
    padding-right: 0
}
a {
    color: rgb(64, 64, 64)
}
a:hover {
    text-decoration: underline;
    color: rgb(217, 0, 0)
}
.moduletable_loginform {
    padding-left: 1em
}
.moduletable_loginform form#login-form {
    margin-top: 0.25em
}
.kontakt .items-leading {
    margin-bottom: 4em
}

/* article details */

.article-info {
    font-size: 0.8em;
    font-style: italic;
    margin-bottom: 0.5em
}
.readmore a {
    display: block;
    background-color: rgb(230, 230, 230);
    padding: 0.25em;
    text-align: center;
    border-radius: 3px;
    transition: box-shadow 0.25s
}
.readmore a:hover {
    background-color: rgb(220, 220, 220);
    box-shadow: 0 6px 3px -3px rgba(0, 0, 0, 0.5);
    color: inherit;
    text-decoration: none;
}

/* image styles */

.item-image,
.img-intro-none {
    margin-bottom: 1em
}
.item-image img,
.img-intro-none img {
    width: 100%
}
img.pull-right {
    margin-left: 1em;
    margin-bottom: 2em
}

/* navigation */


/* mainmenu   */

div#navibox ul {
    list-style: none
}
ul.mainmenu li a {
    display: block;
    border-right: solid 1px rgb(255, 255, 255);
    float: left;
    padding: 0.5em 1em
}
ul.mainmenu li a:hover {
    text-decoration: none;
    color: inherit;
    background-color: rgb(220, 220, 220)
}
ul.mainmenu li.current a {
    background-color: rgb(192, 192, 192);
    color: rgb(255, 255, 255)
}
#showmenu img {
    width: 24px;
    margin: 3px
}

/* pagination */

div.pagination {
    margin-top: 2em
}
div.pagination ul {
    margin-left: 0px!important
}
div.pagination ul li {
    float: left;
    list-style: none!important;
    margin-right: 1em;
}
div.pagination ul li.pagination-prev:before {
    content: "< "
}
div.pagination ul li.pagination-next:after {
    content: " >"
}

/* forms, inputs, buttons */

input[type='text'],
input[type="password"] {
    border: solid 1px rgb(214, 0, 0);
    border-radius: 3px;
    padding: 0.25em 0.5em
}
input[type='submit'],
button.button {
    border: 1px solid rgb(128, 128, 128);
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
    color: rgb(128, 128, 128);
    font-weight: 700;
    padding: 0.25em 0.5em;
    transition: box-shadow 0.2s, border-color 0.2s, background-image 0.2s;
    white-space: nowrap
}
input[type='submit']:hover,
button.button:hover {
    background: linear-gradient(rgb(255, 255, 255) 0%, rgb(240, 240, 240) 100%);
    border: 1px solid rgb(255, 255, 255);
    box-shadow: 0 6px 4px -3px rgba(0, 0, 0, 0.5);
    text-decoration: none!important
}
a.button {
    display: block;
    width: 98%;
    background-color: rgb(230, 230, 230);
    padding: 0.5em;
    margin: 0 auto;
    text-align: center;
    font-weight: 700;
    border-radius: 3px;
    transition: box-shadow 0.25s, width 0.25s, color 0.5s, background-color 0.25s
}
a.button:hover {
    background-color: rgb(192, 192, 192);
    box-shadow: 0 9px 3px -6px rgba(0, 0, 0, 0.5);
    width: 100%;
    color: rgb(255, 255, 255);
    text-decoration: none
}

/* breadcrumbs */

ul.breadcrumb {
    list-style: none outside none;
    margin: 0;
    padding: 0
}
ul.breadcrumb li {
    float: left;
    font-size: 0.8em;
}
.divider {
    margin: 0 0.2em
}

/* Login styles */

div.login form fieldset {
    margin-bottom: 2em
}
div.login div.login-fields {
    margin-bottom: 0.5em
}
div.login label {
    display: inline-block;
    width: 10em
}
div.login input {
    font-size: 1em
}

/* Profil edit */

div.profile fieldset legend,
div.profile-edit fieldset legend {
    font-weight: 700
}
div.profile fieldset dl {
    margin-bottom: 1em
}
div.profile fieldset dl dt {
    float: left;
    width: 13em
}
div.profile-edit form fieldset dl {
    margin-bottom: 1em
}
div.profile-edit form fieldset dl dt {
    float: left;
    width: 15em
}
div.profile-edit form fieldset dl dd input,
div.profile-edit form fieldset dl dd select {
    font-size: 1em;
    padding: 0.25em 0.5em;
    margin-bottom: 0.25em
}
div.profile-edit form div button.validate {
    border: 1px solid rgba(193, 39, 45, 1.00);
    border-radius: 3px;
    font-size: 1em;
    padding: 0.25em 1em;
}
div.profile-edit form#member-profile.form-validate div a {
    vertical-align: middle
}
#login-form {
    margin-top: 1em
}
div.login-greeting {
    display: inline-block;
    vertical-align: top;
    margin-top: 0.25em
}
div.logout-button {
    display: inline-block
}

/* article edit */

ul.actions {
    padding-left: 0
}

.edit-icon a {
    border: 1px solid rgb(64, 64, 64);
    border-radius: 3px;
    padding: 0.15em 0.5em;
    background-color: rgb(255, 255, 255);
    font-weight: 700;
    color: rgb(64, 64, 64);
}

/* rc justified gallery */

.rc_gallery div.rc_galleryimg_container span {
    font-weight: 300
}
