body {
    font-family: "Nunito", Helvetica, Arial, sans-serif;
    font-size: 1.4em;
    line-height: 130%
}

.strong {
    font-weight: bold;
}

a, .red {
    color: #AE0808;
}

a:hover {
    color: #ff0000;
}

.topbar {
    font-size: 8px;
}

#sperrbild {
    display: none;
}

#gend {
    position: absolute;
    bottom: 8px;
}

#claim {
    color: #CC6600;
    font-weight: bold;
    font-size: 16px;
}

@media (min-width: 750px) {
    #claim {
        margin-top: 10px;
    }
}

@media (min-width: 1000px) {
    #sperrbild {
        display: block;
    }

    #claim {
        margin-top: 10px;
    }

    #boxrightheader {
        position: absolute;
        bottom: 9px;
        right: 0px;
    }
}

@media (min-width: 1200px) {
    #claim {
        margin-top: 10px;
    }
}

#topbar {
    background: #f0f0f0;
    font-size: 1rem;
    position: sticky;
    top: 0px;
    margin-bottom: 20px;
    padding: 10px;
}

#emobar {
    margin-bottom: 20px;

}

h1.uniqueh, h2.uniqueh, h3.uniqueh, h4.uniqueh {
    color: #AE0808;
    font-weight: bold;
    font-size: 1.5rem;
    letter-spacing: 0;
    margin-top: 5px;
    text-transform: uppercase;;
}

.wellhead {

    padding-bottom: 3px;
    margin-bottom: 0;
}

.menuitem {
    line-height: 1.5rem;
    display: flex;
    align-items: flex-start;
    padding-bottom: 5px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 5px;
}

.menuitem-last {
    border-bottom: 0;
}

.menuitem img {
    margin-right: 10px;
}

.menuitemtext {
    font-weight: bold;
}

.menuitemtext .small {
    font-weight: normal;
}

.small {
    font-size: 1rem;
    line-height: 1.0rem;
}

#socialbuttons {
    text-align: right;
    font-size: 2.5em;
}

.well, .wello, .news {
    background: rgba(162, 162, 162, 0.25);
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 0;
    padding-right: 10px;
    margin-bottom: 20px;
}

.news {
    background: #fff;
}

.wello {
    padding-left: 30px;
    padding-right: 0;
}

.wello a {
    color: inherit;
    text-decoration: none;
    margin-right: 0;
}

.wello a:hover {
    color: #666666;
}

.news {
    border: 1px solid #cccccc;
    padding-left: 0;
}

.news img {
    height: 80px;
    width: 80px;
    margin-right: 12px;
}

.news h3 {
    font-size: 16px;
    font-weight: bold;
    color: #666666;
    margin: 5px 0 0;
    letter-spacing: 0;
}

.newsline {
    border-bottom: 1px solid #cccccc;
    display: flex;
    padding: 6px 6px 6px 0;
}

.newscontent {
    margin-bottom: 5px;
}

.newscontent p {

}

.newshead, .blockhead {
    border-top: 1px solid #cccccc;
    margin: 3px 0 0 0;
    padding: 3px 0;
}

.blockhead {
    border-bottom: 1px solid #ccc;
}

ul.morelist li {
    margin: 6px 0;
    list-style-type: square;
}

ul.morelist li a {
    color: #666666;
    text-decoration: none;
}

ul.morelist li a:hover {

}

.left0 {
    padding-left: 0;
}

#plzsuche {
    margin-top: 30px;
}

svg a:hover path {
    fill: #111;
}

svg a path {
    transition: 500ms;
    transition-timing-function: ease-in-out;
    -webkit-transition: 500ms;
    -webkit-transition-timing-function: ease-in-out;
}

table.seminarkalender {
    font-size: 12px;
    border: 2px solid #fff;
    width: 100%;
}

table.seminarkalender td {
    padding: 3px 10px;
    border-bottom: 2px solid #fff;
}

#header {
    background: url('../source2017/header2017.jpg')
}

footer {
    background-color: #F8F4F1;
    padding-top: 20px;
}

footer p {
    margin-bottom: 0px;
    font-size: 12px;
}

footer p a {
    color: #666666;

    text-decoration: none;
}

/* ---- cookiehinweis ---- */

#cookiedingsbums a {
    color: #000;
    font-weight: normal;
    text-decoration: underline;
}

#cookiedingsbums a:hover {
    text-decoration: underline;
}

#cookiedingsbums div {
    padding-top: 5px;
    padding-right: 40px;
}

#cookiedingsbums {
    outline: 1px solid #7b92a9;
    text-align: center;
    border-top: 1px solid #fff;
    background: #CC6600;

    position: fixed;
    bottom: 0px;
    z-index: 10000;
    width: 100%;

    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
}

#cookiedingsbums .btn{
    background:#fff;
}

#cookiedingsbumsCloser {
    color: #777;
    font: 12px/100% arial, sans-serif;
    position: absolute;
    right: 5px;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    top: 5px;
    cursor: pointer;
    border-top: 1px solid white;
    border-left: 1px solid white;
    border-bottom: 1px solid #7b92a9;
    border-right: 1px solid #7b92a9;
    padding: 4px;
    background: #ced6df; /* Old browsers */

}

#cookiedingsbumsCloser:hover {
    border-bottom: 1px solid white;
    border-right: 1px solid white;
    border-top: 1px solid #7b92a9;
    border-left: 1px solid #7b92a9;
}

#cookiedingsbums p{
    margin-bottom:5px;
}
