@import "fontfaces.css";

* {margin: 0; padding: 0; border: 0 none transparent;}
html {min-height: 100vh;}
body { color: #000000; background: #d4d4d8;}

/*Image back*/
section.imageTopBack
{
	height: 500px; position: relative; display: block;
}

section.imageTopBack div.imageBack{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
}

section.imageTopBack div.imageBack span{
	width: 100%;
	position: absolute;
	opacity: 0.5;
	height: 100%;
	background: rgba(0, 0, 0, 1);
	background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
}

section.imageTopBack div.svgContainer{
	height: 70px;
	width: 100%;
	top: auto;
	left: 0px;
	bottom: 0px;
	right: 0px;
	position: absolute;
	pointer-events: none;
	overflow: hidden;
}

section.imageTopBack div.svgContainer svg
{
	position: absolute; bottom: 0px; overflow: hidden;
}

section.imageTopBack div.svgContainer svg polygon
{
	fill: #d4d4d8;
}


/* Main Divs */
section.allWidthContainer
{
	width: 100%;
	position: relative;
}

section.allWidthContainer > *
{
	max-width:1290px;
	position: relative;
	width: 96%;
}


section.topLine
{
	position: fixed;
	top: 0;
	z-index: 100;
}

div#container
{
	margin: auto;
	position: relative;
	min-height: 100vh;
	display: flex;
	clear: both;
}

header
{
	margin: 0 auto;
	height:5em;
	background: #FFF;
	border-radius: 0em 0em 1em 1em;
}

header .logo
{
	width: 15em;
	height: auto;
	background: #f9f8e4;
	padding: 1em;
	border-radius: 0 0 1em 1em;
	margin: 0 3em;

	display: block;
	float: left;
}

header nav
{
	display: block;
	float: left;
	top: 2em;
	position: relative;
	font-size: 0.8rem;
}

header nav li
{
	list-style: none;
	border-left: 1px solid #BBB;
	display: inline-block;
	padding: 0 1em;
}

header nav li:first-child
{
	border-left: 0 solid transparent;
	padding-left: 0;
}

header nav li.selected
{
	font-weight: bold;
}

header a, header a:hover
{
	color: #333;
}

main
{
	background: #FFF;
	border-radius: 1em;
	margin: -300px auto 50px;
	position: relative;
	padding: 3em 0;
}

.ekskursList
{
	float: left;
	width: calc(50% - 10px);
	padding-right: 20px;
	padding-bottom: 20px;
}

.ekskursList:nth-of-type(even){
	padding-right: 0;
}


.ekskursList .imageDiv
{
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 2px 6px 6px 0px;
}

.ekskursList .imageDiv img
{
	width: 100%;
	height: auto;
}



.main
{
	padding: 0px 15px;
}

.main li
{
	list-style-position: inside;
}

.main table
{
	margin:4px 0px 2px 0px;
	border-bottom:1px solid #AAA;
	border-collapse:collapse;
	background-color:#FFF;
}
.main td,.main th,.main th.noback
{
	border:1px solid #DADFE0;
	border-collapse:collapse;
	padding:2px;
	text-align:left;
	vertical-align:middle;
}
.main th, .main th.noback
{
	background:transparent url("../images/admin_th_back.jpg") repeat-x scroll center center;
	border-width:1px;
	padding:2px 3px 1px 5px;
	font-weight:bold;
}
.main th.noback
{
	background-color:transparent;
	background-image:none;
}

.main td.like_error
{
	background-color:#FFCCCC;
}
.main td.like_warning
{
	background-color:#FFFFCC;
}
.main td.like_info {
	background-color: #CCCCFF;
}

.main img
{
	max-width: 100%;
}

hr.style-six { border: 0; height: 0; border-top: 1px solid rgba(0, 0, 0, 0.1); border-bottom: 1px solid rgba(255, 255, 255, 0.3); }


footer
{
	clear: both;
	text-align: center;
	color:#000;
	width: inherit;
}


/*ERROR, WRINING, INFO*/
#error_div, #warning_div, #info_div
{
	margin:0px;
	padding:5px;
	border:1px solid;
}
#error_div ul li, #warning_div ul li, #info_div ul li
{
	background:transparent none no-repeat scroll center left;
	list-style:none outside none;
	padding:3px 3px 3px 20px;
	margin:0 1px 0 15px;
	cursor:help;
}


/*OVERALL TECHNICAL*/
.clear
{
	clear:both;
}

.hidden
{
	display: none;
}

.even
{
	background-color:#FFFFFF;
}

.odd
{
	background-color:#F6F6F6;
}

.pointer
{
	cursor:pointer;
}

a
{
	text-decoration:none;
}

a.none, a.none:hover
{
	color: inherit;
}


img.border
{
	border:1px solid #777;
}


a.inlineFileLink img
{
	vertical-align: middle;
}

/*Pagging spans*/
div.paggingContianer
{
	margin: 1em 0;
	text-align: center;
}

div.paggingContianer a
{
	font-size: 1.2em;
	display: inline-block;
	border: 1px solid #ddd;
	position: relative;
	margin-left: -1px;
	width: 2em;
	text-align: center;
	padding: 0.2em 0;
	background: white;
}


div.paggingContianer a:first-child
{
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

div.paggingContianer a:last-child
{
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

span.pagging_selected
{
	font-weight:bold;
}

.doShadow
{
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

/* MENU */

nav.mob {
	height: 4rem;
	padding: 0 16px;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	/* fade in checked menu */
}
nav.mob .m-menu__checkbox {
	display: none;
}
nav.mob label.m-menu__toggle {
	cursor: pointer;
}
nav.mob .m-menu {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 450px;
	width: calc(100vw - 30px);
	height: 100%;
	-ms-transform: translate3d(-450px, 0, 0);
	transform: translate3d(-450px, 0, 0);
	transition: transform 0.5s;
	z-index: 1;
	overflow: hidden;
	background-color: #fff;
}
nav.mob .m-menu__overlay {
	background-color: rgba(81, 153, 67, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	width: 110%;
	bottom: 0;
	z-index: 1;
	display: none;
}
nav.mob .m-menu__header {
	padding: 0 16px;
	height: 50px;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-ms-flex-pack: space-around;
	-webkit-align-items: center;
	align-items: center;
	border-bottom: 1px solid #e8e8e8;
}
nav.mob .m-menu__header span {
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	width: 100%;
	color: #2A2C2E;
}
nav.mob .m-menu .m-menu {
	-ms-transform: translate3d(480px, 0, 0);
	transform: translate3d(480px, 0, 0);
}
nav.mob .m-menu ul {
	height: 100%;
	overflow-y: auto;
}
nav.mob .m-menu ul li a, nav .m-menu ul li label {
	display: block;
	text-align: left;
	padding: 0 15px;
	line-height: 47px;
	text-decoration: none;
	color: #333;
	cursor: pointer;
	font-size: 1rem;
	border-bottom: 1px solid #e8e8e8;
	position: relative;
}
nav.mob .m-menu ul li label.a-label__chevron::after {
	content: "";
	position: absolute;
	display: inline-block;
	height: 10px;
	width: 10px;
	border-color: #333;
	border-style: solid;
	border-width: 1px 1px 0 0;
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	margin-top: -5px;
	right: 16px;
}
nav.mob .m-menu ul li .-invisible {
	border-bottom: 0;
}
nav.mob .m-menu .m-menu label.m-menu__toggle {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	border-bottom: 0;
	padding: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
nav.mob .m-menu__checkbox:checked ~ .m-menu__overlay {
	display: block;
}
nav.mob .m-menu__checkbox:checked ~ .m-menu {
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.mob_menu_wraper {
	width: calc(100% - 2rem);
	height: 100vh;
	margin: 0 auto;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	z-index: 300;
}







@media (max-width:980px) {

	header .logo
	{
		width: 8em;
	}

	header nav li
	{
		padding-left: 0.5em;
	}

	.ekskursList, .ekskursList:nth-of-type(even)
	{
		width: calc(100% - 20px);
	}

}

@media (max-width:800px) {

	section.topLine
	{
		position: relative;
	}

	.mob_menu_wraper
	{
		display: initial;
	}

	section.allWidthContainer > * {
		width: 100%;
	}

	section.imageTopBack{
		height: 0;
	}

	section.topLine nav{
		display: none;
	}

	header
	{
		text-align: center;
		width: 100%;
		background-color: #f9f8e4;
		height: 10em;
		border-radius: 0;
		border-bottom: 1em solid #cacead;
	}

	header .logo{
		height: 8em;
		width: auto;
		background: #f9f8e4;
		padding: 0.5em;
		border-radius: 0 0 1em 1em;
		margin: 0 3em;
		float: none;
		display: inline;
	}

	.doShadow{
		box-shadow: none;
	}

	main{
		margin-top: 0;
		border-radius: 0;
		z-index: 5;
	}

}