/*
  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 {
	margin-left: -200px;
}

#logo {}

/* main */
.main-container {}

#main {}

.content-container {
}

#content {
}

/* footer */
.footer-container {}

#footer {}

.footer-menu-container ul {
}

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

#menu {

}

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

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

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

.with-sidebar #content {
	padding-right: 50px;
}

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

body.sidebar-primary #primary {
	padding: 0px 90px 0px 190px;
}

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

body.sidebar-secondary #secondary {
/* 	padding-left: 0; */
	padding-right: 120px;
}

/* 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 {
	padding: 0px 4.5%;
}	

#widget-area-footer .widget-container.weiche {
	border-bottom: 0;
	width: 50%;
	float: left;
	position: relative;
	height: 100%;
	text-align: center;
}
	#widget-area-footer .widget-container.weiche:after {
		content: "";
		height: 280px;
		width: 1px;
		background: rgba(255,  255,  255, 0.25);
		position: absolute;
		right: 0;
		top: 15px;
		z-index: 5;
	}
	#widget-area-footer .widget-container.weiche:nth-child(2) {
		padding-bottom: 0;
		padding-left: 20px;
	}

		#widget-area-footer .widget-container.weiche:nth-child(2):after {
			display: none;
		}


/* ######################################## *\
    CONTENT
\* ######################################## */

/* all */
article {}

/* teaser */
article.teaser {}

/* 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
\* ######################################## */


