@import url("reset.css");


@font-face { font-family: 'OswaldRegular';
             src: url('../fonts/Oswald-Regular.ttf') format('truetype');
	}
	
* {
  box-sizing: border-box;
}



html, body
{
	//display:block;
	height:100%;
	background:#aca98a;
	font-family: "arial";

	margin: 0;
	padding: 0;
//	font-size: 1em;
	line-height: 1.3;
	color:#0f0;
}

#balken
{
	position: absolute;
	width:150px;
	height:150px;
	top: calc(50% - 75px);
	left: calc(50% - 75px);
	background:#fff;
}


#navi {
background-color: #FFFFCC;
height: 50px;
width: 50px;
//right: 10px;
position: fixed;
//padding: 10px;
top: 0px;
right: 0px;

//margin-top: 0px;
//margin-right: 20px;
//margin-bottom: 0px;
}



.hallo
{
 // height:100%;
  min-height:150px;
  background: #4c4a33;
  overflow: hidden;
  padding:5px;
}


.con
{
	display:block;
//	border:1px solid #00f;
	background:#f0f;
	//height:100%;
	overflow:hidden;

}


.container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*
img
{
	display: block;
    max-width: 100%;
    max-height: 100%;
//	margin: 0 auto; 
	
//	height: auto;
}
*/

.nz
{
	clear:both;
}

#wrapper 
{
	visibility: hidden;
	width: 100%;
}

.wrapper 
{
	//clear:both;

	//display:block;
	width: 100%;
	min-width: 100px;
	max-width: 1000px;
	margin: 0 auto;
	//height:100%;
	overflow: hidden;
	
}




/*
.content
{
	padding:0;
	height:100%;
	background: #BEA582;
	
}
*/
p
{
	padding:1em;
	line-height: 1.6;
	font-size: 1.2em;
	color:#555;
//background: #fcc;
//border:1px solid #ccc;
}

.p3
{
	padding:5px 1em 5px 1em;
	line-height: 1.6;
	font-size: 1.2em;
	color:#555;
//background: #fcc;
//border:1px solid #ccc;
}

.p0
{
	padding:5px;
	line-height: 1.6;
	font-size: 2.2em;
	color:#D3D3BE;
	font-family: OswaldRegular;
	text-align: center;
}

h1
{
	//box-sizing: border-box;
	margin: 0;
	padding: 100px;
	line-height: 1.6;
	font-size: 2.2em;
	color:#D3D3BE;
	font-family: OswaldRegular;
	font-weight: bold;
	text-align: center;
	text-overflow: ellipsis;
	
	padding: 5px 5px 5px 5px;
	background-color: #4c4a33;
	//width:100%;
	//margin: 0 auto;
}

h2
{
	//box-sizing: border-box;
	margin: 0;
	padding: 100px;
	line-height: 1.6;
	font-size: 2.2em;
	color:#D3D3BE;
	font-family: OswaldRegular;
	text-align: center;
	text-overflow: ellipsis;
	
	padding: 5px 5px 5px 5px;
	background-color: #4c4a33;
	//width:100%;
	//margin: 0 auto;
}

h3
{
	margin: 0;
	padding: 100px;
	line-height: 1.3;
	font-size: 1.5em;
	color:#D3D3BE;
	font-family: OswaldRegular;
	text-align: center;
	text-overflow: ellipsis;
	
	padding: 5px 5px 5px 5px;
	background-color: #4c4a33;
}




.boxA, .boxB, .boxC, .boxD, .boxE, .boxL, .boxM
{

	//background: #cfc;
	//background: #BEA582;
//	border: 1px solid rgba(255, 255, 255, 1);
//	border-width: 8px;
	padding:10px;
	-moz-background-clip: border;
	-webkit-background-clip: border;
	background-clip: border-box;
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	background-clip: padding-box;
}

.boxE img {display: block;}

.tabMenu
{
	display:block;
	width:100%;
	border-bottom:1px solid #00f;
}

.boxL
{
	float: left;
	width:25%;
	height:25%;
}

.boxM
{
	float: left;
	width:75%;
	min-height: 150px;
}

.boxA
{
	float: left;
	width:25%;
	height:25%;
}

.boxB
{
	float: left;
	width:50%;
	height:50%;
}

.boxC
{
	float: left;
	width:50%;
	height:25%;
}

.boxD
{
	float: left;
	width:100%;
	height:25%;
}

.boxE
{
	float: left;
	width:100%;
}

.top
{
	float: left;
	background:#ddd;
	width:100%;
}

.left
{
	float: left;
	background:#ddd;
	width:50%;
	height:100%;
	//border: 1px solid #f0f0f0;
}


.tab1
{
	
	width:100%;
	//margin:5%;
	height:0px;
}

.tab1_1
{
	width:100%;
	//vertical-align: middle;
	height:50px;
}

/*
.box3 > div {
  display: table-cell;
  vertical-align: middle;
}
*/




.flaggs
{
	width:50%;
}


@media only screen and (max-width: 600px)
{
	.boxB, .boxC, .boxD, .boxE 
	{
		clear: both;
		width:100%;
	}
	.boxA
	{
		width:50%;
	}
	
	.boxL
	{
		width:25%;
	}
	
	
	.flaggs
	{
		width:90%;
	}
	
	.p0, h1, h2 
	{
		font-size: 1.6em;
	}
}



#menuPanel
{
	position: fixed;
	width:100%;
	border-bottom:1px solid #ccc;
    background-color: #fff;
}



ul.topnav {
//	position: fixed;
	width:100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
   background-color: #$color;
	
	font-size: 1.5em;
	font-family: OswaldRegular;
	color: #$colorTxt;
}

/* Float the list items side by side */
ul.topnav li {float: left;}

/* Style the links inside the list items */
ul.topnav li a {
    display: inline-block;
    color: #$colorTxt;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of links on hover */
ul.topnav li a:hover {background-color: #ccc;}

/* Hide the list item that contains the link that should open and close the topnav on small screens */
ul.topnav li.icon {display: none;}



/*footer*/
.dc
{
	display:block;
	margin: 0 auto;
	max-width: 1000px;
	//height: 100%;
	//border:1px solid #f00;
	  overflow: hidden;
}


/*footer*/

/*footer*/
/*footer*/

.box1, .box2, .box3, .box4 
{
	font-size: 1.1em;
	padding: 2px;
	//background: #fcc;
	box-sizing: border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing: border-box;
}

@media (min-width:600px)
{
	.box1, .box2, .box3, .box4 
	{
		float: left;
		width: 50%;
		margin-right: 0%;
		
	}
	.box3
	{
		clear:both;
	}
}
@media (min-width:900px)
{
	.box1, .box2, .box3, .box4 
	{
		float: left;
		width: 25%;
		margin-right: 0%;
		clear:none;
	}
}



@media (min-width:700px)
{

}



#logo
{
	//width:auto;
	//max-height: 100%;
	//	max-width: 100%;
	//height:auto;
}

.menuTab
{
	width:100%;
	display: table; 
//    border-collapse:collapse; 
}


div.tr { 
      display:table-row; 
    }
	
.menuCol1
{
	display:table-cell; 
	//padding: 10px;
	//vertical-align: top;
	//width:15%;
	//height:100%;
	background-color: #ccf;
	border:1px solid #666;
}

.menuCol2
{
	display:table-cell; 
	//padding: 10px;
	vertical-align: bottom;
	background-color: #ccc;
	padding:1%;
}

.menu
{
//	float: right;
//	text-align:center;
	//padding:1%;
//	background-color: #ccc;
	
}


	.table
	{ 
		width:100%;
		display: table;
		border-spacing: 0.5em;
	}
	.table-row {display: table-row; }
	.table-cell 
	{
		//width:33%;
		display: table-cell;
	}







#cookiePanel 
{ 
   background: #999; 
   position:fixed;
   bottom:0px; 
   z-index:10000; 
   width:100%; 
   font-size:1em; 
   line-height:2em;
   color:#fff;
}
#cookiePanel td
{
	  padding:7px;
}

.footerLink
{
	display:block;
	width:100%;
	color:#C1BFA4;
	border:2px solid #454434;
	
	background-color: #6f6c4c;

	text-decoration: none;
	font-size:0.9em;
	padding:7px;
	box-sizing: border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing: border-box;
}

.footerLink:hover {
	background-color: #AEAB88;
	color:#454434;
}


.p4
{
	font-size:1.2em;
	text-align: center;
	color:#ccc;
}



#copy
{
	font-size:1em;
	text-align: center;
	color:#999;
}



.menuLink
{
	display:block;
	width:100%;
	color:#C1BFA4;
	border:2px solid #454434;
	background-color: #6f6c4c;

	text-decoration: none;
	font-size:0.9em;
	padding:7px;
	box-sizing: border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing: border-box;
}

.menuLink:hover {
	background-color: #AEAB88;
	color:#454434;
}


#contactForm textarea
{
    font-family: Helvetica;
	font-size: 1em;
    color: #444444;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing: border-box;
}

#contactForm input, #contactForm select
{
    font-family: Helvetica;
	font-size: 1em;
	//line-height: 1.2em;
	//padding: 10px;
    color: #444444;
	width: 100%;
	height:1.9em;
	//background: #00ff00;
	box-sizing: border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing: border-box;
}

.flaggs td
{
	padding:2px;
}
