/* GRID START*/
@media screen and (min-width: 992px) {
.row {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 16px;
}
.col-1 {
    grid-column: span 1;
}
.col-2 {
    grid-column: span 2;
}
.col-3 {
    grid-column: span 3;
}
.col-4 {
    grid-column: span 4;
}
.col-5 {
    grid-column: span 5;
}
.col-6 {
    grid-column: span 6;
}
.col-7 {
    grid-column: span 7;
}
.col-8 {
    grid-column: span 8;
}
.col-9 {
    grid-column: span 9;
}
.col-10 {
    grid-column: span 10;
}
.col-11 {
    grid-column: span 11;
}
.col-12 {
    grid-column: span 12;
}
}
/* GRID END*/


/* BASICS START*/
.space-top{
	padding-top: 40px;

	@media screen and (min-width: 992px) {
		padding-top: 155px;
	}
}
img{
	width: 100%;
}
.body{
	background-color: #131313;
	margin: 0;
}
h1{
	color: #EC6100;
	display: block;
	font-size: 40px;
	font-family: 'Bradley Hand ITC TT';
	margin: 0 0 16px 0;

	@media screen and (max-width: 992px) {
		font-size: 30px;
	}
}

h1 span{
	color: #fff;
	display: block;
	font-size: 22px;
}

h2{
	color: #EC6100;
	display: block;
	font-size: 36px;
	font-family: 'Bradley Hand ITC TT';
	margin: 0 0 16px 0;

	@media screen and (max-width: 992px) {
		font-size: 28px;
	}
}

h2 span{
	color: #fff;
	display: block;
	font-size: 22px;
}

h3{
	color: #EC6100;
	display: block;
	font-size: 32px;
	font-family: 'Bradley Hand ITC TT';
	margin: 0 0 16px 0;

	@media screen and (max-width: 992px) {
		font-size: 26px;
	}
}

h3 span{
	color: #fff;
	display: block;
	font-size: 22px;
}

h4{
	color: #fff;
	display: block;
	font-size: 28px;
	font-family: 'Bradley Hand ITC TT';
	margin: 0 0 16px 0;
	text-align: center;

	@media screen and (max-width: 992px) {
		font-size: 24px;
	}

	@media screen and (min-width: 1200px) {
		text-align: left;
	}
}

h4 span{
	color: #fff;
	display: block;
	font-size: 22px;
}

  p{
	color: #fff;
	font-family: 'Inter';
	font-size: 18px;
	line-height: 30px;

	@media screen and (max-width: 992px) {
		font-size: 15px;
	}
  }

a{
	color: #EC6100;
	text-decoration: none;
	transition: color 0.3s;
}

.tel-link{
	color: #fff!important;
	text-decoration: none;
}

a:hover{
	opacity: 0.7;
	transition: color 0.3s;
}

@media screen and (max-width: 1199px) {
    #content {
        margin: 0 16px;
    }
}
/* BASICS END*/


/* NAVI START*/

@media screen and (max-width: 1199px) {
    #navigation {
        display: none;
    }
}

@media screen and (min-width: 1201px) {
    #navigation {
        display: block;
    }
}
#navigation {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
	position: fixed;
	width: 100%;
  }

  #navigation .navi{
	max-width: 1620px;
	margin: 0 12px;
	display: flex;
	justify-content: space-between;
	padding: 30px 0;
  }

  .navi{
	max-width: 1620px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding: 30px 0;
  }
  #navigation .navi .navi-main {
	display: flex;
	max-width: 950px;
	justify-content: space-between;
  }
  #navigation .navi .navi-main a {
	padding: 16px 30px;
	color: #131313;
	text-decoration: none;
    transition: color 0.3s;
	font-family: 'Inter';
	font-size: 18px;
  }
  #navigation .navi .navi-main a:hover, #navigation .navi-main a.active {
	color: #EC6100;
  }

  .navi .navi-add {
	display: flex;
	justify-content: center;
	width: fit-content;
	margin: 0 auto;
	list-style: none;
	padding: 0;
  }

  .navi .navi-add li{
	border: none;
  }
  .navi .navi-add a {
	padding: 16px 30px;
	color: #fff;
	text-decoration: none;
    transition: color 0.3s;
	font-family: 'Inter';
	font-size: 18px;
  }
  .navi .navi-add a:hover, .navi-add a.active {
	color: #EC6100;
  }

  @media screen and (max-width: 992px) {
	.navi .navi-add {
		display: block;
		width: 100%;
		margin: 0;
	}
    .navi .navi-add li {
		padding: 6px;
		border-bottom: 1px solid #EC6100;
		width: 100%;
    }
	.navi .navi-add a{
		text-align: center;
		margin: 0 auto;
		width: fit-content;
		display: block;
		padding: 4px 30px;
	}
}

@media screen and (min-width: 993px) {
    .navi .navi-add {
		display: flex;
	}
    .navi .navi-add a {
        width: fit-content;
    }
}
/* NAVI END*/


/* HEADER START*/
  .bgImage .claim{
	color: #fff; 
	font-family: 'Bradley Hand ITC TT';
	font-weight: bold;
	z-index: 1;
	max-width: 1620px;
	margin: 0 auto;
	font-size: 30px;
	position: relative;
	padding-left: 16px;

	@media screen and (min-width: 640px) {
		font-size: 40px;
	}

	@media screen and (min-width: 993px) {
		font-size: 60px;
	}
  }

  .bgImage {
	background-image: url('images/header-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: -1;
	padding: 120px 0;

	@media screen and (min-width: 640px) {
		padding: 180px 0;
	}

	@media screen and (min-width: 992px) {
		padding: 240px 0;
	}

	@media screen and (min-width: 1199px) {
		padding: 300px 0;
	}
  }
  .bgImage:after {
	content: '';
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #131313);
	position: absolute;
	height: 100%;
	width: 100%;
	top: 1px;
	left: 0;
  }

  .branding-sub{
display:none;
  }

@media screen and (min-width: 1201px) {
  .branding-sub{
		height: auto;
	width: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	padding-top: 30px;
  }
	}
  
/* HEADER END*/


/* CONTENT START*/
.captchaImg{
  width: 120px;
  height: 40px;
  max-width: 120px;
  max-height: 40px;
}
.fixedButtons{
	position: fixed;
	top: 30%;
	right: 0;
	display: block;
	z-index: 9999;
}

.fixedButtons a{
	background-color: #EC6100;
	padding: 4px;
	height: 35px;
	width: 35px;
	display: block;
	position: relative;
	transition: 0.6s;
}
.fixedButtons img{
	width: 28px;
	height: auto;
	position: absolute;
	top: 8px;
	left: 8px;
}
.formular{
	width: 100%;
	height: 100%;
}
.fixedButtons a:hover{
	background-color: #784421;
	transition: 0.6s;
	opacity: 1;
}
.standardPadding{
	padding: 50px 0;

	@media screen and (min-width: 760px) {
		padding: 100px 0;
	}

	@media screen and (min-width: 1200px) {
		padding: 200px 0;
	}
}

.standardPadding-half{
	padding: 120px 0;

	@media screen and (max-width: 993px) {
		padding: 34px 0;
	}
}

.stoerer{
	background-image: url('images/wood.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 100px 16px;
}

.flex{
	@media screen and (min-width: 993px) {
		display: flex;
		justify-content: space-between;
	}
}

.flex p{
	font-size: 16px;
	text-align: center;

	@media screen and (min-width: 1200px) {
		text-align: left;
	}
}

.padding-headline{
	padding-top: 200px;
}

.img1{
	object-fit: cover;
	height: 804px;
}

.img2{
	object-fit: cover;
	height: 867px;
}

.img3{
	object-fit: cover;
	height: 704px;
}

.headline{
	color: #EC6100;
	display: block;
	font-size: 26px;
	font-family: 'Bradley Hand ITC TT';
	margin: 0 0 16px 0;
}
.map{
	width: 100%;
	height: 366px;
	border: none;
}
.standortPadding{
	padding-top: 34px;

	@media screen and (min-width: 992px) {
		padding-top: 60px;
	}

	@media screen and (min-width: 1200px) {
		padding-top: 120px;
	}
}

ul{
	color: #fff;
	font-family: 'Inter';
	font-size: 18px;
	line-height: 30px;
	list-style-image: url('images/check.svg');
}

ul li{
	padding-bottom: 6px;
	border-bottom: 1px solid #ffffff50;
	margin-bottom: 8px;
}

.highlight{
	color: #EC6100;
}

.row .col.contCol {
	padding: 34px 0;

	@media screen and (min-width: 992px) {
		padding: 100px 0;
	}

	@media screen and (min-width: 1199px) {
		padding: 200px 0;
	}
  }
  .row .col.imgCol {
	position: relative;
  }
  .row .col.imgCol img {
	object-fit: cover;
	width: 100%;
	height: 300px;
	margin-bottom: 0;
	object-position: center;
	z-index: -1;
  }
  @media screen and (min-width: 639px) {
	.row .col.imgCol img {
	  height: 500px;
	}
  }
  @media screen and (min-width: 992px) {
	.row .col.imgCol img {
	  height: 100%;
	  position: absolute;
	  right: 0;
	  top: 0;
	}
  }
  
  dl{
	color: #fff;
	font-family: 'Inter';
	font-size: 18px;
  }

  dt{
	margin: 0;
    /* margin-bottom: 16px; */
    background-color: #ffffff80;
    padding: 6px 12px;
	border-bottom: 1px solid #00000080;
	border-radius: 5px 5px 0 0;
  }

  dd{
	margin: 0;
    margin-bottom: 16px;
    background-color: #ffffff80;
    padding: 6px 12px;
	border-radius: 0 0 5px 5px;
  }
/* CONTENT END*/


/* FOOTER START*/
/* FOOTER END*/

/* FORMULAR START*/
form {
    display: flex;
    flex-direction: column;
	font-family: 'Inter';
	font-size: 18px;
}

label {
    margin-bottom: 8px;
	display: block;
	color: #fff;
	font-family: 'Inter';
}

input,
textarea {
	display: block;
    padding: 10px;
    margin-bottom: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
	font-family: 'Inter';
	background: #fff;
	width: calc(100% - 32px);
}

input[type="submit"] {
    background-color: #EC6100;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.3s ease;
	font-family: 'Inter';
	border: none;
	padding: 16px 40px;
	width: fit-content;
	font-size: 18px;
}

input[type="submit"]:hover {
    background-color: #784421;
}

.border{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 12px;
}
/* FORMULAR END*/
  
@media screen and (min-width: 1200px) {
	div#mobile-nav{
		display: none;
	}
}

#mobile-nav{
	position: fixed;
	height: 27px;
    padding: 5px 0;
	background-color: #EC6100;
	width: 100%;
	z-index: 99;
}
.burger-menu {
    display: none;
    cursor: pointer;
	margin-bottom: 0;
	margin-left: 16px;
	position: fixed;
  	top: 5px;
}

.bar {
    width: 25px;
    height: 3px;
    background-color: #fff;
    margin: 5px 0;
}

nav {
    display: flex;
    align-items: center;
}

.nav-links {
    list-style: none;
    display: flex;
}

.nav-links li {
    margin-right: 20px;
}

.nav-links a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}

/* Media Query für mobile Geräte */
@media screen and (max-width: 1200px) {
    .burger-menu {
        display: block;
    }

    .nav-links {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 18px;
        left: 0;
        width: 100%;
        background-color: #784421;
        padding: 10px;
    }

    #menu-toggle:checked + .burger-menu + nav .nav-links {
        display: flex;
    }

    .nav-links li {
        margin-right: 0;
        margin-bottom: 10px;
    }

	#menu-toggle{
		visibility: hidden;
		overflow: hidden;
		height: 0;
		margin: 0;
		border: none;
	}
}


@font-face {
	font-display: swap; 
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/inter-v13-latin-regular.eot'); 
	src: url('fonts/inter-v13-latin-regular.eot?#iefix') format('embedded-opentype'), 
		 url('fonts/inter-v13-latin-regular.woff2') format('woff2'), 
		 url('fonts/inter-v13-latin-regular.woff') format('woff'), 
		 url('fonts/inter-v13-latin-regular.ttf') format('truetype'), 
		 url('fonts/inter-v13-latin-regular.svg#Inter') format('svg'); 
  }

  @font-face {
	font-display: swap; 
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	src: url('fonts/inter-v13-latin-700.eot'); 
	src: url('fonts/inter-v13-latin-700.eot?#iefix') format('embedded-opentype'), 
		 url('fonts/inter-v13-latin-700.woff2') format('woff2'), 
		 url('fonts/inter-v13-latin-700.woff') format('woff'), 
		 url('fonts/inter-v13-latin-700.ttf') format('truetype'), 
		 url('fonts/inter-v13-latin-700.svg#Inter') format('svg'); 
  }

  @font-face {
	font-display: swap; 
	font-family: 'Bradley Hand ITC TT';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/bradhitc-regular.eot'); 
	src: url('fonts/bradhitc-regular.eot?#iefix') format('embedded-opentype'), 
		 url('fonts/bradhitc-regular.woff2') format('woff2'), 
		 url('fonts/bradhitc-regular.woff') format('woff'), 
		 url('fonts/bradhitc-regular.ttf') format('truetype'), 
		 url('fonts/bradhitc-regular.svg#Inter') format('svg'); 
  }

  @font-face {
	font-display: swap; 
	font-family: 'Bradley Hand ITC TT';
	font-style: normal;
	font-weight: 700;
	src: url('fonts/bradhitc-700.eot'); 
	src: url('fonts/bradhitc-700.eot?#iefix') format('embedded-opentype'), 
		 url('fonts/bradhitc-700.woff2') format('woff2'), 
		 url('fonts/bradhitc-700.woff') format('woff'), 
		 url('fonts/bradhitc-700.ttf') format('truetype'), 
		 url('fonts/bradhitc-700.svg#Inter') format('svg'); 
  }