@import "reset.css";
@import "input.css";


@font-face {
	font-family: 'Conv_1806A3_0';
	src: url('../fonts/1806A3_0.eot');
	src: local('?'), url('../fonts/1806A3_0.woff') format('woff'), url('../fonts/1806A3_0.ttf') format('truetype'), url('../fonts/1806A3_0.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

html,body {
	height:100%;
}

body {	
	font-family: verdana, sans-serif;
	font-size: 15px;
  	color: #862400;
	
	background:#fedfb0 url(../graphics/background.jpg) no-repeat fixed left bottom;
		-webkit-background-size: cover;
		   -moz-background-size: cover;
			 -o-background-size: cover;
				background-size: cover;
}

h1, h2, h3, #home_info { font-family: 'Conv_1806A3_0', verdana, sans-serif; }
.linkmenu:link, .linkmenu:visited  { font-family: 'Conv_1806A3_0', verdana, sans-serif; }

/*--------------------------------------------------------------------*/
/*  main layout
/*--------------------------------------------------------------------*/

#taal { position:absolute; right:15px; top:2px; }

#logo_small {
	max-height:60px; float:left; margin:10px 0 0 10px;
}

#logo {
	width:350px; max-width:100%; display:block; margin:0 auto;
}

#home_info {
	text-align:center; padding-top:20px; font-size:18px;
}

#spreuk { margin:50px 0 40px 0; }

.container_block { clear:both; }

.collumn { float:left; width:50%; min-width:400px; margin-bottom: 20px; }
.collumn_content { margin-right:80px; }

.container img { max-width:100%; max-height:350px; margin:10px 0 25px 0;
	-webkit-border-radius: 100px;
	   -moz-border-radius: 100px;
	        border-radius: 60px; }

@media only screen and ( max-width: 880px )
{
	.collumn { width:100%; min-width:0; }
	.collumn_content { padding-right:0; }
}

.left{ float:left; }
.right{ float:right; }
.clear { clear:both; }

.menu_container {
	height: 120px;
	width: 100%;
	position: fixed;
	top: 0px;
	z-index: 10;
	
	background:transparent url(../graphics/menu_background.png) repeat-x left bottom;
}

#menu { float:right; margin-top:10px; }

.linkmenu:link, .linkmenu:visited  {
	display:block;
	color:#ffffff;
	font-size:17px;
	text-decoration:none;
	margin: 15px;
	float: left;
}

.linkmenu:hover {
	color:#862400;
}

.home_container {
	min-height: 100%;
	width: 100%;
	margin-top:100px;
	position: relative;
}

.container {
	/*min-height: 100%;*/
	width: 100%;
	overflow: auto;
	position: relative;
	/*background:transparent url(../graphics/trans_30.png);*/
}

.scroll_content {
	max-width:924px;
	margin:0 auto;
	padding: 40px 20px 30px 20px;
	position: relative;
}

.full_height { min-height: 100%; }

/*--------------------------------------------------------------------*/
/*  basic styles
/*--------------------------------------------------------------------*/

a:hover { 
 	-webkit-transition: all .2s ease-in-out;
 	   -moz-transition: all .2s ease-in-out;
 		-ms-transition: all .2s ease-in-out;
 		 -o-transition: all .2s ease-in-out;
 	        transition: all .2s ease-in-out;
}			

a, a:visited {
	text-decoration: none;
 	color: #5a0bb3;
}

a:hover { color: #fd310a; }

p { margin-bottom: 10px; }

ul, #content ol {
	margin:0 0 0 15px;
}

.bullet{ list-style-image: url(../graphics/icons/bullet.png); }

td { /*padding-right:30px;*/ }

hr {
	background-color: #ac4a1c; height: 1px; border: 0;	
}

h1,h2,h3 { font-weight: normal; }

h1 { font-size: 34px; margin-bottom:20px; color:green; }
h2 { font-size: 34px; margin:30px 0 10px 0; color:green; }
h3 { font-size: 20px; margin:0 0 10px 0; }

strong { font-weight:bold; }

/*--------------------------------------------------------------------*/
/*  special stuff
/*--------------------------------------------------------------------*/

/*
.alert:before {
    border-style: solid;
    border-width: 14px 13px 0px;
    content: "";
    height: 0;
    left: 20%;
    position: absolute;
    bottom: -13px;
    width: 0;
}
*/
	
.alert {
	position:relative;
	/*max-width:300px;*/
	float:left;
	padding:15px 15px 15px 15px;
	margin:0 20px 20px 0;

	-webkit-border-radius: 16px;
	   -moz-border-radius: 16px;
	        border-radius: 16px;
}

.alert.white:before  { border-color: #ffffff transparent transparent transparent; }
.alert.white { background-color:#ffffff; background:transparent url(../graphics/trans_60.png); }

/*--------------------------------------------------------------------*/
/*	UI TO TOP
/*--------------------------------------------------------------------*/

#scrollup {
	display:none;
	position:fixed;
	bottom:14px;
	right:14px;
	overflow:hidden;
	width:58px;
	height:56px;
	text-indent: -9999px;
	border:none;
	background: transparent url(../graphics/icons/scroll_up.png) center center no-repeat;
	opacity: 1;
}

/*--------------------------------------------------------------------*/
/*
/*--------------------------------------------------------------------*/

#menu_icon { 
	display:none; width:58px; height:56px; cursor:pointer;
	background:transparent url(../graphics/icons/menu.png) center center no-repeat;
	position:absolute; top:15px; left: 10px;
}

@media only screen and ( max-width: 940px )
{
	#menu_icon { display: block; /* show menu icon */ }
	
	#menu {	/* visibility will be toggled with jquery */
		display: none;
		position:absolute;
		margin-top:60px;
		padding:15px;
		
		background-color:#0a8ab8;
		box-shadow: 0 10px 30px rgba(0,0,0,0.12), 0 10px 20px rgba(0,0,0,0.24);
	}
	
	.linkmenu:link  { width:100%; float:none; }

	#logo_small { display:none; }
}

@media only screen and ( min-width: 941px )
{
	/* ensure #menu is visible on desktop version */
	#menu {	display: block !important; }

}

/*--------------------------------------------------------------------*/
/*
/*--------------------------------------------------------------------*/
