.clear{
	clear:both;
}

*{
	outline: 0;
}

img{
	border:none;
	max-width: 100%;
	height: auto;
}

.nowrap{
    white-space: nowrap;
}

.hidden{
    visibility: hidden;
}

a{
    color:inherit;
}

html{
	padding:0px;
	margin:0px;
	min-height:100%;
	height: 100%;
    text-rendering: auto;
	text-rendering: optimizeLegibility;
	text-rendering: geometricPrecision;
	font-smooth: always;
	
	font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p{
	line-height: 20px;
}

a.buttonlink{
    font-size: 0.688em;
    text-transform: uppercase;
    color:inherit;
    font-weight: 600;
    border: 1px solid;
    display: inline-block;
    text-decoration: none;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
	padding-bottom: 10px;
	color: #17130E;
	transition: all 0.3s ease;
}

a.buttonlink:hover{
	color:#fff;
	background-color: #17130E;
}


body{
	padding:0px;
	margin:0px;
	min-height:100%;
	width:100%;
    height: 100%;
    max-width: 100%;
	-ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #5D5757;
	font-weight:normal;
	background-color: #F9F9F9;
}

hr{
	width:100%;
	height:1px;
	background-color: #E0DBD4;
	border: none;
	margin-top: 20px;
	margin-bottom: 20px;
}

.homeintro hr{
	max-width: 50px;
	background-color: #fff;
	margin-top: 42px;
	margin-bottom: 42px;
}

.homebox{
	position: relative;
	padding-bottom:35px;
}

.homebox .buttonlink{
	position: absolute;
	bottom:0px;
	left:0px;
}

.inside {
    position: relative;
    width: calc(100% - 30px);
    max-width: 1170px;
    margin: auto;
}

h1{
	font-size:3.750em;
	font-weight:100;
}

h2{
	font-size:1.875em;
	font-weight:100;
	color:#17130E;
}

h3{
	font-size: 1em;
	color:#17130E;
}

/*
font-family: 'Roboto', sans-serif;

*/

#header{
	background-color: #fff;
	text-align: center;
}

#logo{
	display: inline-block;
	width:149px;
	height:103px;
	background-image: url(../img/logo_big.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-top: 35px;
	margin-bottom: 35px;
}

#nav{
	background-color: #F9F9F9;
	color:#8C7A66;
	text-align: center;
	padding-top: 16px;
	padding-bottom: 16px;
}

#nav a{
	display: inline-block;
	font-size: 0.813em;
	text-transform: uppercase;
	padding-left: 25px;
	
	text-decoration: none;
	height:30px;
	line-height: 30px;
	transition: color 0.3s ease;
	
}

#nav a:before{
	content:"";
	display: inline-block;
	height:12px;
	width:1px;
	margin-right: 25px;
	background-color: #E0DBD4;
}

#nav a.active, #nav a:hover{
	color:#52483C;
}

#nav a span{
	padding-bottom: 4px;
	border-bottom: 1px solid transparent;
}


#nav a.active span, #nav a:hover span{
	border-bottom: 1px solid #52483C;
}



#lan_nav{
	display: inline-block;
	margin-left:25px;
}

#lan_nav a{
	padding: 0px;
	margin:0px;
	margin-left: 5px;
	transition: color 0.3s ease;
}

#nav > .inside > a:first-child:before, #lan_nav a:before{
	content:none;
}

#subnav{
	color:#8C7A66;
	margin-top: 40px;
	margin-bottom: 45px;
}

#subnav a{
	display: inline-block;
	font-size: 0.813em;
	text-transform: uppercase;
	text-decoration: none;
	height:30px;
	line-height: 30px;
	transition: color 0.3s ease;
}

#subnav a:before{
	content:"";
	display: inline-block;
	height:12px;
	width:1px;
	margin-left: 25px;
	margin-right: 25px;
	background-color: #E0DBD4;
}

#subnav a:first-child:before{
	content:none;
}

#subnav a.active, #subnav a:hover{
	color:#52483C;
}

#subnav a span{
	padding-bottom: 4px;
	border-bottom: 1px solid transparent;
}


#subnav a.active span, #subnav a:hover span{
	border-bottom: 1px solid #52483C;
}

#footernav{
	background-color: #fff;
	color:#8C7A66;
	text-align: center;
	font-size: 0.813em;
	margin-top: 60px;
	line-height: 30px;
}

#footernav a{
	display: inline-block;
	
	padding-left: 25px;
	
	text-decoration: none;
	height:30px;
	line-height: 30px;
}

#footernav a:after{
	content:"";
	display: inline-block;
	height:12px;
	width:1px;
	margin-left: 25px;
	background-color: #E0DBD4;
}

#footernav a:last-child:after{
	content:none;
}

#footernav a.active, #footernav a:hover{
	color:#52483C;
}

#footerlogo{
	background-image: url(../img/logo_footer.svg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto 245px;
	height:345px;
}
.pageintro {
	position: relative;
	display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
	
	align-items: center;

	justify-content: center;
	-ms-flex-pack: center;
	padding-top:60px;
	padding-bottom: 60px;

	box-sizing: border-box;
    min-height: 350px;
}

.pageintro h1{
	font-size: 60px;
	color: #fff;
	font-weight: 100;
	display: block;
	margin: 0px;
	max-width: 770px;
	/*text-shadow: 0px 1px 2px #62513D;*/
	text-shadow: 0px 4px 5px #000;
	z-index: 2;
	text-align: center;
}
	
.pageintro2 h1{
	font-size: 60px;
	color: #fff;
	font-weight: 100;
	display: block;
	position: absolute;
	left:50%;
	top:50%;
	transform: translate(-50%, -50%);
	margin: 0px;
	
}

.pageintro h1 span.line{
	width:90px;
	display: inline-block;
	margin-right: 30px;
	height:1px;
	background-color: #fff;
	vertical-align: middle;
	box-shadow: 0px 1px 2px #62513D;
}

.pageintro .overlay{
	position: absolute;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0,0,0,0));
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: .4;
}

.page-intro_page-intro:after{
	display: none;
}

.homeintro{
	position: relative;
	display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
	
	align-items: center;

	justify-content: center;
	-ms-flex-pack: center;
	padding-top: 25px;
	padding-bottom: 25px;
	box-sizing: border-box;
    min-height: 350px;
}

.homeintro .titlecontent{
	display: block;
	max-width: 770px;
	text-align: center;
}

.homeintro .titlecontent2{
	display: block;
	position: absolute;
	left:50%;
	top:50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color:#fff;
	width:100%;
	width: calc(100% - 30px);
    max-width: 1170px;
}

.homeintro h1{
	font-size: 60px;
	color: #fff;
	font-weight: 100;
	/*text-shadow: 0px 1px 2px #62513D;*/
	text-shadow: 0px 4px 5px #000;
	margin: 0px;
	z-index: 2;
	position: relative;
	text-align: center;
}


.homeintro a{
	font-weight:normal;
	text-transform: uppercase;
	font-size: 13px;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	text-decoration: none;
	padding-bottom:4px;
	border-bottom:1px solid transparent;
}

.homeintro a:hover{
	border-bottom:1px solid #fff;
}

.homeintro .overlay{
	position: absolute;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0,0,0,0));
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: .4;
}

.home-intro_page-intro:after{
	display: none;
}

.witheffect{
	background-image: none !important;
	background-color:#62513D;
}

.imagewitheffect{
	width:100%;
	position: absolute;
	left:0px;
	top:0px;
	z-index: 1;
	mix-blend-mode: multiply;
	opacity: 50%;
	height: 100%;
}

body.isIE .witheffect{
	background-color:#40240c;
}

body.isIE .imagewitheffect{
	background-color:#40240c;
	opacity: .2;
}

form{
	margin-top: 30px;
}

label, input, textarea{
	display: block;
	width: 100%;
	box-sizing: border-box;
}

label{
	font-weight: bold;
	color:#17130E;
	margin-bottom: 10px;
}

input, textarea{
	background: #FFFFFF;
	border: 1px solid #E3E5E7;
	border-radius: 5px;
	font-size: 1em;
	padding: 1em;
	box-sizing: border-box;
	margin-bottom: 30px;
	font-family: 'Roboto', sans-serif;
}

button[type=submit]{
	display: inline-block;
	background: #52483C;
	border-radius: 3px;
	color:#fff;
	border:none;
	font-size: 1em;
	height:43px;
	line-height: 43px;
	padding-left: 30px;
	padding-right: 30px;
}


input.error, textarea.error{
	margin-bottom: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	color:red;
	border-color:red;
}

label.error{
	margin-bottom:30px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	background-color: #17130E;
	color:#fff;
	padding: 5px;
	padding-left: 1em;
	font-weight: normal;
	font-size: .8em;
}

.headermobile{
	height:78px;
	background-color: #fff;
	box-sizing: border-box;
	width:100%;
	padding:20px;
	padding-right: 0px;
	position: fixed;
	top:0px;
	left:0px;
	justify-content: space-between;
	align-items: center;
	display: none;
}

#logo_mobile{
	display: block;
	width:156px;
	height:38px;
	background-image: url(../img/logo_small.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 156px 38px;
}

#mmenu:not( .mm-menu) {
    display: none;
}

.mmenulan{
	width:100%;
	text-align: center;
	display: block;
	float: none;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.mmenulan a{
	width:30px;
	height:30px;
	line-height: 30px;
	margin-left:10px;
	margin-right: 10px;
	color:#8C7A66 !important;
	border: 1px solid #8C7A66;
	text-align: center;
	display: inline-block;
    font-size: .70em;
    text-transform: uppercase;
	padding-top: 0px;
	padding-bottom: 0px;
	box-sizing: border-box;
}


.mmenulan a.active{
	color:#52483C !important;
	border-color:#52483C !important;
}

form #website{
    display: none;
}


@media (max-width:767px){
	body{
		padding-top:78px;
	}
	.col{
		float:none !important;
		clear:both !important;
		width:calc(100% - 30px) !important;
	}
	.headermobile{
		display: flex;
	}

	#header{
		display: none;
	}

	#subnav{
		display: none;
	}

	.page-intro_page-intro:after, .home-intro_page-intro:after {
		padding-top: 50%;
	}

	.pageintro h1, .homeintro h1 {
		font-size: 28px;
		padding-left: 15px;
		padding-right: 15px;
	}

	h2 {
		font-size: 28px;

	}

	.pageintro h1 span.line{
		width:45px;
	}
	.homeintro{
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.homeintro hr{
		margin-top: 22px;
		margin-bottom: 22px;
	}
}


@media (min-width:1201px){
	.homeintro, .pageintro{
		min-height:50vh;
	}
	
}
