body {
    	font-family: sans-serif;
  		font-style: normal;
  		font-weight: 400;
  	   width: 75%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    background-color: #f4f4f2;
    background-color: #fffefe;
    padding: 3px 0;
    text-align: center;
    background-image: url(Bilder/Blaupause.svg);
    background-size: 20px;
    overflow: scroll;
    background-attachment: fixed;
    -webkit-animation: fadein 1.5s;
    animation: fadein 1.5s;
}

html,
body {
    scroll-behavior: smooth
}

article {
    border-radius: 3px 3px 3px;
    *border-color: #46e34c;
    *-webkit-box-shadow: 1px 1px 1px 1px #078e0b;
    *box-shadow: 1px 1px 1px 1px #078e0b;
    padding: 10px;
    margin: 10px;
    text-align: left;
    -webkit-box-flex: 1;
    -ms-flex: 1 100%;
    flex: 1 100%;
}

section {
    border-radius: 3px 3px 3px;
    *border-color: #46e34c;
    *-webkit-box-shadow: 1px 1px 1px 1px #078e0b;
    *box-shadow: 1px 1px 1px 1px #078e0b;
    padding: 10px;
    margin: 10px;
    text-align: left;
    -webkit-box-flex: 1;
    -ms-flex: 1 100%;
    flex: 1 100%;
}

aside {
    border-radius: 3px 3px 3px;
    *border-color: #46e34c;
    *-webkit-box-shadow: 1px 1px 1px 1px #078e0b;
    *box-shadow: 1px 1px 1px 1px #078e0b;
    padding: 15px;
    margin: 10px;
    text-align: left;
    -webkit-box-flex: 1;
    -ms-flex: 1 100%;
    flex: 1 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 5%;
    height: 5%;
}

footer {
    border-radius: 3px 3px 3px;
    *border-color: #46e34c;
    *-webkit-box-shadow: 1px 1px 1px 1px #078e0b;
    *box-shadow: 1px 1px 1px 1px #078e0b;
    padding: 10px;
    margin: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1 100%;
    flex: 1 100%;
    background: #e4ebf2;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e3edce), to(#d5d6d1));
    background-image: linear-gradient(180deg, #e3edce, #d5d6d1);
    border-color: #8a9da8;
}

.facebook {
    width: 6%;
    height: auto;
    margin-left: 1%;
    margin-bottom: 1%;
}


header {
    border-radius: 3px 3px 3px;
    *border-color: #46e34c;
    *-webkit-box-shadow: 1px 1px 1px 1px #078e0b;
    *box-shadow: 1px 1px 1px 1px #078e0b;
    padding: 3px;
    margin: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1 100%;
    flex: 1 100%;
    background: #F1F3F4;
    border-color: #d5d5d5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d5d6d1), to(#e3edce));
    background-image: linear-gradient(180deg, #d5d6d1, #e3edce);
    max-width: 100%;
    height: auto;
    opacity: 1;
}

nav {
    background: #fffcf5;
    -webkit-box-flex: 1;
    -ms-flex: 1 10%;
    flex: 1 10%;
}

.middle {
    text-align: center;
    font-weight: bolder;
}

@import url(https://fonts.googleapis.com/css?family=Muli);

.snip1555 {
    font-family: 'Muli', Arial, sans-serif;
    font-size: 18px;
    letter-spacing: 1.5px;
    line-height: 1em;
    margin: 15px 40px;
    text-transform: uppercase;
}

.snip1555 li {
    display: inline-block;
    list-style: outside none none;
    margin: 0.5em 0.6em;
    padding: 12px 15px;
    position: relative;
}

.snip1555 li a {
    color: #6a6038;
    text-decoration: none;
}

.snip1555 li:before,
.snip1555 li:after {
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    height: 2px;
    width: 35%;
    background-color: #358313;
    position: absolute;
    content: '';
    opacity: 0;
}

.snip1555 li:before {
    top: 0;
    left: 0;
}

.snip1555 li:after {
    bottom: 0;
    right: 0;
}

.snip1555 li:hover:before,
.snip1555 li.hover:before,
.snip1555 li:hover:after,
.snip1555 li.hover:after {
    opacity: 1;
}

.snip1555 li:hover:before,
.snip1555 li.hover:before {
    left: 65%;
}

.snip1555 li:hover:after,
.snip1555 li.hover:after {
    right: 65%;
}

.bottomdesign {
    background-image: url(Bilder/greengube2.jpg);
    width: auto;
    height: 30px;
    background-repeat: repeat;
    background: cover;
    opacity: 0.8;
    margin: 2px;
}

article {
    background: #faf8f7;
    *border-color: #df6c20;
    *-webkit-box-flex: 3;
    *-ms-flex: 3 1 0%;
    flex: 3 1 0%;
}

.left {
    background: #ebf5d7;
    *border-color: #8db243;
    -webkit-box-flex: 2;
    -ms-flex: 2 1 0%;
    flex: 2 1 0%;
}

aside {
    background: #faf8f7;
    *background: #ebf5d7;
    *border-color: #8db243;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
}

h1 {
    font-size: 1.6em;
    color: #767e7a;
    *text-shadow: 0px -2px 0px #efe5e5, 3px 0px 1px #316541;
    letter-spacing: 0.2em;
    max-width: 100%;
    height: auto;
}

h2 {
    color: #646966;
    *text-shadow: 0px -1px 0px #fdfdfd, 3px 0px 1px #2c312e;
    letter-spacing: 0.2em;
}

.attention {
    color: #36ad36;
}

h3 {
    letter-spacing: 0.1em;
    color: #646966;
}

.firster {
    margin: 15px;
}

.footerliste {
    display: inline;
    text-align: left;
    white-space: nowrap;
}

.signum1 {
    text-align: left;
    font-size: 0.7em;
    font-family: muli;
}

.secndnav {
    font-family: muli;
    list-style-type: none;
    text-align: left;
    line-height: 2em;
    margin-bottom: 1.75em;
}

.route {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.rent {
    position: relative;
    width: auto;
    height: auto;
    padding-bottom: 100%;
    *padding-bottom: 56.25%;
    *padding-top: 30px;
    *height: 0;
    overflow: hidden;
}

.sway1 {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
    -webkit-box-shadow: 1px 1px 1px 1px #2e382e;
    box-shadow: none;
    border: none;
}

.embeded-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.rent-container {
    position: absolute;
    padding-top: 2%;
    padding-bottom: 2%;
    *top: 5%;
    *left: 2%;
    width: 100%;
    height: 100%;
}

span {
    float: left;
    width: 50%;
}

img {
    width: 100%;
    height: auto;
    border-radius: 3px 3px 3px;
    -webkit-box-shadow: 1px 1px 1px #2e382e;
    box-shadow: 2px 2px 2px #2e382e;
    margin-top: 15px;
}

img.first {
    width: 100%;
    height: auto;
    border-radius: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

img.third {
    width: 50%;
    height: auto;
    border-radius: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

img.ground {
    width: 100%;
    height: auto;
    margin-top: 15px;
    border: 0;
}

#inhaber {
    width: 100px;
    height: auto;

    border-radius: 3px 3px 3px 3px;
    -webkit-box-shadow: 2px 2px 2px #2e382e;
    box-shadow: 2px 2px 2px #2e382e;
}

.lounge {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #d6e0d2;
    border-radius: 3px 3px 3px 3px;
    list-style: none;
    margin: 10px;
    padding: 10px;
}

.lounge2 {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #d6e0d2;
    border-radius: 3px 3px 3px 3px;
    list-style: none;
    margin: 10px;
    padding: 10px;
    font-size: 1.5em;
}

.lounge3 {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #d6e0d2;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-color: forestgreen;
    list-style: none;
    text-align: center;
    margin: 10px;
    padding: 10px;
}

#company {
    *font-family: 'Ethnocentric', 'Multi';
    *font-size: 2em;
    *font-size: 120%;
    max-width: 100%;
    height: auto;
}

#label {
    display: inline;
    opacity: 0.8;
}


hr {
    *color: darkgreen;
    *-webkit-box-shadow: 1px 1px 1px 1px #078e0b;
    * box-shadow: 1px 1px 1px 1px #078e0b;
}

.m {
    margin-top: 2px;
    margin-bottom: 2px;
    *color: darkgreen;
    *-webkit-box-shadow: 1px 1px 1px 1px #078e0b;
    * box-shadow: 1px 1px 1px 1px #078e0b;
}

#mietlogo {
    width: 30%;
    border-radius: 3px 3px 3px;
    -webkit-box-shadow: 1px 1px 1px #2e382e;
    box-shadow: 2px 2px 2px #2e382e;
    height: auto;
    float: right;
}

details {
    margin-top: 5%;
    margin-bottom: 5%;
}

figure {
    width: 80%;
    height: auto;
}

figcaption {
    margin-top: 0.3em;
    margin-left: 0.6em;
    font-weight: bold;
}

.mwst {
    padding-left: 3%;
}

.hersteller_link {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#unikat {
    color: green;
    text-decoration: underline;
}

.tax {
    width: 70%;
    height: auto;
}

.base {
    border: none;
    border-radius: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.Mooveo_Head {
    text-align: center;
}

.MHS {
    width: 50%;
    height: auto;
    margin: auto;
    text-align: center;
}

.importend {
    font-weight: bold;
}

.bottom {
    margin: 0;
    max-width: 50%;
    height: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a:link {
    color: green;
    text-decoration: none;
    -webkit-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
}

a:visited {
    color: darkslategrey;
    text-decoration: none;
}

@media (min-width: 801px) {
    .container {
        display: none;
    }
}

@media (max-width: 801px) {
    .main {
        display: none;
    }
}

@media (max-width: 801px) {
    aside.sec {
        display: none;
    }
}

@media (max-width: 801px) {
    body {
        width: 95%;
    }
}

/*
@import url("http://fonts.googleapis.com/css?family=Lato:300,400,700,900");
@import url(http://fonts.googleapis.com/css?family=Pacifico);
*/

/*Ab hier sind die Klassen für das Dropdown-Menue gelistet*/

/*body {
  font-family: "Lato", Helvetica, Arial;
  font-size: 16px;
}
*/

*:before,
*:after {
    -webkit-border-sizing: border-box;
    -moz-border-sizing: border-box;
    border-sizing: border-box;
}

.container {
    width: auto;
    margin: 1em auto;
}

.container > ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.weichen {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 65%;
    height: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.weichen_b {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 65%;
    height: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.weichen_c {
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    height: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*.title {
	font-family: 'Pacifico';
	font-weight: normal;
	font-size: 40px;
	text-align: center;
	line-height: 1.4;
	color: #C0392B;
}*/

.dropdown {
    position: relative;
}

.dropdown a {
    text-decoration: none;
}

.dropdown [data-toggle="dropdown"] {
    display: block;
    color: white;
    background: #1c741f;
    -webkit-box-shadow: 0 1px 0 #1c741f inset, 0 -1px 0 #962d22 inset;
    box-shadow: 0 1px 0 #1c741f inset, 0 -1px 0 #962d22 inset;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    padding: 10px;
}

/*.dropdown [data-toggle="dropdown"]:hover {
	background: #cd3d2e;
	display: block;
}*/

.dropdown [data-toggle="dropdown"]:before {
    position: absolute;
    display: block;
    content: '\25BC';
    font-size: 0.7em;
    color: #fff;
    top: 13px;
    right: 10px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
}

.dropdown > .dropdown-menu {
    max-height: 0;
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transition: max-height 0.6s ease-out;
    transition: max-height 0.6s ease-out;
    animation: hideAnimation 0.4s ease-out;
    -moz-animation: hideAnimation 0.4s ease-out;
    -webkit-animation: hideAnimation 0.4s ease-out;
}

.dropdown > .dropdown-menu li {
    padding: 0;
}

.dropdown > .dropdown-menu li a {
    display: block;
    color: #6f6f6f;
    background: #EEE;
    -webkit-box-shadow: 0 1px 0 white inset, 0 -1px 0 #d5d5d5 inset;
    box-shadow: 0 1px 0 white inset, 0 -1px 0 #d5d5d5 inset;
    text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.3);
    padding: 10px 10px;
}

.dropdown > .dropdown-menu li a:hover {
    background: #f6f6f6;
}

.dropdown > input[type="checkbox"] {
    opacity: 0;
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.dropdown > input[type="checkbox"]:checked ~ .dropdown-menu {
    max-height: 9999px;
    display: block;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    animation: showAnimation 0.5s ease-in-out;
    -moz-animation: showAnimation 0.5s ease-in-out;
    -webkit-animation: showAnimation 0.5s ease-in-out;
    -webkit-transition: max-height 2s ease-in-out;
    transition: max-height 2s ease-in-out;
}

.dropdown > input[type="checkbox"]:checked + a[data-toggle="dropdown"]:before {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
}

@keyframes showAnimation {
    0% {
        -webkit-transform: scaleY(0.1);
        transform: scaleY(0.1);
    }

    40% {
        -webkit-transform: scaleY(1.04);
        transform: scaleY(1.04);
    }

    60% {
        -webkit-transform: scaleY(0.98);
        transform: scaleY(0.98);
    }

    80% {
        -webkit-transform: scaleY(1.04);
        transform: scaleY(1.04);
    }

    100% {
        -webkit-transform: scaleY(0.98);
        transform: scaleY(0.98);
    }

    80% {
        -webkit-transform: scaleY(1.02);
        transform: scaleY(1.02);
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@-webkit-keyframes showAnimation {
    0% {
        -webkit-transform: scaleY(0.1);
        transform: scaleY(0.1);
    }

    40% {
        -webkit-transform: scaleY(1.04);
        transform: scaleY(1.04);
    }

    60% {
        -webkit-transform: scaleY(0.98);
        transform: scaleY(0.98);
    }

    80% {
        -webkit-transform: scaleY(1.04);
        transform: scaleY(1.04);
    }

    100% {
        -webkit-transform: scaleY(0.98);
        transform: scaleY(0.98);
    }

    80% {
        -webkit-transform: scaleY(1.02);
        transform: scaleY(1.02);
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes hideAnimation {
    0% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    60% {
        -webkit-transform: scaleY(0.98);
        transform: scaleY(0.98);
    }

    80% {
        -webkit-transform: scaleY(1.02);
        transform: scaleY(1.02);
    }

    100% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
}

@-webkit-keyframes hideAnimation {
    0% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    60% {
        -webkit-transform: scaleY(0.98);
        transform: scaleY(0.98);
    }

    80% {
        -webkit-transform: scaleY(1.02);
        transform: scaleY(1.02);
    }

    100% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1
    }
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1
    }
}
