/*
Theme Name: 400V Industriefotografie
Theme URI: http://www.400v.de
Author: Ingo Stephan
Author URI: http://www.ingostephan.de
Description: Dieses Theme ist gemacht für 400V Industriefotografie
Version: 1.0
Tags: 
Text Domain: 
*/

@charset "UTF-8";
/* CSS Document */

@font-face { font-family: 'ITCOfficina_light'; src: url('fonts/OfficinaDisplayITCStd-Light.otf') format('opentype'); }
@font-face { font-family: 'ITCOfficina_bold'; src: url('fonts/OfficinaDisplayITCStd-Bold.otf') format('opentype'); }

* {
	margin:0;
	padding:0;
}
html, body {
	height:100%;
}

body {
	margin:0;
	padding:0;
    font-family: 'ITCOfficina_light';
    font-weight: 300;
    font-size:1.1em;
    color:#7b7b7b;
    line-height: 1.5em;
}

h1 {
    font-size: 60px;
    font-family: 'ITCOfficina_light';
    font-weight: 300;
    line-height: 1em;
    padding-bottom:20px;
}

h1 b {
    color: #962541;

}

h2 {
    font-size: 25px;
    font-family: 'ITCOfficina_light';
    font-weight:300;
    line-height: 1em;
    color: #962541;
    padding:20px 0 5px 0;
}

h2 a {
    color: #962541;
}

h2 a:hover {
    color:#000;
}

h3 {
    font-size: 20px;
    font-family: 'ITCOfficina_light';
    font-weight: 300;
    line-height: 1em;
    padding-bottom:5px;
}

h4 {
    font-size: 16px;
    font-family: 'ITCOfficina_light';
    font-weight: 700;
    line-height: 1em;
    letter-spacing: 5px;
    text-transform: uppercase;
}

h5 {
    font-size: 16px;
    font-family: 'ITCOfficina_light';
    font-weight: 300;
    line-height: 1.3em;
    letter-spacing: 1px;
    text-transform: uppercase;
}

a {
    text-decoration: none;
}

i {
    font-size: 0.9em;
    padding-right:10px;
}

ul, li {
    margin:0;
    padding:0;
    list-style: none;
}

b, strong {
    font-weight: 700;
}

p {
    padding-bottom: 15px;
}

#line {
    width:100%;
    border-bottom:1px dashed #c6c6c6;
    margin:0;
}

#container_slider {
    display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;  
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#container_head {
    position: fixed;
    background-color: rgba(255,255,255,1);
    width:100%;
    height:85px;
    z-index: 9998;
}

#head {
    margin: 0 auto;
    position: relative;
    max-width:1480px;
    padding: 0 40px;
}

#head #navigation {
    position:absolute;
    display:inline-block;
    top:0;
    right:10px;
    z-index: 9998;
}

#head #navigation i {
    font-size:13px;
    color:#962541;
    padding-right:5px;
    font-weight: 300;
}

#head #logo {
    position:relative;
    z-index: 9000;
    padding-top:20px;
    width:312px;
    height:auto;
}

#head #logo img {
    width:100%;
}

#container_slider {
    position: relative;
    padding-top:85px;
}

#container_slider #overlay {
    position:absolute;
    text-align:center;
    margin:-50px 20% 0 20%;
    z-index: 9998;
    color:#000;
    width:60%;
}

#container_content {
    position: relative;
    padding:180px 40px 10px 40px;
    max-width:1480px;
    margin: 0 auto;
}

#container_content #content {
    position: relative;
    column-count: 2;
    column-gap: 20px;
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    width:50%;
}

#container_projects {
    position: relative;
	max-width: 1560px;
	margin: 0 auto;
}

#container_masonry {
    position: relative;
	margin: 0 20px 0 40px;
}

.item { 
  	width: 25%;
}

.grid-sizer {
  	width: 25%;
}

#projektbox {
    margin-right:20px;
    margin-bottom:20px;
    padding-bottom:15px;
    border-bottom:1px dashed #c6c6c6;
}

#projektbox #thumbnail {
    position: relative;
    width:100%;
    height:100%;
    background-color: rgb(151, 38, 66);
    overflow: hidden;
}

#projektbox img {
    width:100%;
    height:auto;
    display: block;
    -webkit-transition:all 0.4s ease;
       -moz-transition:all 0.4s ease;
         -o-transition:all 0.4s ease;
            transition:all 0.4s ease;
}

#projektbox #thumbnail:hover img.attachment-medium {
    opacity:0.15;
	-webkit-transform:scale(1.2); /* Safari and Chrome */
       -moz-transform:scale(1.2); /* Firefox */
        -ms-transform:scale(1.2); /* IE 9 */
         -o-transform:scale(1.2); /* Opera */
            transform:scale(1.2);
}


#thumbnail #overlay img {
    position: absolute;
    width:50%;
    left:50%;
    margin-left: -25%;
    top:50%;
    margin-top: 0%;
    opacity:0;
}

#thumbnail:hover #overlay img {
    margin-top: -8%;
    opacity:0.3;
}

#thumbnail #pfeil img {
    position: absolute;
    width:10%;
    height:auto;
    left:50%;
    margin-left: -5%;
    bottom:0;
    margin-top: -1px;
    opacity: 1;
    z-index: 90;
}
   
#thumbnail:hover #pfeil img {
    bottom: -10%;
    opacity: 1;
}

#thumbnail #video_overlay img {
    position: absolute;
    width:26%;
    left:50%;
    margin-left: -13%;
    top:50%;
    margin-top: -8%;
    opacity:1;
    z-index: 80;
}
#thumbnail:hover #video_overlay img {
    opacity:0;
}

#thumbnail i {
    font-weight: 100;
}

#bloginfo {
    font-size:12px;
    color: #7d7d7d;
    padding-bottom:5px;
    font-weight: 400;
}

#bloginfo i {
    font-size: 0.9em;
    padding-right:5px;
}

#container_footer {
    position: relative;
    width:100%;
    margin-top:50px;
    background-color:#f9f9f9;
}

#footer {
    position: relative;
    margin: 0 auto;
    padding:50px 40px;
    max-width:1480px;
    border-top: 0px dashed #c6c6c6;
}

#footer #footerbox_01,
#footer #footerbox_02,
#footer #footerbox {
    position:relative;
    float: left;
    width: 22%;
}

#footer #bloginfo {
    margin-top:-5px;
}

#footer #spacer_c,
#footer #spacer {
    float: left;
    width: 4%;
}

#line {
    position: relative;
    width:100%;
    border-bottom:1px dashed #c6c6c6;
    height:10px;
    margin-bottom: 15px;
}

#sidebar_latest a,
#footer a {
    color: #7b7b7b;
    text-decoration: none;
}

#sidebar_latest a:hover,
#footer a:hover {
    color: #962541;
}

.post-date {
    font-size: 12px;
    text-transform: uppercase;
}

.post-date::before {
    content:"/ ";
    text-transform:none;
}

#container_abbinder {
    position: relative;
    width:100%;
    background-color:#7b7b7b;
}

#abbinder {
    position: relative;
    margin: 0 auto;
    padding:10px 20px;
    max-width:1480px;
    font-size:13px;
    color: #f2f2f2;
}

#abbinder p {
    padding-bottom: 0px;
}


#abbinder a {
    color: #f2f2f2;
    text-decoration: none;
}

#abbinder a:hover {
    color: #b2b2b2;
    text-decoration: none;
}

#abbinder #links {
    float:left;
}

#abbinder #rechts {
    float:right;
}

#abbinder #rechts ul {
    float:right;
}

#abbinder #rechts ul li {
    float:left;
    padding: 2px 0 0 10px;
}

/* ---------------------------  Project  ------------------------------- */

#container_single {
    position: relative;
	max-width: 1480px;
    padding: 130px 40px 0 40px;
	margin: 0 auto;
    overflow: hidden;
}

#container_single #spacer {
    position: relative;
    float: left;
    width:3%;
}

#ueber_single_content,
#single_content {
    position:relative;
    float:left;
    padding-top:0px;
    width:22%;
    z-index: 100;
}

#ueber_single_content a,
#single_content a {
    color: #000000;
}

#ueber_single_content a:hover,
#single_content a:hover {
    color: #962541;
}

#ueber_single_content h2,
#single_content h2 {
    font-size: 40px;
    font-family: 'ITCOfficina_light';
    font-weight: 300;
    line-height: 1em;
    padding:0 0 20px 0;
    margin-bottom:25px;
    border-bottom:1px dashed #c6c6c6;
    color: #7b7b7b;
}

#single_slider {
    position:relative;
    float:left;
    width:75%;
}

.flexslider {
    margin:0 auto !important;
    padding:0  !important;
    max-width:1560px !important;
    text-align: center !important;
    border-radius: 0 !important;
}

.metaslider .caption {
    margin-top:10px !important;
    font-size: 14px !important;
    padding: 5px 10px;
    word-wrap: break-word;
}

.metaslider .caption-wrap {
    position: relative !important;
    bottom: 0;
    left: 0;
    background: none !important;
    color: #7d7d7d !important;
    opacity: 1 !important;
    margin: 0;
    display: inline-block !important;
    width: auto !important;
    line-height: 1.4em;
}

.flex-direction-nav a {
    margin-top:-30px !important;
}

.flex-control-paging li a {
    width: 11px; 
    height: 11px; 
    display: block; 
    background: #666; 
    background: rgba(255,255,255,0.7) !important; 
    cursor: pointer; 
    text-indent: -9999px; 
        -webkit-border-radius: 20px; 
        -moz-border-radius: 20px; 
        -o-border-radius: 20px; 
    border-radius: 20px; 
    box-shadow: inset 0 0 0 rgba(0,0,0,0) !important;
}

.flex-control-paging li a:hover { 
    background: #333; 
    background: rgba(255,255,255,0.9) !important; 
}

.flex-control-paging li a.flex-active { 
    background: #962541; 
    background: rgba(150,37,65,1) !important; 
    cursor: default; 
}

.flex-control-nav {
	bottom: 55px !important;
    z-index: 10 !important;
}

.video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/* -----------------------------  Über 400V  -------------------------------- */

#container_ueber {
    position: relative;
	max-width: 1480px;
    padding: 200px 40px 0 40px;
	margin: 0 auto;
    overflow: hidden;
}

#container_ueber #spacer {
    position: relative;
    float: left;
    width:4%;
}

#ueber_single_content {
    padding-right: 3%;
}

#ueber_content {
    position:relative;
    float:left;
    padding-top:0px;
    width:48%;
    background-color:rgba(255,255,255,1);
    z-index: 100;
}

#kunden_content i,
#ueber_content i {
    font-size: 0.8em;
    padding-right:10px;
    color:#962541;
}

#ueber_content img {
    width:100%;
    height:auto;
    padding-bottom:20px;
}

#kunden_content h1,
#ueber_content h1,
#impressum_content h1{
    font-size: 40px;
    font-family: 'ITCOfficina_light';
    font-weight: 300;
    line-height: 1em;
    padding-bottom:20px;
    margin-bottom:25px;
    border-bottom:1px dashed #c6c6c6;
}

#impressum_content {
    position:relative;
    float:left;
    padding-top:0px;
    width:75%;
    background-color:rgba(255,255,255,1);
    z-index: 100;
}

#impressum_content a {
    color:#7b7b7b;
    text-decoration: underline;
}

#impressum_content a:hover {
    color:#962541;
}

#impressum_content ul {
    margin-bottom: 1rem;
}

#impressum_content ul li {
    list-style-type: disc;
    margin-left: 1.1rem;
}

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

#kontakt_content {
    float: left;
    width:47%;
}

#kontakt_content spacer {
    float: left;
    width:6%;
}

#kontakt_content a {
    font-family: 'ITCOfficina_light';
    font-weight: 300;
    font-size:16px;
    color:#7b7b7b;
}

#kontakt_content a:hover {
    color:#962541;
}

#kontakt_content i {
    font-size: 0.8em;
    padding-right:5px;
}    

#ueber_content form p {
    margin-bottom:5px;
}

#ueber_content.form img {
    width:inherit;
}

#ueber_content input,
#ueber_content textarea {
	width:96%;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight:300;
	padding: 8px 2%;
	font-size:18px;
    background-color:#f2f2f2;
    border:0;
}

#ueber_content textarea {
	resize: none;
	font-size:1em;
	height:100px;
}

#ueber_content .wpcf7-submit {
    width:inherit;
    background-color:#f2f2f2;
    margin-top:10px;
    padding:9px 15px;
    font-size: 11px;
    letter-spacing: 3px;
    font-weight: 700;
    color:#7b7b7b;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition:all 0.3s ease;
       -moz-transition:all 0.3s ease;
         -o-transition:all 0.3s ease;
            transition:all 0.3s ease;
}

#ueber_content .wpcf7-submit:hover {
	background-color: #962541;
    color:#fff;
	cursor: pointer;
}

.wpcf7-form-control {
    border-bottom: 0px dotted #7b7b7b !important;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14 !important;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #962541 !important;
}

div.wpcf7-spam-blocked {
	border: 2px solid #962541 !important;
}

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

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

#ueber_content #text_klein {
    float:right;
    font-size: 12px;
}

/* ---------------------------  Kunden  ------------------------------- */

#kunden_single_content {
    position:relative;
    float:left;
    width:22%;
    z-index: 100;
    padding-right:3%;
}

#kunden_content {
    position:relative;
    float:left;
    width:75%;
}

.gallery { margin: 0 auto; }
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 20%;
    height: auto;
    background-color:#f9f9f9;
}
.gallery-columns-0 .gallery-item { width: 20%; }
.gallery img {
	padding: 0px;
    display: block;
    border-left:1px solid #fff;
    border-top:1px solid #fff;
}

.gallery-columns-0 .attachment-full {
	max-width: 100%;
	height: auto;
}

.gallery .gallery-caption {
	display:none;
}
.gallery dl, .gallery dt { margin: 0; }
.gallery br+br { display: none; }


/* -----------------------------  Blog  -------------------------------- */

#container_blog {
    position: relative;
    margin: 0 auto;
    max-width:1480px;
    padding:200px 40px 0 40px;
}

#container_blog h1 {
    font-size: 40px;
    font-family: 'ITCOfficina_light';
    font-weight: 300;
    line-height: 1em;
    padding-bottom:20px;
    margin-left:-5px;
}

#blog_content {
    position: relative;
    width:70%;
    float: left;
}

.cases img.alignleft,
#blog_content img.alignleft {
    position:relative;
    float:left;
    width:50%;
    height:auto;
    margin:10px 20px 10px 0;
}

#blog_content .wp-caption.alignleft {
    width:50% !important;
    float:left;
    font-size: 0.85em;
    color:#000;
    margin:10px 20px 10px 0;
}

#blog_content .alignleft img {
    position:relative;
    width:100%;
    height:auto;
    margin-bottom:5px;
}

.cases img.alignright,
#blog_content img.alignright {
    position:relative;
    float:right;
    width:50%;
    height:auto;
    margin:10px 0 10px 20px;
}

#blog_content .wp-caption.alignright {
    width:50% !important;
    float:right;
    font-size: 0.85em;
    color:#000;
    margin:10px 0 10px 20px;
}

#blog_content .alignright img {
    position:relative;
    width:100%;
    height:auto;
    margin-bottom:5px;
}

.wp-caption.aligncenter {
    width:100% !important;
    font-size: 0.85em;
    color:#000;
}

#blog_content .aligncenter img  {
    position:relative;
    width:100%;
    height:auto;
    margin-bottom: 5px;
}        

.cases img.aligncenter,
#blog_content img.aligncenter {
    position:relative;
    width:100%;
    height:auto;
}    

#blog_content #bloginfo {
    padding: 0;
    font-size: 1em;
}

#blog_content hr {
    height:3px;
    width:60px;
    background-color: #962541;
    border:0;
    margin:40px 0 45px 0;
}

#blog_sidebar {
    width:30%;
    float: left;
}

#sidebar_content {
    padding-left:20px;
    margin-left:20px;
}

#sidebar_latest {
    padding-bottom:10px;
    margin-bottom:20px;
    font-size:14px;
    line-height: 1.4em;
    border-bottom:1px dashed #c6c6c6;
}

#sidebar_latest img {
    width:90px;
    padding-right:10px;
    height:auto;
    float:left;
}

#sidebar_latest a {
    color: #962541;
    text-decoration: none;
}

#sidebar_latest a:hover {
    color: #000;
}

#sidebar_latest i {
    font-size: 0.9em;
    padding-right:5px;
}

/* -----------------------------  Cases  -------------------------------- */

ul#menu-ueberunsmenu li, ul.menucases li { border-bottom:1px dashed #c6c6c6; }
ul#menu-ueberunsmenu li a, ul.menucases li a { font-size: 1.2em; padding: 7px 0; display: block; }
ul#menu-ueberunsmenu i, ul.menucases i { color: #962541; }

/* ---------------------------  reCAPTCHA  ------------------------------ */

.grecaptcha-badge {
	display:none;
}

/* -----------------------------  ab 1500  -------------------------------- */

@media screen and (min-width: 1580px) {
    
#container_content #content {
    column-count: 3;
    column-gap: 20px;
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    width:60%;
}
    
.item { 
  	width: 20%;
 }

 .grid-sizer {
  	width: 20%;
 }
    
}


/* -----------------------------  ab 1200  -------------------------------- */

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


#container_single #spacer {
    width:3%;
}

#single_content {
    font-size: 14px;
    line-height: 18px;
}

#single_content h1 {
    font-size: 35px;
    padding-bottom:10px;
    margin-bottom:15px;
}
    
#container_content #content {
    width:66.66%;
}
    
.item { 
  	width: 33.33%;
 }

 .grid-sizer {
  	width: 33.33%;
 }
    
.gallery .gallery-item {
	width: 25%;
}
.gallery-columns-0 .gallery-item { width: 25%; }
    
}


/* -----------------------------  bis 1023  -------------------------------- */

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

    
#single_content {
    padding-top:30px;
    width:100%;
    font-size: 16px;
    line-height: 1.5em;
}

#single_content h1 {
    font-size: 45px;
    padding-bottom:20px;
    margin-bottom:25px;
}

#single_slider {
    width:100%;
}

#page_single_content,
#ueber_single_content {
    padding-top:30px;
    width:100%;
    font-size: 16px;
    line-height: 1.5em;
    padding-right: 0%;
    padding-bottom: 30px;
}

#page_single_content h1,
#ueber_single_content h1 {
    font-size: 60px;
}
    
#container_ueber #spacer {
    width:4%;
}

#ueber_content {
    padding-top:0px;
    width:48%;
}
    
#impressum_content {
    width:100%;
}
    
#impressum_content ul li {
    list-style-type: disc;
    padding-left: 1.2rem;
}
    
#kunden_content {
    width:100%;
}

#footer #footerbox_02,
#footer #footerbox {
    width: 30.65%;
    padding-bottom:20px;
}
 
#footer #footerbox_01,
#footer #spacer_c {
    display:none;
}

}


/* -----------------------------  bis 850  -------------------------------- */

@media screen and (max-width: 850px) {
    
#container_content #content {
    width:100%;
}
    
.item { 
  	width: 50%;
 }

 .grid-sizer {
  	width: 50%;
 }
    
#container_ueber {
    padding: 150px 5% 0 5%;
}
    
#blog_content {
    width:100%;
}
    
#blog_sidebar {
    display:none;
}
    
#ueber_content.form {
    width:100%
}
    
.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next,
.flex-control-nav {
    display:none !important;
}
    
}


/* -----------------------------  bis 767  -------------------------------- */

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

    
#footer #footerbox {
    width: 48%;
    padding-bottom:20px;
}
    
#footer #spacer_c {
    display: block;
}

#footer #footerbox_02,
#footer #spacer {
    display:none;
}
    
}

/* -----------------------------  bis 600  -------------------------------- */

@media screen and (max-width: 600px) {
    
body {
    font-size:16px;
    line-height: 1.3em;
}
    
h1 {
    font-size: 40px;
}

#container_head {
    height:85px;
}
    
#head {
    width:90%;
    padding: 0 5%;
}
    
#head #logo {
    position:relative;
    z-index: 9000;
    padding-top:20px;
    width:240px;
    height:auto;
}
    
#head #logo img {
    padding-top:5px;
}
    
#logo {
    position:relative;
}
    
#container_head #logo img {
    top:20px;
    left:20px;
}
    
#container_content {
    padding:130px 5% 10px 5%;
}
    
#container_masonry {
    position: relative;
	margin: 0 5%;
}
    
#projektbox {
    margin-right:0;
    margin-bottom:40px;
}
    
.item { 
  	width: 100%;
 }

 .grid-sizer {
  	width: 100%;
 }
    
#container_content #content {
    column-count: 1;
    column-gap: 0px;
    -moz-column-count: 1;
    -moz-column-gap: 0px;
    -webkit-column-count: 1;
    -webkit-column-gap: 0px;
    width:100%;
}
    
#container_footer {
    margin-top:0;
}
    
#footer {
    padding:30px 5% 0 5%;
}

#container_single {
    padding: 100px 5% 0 5%;
}

#ueber_content h1,
#single_content h1,
#page_content h1,
#container_blog h1 {
    font-size: 30px;
    line-height: 1.3em;
    padding-bottom:10px;
}

#container_blog {
    padding:100px 5% 0 5%;
}
    
#blog_content hr {
    margin:10px 0 25px 0;
}
      
#container_ueber {
    padding: 100px 5% 0 5%;
}
    
#container_ueber #single_content {
    padding-bottom: 30px;
}
    
#container_ueber #spacer {
    display:none;
}

#kunden_content,
#ueber_content {
    padding:0 0 30px 0;
    width:100%;
}
    
.gallery .gallery-item {
	width: 50%;
}
    
.gallery-columns-0 .gallery-item { 
    width: 50%; 
}

#kontakt_content {
    float: left;
    width:100%;
    padding-bottom:30px;
}

#kontakt_content spacer {
    display:none;
}
    
}