/*!
 * medium-down.css
 *
 * @link https://www.vektorrausch.de
 * @author vektorrausch GmbH <sippel@vektorrausch.de>
 *
 * @package WordPress
 * @subpackage cleantheme
 */

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



/* ######################################## *\
		STRUKTUR
\* ######################################## */



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

.sidebar-area {
	margin-top: 2.75em;
}

/* ######################################## *\
		WIDGETS
\* ######################################## */



/* ######################################## *\
		LAYOUTS
\* ######################################## */

/* layout-newsletter-news */
.layout-newsletter-news .item-newsletter {
  margin-left: -50px;
  margin-right: -50px;
  width: calc(100% + 100px);
}

.layout-newsletter-news .item-newsletter .inner {
	padding-left: 25px !important;
	padding-right: 25px !important;
}


/* ######################################## *\
		INHALTE
\* ######################################## */



/* ######################################## *\
		FELDER
\* ######################################## */



/* ######################################## *\
		ELEMENTE
\* ######################################## */



/* ######################################## *\
		MENÜS
\* ######################################## */

/* main-menu */
.nav-button {
	display: block;
	position: absolute;
	z-index: 5;
	top: 0;
	right: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: auto;
	height: 60px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: none;
	border-radius: none;
	border: none;
	cursor: pointer;
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	transition: background 0.3s;
	background: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0); 
	-webkit-tap-highlight-color: transparent;
	text-align: right;
}
	.nav-button.open {
		background: rgba(255,255,255, 1);
	}

.nav-button strong {
	font-size: 16px;
	padding: 0 60px 0 20px;
	color: rgba(255,255,255, 1);
}
	.nav-button.open strong {
		color: rgba(41,57,80, 1);
	}

.nav-button span {
	display: block;
	position: absolute;
	z-index: 5;
	top: 50%;
	right: 20px;
	width: 20px;
	height: 2px;
	background: rgba(255,255,255, 1);
	border-radius: 2px;
	-webkit-transition: background 0 0.3s;
	-moz-transition: background 0 0.3s;
	transition: background 0 0.3s;
}
	.nav-button span:before,
	.nav-button span:after {
		 position: absolute;
		 z-index: 5;
		 display: block;
		 left: 0;
		 width: 100%;
		 height: 2px;
		 border-radius: 2px;
		 background-color: rgba(255,255,255, 1);
		 content: "";
		 -webkit-transition-duration: 0.3s, 0.3s;
		 -moz-transition-duration: 0.3s, 0.3s;
		 transition-duration: 0.3s, 0.3s;
		 -webkit-transition-delay: 0.3s, 0;
		 -moz-transition-delay: 0.3s, 0;
		 transition-delay: 0.3s, 0;
	}
		.nav-button span:before {
			top: -6px;
			-webkit-transition-property: top, -webkit-transform;
			-moz-transition-property: top, -moz-transform;
			transition-property: top, transform;
		}
		.nav-button span:after {
			bottom: -6px;
			-webkit-transition-property: bottom, -webkit-transform;
			-moz-transition-property: bottom, -moz-transform;
			transition-property: bottom, transform;
		}

.nav-button.open span {
	background: none;
}
	.nav-button.open span:before,
	.nav-button.open span:after {
		-webkit-transition-delay: 0, 0.3s;
		-moz-transition-delay: 0, 0.3s;
		transition-delay: 0, 0.3s;
		background-color: rgba(41,57,80, 1);
	}
		.nav-button.open span:before {
			top: 0;
			-webkit-transform: rotate(45deg);
			-moz-transform: rotate(45deg);
			transform: rotate(45deg);
		}
		.nav-button.open span:after {
			bottom: 0;
			-webkit-transform: rotate(-45deg);
			-moz-transform: rotate(-45deg);
			transform: rotate(-45deg);
		}

.main-menu-container {
	display: none;
	position: absolute;
	z-index: 25;
	top: 60px;
	right: 0;
	width: 50%;
	background: rgba(255,255,255, 1);
	padding: 0;
	box-shadow: 0 1px 2px rgba(43, 59, 93, 0.29);
	border-radius: 2px;
	font-family: 'Titillium Web', sans-serif;
}

#main-menu .sub-menu {
	padding: 0 1.375em;
}
	#main-menu .menu-item-depth-1 .sub-menu {
		padding: 0;
	}

#main-menu .menu-item-depth-0 {
	margin: 0;
	position: relative;
}

#main-menu .menu-item-depth-1 {
	font-size: 1rem;
}

#main-menu .menu-link {
	font-size: 1.25rem;
	text-align: center;
	display: block;
	color: rgba(41,57,80, 1);
	padding: 0.6875em 1.375em;
}
	#main-menu .menu-link-depth-1 {
		padding: 0.34375em 1.375em;
	}

#main-menu .menu-item-depth-0 > .menu-link > .menu-link-title {
	display: inline-block;
	padding: 0.34375em 0;
}
	#main-menu .menu-item-depth-0.current-menu-item > .menu-link > .menu-link-title,
	#main-menu .menu-item-depth-0.current-menu-ancestor > .menu-link > .menu-link-title,
	#main-menu .menu-item-depth-0.mobile-dropdown-active > .menu-link > .menu-link-title {
		color: rgba(41,57,80, 1);
		text-decoration: none;
		border-bottom: 2px solid rgba(41,57,80, 1);
	}

#main-menu .menu-depth-1 {
	background: rgba(212,215,220, 1);
	padding: 1.375em 0;
	position: relative;
	margin-top: 1.375em;
}
	#main-menu .menu-depth-1:before {
		content: '';
		border-left: 12px solid transparent;
		border-right: 12px solid transparent;
		border-bottom: 12px solid rgba(212,215,220, 1);
		width: 0;
		height: 0;
		position: absolute;
		top: -12px;
		left: 50%;
		margin-left: -12px;
		z-index: 26;
	}
		
#main-menu.mobile-dropdown .menu-depth-1 {
	display: none;
}
	#main-menu.mobile-dropdown .menu-item-depth-0.mobile-dropdown-active .menu-depth-1 {
		display: block;
	}
		
#main-menu.mobile-dropdown .mobile-dropdown-toggle {
	display: block;
	width: 100%;
	height: 60px;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 5;
	content: '';
}
		
#main-menu .menu-link-description {
	display: block;
	font-size: 0.625rem;
	opacity: 0.5;
}
	
/* ######################################## *\
		SEITENNUMMERIERUNG / BREADCRUMBS
\* ######################################## */



/* ######################################## *\
		KOMMENTARE
\* ######################################## */



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


	 
/* ######################################## *\
		WORDPRESS CORE
\* ######################################## */
 
.gallery .gallery-item {
	float: left !important;
	width: 25% !important;
	clear: none !important;
}
	.gallery .gallery-item:nth-child(4n+1) {
		clear: left !important;
	}
	.gallery.gallery-columns-3 .gallery-item {
		width: 33.333% !important;
		clear: none !important;
	}
		.gallery.gallery-columns-3 .gallery-item:nth-child(3n+1) {
			clear: left !important;
		}
	.gallery.gallery-columns-2 .gallery-item {
		width: 50% !important;
		clear: none !important;
	}
		.gallery.gallery-columns-2 .gallery-item:nth-child(2n+1) {
			clear: left;
		}
	.gallery.gallery-columns-1 .gallery-item {
		width: 100% !important;
		clear: none !important;
	}
	
html.js {
	margin-top:	0 !important;
}

#wpadminbar {
	display: none;
}

/* ######################################## *\
		KEIN JAVASCRIPT
\* ######################################## */


