@charset "utf-8";
  * {
  box-sizing: border-box;
    margin:0;
  padding:0;
}

.header {
  background-image: url(./images/eliz_header.jpg);
	/*background-position: center; */
	background-repeat: no-repeat;
	background-size: cover; 
	margin: 0px;
	padding:200px;
	width:100%;
}


body {
background-color:"#FFFFFF";
font-familiy:arial;
font-size:16px;
color:black;
}

@font-face {
font-family:"Conv_Enya";
	src: url('fonts/Enya.eot');
	src: local('☺'), url('fonts/Enya.woff') format('woff'),
	url('fonts/Enya.ttf') format('truetype'), 
	url('fonts/Enya.svg#svgFontName') format('svg'); 
}

a {
	/*text-decoration:none;
	font-family:'Conv_Enya';
	font-size:30px;
	padding:0px;
	color:black;
	*/
}

a:hover {
/* text-decoration:none;
font-family:'Conv_Enya';
font-size:30px;
font-weight:bold;
color:black; */
}

a#bestellung {
text-decoration:none;
font-family:'Conv_Enya';
font-size:40px;
font-weight:bold;
padding:0px;
color:black;
}

a.datenschutz {
text-decoration:none;
font-family:FangSong, NSimSun, "Kozuka Mincho Pro EL", "Goudy Old Style", Garamond, "Times New Roman";
font-size:20px;
font-weight:bold;
padding:0px;
color:black;
}


a#extra {
text-decoration:none;
font-family:'Conv_Enya';
font-size:30px;
padding:0px;
color:black;
}

a#audioplay {
	text-decoration:none;
font-family:Arial;
font-size:10px;
padding:0px;
color:black;
}

a.youtube {
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
padding:0px;
color:black;
}


#text {
font-family:FangSong, NSimSun, "Kozuka Mincho Pro EL", "Goudy Old Style", Garamond, "Times New Roman";
line-height:26px;
font-size:20px;
width:100%; 
color:black;
margin:2px;
}

div#Seite {
text-align: middle;    /* Seiteninhalt wieder links ausrichten */
margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
padding: 0em;
}
  
.Navigation {
font-size:0em;
float:left; 
margin:0; 
padding:0;
}

.Navigation a {
display: block;
padding: 0.1em;
font-weight: bold;
	text-decoration:none;
	font-family:'Conv_Enya';
	font-size:30px;
	padding:0px;
	color:black;

}

.Navigation a:link {
color:black; 
background-color:#FFFFFF;
}

.Navigation a:visited {
color:#000000; 
background-color:#FFFFFF;
}
.Navigation a:hover {
color:white;
background-color:black;
}
.Navigation a:active {
color:white; 
background-color:black;
}



#impressum{
text-decoration:none;
font-family:Arial;
font-size:14px;
font-weight:bold;
color:grey;
margin-bottom:5px;
}

.kleinabstand {
letter-spacing: -4px;
}

    .main {
margin:12px;
	}


.column {
  float: left;
}

/* Menübereich */
.column.menue {
	width: 18%;
	margin-left:12%;
	position: sticky;
    top: 0px;
}


/* Hauptbereich */
.column.haupt {
	width: 58%;
	margin-right:12%;
	background:url(images/hintergrund.jpg); 
	background-size:contain; 
	/*background-repeat: no-repeat; */
	/*background-size: cover;*/
}

  #impressum_hintergrund {
background-repeat: no-repeat;
	background-size:auto;

}

.row {
margin-top:30px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout 
@media screen and (max-width: 1020px) {

  .column.menue {
	margin-left:5%;
  }
  
  .column.haupt {
	width:72%;
	margin-right:5%;
  }
  
    .main {
margin-left:50px;
margin-right:50px;
	}
}
*/

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 1020px) {

  .column.menue {
	  position:relative;
	  width:100%;
    text-align: center; 
	margin-left:0px;
  }
  
  .column.haupt {
    width: 100%;
	margin:0px;
background:url(images/hintergrund_mobil.jpg); 
/*background-repeat: no-repeat; */
background-size: contain;  
}

.header {
  background-image: url(./images/eliz_header_mobil.jpg);
	/*background-position: center; */
	background-repeat: no-repeat;
	background-size: cover; 
	margin: 0px;
	padding:200px;
	width:100%;
}

.row {
margin-top:0px;
}

  
  #impressum{
font-size:24px;
margin-bottom:5px;

}

#text {
margin-top:75px;
}

  
   .topnav a:not(:first-child) {display: none;}
   .topnav a.icon {
    display: block;
	padding-top:20px;
	padding-bottom:20px;
		font-size:45px;

   }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 1020px) {
  .topnav.responsive a.icon {
    position: relative;
  }
  
  .topnav.responsive a {
    float: none;
    display: block;
	font-weight: bold;
	font-size:45px;
}

  .topnav.responsive a:link {
color:black; 
background-color:#FFFFFF;
}

  .topnav.responsive a:active {
color:black;
background-color:white;
  }

  .topnav.responsive  a:visited {
color:black; 
background-color:white;
}
}

footer {
	padding: 10px;
	text-align: center;
	
}

.topnav {
	overflow: hidden;
	font-size:0em;
float:left; 
width:100%;
text-align:center;
}


/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}
