@font-face { font-family: 'Schrift';
             src: url('font.ttf') format('truetype'); 
}
@font-face { font-family: 'Schrift2';
             src: url('font2.ttf') format('truetype'); 
}
@font-face { font-family: 'Font1';
             src: url('OpenSans-Regular.ttf') format('truetype'); 
}
body, html {
	padding: 0px;
	margin: 0px;
	width: 100%;
	font-family: 'Schrift';
	font-size: 18px;
}
.error {
	border: 1px solid #F00;
}
.Text a {
	color: #111;
}
.Photos {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 60%;
}
.Photos .O {
	background-color: rgba(0,0,0,0.6);
}
.BodyIntro .Photos {
	height: 100%;
}
.BodyIntro .Content {
	top: 100%;
}
.BodyIntro .Down {
	display: inherit;
}

.DisplayBg {
	position: fixed;
	z-index: 100;
	background-color: rgba(0,0,0,0.9);
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
.Display {
	position: fixed;
	left: 50%;
	width: 400px;
	margin-left: -200px;
	top: 20%;
	z-index: 101;
	background-color: #FFF;
	color: #111;
	padding: 20px;
	font-weight: bold;
}

fieldset {
	border: 0px;
	padding: 0px;
	margin: 0px;
	width: 100%;
	padding-bottom: 5px;
}
label {
	width: 30%;
	float: left;
	text-align: left;
}
input, select, textarea {
	border: 1px solid #CCC;
	padding: 5px;
	color: #111;
	width: 70%;
	float: left;
	text-align: left;
	outline: none!important;
}
input[type=submit] {
	background-color: #5FAE30;
	color: #FFF;
	width: auto;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
	cursor: pointer;
	border: 0px;
}

.Down {
	display: none;
	position: fixed;
	bottom: 50px;
	width: 50px;
	height: 50px;
	z-index: 40;
	left: 50%;
	margin-left: -25px;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
	cursor: pointer;
}
.Down:hover {
	transform: translateY(-5px);
}
.DownF {
	bottom: 150px;
	opacity: 0;
}
.Down img {
	display: block;
	width: 100%;
}


.Header {
	position: fixed;
	top: 0px;
	width: 100%;
	height: auto;
	z-index: 50;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #797D83;
}
.Header .Logo {
	float: left;
	width: 300px;
}
.Header .Navigation {
	float: right;
	text-align: right;
	width: 50%;
}
.Header .Oben {
	border-bottom: 1px solid rgba(255,255,255,0.1);
	padding-bottom: 15px;
	padding-top: 15px;
	font-family: Font1;
	font-weight: lighter;
	font-size: 13px;
	color: #FFF;
	width: 100%;
}
.HeaderBG {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 40;
	height: 110px;
	background-color: #1F0E05;
	transform: translateY(-200px);
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	background-image: url(img/footer.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.HeaderBGF {
	transform: translateY(0px);
}

.FX1 {
	position: absolute;
	left: -100px;
	top: -100px;
	width: 50%;
	background-color: rgba(255,255,255,0.6);
	transform: rotate(-5deg);
	z-index: 60;
}

.Nav {
	color: #FFF;
	text-decoration: none;
	font-size: 18px;
	font-weight: normal;
	margin-left: 20px;
	margin-top: 12px;
	display: inline-block;
	font-family: Font1;
}
.Nav:hover {
	color: #5FAE30;
}
.Header .Logo img {
	display: block;
	width: 100%;
}

.O {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}
.T {
	display: table;
	width: 100%;
	height: 100%;
}
.C {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}

.Button {
	display: inline-block;
	background-color: #5FAE30;
	color: #FFF;
	text-decoration: none;
	padding: 15px;
	padding-left: 30px;
	padding-right: 30px;
	cursor: pointer;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.Button:hover {
	background-color: #1F0E05;
}

.Content {
	position: absolute;
	left: 0px;
	width: 100%;
	top: 60%;
	z-index: 10;
	padding-top: 40px;
	font-family: Font1;
	font-weight: lighter;
	text-align: center;
}
.Text {
	width: 100%;
	max-width: 800px;
	display: inline-block;
	line-height: 29px;
}

.Tischlerei {
	margin-top: 50px;
	position: relative;
}
.Tischlerei img {
	width: 100%;
	display: block;
}
.Tischlerei .C img {
	width: 80%;
	max-width: 400px;
	display: inline-block;
	margin-bottom: 20px;
}

.Footer {
	background-color: #1F0E05;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #FFF;
	text-align: left;
	margin-top: 0px;
	font-family: Font1;
	font-size: 15px;
	background-image: url(img/footer.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}


.M_3Photos {
	margin-top: 60px;
}
.M_3Photos .grid_4, .M_3Photos .grid_3 {
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.M_3Photos .grid_4:nth-child(3n+1) {
	padding-right: 30px;
	margin-bottom: 30px;
}
.M_3Photos .grid_4:nth-child(3n+2) {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
}
.M_3Photos .grid_4:nth-child(3n+3) {
	padding-left: 30px;
	margin-bottom: 30px;
}
.M_3Photos img,  .M_3Photos .grid_3 img {
	width: 100%;
}
.M_3Photos .grid_4:hover, .M_3Photos .grid_3:hover {
	transform: translateY(-10px);
}
.M_3Photos .grid_3 {
	padding: 15px;
}


.M_PhotoBox .grid {
	align-items: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.M_PhotoBox img {
	width: 80%;
	max-width: 180px;
	margin-bottom: 20px;
}
.M_PhotoBox .grid_4 {
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
}


.M_Kategorien .grid_6:nth-child(1) {
	margin-right: 20px;
}
.M_Kategorien .grid_6:nth-child(2) {
	margin-left: 20px;
}
.M_Kategorien .grid_6 img {
	width: 100%;
	display: block;
}
.M_Kategorien .grid {
	margin-bottom: 40px;
}
.M_Kategorien .grid_overlay {
	color: #FFF;
}
.M_Galerie .grid {
	flex-wrap: wrap;
}

.M_KategorienN .grid {
	flex-wrap: wrap;
}
.M_KategorienN .grid .grid_6 {
	margin: 20px;
	width: 45%;
	overflow: hidden;
}
.M_KategorienN .grid_6 img {
	width: 100%;
	display: block;
}
.M_KategorienN .grid_overlay {
	color: #FFF;
}

.grid_with_overlay img {
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.grid_with_overlay:hover img {
	transform: scale(1.02);
}

.LinkBack {
	background-color: #1F0E05;
	color: #FFF;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
}


.M_Spruch {
	background-color: #5FAE30;
	padding-top: 20px;
	padding-bottom: 40px;
	color: #FFF;
}



* {
  margin: 0;
  padding: 0; 
}

/* Icon 1 */

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 30px;
  height: 30px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #FFF;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.MobileNavIcon {
	display: none;
}
/* Icon 3 */

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 8px;
}

#nav-icon3 span:nth-child(4) {
  top: 16px;
}

#nav-icon3.open span:nth-child(1) {
  top: 12px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}