/*
	Theme Name: Metallbau Kloss Theme
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.0.0
	Author: Marketingflotte
	Author URI: http://www.marketingflotte.de
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* HEADER */
.logo_back {
    margin:0 auto;
    width:152px;
}

.site-logo {
    display: block;
    background: white;
    width: 270px;
    margin: 0 auto;
    padding: 20px 34px;
    padding-top:35px;
    -webkit-box-shadow: 0 0 4px 1px #4A4A4A;
    box-shadow: 0 0 4px 1px #4A4A4A;
}
label {
    font-weight: normal !important;
}
.googlemaps {
       width:100%;
}
/* global box-sizing */
* {
behavior: url(css/PIE.htc);
}

*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 10px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
        background:url(img/background.jpg) repeat-x top !important;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
h1, h2, h3, h4, h5, h6, ol, ul {
	margin: 0;
	padding: 0;
        font-family: 'Source Sans Pro', sans-serif;
        font-size:16px;
        font-size:1.6rem;
}
hr {
    border-color:#ccc;
}
blockquote {
  font-family: serif;
  font-size: 24px;
  font-size: 2.4rem;
  color: #444;
}

/*------------------------------------*\
    DEVELOPMENT
\*------------------------------------*/
header, section, aside, footer, div[class^="widget"], .copyright  {
	
}
/*------------------------------------*\
    HEADER
\*------------------------------------*/
.wrapper_head {
    height:405px;
}
.header_cta_left, .header_cta_right {
    width:160px;
    background:#0072a8;
    padding:5px;
    display:inline-block;
    text-align:center;
    color:white;
    font-family: 'Source Sans Pro', sans-serif;
    font-size:14px;
    font-size:1.4rem;
    margin-top:15px;
}
.header_cta_left:hover, .header_cta_right:hover {
    color:white;
}
.header_cta_right {
    float:right;
}

/*------------------------------------*\
    SLIDER
\*------------------------------------*/
.metaslider .slides img {
    height:395px;
    width:auto !important;
}
.slider_wrap {
    position:absolute;
    border-bottom:5px solid #0072a8;
    border-top:5px solid #0072a8;
    max-width:100%;
}
.flex-direction-nav {
    width: 1000px;
    height: 395px;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -500px !important;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

.container {
  font-size: 14px;
  font-size: 1.4rem;
  max-width: 970px !important;
  background-color: #fff;
}

/* header */
.header {

}
#menu-header-menu {
  list-style: none;
  text-align: right;
}
#menu-header-menu li {
  display: inline-block;
  margin: 0 .5em;
}
/* logo */
.logo {
    max-width:100%;
}
.logo-img {

}
.content_wrapper {
    padding-right:50px;
}
/*Animated Hamburger Icon*/
.navbar-toggle {
  position: relative;
  padding: 15px 20px 19px 6px;
  margin-left: 15px;
}
#nav-toggle { cursor: pointer; display: block; position: relative; padding-right: 1em;}
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  cursor: pointer;
  border-radius: 2px;
  height: 4px;
  width: 26px;
  background: #444;
  position: absolute;
  display: block;
  content: '';
}
#nav-toggle span:before {
  top: -8px; 
}
#nav-toggle span:after {
  bottom: -8px;
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.move-right #nav-toggle span {
  background-color: transparent;
}
.move-right #nav-toggle span:before, .move-right #nav-toggle span:after {
  top: 0;
}
.move-right #nav-toggle span:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.move-right #nav-toggle span:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*------------------------------------*\
    NAVIGATION
\*------------------------------------*/
.navbar {
	position: relative;
	z-index: 9999;
	margin: 0;
        border-radius: 0px;
        border:none;
        margin-bottom:20px;
}
.nav_footer {
    margin-top:30px;
    margin-bottom:0;
}
#menu-footer-menu {
    font-size:1.4rem;
    font-size:14px;
}
.nav ul {
  	padding: 0;
  	position: relative;
  	display: block;
       
}
.navbar-default>ul {
        border-top: 5px solid white;
}
.nav .menu-item {
	font-size: 1.9rem;
	font-size: 19px;
	display: block;
	position: relative;
	background-color: transparent;
	border-top: 1px solid grey;
}
.nav a{
  	text-decoration: none;
  	position: relative;
  	display: block;
  	white-space: nowrap;
  	padding: 1em;
        font-family: 'Source Sans Pro', sans-serif;
        font-size:19px;
        font-size:1.9rem;
}
.nav .current-menu-item>a, .nav .current-menu-parent>a, .nav .current-menu-ancestor>a {
    color:#FFF;
    background:#0072a8;
    font-weight:bold;
}
.menu-item:hover>a  {
    color:#FFF !important;
    background:#0072a8 !important;
}
.menu-item:hover:before {
    right:0px !important;
}
.nav .sub-menu>.current-menu-item>a, .nav .sub-menu>.current-menu-parent>a {
    color:#FFF;
    background:grey;
    font-weight:bold;
}
.opened > .sub-menu {
	display: block !important;
}
.nav ul .menu-item .sub-menu {
	display: none;
}
.sub-menu .menu-item {
    border-left:none !important;
}
.navbar .menu-item:before {
    content:"|";
    font-weight:bold;
    color:#0072a8;
    top: 14px;
    position: absolute;
    right: -4px;
    margin-left:-2px;
}
.current-menu-item:before, .current-menu-ancestor:before, .menu-item:last-child:before,
.sub-menu .menu-item:before {
    content:" " !important;
}
.sub-menu .menu-item a {
    padding:.4em 2em;
}
.nav_footer .current-menu-item>a, .nav_footer .current-menu-parent>a, .nav_footer .current-menu-ancestor>a {
    background:transparent;
    color:#444;
    font-weight:300;
}
.nav_footer .current-menu-item:before, .nav_footer .current-menu-ancestor:before {
    content:"|" !important;
}
.left-off-canvas-menu {
    z-index: 999 !important;
}
.contact-bar .glyphicon {
    font-size:2.5em;
    margin-right:15px;
}
.contact-bar {
     text-align:right;
     padding:12px 15px;

}
.wpcf7 .wpcf7-response-output{
    border:none;
    padding:0;
    margin:0;
}
textarea {
    max-width:100%;
    max-height:500px;
}
.maxheight {
    max-height:75px;
}
aside .opened > .sub-menu {
    border-left:none !important;    
    margin-left: 0 !important;
    
}
.sub-menu .menu-item a {
    padding: .5em 1.5em;
}
aside .nav a {
    white-space:normal;
}
/*.no-touch .nav ul .menu-item:hover > .sub-menu, .no-touch .nav ul .menu-item .sub-menu:hover > .sub-menu  {
	display: block;
}
.no-touch .nav ul .menu-item.menu-item-has-children:hover>.sub-menu {
	display: block;
}
.nav>ul>.menu-item.menu-item-has-children:hover>.sub-menu{
 display:block;	
}*/
.no-touch .nav ul .menu-item.menu-item-has-children:hover>.sub-menu {
	display: block;
}

.menu-item, .sub-menu {
	-webkit-transition: all 100ms ease-in;
	-moz-transition: all 100ms ease-in;
	-ms-transition: all 100ms ease-in;
	-o-transition: all 100ms ease-in;
	transition: all 100ms ease-in;
}
.toggle .glyphicon {
  	-moz-transition: all 0.2s ease-in;
  	-o-transition: all 0.2s ease-in;
  	-webkit-transition: all 0.2s ease-in;
  	transition: all 0.2s ease-in;
  	transform: rotate(0deg);
}
li.opened > .toggle .glyphicon {
	-webkit-transform: rotate(-90deg);
  	-moz-transform: rotate(-90deg);
  	-ms-transform: rotate(-90deg);
  	-o-transform: rotate(-90deg);
  	transform: rotate(-90deg);
  	border-color: transparent;
}
.toggle {
	position: absolute;
	right: 0;
	top: 0;
	padding: 1em 5%;
	text-align: center;
	line-height: inherit;
	border-left: 1px solid darkgrey;
	} 

.navbar-toggle {
	float: left;
}

/* content */
.content_start h1, .content h2, .content h3, .content h4, .content h5, .content h6, .content p,
.content_start h1, .content_start h2, .content_start h3, .content_start h4, .content_start h5, .content_start h6, .content_start p{
        font-family: 'Source Sans Pro', sans-serif;
}
.content_start p, .content p {
        margin:20px auto;
        font-weight:300;
        font-size:16px;
        font-size:1.6rem;
}
.content_start h1, .content h1 {
        font-size:30px;
        font-size:3rem;
        color:#0072a8;
        margin-bottom:5px;
        margin-top:20px;
}
.content_start h2, .content h2 {
        font-size:30px;
        font-size:3rem;
        font-weight:bold;
        color:#535d62;
        margin-bottom:5px;
        margin-top:20px;
}
.content_start h4, .content h4 {
        font-size:20px;
        font-size:2rem;
}
.content_start h5, .content h5 {
        font-size:20px;
        font-size:2rem;
        color:#0072a8;
}
#breadcrumbs {
        font-family: 'Source Sans Pro', sans-serif;
        padding:15px;
        font-size:14px;
        font-size:1.4rem;
}
#breadcrumbs .fa-caret-right {
    margin-left: 5px;
}
#breadcrumbs a, .breadcrumb_last {
    margin-left:5px;
}
.content_box {
    padding:0 15px;
}
.content {
    min-height:500px;
    list-style: inside;
}
.content img {
    max-width:100%;
}
/*------------------------------------*\
    TEASERBOXES 
\*------------------------------------*/
/*.teaserboxes {
	padding-bottom: 2em;
}*/
.teaserbox img {
	width: 100%;
}
.teaserbox .btn {
	display: block;
	margin: 0 auto;
}
.teaserbox_large {
    padding-top: 4px;
    border-top: 4px solid #6cb5b8;
}
.btn {
    margin:20px 0;
}
.teaser_box_content {
    background:#0072a8;
    color:white;
    font-family: 'Source Sans Pro', sans-serif;
    text-transform:uppercase;
    text-align:center;
    font-size:19px;
    font-size:1.9rem;
    padding:10px 0;
    border-top: 3px solid white;
}
.main_content a {color:#0072a8;}
.teaser_box_content a {
    font-family: 'Source Sans Pro', sans-serif;
    font-size:19px;
    font-size:1.9rem;
    color:white;
    font-weight:bold;
}
.teaser_box_content p {
    margin:0 !important;
}
.teaserbox {
    border-top: 5px solid #6cb5b8;
    padding-top:3px;
	margin-bottom:20px;
}
.attachment-teaserbox_large {
    width:100%;
    height:auto;
}

/* sidebar */
.sidebar{
    font-family: 'Source Sans Pro', sans-serif;
    padding: 0 20px;
}
.sidebar h3{
    font-size:20px;
    font-size:2.0rem;
    color:#0072a8;
    margin-bottom:10px;
}
.sidebar a{
    color:#666666;
}
.sidebar ul li{
    padding: 8px 0;
    list-style-type:none;
}
.page-item-157, .page-item-159 {
    
}
/*
.page-item-157>a, .page-item-159>a, .page-item-199>a, .page-item-201>a  {
    padding-left: 25px !important;
    margin-left: -35px;
    border-left: 15px solid #cce3ee;
    display: inline-block;
    padding-top: 5px;
    height: 35px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    width:100%;
}
*/
.sidebar>ul>li.page_item_has_children>a:after{
    font-family: FontAwesome;
    content: "\f0d7";
    margin-left:5px;
    color:#0072a8;
    width: 100px;
    display: inline-block;
    text-align: left;
    float: right;
    position: absolute;
}
.sidebar .children{
    margin-top:10px;
    padding-left:5px;
}
.sidebar .children .page_item a {
    font-size:14px;
    font-size:1.4rem;
}
.sidebar>ul>li>a{
    font-weight:700;
}
.sidebar ul li.current_page_item>a, .content_unterseite .sidebar ul li.current_page_ancestor>a{
    color:#0072a8;
}
.sidebar ul li.current_page_item>a:after{
    font-family: FontAwesome;
    content: "\f0da";
    margin-left:5px;
    color:#0072a8;
    margin-left:10px;
}
.sidebar .hide_me{
    display:none;
}
.page_item_has_children>a {
    padding-left: 25px !important;
    margin-left: -35px;
    border-left: 15px solid #cce3ee;
    display: inline-block;
    padding-top: 5px;
    height:35px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    width: 100%;
}
.sidebar-widget {
    padding:.9em;
}
/*------------------------------------*\
    FOOTER
\*------------------------------------*/
.wrapper_all {
    margin-bottom:50px;
    -webkit-box-shadow: 0px 0px 5px 4px #D9D9D9;
    box-shadow: 0px 0px 5px 4px #D9D9D9;
}
.footer_content {
    background:#535d62;
    color:white;
    text-align:center;
    font-family: 'Source Sans Pro', sans-serif;
    font-size:21px;
    font-size:2.1rem;
    padding:25px 0;
}
.footer_content a {
    color:white;
}
.footer {
    font-family: 'Source Sans Pro', sans-serif;
}
#nav_menu-2 {
    text-align:right;
}
#nav_menu-2 ul li {
    list-style-type: none;
    display:inline;
    text-align:right;
    padding:0 10px;
    border-left: 1px solid #4a4a49;
}
#nav_menu-2 ul li:first-child {
    border:none;
} 
#nav_menu-2 ul li:last-child {
    padding-right:0;
}
#menu-footer-menu .menu-item:hover a { 
    color:#444;
}
.nav_footer .sub-menu {
    display:none !important;
}
.nav_footer ul li:last-child:before {
    content:" " !important;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/

/*Employees*/
.caption h3 {
	text-align: center;
}


/*------------------------------------*\
    ARTICLES
\*------------------------------------*/

.view-article {
	display: inline-block;
	clear: both;
}
article.media {
	padding-bottom: 15px;
	border-bottom: 1px dashed rgb(68, 68, 68);
}

/*------------------------------------*\
    FORMS
\*------------------------------------*/
input {
  -webkit-border-radius: 0 !important;
}
.search {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.search-input {
  display: inline-block;
  max-width: 59%;    
}
.search-submit {
  display: inline-block;
  padding: 11px;
}

/*------------------------------------*\
    WIDGETS
\*------------------------------------*/

aside div[class^="widget"] img {
    width: 100%;
}


/*------------------------------------*\
    IMAGES
\*------------------------------------*/
.gallery-item {
	padding: .8em;
}
.gallery-item img {
	height: auto;
	width: 100%;
}

.gallery-caption {
    
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
        src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
        url('fonts/font-name.woff') format('woff'),
        url('fonts/font-name.ttf') format('truetype'),
        url('fonts/font-name.svg#font-name') format('svg');
        font-weight:normal;
        font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (max-width:480px) {
	.gallery-item {
		width: 50% !important;
	}
        .content img {
            width:100% !important;
            height:auto;
        }
}
@media only screen and (max-width:767px) {
  /*Delete the gap from col-xs-12 around navbar*/
    .site-logo {
        margin-top:-52px;
        width:115px;
        padding:10px;
    }
    .logo {
        width:100%;
    }
    .col-nav {
        padding: 0;
    }
    .flex-prev, .flex-next {
        display:none !important;
    }
    .teaserbox {
        margin-bottom:20px;
        margin-top:20px;
    }
    .teaserbox_large {
        margin-bottom:20px;
    }
    .metaslider .slides img {
        height: 150px !important;
        width: auto !important;
    }
    .wrapper_head {
        height:160px !important;
    }
    .slider_wrap {
        margin-bottom:20px;
    }
    .hamburger, .contact-bar {
        z-index:99999999;
    }
    .content_start img {
        float: none !important;
        display: block;
        margin:0;
        margin-bottom: 20px !important;
    }
    .footer_content {
        font-size:18px;
        font-size:1.8rem;
    }
    .footer .sidebar-widget, #nav_menu-2 {
        text-align:center;
    }
    #nav_menu-2 ul li:first-child {
        padding-left:0;
    }
    .sub-menu .menu-item a {
        padding: 1em 1.5em;
    }
    .content_wrapper {
    padding-right: 10px;
    }
    .content_wrapper {
        padding-top:20px;
    }
}
@media only screen and (max-width:991px) {
    .metaslider .slides img {
        height: 315px;
        width: auto !important;
    }
    .wrapper_head {
        height:325px;
    }
    .flex-direction-nav {
        width: 800px;
        margin-left: -400px !important;
        height: 330px;
    }
}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {
        
        .content_start {
            padding:2em 40px;
        }        
	.nav > ul > .menu-item  {
		display: table-cell;
		width: 1%;
		border-top: none;
	}
	.nav > ul > .menu-item  a {
		text-align: center;
                margin-top: -5px;
	}
	.nav ul .menu-item  .sub-menu {
		position: absolute;
		display: none;
		top: 100%;
		min-width: 100%;
		width:auto;
		background-color: lightgrey;
	}
	.nav>ul>.menu-item.menu-item-has-children:last-child>.sub-menu {
		right: 0;
	}
	.nav>ul>.menu-item.menu-item-has-children:last-child>.sub-menu .sub-menu {
		left: -100%;
	}
	.nav ul .menu-item  .sub-menu .sub-menu {
		position: absolute;
		display: none;
		top: 0;
		left: 100%;
	}
}
@media only screen and (min-width:992px) {
	.nav a {
	  	padding: .7em 2em;
	}
}
@media only screen and (min-width:1950px) {
    .wrapper_head {
        height: 510px;
    }
    .metaslider .slides img {
        height: 500px;
        width: auto !important;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
        margin-top:5px;
        text-align:left;
        font-family: 'Source Sans Pro', sans-serif;
        font-size:14px;
        font-size:1.4rem;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

input[type="checkbox"] {
	width: 12px;
	height: 12px;
	-webkit-appearence: checkbox !important;
}
