/* CSS Document */
/* dark brown 35/24/22  #231816 */
/* medium brown 5d4539 */

body {
  padding-top: 200px;
  overflow-x: hidden;
}


.menu a {
	padding-top: 1.10rem;
}


h1, h2,h3,h4,h5,h6, .serif {
	font-family: 'Merriweather', serif;
	color: #5d4539;
	font-weight: 700;
	
}

.flag-lang {
    width: 26px;
}

.dimmed {
    opacity: 0.4;
}

.menu .lang a {
    padding-top: 1.20rem;
}

.menu .lang a img:hover {
    opacity: 1;
}

@media screen and (max-width: 39.9375em) {
	h2 {
		font-size: 1.75rem;
	}
	}
	



h2 { margin-top: 2.5rem;margin-bottom: 1rem}



.sticky-shrinknav-menu {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  height: 3.5rem;
  line-height: 3.5rem;
  width: 100%;
  background-color: rgba(35, 24, 22, 0.1);
  transition: all 0.5s ease;
}

.sticky-shrinknav-menu li {
  border-radius: 2px;
  transition: all 0.3s ease;
}

.sticky-shrinknav-menu li:hover {
 /* box-shadow: 0 0 0 1px #fefefe;*/
background-color: #5d4539;
}

.sticky-shrinknav-menu a {
  color: #fefefe;
}

.sticky-shrinknav-header-title {
  transition: all 0.3s ease;
  position: relative;
  -webkit-transform: translateY(-1.875rem);
      -ms-transform: translateY(-1.875rem);
          transform: translateY(-1.875rem);
  margin-bottom: 0;
  color: #fefefe;
}

.sticky-shrinknav-header {
  width: 100%;
  height: 160px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(35, 24, 22, 0.9);;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  transition: all 0.5s ease;
}

.langselect {
	position:fixed;
	top:20px;
	right:5px;
	font-size: 90%;

	}

.menu a {
	padding-left: 1rem;
	padding-right: 1rem;
}


.menu .menu-text {
	color: #e9b400;
	padding-top: 1.2rem;
}

 .menu .lang  {
	
	padding-left: 0.15rem;
	padding-right: 0.15rem;
}

 .menu .lang a {
	
	padding-left: 0.15rem;
	padding-right: 0.15rem;
}



body.sticky-shrinknav-wrapper {
  padding-top: 160px;
}

body.sticky-shrinknav-wrapper .sticky-shrinknav-header {
  height: 3.75rem;
  background-color: rgba(35, 24, 22, 1);
}

body.sticky-shrinknav-wrapper .sticky-shrinknav-header .sticky-shrinknav-header-title {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  transition: all 0.3s ease;
}

#Logo, .logo {width: 180px; 
	margin-top: 5px;
	
		} 

#Mainimage {
	min-height: 180px;
	background: #ffffff none repeat fixed 0 0 ;
	margin-top: -40px;
	margin-bottom:0rem;
	
}
#Mainimage  .orbit-caption {
background-color: transparent;	
}


/* Medium and up */
@media screen and (min-width: 40em) {
	#Mainimage {
	min-height: 500px;
	}
	
	.langselect {
	
	top:30px;
	right:30px;
	font-size: 100%;

	}
	
	.menu a {
	padding-left: 1rem;
	padding-right: 1rem;
}
}






/* Large and up */
@media screen and (min-width: 64em) {
#Mainimage {
	/*height: 100vh;*/
	overflow:hidden;
	padding-top:0rem;
	margin-top: -200px;
		margin-bottom:0rem;
	}
	

#Mainimage  .orbit-caption {
	bottom:40%;
	
}

#Mainimage .orbit-caption {
	font-family: 'Merriweather', serif;
	font-weight: 700;
	text-align: center;
    color: #ffffff;
    font-size: 4.1rem;
    line-height: 4.5rem;
	margin-top: 0rem;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.85);
	
	
}
}
#Mainimage .orbit-caption .button {
	font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	color: #e9b400;
	text-shadow: none;
	margin-top: 1rem;
	background-color: #3f110e;
}

#Mainimage .orbit-bullets {
	margin-top: -14rem;
	margin-bottom: 1rem;
	margin-left: 2rem;
	text-align: left
}



footer {
	background-color: #5d4539;
	padding:2rem 0 3rem 0;
	margin-top: 2rem;
	color:#e9b400;
}

footer h2, footer a {color: #FFFFFF;}

.action {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 1rem 0;
	font-family: inherit;
	padding: 0.85em 1em;
	-webkit-appearance: none;
	border: 1px solid transparent;
	border-radius: 0;
	transition: background-color 0.25s ease-out,color 0.25s ease-out;
	font-size: 0.9rem;
	line-height: 1;
	text-align: center;
	cursor: pointer;
	background-color: #5d4539;
	color: #fefefe;
}


