* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    position: relative;
    min-height: 100%
}

titel {
    display: none;
}

body {
    height:100%
    font-family: 'Open Sans', sans-serif;
    background-color: white;
    font-size: 100%;
    margin:0em;
    padding:0em;
    border-top: 0.5em solid turquoise;
}

.hr2 {
    height: 2px;
    background-color: #e0e0e0;
    color:#e0e0e0;
    border:none;    
}

.hr1 {
    height: 1px;
    background-color: #e0e0e0;
    color:#e0e0e0;
    border:none; 
}

h1 {
    font-size: 1.75em;
    line-height: 2.5em;
    font-weight: 100;
    color:turquoise;
    margin: 0em;
}
h2 {
    font-size: 1.2em;
    line-height: 1.5em;
    font-weight: 100;
    color:turquoise;
    padding: 0.2em 0em 0.8em 0em;
    text-align: left;
}

h3 {
    font-size: 1.75em;
    line-height: 2.5em;
    font-weight: 100;
    color:darkgray;
    margin: 0em;
}

h5 {
    font-size: 1em;
    line-height: 1em;
    font-weight: 100;
    color:darkgray;
    text-align: center;
    line-height: 1.5em;
    }
h6 {
    font-size: 1.4em;
    line-height: 1em;
    font-weight: 800;
    color:turquoise;
    text-align: center;
    padding: 0px;
    margin-bottom: 1em;
    margin-top: 1em;
}

h7 {
    font-size: 1em;
    line-height: 1em;
    color:darkgray;
    text-align: center;
    padding: 0px;
}



p {
    line-height: 1.25em;
    font-weight: 100;
    color:gray;
    margin: 0em;
    padding-top: 1em;
    padding-bottom: 1em;
    text-align: justify    
}

.text {
    margin-top: 1em;
    margin-bottom: 1.5em;
}

ul {
    margin: 0px;
    padding: 0px;
}
li {
    list-style: square;
    line-height: 1.25em;
    font-weight: 100;
    color:gray;
    margin: 0em;
    padding: 0em;
        
}
img {
    width:100%;
    height: auto;
    max-width:100%;
}

.bild {
    box-shadow: 0px 0px 10px -2px #4c4948;
    width: auto;
    height: auto;
}

.bild2 {
    box-shadow: 0px 0px 0px -2px #4c4948;
    width: 200px;
    height: auto;
    opacity: 0.5;
}

a {
    text-decoration: none;
}

/* head*/
.head {
    margin: 1em
} 

/* menu*/
.menu {
    display: block;
    background: white;
}
/* Header */
header {
    display: block;
    background-color: white;
    
}

header ul li {
    display: inline
}
/* Navigation*/

.logo {
    height: 80px;
    width: auto;
    padding-right: 100px
}

nav {
    display: block;
    height: auto;
    background-color: white;
    text-align: right;
    padding-right: 300px;
}
nav ul {
    display: block;
    
}
nav ul li {
    display: inline;
    margin: 0px;
    
}
nav ul li a {
    color: gray;
    font-size: 1.125em;
    line-height: 2.5em;
    padding: 15px;
    vertical-align: top;
    }
nav ul li a:hover {
    border-top: 0.188em solid turquoise;    
}
nav ul li a.active {
    border-top: 0.188em solid turquoise;
}

/*termin vereinbaren*/
.abmachung {
    display: block;
    border-top: 5px solid turquoise;
    border-radius: 5px;
    background: lightgray;
    text-align: center;
    padding: 5px;
    margin-top: 2em;
}
    
.knopf {
    border-radius: 5px;
    border: 1em;
    padding-left: 3em;
    padding-right: 3em;
    padding-top: 0.7em;
    padding-bottom: 0.7em;
    margin:1em;
    background: turquoise;
    text-align: center;
    color:white;
    font-weight: 800;
    }
.knopf:hover {
    background-color: white;
    color:turquoise;
    font-weight: 800;
}
/*preistabelle*/
.preis {
    display: inline-block;
    border: 1px solid lightgray;
    background: #fafafa;
    opacity: 0.8;
    width: 15%;
    height: auto;
    text-align: center;
    padding: 0;
    margin:1em;
}

.main2 {
    display: block;
    max-width: 80%;
    margin: auto;
    padding: auto;
}

.preise {
    display: block;
    background-color: lightgrey; 
    color: white; 
    text-align: center;
    font-weight: 800;
    font-size: 2em;
    line-height: 0em;
    margin-bottom: 1.5em;
}

.preisbild { 
    background-image:url(1logo.png); 
    background-repeat: no-repeat; 
    background-position: center; 
    background-size:contain
}

/*toppic*/
.toppic {
    display: block;
}

/*main*/
.main {
    display: block;
    max-width: 80%;
    margin: auto;
    padding: auto;
}

/*article*/
article {
    display: inline-block;
    width: 33%;
    padding: 0% 1.5% 0% 1.5%;
    vertical-align: top
}

/*aside*/
aside {
    display: inline-block;
    width: 33%;
    padding: 0% 1.5% 0% 1.5%;
}


.hr1 {
    color: turquoise;
}

/*platzhalter*/
.platzhalter {
    height: 200px;
}

/*footer*/
footer {
    position: absolute;
    bottom: 0;
    background-color: darkgray;
    text-align: center;
    margin-top: 5em;
    width: 100%;
   
}
footer ul {
    display: block;
    width: 100%;
    max-width: 80%;
    text-align:center;
    margin: 0px auto;
}
footer ul li {
    display: inline;
    font-size: 0.8em;
    line-height: 2.8;
    color: lightgray;
    padding: 0em 0.5em 0em 0.5em
}
footer ul li a {
    color: lightgray
}

/*mobile version*/
@media screen and (max-width:1200px) {
    body {
        font-size: 85%;
    }
}
@media screen and (max-width:1200px) {
    .main article {
        width: 100%;
        display: block;
        margin: 0em 0.5em 0em 0.5em;
    }
    
}
@media screen and (max-width:1200px) {
    .main2 article {
        width: 100%;
        display: block;
        margin: 0em 0.5em 0em 0.5em;
    }    
    
}
@media screen and (max-width:1500px) {
    
    body {
        font-size: 85%;
    }
    
    nav ul li {
        display: inline;
        padding: 5px;
        margin: 0px;
        font-size: 1em;
        text-align: left;  
    }
    .logo {
    padding-right: 10px
    }

    nav {
        padding:10px;
    }
    
}
@media screen and (min-width:1200px) {
    nav.nav {
        display:block !important;
    }
}

@media screen and (max-width:1000px) {

nav ul li {
        display: block;
        margin-left: 1em;
        font-size: 1em;
        text-align: left;   
    }
    .logo {
      padding-right:0px;
}
}






























