html {
    overflow-y: scroll;
}

body {
    padding: 10px;
    font-family: 'Open Sans', sans-serif;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
}

body {
    background: url('../img/witewall_3.png') repeat;
}

/* RockSalt-Regular */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local(''),
    url('../assets/fonts/OpenSans-VariableFont_wdth,wght.ttf') format('truetype'); /* Safari, Android, iOS */
}

/* RockSalt-Regular */
@font-face {
    font-family: 'Rock Salt';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local(''),
    url('../assets/fonts/RockSalt-Regular.ttf') format('truetype'); /* Safari, Android, iOS */
}

a:active,
a:focus,
a:hover,
a {
    color: #000000;
    text-decoration: none;
}

a.plain {
    text-decoration: none;
}

a.plain:hover {
    text-decoration: underline;
}

a.plainhover:hover {
    text-decoration: none;
}

.modal {
    z-index: 9999;
}

.modal-cookies {
    width: 70%;
    height: 80%;
    margin-top: 5%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}

.modal-dialog {
}

.modal-content {
    margin: 0 auto;
    width: 98% !important;
    height: auto;
    min-height: 100%;
    border-radius: 0;
}

.modal-header.tkn {
    /*margin: 2px;*/
    border: 0;
}

.modal-header.tkn span {
    font-size: larger;
    font-weight: bold;
}

/*http://stackoverflow.com/a/18859037/1589571*/
table.table .img-responsive {
    width: 100%;
}

.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
}

h2 {
    font-size: 1.50em;
    font-weight: bold;
    color: #0075BB;
}

h3 {
    color: #444;
    font-size: 1.30em;
    font-weight: bold;
}

h4 {
    color: #555;
    font-size: 1.00em;
}

h5 {
    font-size: .9em;
}

h6 {
    font-size: .9em;
}

.nowrap {
    white-space: nowrap;
}

.rechts {
    float: right;
}

.rechts.rand {
    margin: 0 0 20px 20px;
}

.links.rand {
    margin: 0 20px 20px 0;
}

.links {
    float: left;
}

.schatten {
    box-shadow: 2px 2px 5px 2px #aaa;
}

img.flagge {
    max-width: 20px;
    box-shadow: 1px 1px 5px #fff;
}

img.klassifizierung {
    clear: both;

}

.dw-dropdown-content .checkbox {
    min-height: 5px !important;
}

.btn-ltt-wide {
    width: 100%;
    text-align: left;
    text-decoration: none;
}

.btn-ltt-1,
.btn-ltt {
    color: #444;
    background-color: #e5e5e5;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 4px;
}

.btn-ltt-1:hover {
    background-color: #c1c1c1;
}

.btn-ltt-2 {
    color: #444;
    background-color: #C7E4A8;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 4px;
}

.btn-ltt-2:hover {
    background-color: #84C44D;
}

.btn-ltt3 {
    color: #0077BE;
    background-color: #C7E4A8;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 4px;
    box-shadow: 2px 2px 5px 2px #aaa;
    margin: 0 5px;
}

.btn-ltt3:hover {
    background-color: #84C44D;
}

.btn-ltt-white {
    background-color: #ffffff;
}

.btn-ltt-outline {
    background-color: white;
}

.btn-ltt-lg a {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 60px 0px;
    background-color: #E5E5E5;
    border-radius: 6px;
    font-size: 18px;
    box-shadow: 2px 2px 5px 2px #ddd;
    text-decoration: none;
}

.btn-ltt-lg:hover a {
    background-color: #428BCA;
    box-shadow: 2px 2px 5px 2px #aaa;
}

.btn-ltt-lg:hover a {
    color: #ffffff;
}

.btn-ltt:hover {
    color: #0075BB;
}

.btn-ltt2 {
    color: #444;
    background-color: #ccc;
}

.btn-ltt2:hover {
    color: white;
}

ul.list-group.ltt li {
    border: 0;
    padding: 3px 0;
}

ul.list-group.ltt span.badge {
    background-color: transparent;
    padding: 0;
    font-size: 16px;
}

.postit {
    margin: 30px 0 40px 0;
    background: #fefabc;
    padding: 10px;
    color: #000;
    -moz-transform: rotate(357deg);
    -webkit-transform: rotate(357deg);
    -o-transform: rotate(357deg);
    -ms-transform: rotate(357deg);
    transform: rotate(357deg);
    box-shadow: 0px 4px 6px #333;
    -moz-box-shadow: 0px 4px 6px #333;
    -webkit-box-shadow: 0px 4px 6px #333;
}

.postit ul.list-group {
}

.postit ul.list-group li {
    background-color: #fefabc;
    border: 0;
    padding: 0px 0;
}

.postit ul.list-group span.badge {
    background-color: #fefabc;
    padding: 0;
    font-size: 11px;
}

.postit ul.list-group span.badge span {
    color: #555;
}

.postit a {
    text-decoration: none;
}

.postit a:hover {
    text-decoration: underline;
}

/* form */
form {
}

/*aside*/
aside {
}

img#logo {
    float: right;
    margin: 20px 20px 0 0;
}

aside#meta {
    margin-top: 5px;
}

aside#meta ul {
    padding: 0;
    margin: 5px 0 5px 10px;
}

aside#meta div.sub {
    margin: 10px 0 0 0;
}

aside#meta div.sub form {
    display: inline-block;
    background: #C7E4A8 5px 50% no-repeat;
    padding: 10px;
    box-shadow: 2px 2px 5px #aaa;
    border-radius: 6px;
}

aside#meta div.sub form td {
}

aside#meta ul li {
    list-style-type: none;
    display: inline-block;
    padding: 0 .8em 0 .5em;
}

aside#meta ul li.nobg {
    background: none;
    padding: 0;
}

aside#meta ul li.merkliste {
    background-color: rgba(254, 250, 188, .9);
    border-radius: 6px;
    box-shadow: 0 0 4px #ffffff inset;
}

aside#meta ul li.merkliste a {
    color: #444;
}

aside#meta ul li a:hover {
    color: #000000;
}

aside#meta .fb {
}

aside#meta .fb img {
    margin-left: 15px;
}

aside#meta a.fb:hover {
}

/*nav*/

/*article*/
article {
    margin-top: 2em;
}

article.index {
    margin-top: 0;
}

article.index .row.claim .col-md-4,
article.index .row.claim .col-md-8,
article.index .row.claim .col-md-12 {
    padding-left: 5px !important;

}

article.index .row.claim {
    margin: 1em 0;
    padding-left: 0px;
}

.row.claim h1 {
    font-size: 2.05em;
    font-family: "Rock Salt";
    color: #0075BB;
    text-shadow: 4px 4px 4px #ccc;
    margin: 35px 0 20px 0;
    padding: 0 !important;
}


h1 {
    font-size: 1.5em;
    font-family: "Rock Salt";
    color: #0075BB;
    margin: 20px 0 20px 10px;
}
h1.urlaub {
    margin-left: 45px;
}
h1.freizeit {
    margin-left: 30px;
}
h1.gastgeber {
    margin-left: 0px;
}



article.index .row.claim h5 {
    text-shadow: 1px 1px 1px #ccc;
    margin: 0;
}

article .row.prospekte {
    margin-top:45px;
}

article .row.prospekte .row {
    margin: 0 0 50px 0;
}

article .row.presse .element .bgimg {
    height: 200px;
    background-size: cover;
    margin-bottom: 5px;
}

article .row.presse .element {
    margin-bottom: 25px;
}

article .row.wege {
    margin-top: 50px
}

article .row.wege .element .padding {
    padding: 2px 8px;
}

article .row.wege .element {
    margin: 0 0 50px 0;
    box-shadow: 2px 2px 5px 2px #ddd;
}

article .row.wege2 {
    margin: 45px;
    padding: 15px;
    border: solid 2px #C0CC56;
    border-radius: 7px;
}

article .row.wege2 h3 {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 60px;
    margin-left: 15px;
    font-family: "Rock Salt";
    color: #0075BB;
    color: #C0CC56;
    text-shadow: 1px 1px 1px #ccc;
}

article .row.wege2 h3 img.logo {
    max-height: 150px;
    max-width: 150px;
}

article .row.wege2 .beschreibung {
}

article .row.wege2 .bilder img {
    display: inline-block;
    margin-bottom: 30px;
}

article .row.wege2 .oa {
}

article img.markierung {
    max-height: 60px;
}

article div.modalbild img {
    margin-bottom: 15px;
}

article .row.wege .element a {
    text-decoration: none;
}

article .row.wege .element:hover {
    box-shadow: 2px 2px 5px 2px #aaa;
}

article .row.wege .element.topweg {
    min-height: 600px;
    overflow: hidden;
}

article .row.wege .element.topweg .bgimg {
    height: 250px;
    background-size: cover;
    background-position: center center;
}

.accordion {
    width: 100%;
    cursor: pointer;
    margin-top: 40px;
}

.accordion h3 {
    background: #ffffff url(../img/accordion_plus.png) 5px 50% no-repeat;
    display: block;
    clear: both;
    height: auto;
    padding: 5px 0 5px 30px;
    margin: 10px 0 0 0;
}

.accordion h5:first-child {
    margin-top: 0;
}

.accordion h3.opened {
    box-shadow: 2px 2px 5px 2px #aaa;
    background: #C7E4A8 url(../img/accordion_minus.png) 5px 50% no-repeat;
}

.accordion div.accordion_folder {
    padding: 20px 40px 10px 20px;
    background-color: #F4F4F4;
    box-shadow: 2px 2px 5px 2px #aaa;

}

.accordion p {
    clear: both;

}

article .well {
    margin: 30px;
}
article .row.gastro {
    margin: 45px;
}
article .row.tipps.freizeit {
    margin: 0 10px;
}
p.freizeit {
    margin-top: 15px;
    margin-left: 30px;
    font-weight: bold;
    font-size: 1.5em;
    color: #0075BB;
}

article .row.tipps .row.tipps  {
    margin: 45px;
}
article .row.tipps h2 {
    clear: both;
}

article .row.tipps h4 {
    font-weight: bold;
}

article .row.tipps iframe {
    margin: 10px 0;
}

article .row.tipps .element {
    margin: 0 0 50px 0;
    box-shadow: 2px 2px 5px 2px #ddd;
}

article .tipps ul.veranstaltungen {
    padding-left: 10px;
}

article .tipps .demnaechst {
    display: none;
}

article .tipps.camping .element {
    min-height: 450px;
}

article .tipps.camping .element h3 {
    min-height: 2.5em;
}

article .row.tipps .element:hover {
    box-shadow: 2px 2px 5px 2px #aaa;
}

article div.row.tipps a,
article div.row.tipps div.element a {
    text-decoration: none;
}

article div.row.tipps div.element .padding {
    padding: 2px 8px;
}

article div.row.tipps div.element .bgimg {
    min-height: 150px;
    background-size: cover;
    background-position: center center;
}

article div.row.pauschalen div.element {
    margin-bottom: 20px;
    padding: 0px;
    box-shadow: 2px 2px 5px 2px #ddd;
}

article div.row.pauschalen div.element1 {
    background-color: #E9FCD4;
}

article div.row.pauschalen div.element2 {
    background-color: #EAF7FF;
}

article div.row.pauschalen div.element3 {
    background-color: #ccc;
}

article div.row.pauschalen div.element:hover {
    box-shadow: 2px 2px 5px 2px #aaa;
}

article div.row.pauschalen.uebersicht .element {
    width: 100%;
    height: 150px;
    display: inline-block;
    background-size: cover;
    margin: 10px;
}

@media (max-width: 991px) {
    article div.row.pauschalen.uebersicht h2 {
        font-size: 1em;
    }
}

article div.row.pauschalen.uebersicht h2,
article div.row.pauschalen.uebersicht p {
    padding-left: 10px;
}

article div.row.pauschalen.uebersicht a {
    text-decoration: none;
}

article div.row.pauschalen.uebersicht .element img {
    top: -20px;
    position: relative;
}

article div.row.pauschalen .img_gap {
    max-height: 100px;
    overflow: hidden;
}

article div.row.pauschalen .img_gap img {
    position: relative;
    top: -20px;
}

article div.row.pauschalen div.element div.angaben {
    padding: 5px 10px;
}

article div.row.pauschalen div.element div.angaben h4 {
    min-height: 3em;
}

article div.row.pauschalen .preis {
    font-weight: bold;
    font-size: 1.6em;
    color: #0075BB;
    text-shadow: 2px 2px 1px #ccc;
}

article div.row.pauschalen .leistungen ul {
    padding: 0;
    margin: 0;
}

article div.row.pauschalen .leistungen ul li {
    list-style-type: none;
    border-top: solid 1px #ccc;
    padding: 1px 3px;
}

article .pauschalen.filter {
    margin: 0 0 15px 0;
}

article .pauschalen.filter span.filter {
    white-space: nowrap;
    margin: 0 0 5px 0;
}

article .pauschalen.filter span.checkboxstyle {
    padding: 3px 10px;
}

article .pauschalen.filter span.checkboxstyle a {
    text-decoration: none;
}

article .pauschalen.filter span.checkboxstyle a {
    text-decoration: none;
}

article .pauschalen.filter span.unchecked a {
    color: #aaa;
}

article .pauschalen.filter span.filter.unchecked {
    color: #aaa;
    border: solid 1px #ddd;
}

article .pauschalen.filter span.checked a {
    background-color: #eee;
    font-weight: bold;
}

article .pauschalen.filter span.filter.checked {
    border: solid 1px #ddd;
    background-color: #eee;
    font-weight: bold;
}

article .pauschalen.filter span.filter.disabled {
    color: #888;
    display: none;
}

article .pauschalen.filter span.filter input {
    margin-right: 5px;
}

article .pauschalen.filter span.filter span.anzahl {
    margin-left: 5px;
    font-size: .7em
}

article .pauschalen.filter span.filter.btn {
    cursor: default;
}

article .pauschalen.filter span.filter.btn input {
    cursor: pointer;
}

article ul.veranstaltungen {
    margin: 0;
    padding: 0;
}

article ul.veranstaltungen li {
    list-style-type: none;

}

article ul.veranstaltungen li a {
    text-decoration: none;
}

article ul.veranstaltungen li a:hover {
    text-decoration: underline;
}

article div.row.veranstaltungen {
}

article div.row.veranstaltungen a {
    text-decoration: none;
}

article div.row.veranstaltungen div.element {
    border: solid 1px #F4F4F4;
    margin-bottom: 25px;
    background-color: #F4F4F4;
    overflow: hidden;
    box-shadow: 2px 2px 5px 2px #ddd;
}

@media (min-width: 992px) {
    article div.row.veranstaltungen div.element {
        height: 180px;
    }
}

article div.row.veranstaltungen div.element div.bild {
    height: 150px;
    overflow: hidden;
}

article div.row.veranstaltungen div.text:hover {
    box-shadow: 2px 2px 5px 2px #aaa;
}

article div.row.veranstaltungen div.text {
    box-shadow: 2px 2px 5px 2px #ddd;
}

article div.row.veranstaltungen div.text1 {
    background-color: #E9FCD4;
}

article div.row.veranstaltungen div.text2 {
    background-color: #EAF7FF;
}

article div.row.veranstaltungen div.leer,
article div.row.veranstaltungen div.text {
    padding: 5px;
}

article .veranstaltungen h2 {
    margin-top: 0;
}

article .veranstaltungen h3 {
    margin-top: 0;
    font-size: 1em;
}

article a {
    text-decoration: underline;
}

article.index .boxen a {
    text-decoration: none;
}

/* Startseite 3´er Block */
article.index .row.boxen {
    padding: 0 5px !important;
}

article.index .row.boxen.wetter {
    margin-top: 40px;
}

.row.anschrift h4,
.row.anschrift h3,
article.index .infos h4,
article.index .infos h3 {
    text-shadow: 1px 1px 1px #ccc;
}

.row.anschrift a {
    text-decoration: none;
}

article.index .row.boxen a.hover:hover {
    text-decoration: underline;
}

article.index .row.boxen div.box:hover div.slider {
    box-shadow: 2px 2px 5px 2px #9C9E9F;
}

article.index .row.boxen div.ort:hover a {
    text-decoration: none;
}

article.index .row.boxen div.ort:hover span.weiter {
    text-decoration: underline;
}

article.index .row.boxen .box:hover div.bg {
    -moz-box-shadow: 2px 2px 5px 2px #aaa;
    -webkit-box-shadow: 2px 2px 5px 2px #aaa;
    box-shadow: 2px 2px 5px 2px #9C9E9F;
    text-decoration: none;
}

/*footer*/
footer {
    margin: 5em 0;
    padding: .5em;
}

footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer ul ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer ul a.active {
}

footer ul ul li a.active {
    font-weight: bold !important;
}

footer ul span {
    font-weight: bold;
}

footer div.adresse {
    border-top: solid 1px #555;
    background-color: #E7E7E7;
    padding: 1em;
    text-align: center;
}

footer div.adresse img {
    width: 60px;
    margin-right: .5em;
}

.projekktor {
    background-color: #000;
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    text-shadow: 0 1px 1px #0c0c0c;
    text-transform: uppercase;
}

.sub td {
    padding: 0px 5px;
    vertical-align: bottom;
}

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* xs -  Extra small devices Phones (<768px) */
@media (max-width: 767px) {

    #meta ul li.nobg {
        border-top: solid 0px orange;
    }

    img#logo {
        max-width: 170px;
    }

    ul.horinav_mob {
        list-style-type: none;
        padding: 0;
    }

    ul.horinav_mob li {
        display: inline-block;
    }

    .container {
        background-color: rgba(255, 255, 255, 1);
        box-shadow: none;
        border-radius: none;
        padding: 0 0px;
        margin-bottom: 10px;
    }

    article .row.wege2 h3 {
        font-size: 18px;
    }
}

/* sm - Small devices Tablets (≥768px) */
@media (min-width: 768px) and (max-width: 991px) {

    #meta ul li.nobg {
        border-top: solid 0px green;
    }

    img#logo {
        margin-top: 30px;
        max-width: 170px;
    }

    .row.boxen .box img {
        max-width: 330px;
    }

    article .row.wege2 h3 {
        font-size: 22px;
    }
}

/* md - Medium devices Desktops (≥992px) */
@media (min-width: 992px) and (max-width: 1199px) {

    #meta ul li.nobg {
        border-top: solid 0px blue;
    }

    .row.boxen .box img {
        max-width: 205px;
    }

    article .row.wege2 h3 {
        font-size: 28px;
    }
}

/* lg - Large devices Desktops (≥1200px) */
@media (min-width: 1200px) {

    #meta ul li.nobg {
        border-top: solid 0px red;
    }

    .row.boxen .box img {
        max-width: 256px;
    }

    article .row.wege2 h3 {
        font-size: 32px;
    }

}

