/*
  Author: vektorrausch GmbH (Daniel Sippel) <sippel@vektorrausch.de>
  Author URI: http://vektorrausch.de
  Description: Template for new media queries
*/

/* ######################################## *\
    HTML / BASICS
\* ######################################## */

/* html */
html {}

body {}

/* site elements */

/* ######################################## *\
    GLOBAL STRUCTURE
\* ######################################## */

/* page wrapper */
#wrapper {}

/* container */
.container {}

/* header */
.header-container {}

#header {}

#branding {}

#logo {}

/* main */
.main-container {
	margin-bottom: 60px;
}

#main {}

.content-container {}

#content {}

/* footer */
.footer-container {}

#footer {
	width: 100%;
}

.footer-menu-container {
	width: 100%;
}

.footer-menu-container ul {
	padding-left: 30px;
	padding-right: 30px;
}

/* ######################################## *\
    MENUS
\* ######################################## */

/* main */
.meta-menu-container,
.main-menu-container {
	display: block !important;
	margin: 50px 0 10px;
	text-shadow: none;
	float: left;
}

#menu {}

.meta-menu-container ul li:last-child {
	margin-right: 0px !important;	
}

.meta-menu-container ul li.menu-item-depth-0,
.main-menu-container ul li.menu-item-depth-0 {
	float: left;
	margin-right: 46px;
	position: relative;
}
	
	.meta-menu-container ul li.menu-item-depth-0:after,
	.main-menu-container ul li.menu-item-depth-0:after {
		border-right: 1px solid rgba(255,  255,  255, 0.25);
	    content: "";
	    display: block;
	    height: 110px;
	    position: absolute;
	    right: -24px;
	    top: -60px;
	}

	.meta-menu-container ul li.menu-item-depth-0:last-of-type:after {
		border-right: none;
	}

.meta-menu-container ul li .menu-link-depth-0,
.main-menu-container ul li .menu-link-depth-0 {
	font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: lighter;
	text-decoration: none;
	color: #fff;
	padding: 15px 0;
}

.meta-menu-container ul ul.sub-menu,
.main-menu-container ul ul.sub-menu {
	display: none;
	background: #009fe3;
	border-top: 1px solid #009fe3;
	margin: 0;
	padding: 5px 0;
	position: absolute;
	top: 32px;
	left: -140px;
	z-index: 50;
	width: 250px;
	box-shadow: 0 2px 4px rgba(0,0,0,.25);
}
	.meta-menu-container .menu-item-depth-0:hover ul,
	.main-menu-container .menu-item-depth-0:hover ul {
		display: block;
		color: #0a85cc;
	}
	.meta-menu-container ul ul.sub-menu:before,
	.main-menu-container ul ul.sub-menu:before {
		content: '';
		display: block;
		background: #009fe3;
		width: 10px;
		height: 10px;
		position: absolute;
		top: -5px;
		left: 190px;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		z-index: -1;
	}

.meta-menu-container .menu-item-depth-1,
.main-menu-container .menu-item-depth-1 {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.meta-menu-container .menu-item-depth-1:hover,
.main-menu-container .menu-item-depth-1:hover {
	background: #fff;
	color: #0B84CC;
}
	
	.meta-menu-container .menu-item-depth-1:hover a,
	.main-menu-container .menu-item-depth-1:hover a {
		text-decoration: none;
		color: #0B84CC;
	}
	.meta-menu-container .menu-item-depth-1:hover span,
	.main-menu-container .menu-item-depth-1:hover span {
		color: #0B84CC;
	}

.meta-menu-container .menu-item-depth-1 span,
.main-menu-container .menu-item-depth-1 span {

	padding: 0px 20px;
	display: block;
}

.meta-menu-container .depth-2 span,
.main-menu-container .depth-2 span {
	padding-left: 30px;
}

.meta-menu-container .no-click a,
.main-menu-container .no-click a {
	pointer-events: none;
}

.meta-menu-container .no-click:hover,
.main-menu-container .no-click:hover {
	background-color: transparent;
}

.meta-menu-container .no-click:hover span,
.main-menu-container .no-click:hover span {
	color: #fff;
}

.meta-menu-container .depth-2 span:before,
.main-menu-container .depth-2 span:before {
	content: '» ';
}

.meta-menu-container .current-menu-item .menu-link-depth-0,
.meta-menu-container .current-menu-ancestor .menu-link-depth-0,
.main-menu-container .current-menu-item .menu-link-depth-0,
.main-menu-container .current-menu-ancestor .menu-link-depth-0 {
}
	.meta-menu-container .menu-item-depth-0.aqua:hover .menu-link-depth-0,
	.meta-menu-container .menu-item-depth-0.aqua.current-menu-item .menu-link-depth-0,
	.meta-menu-container .aqua.current-menu-ancestor .menu-link-depth-0,
	.meta-menu-container .aqua.menu-item-depth-0.current-menu-parent .menu-link-depth-0,
	.main-menu-container .menu-item-depth-0.aqua:hover .menu-link-depth-0,
	.main-menu-container .menu-item-depth-0.aqua.current-menu-item .menu-link-depth-0,
	.main-menu-container .aqua.current-menu-ancestor .menu-link-depth-0,
	.main-menu-container .aqua.menu-item-depth-0.current-menu-parent .menu-link-depth-0 {
		color: #26bfff;
		border: none;
	}
	
	.meta-menu-container .menu-item-depth-0.freetime:hover .menu-link-depth-0,
	.meta-menu-container .menu-item-depth-0.freetime.current-menu-item .menu-link-depth-0,
	.meta-menu-container .freetime.current-menu-ancestor .menu-link-depth-0,
	.meta-menu-container .freetime.menu-item-depth-0.current-menu-parent .menu-link-depth-0,
	.main-menu-container .menu-item-depth-0.freetime:hover .menu-link-depth-0,
	.main-menu-container .menu-item-depth-0.freetime.current-menu-item .menu-link-depth-0,
	.main-menu-container .freetime.current-menu-ancestor .menu-link-depth-0,
	.main-menu-container .freetime.menu-item-depth-0.current-menu-parent .menu-link-depth-0 {
		color: #34c81a;
		border: none;
	}
	
	.meta-menu-container .menu-item-depth-0.food:hover .menu-link-depth-0,
	.meta-menu-container .menu-item-depth-0.food.current-menu-item .menu-link-depth-0,
	.meta-menu-container .food.current-menu-ancestor .menu-link-depth-0,
	.meta-menu-container .food.menu-item-depth-0.current-menu-parent .menu-link-depth-0,
	.main-menu-container .menu-item-depth-0.food:hover .menu-link-depth-0,
	.main-menu-container .menu-item-depth-0.food.current-menu-item .menu-link-depth-0,
	.main-menu-container .food.current-menu-ancestor .menu-link-depth-0,
	.main-menu-container .food.menu-item-depth-0.current-menu-parent .menu-link-depth-0 {
		color: #FA940F;
		border: none;
	}
	
	.meta-menu-container .menu-item-depth-0.normal:hover .menu-link-depth-0,
	.meta-menu-container .menu-item-depth-0.normal.current-menu-item .menu-link-depth-0,
	.meta-menu-container .menu-item-depth-0.current-menu-parent .menu-link-depth-0,
	.meta-menu-container .menu-item-depth-0.current_page_parent .menu-link-depth-0,
	.main-menu-container .menu-item-depth-0.normal:hover .menu-link-depth-0,
	.main-menu-container .menu-item-depth-0.normal.current-menu-item .menu-link-depth-0,
	.main-menu-container .menu-item-depth-0.current-menu-parent .menu-link-depth-0,
	.main-menu-container .menu-item-depth-0.current_page_parent .menu-link-depth-0 {
		color: #10589b;
		border: none;
	}

.meta-menu-container .menu-item-depth-1 a,
.main-menu-container .menu-item-depth-1 a {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	font-weight: 200;
	display: block;
	padding: 10px 5px;
	color: #fff;
}
	.meta-menu-container .menu-item-depth-1:first-child a,
	.main-menu-container .menu-item-depth-1:first-child a {
		border-top: none;
	}
	.meta-menu-container .menu-item-depth-1:last-child a,
	.main-menu-container .menu-item-depth-1:last-child a {
		border-bottom: none;
	}

/* ######################################## *\
    SIDEBARS
\* ######################################## */

/* no sidebar */
.no-sidebar #content {
  width: 100%;
}

/* with sidebar */
.with-sidebar .content-container,
.with-sidebar .sidebar-area {
  clear: none;
  float: left;
  width: 70%;
}

/* primary */
body.sidebar-primary #content {}

body.sidebar-primary #primary {
	float: left;
	width: 70%;
	padding: 0px 90px;
}

/* secondary */
body.sidebar-secondary #content {}

body.sidebar-secondary #secondary {
/* 	padding-left: 0; */
	padding-right: 50px;
/* 	width: 30%; */
}

#secondary .intro-text {
	font-size: 2.5em;
}

/* primary & secondary (example) */
/*
body.sidebar-primary.sidebar-secondary #content {
  margin-left: 25%;
  margin-right: 25%;
}

body.sidebar-primary.sidebar-secondary #primary {
  margin-left: -100%;
  width: 25%;
}

body.sidebar-primary.sidebar-secondary #secondary {
  margin-left: -25%;
  width: 25%;
}
*/

/* ######################################## *\
    WIDGET-AREAS
\* ######################################## */

#widget-area-front .aqua,
#widget-area-front .freetime,
#widget-area-front .food {
	width: 33.333%;
	margin: 0;
	padding: 0px 6%;
}	

#widget-area-footer .widget-container {
	width: 33.333%;
}
	#widget-area-footer .widget-container:after {
		height: 280px;
	}
	#widget-area-footer .widget-container:nth-child(1) {
		padding-right: 20px;
	}
	#widget-area-footer .widget-container:nth-child(2) {
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 0;
		margin-top: 0;
	}
	#widget-area-footer .widget-container:nth-child(3) {
		padding-right: 0;
		padding-left: 20px;
		margin-top: 0;
		padding-bottom: 0;	
	}
		#widget-area-footer .widget-container:nth-child(2):after {
			display: block;
		}
		#widget-areax-footer .widget-container:nth-child(3):after {
			display: none;
		}
		
/* ######################################## *\
    CONTENT
\* ######################################## */

/* all */
article {}

/* teaser */
article.teaser {}

article.teaser .field-excerpt {
	float: left;
	width: 60%;
	padding-left: 15px;
}

article.bewohner.archive .field-thumbnail {
	max-width: 40%;
	max-height: 160px;
	float: left;
	padding-right: 15px;
/* 	margin: 10px 20px 80px 0; */
}


/* full */
article.full {}

/* ######################################## *\
    PAGE
\* ######################################## */

/* all */
article.page {}

/* teaser */
article.page.teaser {}

/* full */
article.page.full {}

/* ######################################## *\
    POST
\* ######################################## */

/* all */
article.post {}

/* teaser */
article.post.teaser {}

/* full */
article.post.full {}

/* ######################################## *\
    CUSTOM POST TYPE
\* ######################################## */

/* all */

/* teaser */

/* full */

/* ######################################## *\
    FRONT / HOMEPAGE
\* ######################################## */



/* ######################################## *\
    FLEXSLIDER
\* ######################################## */



/* ######################################## *\
    COMMENTS
\* ######################################## */



/* ######################################## *\
    PAGINATION
\* ######################################## */



/* ######################################## *\
    FORMS
\* ######################################## */



/* ######################################## *\
    SEARCHFORM
\* ######################################## */



/* ######################################## *\
    BREADCRUMBS
\* ######################################## */



/* ######################################## *\
    MISC
\* ######################################## */


   
/* ######################################## *\
    WORDPRESS CORE
\* ######################################## */
   
   

/* ######################################## *\
    NO JAVASCRIPT
\* ######################################## */


