/* CSS Document */
html{
    font-size:18px;
}
a {
    color: #337ab7;
    text-decoration: underline;
}

a:hover {

}

time{
    font-weight:bold;
    word-wrap: normal;
}

.infobox{
    background-color: #f5f5f5;
    border: 1px solid #999;
    padding:10px;
}


.btn-oberraden, a.btn-oberraden, #panotour-vr .btn {
    background-color: white;
    border: 1px solid #999;
    color: black;
}

.btn-oberraden:hover, a.btn-oberraden, #panotour-vr .btn:hover {
    background-color: #f5f5f5;
    border: 1px solid #999;
    text-decoration: none;
    color: black;
}

#sitefooter .btn-default, .btn-default {
    background-color: white;
    border: 1px solid #999;
    color: black;
}

#sitefooter .btn-default:hover, .btn-default:hover {
    background-color: #f5f5f5;
    border: 1px solid #999;
    text-decoration: none;
}


.container {
    max-width: 1170px;
}

p.pretext {
    margin-left: auto;
    margin-right: auto;
}

#einklinker {
    display: none;
}

#einklinker2 {
    display: block;
    margin-top: 60px;
}

.oberraden-liste-ul, .oberraden-liste-ol {
    margin-left: 1.5em;
    padding-left: 0;
}


#backtotop {
    position: fixed;
    right: 15px;
    bottom: 60px;
    z-index: 1000;
    width: 60px;
    height: 1px;
    overflow: hidden;
    transition: all 0.7s;
    border: none;
    background: none;
    padding: 0;
}

#backtotop img {
    height: 60px;
    width: 60px;
}

#backtotop.btnopen {
    height: 60px;
    width: 60px;
}

body {
    font-size: 1.125rem;
    font-family: 'Arial', sans-serif;
    word-wrap: break-word;
}

body, main {
    background-image: url("../images/layout/body-bk.png");
    background-repeat: repeat;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
    margin-top: 20px;
    margin-bottom: 20px;
}

h1, h2, h3, h4 {
    color: #444;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

h3 {
    font-size: 1.5rem;
}

h4 {
    font-weight: bold;
}

h1 {
    font-size: 2.5rem;
    text-align: center;
}


main > header h1 {
    margin-bottom: 30px;
}

figcaption {
    background: #eee;
    padding: 3px 5px;
    font-size: 0.9rem;
}



.texttrenner {
    padding-top: 30px;
    padding-bottom: 60px;
    text-align: center;
    clear: both;
}

footer h3 {
    color: white;
}

#mainnav {
    background: #1e6557;
}

.navbar-header {
    background: none;
}

.navbar-brand {
    background: none;
    text-transform: uppercase;
    padding-top: 0;
    padding-left: 0;
    display: inline-block;
}

#brandtext {
    padding-top: 15px;
    padding-left: 15px;
    color: #f8f54a;
    float: left;
}

.navbar-brand img {
    height: 40px;
    width: auto;
    /* float: left; */
}

.navbar-nav > li a:link, .navbar-nav > li a:visited {
    text-transform: uppercase;
    color: #000;
    text-align: center;
    margin-bottom: 5px;
    background: none;
}

.navbar-nav > li > a:hover {
    background: none;
}

/* submenues */
.navbar-nav ul {
    background: rgba(255, 255, 255, 0.8);
}

#sliderfooter {
    display: none;
}

#sitefooter {
    padding-top: 15px;
    padding-bottom: 25px;
    background: #1e6557;
    background: rgba(4, 75, 61, 0.8);
    color: white;
    border-top: 4px solid #9aa8ad;
}

#sitefooter span.minset a:link, #sitefooter span.minset a:visited {
    color: white;
}

#news header {
    margin-left: 0;
    padding-left: 0;
}


#news, #hits, footer {
    margin-top: 30px;
}

#news {
    margin-bottom: 30px;
    padding-top: 30px;
}

#hits figcaption {
    text-align: center;
    text-transform: uppercase;
    padding-top: 5px;
    word-wrap: break-word;
    position: relative;
    z-index: 100;
}

#hititems div:nth-child(2n+1) {
    clear: both;
}

#hititems a {
    display: block;
    margin-bottom:30px;
}


.trenner {
    height: 30px;
    margin-bottom: 30px;
    border-bottom: 1px dotted #999;
}

.pretext {
    text-align: center;
}

.list-dotted {
    padding: 0;
    margin: 0 0 0 1.2em;
}


#panotour-vr {
    background-image: url("../images/layout/panoramatafel.jpg");
    background-size: cover;
    background-position: center center;
    height: 300px;
    padding-top: 50px;
    border-bottom: 4px solid #9aa8ad;
    border-top: 4px solid #9aa8ad;
}

#panotour-info {
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    color: white;

    font-size: 1.2rem;

    text-align: center;
}

#panotour-info h3 {
    font-size: 1.6rem;
    color: #1e6557;
    text-shadow: 2px 2px 5px white, -2px -2px 5px white, -2px 2px 5px white, 2px -2px 5px white;

}

#megamenu {
    display: none;
}
q{
    color: #666;
    font-style: italic;
}

@media only screen and (min-width: 480px) {
    #hits {
    }

    #hits img {
        transition: all 1.5s;
        position: relative;
        z-index: 0;
    }

    #hits img:hover {
        transform: scale(1.05);
        opacity: 1;
    }

    #hits figure {
        overflow: hidden;
    }
}

@media only screen and (min-width: 768px) {

    .zweispaltig{
        column-count:2;
        column-gap:30px;
    }

    #megamenu {
        display: list-item;
    }


    body {
        padding-top: 0;
        font-size: 1.125rem;
    }

    li#home {
        display: none;
    }

    #mainnav {
        position: fixed;
        z-index: 1000;
        left: 0;
        top: 0;
        width: 100%;
        padding-top: 7px;
        padding-bottom: 7px;

        box-shadow: 3px 3px 3px #999;
        background: white url("../images/layout/body-bk.png") repeat;
    }

    #home a:link, #home a:visited {
        padding-top: 13px;
    }

    #brandtext {
        float: left;
        font-size: 1rem;
        padding-left: 10px;
        display: none;
    }

    .navbar-header {
        /* min-height: 65px; */
        padding-bottom: 2px;
    }

    #mainnav > .container {
        position: relative;
    }

    .navbar-brand {
        position: absolute;
        z-index: 10000;
        left: 15px;
        top: 5px;
    }

    .navbar-brand img {
        display: block;
        width: 60px;
        height: auto;
    }

    .navbar-nav > li > a:link, .navbar-nav > li > a:visited {
        color: #444;
        text-align: left;
        margin-bottom: 0;
        padding-top: 5px;
        padding-bottom: 5px;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        font-size: 1rem;
        border-bottom: none !important;
    }

    .navbar-nav > li > a:hover {
        color: yellow;
    }

    li.dropdown.show > a:link, li.dropdown.show > a:visited {
        background: none;
        border: none;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        color: orange;
    }

    li.dropdown.show ul {
        background: rgba(255, 255, 255, 0.9);
    }

    .dropdown.show ul a {
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        border: none;
    }

    .dropdown.show ul a:hover {

        color: #000;
    }

    #sliderfooter {
        display: none;
    }

    main {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .nav > li > a {
        padding-left: 6px;
        padding-right: 6px;
    }

    #panotour-vr {
        height: 300px;
        padding-top: 80px;
        border-bottom: 4px solid #9aa8ad;
        border-top: 4px solid #9aa8ad;
    }

    #panotour-info {
        max-width: 600px;

        font-size: 1.2rem;
    }

    #panotour-info h3 {
        font-size: 1.5rem;

    }


    /* Megamenu */
    .navbar-nav > li {
        display: none;
    }

    .navbar-nav li#megamenu {
        display: list-item;
    }

    #megamenu .dropdown-menu {
        width: 680px;
        top: 46px;
        height: 0 !important;
        overflow: hidden !important;
        -webkit-transition: all 1s;
        transition: all 1s;
        opacity: 0;
    }


    #megamenu .dropdown-menu {
        transition: opacity 0.7s;
        opacity: 0;
    }

    #megamenu .dropdown-menu.show {
        height: 380px !important;
        opacity: 0.9;
    }


    #megamenu .dropdown-menu.show .megaliste {
        float: left;
    }

    #megamenucont {
        left: -550px;
    }

    #megamenucont.show {

    }

    .megaliste {
        list-style-type: none;
        border-right: 1px dotted #999;
        height: 320px;
        padding-left: 0;

    }

    .megaliste > li {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 12px;
    }

    .megaliste:first-child {

    }

    .megaliste:last-child {
        border: none;
    }

    .megaliste:last-child > li {
        padding-right: 0;
    }

    .megaliste .megatitel {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 1rem;
        text-align: left;
        margin-bottom: 15px;
        color: #1e6557;
    }

    .megaliste li a:link, .megaliste li a:visited {
        text-transform: none;
        font-size: 1rem;
        display: block;
        text-align: left;
        text-decoration: none;
    }

    .megaliste li a:hover {
        background: none;
        color: orange;
    }

    #megamenu .dropdown-menu {
        padding-top: 15px;
    }

    #mbutton {
        display: inline-block;
        width: 22px;
        height: 18px;
        margin-right: 5px;
        vertical-align: text-bottom;
        position: relative;
    }

    #mbtop {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 100;
        height: 2px;
        background: #444;
        width: 100%;
        -webkit-transition: transform 1s;
        transform-origin: left top;
        transition: all 0.6s;
    }

    #mbbottom {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 100;
        height: 2px;
        background: #444;
        width: 100%;
        -webkit-transition: transform 1s;
        transform-origin: left bottom;
        transition: all 0.6s;
    }

    #mbmiddle {
        position: absolute;
        top: 8px;

        left: 0;
        z-index: 100;
        height: 2px;
        background: #444;
        width: 100%;
        -webkit-transition: opacity 1s;
        transition: all 0.6s;
    }

    #megamenu > a.show #mbmiddle {
        opacity: 0;
        background-color: orange;
    }

    #megamenu > a.show #mbtop {
        transform: rotate(49deg);
        background-color: orange;
    }

    #megamenu a.show #mbbottom {
        transform: rotate(-49deg);
        background-color: orange;
    }

    #megamenu > a:hover {
        color: orange;
    }

    #megamenu > a:hover #mbtop, #megamenu > a:hover #mbmiddle, #megamenu > a:hover #mbbottom {
        background-color: orange;
    }

    #megamenu > a.show {
        color: orange;
        box-shadow: none;
    }
}

@media only screen and (min-width: 992px) {
    #brandtext {
        font-size: 1.125rem;
        padding-left: 15px;
    }

    .navbar-brand img {
        width: 100px;
    }

    #hititems div:nth-child(2n+1) {
        clear: none;
    }

    #hititems article:nth-child(3n+1) {
        clear: both;
    }

    .nav > li > a {
        padding-left: 10px;
        padding-right: 10px;
    }

    #brandtext {
        font-size: 1.75rem;
    }

    .navbar-nav > li > a:link, .navbar-nav > li > a:visited {
        font-size: 1rem;
    }

    #panotour-vr {
        height: 380px;
        padding-top: 100px;
        border-bottom: 4px solid #9aa8ad;
        border-top: 4px solid #9aa8ad;
    }

    #megamenucont.show {
        width:810px;
        height:400px;
    }
    .megaliste > li {
        padding-left: 30px;
        padding-right: 30px;
        margin-bottom: 12px;
    }
    #megamenucont {
        left: -680px;
    }
}

@media only screen and (min-width: 1200px) {
    .nav > li > a {
        padding-left: 15px;
    }

    #panotour-vr {
        height: 480px;
        padding-top: 150px;
        border-bottom: 4px solid #9aa8ad;
        border-top: 4px solid #9aa8ad;
    }

    #panotour-info h3 {
        font-size: 2rem;
    }

}

@media only screen and (min-width: 1980px) {
    body {
        /*
        background-repeat: repeat-x;
        background-position:0 13px;
        */
    }
}

@media only screen and (max-width: 991px) {
    #megamenu .dropdown-menu.show {

    }
}

@media only screen and (max-width: 767px) {
    .navbar-nav > li > a:link, .navbar-nav > li > a:visited {
        color: white;
    }

    main{
        margin-top:60px;
    }

    .nav-link.show {

        box-shadow: none;
        color: orange !important;
    }

    button.navbar-toggler {
        background-color: rgba(255, 255, 255, 0.5);
        padding: 2px;
    }

    div#brandtext {
        padding-top: 10px
    }

    div.navbar-collapse {
        border-top: 2px solid rgba(255, 255, 255, 0.5);
    }

    .navbar-toggler-icon {

    }


    .nav .show > a, .nav .show > a:hover, .nav .show > a:focus {
        background: rgba(255, 255, 255, 0.2);
    }

    #mainnav {
        border-bottom: 2px solid rgba(255, 255, 255, 0.2);
        padding-top: 0;
        padding-bottom: 0;
    }

    #mainnav .dropdown-menu {
        background: rgba(255, 255, 255, 0.1);
    }

    #mainnav .dropdown-menu a:link, #mainnav .dropdown-menu a:visited {
        color: #ccc;
    }

    .navbar-brand img {
        margin-top: 5px;
        margin-left: 5px;
    }
}




