/* ==============
Theme Name: MungoMedia
Description: Responsive, SEO-friendly WordPress theme for www.mungomedia.at
Version: 4.0
Author: Michael Wilke, Designtiger Webdesign
Author URI: http://www.designtiger.at/
============== */

@import url("css/reset.css");
@import url("css/grid.css");
@import url("css/basic.css");

/* Navigation */
@import url("css/nav.css");
/* Slider */
@import url("css/slider.css");
/* Toggle */
@import url("css/toggle.css");
/* Icons */
@import url("css/icons.css");



/*************************************************
* Webfonts
*************************************************/


/*************************************************
****            Custom Styles				  ****
*************************************************/

body,
input,
select,
textarea {
	font-family: arial, sans-serif;
}

html,
body {
	font-size: 15px;
}

body {
	line-height: 1.7;
	color: #494a4c;
	color: #57575e;
	background: #e9e9e9;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#nav,
.logo {
	font-family: 'Ubuntu', sans-serif;
	text-transform: uppercase;
}

.logoname,
.button a {	
    font-family: 'Open Sans', sans-serif;
    font-family: 'Ubuntu', sans-serif;    
}

#outer {
	background: #fff;
}

#top {
	
}

#outer {
	
}

#header {
	padding: 15px 0;
}

#logo {
	font-size: 30px;
	line-height: 1;
}

#logo a {
	
}

#toplogo a,
#logo a {
	display: block;
	
}

#nav {
	
}

#slider {
	
}

#main {
	
}

#sidebar {
	
}

#footer {
	
}

#footer .dotline {
	margin-bottom: 10px;
	background: #f4b60e;
	height: 1px;
}

#subfooter {
	padding: 10px 0;
	font-size: 14px;
	background: #e9e9e9;
}

#navicon,
#mobhead,
#mobpad,
#mobnav {
	display: none;
}

.postinfo {
	display: none;
	height: 0px;
	overflow: hidden;
	text-indent: -9999px;
}

.nobreak {
	white-space: nowrap;
}

.round {
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}

.bglight {
	background: #f5f5f5;
}

.bgmedium {
	background: #dfdfdf;
}

.bgdark {
	background: #ccc;
}

.bgorange {
	background: #f4b60e;
}

.btmround {
	-webkit-border-radius: 0 0 3px 3px;
	   -moz-border-radius: 0 0 3px 3px;
			border-radius: 0 0 3px 3px;
}

.dotline {
	width: 100%;
	height: 2px;
	background: url(images/dots.jpg) center center repeat-x;
	background-size: 4px 1px;
}


/*************************************************
* Typo

	-webkit-transition: all 500ms ease;
	   -moz-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		 -o-transition: all 500ms ease;
		 	transition: all 500ms ease;
    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

*************************************************/

a {
	text-decoration: none;
	-webkit-transition: all 200ms ease;
	   -moz-transition: all 200ms ease;
	    -ms-transition: all 200ms ease;
	     -o-transition: all 200ms ease;
	     	transition: all 200ms ease;
	     	
	color: #f4b60e;
}

a:hover {
	color: #f5a10f;
}

strong, b {
	font-weight: bold;
}

.logoname strong {
	font-weight: 500;		
}

#main h1,
h2 {
	font-family: 'Open Sans', sans-serif;
	font-family: 'Ubuntu', sans-serif;
	font-size: 28px;
	line-height: 1.4;	
	margin-bottom: 25px;
	font-weight: 500;	
	color: #96999f;
}

h3 {
	font-family: 'Open Sans', sans-serif;
	font-family: 'Ubuntu', sans-serif;
	font-size: 18px;
	line-height: 1.4;
	margin-top: 25px;
	margin-bottom: 20px;	
	font-weight: 500;
}

h3.doth3 {
	margin-top: 10px;
	margin-bottom: 10px;
}

h4, h5, h6 {
	font-size: 16px;
	line-height: 1.4;
	
	margin-top: 20px;
	margin-bottom: 20px;
	
	font-weight: 600;
}

.sbarea h4,
h4 a {
	margin-top: 0;
	margin-bottom: 10px;
	font-family: 'Ubuntu', sans-serif;
	font-size: 18px;
	color: #96999f;
	font-weight: 500;
}

.termin h4 {
	font-family: 'Ubuntu', sans-serif;
	font-size: 18px;
	margin-bottom: 10px;
	color: #96999f;
	font-weight: 500;
}

h4 a {
	color: #96999f;
}

#main h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
}

#main h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	
}

#main ul, #main ol {
	margin-bottom: 20px;
}

#main ul li {
	list-style-type: disc;
	margin-left: 20px;
}

#main ol li {
	list-style-type: decimal;
	margin-left: 20px;
}

p {
	margin-bottom: 20px;
}

p.nomargin {
	margin: 0;
}

p.postmeta {
	margin: 10px 0;
	font-size: 14px;
	color: #898b8f;
}

#meta p {
	margin: 0;
}

#footer {
}

#footer p {
	margin-bottom: 7px;
	color: #9c9c9c;
}

#subfooter p {
	margin: 0;
}

blockquote {
	line-height: 1.8;
	color: #f4b60e;
	font-style: italic;
	margin: 30px 0 30px 20px;
}

hr {
	height: 1px;
	margin: 20px 0 20px 0;
	border-bottom: 1px solid #f4b60e;
}

.line {
	width: 100%;
	height: 1px;
	background: #f4b60e;
}

.textright {
	text-align: right;
}

.textcenter {
	text-align: center;
}

.textjustify {
	text-align: justify;
}

.uppercase {
	text-transform: uppercase;
}

.icon {
	color: #f4b60e;
}

p.contactdata {
	font-size: 15px;
	margin-bottom: 5px;
}


#main ul.wp-tag-cloud {
	font-size: 0;
	margin: 0;
}

#main ul.wp-tag-cloud li {
	display: inline-block;
	margin: 0;
	margin: 0 4px 4px 0;
}

#main ul.wp-tag-cloud li a {
	display: block;
	padding: 5px 8px;
	font-size: 14px !important;
	color: #fff;
	background: #d9d8d8;
	
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}

#main ul.wp-tag-cloud li a:hover {
	background: #97989d;
}

/*************************************************
* Nav
*************************************************/



#nav {
	line-height: 50px;
}

#nav p {
	margin: 0;
}

#nav ul {
	font-weight: 400;
}



/*************************************************
* Header
*************************************************/

#header {
	
}

#nav #toplogo a {
	font-size: 17px;
}

.logo {
	font-weight: 300;
}

.logo span {
	font-weight: 500;
}

.logobrand {
	color: #f4b60e;
	margin-right: 20px;
}

.logoname {
	color: #b5b9c0;
	letter-spacing: -0.02em;
}



/*************************************************
* Teaser, Subpages
*************************************************/



/*************************************************
* Button
*************************************************/

.button {
	
}

.button a {
	width: 100%;
	width: auto;
	display: inline-block;
	text-align: center;
	text-decoration: none;	
	padding: 0 36px 3px 36px;
	margin: 10px 0;
	font-weight: 500;
	line-height: 40px;
	
	font-size: 16px;
	
	color: #fff;
	background: #f4b60e;
	border: 1px solid #f4b60e;
}

.button.ghost a {
	color: #f4b60e;
	background: #fff;
	border: 1px solid #f4b60e;
}

.button a:hover {
	background: #f5a10f;
}

.button.ghost a:hover {
	background: #f4b60e;
	color: #fff;
}

.mobilebutton {
	display: none;
}

.mobilebutton a {
	width: 100%;
	display: block;
	margin: 0 0 10px 0;
}

.mobilebutton a .icon {
	position: relative;
	top: 2px;
	padding: 0 5px 0 0;
}

/*************************************************
* Kontakt-Box
*************************************************/

#kontaktieren {
	
}

#kontaktieren h4 {
	margin-top: 0;
}


/*************************************************
* Seitenanfang
*************************************************/

#totop {
	position: fixed;
	right:  10px;
	bottom: 25px;
	width: 	40px;
	height: 40px;
	background: #f4b60e;
	
	z-index: 999;
	display: none;
}

#totop a {
	text-align: center;
	display: block;
	width: 	40px;
	height: 40px;
	line-height: 38px;
	font-size: 20px;
	color: #fff;
	text-decoration: none;
	padding-left: 2px;
}

/*************************************************
* Edit-Link
*************************************************/

.editbutton {
	clear: both;
	margin: 10px 0;
}

.editbutton a {
	border: 2px solid #f4b60e;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: 500;
	
	-webkit-transition: all 200ms ease;
	   -moz-transition: all 200ms ease;
		-ms-transition: all 200ms ease;
		 -o-transition: all 200ms ease;
		 	transition: all 200ms ease;
}

.editbutton a:hover {
	border: 2px solid #f5a10f; 
}

.editlink {
	font-size: 14px;
	font-weight: 500;
	margin-top: 20px;
}

.editlink .icon {
	font-size:12px;
	font-weight: normal;
	position: relative;
	top: -2px;
	margin-right: 4px;
}

/*************************************************
* Formulare
*************************************************/


input,
input[type="text"], 
input[type="email"], 
textarea,
select  {
	width: 100%;
}

input,
input[type="text"], 
input[type="email"], 
input[type="submit"],
textarea {
	-webkit-appearance: none;
    -webkit-border-radius: 	0px;
	-moz-border-radius: 	0px;
	border-radius: 			0px;    
    
    line-height: 1.2;
	font-size: 16px;
	background: white;
	padding: 8px;
	border: 1px solid #bbb;
	
	-webkit-transition: all 200ms ease;
	   -moz-transition: all 200ms ease;
		-ms-transition: all 200ms ease;
		 -o-transition: all 200ms ease;
		 	transition: all 200ms ease;
	
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}

input[type="text"]:focus, 
input[type="email"]:focus, 
input[type="email"]:focus,
textarea:focus {
	background: #fff;
	border: 1px solid #f4b60e;
}

input[type="submit"] {
	display: inline-block;
	margin-bottom: 0;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select:	 none;
	-ms-user-select:	 none;
	user-select:		 none;
	
	width: auto;
	padding: 10px 40px;
	border: 1px solid #f4b60e;
	background: #f4b60e;	
	color: #fff;
	
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}

input[type="submit"]:focus,
input[type="submit"]:hover {
	text-decoration:none;
	cursor:pointer;
	
	border: 1px solid #f5a10f;
	background: #f5a10f;
}

input[type="submit"]:disabled {
	color: #fff;
	border: 1px solid black;
	cursor: auto;
	background: black;
}


.wpcf7 p {
	line-height: 1.8;
	margin-bottom: 10px;
}

span.wpcf7-not-valid-tip {
	color: #c0523a !important;
}

div.wpcf7-response-output {
	border: 2px solid #f4b60e !important;
}

div.wpcf7-validation-errors {
	border: 2px solid #c0523a !important;
}



/*************************************************
* Google Maps
*************************************************/

.gmap {
	width: 100%;
	height: 400px;
}

.gmap img {
	max-width: none;
}

/*************************************************
* Responsive 
*************************************************/

@media (max-width: 479px) {
	input,
	input[type="text"], 
	input[type="email"], 
	textarea,
	select  {
		width: 100%;
	}
	
	html,
	body {
		font-size: 16px;
	}
}

@media (min-width: 480px) {
	
}

@media (max-width: 767px) {
	
	.mobilebutton {
		display: block;
	}
}

@media (max-width:768px) {
	html,
	body {
		
	}
	
	/* Disable mobile zoom */
	select, textarea, input, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select:focus, input:focus { 
		font-size: 16px;
	}
	
	#nav,
	#meta,
	#topbar {
		display: none;
	}
	
	.home #header {
		display: block;
	}
	
	#navicon,
	#mobhead,
	#mobpad,
	#mobnav {
		display: block;
	}
	
	#slider img {
		max-width: 200%;
		margin-left: -33%;
	}
	
	
	#subfooter {
		padding-bottom: 60px;
	}
	
	#subfooter .textright {
		text-align: left;
	}
	
	#logo {
		
	}
	
	.logobrand {
		display: block;
		margin-bottom: 4px;
	}
	
	.logoname {
		font-size: 18px;
	}
	
	.logoname strong {
		
	}
	
	#mobhead {
		position: fixed;
		z-index: 11198;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		line-height: 60px;
		border-bottom: 1px solid #fff;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
	}
	
	#mobhead .logo {
		margin-left: 10px;
		font-size: 20px;
		color: #fff;
	}
	
	#mobhead .logo a {
		color: #fff;
	}
	
	#mobpad {
		height: 60px;
	}
	
	/* Nav Icon */
	
	#navicon {
		position: fixed;
		z-index: 11999;
		right: 10px;
		top: 10px;
		width:  40px;
		height: 40px;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
		cursor: pointer;				
		border: none;		
	}
	
	#navicon span,
	#navicon span:before,
	#navicon span:after {
		display: inline-block;
		height: 4px;
		position: absolute;
		width: 30px;
			 	
		background-color: #fff;
		
		-webkit-border-radius: 2px;
		   -moz-border-radius: 2px;
		   		border-radius: 2px;
		
		/*
		-webkit-box-shadow: 0px 0px 3px 0px #f4b60e;
				box-shadow: 0px 0px 3px 0px #f4b60e;
		*/
				
		-webkit-transition: all 250ms ease;
		   -moz-transition: all 250ms ease;
			-ms-transition: all 250ms ease;
			 -o-transition: all 250ms ease;
			 	transition: all 250ms ease;

	}
	
	#navicon span {
	    left:   5px;
	    top:   18px;

	}
	
	#navicon span:before {
	    content: "";
	    left: 0;
	    top: 9px;
	}
	
	#navicon span:after {
	    content: "";
	    left: 0;
	    top: -9px;
	}
	
	#navicon:focus span,
	#navicon:focus span:before,
	#navicon:focus span:after {
		background-color: #fff;
		
	}
	
	#navicon.active {
		-webkit-transition: background 100ms ease;
		   -moz-transition: background 100ms ease;
			-ms-transition: background 100ms ease;
			 -o-transition: background 100ms ease;
			 	transition: background 100ms ease;
	}
	
	#navicon.active span:before,
	#navicon.active span:after {
		
	}
	
	#navicon.active span {
		background: rgba(0,0,0,0);
		
		-webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0);
				box-shadow: 0 0 0 0 rgba(0,0,0,0);
	}
	
	#navicon.active span:before,
	#navicon.active span:after {
		position: absolute;
	    left: 0;
	    top: 0;
	    width: 30px;
	    
	    background: #fff;
	    
	    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0);
				box-shadow: 0 0 0 0 rgba(0,0,0,0);

	}
	
	#navicon.active span:before {
		-webkit-transform: 	rotate(-45deg);
	    -moz-transform: 	rotate(-45deg);
	    -o-transform: 		rotate(-45deg);
	    -ms-transform: 		rotate(-45deg);
	    transform: 			rotate(-45deg);
	}
	
	#navicon.active span:after {
	     -webkit-transform: rotate(45deg);
	     -moz-transform: 	rotate(45deg);
	     -o-transform: 		rotate(45deg);
	     -ms-transform: 	rotate(45deg);
	     transform: 		rotate(45deg);
	}
	
	/* Mobnav */
	
	#mobnav {
		overflow-y: scroll; 
		-webkit-overflow-scrolling: touch;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
		
		position: fixed;
		z-index: 11197;
		top: -100%;
		height: 100%;
		right: 0;
		width: 100%;
		
		background: #fff;
		padding-top: 40px;
		
		font-family: 'Ubuntu', sans-serif;
		font-size: 16px;
		
		color: #77787b;
		
		-webkit-transition: top 500ms ease;
		   -moz-transition: top 500ms ease;
			-ms-transition: top 500ms ease;
			 -o-transition: top 500ms ease;
			 	transition: top 500ms ease;
	}
	
	#mobnav.active {
		top: 0;
	}
	
	/* Mobile Menu */
	
	#mobmenu ul li {		
		position: relative;
	}
	
	#mobmenu a {
		color: #f4b60e;
	}
	
	#mobmenu ul li a {
		font-family: 'Ubuntu', sans-serif;
		display: block;
		padding: 0;
		font-size: 16px;
		line-height: 40px;
		
	}
	
	#mobmenu ul li.current-menu-item > a,
	#mobmenu ul li a:hover,
	#mobmenu ul li a:focus {
		color: #f5a10f;
	}
	
	#mobnav ul.menu>li > a,
	#mobnav ul.menu li > ul > li.menu-item-has-children > a {
		font-weight: 500;
	}
	
	#mobmenu ul li:first-child a {
		border-top: 1px solid white;
	}
	
	#mobmenu ul li ul {
		display: none;
	}
	
	#mobmenu ul li ul li {
		text-transform: none;
	}
	
	#mobmenu ul li ul li a {
		padding-left: 35px;
	}
	
	#mobmenu ul li ul li:first-child a {
		border-top: 0;
	}
	
	#mobmenu ul li ul li ul {
		display: none;
	}
	
	#mobmenu ul li ul li ul li a {
		padding-left: 50px;
	}
	
	/* Subnav */
	.subnavicon {
		position: absolute;
		right: 0;
		top: 0;
		width:  44px;
		height: 44px;
		font-size: 20px;
		line-height: 44px;
		text-align: center;
		
		
		cursor: pointer;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
	}
	
	.subnavicon:before,
	.subnavicon:after {
		background: #f4b60e;
		content: '';
		display: block;
		width: 14px;
		height: 2px;
		position: absolute;
		left: 15px;
		
		-webkit-border-radius: 2px;
		   -moz-border-radius: 2px;
		   		border-radius: 2px;
		
		-webkit-transition: opacity 500ms ease;
		   -moz-transition: opacity 500ms ease;
			-ms-transition: opacity 500ms ease;
			 -o-transition: opacity 500ms ease;
			 	transition: opacity 500ms ease;
	}
	
	.subnavicon:before {
		top: 21px;
	}
	
	.subnavicon:after {
		top: 21px;
		transform: rotate( -90deg );
	}
	
	/*
	#mobnav .menu li.current-page-parent>.subnavicon.sub-menu-active {
		background: white;
	}
	
	#mobnav .menu li.current-page-parent>ul {
		background: white;
	}
	*/
	
	#mobnav .menu li .subnavicon.sub-menu-active {
		background: white;
	}
	
	#mobnav .menu>li>ul {
		background: white;
	}
	
	#mobnav .menu>li.current-page-ancestor>a {
		/*
		background: #f6f6f6;
		*/
	}
	
	.subnavicon.sub-menu-active:after {
		opacity: 0;
	}
	
	#mobnavcontact a {
		color: #f5a10f;
	}
	
}

@media (min-width: 768px) {
	
}

@media (min-width: 768px) and (max-width: 1023px) {
    
}

@media (min-width: 1024px) {
	
}

@media (min-width: 1024px) and (max-width: 1179px) {
    
}

@media (min-width: 1180px) {
	
}

@media (min-width: 1180px) and (max-width: 1419px) {
    
}

@media (min-width:1420px) {
	html,
	body {
		
	}
}

@media (min-width:1420px) and (max-width:1659px) {
    
}

@media (min-width:1600px) {
	html,
	body {
		
	}    
}




















