html, body {
	margin:0;
	padding:0 !important;
	max-width: 100%;
	overflow-x: hidden;
	font-size: 20px;
}
body {
	background-image:url(../img/handwerker_werkzeug.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-attachment:fixed;
	background-size:contain;
}

#preloader {
	position:fixed;
	width:100vw;
	height:100vh;
	background-color:#fff;
	z-index:1000;
}
#preloader img {
	margin: auto;
	width: 252px;
	height: auto;
	position: absolute;
	left: calc(50% - 126px);
	top: calc(50% - 126px);
}
h2 {
	font-size: 30px;
	font-weight: 600;
	color: #99b304;
}
img {
	width:100%;
	height:auto;
}

#menu4 li {
	list-style:none;
}
#navbarID {
	display:block;
	position:fixed;
	top: 0;
	left:0;
	background: #ffffff;
	z-index:20;
	width:100%;
	padding:0 15px 0;
}
#navbarID:after {
	content: "";
	position: absolute;
	border-right: solid 40px transparent;
	border-top: solid 35px #ffffff;
	;
	width: calc(35% + 25px);
 -webkit-transition: all .2s ease;
 -moz-transition: all .2s ease;
 -ms-transition: all .2s ease;
 -o-transition: all .2s ease;
 transition: all .2s ease;
	top: 100%;
	right: calc(65% - 25px);
}
.navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(153,179,4)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
#navBtn {
	margin-left: auto;
	outline: none;
	margin-top: -7px;
	padding-bottom: 7px;
}
.nav-item {
	padding:0 5px 5px;
}
.nav-link {
	border-top:5px solid transparent;
	padding-top:20px;
}
.nav-item .active {
	font-weight:600;
	border-top:5px solid #a3bd0f;
}
.navbar-brand {
	height: 100px;
	padding:5px;
	position: fixed;
	z-index: 2;
	top: 0;
}
.navbar-brand img {
	height:100%;
	width:auto;
}
.nav-item a {
	display:block;
	text-align: center;
	font-family: 'Montserrat', Arial, sans-serif;
	font-size:16px;
	color: #464646;
	outline:none;
}
.nav-item a:hover {
	color: #a3bd0f;
}
.header {
	height:calc(100vw / 1.5);
	max-height:50vh;
	min-height:20vh;
}
.content {
	display: block;
	width: 100%;
	margin: 0;
	padding:55px 25px;
	position:relative;
}
.content a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	outline:none;
	border-bottom:1px solid rgba(255, 255, 255, .25);
}
 .content a::after {
 text-decoration:none;
 content: '';
 display: block;
 width: 0;
 height: 1px;
 background:  #fff;
 transition: width .3s;
}
 .content a:hover::after {
 width: 100%;
}
.container-fluid .col-lg-4, .container-fluid .col-lg-5 {
	padding:0;
}
.container-fluid .col-lg-4 img, .container-fluid .col-lg-5 img {
	height:100%;
	/*** max-height: 400px; **/
	width:100%;
	object-fit:cover;
}
.container-fluid .col-lg-8, .container-fluid .col-lg-7 {
	padding:100px;
}
#start:before {
	content: "";
	position: absolute;
	border-left: solid 40px transparent;
	border-bottom: solid 35px rgba(255, 255, 255, 0.75);
	width: calc(47% + 25px);
	top: -35px;
	left: calc(53% - 25px);
}
#start {
	background:rgba(255, 255, 255, 0.75);
}
#start .col-12:first-child h1 {
	text-align: right;
	margin-top: -55px;
	margin-right: 30px;
	font-size: 1.7em;
	font-weight: 400;
	text-transform: normal;
	color: #464646;
}
#menu1 {
	background: #a3bd0f;
	color:#fff;
	text-align:left;
}
#menu1 h2 {
	color:#fff;
}
#menu1 img {
	padding:50px;
}
 #menu1 .col-md-3:nth-child(odd):after {
 content: "";
 position: absolute;
 background-image: url(../img/arrow.svg);
 background-repeat: no-repeat;
 background-position: center;
 background-size: contain;
 height: 60px;
 width: 120px;
 transform: rotate(45deg);
 top: 20px;
 margin-left: -60px;
 left: 0;
}
 #menu1 .col-md-3:nth-child(2n+4):after {
 content: "";
 position: absolute;
 background-image: url(../img/arrow.svg);
 background-repeat: no-repeat;
 background-position: center;
 background-size: contain;
 height: 60px;
 width: 120px;
 transform: rotate(135deg) scaleX(-1);
 bottom: 20px;
 margin-left: -60px;
 left: 0;
}
#menu2 {
	background:#fff;
	padding:0;
	margin:0;
}
#menu3 {
	padding:0;
	margin:0;
	background:#464646;
	color:#fff;
}
#menu3 h2 {
	color: #fff;
}
#menu4 {
	padding:0;
	margin:0;
	background:rgba(163, 189, 15, 0.85);
	color:#fff;
	text-align:center;
	padding: 85px 0;
}
#menu4 h2 {
	color:#fff;
}
#kontakt a {
	display: inline-block;
	color:#fff;
	text-decoration: none;
}
 #kontakt a::after {
 text-decoration:none;
 content: '';
 display: block;
 width: 0;
 height: 1px;
 background: #fff;
 transition: width .3s;
}
 #kontakt a:hover::after {
 width: 100%;
}
#kontakt {
	background:#a3bd0f;
	color:#fff;
	padding-top:50px;
	padding-bottom:50px;
	margin-bottom:0;
}
input[type=text], input[type=email], select, textarea {
	width: 100%;
	padding: 12px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	margin-top: 6px;
	margin-bottom: 16px;
	resize: vertical;
}
.list-unstyled { /** Fehler in Form **/
	color: red;
	font-size: 0, 75em;
}
.btn-success.disabled {
	background-color: #6c6c6c;
	border-color: #6c6c6c;
}
.btn {
	position: relative;
	height: 50px;
	padding: 0 10px;
	width: 225px;
	font-size: 18px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	overflow: hidden;
	white-space: nowrap;
	border: none;
	outline: none;
	-webkit-appearance: none;
	appearance: none;
 -webkit-transition: all .2s ease;
 -moz-transition: all .2s ease;
 -o-transition: all .2s ease;
 transition: all .2s ease;
	border-radius:0;
	background-color:  #6c6c6c;
	border-color: #6c6c6c;
	color: #fff !important;
}
.btn:before {
	content: "";
	position: absolute;
	z-index: 1;
	opacity: .08;
	border-left: solid 50px transparent;
	border-bottom: solid 50px #000;
	width: calc(50% + 25px);
 -webkit-transition: all .2s ease;
 -moz-transition: all .2s ease;
 -ms-transition: all .2s ease;
 -o-transition: all .2s ease;
 transition: all .2s ease;
	top: 0;
	left: calc(50% - 25px);
}
.btn:hover:before {
	left: 100%;
}
}
 @media (min-width: 993px) {
.container {
 max-width: 1000px;
}
}
 @media (max-width: 992px) {
#navbarID {
padding-top:15px;
}
 .navbar-brand {
height: 90px;
}
 .navbar-nav .nav-link {
 text-align: right;
 font-size: 1.25em;
 border: none;
 padding: 15px 50px;
}
 /***.navbar-nav .active:after {
 content: "";
 height: 5px;
 width: 25px;
 margin-left: 15px;
 background: #fff;
 display: inline-block;
 margin-bottom: 4px;
}***/

 #start .col-12:first-child h1 {
 text-align: left;
 margin-top: 20px;
 font-size: 1em;
 font-weight: 700;
}
 #menu1 img {
 padding:50px 25px 25px;
}
 #menu1 .col-md-3:nth-child(odd):after {
 top: 0;
}
 #menu1 .col-md-3:nth-child(2n+4):after {
 bottom: 0;
}
}
 @media (max-width: 767px) {
   
body {
  background-attachment:scroll;
  background-position: top;
  background-position-y: 60px;
  background-size: cover;
  height: 100vh;
  width: 100vw;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
}

.header {
height: calc(100vw / 2.8)
}

 #menu1 img {
 padding:50px 0 20px;
 width:200px;
}
 #menu1 .col-md-3:nth-child(odd):after {
 top: -20px;
 transform: rotate(135deg);
 right: auto;
 left: auto;
 width: 100px;
 height: 100px;
 margin:0;
 margin-left: 100px;
}
 #menu1 .col-md-3:nth-child(2n+4):after {
 transform: rotate(-135deg) scaleX(-1);
 right: auto;
 left: auto;
 top: -20px;
 width: 100px;
 height: 100px;
 margin:0;
 margin-left: -200px;
}
 .container-fluid .col-lg-8, .container-fluid .col-lg-7 {
padding:75px 50px;
}
}
@media (max-width: 480px) {

.header {
height: calc(100vw / 2.5)
}

 .navbar-brand {
height: 80Px;
top:5px;
}
#menu1 img {
 padding:50px 0 20px;
 width:25%;
}
#menu1 .col-md-3:nth-child(odd):after {
margin-left: 0;
right:0;
 height: 80px;
}
#menu1 .col-md-3:nth-child(2n+4):after {
 margin-left: 0;
 left:0;
 height: 80px;
}
}
