/* //////////////////////////////////// ALLGEMEIN //////////////////////////////////// */
html {
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}
body{
  	font-family: "instrument-sans-variable",sans-serif;
  	font-variation-settings: 'wdth' 100, 'wght' 400;
	color: #000;
	margin: 0px;
	line-height: 1.6;
	font-size: 1.25rem;
	scroll-behavior: smooth;
	font-weight: 400;
	letter-spacing: 1px;
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 3.5rem;
	margin: 0 auto 40px;	
	line-height: 1.2;
	color: #4E483B;
	font-weight: 700;
}
div p{
	margin: 0px 0px 15px 0px;
}
div p:last-child, p:last-child{
	margin: 0 auto;
}
img, svg, video{
	max-width: 100%;
	height:auto;
}
a{
	color: #E0D7C4;
	text-decoration: none;
}
a:active, a:hover {
	color: #E0D7C4;
}
ul{
	padding-left: 20px;
	margin: 0 auto 15px;
}
.no_scroll{
	height: 100vh;
	overflow: hidden;
}
.textcenter{
	text-align: center;
}
/* //////////////////////////////////// CONTENT //////////////////////////////////// */
.w1280{
	max-width: 1280px;
	margin: 0 auto;
	position:relative;
	padding: 0px 40px;
}
.w1024{
	max-width:1024px;
	margin:0 auto;
	position:relative;
}
.w960{
	max-width:960px;
	margin:0 auto;
	position:relative;
}
.w800{
	max-width:800px;
	margin:0 auto;
	position:relative;
}
.w700{
	max-width:700px;
	margin:0 auto;
	position:relative;
}

.margin_oben{
	margin-top: 150px;
}
.margin_unten{
	margin-bottom: 150px;
}
.fullwidth{
	width:100%;
	background-repeat:no-repeat;
	background-size:cover;
	background-position: center;
	position: relative;
}


/* //////////////////////////////////// Header //////////////////////////////////// */
.header{
	position: absolute;
	z-index: 9;
	top: 0;
	left: 0;
	width: 100%;
	transition: all 1s ease;
	padding-top: 50px;
}
.header.menu_is_open{
	padding: 30px 0;
}
.header .w1280{
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	align-items: flex-start;
}

#languages{
	width: 148px;
}
#languages a{
	text-transform: uppercase;
	transition: all 1s ease;
}

.header_logo{
	display: block;
	line-height: 0;
}
.header_logo svg{
	transition: all 1s ease;
}
.header_rechts{
	display: flex;
	flex-direction: row;
	gap: 20px;
	align-items: flex-start;
}
.kontakt_link{
	text-transform: uppercase;
	line-height: 1;
	transition: all 1s ease;
}

.open_menu {
	display: block;
	position: relative;
	width: 40px;
	height: 25px;
	cursor: pointer;
    transition: 0.5s ease-in-out;
}
.open_menu:hover {
    cursor: pointer;
}
.open_menu span {
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #E0D7C4;
	right: 0;
    opacity: 1;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
}
.open_menu span:nth-child(1) {
    top: 0px;
}
.open_menu span:nth-child(2),
.open_menu span:nth-child(3) {
    top: 11px;
	width: 70%;
}
.open_menu span:nth-child(4) {
    bottom: 0px;
}
.open_menu.open span:nth-child(1){
	width: 0%;
	right: 50%;
}
.open_menu.open span:nth-child(4) {
    width: 0%;
    right: 50%;
}

.open_menu.open span:nth-child(2) {
    transform: rotate(45deg);
    bottom: 11px;
	right: 6px;
}

.open_menu.open span:nth-child(3) {
    transform: rotate(-45deg);
    bottom: 11px;
	right: 6px;
}

.menu{
	display: none;
	text-align: center;
	margin-top: 30px;
}
.nav-menu{
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: row;
	gap: 20px;
	align-items: center;
	justify-content: center;
}
.nav-menu li{
	cursor: pointer;
}
.nav-menu li:last-child{
	margin: 0;
}
.nav-menu li a{
	display: block;
	line-height: 1;
	color: #4E483B;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: 2px solid transparent;
}
.nav-menu li a:hover, .nav-menu li.current_page_item a{
	border-bottom: 2px solid #4E483B;
}


/* //////////////////////////////////// Button //////////////////////////////////// */


/* //////////////////////////////////// Home //////////////////////////////////// */


/* //////////////////////////////////// Swiper //////////////////////////////////// */




/* //////////////////////////////////// FOOTER //////////////////////////////////// */

.footer{
	background-color: #2B2E34;
	color: #fff;
	padding: 50px 0;
}

.footer a{
	color: #fff;
}

.footer-inner{
	display: flex;
	flex-direction: row;
	gap: 40px;
}

.footer-col{
	display: flex;
	flex-direction: column;
	text-align: left;
}

.footer-left{
	flex: 1;
}

.footer-center{
	flex: 2;
}

.footer-right{
	flex: 1.5;
	justify-content: flex-end;
}

.footer-logo img{
	max-width: 200px;
	height: auto;
}

.footer-text{
	margin-bottom: 10px;
	font-size: 1.25rem;
}

.footer-social{
	display: flex;
	gap: 15px;
	margin-top: 15px;
}

.social-icon{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #EDBE2B;
	display: flex;
	align-items: center;
	justify-content: center;
}

.social-icon svg{
	width: 20px;
	height: 20px;
	fill: #fff;
}

.footer-legal{
	font-size: 0.85rem;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.footer-links{
	display: flex;
	gap: 6px;
	align-items: center;
}

/* ////////////////////// RESPONSIVE ////////////////////// */

@media (max-width: 900px){
	.footer-inner{
		flex-direction: column;
		gap: 30px;
	}

	.footer-right{
		justify-content: flex-start;
	}
}





/* //////////////////////////////////// CLEARFIX do not group these rules //////////////////////////////////// */
.clearfix:before,
.clearfix:after {
	content:"";
	display:table;
}
.clearfix:after {
	clear:both;
}
.clearfix {
	zoom:1; /* For IE 6/7 (trigger hasLayout) */
}