@charset "UTF-8";
/* CSS Document */


body {
	background-image: url(images/wood_bg.png);
	background-repeat: repeat;
	background-position: center;
	margin: 0px;
	font-family: 'Crete Round', serif;
}

p {
	font-size: 16px;
	color: #313131;
}

a:link {
	color: #313131;
	font-size: 18px;
	text-decoration: none; 
}

a:visited {
	color: #313131;
	font-size: 18px;
	text-decoration: none; 
}

a:hover {
	color: #313131;
	font-size: 18px;
	text-decoration: underline;
}

a:active {
	color: #313131;
	font-size: 18px;
	text-decoration: none;
}

#header {
	background-image: url(images/paper_bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 100%;
	height: 175px;
	display: table;
	text-transform: uppercase;
}

.formular {
 	width: 12.5%;
	display: block;
	top: 35%;
	left:-7.5%;
	position: fixed;
}

#openmenu {
	display: none;
}

#navigation {
	width: 60%;
	height: auto;
	margin-left: 20%;
	margin-right: 20%;
	text-align:center;
	display: table-cell;
	vertical-align: middle;
	padding-bottom: 20px
}

.navi {
	width: 15%;
	height: auto;
	margin-right: 6.25%;
}

.navi_last{
	width: 15%;
	height: auto;
}

#mobilenavi {
	display: none;
}

.mnavi {
	display: none;
}

/* Shrink */
.shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.shrink:hover, .shrink:focus, .shrink:active {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

#main_content {
	width: 60%;
	height: auto;
	margin-top: 7.5%;
	margin-left: 20%;
	margin-right: 20%;
	line-height: 20px;	
}

/* Forward */
.hvr-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-forward:hover, .hvr-forward:focus, .hvr-forward:active {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}

.uppercase_big {
	text-transform: uppercase;
	letter-spacing: 1.75px;
}

.uppercase_small {
	text-transform: uppercase;
	letter-spacing: 1.75px;
	font-size: 12.5px;
	color: #fff;
}

.uppercase_small a:link {
	color: #fff;
	font-size: 12.5px;
	text-decoration: none;
	font-style: italic;
}

.uppercase_small a:visited {
	color: #fff;
	font-size: 12.5px;
	text-decoration: none; 
}

.uppercase_small a:hover {
	color: #fff;
	font-size: 12.5px;
	text-decoration: underline;
}

.uppercase_small a:active {
	color: #fff;
	font-size: 12.5px;
	text-decoration: none;
}

.svg_data_big {
	height: 70px;
}

.svg_data_small {
	margin-top: 50px;
	margin-bottom: 30px;
	margin-left: 5%;
	height: 28.5px;
}

#info_box {
	width: 90%;
	height: auto;
	padding: 5%;
	border: 4px solid #fff;
	background-color: #313131;
	margin-bottom: 7.5%;
}

.footer {
	font-size: 11px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1.75px;
	margin-bottom: 50px;
}

.footer a:link {
	font-size: 11px;
	text-decoration: none;
}

.footer a:visited {
	font-size: 11px;
	text-decoration: none; 
}

.footer a:hover {
	font-size: 11px;
	text-decoration: underline;
}

.footer a:active {
	font-size: 11px;
	text-decoration: none;
}


/* Smartphones */
@media only screen and (max-device-width: 480px) {


body {
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
}

p {
	font-size: 33.5px;
}

#openmenu {
	display: table-cell;
	padding-left: 10%;
	padding-right: 10%;
	padding-bottom: 35px;
	vertical-align: middle;
}
	
#navigation {
	display: none;
}
	
#mobilenavi {
	width: 80%;
	height: 475px;
	padding-left: 10%;
	padding-right: 10%;
	background-color: #fbfafa;
	margin-bottom: -5px;
	margin-top: -50px;
	padding-top: 87.5px;
	top: 0;
}
	
#header {
	height: 210px;
}
	
.formular {
	display: none;
}
	
.mnavi {
	text-transform: uppercase;
	display: block;
	letter-spacing: 1.75px;
	line-height: 2em;
}
	
.mnavi a:link {
	font-size: 40px;
}

.mnavi a:visited {
	font-size: 40px;
}

.mnavi a:hover {
	font-size: 40px;
}

.mnavi a:active {
	font-size: 40px;
}
	
#button2 {
	display: none;
}
	
#main_content {
	width: 80%;
	margin-top: 10%;
	margin-left: 10%;
	margin-right: 10%;
	line-height: 35.5px;	
}
	
.uppercase_small {
	font-size: 20px;
}

.uppercase_small a:link {
	font-size: 20px;
}

.uppercase_small a:visited {
	font-size: 20px;
}
	
.uppercase_small a:hover {
	font-size: 20px;
}
	
.uppercase_small a:active {
	font-size: 20px;
}
	
.svg_data_big {
	height: 110px;
}

.svg_data_small {
	margin-top: 85px;
	height: 45px;
}	
	
#info_box {
	border: 7px solid #fff;
}
	
.footer {
	font-size: 15px;
	letter-spacing: 1.75px;
	line-height: 1.25em;
	margin-top: 100px;
	margin-bottom: 100px;
}

.footer a:link {
	font-size: 15px;
}

.footer a:visited {
	font-size: 15px;
}

.footer a:hover {
	font-size: 15px;
}

.footer a:active {
	font-size: 15px;
}


}


/* Tablets */
@media only screen and (max-device-width: 768px) {

	
.formular {
	display: none;
}

}