/** Project: Haus Leela 2.0
 * 
 */

@-ms-viewport {width: device-width; zoom:1;}
@-o-viewport {width: device-width; zoom:1;}
@viewport {width: device-width; zoom:1;}

/* open-sans-300 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url('../schrift/open-sans-v34-latin-300.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../schrift/open-sans-v34-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../schrift/open-sans-v34-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
         url('../schrift/open-sans-v34-latin-300.woff') format('woff'), /* Modern Browsers */
         url('../schrift/open-sans-v34-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../schrift/open-sans-v34-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
  }
  
  /* open-sans-regular - latin */
  @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../schrift/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../schrift/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../schrift/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../schrift/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('../schrift/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../schrift/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
  }
  

/* amatic-sc-regular - latin */
@font-face {
    font-family: 'Amatic SC';
    font-style: normal;
    font-weight: 400;
    src: url('../schrift/amatic-sc-v24-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../schrift/amatic-sc-v24-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../schrift/amatic-sc-v24-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../schrift/amatic-sc-v24-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('../schrift/amatic-sc-v24-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../schrift/amatic-sc-v24-latin-regular.svg#AmaticSC') format('svg'); /* Legacy iOS */
  }
  
 
body{
    background-color: #ffffff;
    border-top: 10px solid #6B8E23;
    margin: 0;
    padding: 0;
    }
    
#wrapper { 
    background-color: #ffffff;
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;  
    }

header, nav, footer, article, section {
    display: block;
    box-sizing: border-box;   
    }

header {
    overflow: hidden;
    margin: 0 0 1em 0;
    padding: 0;
    width: 100%;
    text-align: center;
    }

header img {
    width: 200px;
    max-width:70%;
    }

nav {
    font-family: "Amatic SC","Arial", helvetica,sans-serif;
    font-size: 2em;
    font-weight: 300;
    background-color: #ffffff;
    overflow: hidden;
    text-align: center;
    width: 100%;
    border-bottom: 3px solid #6B8E23;
    margin: 0;
    padding: 0.5em 0 0 0;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 500;
    }
       
nav ul {
    display: inline-block;
    margin: 0;
    padding: 0;
  }
       
nav ul li {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    }
       
nav ul li a,
nav ul li strong {
    background: transparent;
    color: #989898;
    display: block;
    font-family: "Amatic SC","Arial", helvetica,sans-serif;
    padding: 0 0.25em;
    text-decoration: none;
    }
       
nav ul li a:focus,
nav ul li a:hover,
nav ul li a:active,
nav ul li a:visited:hover {
    color: #666666;
    text-decoration: none;
    }

nav ul li a:visited {
    color: #989898;
    text-decoration: none;
    }

nav ul li.active strong,
nav ul li.active a:focus,
nav ul li.active a:hover,
nav ul li.active a:active {
    background: transparent;
    color: #000000;
    text-decoration: none;
    }

#slider {
    width: 100%;
    position: relative;
    margin: 0;
    box-sizing: border-box;  
    }

div#slider img {
    width: 100%;
    padding: 0;
    display: block;
    }

#inhalt {
    width: 90%;
    text-align: center;
    display: block;
    background: #ffffff;
    padding: 0;
    margin: 0 auto;
    box-sizing: border-box; 
    z-index: 1;
    }
    
.spalte_50l {
    float: left;
    width: 50%;
    }
    
.spalte_50r {
    float: right;
    width: 50%;
    }

article img {
    width: 70%;
    max-width: 960px;
    text-align: center;
    margin: 1em auto;
}
article {
    background: #ffffff;
    padding: 1.5em 2em 2em 2em;
    }

footer {
    box-sizing: border-box;   
    padding: 2em 2em 0 2em;
    margin: 0;
    background-color: #424242; 
    width: 100%;
    text-align: center;
    color: #ffffff;
	font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
	font-size: 1.0em;
    bottom: 0;
    }


#light {
    text-align: center;
    overflow: hidden;
    margin: 0.5em auto 0.5em auto;
    max-width: 90%;
    }

#light img {
    max-width: 150px;; 
}

#copy  {
    width:100%;
    text-align: center;
    }	

.clear {
    clear: both;
    }
    
.hide {
    display:none;
    }

.drei {
    width: 100%;
    max-width: 400px;
    }

footer img {
    width: 50px;
    }

#karte {
    height: 20em;
    }

#dat {
        border-top: 1px solid #888888;
        margin: 1em 0 0 0;
    }

/*Praxis-Hinweis Banner */

#praxis {
    position: fixed; 
    bottom: 0; 
    left: 0; 
    right: 0; 
    background: #eee; 
    padding: 20px; 
    font-size: 14px; 
    font-family: "Open Sans", "Arial", "Helvetica", sans-serif; 
    border-top: #6B8E23 5px dashed;
}
#praxis a.button {
    cursor: pointer; 
    background: #ccc; 
    padding: 8px 20px; 
    margin-left: 10px; 
    border-radius: 5px; 
    font-weight: bold; 
    float: right;
}
#praxis a.button:hover {
    background-color: #aaa;
}
#praxis p.cookiemessage {
    display: block; padding: 0; margin: 0;
}

video {
    max-width: 95%;
}

.imgpdf  {
    margin: 0 1em 0 0;
    width: 50px;
    }

/* Typographie */

h1,
h2,
h3 {
	color: #424242;
	font-family: "Amatic SC",helvetica,sans-serif;
	font-weight: normal;
	margin: 0.75em 0 0.75em 0;
    }

h1 {
	font-size: 3.0em;
    }

h2 {
	font-size: 2.5em;
    }

h3 {
	font-size: 2.0em;
    }

p {
	font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
	font-weight: 300;
    font-size: 1.25em;		
	color: #424242;
	line-height: 1.5em;
	margin: 0;
	padding: 0 0 1.5em 0;
    }

li {
	font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
	font-weight: 300;
    font-size: 1em;		
	color: #000000;
	line-height: 1.5em;
	margin: 0;
	padding: 0 0 1.5em 0;
    list-style-type: circle;
    }
footer h1 {
    color: #ffffff;
    padding: 0;
    font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
    font-weight: 300;
    font-size: 1.5em;
    }   

footer p {
    color: #ffffff;
    padding: 0;
    font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
    font-weight: 300;
    font-size: 1.0em;
    }   

footer a,
footer a:visited {
    line-height: 2em;
    font-size: 1em;
    color: #ffffff;
    padding: 0 0 1em 0;
    display: block;
    }

footer a:focus,
footer a:hover,
footer a:active {
	color: #6B8E23;
   }

footer .spalte_50r {
    float: right;
    width: 50%;
    text-align: right;
    }

footer .spalte_50l {
    float: left;
    width: 50%;
    text-align: left;
    }

#fk {
    display: inline;
    margin: 0 auto -5em auto;
    width: 100px;
   }

#copy p {
    font-size: 0.8em;
    padding: 0 0 0.5em 0;
    }

a {
	background: transparent;
	color:#6B8E23;
	text-decoration: none;
    }

a:visited {
	color: #000000;
    }

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

.angebot {
    width: 100%;
    float: left;
    background-color: #efefef;
    margin:0 0 1.5em 0;
    background-image: url(../images/z.png); 
    background-repeat: no-repeat;
    text-align: left;
    padding: 0.5em 0.5em 0.5em 1em;
    font-size: 1em;
    box-sizing: border-box;	
    }

article.angebot h2 {
    color: #000000;
    font-family: "Amatic SC",helvetica,sans-serif;
    font-weight: normal;
    margin: 0 0 0.25em 1.75em;
    }

article.angebot p {
	font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
	font-weight: 300;		
	color: #000000;
	line-height: 1.5em;
	margin: 1em 0 0 0;
    padding: 0;
    font-size: 1em;	
    }

article.angebot p.preis {
	font-family: "Amatic SC", "Arial", "Helvetica", sans-serif;
	font-weight: 500;		
	color: #000000;
	line-height: 1.5em;
	margin: 0;
    padding: 0;
    font-size: 1.75em;
    text-align: right;	
    }


    #virus {
        width: 10%;
        max-width: 5em;
    }
  
    #viruswindow {
        text-align: center;
    }
    .modal-window {
      position: fixed;
      background-color: rgba(155, 236, 123, 0.75);
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 999;
      opacity: 0;
      pointer-events: none;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s;
    }
    .modal-window:target {
      opacity: 1;
      pointer-events: auto;
    }
    .modal-window div {
      width: 80%;
      position: relative;
      margin: 10% auto;
      padding: 2rem;
      background: #fff;
      color: #444;
    }
    .modal-window header {
      font-weight: bold;
    }
    .modal-close {
      color: #59a52d;
      font-size: 1em;
      position: absolute;
      text-align: center;
      top: 0;
      width: 70px;
      text-decoration: none;
    }
    .modal-close:hover {
      color: #000;
    }
    .modal-window h1 {
      font-size: 3em;
      margin: 0 0 10px;
    }
    .modal-window p {
        font-size: 1em;
        margin: 0;
        padding:0 0 0.75em 0;
      }
    @keyframes virus {
      0%   {opacity: 0; width: 0px;}
  5% {opacity: 0; width: 0px;}
  10%  {opacity: 1;; width: 100%;}
  20%  {opacity: 1;; width: 100%;}
  98%  {opacity: 1;; width: 100%;}
  99%  {opacity: 0; width: 100%;}
  100% {opacity: 0; width: 0px;}
    }
    #open-modal {
      animation-name: virus;
      animation-duration: 20s;
      animation-delay: 0s;
    }



/* @media  */

@media only screen and (max-width: 940px) {
    #wrapper  {width: 100%; }
    #fk {margin: 0 auto;}
    article {padding: 1.5em 1em 0 1em;}
    div#wrapper_f {display: table; width:100%; } 
    div#dat {display: table; width:100%; padding: 1em 0;} 
    footer .spalte_50l { width: 100%; display: table-footer-group; float: none; text-align: center;}
    footer .spalte_50r { width: 100%; display: table-header-group; float: none; text-align: center;}
    }

@media only screen and (max-width: 600px) {
    nav {padding: 0;}
    nav ul li {font-size: 0.75em;}
    }
   
@media only screen and (max-width: 450px) {
    div#slider {display: none; line-height: 0.25em; padding: 0;}
    nav ul li {width: 30%;}
    header img {max-width: 80%; }
    }

@media only screen and (max-width: 415px) {
    #inhalt {width: 95%; }
    footer {padding: 2em 0.25em 0 0.25em;}
    }

@media only screen and (max-width: 300px) {
    nav ul li {width: 40%; }
    #inhalt {width: 95%; }
    footer {padding: 2em 0.25em 0 0.25em;}
    }