@charset "utf-8";

@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; src: url('../webfonts/open-sans-v44-latin-regular.woff2') format('woff2'); }
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 500; src: url('../webfonts/open-sans-v44-latin-500.woff2') format('woff2'); }
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 700; src: url('../webfonts/open-sans-v44-latin-700.woff2') format('woff2'); }

html { 
	margin: 0px;
	min-height: 100%;
}
 
:focus {
	 outline:0; 
	 -moz-outline:0; 
} 

img {
	vertical-align: baseline;
}

span,div {
	zoom: 1;
}			   

input::-webkit-outer-spin-button, 
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

img {
	display: block;
}

a {
	zoom: 1;
	color: inherit;
}
	
a img {
	border-width: 0px;
}	   

a:hover  {
	color: inherit;
}

form {
	margin: 0px;
	padding: 0px;
}
	
sup { 
	vertical-align: baseline;
	position: relative;
	top: -0.5em;
	font-size: 70%;
}

ul {
	padding-left: 1.5em;
}

body {	 
	position: relative;
	margin: 0;
	padding: 0px;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "Open Sans",sans-serif;
	font-size: 16px;
	line-height: 1.4;
	color: #636363;
	height: 100%;
	overflow-x: hidden;
	background-image: url(../img/baum-bg.svg);
	background-position: center bottom;
	background-size: auto 75vh;
	background-repeat: no-repeat;
	background-attachment: fixed;
}	 

.show-on-mobile { display: none !important; }

.smalltext { font-size: 80%; }

.bigtext { font-size: 125%; } 


/**** HEADER ****/

.header {
	position: fixed;
	z-index: 99;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 130px;
	text-align: center;
	background-color: rgba(255,255,255,0.9);
}

.header .logo {
	position: absolute;
	left: 30px;
	top: 15px;
	display: inline-block;
	text-decoration: none;
	width: 440px;
}	

.header .mainmenu {
	position: absolute;
	right: 30px;
	top: 83px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-weight: 500;
	color: #81d742;
	font-size: 18px;
}

.header .mainmenu .entry {
	display: inline-block;
	margin-left: 12px;
}

.header .mainmenu .entry a { text-decoration: none; }
.header .mainmenu .entry a:hover, .header .mainmenu .entry.sel a { color: #dda238; }

.header .menuicon {
	position: absolute;
	right: 30px;
	bottom: 25px;
	display: none;
	cursor: pointer;
}

/**** MOBILE MENU ****/

.mobilemenu-container {
	display: none;
}

.mobilemenu-overlay {
	display: none;
	position: fixed;
	z-index: 999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: white;
	background-image: url(../img/baum-bg.svg);
	background-position: center bottom;
	background-size: auto 75%;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.mobilemenu {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.mobilemenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 1.8em;
	line-height: 1;
	font-weight: 500;
	color: white;
	text-align: center;
}

.mobilemenu li { margin-top: 0.6em; margin-bottom: 0.6em; }
.mobilemenu a { text-decoration: none; color: #81d742 }
.mobilemenu .sel a { text-decoration: none; color: #dda238 }

.mobilemenu .menu-close { display: inline-block; position: absolute; right: 30px; top: 84px; cursor: pointer; }

/**** MAIN ****/

.content {
	box-sizing: border-box;
	position: relative;
	max-width: 960px;
	height: 100%;
	margin: auto;
	padding-left: 30px;
	padding-right: 30px;
}	

.main {
	box-sizing: border-box;
	position: relative;
	padding: 130px 0px 50px 0px;
}

.main h1 {
	font-size: 21px;
	margin-top: 1em;
	margin-bottom: 2em;
	border-bottom: 2px solid #81d742;
	font-weight: 500;
}

.main h2 {
	display: inline-block;
	font-size: 18px;
	margin-top: 1.5em;
	margin-bottom: 0em;
	/* border-bottom: 2px solid #81d742; */
	font-weight: 500;
}

.main h2:first-child { margin-top: 0; }

.main h3 {
	font-size: inherit;
	margin-top: 0.3em;
	margin-bottom: 0em;
	font-weight: 700;
}

.main .image {
	position: fixed;
	width: 210px;
	top: 235px;
	right: calc(50% - 450px);
}

.main .text {
	padding-right: 350px; 
}

.main a { color: #dda238; }

/**** FOOTER ****/

.footer { 
	position: relative;
	border-top: 2px solid #81d742; 
	padding-top: 20px; 
	padding-bottom: 50px;
}

.footer a { color: #dda238; }

.footer .copyright {
	position: absolute;
	top: 20px;
	right: 0;
}

/**** SMALL SCREENS ****/

@media only screen and (max-width: 960px) {	
	.main .image { right: 30px; }
	.main .text { padding-right: 300px; }
}


@media only screen and (max-width: 850px) {	
	.hide-on-mobile { display: none !important; }
	.show-on-mobile { display: block !important; }	
	.header .mainmenu { display: none; }
	.header .menuicon { display: block; }
	.main .image { position: absolute; right: 0px; }
	.mobilemenu-container { display: block; }
}

@media only screen and (max-width: 650px) {	
	.header { height: 112px; }
	.header .logo { width: 360px; }
	.header .menuicon { bottom: 20px; }
	.mobilemenu .menu-close { top: 62px; }
	.main { padding-top: 112px; }
	.main .image { position: relative; top: -20px; right: auto; width: 170px; margin-bottom: 20px; }
	.main .text { padding-right: 0px; }
}

@media only screen and (max-width: 460px) {	
	.content { padding-left: 20px; padding-right: 20px; }
	.main { padding-top: 92px; }
	.header { height: 92px; }
	.header .logo { width: 280px; left: 20px; top: 10px; }
	.header .menuicon { right: 20px; }
	.header .menuicon img { width: 26px; }
	.mobilemenu .menu-close { top: 42px; right: 20px; }
	.mobilemenu .menu-close img { width: 26px; }
	.footer .copyright { display: none; }
}