/*
Theme Name: Port
Theme URI: http://themetrust.com/port
Description: A Sleek and Sylish Agency Theme
Version: 1.1.1
Author: ThemeTrust
Author URI: http://themetrust.com
Tags: portfolio, responsive, blog, clean, minimal, white, two-columns, threaded-comments, translation-ready, custom-menus

TABLE OF CONTENTS

01 - Reset
02 - Global
03 - General Layout
04 - Header
05 - Content
06 - Slideshow
07 - Sidebar
08 - Widgets
09 - Comments
10 - Pagination
11 - Footer
12 - Media Queries
13 - Eigene Anpassungen ab Zeile 666


*/

/* /////////////////////////////////////////////////////////////////////
//  01 - Reset
/////////////////////////////////////////////////////////////////////*/

/**

 HTML5 & 4 reset stylesheet
 Adapted from YUI & HTML5 Doctor
 v1.0

**/


html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,img,abbr,acronym,address,big,cite,code,del,dfn,em,font,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,hgroup,menu,nav,summary,time,mark,audio,video,header,footer {
    margin:0;
    padding:0;
    border:0;
    font-weight:inherit;
    font-style:inherit;
    font-size:100%;
    font-family:inherit;
    vertical-align:baseline;
    background:transparent;
}

html {
    -webkit-font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
    -webkit-text-size-adjust:none;
    -ms-text-size-adjust:none;
	overflow-y: scroll;
	overflow-x:hidden;
}

ol,ul {
	list-style:none;
}

article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,img {
    display:block;
}

blockquote,q {
    quotes:none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration:line-through;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

strong{font-weight:bold;}
em{font-style:italic;}

input,
select {
    vertical-align:middle;
}

table {
	border-collapse:separate;
	border-spacing:0;
}
caption,
th,
td {
	text-align:left;
	font-weight:normal;
}

input {
	vertical-align:middle;
}
img,
object,
embed {max-width: 100%;}

.homeSection img,
.post p img,
.page p img,
.project p img,
.postThumb,
div.wp-caption img {
	max-width: 100% !important;
	height: auto;
}

.wp-caption {
	max-width: auto !important;
	width: auto !important;
}

.wp-caption-text {
	padding: 5px 0 0 0;
	font-style: italic;
    font-size: 14px;
    text-align: left;
}

/* Isotope ----------- */

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

.isotope-item {
	z-index: 2;
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}

.fade {
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}

.fade:hover {
   opacity: 0.5;
}


/* /////////////////////////////////////////////////////////////////////
//  02 - Global
/////////////////////////////////////////////////////////////////////*/

body {
	font-size: 100%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	width:auto; height:auto;
	margin: 0;
	color: #6a6a6a;
	background: #f1f0f0;
	font-weight: normal;
}

p {
	line-height: 1.7em;
	font-size: 1em;
	margin: 0 0 20px 0;
	font-weight: normal;
	font-style: normal;
}

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

li {
	margin: 0 0 0 0;
	padding: 0;
}

img {
	margin: 0;
	height:auto;
}

img.left {
	margin: 0 15px 15px 0;
	float: left;
}

a {
	text-decoration: none;
	outline: none;
}

a{
	color: #4da7ca;
}

a:hover {
	color: #4290ae;
}

a img {
	border:none;
}

h1, h2, h3, h4, h5, h6{
	margin: 0 0 15px 0;
	color: #1f1f1f;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align:right;
}

h1 {font-size: 2.5em;}
h2 {font-size: 2.2em;}
h3 {font-size: 1.9em;}
h4 {font-size: 1.6em;}
h5 {font-size: 1.3em;}

blockquote, address {
	margin: 0 0 30px 0;
	padding: 0 30px 0 30px;
	font-style: italic;
	font-size: 1.2em;
	font-family: Georgia, Times, "Times New Roman", serif;
	border-left: 5px solid #ccb676;
}

code {
    font-family: "Courier New", Courier, serif;
	overflow: auto;
	padding: 2px;
	background: #fff;
}

pre code {
	background: none;
}

pre {
    margin: 0 0 20px;
	padding: 10px;
	background: #f7f7f7;
	overflow: auto;
	border: 1px solid #e4e4e4;
	font-family: "Courier New", Courier, serif;
}

.left {
	float: left;
}

.right {
	float: right;
}

.meta {
	color: #b0b0ad;
}

.meta a{
	color: #7d7d7b !important;
}

.meta a:hover{
	color: #b0b0ad !important;
}

input[type="email"], input[type="text"], input[type="password"], textarea {
	background-color: #fafafa;
	padding: 15px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 0px;
	color: #6a6a6a;
	border: 1px solid rgba(0,0,0,.05);
	border-bottom: 2px solid rgba(0,0,0,.1);
	background:	#f7f7f7;
	font-size: .9em;
	-webkit-appearance: none;
}

input[type="text"]:focus {outline: none; background-color: #f7f7f7;}
textarea:focus {outline: none; background-color: #f7f7f7;}

textarea { width: 80%; line-height: 1.6em; }


/* Clearfix ----------- */

/* Some clearfix code from HTML5 Boilerplate */
.clearfix:before, .clearfix:after, .single-theme .features:before, .single-theme .features:after {
	content: "\0020";
	display: block;
	height: 0;
	visibility: hidden;
}

.clearfix:after, .single-theme .features:after {
	clear: both;
}

.clearfix, .single-theme .features {
	zoom: 1;
}

a.action {
	font-style: italic;
}

/* //////////////////////////////////////////////////////////////////////
//  03 - General Layout
//////////////////////////////////////////////////////////////////////*/

#container {
	width: 100%;
	margin: 0 auto;
	background: #fff;
	opacity: 0;
}

#middle {
	margin: 0 auto;
	background: #fff;
	
	position: relative;
	max-width: 62.5em !important;
	z-index: 100;
}

.home #inner {
	max-width: 62.5em !important;
	margin: 0 auto;
	padding-top: 40px;
}

body.home #middle {
	max-width: 100% !important;
	padding: 40px 0 0 !important;
}

body.home.has-banner #middle {
	padding: 0 0 !important;
}

body.home.blog.has-banner #middle {
	padding-top: 40px !important;
}

body.home.blog #middle {
	padding-top: 80px !important;
}

.page-template-page-portfolio-php #middle, .tax-skill #middle {
	padding: 0 !important;
	max-width: 100%;
}

.page-template-page-home-php #middle {
	padding: 0 !important;
	max-width: 100% !important;
}

.home #wrap {
	padding-top: 0 !important;
}

#main {
	margin: 0 auto 0;
	padding: 0 0 0;
	background: #fff;
}

#main.full {
	background: none;
}

#content {
	padding: 0 0 0 0;
	float: left;
	margin: 0 0px 0 0;
	position: relative;
	width: 62.5%;
}

#sidebar {
	width: 26.5%;
	float: right;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#footer {
	width: 100%;
	margin: 0 auto;
}

.twoThirds {
	width: 70%;
}

.oneThird {
	width: 30%;
}

/*////////////////////////////////////////////////////////////////////////
//  04 - Header
///////////////////////////////////////////////////////////////////////*/

#header{
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0!important;
}

.home #header{
	text-align: center;
}

#header .top .inside{
	padding: 20px 30px 20px 30px;
	margin: 0 auto !important;
	margin: 0 auto;
	position: relative;
}

.home.has-banner #header .top {
	background-color: transparent;
}

#header .bottom {
	width: 100%;
	background-color: #000;
	height: 100% !important;
}

#header .top {
	position:fixed;
	top:0;
	width: 100%;
	height: auto;
	z-index: 500;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

.admin-bar #header .top {
	top:32px;
}

#header .top.solid, #header .top, .has-banner #header .top.solid {
	background-color: #52a3ba;
}


/* Slide Menu */

#pageslide {
    /* These styles MUST be included. Do not change. */
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;

    /* Specify the width of your pageslide here vorher 260px */
    width: 30%;
    padding: 0 20px;

    /* These styles are optional, and describe how the pageslide will look */
    background-color: #333;
    color: #FFF;
    overflow: auto;
}

#slideNav {
	padding-top: 120px;
}

#slideNav #mainNav {
	margin-bottom: 30px;
}

#slideNav #mainNav li {
	display: block !important;
	margin: 0 20px 20px 20px;
	
}

#slideNav #mainNav ul ul{
	padding: 20px 0 0 10px;
}

#slideNav #mainNav li a {
	color: rgba(255,255,255,.5);
	font-weight: bold;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

#slideNav #mainNav li a:hover {
	color: rgba(255,255,255,1);
}

#mainNav ul li.current a,
#mainNav ul li.current-cat a,
#mainNav ul li.current_page_item a,
#mainNav ul li.current-menu-item a,
#mainNav ul li.current-post-ancestor a,
.single-post #mainNav ul li.current_page_parent a,
#mainNav ul li.current-category-parent a,
#mainNav ul li.current-category-ancestor a,
#mainNav ul li.current-portfolio-ancestor a,
#mainNav ul li.current-projects-ancestor a {
	color: rgba(255,255,255,1) !important;
}

.menuToggle {
	width: 40px;
	height: 40px;
	background: transparent url(images/menu.gif) no-repeat;
	background-size: 40px 40px !important;
	cursor: pointer;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -16px;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

.closeBtn {
	width: 40px;
	height: 40px;
	background: transparent url(images/close.png) no-repeat;
	background-size: 40px 40px !important;
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: 50px;
	margin-top: -16px;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	opacity: .5;
}

.closeBtn:hover {
	opacity: 1;
}

.menuToggle:hover {
	opacity: .8;
}

#logo {
	display: inline-block;
	margin: 0px 0 0 0;
	float: left;
	padding: 0;
}

#logo h1, #logo h3 {
	margin: 0 !important;
	line-height: 1em !important;
	padding: 0 !important;
	font-size: 1.5em;
	font-weight: bold;
	color: #fff;
}

#header h1 a, #header h1 a:hover,#header h3 a, #header h3 a:hover {
	color: #fff !important;
}

#slideNav .widgets {
	margin: 0 20px;
}
/*////////////////////////////////////////////////////////////////////
//  05.01 - eigene Anpassungen
////////////////////////////////////////////////////////////////////*/


#header .top .inside {padding:20px 0;}
.projectNav {display:none;}
#logo {width:30%; min-width:200px;}
.admin-bar #header .top {top:0px;}
#header .top {position:relative; width:62.5em;margin:0 auto;max-width:100%;}
#slideNav #mainNav li {font-size:20px !important;}
#scrollUp:hover {color:#1d1d1b;}
.parallax {  
    background-image: url("/wp-content/uploads/sites/3/2017/07/paralax-bild.jpg");
    min-height: 400px; width:100%;   
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	margin:0;
	opacity:0.9;
}
.parallax:first-child {margin:12.5% 0;}
.googleMaps {margin:12.5% 0;}


/*Anpassungen Startseiten*/



/*CAMPUS*/
.introText 	{margin:12.5% auto;text-align:center;}



.tel, .schreibuns, .tel-laufsteg, .laufstegSchreibUns, .tel-gueterbahnhof  {border:1px solid #fff; display:block;margin:0 auto; width:25%; text-align:center; top:170px; padding:20px 0;position:relative; color:#fff;white-space:nowrap; min-width:auto;}
a.tel:hover, .schreibuns:hover, .tel-laufsteg:hover, .laufstegSchreibUns:hover, .tel-gueterbahnhof:hover {background:rgba(106,106,106,0.5);color:#fff !important;}

.floatBox {width:calc(15vw); text-align:center; height:auto; position:relative;border:1px solid #b3b3b2; margin:10px auto;float:left; margin:12.5%;}
.border {max-width:1000px;margin:0 auto; width:100%; display:flex;justify-content:space-around;flex-wrap:wrap;}
#homePosts {width:62.5em;margin:0 auto;max-width:100%;}
#homeContent {margin-top:50px;}

.backgroundGrey p:last-child {margin:0;}





/*Anpassungen events */
.page-template-page-portfolio #middle {width:100%;}
#projects {margin-top:6.25%;}



/*Anpassungen events einzelseiten*/
.single-project h1 {position:fixed;bottom:0px;; width:100%; background:#f1f0f0;z-index:1000; left:0;padding:35px 0px !important; color:#000; line-height:1.2em !important;font-size:1.4em}
.single-project h1 small {display:block;font-size:0.5em;}
#gallery-1 .gallery-item:first-child img {width:25vw; height:25vw;}
#gallery-1 .gallery-item img {width:15vw; height:15vw;} 



/*Klassen für die quadratischen Bilder*/
.imageSquare				{position:relative;width:100%; max-width:100%;}
.imageSquare a 			{background-color:#000;display:block;}
.imageSquare a img 		{width:calc(100% - 2px); border:1px solid #6a6a6a; border-bottom:0;}
.imageSquare a img:hover {width:calc(100% - 2px); border:1px solid #6a6a6a; border-bottom:0; opacity:0.8}
.imageSquare .btn 		{font-size:0.9em;border:1px solid #6a6a6a; color:#6a6a6a;padding:1em; text-align:center; display:block;white-space: nowrap;overflow:hidden;text-overflow:"....";max-width:100%;background-color:#fff;}
.imageSquare p 			{margin:0;}
.imageSquare a.image		{	position: relative;	width: 100%;		/* desired width */}
.imageSquare a.image::before{	content: "";	display: block;	padding: calc(50% - 27px) 0;	width:100%;	text-align:center; 	position:absolute;	content:url("https://campus.bei-galfes.com/wp-content/uploads/sites/3/2017/07/mail-icon-1.png"); top:0; left:0;	background-color:rgba(0,0,0,0.8);	opacity:0;	transition:0.5s;}
.imageSquare a.image:hover::before {opacity:1}


.border .imageSquare{float:left; margin:12.5%;}
.middle .imageSquare {margin:0 auto; position:relative;}

.btn 		{font-size:0.9em;border:1px solid #6a6a6a; color:#6a6a6a;padding:1em; text-align:center; display:block;white-space: nowrap;overflow:hidden;text-overflow:"....";max-width:100%;background-color:#fff;}
.imageSquare .jobTitle {opacity:0;color:#fff;background-color:#000;position:absolute;left:0;bottom:0;width:calc(100% - 2em);border:0;transition:0.5s;}
.imageSquare:hover .jobTitle {opacity:1;}

/*Campus Logos*/
#containerLogos 				{max-width:62.5em; margin:0 auto;}
#containerLogos .imageSquare {float:left;width:16.66%; margin: 4.16%}
#containerLogos .imageSquare img {border:2px solid #f1f0f0}
#containerLogos .imageSquare:last-child:after {    content: ".";    clear: both;    display: block;    visibility: hidden;    height: 0px;}



#projects  #middle .imageSquare {margin:12.5%;width:25%; float:left;margin-bottom:0}
#homeBanner {background-color:#fff !important;}
#datenschutz {text-transform:lowercase}
#datenschutz * {text-align:left;}
/*.post-244 p, .post-244 h1, h2, h3, h4, h5, h6, .post-247 p, .post-247 h1, h2, h3, h4, h5, h6, .post-78 p, .post-78 h1, h2, h3, h4, h5, h6, .post-1033 p, .post-1033 h1, h2, h3, h4, h5, h6, .post-1037 p, .post-1037 h1, h2, h3, h4, h5, h6{text-transform:lowercase;text-align:left;}*/
#contentFullWidth .imageSquare a {display:inline-block;}
.single-post #contentFullWidth .imageSquare a {display:block;}
.wrapper {margin:12.5% 0; text-align:center;}
#homeContent .parallax:first-child {margin:0;}
#homeContent {width:62.5em; margin:0 auto;}

/*Response Seiten Darstellung anpassungen*/

.response {
    position: relative;
    width: 50%;
    padding-bottom: 50%;
	margin:0 auto;

}
.responseInner {
    position: absolute;
top: 0;  left: 0;
    width: 100%;
    height: 100%;

}
.responseInner::before {content:'';display:inline-block;height:100%;vertical-align:middle;}
.responseInner > * {vertical-align:middle;display:inline-block;}


/*BLOG*/
.projectLogo {margin-bottom:1.5em;}
.projectLogo img {width:150px; }


.post_info p, .post_excerpt p {} /* text-transform: lowercase;*/

.post_type1 {display:flex}	
.post_type1 .post_info{flex:0 0 64.66%;text-align:left;padding-right:2%;}	
.post_type1 .post_image{flex:0 0 31.33%;padding-left:2%;}	
.post_type1 h2.blogTitle {text-align:left;margin:1em 0 1em;}
.post_type1 p	{text-align:justify;}

.post_type2 {display:flex}	
.post_type2 .post_info{flex:0 0 31.33%;text-align:right;padding-right:2%;}	
.post_type2 .post_image{flex:0 0 31.33%;padding-left:1%;padding-right:1%}	
.post_type2 .post_excerpt {flex:0 0 31.33%;padding-left:2%;text-align:right}
.post_type2 h2.blogTitle {text-align:left;margin:1em 0 1em;}
.post_type2 p	{text-align:justify;}

.post_type3 {display:flex}	
.post_type3 .post_info{flex:0 0 64.66%; order:2;text-align:right;padding-left:2%;position:relative}	
.post_type3 .post_info .projectLogo img{float:right}	
.post_type3 .post_image{flex:0 0 31.33%; order:1;padding-right:2%;}	
.post_type3 h2.blogTitle {text-align:right;margin:1em 0 1em;}
.post_type3 p	{text-align:justify;}

#footer .secondary p {text-align:center;}
.btnIntext {font-size:0.9em;border:1px solid #6a6a6a; color:#6a6a6a;padding:1em; text-align:center; display:block;white-space: nowrap;overflow:hidden;text-overflow:"....";max-width:100%;background-color:#fff; width:25%;position:relative; right:0; float:right;}
.btnIntext:hover {color:#000;}

/*  Anpassung Social Share Icons */
.crunchify-social {display:flex;flex-direction:row;justify-content:space-between;}
.crunchify-social img {width:20px;height:20px; opacity:0.6}
.crunchify-social a:hover img {opacity:1}



/*  Anpassung Produktbild bei Bestellungsseite bei-galfes,Woo Commerce Anpassungen */
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {border:1px solid #6a6a6a; color:#6a6a6a !important; border-radius:none ;}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {border-radius:0 !important}
.woocommerce div.product .woocommerce-tabs ul.tabs li {border-radius:0 !important}
 .woocommerce-product-details__short-description p{text-align:right;}
.price {text-align:right;}
.woocommerce div.product .product_title {text-align:right;}
.woocommerce div.product p.cart {width:25%;position:absolute;right:0;}
.woocommerce div.product p.cart a {width:calc(100% - 2em); text-align:center;}
#tab-description p {text-align:right;}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {font-weight:normal;}
.blogPosts .imageSquare .btn {width:25%}
#requestPic .imageSquare {width:25%; margin:0 auto;}
#request .imageSquare img {position:relative;margin:0 auto; width:100%;}
#request {text-align:center;}
#request .button, #searchsubmit, input[type="submit"] {border:1px solid #6a6a6a !important; color:#6a6a6a !important}
.entry-summary * {margin-bottom:6.25%}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {border-bottom-right-radius:0;}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {border-bottom-left-radius:0;}
#tab-title-description {text-transform:lowercase}
.woocommerce .woocommerce-breadcrumb {text-transform:lowercase}



/*Die hochgestellten Punkte vor und nach dem Schriftzug*/
em 			{font-style:normal;}
em:before 	{content:"..";position:relative; top:-0.65em;padding-right:0.1em;}
em:after 	{content:"..";position:relative; top:-0.65em;padding-left:0.1em; }


/*BRANDS*/
.brandLogo	{position: relative; width: 25%; margin: 0 auto;}




/* Sonstige  */

.left {float:left;}
.right {float:right;}
.noneFloat {float:none;}
.clear{clear:both;}
.textLeft {text-align:left;}
.blogPosts .imageSquare a {border-bottom:1px solid #6a6a6a;margin-bottom:30px;}


/* Formulare */
.fscf-div-label {}
.fscf-div-field {width:50%; margin:0 auto;}
.fscf-div-field-left {}
.fscf-input-text, .fscf-button-submit {border-radius:0px !important;}
.fscf-div-submit, .fscf-div-field {}
.fscf-button-submit {width:25%; margin:0 auto; color:#6a6a6a; border:1px solid #6a6a6a;} 
.fscf-div-error {color:red;text-transform:lowercase;}
.fscf-input-text {width:calc(100% - 30px)}
.button, #searchsubmit, input[type="submit"] {color:#6a6a6a; border:1px solid #6a6a6a; background:transparent !important;}
.button, #searchsubmit, input[type="submit"]:hover {color:#6a6a6a;}
.response {border:1px solid #1d1d1b; text-align:center; }
.fscf-div-clear	{margin:12.5% auto}


.slideshow	{ margin: 12.5% auto;width:25% !important;}



/* individuelle Anpassung der Schreib uns Buttons */
/* ersetzt das aktuelle Schreib uns | javascript zum tauschen des Textes unter -->  /themes/portthemetrust/js/theme_trust.js */ 
.geschwistergalfeSchreibUns, .gueterbahnhofSchreibUns, .campusSchreibUns {border:1px solid #fff; display:block;margin:0 auto; width:25%; text-align:center; top:170px; padding:20px 0;position:relative; color:#fff;white-space:nowrap; min-width:auto;}
.geschwistergalfeSchreibUns:hover, .gueterbahnhofSchreibUns:hover, .campusSchreibUns:hover {background:rgba(106,106,106,0.5);color:#fff !important;} 

/*////////////////////////////////////////////////////////////////////
//  05 - Content
////////////////////////////////////////////////////////////////////*/

#content {
	margin: 0 auto 40px;
	padding: 0 0 0 0 !important;
	width: 68%;
	float: left;
}

#content .videoContainer { margin-bottom: 30px; }

#content.full {
	margin: 0 0;
	padding: 0 0 0 0 !important;
	width: 100% !important;
}

.home.blog #middle {
	margin: 0 30px;
}

#content.full.grid {
	margin: 0 0 20px 0%;
}

.home #content.full, .page-template-page-home-php #content.full {
	width: 100%;
}

.page-template-page-full-width-php #content {
	margin-bottom: 20px;
}

#content.fullProjects{
	width: 100%;
}

#content.twoThirds .page {
	width: 99%;
}

#content h1 a,
#content h2 a,
#content h3 a,
.widgetBox h3 a,
#slideshow .slideText h3 a,
#content h4 a,
#content h5 a{
	color: #2e3133;
}

#content h1 a:hover,
#content h2 a:hover,
#content h3 a:hover,
.widgetBox h3 a:hover,
#slideshow .slideText h3 a:hover,
#content h4 a:hover,
#content h5 a:hover{
	color: #a7a7a3 ;
}

#content .postThumb{
	margin: 0 ;
}

#pageHead {
	padding: 0 30px 0px;
	
	text-align: left;
	background: #fff;
}

#pageHead .inside {
	padding: 50px 0 40px;
	max-width: 62.5em;
	margin: 0 auto;
	position: relative;

}

#pageHead h1 {
	font-size: 1.8em;
	line-height: .7em;
	padding: 0;
	margin-bottom: 0;
}

#pageHead p {
	margin: 0!important;
	padding: 15px 0 0 0!important;
	color: #b2b2b2;
	line-height: 1em;
}

.page-template-page-portfolio-php #pageHead {
	margin-bottom: 0;
	padding-bottom: 0px;
}

.tax-skill #pageHead {
	margin-bottom: 0;
	padding-bottom: 60px;
}

h2.extraSpacing { padding-top: 10px; }

.boxItem {
	padding: 30px 0 15px;
}

/*Posts ------------------*/

.page #content .post {
	border: none;
}

.post .meta, .attachment .meta {
	margin: -5px 0 25px 0;
	padding: 0 0 0px 0;
	font-size: .85em;
	line-height: 1.5em;
}

#content .moreLink a {
	font-size: 1em;
	font-weight: bold;
}

#content .moreLink a:hover {

}

#content .post.lastPost {
	background: none;
}

#content .post {
	position: relative;
	padding: 100px 0;
}

.blog #content.full .post h2, .archive #content.full .post h2, #content.full .post h1, #content.full .post .meta, #content.full .post .moreLink {
	text-align: center;
}

.post.small .inside {
	background: #fff;
}

.post.small .inside .text {
	margin:  0 30px;
	padding: 30px 0 20px;
}

.search #content .post {
	min-height: 50px;
}

/*Home ------------------*/

#homeBanner {
	width: 100%;
	margin: 0 !important;
	background: #000;
}

#homeBanner #bannerText {
	margin: 0 30px;
	text-align: center;
	display: inline-block;
}

#homeBanner #bannerText .main{
	color: #fff;
	font-size: 3.5em;
	margin-bottom: 15px !important;
	line-height: 1em;
}

#homeBanner #bannerText .secondary {
	font-size: 1.5em;
	color: rgba(255,255,255,.5);
	margin-bottom: 0;
	line-height: 1em !important;
}

#homeBanner #bannerText .secondary p{
	line-height: 1em !important;
}

#homeBanner #bannerText .button {
	font-size: .6em;
}

#downButton {
	background: transparent url(images/arrow_down.png) center center no-repeat;
	background-size: 70px 37px !important;
	border-radius: 30px;
	width: 70px;
	height: 37px;
	position: absolute;
	bottom: 75px;
	z-index: 99;
	text-indent: -9999 !important;
	display: block;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: left !important;
	cursor: pointer;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	opacity: .7;
}

#downButton:hover {
	opacity: 1;
}

.homeSection {
	padding: 80px 0 50px;
}

.homeSection .viewAll {
	text-align: center;
	padding: 0 0;
	display: none;
	position: absolute;
	right: 0;
	bottom: 0;
}

.homeSection .viewAll .button{
	margin: 0 !important;
	background: transparent;
	color: #b4b4b4;
	border: 2px solid #b4b4b4;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;

}

.homeSection .viewAll .button:hover{
	background: transparent !important;
	border: 2px solid #4b4b4b;
	color: #4b4b4b;
}

.homeSection .sectionHead h3 {
	font-size: 2.8em;
	margin: 0 0 0 0;
	clear: both;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #2b2b2b;
}

.homeSection p{
	font-size: 1.5em;
}

.homeSection .sectionHead {
	padding: 0 0 15px!important;
	margin: 0 30px 30px;
	text-align: center;
	position: relative;
}

#projects.homeSection .sectionHead, #homePosts.homeSection .sectionHead {
	text-align: left;
}

.homeSection .sectionHead p{
	font-size: 1em;
	margin: 0;
}

.homeSection .sectionHead .inside{
	margin: 0 auto;
	max-width: 63.5em !important;
	position: relative;
}

/*Testimonials ------------------*/

#testimonials {
	padding: 80px 0 40px;
	width: 100%;
	max-width: none;
}

#testimonials .testimonials {
	margin: 0 auto !important;
	max-width: 1045px;
}

#testimonials .wrap { margin: 0 15px;}

#testimonials .small{
	float: left;
	width: 25%;
	display: none;
}

#testimonials img{
	max-width: 100% !important;
	height: auto;
	margin: 0 auto;
}

#testimonials .page p{
	text-align: center;
	font-size: .9em !important;
}

#testimonials .inside{
	margin: 0 15px;
}

#testimonials a{
	position: relative;
	display: block;
	text-align: center;
}

#testimonials .title {
	font-size: 1em;
	color: #000;
	font-weight: bold;
	text-align: center;
	width: 100%;
	margin-bottom: 10px;
	display: block;
}

#content .testimonial.small img{
	margin-bottom: 30px;
	border-radius: 190px;
}

#content .testimonial.small p{
	margin: 0 20px 20px 20px;
	font-size: .85em;
}

#testimonials.hasBackground .sectionHead h3{
	color: #fff;
}

#testimonials.hasBackground p{
	color: rgba(255,255,255,.5);
}

#testimonials.hasBackground .title{
	color: #fff;
}

#testimonials.hasBackground p{
	color: rgba(255,255,255,.5);
}

/*Featured Pages------------------*/

#featuredPages {
	background: #f9f9f9;
	padding: 150px 0 120px 0;
	width: 100%;
	max-width: none;
}

#featuredPages .wrap { margin: 0 15px; }

#featuredPages .pages {
	margin: 0 auto;
	max-width: 1045px;
}

#featuredPages .small{
	float: left;
	width: 33%;
	display: none;
}

#featuredPages img{
	max-width: 100% !important;
	height: auto;
	margin: 0 auto;
}

#featuredPages .page p{
	text-align: center;
	font-size: .9em !important;
}

#featuredPages .inside{
	margin: 0 15px;
}

#featuredPages a{
	position: relative;
	display: block;
	text-align: center;
}

#featuredPages .title {
	font-size: 1em;
	color: #000;
	font-weight: bold;
	text-align: center;
	width: 100%;
	margin-bottom: 10px;
	display: block;
}

#content .page.small img{
	margin-bottom: 20px;
}

#content .page.small p{
	margin: 0 20px 10px 20px;
	font-size: .8em;
}

#featuredPages.hasBackground .sectionHead h3{
	color: #fff;
}

#featuredPages.hasBackground p{
	color: rgba(255,255,255,.5);
}

#featuredPages.hasBackground .title{
	color: #fff;
}

#featuredPages.hasBackground p{
	color: rgba(255,255,255,.5);
}

/*Home Posts ------------------*/
#homePosts .wrap { margin: 0 15px; }

#homePosts .small{
	text-align: left !important;
	width:100% !important;
	
}
.titleBlog {text-align:right}
#homePosts .small .inside{
	padding: 0 0 !important;
}

#homePosts .small h2{
	font-size: 1.4em;
}

#homePosts p{
	font-size: .9em;
}

#homePosts .small .meta{
	text-align: left !important;
}

#homePosts .small .moreLink{
	text-align: left !important;
}

.homeSection .posts {
	margin: 0 auto;
	max-width: 1045px;
}

/*Home Content ------------------*/

#homeContent {
	width: 100%;
	overflow: hidden;
	
}

#homeContent .inside{
	width: auto;
	background: #f9f9f9;
}

#homeContent.homeSection {
	padding:0
}

#homeContent.homeSection .inside{
	padding: 0 30px ;
	max-width: 62.5em;
	margin: 0 auto;
}

#homeContent.homeSection p {
	
	font-size: 1em;
}

#homeContent {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

#homeContent p.big {
	font-size: 2.5em !important;
	line-height: 1.4em;
}

#homeContent p, #homeContent img{
	margin-bottom: 0 ;
}

.home #content, .home #middle {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

#homeContent.hasBackground * {
	color: #fff;
}

/*Projects------------------*/

#projects {
	padding: 0;
	display: block;
	position: relative;
	overflow: hidden;
}



.page-template-page-portfolio-php #projects {
	margin-bottom: 40px;
}

#projects.homeSection {
	padding-bottom: 50px;
	padding-top: 70px;
}

#projects .thumbs {
	margin: 0 auto;
	max-width: 1045px;
}

#content #projects li{
	padding: 0;
	background: none;
}

.thumbs .small, .isotope-item{
	display: block;
	position: relative;
	margin: 0 0 30px 0 !important;
	height: auto !important;
	padding-bottom: 0;
	text-align: center !important;
	zoom: 1;
}

#content .project.small img, .isotope-item img{
	
	
}

#content .project.small .inside{
	overflow: hidden;
}

#content .project.small p{
	text-align: center;
	font-size: .9em;
}

#content .small .inside{	
	width:100%;
}

.project.small .inside {
	text-align: center !important;
	position: relative;
}
#content .project.small a{
	position: relative;
	display: block;
	margin: 0 auto;
	-webkit-backface-visibility: hidden;
	color: #6a6a6a;
}

#content .project.small .title {
	font-size: 1em;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	display: block;
	position: absolute;
	top: 50%;
	margin: -20px auto 0 !important;
	width: 90%;
	left:5%;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	opacity: 0;
}

#content .project.small a:hover .title{
	opacity: 1;
	top: 50%;
	-webkit-backface-visibility: hidden;
}

#content .project.small .title span {
	display: inline-block;
	padding: 10px 12px 12px;
	border: 2px solid #fff;
	margin: 0 auto !important;
}

#content .project.small a img{
    transition-property: all;
    -webkit-transform: scale(1,1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 350ms;
    -moz-transform: scale(1,1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 350ms;
}

#content .project.small a:hover img{
    -webkit-transform: scale(1.2,1.2);
    -moz-transform: scale(1.2,1.2);
    position: relative;
  	opacity: .2;
}

.single-project #pageHead .inside {
	position: relative;
}

#content .project {
	width: 100%;
	margin-bottom: 40px;
}

.single-project .projectNav {
	text-align: center;
	right: 0;
	top: 50%;
	margin-top: -10px !important;
	position: absolute;
	height: 35px;
}

.projectNav div {
	float: right;
	margin-left: 5px;
	position: relative;
	display: inline-block;
}

.projectNav a{
	width: 35px;
	height: 35px;
	display: block;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

.projectNav a:hover{
	background-color: #ebebeb !important;
}

.projectNav div.next a{
	background: #f9f9f9 url(images/arrow_left.png) center center no-repeat;
}

.projectNav div.portfolio a{
	background: #f9f9f9 url(images/portfolio_icon.png) center center no-repeat;
}

.projectNav div.previous a{
	background: #f9f9f9 url(images/arrow_right.png) center center no-repeat;
}

#content .skillList{
	padding: 20px 0 20px !important;
	margin: 0 auto 20px !important;
	display: inline-block;
}

.skillList li{
	background: none;
	margin: 0 5px 5px 0 !important;
	display: inline-block;
}

.skillList li span a{
	font-size: 1em;
	background: #f0f0f0;
	display: inline-block;
	color: #7d7d7b!important;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	padding: 7px 11px 7px !important;
	border: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	line-height: 1em;
	text-transform: uppercase;
	font-weight: bold;
}

.skillList li span a:hover{
	background: #6a6a6a;
	color: #fff !important;
}

/*Theme Filter Navigation------------------*/
#content .filterWrap {
	text-align: center;
}

#content #filterNav{
	padding: 0!important;
	margin: 0 auto 40px auto!important;
	width: auto;
	text-align: center;
	width: 100%;
	position: relative;
}

#content #filterNav li{
	padding: 0px 0 0 0;
	background: none;
	margin: 0 8px 8px 0;
	display: inline-block;
}

#filterNav li a{
	font-size: 1em;
	display: inline-block;
	color: #b6b6b6;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	padding: 7px 11px 7px !important;
	border: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	line-height: 1em;
	text-transform: uppercase;
	border: 2px solid transparent;
}

#filterNav li a:hover {

	color: #848484;
}

#filterNav .selected, #filterNav a.selected:hover {
	color: #848484;
	border: 2px solid #848484;
}

/*Column Shortcodes------------------*/

.one_half{ width:48%; }
.one_third{ width:31%; }
.two_third{ width:68.33%; }
.one_half,.one_third,.two_third{ position:relative; /*float:left;*/ }
.last{ margin-right:0 !important; clear:right; }
.clearboth {clear:both;display:block;font-size:0;height:0;line-height:0;width:100%;}


/*Buttons------------------*/

.button, a.button, #footer a.button, #searchsubmit, input[type="submit"]   {
	background: #52a3ba;
	display: block;
	
	text-decoration: none;
	position: relative;
	cursor: pointer;
	padding: 15px 0px;
	margin: 0 auto;
	line-height: normal !important;
	-webkit-appearance: none;
	font-size: .9em;
	font-weight: bold;
	transition-property: all;
	-webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#searchsubmit {
	padding: 5px 15px 6px;
}

.home .slideshow a.button:hover, .button:hover, #footer a.button:hover, #searchsubmit:hover, input[type="submit"]:hover {
	-webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
	opacity: .7;
}

.home .slideshow a.button {
	font-size: .6em;
	color: #fff;
	background: #aa6d68;
	padding: 13px 17px 13px;
	margin-top: 20px;
}


/*Images------------------*/

#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px !important;
	margin-top: 4px;
}

#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}

#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}

/*Gallery------------------*/

.gallery {
	padding-top: 15px;
	margin-bottom: 25px!important;
}

.gallery-item {
	margin-top: 0px!important;
	margin-bottom: 45px!important;
}

.gallery img {
	border: none!important;
}

/*Lists------------------*/

#content ul{
	margin:  0 0 25px 20px;
	list-style-type: disc;
}

#content ul li{
	margin: 0 0 10px 0;
	line-height: 1.4em;
	font-size: 1em;
}

#content ol li{
	margin: 0 0 10px 0;
	line-height: 1.4em;
}

#content ol{
	margin: 0 0 20px 20px;
	list-style-type: decimal !important;
}

#content ul ul, #content ol ul, #content ul ol, #content ol ol {
	padding-top: 10px;
}

#content ul ul li, #content ol ul li, #content ul ol li, #content ol ol li{
	font-size: 1em !important;
}

/*////////////////////////////////////////////////////////////////////
//  06 - Slideshow
////////////////////////////////////////////////////////////////////*/

#content .flexslider {
	margin: 0 0 30px 0 !important;
}

.flexslider p {
	margin: 0 !important;
}

.slideshow li, #content .flexslider li, #content .flexslider ol {
	list-style: none !important;
	list-style-type: none !important;
}

#content .flexslider ol {
	padding-bottom: 5px !important;
	margin-bottom: 0 !important;
}

#content .flexslider .slides {
	margin: 0;
}

/* FlexSlider Theme------------------*/

.flexslider {  min-height: 100px; border: 0 !important; margin: 0 0 0 0!important; padding: 0 0 1px 0 !important; background: transparent !important; border: none; position: relative; -webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; -o-border-radius: 0!important; border-radius: 0!important; box-shadow: none !important; -webkit-box-shadow: none!important; -moz-box-shadow: none!important; -o-box-shadow: none!important; zoom: 1;}
.flexslider .slides li{	margin-bottom: 0 !important; }
.flexslider .slides li p{ margin: 0 !important; }
.flexslider .slides > li {position: relative;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative;}
.flexslider .slides img { height: auto; max-width: 100%; width: auto !important; margin: 0 auto;}
.flex-direction-nav, .flex-control-nav, .flex-caption { margin-bottom:0 !important;}
.flexslider .slides > li:first-child {display: block; -webkit-backface-visibility: visible;}

/* Caption style */
/* IE rgba() hack */

.flex-caption {width: auto; position: absolute; color: #fff; }
.flex-caption p {font-size: .9em !important; margin-bottom: 0;}

/* Direction Nav */

.flex-direction-nav {
	position: absolute;
	width: 100%;
	margin: 0 0 15px !important;
	right: 0;
	bottom: 50%;
	display: block;
}

.flex-direction-nav li a { z-index: 100; width: 31px!important; height: 31px; display: block; cursor: pointer; text-indent: -9999px; border-radius: 15px; margin-top: 0; background-size: 15px 15px !important;}
.flex-direction-nav li a.flex-next {right: 30px !important; background: rgba(0,0,0,0.2) url(images/flexslider/direction_next.png) no-repeat center center;}
.flex-direction-nav li a.flex-next:hover {}
.flex-direction-nav li a.flex-prev {left: 30px !important; background: rgba(0,0,0,0.2) url(images/flexslider/direction_prev.png) no-repeat center center;}
.flex-direction-nav li a.flex-prev:hover {  }
.flex-direction-nav li a.disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}
.flex-direction-nav .flex-disabled {display: none;}

/* Control Nav */

.flex-control-nav { position: absolute; margin: 0!important; bottom: 0px !important; left: 0 !important; right: 0 !important; width: auto !important; z-index: 100;}
.flex-control-nav li {width: 10px !important; height: 10px !important; margin: 0 5px 0 !important; display: inline-block !important; z-index: 100;}
.flex-control-nav li:first-child {margin-left: 0 !important;}
.flex-control-paging li a {width: 100% !important; height: 100% !important; display: block !important; background: none !important; cursor: pointer; text-indent: -9999px; box-shadow: none !important; border: 3px solid rgba(255,255,255,.3);}
.flex-control-nav li a:hover {border: 3px solid rgba(255,255,255,1); !important;}
.flex-control-nav li a.flex-active {background: rgba(255,255,255,0.7) !important; cursor: default !important; border: 3px solid rgba(255,255,255,0); }

.flex-direction-nav {}
.flex-control-nav { margin: 30px 0 0 !important; position: relative !important; bottom: 0 !important; right: 0 !important; width: auto !important; }
.flex-direction-nav li a.flex-next { background-position: 9px center !important; margin-top: -15px !important;}
.flex-direction-nav li a.flex-prev { background-position: 7px center !important; margin-top: -15px !important;}
.flex-control-nav li a { border: 3px solid rgba(0,0,0,.3); background: none !important; box-shadow: none !important;}
.flex-control-nav li a:hover { background: none !important; border: 3px solid rgba(0,0,0,.5);}
.flex-control-nav li a.flex-active { background: rgba(0,0,0,0.3) !important; border: 3px solid rgba(0,0,0,0);}


/*////////////////////////////////////////////////////////////////////
//  07 - Sidebar
////////////////////////////////////////////////////////////////////*/

#sidebar {
	
}

.sidebarBox {
	position: relative;
	margin: 0 0 30px 0;
}

#sidebar p {
	margin-bottom: 12px;
}

#sidebar li {
	font-size: .75em;
}

#sidebar .author .avatar {
	float: left;
	
	padding-top: 3px;
	border-radius: 40px;
}


/*/////////////////////////////////////////////////////////////////////
//  08 - Widgets
////////////////////////////////////////////////////////////////////*/

.widgetBox a {
	line-height: 1.5em;
}

.widgetBox {
	margin-bottom: 30px !important;
}

.widgetBox .widgetTitle {
	font-size: 1em;
	font-weight: bold;
	display: block !important;
	margin-bottom: 20px;
	clear: both;
}

.widgetBox .meta {
	font-style: italic;
}

.widgetBox ul {
	margin: 0 0 0 0;
	padding: 0px 0 0 0;
	line-height: 1em;
	background: none;
	position: relative;
}

.widgetBox ul li {
	padding: 0px 0 0px 0;
	margin: 0 0 15px 0;
	line-height: 1.2em !important;
	background: none;
	font-size: .9em !important;
}

.widgetBox ul li p {
	line-height: 1.3em;
	margin: 0;
}

.widget_nav_menu ul,
.widget_pages ul,
.widget_categories ul{
	background: none;
	margin: 0;
	padding: 0;
	border: none;
}

.widget_nav_menu li,
.widget_pages li,
.widget_categories li{
	padding: 0 0 0 0;
	margin: 10px 0 0 0;
	border: none;
}

#slideNav .widgets {
	border-top: 1px dashed red;
	padding-top: 30px;
}

#slideNav .widgetBox p {
	color: rgba(255,255,255,.5);
}

#slideNav .widgetBox a {
	color: rgba(255,255,255,.7) !important;
}

#slideNav .widgetBox a:hover {
	color: rgba(255,255,255,1) !important;
}

/*Search------------------*/

.widget_search {
	display: block;
	padding: 0 !important;
}

.widget_search h3 {
	display: none;
}

.widget_search:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .widget_search {
    display: block;
}

* html .widget_search {
    height: 1%;
}

#s {
	margin: 0 0px 0 0;
	padding: 10px .7em 10px .7em !important;
	line-height: normal!important;
	width: 92%;
	color: #9a9a9a;
	font-size: .8em;
}

#searchsubmit{
	font-size: 11px !important;
	margin: 0 !important;
	border-left: none;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-topleft: 0px;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
	float: right;
	border: none;
	height: 30px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-position: 0 -1px;

}

/*Testimonails------------------*/

.ttrust_testimonials img {
	width: 76px;
	border-radius: 38px;
	height: auto;
	float: left;
	margin: 0 20px 0 0;
}

.ttrust_testimonials p {
	font-size: .9em;
	line-height: 1.6em !important;
}

.ttrust_testimonials span.title {
	font-size: .9em;
	font-weight: bold;
	float: right;
}


/*Recent Posts Widget------------------*/

#sidebar .ttrust_recent_posts .meta,
#footer .ttrust_recent_posts .meta {
	margin: 0 0 0 0 !important;
	display: block;
	padding: 3px 0 0 0;
	color: #bababa;
}

#sidebar .ttrust_recent_posts p.title,
#footer .ttrust_recent_posts p.title {
	font-size: 1.2em;
	margin-bottom: 2px;
}

#sidebar .ttrust_recent_posts p.title,
#footer .ttrust_recent_posts p.title {
	line-height: 1.1em;
}

.ttrust_recent_posts .firstPost p{
	margin-bottom: 10px;
}

.secondaryPost {
	padding: 10px 0 0px 0;
}

.ttrust_recent_posts .thumb{
	float: left;
	margin: 0 12px 0 0;
	padding: 3px;
	background: #f0f0f0;
	border: 1px solid #e1e1e1;
}

.ttrust_recent_posts li {
	margin-bottom: 10px !important;
	border: none;
	display: block;
}


/*Calendar Widget--------------------*/
table#wp-calendar {
	width: 216px;
}

table#wp-calendar td, table#wp-calendar th{
	text-align: left;
}

table#wp-calendar td {
	color: #b0b0ad;
	padding-top: 10px;
}

table#wp-calendar td a{
	font-weight: bold;
}

#wp-calendar caption {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dbdad8;
	font-size: 14px;
	font-weight: bold;
}

/*Tag Widget--------------------*/

.widget_tag_cloud a{
	font-size: 11px !important;
	padding: 5px 7px 5px 7px;
	display: block;
	float: left;
	margin: 0 5px 5px 0;
}

#footer .widget_tag_cloud a,
#sidebar .widget_tag_cloud a{
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	background: #f3f3f3;
}

.widget_tag_cloud:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.widget_tag_cloud {
    display: inline-block;
}

html[xmlns] .widget_tag_cloud {
    display: block;
}

* html .widget_tag_cloud {
    height: 1%;
}

/*Twitter Widget--------------------*/
.simple_tweet_widget li {
   line-height: 1.5em !important;
   font-size: .95em !important;
}

.simple_tweet_widget li span{
   color: #4f4f4f !important;
   font-size: .85em !important;
}

/*Flickr Widget--------------------*/
#flickrBox .flickrImage {
	float: left;
	margin: 0 12px 12px 0;
	padding: 3px;
}

#sidebar #flickrBox .flickrImage {

}

#flickrBox .flickrImage img {
	width: 70px;
	height: 70px;
	float: left;
	border-radius: 5px;
	max-width: 70px;
}

/*/////////////////////////////////////////////////////////////////////
//  09 - Comments
////////////////////////////////////////////////////////////////////*/

#comments {
	position: relative;
	margin: 0 0 30px 0px;
	width: 95%;
	padding: 20px 0 0 0;
}

.twoThirds #comments {
	width: 95%;
}

#content.project #comments {
	padding-top: 30px;
}

#comments ul{
	list-style: none;
	margin: 0 0 30px 0;
}

#comments h3{
	margin: 0 0 30px 0;
}

#content #comments ul li{
	font-size: 1em !important;
}

#trackbacks {
	margin: 30px 0 0 40px;
}

ol#commentslist {
	margin: 0 0 0 0px;
	list-style: none;
	padding: none;
	padding: 0;
}

#commentslist .children li {
	padding: 15px 0 0 30px;
	background: transparent url(images/comment_marker.gif) no-repeat 0px 40px;
	border-left: 1px solid #e3e3e3;
}

.comment {
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 20px 0;
}

.comment .avatar {
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 35px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	-o-border-radius: 35px;
	-ms-border-radius: 35px;
	-khtml-border-radius: 35px;
	width:70px;
	height:70px;
}

#commentForm label {
	padding-left: 20px;
}

.comment h5 {
	margin: 0 0 6px 100px;
	padding: 0;
}

.comment .date {
	margin: -5px 0 10px 100px;
	display: block;
	color: #a5a5a2;
	font-size: .9em;
}

.comment p {
	margin: 0 0 10px 100px;
}

.comment-reply-link,
.comment-reply-login {
	margin: 0 0 0 100px;
	font-size: .95em;
}

.comment-reply {
	display: inline-block!important;
	padding: 0 0 0 10px;
}

#comment-add {
	position: absolute;
	top: -5px;
	right: 0px;
}

.moderation {
	margin: 0px;
	padding: 0 0 10px 25px;
}

#trackbacks ul {
	margin: -5px 0 15px;
}

#trackbacks ul li {
	padding: 5px 0 5px 20px;
}

/* Comment Form */

#commentForm {
	position: relative;
	margin: 30px 0 30px 0px;
}

#comments #respond {
	position: relative;
	padding: 0 0 0;
	margin: 0;
}

#respond .form-allowed-tags {
	display: none;
}

#respond form {
	margin: none;
	padding: none;
	position: relative;
}

#respond h3 {
	font-size: 1.4em !important;
}

#commentForm h1 {
	font-size: 1.3em !important;
}

.cancel-comment-reply {
	float: right;
	margin: 5px 90px 0 0;
}

#cancel-comment-reply-link {
	margin-left: 20px !important;

}

#comments textarea {
	width: 90% !important;
}

#comments input[type="text"] {
	width: 50%;
	margin-right: 20px;
}

#comments ol{
	list-style: none !important;
}



/*////////////////////////////////////////////////////////////////////
//  10 - Pagination
////////////////////////////////////////////////////////////////////*/

.pagination {
	padding: 0 0 30px !important;
	clear: both;
	margin: 0 0 15px 0;
}

.page-template-page-portfolio-php .pagination {
	text-align: center;
	margin: 0;
	padding: 20px 0 !important;
}

.page-template-page-portfolio-php .pagination .inside {
	display: inline-block;
}

.pagination span,
.pagination a,
.pagination-prev a,
.pagination-next a,
.older-comments,
.newer-comments {
	display: block;
	float: left;
	width: auto;
	height: 24px;
	line-height: 24px;
	margin: 0 5px 0 0;
	padding: 0 8px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}

.pagination-prev a:hover,
.pagination-next a:hover,
.wp-pagenavi a:hover,
.wp-pagenavi .current {

}

.pagination-prev a,
.pagination-next a {
	float: none;
	margin: 0px;
}

.pagination-prev,
.pagination-next {
	float: left;
	width: auto;
	margin: 0px;
}

.pagination-prev {
	float: right;
}


/*////////////////////////////////////////////////////////////////////
//  11 - Footer
////////////////////////////////////////////////////////////////////*/

#footer {
	color: #7e7d7d;
	background: #f1f0f0;
	position: relative;
	z-index: 301;
	padding: 30px 0 30px;
}

#footer .main {
	padding: 60px 0 10px 0;
	margin: 0 30px 0;
}

#footer .main .inside {
	border-bottom: 1px solid #dcdcdc;
}

#footer .inside {
	margin: 0 auto;
	max-width: 1000px;
}

.footerBox{
	margin: 0 30px 40px 0 !important;
	float: left;
	position: relative;
	width: 31%;
}

.footerBox.last {
	margin-right: 0 !important;
}

.widget_recent_entries {
	margin-right: 0 !important;
}

.footerBox p{
	padding: 0;
}

#footer a {
	color: #6b6b6b;
}

#footer a:hover {
	color: #3f3f3f;
}

#footer .secondary {
	margin: 0 0 0;
	padding: 0 30px 10px;
}

#footer .secondary a{
	font-weight: bold;
}

#footer .secondary .inside{
	padding: 30px 0 0;
}


#footer .secondary p{
	font-size: .8em;
}

#footer .secondary .left {
	float: left;
}

#footer .secondary .right {
	float: right;
}

#footer .secondary .right span{
	padding: 0 5px;
	color: #4d4d4d;
}
#footer .secondary .left {float:none; text-align:center;}
#footer .secondary .right {float:none; font-size:0.8em; text-align:center;}


/*////////////////////////////////////////////////////////////////////
//  12 - Media Queries
////////////////////////////////////////////////////////////////////*/

/* iPads */

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	.blogPosts .column {min-height:10px;}
	#downButton {
		bottom: 30px;
	}

	.homeSection, #homeBanner {
		background-attachment: scroll !important;
	}

	body .homeSection {
		padding: 50px 0 !important;
	}

	/*Projects ------------------*/
	#content .project.small .title {
		font-size: .8em;
	}

	/*Footer ------------------*/
	.footerBox {
		width: 29%;
		margin: 0 25px 40px 0 !important;
	}
	.floatBox {width: calc(18vw - 5px);height:calc(18vw - 5px); }
}
@media only screen and (min-width: 1400px) {
	.floatBox img {top:calc(50% - 25px);}
	
}
@media only screen and (max-device-width: 1024px) {
    .parallax {
        background-attachment: scroll;
    }
}
@media only screen and (max-width: 820px) {

	.border {width:100%}
	#comments { width: 100%;}
	.blogPosts .one_third .floatBox {margin:20px auto;}
	#sidebar {
		float: none;
		width: 100% !important;
		margin-left: 0;
		padding: 10px 0 0 0 !important;
	}

	#content.twoThirds {
		width: 100% !important;
		float: none;
	}

	#sidebar .sidebarBox {
		float: left;
		margin: 0 3% 30px 0 !important;
		width: 30%;
	}

	#comments { width: 100%;}
	.border {position:relative; display:flex; flex-direction:column;}

	.btnBox {width:10vw;}
	.blogTitle {margin-top:30px;}
	.blogPosts .two_third {float:none;}
	
}

/*layouts smaller than 700px, iPhone and mobiles*/

@media only screen and (max-width: 735px) {
	html {
	    -webkit-text-size-adjust: none;
	}
	.btnIntext {position:relative; margin:0 auto;}
	.blogPosts .two_third {float:none;}
	h1 { font-size: 1.7em;}
	h2 { font-size: 1.5em;}
	h3 { font-size: 1.4em;}
	h4 { font-size: 1em;}
	h5 { font-size: .8em;}

	#wrap {
		padding: 1px 20px;
	}

	.home #wrap {
		padding-top: 0 !important;
	}

	.home #inner {
	    padding: 0 !important;
	}

	#pageHead .inside{

	}
	#pageHead h1 {
		font-size: 1.3em;
	}
	/*Header ------------------*/

	#header .inside {
		padding: 15px 20px 15px 0px !important;
	}

	#header #logo {
		margin-left: 0 !important;
	}

	#header #logo img{
		margin: 0 auto;
		width: 80% !important;
		height: auto;
		float: none;
	}

	.menuToggle {
		width: 23px;
		height: 20px;
		background-size: 23px 20px !important;
		margin-top: -10px;
	}

	#pageslide { width: 200px !important; }

	/*Home Banner ----------*/

	#header #homeBanner #bannerText .main {
		font-size: 2.1em;
		margin-top: -100px !important;
	}

	#header #homeBanner #bannerText .secondary {
		font-size: 1.2em;
		line-height: 1em;
	}

	#downButton {
		background-size: 50px 26px !important;
		width: 50px;
		height: 26px;
	}

	/*Posts -------------------*/

	#content.twoThirds {
		width: 100% !important;
		float: none;
	}

	#content .post {
		
	}

	.posts .post .date .month{
		font-size: .9em;
		display: block;
		padding: 0 !important;
		line-height: 1em;
		color: rgba(255,255,255, .7);
	}

	.posts .post .inside{
		position: relative;
	}

	.posts .post .inside h2{
		font-size: 1.3em !important;
		line-height: 1.2em;
		margin-bottom: 10 !important;
	}

	.posts .post .inside .meta{
		margin: 0 auto 20px !important;
		padding: 0;
	}

	.post .moreLink {
		display: none;
	}

	#comments { width: 100%;}

	/*Home Sections ------------------*/

	.homeSection {
		padding: 35px 0 !important;
	}

	.homeSection, #homeBanner {
		background-attachment: scroll !important;
	}

	body .homeSection {
		padding: 50px 0 !important;
	}

	.homeSection .sectionHead {
		padding-bottom: 10px !important;
	}

	.homeSection .sectionHead h3 {
		font-size: 1.5em;
	}
	.homeSection .sectionHead p {
		font-size: 1em;
	}

	#featuredPages .small{
		margin-bottom: 25px !important;
	}

	.homeSection .viewAll {
		margin-top: 20px;
		position: relative;
		right: 0;
		bottom: 0;
	}

	.homeSection .viewAll .button{
		padding: 10px;
	}

	#projects.homeSection .sectionHead, #homePosts.homeSection .sectionHead {
		text-align: center;
	}

	#homeContent p.big { font-size: 1.2em !important; }

	#homeContent.homeSection {
		padding: 50px 0 40px!important;
	}

	#projects .thumbs, .homeSection .posts, #featuredPages .pages, #testimonials .testimonials {
		max-width: 320px;
	}

	/*Featured Pages ------------------*/
	#featuredPages .page h3 {
		font-size: 1.6em;
	}
	#featuredPages .page p {
		font-size: 1em;
	}

	#featuredPages {
		padding: 60px 0 20px 0 !important;
	}

	/*Testimonials ------------------*/



	/*Sidebar and Widgets ------------------*/

	#sidebar {
		float: none;
		width: 95%;
		margin-left: 2.5%;
		padding: 10px 0 30px 0 !important;
	}

	#sidebar .sidebarBox {
		float: left;
		margin: 0 2% 30px 0 !important;
		width: 95%;
	}

	#flickrBox .flickrImage {
		margin: 0 8px 8px 0;
	}

	.widgetBox {
		width: 100%;
		float: none;
	}

	/*Projects ------------------*/

	.thumbs {
		max-width: 320px;
		margin: 0 auto !important;
	}

	#filterNav {
		text-align: center;
		width: 95% !important;
		position: relative;
		margin: 0 !important;
	}

	.projectNav div {
		margin: 0 0 0 5px !important;
		padding: 0 !important;
	}

	.projectNav a{
		width: 25px;
		height: 25px;
		background-size: 25px 25px !important;
	}

	.thumbs {
		text-align: center;
	}

	.thumbs .small{
		margin-bottom: 14px;
	}

	#content .project.small .inside{
		margin: 0 auto !important;
		

	}

	.flex-direction-nav { display: none !important; }


	/*Footer------------------*/
	.footerBox {
		width: 40%;
		float: none;
		margin: 0 20px 40px 0!important;
	}

	#footer .main .inside{ padding: 0 0 !important;  width: auto !important;margin: 0 0px!important;}

	#footer #flickrBox .flickrImage {
		margin: 0 5px 5px 0;
	}

	#footer .secondary{
		text-align: center;
		margin: 0 0;
	}
	#footer .secondary p{
		margin: 0px;
		padding: 0px;
	}

	#footer .secondary .left,
	#footer .secondary .right{
		float: none;
	}

	#footer .secondary .right{
		float: none;
		padding: 10px 0 15px 0;
	}

	.gallery-item img{
		width: 90%;
	}

	#footer .secondary .left {float:none;}
	#footer .secondary .right {float:none; font-size:0.8em;}
	/*Column Shortcodes------------------*/

	.one_half{ width:100%; }
	.one_third{ width:100%; }
	.two_third{ width:100%; }
	.one_half,.one_third,.two_third{ position:relative; margin-right:0%; float:none; }
	.last{ margin-right:0 !important; clear:right; }
	.clearboth {clear:both;display:block;font-size:0;height:0;line-height:0;width:100%;}
	.one_third .floatBox {float:none;}
	.inside .one_third .floatBox {position:relative; margin:10px auto}
	.inside .one_third .btnBox {display:inline-block; position:relative; margin: 10px auto; float:none; width:20vw; padding:15px 3px;left:23%;}
	.left, .right, .imageSquare {float:none;}
	.blogPosts .column {min-height:10px;}
	.imageSquare {margin:0 auto;}
	
	



	#projects  #middle .imageSquare {margin:12.5% 25%;width:50%; float:left;margin-bottom:0}
	.tel, .schreibuns {width:75%;}
	.campusSchreibUns, .gueterbahnhofSchreibUns, .geschwistergalfeSchreibUns, .laufstegSchreibUns, .tel-laufsteg  {width:75%;}
	.brandLogo {margin:12.5%;width:75%;}
	.slideshow	{ margin: 12.5% auto;width:75% !important;}
	.imageSquare {width:75%;margin:1em auto; margin:12.5% auto;}
	.crunchify-social{width:75%;margin:1em auto; margin:12.5% auto;}
	#homePosts .imageSquare {width:100%;margin:0 auto;}
	.projectLogo {text-align:right;}
	
	
	.post_type1 {display:block}	
	.post_type1 .post_info{text-align:left;padding-right:0;}	
	.post_type1 .post_image{padding-left:0;width:75%;margin:1em auto;}	

	
	.post_type2 {display:block}	
	.post_type2 .post_info{flex:0 0 31.33%;text-align:right;padding-right:0;}	
	.post_type2 .post_image{width:75%;margin:1em auto; padding-left:0;padding-right:0}	
	.post_type2 .post_excerpt {padding-left:0;text-align:right}
	.post_type2 h2.blogTitle {text-align:left;margin:1em 0 1em;}
	.post_type2 p	{text-align:justify;}
	
	.post_type3 {display:block}	
	.post_type3 .post_info{text-align:right;padding-left:0;position:relative}	
	.post_type3 .post_info .projectLogo img{float:right}	
	.post_type3 .post_image{width:75%; margin:1em auto; padding-right:0;}	
	.post_type3 h2.blogTitle {text-align:right;margin:1em 0 1em;}
	.post_type3 p	{text-align:justify;}
		
	.blogPosts	{padding:0 1em;}	
	
}

/* iPhone Landscape */
@media screen and (max-width: 600px) {
	#middle {width:calc(100% - 20px);}
	.slides .testimonial {
		width: auto;
		height: 300px;
	}
	div.meteor-slides {margin:100px auto 50px !important}
	#header .top { position: relative; }
	
	.closeBtn {	width: 20px; height: 20px; background-size: 20px 20px !important;}
	#slideNav {padding-top:60px;}
	#containerLogos .imageSquare {float:left;width:40%; margin: 5%}
	.clear {text-align:right;}
	#requestPic .imageSquare {width:100%; }
	    .parallax {
        background-attachment: scroll;
    }
}


/* iPhone Portrait */
@media screen and (max-width: 480px) {

	/*Posts ------------------*/
	.btnIntext {width:calc(75% - 2em)}
	.posts .post .date {
		position: relative;
		margin: 0 auto 20px;
	}
	.parallaxTwo {}
	/*#projects  #middle .imageSquare {margin:12.5%;width:75%;} */
	.posts .post .date .month{
		font-size: .9em;
		display: block;
		padding: 0 !important;
		line-height: 1em;
		color: rgba(255,255,255, .7);
	}

	.posts .post .inside{
		padding-left: 0;
		position: relative;
	}
	
	.fscf-div-field, .fscf-div-label, .fscf-input-captcha {width:100%;}
	.fscf-input-text {width:calc(100% - 35px)}
	.fscf-button-submit {width:calc(100% - 35px) !important; left:0px !important;}
	.gallery-item img {width:100%;}
	.response { width:85vw; height:85vw;}

	
	.widgetBox {
		width: 100%;
		float: none;
		margin: 0 0 20px 0;
	}

	#commentForm input[type="text"], #comments input[type="text"] {
		width: 40% !important;
		margin-right: 5px !important;
	}

	#commentForm label, #comments label {
		font-size: .8em;
	}

	.home .flex-caption p {
		font-size: 1em !important;
	}
	.inside .one_third .btnBox {left:24%;}

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

	
}