
@font-face {
  font-family: 'Ubuntu Mono';
  font-style: normal;
  font-weight: 400;
  src: url('/common/fonts/ubuntu-mono/ubuntu-mono-v15-latin-regular.eot'); 
  src: local(''),
       url('/common/fonts/ubuntu-mono/ubuntu-mono-v15-latin-regular.eot?#iefix') format('embedded-opentype'), 
       url('/common/fonts/ubuntu-mono/ubuntu-mono-v15-latin-regular.woff2') format('woff2'), 
       url('/common/fonts/ubuntu-mono/ubuntu-mono-v15-latin-regular.woff') format('woff'), 
       url('/common/fonts/ubuntu-mono/ubuntu-mono-v15-latin-regular.ttf') format('truetype'), 
       url('/common/fonts/ubuntu-mono/ubuntu-mono-v15-latin-regular.svg#UbuntuMono') format('svg'); 
}


@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  src: url('/common/fonts/oswald/oswald-v48-latin-300.eot'); 
  src: local(''),
       url('/common/fonts/oswald/oswald-v48-latin-300.eot?#iefix') format('embedded-opentype'), 
       url('/common/fonts/oswald/oswald-v48-latin-300.woff2') format('woff2'), 
       url('/common/fonts/oswald/oswald-v48-latin-300.woff') format('woff'), 
       url('/common/fonts/oswald/oswald-v48-latin-300.ttf') format('truetype'), 
       url('/common/fonts/oswald/oswald-v48-latin-300.svg#Oswald') format('svg'); 
}



html {
  font-family: sans-serif; 
  -ms-text-size-adjust: 100%; 
  -webkit-text-size-adjust: 100%; 
}



body {
  margin: 0;
}




  
  
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}



audio,
canvas,
progress,
video {
  display: inline-block; 
  vertical-align: baseline; 
}



audio:not([controls]) {
  display: none;
  height: 0;
}



[hidden],
template {
  display: none;
}





a {
  background-color: transparent;
}



a:active,
a:hover {
  outline: 0;
}





abbr[title] {
  border-bottom: 1px dotted;
}



b,
strong {
  font-weight: bold;
}



dfn {
  font-style: italic;
}



h1 {
  font-size: 2em;
  margin: 0.67em 0;
}



mark {
  background: #ff0;
  color: #000;
}



small {
  font-size: 80%;
}



sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}





img {
  border: 0;
}



svg:not(:root) {
  overflow: hidden;
}





figure {
  margin: 1em 40px;
}



hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}



pre {
  overflow: auto;
}



code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}







button,
input,
optgroup,
select,
textarea {
  color: inherit; 
  font: inherit; 
  margin: 0; 
}



button {
  overflow: visible;
}



button,
select {
  text-transform: none;
}



button,
html input[type="button"], 
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; 
  cursor: pointer; 
}



button[disabled],
html input[disabled] {
  cursor: default;
}



button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}



input {
  line-height: normal;
}



input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; 
  padding: 0; 
}



input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}



input[type="search"] {
  -webkit-appearance: textfield; 
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; 
  box-sizing: content-box;
}



input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}



fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}



legend {
  border: 0; 
  padding: 0; 
}



textarea {
  overflow: auto;
}



optgroup {
  font-weight: bold;
}





table 
{
	border-collapse: collapse;
	border-spacing: 0;
}

td, th 
{
	padding: 0; 
}html
{
	min-height: 100%;
}


body
{
	font-family: 'Oswald', sans-serif;
	background-color: #fbfcff;
	color: #333;
	margin: 0;
	padding: 0 0 150px 0;
	min-height: 100%;
	transition: all 0.2s;	
	letter-spacing: 0.5px;
}

.mainframe
{
	max-width: 1500px;
	margin: 0 auto;
	padding: 5px 20px;
	width: 100%;
	box-sizing: border-box;
	position: relative;
}


@media only screen and (max-width: 720px)
{
	.mainframe
	{
		padding: 5px 15px;
	}
}

@media only screen and (max-width: 520px)
{
	.mainframe
	{
		padding: 5px 10px;
	}
}

.headerwrapper
{
	padding: 0;
	margin: 0;
	background-color: #fbfcff;
	height: 150px;
	z-index: 1000;
	position: fixed;
	width: 100%;
}

.headerwrapper .mainframe
{
	height: 95px;
}

header
{
	background-color: #779441;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 60px;
	overflow: visible;
	position: fixed;
	top: 25px;
	box-sizing: border-box;	
	z-index: 100;
}


.logo
{
	width: 275px;	
	margin: 0;
	padding: 0;
}

.logo img
{
	width: 100%;
	display: block;
}



.clear:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}


nav
{
	position: absolute;
	right: 20px;
	bottom: 0px;
}

@media only screen and (max-width: 920px)
{
	nav ul
	{
		display: none;
	}
	
	
	nav.open ul
	{
		display: block;
		top: 150px;
		left: 0; 
		position: fixed;
		background-color: #fbfcff;
		width: 100%;
		text-align: center;
		padding-bottom: 25px;
		-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
		box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
	}
	
	nav .menuebutton
	{
		background-image: url(/grafik/menu-icon.png);
		background-position: 0 0;
		background-repeat: no-repeat;
		background-size: contain;
		padding: 0;
		display: block;
		clear: both;
		width: 40px;
		height: 40px;
		margin: 0;
		position: fixed;
		top: 35px;
		right: 20px;
		transition: all 1s;
		cursor: pointer;
	}
	
	nav.open .menuebutton
	{
		display: block;
		background-image: url(/grafik/menu-icon-opened.png);
	}
	
	nav.open a
	{
		line-height: 2.2em;
	}
	
	
}


nav ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

nav li
{
	display: inline-block;
	margin: 0;
	padding: 0 20px; 
	transition: all 0.5s;
}

@media only screen and (max-width: 920px)
{
	nav li
	{
		display: block;
	}
}


nav a
{
	font-size: 20px;
	font-weight: 500;
	padding: 0 5px; 
	color: #779441;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: all 1s;
	border-bottom: 2px solid transparent;
}

nav a.active
{
	border-bottom: 2px solid #779441;
}


@media only screen and (max-width: 1100px)
{
	nav li
	{
		padding: 0 15px;
	}
}

@media only screen and (max-width: 1030px)
{
	nav li
	{
		padding: 0 10px;
	}
}




section
{
	font-size: 16px;
	display: flex;
	line-height: 1.6em;
	font-weight: 700;
}

section article
{
	clear: both;
	box-sizing: border-box;
}

section p, section ul, section li
{
	font-size: 19px;
	font-weight: 500;
}

section ul 
{
	font-size: 16px;
	font-weight: 600;
}

h1
{
	font-size: 55px;
	font-weight: 400;
	line-height: 1.3em;
	font-family: 'Ubuntu Mono', cursive;
	color: #779441;
	letter-spacing: 3px;
}


h1 .firstletter
{
	font-size: 120px;
	margin-right: 5px;
}

@media only screen and (max-width: 1110px)
{

	h1
	{
		font-size: 45px;
		letter-spacing: 2px;
	}

	h1 .firstletter
	{
		font-size: 100px;
	}

}


h1 .firstletter
{
	font-size: 120px;
	margin-right: 5px;
}

@media only screen and (max-width: 500px)
{

	h1
	{
		font-size: 40px !important;
		letter-spacing: 1px !important;
	}

	h1 .firstletter
	{
		font-size: 90px;
	}

}


h2
{
	font-size: 28px;
}

h3
{
	font-size: 24px;
	color: #779441;
	font-weight: 600;
}

p
{
	font-weight: 300;
	letter-spacing: 1.5px;
	line-height: 1.7em;
}

td
{
	font-weight: 300;
	letter-spacing: 1.5px;
	line-height: 1.7em;
}

.impressumlink 
{
	text-align: center;
}

.impressumlink a
{
	color: #779441;
}	

.adresse
{
	margin-top: 100px;
}



#attention
{
	width: 100%;
	max-width: 700px;
	margin: 250px auto -100px auto;
	padding: 25px 40px;
	color: #fff;
	background-color: #779441;
	
	
	
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.5);	


}

#attention.snowflake
{
	background-image: url(/grafik/schneeflocke.gif);
    background-repeat: no-repeat;
    background-position: right 15px top 15px;
}




#attention h2, #attention p
{
	color: #fff;
}


@media only screen and (max-width: 1110px)
{
	#attention
	{
		padding: 15px 20px;		
	}
}






#welcome
{
	margin-top: 250px;
}

.welcome h1
{
	margin-left: 57%;
	
}

.welcome h1 .secondRow
{
	margin-left: 11%;
}

.welcome .laden1
{
	float: left; 
	width: 60%; 
	margin-right: 30px;
	margin-top: -100px;
}


@media only screen and (max-width: 1110px)
{
	.welcome .laden1
	{
		margin-top: -80px;
	}
}


.schild
{
	float: right;
	margin-top: -100px;
	width: 30%;
	max-width: 363px;
}


@media only screen and (max-width: 980px)
{
	.schild
	{
		float: right;
		margin-top: -80px;
	}

}



.espresso div
{
	float: left;
	margin-top: 50px;
	margin-right: 35px;
	width: 65%;
}

.espresso h1, 
.espresso p
{
	text-align: right;
}



@media only screen and (max-width: 920px)
{

	#welcome
	{
		margin-top: 180px;
	}

	.welcome .laden1
	{
		margin-top: 0;
	}
	
	.welcome h1
	{
		margin-left: 20%;
	}
}



@media only screen and (max-width: 870px)
{
	.schild
	{
		float: none;
		width: 50%;
		margin: 10px 10% 0 40%;
		
	}
	.espresso div
	{
		float: none;
		width: 90%;
	}
}


@media only screen and (max-width: 480px)
{
	
	.welcome h1
	{
		margin-left: 5%;
	}
	
	.welcome h1 .secondRow 
	{
		margin-left: 5%;
	}
	

	.welcome .laden1
	{
		float: none;
	}
	
	.welcome .laden1
	{
		width: 85%;
	}	
	
	
}









#brillen
{
	clear: both;
}

#brillen .brillen1
{
	display: block;
	width: 75%;
	max-width: 780px;

}

@media only screen and (max-width: 1320px)
{
	#brillen .brillen1
	{
		margin-top: 75px;
	}
}


.brillen .wirlieben
{
	float: left;
	margin-top: 70px;
	margin-left: 10px;
}

#brillen .brillen2
{
	float: left; 
	margin-top: 70px;
	margin-right: 25px;
	margin-left: 15px;
	max-width: 410px;
	width: 28%;
}

.brillen .text
{
	margin-top: -60px;
	margin-left: 14%;
	margin-right: 25px;
}


@media only screen and (max-width: 1330px)
{.brillen .text {margin-left: 13%;}}

@media only screen and (max-width: 1230px)
{.brillen .text {margin-left: 12%;}}

@media only screen and (max-width: 1000px)
{.brillen .text {margin-left: 11%;}}

@media only screen and (max-width: 900px)
{.brillen .text {margin-left: 10%;}}

@media only screen and (max-width: 900px)
{.brillen .text {margin-left: 9.5%;}}

@media only screen and (max-width: 850px)
{.brillen .text {margin-left: 8%;}}


.brillen .text p
{
	text-align: right;
}

.brillen3
{
	width: 64%;
	max-width: 927px;
}


@media only screen and (max-width: 780px)
{
	#brillen .brillen1
	{
		float: none; 
		width: 100%; 
		margin-right: 0;
		margin-bottom: 15px;
	}
	
	
	#brillen .brillen3
	{
		float: none; 
		width: 100%; 
		margin-right: 0;
		margin-bottom: 15px;
		margin-top: 15px;
	}	
	
	#brillen .brillen2
	{
		float: none; 
		width: 100%; 
		margin: 0;
	}		
	
	
}






.designer
{
	margin-top: 100px;
}

.designer .flex
{
	display: flex;
}

.designer img
{	
	margin: auto 1% auto auto;
	width: 50%;
	max-width: 620px;
}



.designer p
{
	text-align: justify;
	width: 235px;
	margin:auto;
}



@media only screen and (max-width: 1000px)
{
	.designer
	{
		margin-top: 60px;
	}
}


@media only screen and (max-width: 650px)
{
	.designer .flex
	{
		flex-direction: column;
	}
	
	.designer img
	{	
		margin: auto;
		width: 75%;	
	}
	
	.designer p
	{	
		margin-top: 40px;
	}
}

.designer .flex.reverse
{
	flex-direction: row-reverse;
}

.designer h1
{
	clear: both;
	display: inline-block;
	padding-top: 35px;
	width: 290px;
}

.designer ul
{
	display: inline-block;
	list-style-type: none;
	text-align: right;
	margin-right: 25px;
	margin-top: 85px;
}

@media only screen and (max-width: 1170px)
{
	.designer .flex.reverse
	{
		flex-direction: column;
	}

	.designer ul
	{
		margin-top: 5px;
	}
}



.designer ul li
{
	margin-left: 0.7em;
	font-size: 24px;
	display: inline-block;
	line-height: 1px;
}

.designer ul li::before 
{
	color: #779441;  
	content: "."; 
	font-size: 80px; 
	padding-right: 0.15em;
	position: relative;
	bottom: 1px;
	font-family: 'Ubuntu Mono', cursive;
}


.designer ul li:first-of-type::before 
{
	content: ""; 
	font-size: 80px; 
	padding-right: 25px;
}


.designer ul li:last-of-type
{

	padding-right: 60px;
}




 



#kontaktlinsen
{
	padding-top: 100px;
	clear: both;	
}


#kontaktlinsen img
{
	margin-left: 20%;
	width: 80%;
	max-width: 1027px;
}

#kontaktlinsen h1
{
	margin-top: -130px;
	width: 50%;
	float: left;
}

#kontaktlinsen h1 .firstletter
{
	margin-left: 40%;
	padding-top: 15px;
} 

#kontaktlinsen p
{
	width: 40%;
	margin-top: 60px;
	margin-right: 8%;
	margin-left: 2%;
	display: inline-block;
	float: left;
}



@media only screen and (max-width: 1370px)
{

	#kontaktlinsen h1 
	{
		margin-top: -110px;	
		font-size: 45px;
		letter-spacing: 2px;
	}

	#kontaktlinsen h1 .firstletter
	{	
		padding-top: 25px;
		font-size: 100px;
	}
	
	#kontaktlinsen p
	{
		margin-top: 45px;
	}
	
}

@media only screen and (max-width: 1260px)
{

	#kontaktlinsen p
	{
		width: 40%;
		margin-right: 0%;
		margin-left: 6%;
	}
}


@media only screen and (max-width: 1260px)
{
	#kontaktlinsen h1 
	{
		width: 100%;
		float: none;
		margin-top: 20px;
	}
	
	#kontaktlinsen h1 .firstletter
	{	
		margin-left: 0;
	}	
	
	#kontaktlinsen h1 br
	{
		display: none;
	}
	
	#kontaktlinsen p
	{
		float: none;
		margin-top: 0;
	}
	
	
}

 





#manufaktur 
{
	clear: both;
	padding-top: 100px;
}

.manufaktur img
{
	float: right;
}

.manufaktur3
{
	margin-left: 40px;
}



.manufaktur1
{
	margin-top: 150px;
}

.manufaktur2
{
	margin-top: 40px;
}


.manufaktur h1
{
	clear: both;
	position: relative;
	top: -76px;
	margin-left: auto;
	margin-right: 0;
	width: 480px;
	max-width: 100%;
}



.manufaktur p
{
	position: relative;
	top: -86px;
	margin-left: auto;
	margin-right: 0;
	width: 480px;
	max-width: 100%;
}

.klaresicht
{
	text-align: center;
}

.klaresicht .klaresicht1
{
	float: none;
	display: block;
	margin-bottom: 50px;
}

.klaresicht h1
{
	float: left;
}

.klaresicht .text
{
	float: left;
	margin-left: 200px;
	text-align: left;
}

.klaresicht1 img
{
	width: 100%;
	max-width: 926px;
}


.klaresicht2
{
	float: right;
}



#wein
{
	clear: both;
	padding-top: 70px;
	text-align: right;
	margin-right: 25%;
	margin-left: 25%;
}

#wein p
{
	padding: 10px 0 40px 0;
}


.team1
{
	width: 100%;
	max-width: max-content;
	margin-left: 200px;
}


.team2
{
	width: 100%;
	max-width: 800px;
	margin-top: -75px;
	margin-left: -100px;
	border: 5px solid #fff;
}




#kontakt .firstletter
{
	margin-right: -10px;
}

#kontakt h1
{
	padding-top: 50px;
}

#kontakt p
{
	margin-left: 25%;
	margin-top: -150px;
	text-align: right;
}



.oeffnungszeiten 
{
	padding-top: 70px;
	margin-left: 20px;
}

.oeffnungszeiten table
{
	border-collapse: collapse;
}

.oeffnungszeiten td
{
	border-bottom: 2px solid #779441;
	vertical-align: top;
	padding-top: 8px;
}

.oeffnungszeiten td:first-child
{
	width: 150px;
}

.oeffnungszeiten td:last-child
{
}



footer
{
	margin-top: 100px;
	background-color: #779441;
	padding: 5px;
	
}


footer p 
{
	color: #fff;
	text-align: center;
	font-size: 24px;
	padding: 10px;
	margin: 0;
}
