html {
    background: url(../images/background.jpg);
}

body {
    margin-top: 35px;
    font-family: "Nunito Sans", sans-serif;
}

.ids_logo img {
    max-width: 120px;
    float: left;
	position: relative;
}

nav {
    float: right;
    padding: 25px 0px;
}

nav a {
    font-family: "Caveat";
    line-height: 1.9;
    font-size: 1.8rem;
    color: #952825;
}

nav a:hover {
    text-decoration: none;
    color: #6c757d;
}

footer {
    padding-bottom: 3rem!important;
    position: relative;
}

footer h5 {
    font-family: "Caveat";
    line-height: .8;
    color: #952825;
    font-size: 1.45rem;
}

h1 {
    font-size: 2.9rem;
}

h1,
h2 {
    font-family: "Caveat";
    line-height: .8;
    padding-top: 15px;
    color: #952825;
}

body::before {
    background: url(../images/weiss_oben.png) top left repeat-x !important;
    content: " ";
    height: 20px;
    width: 100%;
    background-size: 100%;
    top: 15px;
    position: absolute;
    left: 0;
}

.footer_back_unten::after {
    background: url(../images/weiss_unten.png) top left repeat-x !important;
    content: " ";
    height: 20px;
    width: 100%;
    background-size: 100%;
    position: absolute;
    left: 0;
    bottom: -20px;
    z-index: 99999;
}

.slider {
    margin-top: -15px;
    position: relative;
}

.slider::before {
    background: url(../images/weiss_unten.png) top left repeat-x !important;
    content: " ";
    height: 20px;
    width: 100%;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: -1px;
    z-index: 99999;
}

.slider::after {
    background: url(../images/weiss_oben.png) top left repeat-x !important;
    content: " ";
    height: 20px;
    width: 100%;
    background-size: 100%;
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: 99999;
}

.ids_ausstattung li:before {
    font-family: FontAwesome;
    content: "\f058";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    color: #ABD923;
}

.ids_ausstattung>li {
    color: #6c757d;
}

.ids_full_width {
    background: url(../images/background.jpg);
    background-attachment: fixed;
    background-position: center;
    padding: 55px 0px 30px 0px;
    position: relative;
}

.ids_full_width::before {
    background: url(../images/weiss_unten.png) top left repeat-x !important;
    content: " ";
    height: 20px;
    width: 100%;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 99999;
}

.ids_full_width::after {
    background: url(../images/weiss_oben.png) top left repeat-x !important;
    content: " ";
    height: 20px;
    width: 100%;
    background-size: 100%;
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: 99999;
}

.head_hero {
    margin-top: -15px;
    position: relative;
}

.head_hero::before {
    background: url(../images/weiss_unten.png) top left repeat-x !important;
    content: " ";
    height: 20px;
    width: 100%;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: -1px;
    z-index: 99999;
}

.head_hero::after {
    background: url(../images/weiss_oben.png) top left repeat-x !important;
    content: " ";
    height: 20px;
    width: 100%;
    background-size: 100%;
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: 99999;
}

.jumbotron {
    background: url(../images/background.jpg);
    background-attachment: fixed;
    background-position: center;
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: none;
    border-radius: 0;
    max-width: 100%;
    height: auto;
}

.ids_blurr img {
    position: relative;
}

.ids_blurr img::before {
    background: url(../images/weiss_unten.png) top left repeat-x !important;
    content: " ";
    height: 20px;
    width: 100%;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: -1px;
    z-index: 99999;
}

.ids_blurr img::after {
    background: url(../images/weiss_oben.png) top left repeat-x !important;
    content: " ";
    height: 20px;
    width: 100%;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: -1px;
    z-index: 99999;
}

.ids_maps{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
    margin-bottom:55px;
}
.ids_maps iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}


.ids_back::before {
    content: "";
    display: block;
    position: absolute;
    background: url(../images/blaetter_links.png) no-repeat;
    width: 112px;
    width: 7rem;
    height: 59px;
    height: 3.6875rem;
    left: 5.7rem;
    top:10px;
}


.ids_back::after {
    content: "";
    display: block;
    position: absolute;
    background: url(../images/blaetter_rechts.png) no-repeat;
    width: 112px;
    width: 7rem;
    height: 59px;
    height: 3.6875rem;
    right: 5.7rem;
    top:10px;
}


a:visited {
    color: #952825;
}


nav a:hover {
    color: #952825;
}

.main-navigation {
    float: inherit;
}

.main-navigation ul {
    float: right;
}

nav a {
	padding: .5rem;
}


.main-navigation ul ul {
    display: block;
}

.sub-menu {
	background:#fff;
}
.main-navigation ul ul a {
    font-size: 1.2rem;
}