

/*@import url("https://fonts.googleapis.com/css?family=Roboto:400,400i,700,700i");*/
/*@import url("https://fonts.googleapis.com/css?family=Itim|Roboto:400,400i,500,500i,700,700i,900,900i");*/
/*@import url('https://fonts.googleapis.com/css?family=Dancing+Script:400,700|Merienda:400,700|Roboto:400,400i,700,700i');*/
@import url('https://fonts.googleapis.com/css?family=Dancing+Script:400,700|Mali:400,400i,700,700i|Merienda:400,700|Roboto:400,400i,700,700i');

@keyframes rotieren {
    from {
        transform: perspective(100px) rotateY(0deg)
    }
    to {
        transform: perspective(100px) rotateY(180deg)
    }
}

html {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 18px;
    height: 100%;
    background: url("../images/externsteine-792359_1280.jpg");
    background-repeat: no-repeat;
    background-position: center;
}
body {
    height: 100%;
    margin: 0;

}
.powl {
    font-family: 'Roboto', sans-serif;
    xfont-family: 'Mali', cursive;
    font-weight: 700;
    font-style: italic;
    font-size: 16px;

}

.page-wrapper {
    position: relative;
    border: 1px solid black;
    overflow: hidden;
    height: 100%;
    background-color: white;
    opacity: 0.7;
}
header {
    background-color: #BBEBFF;
    height: 200px;
    xposition: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 1;
    border: 0px solid green;
    overflow: hidden;
}

h1 {
    border: 0px solid black;
    text-align: center;
}

section {
    border: 0px solid green;
    overflow: hidden;
}
.owl {
    clear: both;
    float: left;
    width: 50%;
    margin-top: 10%;
    padding-left: 15%;
}
.owlgmbh {
    float: right;
    padding-right: 5%;
}
.owlgmbh img {
    height: auto;
    width:  135px; 
    margin-top: 15%;
    /*    animation-name: rotieren;
      animation-duration: 1s;
      animation-iteration-count: 2;
      animation-direction: alternate;*/
    /*    animation: rotieren 4s linear 3;*/
}
.owlgmbh::after {
    content: "";
    display: block;
    clear: both;
}

main {
    border: 0px solid black;
    xfloat: left;
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 70%;
    padding-left: 5%;
    font-size: 80%;
}
main h2 {
    border: 0px solid black;
    line-height: 0.8;
    margin-bottom: 10px;
}
main table {
    border: 0px solid black;
    line-height: 0.8;
    margin: 5px;
}

aside {
    xclear: both;
    border: 0px solid blue;
    overflow: hidden;
    background-color: #BBEBFF;
    background-repeat: repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    font-size: 70%;

}
aside a:hover {
    font-size: 150%;
    font-style: italic;
    transition: font-size 1s cubic-bezier(1,.29,.26,.8); /* ease-in-out; */
}
nav ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start; /* space-around; */
    align-items: stretch;
    list-style: none;
    xheight: 50px;
}
nav li a:hover {
    xcolor: red;
    align-self: flex-start;
}
nav li:first-child { /* satzung */
    xbackground-color: blue;
    order: 3;
    flex-grow: 0;
    flex-basis: auto;
    align-self: flex-end;
    margin-right: 20px;
}
nav li:nth-child(2) { /* kosten */
    xbackground-color: green;
    flex-grow: 0;
    flex-basis: auto;
    align-self: flex-end;
    padding-right: 5px;
    
}
nav li:nth-last-child(2) {
    xbackground-color: yellow;
    order: -1;
    flex-grow: 9;
    flex-basis: auto;
    align-self: flex-end;
    padding-left: 5px;
}
nav li:last-child { /* impressum */
    xbackground-color: red;
    order: -2;
    xflex-grow: 1;
    flex-basis: auto;
    align-self: flex-end;
    margin-left: -20px;
}


@media screen and (max-width : 800px)  {
 html {
    background: none;
}
}


@media print {
 html {
    background: none;
}

    .owlgmbh {
        display: none;
    }
    nav {
        display: none;
    }
}
