/*  
Theme Name: Hofer Wordpress Theme
Theme URI: http://hofer-maler.de
Version: 1.0
Description: Designed by <a href="http://www.bocs-media.de">BOCS-MEDIA UG</a>.
Author: Chris Bruckmair BOCS-MEDIA UG
Author URI: http://www.bocs-media.de

*/

/* Begin Google Fonts */
@font-face {
	font-family: 'Open Sans';
	font-weight: 300;
	src: url(/wp-content/themes/Hofer-Wordpress_Theme_v1.0/includes/fonts/Open_Sans/OpenSans-Light.ttf);
}
@font-face {
	font-family: 'Open Sans';
	font-weight: 400;
	src: url(/wp-content/themes/Hofer-Wordpress_Theme_v1.0/includes/fonts/Open_Sans/OpenSans-Regular.ttf);
}

@font-face {
	font-family: 'Muli';
	font-weight: 300;
	src: url(/wp-content/themes/Hofer-Wordpress_Theme_v1.0/includes/fonts/Muli/Muli-Light.ttf);
}
@font-face {
	font-family: 'Muli';
	font-weight: 400;
	src: url(/wp-content/themes/Hofer-Wordpress_Theme_v1.0/includes/fonts/Muli/Muli-Regular.ttf);
}
@font-face {
	font-family: 'Muli';
	font-style: italic;
	font-weight: 300;
	src: url(/wp-content/themes/Hofer-Wordpress_Theme_v1.0/includes/fonts/Muli/Muli-LightItalic.ttf);
}
@font-face {
	font-family: 'Muli';
	font-style: italic;
	font-weight: 400;
	src: url(/wp-content/themes/Hofer-Wordpress_Theme_v1.0/includes/fonts/Muli/Muli-Italic.ttf);
}
/* End Google Fonts */


#malerdesjahres {position: absolute; margin-left: 750px; margin-top: 30px; z-index: 999999999;}
#malerdesjahres-mobile {display: none; z-index: 999999999;}
   
@charset "UTF-8";
html {
	background-color: #FFFFFF;	
	min-height: 100%;
}

body {
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	font-family: "Trebuchet MS";
	font-weight: normal;
	color: #5E5E5E;
	font-size: 15px;
	line-height: 1.4em;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
	font-family: "Open Sans";
	color: #FF0004;
	font-weight: 300;
	line-height: 1.2em;
}

h1 {font-size: 36px;}
h2 {font-size: 28px;}
h3 {font-size: 22px;}
h4 {font-size: 18px;}
h5 {font-size: 15px;}
h6 {font-size: 10px;}

/* Links */

a:link,
a:visited {
	font-family: "Open Sans";
	color: #FF0004;
	text-decoration: none;
	
	-webkit-transition: all  150ms ease-in-out;
	-moz-transition: all  150ms ease-in-out;
	-ms-transition: all  150ms ease-in-out;
	-o-transition: all  150ms ease-in-out;
}

a:hover { 
	color: #3A3A3C;

	-webkit-transition: all  150ms ease-in-out;
	-moz-transition: all  150ms ease-in-out;
	-ms-transition: all  150ms ease-in-out;
	-o-transition: all  150ms ease-in-out;
}

a img {
	border: none !important;
}

/* Elements */


header {
	background-color: #FFFFFF;
	padding-top: 0px;
	height: 100px;
	width: 100%;
	position: relative;
	left: 0px;
	top: 0px;
	border-bottom: #F7F7F7 solid 2px;
}

#header-content {
	height: 100px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#branding {
	float: left;
	position: absolute;
	margin-top: -10px;
}

#socials {
	position: relative;
	float: right;
}

.exciter {
	background-size: cover;
	height: 400px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#tagline {	
	font-family: "Open Sans";
	margin-top: 20%;
	left: 0px;
	position: fixed;
	width: 100%;
	overflow: hidden;
	height: 130px;
	text-align: center;
	font-weight: 300;
	letter-spacing: 3px;
	display: none;
}

#tagline p{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	font-size: 63px;
	background-color: #FFFFFF;
	color: #333333;
	display: inline-block;
	margin-right:20px;
	line-height: 55px;
	text-transform: uppercase;
	
	box-shadow: 15px 0 0 #FFFFFF,-15px 0 0 #FFFFFF;
	-moz-box-shadow: 15px 0 0 #FFFFFF,-15px 0 0 #FFFFFF;
	-webkit-box-shadow: 15px 0 0 #FFFFFF,-15px 0 0 #FFFFFF;
}

section {
	position: relative;
	padding-top: 30px;
	padding-bottom: 60px;
	width: 960px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

#content {
	position: relative;
	padding-top: 30px;
	padding-bottom: 60px;
	width: 960px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.work {
	width: 960px;
	height: auto;
	background-color: #FFFFFF;
	position: relative;
	margin-right: 27px;
	margin-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 30px;
	float: left;
	border-bottom: solid 2px #F7F7F7;
}

.work-text {
	width: 700px;
	margin-left: 150px;
	margin-top: -20px;
}

.work-text h4 {
	margin-top: 15px;
}

.icon {
	width: 100px;
	height: 100px;
	margin-right: 30px;
	margin-bottom: 30px;
	float: left;
	background-repeat: no-repeat;
}

.work-image:hover {
	opacity: 0.65;
	
	-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;
}

#innenraum .icon {
	background-image:url(images/innenraum.png);
}

#farbgestaltung .icon {
	background-image:url(images/farbgestaltung.png);
}

#putz .icon {
	background-image:url(images/putz.png);
}

#moebel .icon {
	background-image:url(images/moebel.png);
}

#schilder .icon {
	background-image:url(images/schilder.png);
}

#aufkleber .icon {
	background-image:url(images/aufkleber.png);
}

footer {
	width: 100%;
	height: 30px;
	background-color: #3A3A3C;
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 99999999;
}

#footer-content {
	width: 960px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
}

#footer-nav {float: right;}

#footer-nav li {margin-left: 15px; float: left; margin-top: -10px; font-size: 12px;}

#footer-nav li a {color: #FFFFFF;}

#subfooter {
	width: 100%;
	height: 300px;
	background-color: #FFFFFF;
}

#subfooter-content {
	font-size: 14px;
	padding-top: 50px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#subfooter-content iframe {
	border: #FFFFFF solid 3px;
}

#credits {
	width: 100%;
	height: 30px;
	background-color: #3A3A3C;
}

#credits-content {
	font-size: 12px;
	width: 960px;
	height: 30px;
	line-height: 40px;
	color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
}


/* Navigation */
#navigation {
	float: right;
	margin-right: 100px;
	width: 700px;
	height: 30px;
	font-family: "Open Sans";
	font-weight: normal;
	color: #4A4A4A;
	font-size: 14px;
}

#navigation a {
	color: #4A4A4A;
	text-decoration: none;
	
	-webkit-transition: all  150ms ease-in-out;
	-moz-transition: all  150ms ease-in-out;
	-ms-transition: all  150ms ease-in-out;
	-o-transition: all  150ms ease-in-out;
}

#navigation li:hover {
	background-color: #E2E2E2;
	-webkit-transition: all  150ms ease-in-out;
	-moz-transition: all  150ms ease-in-out;
	-ms-transition: all  150ms ease-in-out;
	-o-transition: all  150ms ease-in-out;
}

#navigation ul {
	margin-top: 45px;
	float: right;
	margin-right: -28px;
}

#navigation ul li {
	float: left;
	list-style: none;
	margin-left: 30px;
	padding: 5px;
	padding-bottom: 29px;
}

#navigation ul li:hover ul {
	opacity: 1;
	
	-webkit-transition: all  500ms ease-in-out;
	-moz-transition: all  500ms ease-in-out;
	-ms-transition: all  500ms ease-in-out;
	-o-transition: all  500ms ease-in-out;
}

#navigation ul li ul {
	opacity: 0;
	position: absolute;
	top: 20px;
	margin-left: -5px;
	width: auto;
	margin-top:80px;
	z-index: 999999;
	background-color: #FFFFFF;
	
	-webkit-transition: all  500ms ease-in-out;
	-moz-transition: all  500ms ease-in-out;
	-ms-transition: all  500ms ease-in-out;
	-o-transition: all  500ms ease-in-out;
	
}

#navigation ul li ul li {
	float: none;
	width: auto;
	padding-right: 15px;
	display: block;
	margin-left: -40px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: solid 1px #e30513;
}

#navigation ul li ul li a {
	color: #4A4A4A;
	font-size: 14px;
	text-decoration: none;
	
	-webkit-transition: all  150ms ease-in-out;
	-moz-transition: all  150ms ease-in-out;
	-ms-transition: all  150ms ease-in-out;
	-o-transition: all  150ms ease-in-out;
}

/* MOBILE NAVIGATION */
#menu-button {
	display: none;
	width: 45px;
	height: 45px;
	position: absolute;
	right:40px;
	top: 40px;
	margin-top: -10px;
	z-index: 9999999;
}

#menu-button:hover {
	cursor: pointer;
}

.open {
	background-image: url(images/hamburger.png);
}

.close {
	background-image: url(images/hamburger_active.png);
}

#mobile-nav {
	width: 100%;
	background-color: #333;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 999999;
	font-size: 15px;
	color: #FFFFFF;
	list-style: none;
	text-transform: uppercase;
	display: none;
}

#mobile-nav a {color: #FFFFFF;}

#mobile-nav ul {
	width: 100%;
	list-style: none;
	margin-left: 0px;
	padding-left: 20px;
}

#mobile-nav ul li {
	padding: 5px;
}


#mobile-nav ul li ul {
	display: none;
	width: 100%;
	margin-top: 10px;
	margin-left: -5px;
	font-size: 12px !important;
}


/* Columns */
.one_half {
	width: 480px;
	float: left;
}

.three_of_five {
	width: 576px;
	float: left;
}

.one_third {
	width: 250px;
	height: 200px;
	margin-right: 30px;
	float: left;
}

.one_third_last {
	width: 300px;
	height: 200px;
	margin-right: 0px;
	float: right;
}

.two_thirds_last {
	width: 630px;
	height: 200px;
	margin-right: 0px;
	float: right;
}

.two_thirds_last_flo {
	width: 630px;
	height: 200px;
	margin-right: 0px;
	float: right;
	padding-bottom: 150px !important;
}



/* Spacers */
.spacer_40 {
	height: 40px; 
	width: 100%;
}

.divider {
	width: 100%;
	height: 400px;
	background-image: url(images/1994.jpg);
	background-size: cover;
}

/* Styles */

button {
	border: 1px solid #333333;
	background-color: #f7f7f7;
	color: #656565;
	font-family: 'Open Sans';
	font-size: 15px;
	font-weight: 400;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	-webkit-transition: all  150ms ease-in-out;
	-moz-transition: all  150ms ease-in-out;
	-ms-transition: all  150ms ease-in-out;
	-o-transition: all  150ms ease-in-out;
}

button:hover {
	background-color: #333333;
	color: #f7f7f7;
	cursor: pointer;
	
	-webkit-transition: all  150ms ease-in-out;
	-moz-transition: all  150ms ease-in-out;
	-ms-transition: all  150ms ease-in-out;
	-o-transition: all  150ms ease-in-out;
}

input[type="button"] {	
	cursor: pointer;
}

.red {
	color: #e30513;
	text-transform: uppercase;
}

.yellow {
	color: #F1DF01;
	text-transform: uppercase;
}

.blue {
	color: #2570A3;
	text-transform: uppercase;
}

.green {
	color: #0F8660;
	text-transform: uppercase;
}

.purple {
	color: #7D17AA;
	text-transform: uppercase;
}

.panel-grid img {
	margin-top: 15px;
	/*border: solid medium #F7F7F7; */
}

.border {
	margin-top: 15px;
	border: solid medium #F7F7F7;
}

/* Background Images Exciter */
#impressum {
	background-image: url(images/exciter_impressum.jpg);
}

#mitarbeiter {
	background-image: url(images/exciter_mitarbeiter.jpg);
}

#malerwerkstaette {
	background-image: url(images/exciter_malerwerkstaette.jpg);
}

#lackiererwerkstaette {
	background-image: url(images/exciter_lackiererwerkstaette.jpg);
}

#beschriftungswerkstaette {
	background-image: url(images/exciter_beschriftungswerkstaette.jpg);
}

#zertifikate {
	background-image: url(images/exciter_zertifikate.jpg);
}

#florian {
	background-image: url(images/exciter_florian.jpg);
}



/* Aktuelles */

.post-wrapper {
	width: 960px;
	height: auto;
	padding-top: 45px;
	padding-bottom: 30px;
	border-bottom: solid 2px #f7f7f7;
}

.post-image {
	width: 960px;
	height: 400px;
	overflow: hidden;
}

.post-image img {	
	-webkit-transition: all  150ms ease-in-out;
	-moz-transition: all  150ms ease-in-out;
	-ms-transition: all  150ms ease-in-out;
	-o-transition: all  150ms ease-in-out;
}

.post-image img:hover {
	opacity: 0.8;
	
	-webkit-transition: all  150ms ease-in-out;
	-moz-transition: all  150ms ease-in-out;
	-ms-transition: all  150ms ease-in-out;
	-o-transition: all  150ms ease-in-out;
}

.post-title {
	font-family: "Open Sans";
	margin-top: 20px;
	font-size: 20px;
}

.post-date {
	font-size: 13px;
	margin-top: 5px;
}

.post-excerpt {
	margin-top: 10px;
}

/* Team */
#team-helper {
	width: 991px;
}

.team-member {
	width: 300px;
	height: 350px;
	float: left;
	margin-right: 30px;
	margin-bottom: 15px;
}

.team-image img {
	width: 300px;
}

.team-name {
	font-family: "Open Sans";
	font-weight: lighter;	
	font-size: 19px;
}

.team-desc {
	font-size: 14px;
}


/* --------- PORTFOLIO SINGLE-PORTFOLIO LAYOUT ------------------ */

#container-portfolio {
	float: left;
	width: 520px;
	height: auto;
	margin-left: 40px;
}

#container-portfolio-full {
	float: left;
	width: 1000px;
	height: auto;
	margin-left: 40px;
}

#sidebar-portfolio {
	width: 420px;
	height: auto;
	margin-left: 600px;
}

.portfolio-item {
	float:left;
	width: 320px;
	height: 400px;
	margin-right: 10px;
	margin-bottom: 10px;
	height: auto;
	overflow: hidden;
}

.portfolio-item img {
	height: 400px;
	width: auto;
	margin-left: -225px;
	
}

.portfolio-item-title {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom:10px;
	width: 320px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: rgba(204,204,204,1);
}

.mask {
	position: absolute;
	opacity: 0;
	width: 300px;
	height: 380px;
	background-color: rgba(204,204,204,0.4);
	z-index: 9999;
	-webkit-transition: all  400ms ease-in-out;
	-moz-transition: all  400ms ease-in-out;
	-ms-transition: all  400ms ease-in-out;
	-o-transition: all  400ms ease-in-out;
	transition: all  400ms ease-in-out;
	background-image: url(images/plus.png);
	background-repeat: no-repeat;
	background-position: center center;
	border: 10px solid rgba(255,255,255,0.2);
}

.portfolio-item:hover > a .mask {
	opacity: 1;
	
	-webkit-transition: all  400ms ease-in-out;
	-moz-transition: all  400ms ease-in-out;
	-ms-transition: all  400ms ease-in-out;
	-o-transition: all  400ms ease-in-out;
	transition: all  400ms ease-in-out
}

#other-works {
	width: 1000px;
	position: relative;
	height: auto; 
	margin-left: 40px;
	margin-bottom: 50px;
}

#portfolio-meta {
	position: relative;
	margin-top: 10px;
	margin-left: 20px;	
	width: 400px;
	height: auto;
	padding: 20px;
	padding: 20px;
}

.meta-title {
	font-size: 18px;
	width: 100%;
	border-bottom:thin solid;
	text-transform: uppercase;
	padding-bottom: 2px;
}

.meta-text {
	font-size: 14px;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 15px;
}

#meta-entry {
	position: relative;
}

#entry, .textwidget {color: #333 !important;}


#controls {
	left: 953px;
	top: 2px;
	float: right;
	position: absolute;
}

.portfolio-content {
	position: relative;
	float: left;
	margin-top: 30px;
	margin-left:40px;
	width: 980px;
	
}

/* DEFAULT STYLES */

a img {border: none; }

select {
	-webkit-appearance: button;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	-webkit-padding-end: 20px;
	-webkit-padding-start: 2px;
	-webkit-user-select: none;
	
	-moz-border-radius: 3px;
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	-moz-padding-start: 2px;
	-moz-padding-end: 3px;
	-moz-user-select: none;
	
	background-image:-webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
	background-position: right center;
	background-repeat: no-repeat;
	border: 1px solid #AAA;
	color: #555;
	font-size: inherit;
	overflow: hidden;
	padding-top: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	width: 220px;
}
* :focus { outline: 0; }

ul,li,ol {
	list-style-type: none;
}

img.alignleft,
img.alignright {}
.alignright { float: right }
.alignleft { float: left }
.aligncenter { text-align: center }
img.alignleft {
	margin-top: 5px;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-left: 0;}

img.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 p.wp-caption-text {
    font-size: 10px !important;
    margin: 0 !important;
    padding: 3px 0 0 0!important;
}
.gallery-caption { text-align: center }
.gallery-item {
    width: 133px !important;
	height: 133px;
    margin-right: 15px;
    margin-bottom: 15px;
}
.gallery-icon { width: 125px }
.gallery-item img {
    width: 133px;
    height: auto;
    border: solid 2px rgba(255, 255, 255, .70) !important;
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 5px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 5px;
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 5px;
	moz-box-shadow: 1px 1px 5px #6b6b6b;
	-webkit-box-shadow: 1px 1px 5px #6b6b6b;
	box-shadow: 1px 1px 5px #6b6b6b;
}
.sticky {}
.bypostauthor {}

#entry ul {white-space: pre; margin-right: 10px; margin-bottom: 25px; float: none;}
#entry ul li {margin-left: 10px; list-style: disc; display: list-item; line-height: 12px;}

#entry ol {white-space: pre; margin-right: 10px; margin-bottom: 25px; float: none;}
#entry ol li {margin-left: 10px; list-style: decimal ; display: list-item; line-height: 12px;}




/* CONTACT FORM */
#contact-content {
	position: relative;
	width: 500px;
	min-height: 550px;
	padding-right: 25px;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: rgba(204,204,204,1);
	padding-bottom: 100px;
}
#contact-form {
	margin-left: 550px;
	height: auto;
	position: absolute;
	top: 30px;
	padding-left: 25px
}

#commentform,
.wpcf7-form {
	width: 508px;
}
form a {
	color: #ffa20f;
}
input,
textarea {
	border: 0px solid #303030;
	color: #333333;
	margin-top: 3px;
	padding: 10px;
	background-color: #F7F7F7;
	width: 500px;
}
textarea {
	height: 190px;
}

/* Absendebuttons */
#submit,
#csubmit {
	color: #ffffff;
	margin-top: 20px;
	
}
form small {
	text-transform: normal;
}

.wpcf7-submit{
	border: 0px solid #303030;
	color: #333333;
	margin-top: 3px;
	padding: 10px;
	background-color: #F7F7F7;
	width: 200px;
	
	-webkit-transition: all  150ms ease-in-out;
	-moz-transition: all  150ms ease-in-out;
	-ms-transition: all  150ms ease-in-out;
	-o-transition: all  150ms ease-in-out;
}
.wpcf7-submit:hover{
	border: 0px solid #303030;
	color: #f7f7f7;
	margin-top: 3px;
	padding: 10px;
	background-color: #333333;
	width: 200px;
	
	-webkit-transition: all  150ms ease-in-out;
	-moz-transition: all  150ms ease-in-out;
	-ms-transition: all  150ms ease-in-out;
	-o-transition: all  150ms ease-in-out;
}