/*
Theme Name: Twenty Twelve Child by PabstWP
Theme URI: http://pabstwp.de/
Author: Matthias Pabst
Author URI: http://pabstwp.de/
Description: Child Theme for WordPress Standard Theme Twenty Twelve with additional menus and footer widget areas.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, footer-sidebar
Text Domain: twentytwelvechild
Template: twentytwelve

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@import url("../twentytwelve/style.css");

body {
	/*background: #e7e4df url('images/page_bckg.png') repeat-x top left;*/
	font-size: 12px;
	font-size: 0.85714286rem;
}

body .site {
	box-shadow: none;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

a,
a:link,
a:active,
a:visited,
.widget-area .widget a,
.widget-area .widget li a,
.template-front-page .widget-area .widget li a,
footer[role="contentinfo"] a {
	color: #3d9cdd;
	text-decoration: none;
}

a:hover {
	color: #000000;
}

.entry-content h1,
h1 {
	font-size: 17px;
}
.entry-content h2,
h2 {
	font-size: 15px;
}
.entry-content h3,
h3 {
	font-size: 13px;
}
.entry-content h4,
h4 {
	font-size: 12px;
}
.entry-content h5,
h5 {
	font-size: 11px;
}
.entry-content h6,
h6 {
	font-size: 10px;
}


#footer .widget-area .widget a:hover,
#footer .widget-area .widget li a:hover,
#footer .template-front-page .widget-area .widget li a:hover,
footer[role="contentinfo"] a:hover {
	color: #ffffff;
}

.entry-content p, .entry-summary p, .comment-content p, .mu_register p,
.entry-content li, .comment-content li, .mu_register li {
	font-size: 12px;
	font-size: 0.85714286rem;
}

/* Header & Footer Navigation Menu */

.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	border: none;
}

.main-navigation li {
	line-height: 2em;
	margin: 0 20px;
	margin: 0 1.42857143rem;
}

.main-navigation li a {
	text-transform: none;
	color: #3D9CDD;
	font-size: 13px;
	font-size: 0.92857143rem;
	font-weight: bold;
	line-height: 1.5em;
}

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_item > a,
.main-navigation .current_page_ancestor > a {
	color: #000000;
	font-weight: bold;
}

.main-navigation li ul {
	z-index: 100;
}

.main-navigation ul ul li {
	margin: 0 !important;
}

.extra-navigation {
	margin-bottom: 1em;
	text-align: center;
}
.extra-navigation li {
	margin-top: 24px;
	margin-top: 0.8rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.42857143;
}
.extra-navigation a {
	color: #6a6a6a;
}
.extra-navigation a:hover {
	color: #000;
}
.extra-navigation li a,
.extra-navigation li {
	display: inline-block;
	text-decoration: none;
	padding: 0 0.3em;
}
.extra-navigation li ul {
	display: none;
}

/* Site Info */

.site-info {
	text-align: center;
	font-size: 11px;
	font-size: 0.78571429rem;
}


/* customs */
#masthead,
#main,
footer {
	background-color: #ffffff;
}

.header-image {
	margin-top: 0;
}

.site-header {
	padding-bottom: 0;
}

.template-front-page .widget-area {
	clear: none;
	border-top: 0;
	padding-top: 0;
}

.site-content article {
    -moz-hyphens: none;
    word-wrap: none;
}

.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	border-radius: 0;
	box-shadow: none;
}

#footer,
.site-info {
	padding: 0 30px;
	padding: 0 2.14285714rem;
}

footer[role="contentinfo"] {
	padding: 14px 0;
	padding: 1rem 0;
}

#page,
#main {
	position: relative;
	z-index: 9999;
}

#primary {
	margin-top: 0;
}

footer[role="contentinfo"] {
	border: 0 !important;
	margin-top: 0px;
	color: #ffffff;
	background-color: #414141;
	position: relative;
	z-index: 0;
	font-size: 12px;
	font-size: 0.85714286rem;
	line-height: 1.25em;
}

#footer .widget-area .widget p,
#footer .widget-area .widget li,
#footer .widget-area .widget .textwidget {
	font-size: 12px !important;
	font-size: 0.85714286rem !important;
	line-height: 1.25em;
}

#footer .widget-area {
	margin-top: 0;
}

.template-front-page .widget-area .widget, .template-front-page.two-sidebars .widget-area .front-widgets {
	width: 100%;
	margin-bottom: 14px;
	margin-bottom: 1rem;
}

#supplementary {
	border-bottom: 1px solid #9e9d9b;
}

#supplementary .widget-title {
	color: #ffffff;
	text-transform: none;
	font-size: 13px;
	font-size: 0.92857143rem;
	border-bottom: 1px solid #9e9d9b;
}

.widget-area .widget h3 {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}

#footer .menu li,
#footer .template-front-page .widget-area .widget li {
	margin: 0;
	list-style: none;
}

.site-content article {
	border: 0;
	margin-bottom: 30px;
	margin-bottom: 2.14285714rem;
}

.wpb_separator, .vc_text_separator {
	border-bottom: 1px solid #aeaeae !important;
}

a.wpb_button_a {
	margin: 0 auto;
}

.wpb_column.center {
	text-align: center;
}
.wpb_column.center .wpb_button_a {
	margin: 0 auto;
}

.tel-nr {
	text-align: center;
	color: #3d9cdd;
	font-size: 18px;
	font-size: 1.28571429rem;
	line-height: 1.25em;
	font-weight: bold;
	height: auto;
}

.tel-descr {
	font-size: 14px;
	font-size: 1rem;
	color: #4d4d4d;
}

a:active, a:visited, .widget-area .widget a, .widget-area .widget li a, .template-front-page .widget-area .widget li a, footer[role="contentinfo"] a {
    color: #379BE0;
}

.widget-area .widget a, .widget-area .widget li a, .template-front-page .widget-area .widget li a, footer[role="contentinfo"] a {
    color: #379BE0 !important;
}

#main a:visited {
    color: #379BE0 !important;
}

#menu-main-menu li a:not(.sub-menu a) {
    text-transform: none;
    color: #FFF ;
}

.left-text {
	margin-top: 20px;
}

.fb {
	float:left;
	margin-bottom: 20px;
}

.fb img {
	width:50%;
}

.widget-area .widget {
    margin-bottom: 1.42857rem;
    }

/* =Media queries
-------------------------------------------------------------- */
/* Minimum width of 600 pixels. */
@media screen and (min-width: 750px) {

	.tel-nr {
		text-align: right;
		color: #3d9cdd;
		font-size: 30px;
		font-size: 2.14285714rem;
		padding-right: 70px;
		line-height: 0.75em;
		font-weight: bold;
		background: url('images/ico_tel.png') no-repeat top right;
		min-height: 52px;
	}

	.tel-descr {
		font-size: 14px;
		color: #4d4d4d;
	}

}


/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {

	/* Header & Footer Navigation */

	.site {
		background-color: inherit;
	}

	#masthead {
		margin-left: -40px;
		margin-right: -40px;
		margin-left: -2.85714286rem;
		margin-right: -2.85714286rem;
	}

	#main {
		box-shadow: 0 0px 10px rgba(100, 100, 100, 0.6);
		padding: 0 30px;
		padding: 0 2.14285714rem;
	}

	#logo-box {
		padding: 0 40px;
		padding: 0 2.85714286rem;
	}

	#logo {
		display: inline-block;
	}

	.site-info {
		text-align: right;
	}

	#header-boxes {
		display: inline-block;
		float: right;
	}

	#masthead .nav-menu {
		background-color: #3d9cdd;
		padding: 0;
	}

	#header-navigation {
		float: right;
	}

	.main-navigation li:first-child {
		margin-left: 40px;
		margin-left: 2.85714286rem;
	}

	.main-navigation li a {
		text-transform: none;
		color: #ffffff;
		font-size: 13px;
		font-size: 0.92857143rem;
		font-weight: bold;
		line-height: 34px;
		line-height: 2.42857143rem;
	}

	.main-navigation ul ul li a,
	.main-navigation ul ul li a:hover {
		color: #000;
	}

	#footer-navigation {
		display: block;
		margin-bottom: 2em;
	}
	#footer-navigation ul.nav-menu {
		text-align: center;
	}
	#footer-navigation ul.nav-menu,
	#footer-navigation div.nav-menu > ul {
		border-bottom: 1px solid #ededed;
		border-top: 1px solid #ededed;
	}
	.extra-navigation ul.nav-menu,
	.extra-navigation div.nav-menu > ul {
		display: inline-block !important;
		text-align: left;
		width: 100%;
	}
	.extra-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.extra-navigation li a,
	.extra-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	.extra-navigation li a {
		border-bottom: 0;
		color: #6a6a6a;
		line-height: 3.692307692;
		text-transform: uppercase;
	}
	.extra-navigation li a:hover {
		color: #000;
	}
	.extra-navigation li {
		margin: 0 40px 0 0;
		margin: 0 1.0rem 0 0;
		position: relative;
	}
	.extra-navigation li ul {
		display: none;
	}
	.extra-navigation .current-menu-item > a,
	.extra-navigation .current-menu-ancestor > a,
	.extra-navigation .current_page_item > a,
	.extra-navigation .current_page_ancestor > a {
		color: #636363;
		font-weight: bold;
	}

	/* Footer Widget Areas */

	#supplementary {
		display: block;
		overflow: hidden;
		margin-bottom: 5px;
	}
	/* One Footer Widget Area */
	#supplementary.one .widget-area {
		float: left;
		margin-right: 0;
		width: 100%;
	}
	/* Two Footer Widget Areas */
	#supplementary.two .widget-area {
		float: left;
		margin-right: 3.0612244%;
		width: 48.4693877%;
	}
	#supplementary.two #second {
		margin-right: 0;
	}
	/* Three Footer Widget Areas */
	#supplementary.three .widget-area {
		float: left;
		margin-right: 4.0816%;
		width: 30.6122448%;
	}
	#supplementary.three #third {
		margin-right: 0;
	}

	/* Four Footer Widget Areas */
	#supplementary.four .widget-area {
		float: left;
		margin-right: 2.85714285%;
		width: 22.85714285%;
	}
	#supplementary.four #fourth {
		margin-right: 0;
	}


	/* slider */
	#slider {
		max-height: 350px;
		max-width: 1040px;
		margin-bottom: -40px;
		overflow: hidden;
	}

	/*.tp-caption.very_large_text {
		font-size: 36px;
	}
	.tp-caption.large_text {
		font-size: 22px;
	}*/

}


/* Max width of 750 pixels. */
@media screen and (max-width: 749px) {

	#header-boxes,
	#logo {
		display: block;
		clear: both;
		float: none;
		width: 100%;
		text-align: center;
		margin: 1em 0;
	}

	#logo {
		margin-top: 0;
		margin-bottom: 2em;
	}

	.tel-nr {
		margin: 0 auto;
		display: inline-block;
	}

}

@media screen and (max-width: 599px) {

	#site-navigation {
		margin-bottom: 10px;
	}

	.main-navigation ul ul li a {
		font-weight: normal;
	}

}
