/*
Theme Name: Phoenospex based on Elogix Theme
Theme URI: http://hellominti.com & http:/reizwerk.com
Description: Elogix WordPress Theme by minti mods by Reizwerk
Author: minti + rw
Author URI: http:/reizwerk.com
Version: 1.8_rw
*/

/* ----------------------------------------------------- */
/* Import */
/* ----------------------------------------------------- */

@import url(//fonts.googleapis.com/css?family=Cardo:400italic);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,700,600,800);

@import url("framework/css/reset.css");
@import url("framework/css/flexslider.css");
@import url("framework/css/shortcodes.css");
@import url("framework/js/prettyPhoto/prettyPhoto.css");

/* ----------------------------------------------------- */
/* Basic Wordpress Styles */
/* ----------------------------------------------------- */

.hidden { display: none; }

.alignleft { float: left; margin:0 20px 5px 0; }

.alignright { float: right; margin:0 0px 5px 20px; }

.gallery-item, .gallery-item a {
  margin:0px !important;
  padding:0px !important;
}
.gallery-item img {
  border:none !important;
  float:left;
  margin:0px !important;
  padding:0px !important;
}

.gallery-item a img, a.prettyPhoto img.size-thumbnail{
  margin:0px !important;
  padding:0px !important;
  border:5px solid #f5f5f5 !important;
  -webkit-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
     -moz-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
      -ms-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
       -o-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
          transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
}
.gallery-item a:hover img, a.prettyPhoto:hover img.size-thumbnail{
  border:5px solid #999999 !important;
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
  clear: both;
  margin-bottom:20px;
}

a{
  outline: none;
  color:#434242;
  color: #00A67D;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
     -moz-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
      -ms-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
       -o-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
          transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
}
.entry a:hover{
  border-bottom: 1px solid #00916d;
}

a img{
  border: none;
}

p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form,
.wp-caption,
.wp-caption-text {  }

.hentry,
.navigation-links,
.hfeed,
.pinglist { margin-bottom: 40px; }

.widget
.children,
.entry-content ol ol,
.entry-content ol ul,
.entry-content ul ul,
.comment-body ol ol,
.comment-body ol ul,
.comment-body ul ul,
.widget ul ul { margin-bottom: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  padding: 0;
  margin-bottom:10px;
}

h1 {
  color:#434242;
  font-weight:600;
  font-size: 22px;
  line-height: 26px;
}
.entry h1 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
}

h2 {

  font-size: 18px;
  line-height: 22px;
}

#content-full h1, #content-part h1{
  font-size:24px;
  line-height:34px;
  font-weight:300;
}

h3 {
  color:#434242;
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
}
.entry h3 {
  padding: 10px 0 0px 0;
}


h4 {
  color:#434242;
  font-size: 14px;
  line-height: 18px;
}

h5 {
  color:#434242;
  font-size: 12px;
  line-height: 18px;
}

h6 {

  font-size: 10px;
  line-height: 16px;
}

#contactform input, #contactform textarea{
  display: block;
  width: 400px;
  padding:10px;
  border:1px solid #d5d5d5;
  color:#666666;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial;
  font-weight:400;
  font-size:12px;
  margin-top:2px;
  float:left;
  margin-bottom:10px;
  outline: none;
}
#contactform p{
  clear: both;
}

#contactform textarea{
  width:648px;
}
#contactform input:focus, #contactform textarea:focus{
  border-color:#999999;
}

#contactform label{
  float:left;
  margin-left:10px;
  margin-top:12px;
  font-size:11px;
  text-transform: uppercase;
  color:#999999;
  font-weight:600;
  cursor: pointer;
}

#contactform .error{
  font-size:11px;
  text-transform: uppercase;
  color:#bd2b20;
  font-weight:600;
  cursor: pointer;
}

#contactform #submit{
  display:inline;
  width:auto;
  margin: 10px 0 20px 0;
  text-decoration: none;
  font-weight: 700;
  background: #999999;
  color:#ffffff;
  font-size: 12px;
  line-height: 12px;
  padding: 6px 12px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border:none;
  cursor: pointer;
  margin-top:20px;
  margin-bottom:10px;
  font-size: 18px !important;
  display: inline-block;
  background: #1cae85 !important;
  padding: 6px 19px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-right: 5px;
  margin-bottom: 5px;
  color: #fff !important;
  margin-top: 20px;
  line-height: 34px;
}
#contactform #submit:hover{
  text-decoration: underline;
}

/* ----------------------------------------------------- */
/* Main */
/* ----------------------------------------------------- */

html, body {

}

body{
  background-color: #f3f3f3 !important;
  color:#666666;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial;
  font-weight:400;
  font-size:12px;
  line-height:21px;
}

#kontaktlasche {
  display: block;
  position: fixed;
  height: 60px;
  width: 111px;
  background: url('images/contact-lasche-sprite.png') no-repeat left top;
  top: 89px;
  right: 0;
  z-index: 9999;
}
#kontaktlasche:hover {
  background-position: left -71px;
}
#kontaktlasche a {
  display: block;
  height: 60px;
  width: 111px;
}
#kontaktlasche-mobile {
  display: none;
  background: #44AD84;
  text-align: center;
  font-size: 22px;
  color: #fff;
  height: 60px;
  line-height: 48px;
  cursor: pointer;
  line-height: 55px;
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}
#kontaktlasche-mobile a {
  font-size: 22px;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  #wrap {
    padding-bottom: 123px !important;
  }
  #kontaktlasche {
    display: none;
  }
  #kontaktlasche-mobile {
    display: block;
  }
}

::-moz-selection { background: #ec7100; color: #fff; text-shadow: none; }
.::selection { background: #ec7100; color: #fff; text-shadow: none; }

/* ----------------------------------------------------- */
/* Layout */
/* ----------------------------------------------------- */

#wrap{
  position: relative;
  width:980px;
  background: #ffffff;
  margin: 0 auto;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
}

.color-hr{
  height:5px;
  display: block;
  background: #ec7100;
}

.spacer{
  height:40px;
  display:block;
}

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

#header{
  height:110px;
  width: 980px;
  background: white;
  position: absolute;
  z-index: 2;
  top: 0;
}

#infobar{
  z-index: 500;
  position: absolute;
  top:-31px;
  width:980px;
  padding:7px 0 14px 0;
  color:#ffffff;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
  font-size:12px;
  font-weight:700;
  background: #ec7100;
}

#infobar a{
  display:inline-block;
  color:#ffffff;
  background: rgba(0, 0, 0, 0.2);
  padding:1px 6px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
      border-radius: 3px;
  margin:0 2px;
}
#infobar a:hover{
  background: rgba(0, 0, 0, 0.4);
}

.cursor{
  cursor: pointer;
}

#infobar .openbtn{
  position: absolute;
  bottom:0;
  left:0;
  height:14px;
  display:block;
  width:100%;
  text-indent: -9999px;
  background: #ec7100 url(framework/images/topbar.png) no-repeat bottom center;
}

#infobar .closebtn{
  cursor: pointer;
  display: block;
  width:13px;
  height:13px;
  position: absolute;
  top:11px;
  right:30px;
  float: right;
  background: url(framework/images/close.png) no-repeat 0 0;
  text-indent: -9999px;
  opacity: 0.6;
}
#infobar .closebtn:hover{
  opacity: 1;
}

#infobar2{
  z-index: 500;
  position: absolute;
  top:0px;
  width:980px;
  height:6px;
  background: #ec7100;
}

/* ----------------------------------------------------- */
/* Logo */

#logo{
  float:left;
  margin-left:30px;
  font-size:24px;
  font-weight:600;
  width: 206px;
  height: auto;
}

#logo img {
    display: block;
    max-width: 100%;
}

#logo a{
  text-decoration: none;
  color:#666666;
}
#slogan{
  font-family: Georgia;
  font-style: italic;
  color:#999999;
  float:left;
  border-left:1px solid #f5f5f5;
  padding:0 0 0 20px;
  margin:48px 0 0 20px;
}

/* ----------------------------------------------------- */
/* Social Icons */

#social{
  float:right;
  margin: 50px 30px 0 0;
}

#social li{
  display:block;
  float: left;
  margin-left: 10px;
}

#social li a{
  display:block;
  width:16px;
  height:16px;
  text-indent: -9999px;
  float: left;
  opacity: 0.5;
  -webkit-transition: opacity 0.4s ease;
     -moz-transition: opacity 0.4s ease;
      -ms-transition: opacity 0.4s ease;
       -o-transition: opacity 0.4s ease;
          transition: opacity 0.4s ease;
}
  #social li.twitter a{ background: url(framework/images/icons/picons01.png); }
  #social li.facebook a{ background: url(framework/images/icons/picons02.png); }
  #social li.dribbble a{ background: url(framework/images/icons/picons03.png); }
  #social li.flickr a{ background: url(framework/images/icons/picons04.png); }
  #social li.google a{ background: url(framework/images/icons/picons05.png); }
  #social li.youtube a{ background: url(framework/images/icons/picons06.png); }
  #social li.vimeo a{ background: url(framework/images/icons/picons07.png); }
  #social li.linkedin a{ background: url(framework/images/icons/picons08.png); }
  #social li.pinterest a{ background: url(framework/images/icons/picons09.png); }

#social li a:hover{
  opacity: 1;
}

/* ----------------------------------------------------- */
/* Navigation */
/* ----------------------------------------------------- */

#nav{
  border-top:1px solid #d5d5d5;
  z-index: 8;
  position: absolute;
  top: 110px;
  background: white;
  width: 980px;
  height: auto !important;
}
/*test*/

#nav.fixed-top {
    position: fixed;
    top: 0px;
    left: 50%;
  border-top:1px solid #d5d5d5;
  margin: 0 0 0 -490px;
}

#nav .inline_langswitch {
  font-size: 10px;
  text-align: right;
  line-height: 32px;
  padding-right: 20px;
}


.select-menu{
  display:none;
}

#nav ul li{
  position: relative;
  display:block;
  float:left;
  background: url(framework/images/nav-divider.png) no-repeat center right;
  padding-right:1px;
}
#nav ul li a{
  display: block;
  float: left;
  padding:6px 20px 7px 20px;
  text-decoration: none;
  color:#666666;
  font-weight:700;
  font-size:11px;
  text-transform: uppercase;
  border-top:1px solid #d5d5d5;
  margin-top:-1px;
}
#nav ul li a:hover{
  color:#ec7100;
  border-color:#ec7100;
  margin-top:-1px;
}

/* Active */
#nav ul li.current-menu-item a,
#nav ul li.current-page-ancestor a,
#nav ul li.current-menu-ancestor a{
  border-top:1px solid #ec7100;
  margin-top:-1px;
  background: #ec7100 url(framework/images/arrow-top.png) no-repeat top center;
  color:#ec7100;
}
#nav ul li.current-menu-item ul li a,
#nav ul li.current-page-ancestor ul li a,
#nav ul li.current-menu-ancestor ul li a{
  color:#666666 !important;
}
#nav ul li.current-menu-item ul li a:hover,
#nav ul li.current-page-ancestor ul li a:hover,
#nav ul li.current-menu-ancestor ul li a:hover{
  color:#ec7100 !important;
}

#nav ul.sub-menu{
  display: none;
  position: absolute;
  top:33px;
  left:0;
  width:100px;
  z-index: 100;
  background: #ffffff !important;
  border-top:2px solid #ec7100;
  padding:10px 20px;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.4);
     -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.4);
      box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.4);
}

html body #wrap li.current_page_item ul li a,
html body #wrap li.current_page_ancestor ul li a,
html body #wrap li.current-menu-ancestor ul li a{
  background-color: #ffffff;
}

html body #nav ul.sub-menu li, #nav ul.sub-menu li a{
  background: none;
  border:none !important;
  padding:0;
  margin:0;
}

html body #nav ul.sub-menu li a{
  display:block !important;
  padding:8px 10px 7px 10px;
  width:80px;
  font-weight:400;
  border-bottom:1px solid #efefef !important;
}

html body #nav ul.sub-menu li:last-child a,
html body #nav ul.sub-menu li:last-child ul li:last-child a{
  border-bottom: none !important;
}

html body #nav ul.sub-menu li:last-child ul li a{
  border-bottom:1px solid #efefef !important;
}

#nav ul li ul li ul{
  margin-left:200px;
  margin-top:-35px;
}

#nav ul li ul li ul li{
  padding:0;
  border-bottom:1px solid #efefef;
}

.sf-sub-indicator{
  display:none;
}

/* ----------------------------------------------------- */
/* Custom Flyout */
/* ----------------------------------------------------- */

  #pheno_flyout_wraper {
    height: auto;
    display: none;
    overflow: hidden;
    width: 100%;
    position: absolute;
    float: left;
    z-index: 100;
    top: 34px;
    border-top: 2px solid #00a079;
  }
  #pheno_flyout_wraper #pheno_flyout{
    height: 514px;
    width: 100%;
    background: #F5F5F5;

  }
  #pheno_flyout_wraper .pheno_flyout_shadow {
    height:6px;
    width:265px;
    background: url(framework/images/shadow-top.png) repeat-x top center;
    margin: 0 0 0 0px;
    opacity: 0.2;
  }
  #pheno_flyout_wraper #pheno_flyout .widget {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  #pheno_flyout_wraper #pheno_flyout .widgettitle,
  #pheno_flyout_wraper #pheno_flyout div.contentbox br {
    display: none;
  }
  #pheno_flyout_wraper #pheno_flyout img {
    float: left;
  }
  #pheno_flyout_wraper #pheno_flyout .textwidget {
      padding: 20px;
  }
  #pheno_flyout_wraper #pheno_flyout div.contentbox h2{
    font-size: 14px;
    line-height: 14px;
    color: #1daf85;
    padding: 0;
    margin: 0 0 10px 5px;
  }
  #pheno_flyout_wraper #pheno_flyout div.contentbox h2 a{

  }

  #pheno_flyout_wraper #pheno_flyout div.contentbox a.link{
    display: block;
    font-size: 11px;
    line-height: 11px;
    color: #666666;
    text-transform: uppercase;
    font-weight: 600;
    padding: 11px 5px;
    margin: 0 10px 0 0;
    border-bottom: 1px solid #efefef;
  }
  #pheno_flyout_wraper #pheno_flyout div.contentbox a.link:first-child{
    border-top: 1px solid #efefef;
  }
  #pheno_flyout_wraper #pheno_flyout div.contentbox a.link:hover{
    color: #1daf85;
  }

/**
  * Mega Dropdown with multi columns
  */
#pheno_flyout .mega-hero {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial;
    font-weight: 300;
    font-size: 36px;
    color: #434242;
    letter-spacing: 0;
    line-height: 45px;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 40px;
    max-width: 85%;
}

#pheno_flyout .mega-boxes {
    width: 100%;
}

#pheno_flyout .mega-box {
    border-top: 2px solid #FFFFFF;
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
    float: left;
    overflow: hidden;
    width: 31.9%; /* Bring this in a grid layout please! */
    margin: 0 20px 20px 0;
    transition: border 0.2s ease-out, box-shadow 0.2s ease;
    cursor: pointer;
}

@media screen and (min-width: 960px) {
    #pheno_flyout .mega-box:nth-child(3n+3) {
    margin: 0 0 20px 0 !important;
    }
}

#pheno_flyout .mega-box:hover {
    border-top: 2px solid #1DAF88;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.20);
}

#pheno_flyout .mega-img-wrapper {
    float: left;
    height: 140px;
    width: 150px;
    overflow: hidden;
}

#pheno_flyout .mega-img {
    max-width: 100%;
    float: none;
    display: block;
}

#pheno_flyout .mega-content {
    width: 45%;
    float: left;
    margin: 20px 20px 20px -13px;
}

#pheno_flyout .mega-headline {
    font-weight: 700;
    font-size: 16px;
    color: #1DAF88;
    line-height: 24px;
}

#pheno_flyout .mega-description {
    font-weight: 600;
    font-size: 12px;
    color: #434242;
    line-height: 18px;
    transition: color 0.2s ease;
}

#pheno_flyout .mega-box:hover .mega-description {
    color: #1DAF88;
}


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

#page{
  padding:0px 30px;
  z-index: 1;
  position: relative;
}
#home-slider,#Headline-slider, .google_maps {
  padding-top: 145px;
  z-index: 1 !important;
}


#page .color-hr2{
  height:0px;
  display: block;
  background: #f5f5f5;
  border-top:1px solid #d5d5d5;
  margin:0 -20px 0 -20px;
}

#subtitle{
  background: url(framework/images/dotted.png) repeat-x bottom left;
  color:#666666;
  padding:20px 30px 25px 30px;
  margin:0 -20px 0 -20px;
  position: relative;
}
#subtitle h2{
  font-size:18px;
  margin:0;
  color:#999999;
  font-weight:300;
}
#subtitle h2 span{
  font-weight:600;
  color:#666666;
}

#content{
  padding:14px 0px 0px 0px;
}

#content-part{
  float:left;
  width:670px;
  padding:30px 0px 60px 0px;
}
#content-part-x{
  float:left;
  width:920px;
  padding:30px 0px 60px 0px;
}

#content-part .entry p, #content-full .entry p{
  margin-bottom:20px;
}

#content-full{
  width:920px;
  z-index: 1;
  padding:30px 0 60px 0;
}



html body #wrap .google_map img{
  width:auto !important;
  max-width: auto !important;
  height: auto !important;
}

.entry ul, .entry ol{
  margin-bottom:20px;
  list-style: disc;
  margin-left:50px;
  font-size: 14px !important;
  line-height: 22px;
  font-weight: 300;
}
.entry ul li, .entry ol li{
  margin-bottom: 10px;
  font-size: 18px !important;
  line-height: 30px;
}
.entry hr {
  border-top: 1px solid #d5d5d5;
  border-left: none;
  border-right: none;
}
.entry ol{
  list-style: decimal;
}
.entry img,
.entry .wp-caption {
  max-width: 100%;
}
.entry ul.list, .entry ol.list{
  margin:0 0 20px 0;
  list-style: none;
}

#sidebar{
  font-size: 14px !important;
  font-weight: 300;
}

#content-part p{
  font-size:12px;
}

#sidebar.sidebar-right{
  width:220px;
  padding:35px 0px 30px 0px;
  float: right;
}

#sidebar.sidebar-left{
  width:215px;
  padding:30px 0px 30px 0px;
  float: left;
  margin-right:30px;
}

.search-result{
  padding-bottom:30px;
  border-bottom:1px solid #eaeaea;
  margin-bottom:30px;
}
.search-result .info{
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size:12px;
  color:#999999;
  font-style: normal;
  margin:5px 0 5px 0;
}

.search-result .info a{
  color:#999999;
}
.search-result .info a:hover{
  color:#666666;
}

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

body.home div.two_fifth{
  width: 322px;
  padding-right: 30px;
}

#latestposts .teasertext{
  width:215px;
  float:left;
}

#latestposts .entry{
  width:215px;
  height:250px;
  float:left;
  margin-left:20px;
}
#latestposts .entry h4{
  margin:0;
  font-size:13px;
}
#latestposts .entry .date{
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size:12px;
  color:#999999;
  font-style: normal;
  margin:5px 0 5px 0;
}

#latestposts .entry a.readmore{
  display:block;
  color:#ec7100;
  font-weight:700;
  font-size:11px;
  line-height:11px;
  text-transform: uppercase;
  margin-top:10px;
  width:75px;
  background: #ffffff;
  -webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}
#latestposts .entry a.readmore:hover{
  background: #ec7100 url(framework/images/arrow2.png) no-repeat right center;
}

/* ----------------------------------------------------- */

#latestwork{
  background: #f3f3f3;
  border-bottom:5px solid #eaeaea;
  margin:-40px -20px -40px -20px;
  padding:40px 20px 40px 20px;
  position: relative;
}

#latestwork .teasertext{
  width:215px;
  float:left;
}
#latestwork .entry{
  overflow: hidden;
  position: relative;
  width:215px;
  height:140px;
  margin-left:20px;
  float:left;
  background-color: #ffffff;
  text-align: center;
  -webkit-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
     -moz-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
      -ms-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
       -o-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
          transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
}

#latestwork .entry:hover {
  background-color: #ffffff;
  border-color:#ec7100;
}
body.home #latestwork .entry:hover {
  border-color: #d3d3d3;
}
#latestwork .entry:hover h4 a{
  color:#ec7100;
}

#latestwork .entry:hover img{
  border-color:#ec7100;
}

#latestwork .entry img{
  border-bottom:5px solid #e4e4e4;
  -webkit-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
     -moz-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
      -ms-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
       -o-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
          transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
}
#latestwork .entry h4{
  font-size:14px;
  margin:15px 0 2px 0;
  padding:0;
  font-weight:400;
}
#latestwork .entry .work-description span{
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size:12px;
  line-height:16px;
  color:#999999;
  font-style: italic;
  padding:0 20px;
}

#latestwork .entry .prettyPhoto .zoom{
  position: absolute;
  top:0;
  left:-215px;
  display: block;
  width:215px;
  height:140px;
  background: url(framework/images/zoom.png) no-repeat center center;
  opacity: 0;
}
#latestwork .entry .video .zoom{
  position: absolute;
  top:0;
  left:-215px;
  display: block;
  width:215px;
  height:140px;
  background: url(framework/images/zoom-video.png) no-repeat center center;
  opacity: 0;
}
#latestwork .entry .pic .zoom{
  position: absolute;
  top:0;
  left:-215px;
  display: block;
  width:215px;
  height:140px;
  background: url(framework/images/zoom-pic.png) no-repeat center center;
  opacity: 0;
}

a.work-carousel-prev{
  width:19px;
  height:19px;
  background: #cccccc url(framework/images/small-prev.png) no-repeat 7px 6px;
  display: block;
  text-indent: -9999px;
  position: absolute;
  bottom:0px;
  right:50px;
}
a.work-carousel-prev:hover{
  background-color: #ec7100;
}
a.work-carousel-next{
  width:19px;
  height:19px;
  background: #cccccc url(framework/images/small-next.png) no-repeat 7px 6px;
  display: block;
  text-indent: -9999px;
  position: absolute;
  bottom:0px;
  right:30px;
}
a.work-carousel-next:hover{
  background-color: #ec7100;
}

.work-carousel-prev.disabled, .work-carousel-next.disabled {visibility: hidden}

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

.type-post{
  padding-bottom:30px;
  margin-bottom:30px;
}

.dotted{
  background: url(framework/images/dotted.png) repeat-x bottom left;
}

.type-post p{
  margin-bottom:20px;
}

#content-part div.type-post.single-post{
  border-bottom:none;
  margin-bottom:0;
  padding-bottom:0;
}

.post-thumb{
  width:210px;
  float:left;
}
.post-thumb a{
  position: relative;
  display:block;
  overflow: hidden;
  width:200px;
  height:200px;
  border:5px solid #f5f5f5;
  transition: border-color 0.4s linear;
    -moz-transition: border-color 0.4s linear;    /* FF3.7+ */
    -o-transition: border-color 0.4s linear;      /* Opera 10.5 */
    -webkit-transition: border-color 0.4s linear; /* Saf3.2+, Chrome */
}

.post-thumb .zoom{
  position: absolute;
  top:0;
  left:-200px;
  display: block;
  width:200px;
  height:200px;
  background: url(framework/images/zoom.png) no-repeat center center;
  opacity: 0;
  display: none;
}

.big-post-thumb{
  margin-bottom:20px;
  display: none;
}
.big-post-thumb img{
  border-bottom:5px solid #ec7100;
  padding:0px;
}

.post-entry{
  width:430px;
  margin-left:30px;
  float:left;
  padding-top:10px;
}
.post-entry h2{
  margin-bottom:15px;
  line-height:26px;
}
.post-entry a.readmore{
  display:block;
  color:#ec7100;
  font-weight:700;
  font-size:11px;
  line-height:11px;
  padding-bottom:1px;
  text-transform: uppercase;
  margin-top:10px;
  width:75px;
  -webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}
.post-entry a.readmore:hover{
  background: #ec7100 url(framework/images/arrow2.png) no-repeat right center;
}

.postmetadata{
  display:none;
}

.single-post .meta{
  background: url(framework/images/dotted.png) repeat-x bottom left;
  padding-bottom:20px;
  margin-bottom:22px;
}

.meta{
  display: block;
  font-size:11px;
  text-transform: uppercase;
  color:#999999;
  margin-bottom:10px;
}
.meta strong{
  font-weight:700;
}
.meta a{
  font-weight:700;
  color:#999999;
}
.meta a:hover{
  color:#ec7100;
}

.navigation a{
  font-size:11px;
  text-transform: uppercase;
  font-weight:700;
  color:#999999;
}
.navigation a:hover{
  color:#ec7100;
}
.navigation .prev-posts{
  float: left;
}
.navigation .next-posts{
  float: right;
}

/* RESTYLE BLOG */

#page {
  padding: 0 20px;
}

#content-part {
  width: 640px;
}

.careers #content-part {
  width: 710px;
}

.twocol {
  width: 48.5%;
  margin: 0 3% 0 0;
  float: left;
}

body.blog #content-part > div:nth-child(2n),
body.archive #content-part > div:nth-child(2n) {
  margin-right: 0;
}

.post-entry {
  width: auto;
  padding-top: 0;
  margin-left: 0;
}

.post-entry h2,
.post-entry h2 a{
  font-size: 24px;
  line-height: 30px;
  color: #000;
  font-weight: 300;
}

.twocol .post-entry h2,
.twocol .post-entry h2 a{
  font-size: 14px;
  line-height: 22px;
  color: #000;
  font-weight: bold;
  margin-bottom: 12px;
}

.post-entry .meta {
  font-size: 14px;
  color: #000;
  text-transform: none;
  margin-bottom: 26px;
  position: relative;
  padding-left: 40px;
}

.post-entry .meta img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  margin-bottom: -10px;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: -3px;
}

.post-entry .meta a {
  color: #999999;
  text-decoration: underline;
  font-weight: normal;
}

.post-thumb,
.post-thumb a,
.post-thumb img {
  width: 100%;
  margin-left: 0;
  border: none;
  opacity: 1 !important;
  height: auto;
  margin-bottom: 12px;
}
.post-thumb img {
  margin-left: 0;
}
.post-entry .post-thumb,
.post-entry .post-thumb a,
.post-entry .post-thumb img {
  height: auto;
  width: 100%;
  margin-bottom: 0;
}
.post-entry .post-thumb {
  margin-bottom: 10px;
}
body.blog .post-thumb,
body.blog .post-thumb a,
body.blog .post-thumb img,
body.archive .post-thumb,
body.archive .post-thumb a,
body.archive .post-thumb img {
  height: 170px;
}
body.blog #page #content-part .post:first-child .post-thumb,
body.blog #page #content-part .post:first-child .post-thumb a,
body.blog #page #content-part .post:first-child .post-thumb img,
body.archive #page #content-part .post:first-child .post-thumb,
body.archive #page #content-part .post:first-child .post-thumb a,
body.archive #page #content-part .post:first-child .post-thumb img  {
  height: auto;
}

.entry p {
  font-size: 14px !important;
  line-height: 22px;
  font-weight: 300;
}
.post-entry .entry {
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}

.entry a.readmore {
  font-size: 14px !important;
  display: block;
  background: #1cae85 !important;
  padding: 6px 19px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-right: 5px;
  margin-bottom: 5px;
  color: #fff !important;
  margin-top: 20px;
  text-transform: none;
  font-weight: normal;
  width: 115px;
  line-height: 22px;
}
.entry a.readmore:hover {
  border: none;
  text-decoration: underline;
}
.post-entry .entry .more-link a {
  font-size: 18px !important;
  display: inline-block;
  background: #1cae85 !important;
  padding: 6px 19px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-right: 5px;
  margin-bottom: 5px;
  color: #fff !important;
  margin-top: 20px;
  line-height: 34px;
}
.post-entry .entry .more-link:hover a {
  border: none;
  text-decoration: underline;
}

.latest,
.recent {
  font-size: 14px;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 6px;
  margin-bottom: 20px;
  margin-top: 50px;
}
.recent {
  display: block;
  float: none;
  clear: both;
  margin-top: 20px;
  border-bottom: none;
}

.navigation {
  display: block;
  float: none;
  clear: both;
  border-top: 1px solid #dedede;
  padding: 10px 20px;
  margin-left: -20px;
  width: 100%;
}

@media only screen and (max-width: 959px) and (min-width: 768px) {
  body.blog .navigation,
  body.archive .navigation {
    width: 738px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  body.blog .navigation,
  body.archive .navigation {
    width: 450px;
  }
}
@media only screen and (max-width: 767px) {
  body.blog .navigation,
  body.archive .navigation {
    width: 100%;
  }
}

.navigation a {
  font-size: 14px;
  text-transform: none;
  font-weight: normal;
}

#content-part h1,
#content-part h1 > * {
  font-size: 36px;
  line-height: 45px;
  font-weight: 300;
  border: none;
  color: #434242 !important;
}

.single-post .meta {
  background: none;
  padding-bottom: 0;
}

.single-post .entry p {
  font-size: 18px !important;
  line-height: 30px;
}
.single-post .entry p.wp-caption-text {
  font-size: 12px !important;
  line-height: 20px;
  font-style: italic;
  margin-bottom: 5px !important;
}
.single-post .entry h2,
.single-post .entry h2 > * {
  font-size: 24px;
  line-height: 35px;
}

.entry blockquote {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #636363;
  font-style: italic;
  background: none;
  font-size: 18px !important;
  line-height: 30px;
  padding: 10px 10px 10px 180px;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  position: relative;
  margin-top: 50px;
  margin-bottom: 20px;
}
.entry blockquote:before {
  content: '';
  display: block;
  width:98px;
  height:72px;
  position: absolute;
  top: -25px;
  left: 40px;
  background: url(framework/images/blockquote2.png) no-repeat 0 0;
}
.entry blockquote > * {
  font-size: 18px !important;
  line-height: 30px;
  color: #636363;
  margin-bottom: 0;
}

.kacheln {
  overflow: auto;
}

.careers .kacheln {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.kachel {
  width: 178px;
  margin-right: 20px;
  border: 1px solid #eaeaea;
  border-top: 3px solid #d5d5d5;
  float: left;
  padding: 20px;
  height: 330px;
  position: relative;
  margin-bottom: 25px;
}

.careers .kachel {
  width: 173px;
  min-height: 260px;
  height: auto;
  overflow-y: hidden;
  border-top: 3px solid #1cae85;;
}

.careers .page-content {
  margin-bottom: 30px;
}

.kachel .color {
  position:absolute;
  top:-3px;
  left:-1px;
  right:-1px;
  height:3px;
}
.kachel:nth-child(4n) {
  margin-right: 0;
}

.careers .kachel:nth-child(4n) {
  margin-right: 20px;
}

.kachel .post-thumb {
  margin-top: -5px;
  border-bottom: 1px solid #eaeaea;
  height: 165px;
  overflow: hidden;
  width: 100%;
}
.kachel .post-thumb img {
  width: 85%;
  margin-left: 7.5%;
}
.kachel .post-thumb .fakelink {
  border: none !important;
  display: block !important;
  width: auto !important;
  height: 175px !important;
  width: 175px !important;
}
.kachel h2 {
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  height: 75px;
  margin-bottom: 10px;
}

.kachel h2.job-title {
  height: auto;
}

.kachel .date,
.kachel .loc {
  display: block;
  line-height: 24px;
  font-size: 14px;
  color: #999999;
  padding-left: 23px;
  background: url('images/date.png') no-repeat left center;
}
.kachel .loc {
  background: url('images/loc.png') no-repeat left center;
}

.kachel .description {
    display: block;
    margin-bottom: 20px;
}

.kachel .moreinfo {
  color: #1cae85;
  font-size: 14px;
  line-height: 20px;
  display: block;
  margin-top: 10px;
}
.kachel .moreinfo:hover {
  text-decoration: underline;
}

body.page-template-index-termine-php .navigation {
  border: none;
}

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

#commentform{
  width:670px;
}

#respond, h3#comments{
  background: url(framework/images/dotted.png) repeat-x top left;
  padding-top:30px;
  margin-top:30px;
}
#reply-title small a {

}
a#cancel-comment-reply-link{
  color:#ec7100;
  font-weight:600;
  display:block;
}
a#cancel-comment-reply-link:hover{
  color:#666666;
}
.logged-in-as{
  display:none;
}

.comment-notes, .form-allowed-tags{
  display:none;
}

#respond p.comment-form-author {
  float: left;
  width: 320px;
  position: relative;
}
#respond p.comment-form-email {
  float: right;
  width: 320px;
  position: relative;
}
#respond p.comment-form-url {
  clear: both;
  margin:0px 0 20px 0;
  padding-top:20px;
}


/* Comment form labels */

#respond label {
  font-size:11px;
  text-transform: uppercase;
  color:#999999;
  margin-bottom:10px;
  font-weight:600;
  padding:0 0 0px 1px;
  cursor: pointer;
}

#respond span.required {
  font-size:11px;
  text-transform: uppercase;
  color:#999999;
}

/* Comment form inputs and textarea elements */

#respond input, #respond textarea {
  display: block;
  width: 648px;
  padding:10px;
  border:1px solid #d5d5d5;
  color:#666666;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial;
  font-weight:400;
  font-size:12px;
  margin-top:2px;
}

#respond input:focus, #respond textarea:focus {
  border-color:#999999 !important;
  outline: none;
}

#respond p.comment-form-author input {
  width:298px;
  padding:10px;
  border:1px solid #cccccc;
}

#respond p.comment-form-email input {
  width:298px;
  padding:10px;
  border:1px solid #cccccc;
}

#commentform #submit{
  display:inline;
  width:auto;
  margin: 10px 0 0 0;
  text-decoration: none;
  font-weight: 700;
  background: #999999;
  color:#ffffff;
  font-size: 12px;
  line-height: 12px;
  padding: 6px 12px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border:none;
  cursor: pointer;
  margin-top:20px;
  margin-bottom:10px;
}
#commentform #submit:hover{
  background-color:#ec7100;
  color:#ffffff;
}


h3#comments, h3#reply-title{
  font-size:12px;
  font-weight:600;
  text-transform: uppercase;
  margin-bottom:30px;
}

.comment-list li{
  margin-bottom:30px;
}
.comment-list li:last-child{
  margin-bottom:8px !important;
}

.comment-list .children{
  margin-left:66px;
  margin-top:30px;
}

.comment-list li .avatar{
  width:38px;
  float:left;
  margin-right:20px;
}
.comment-list li .avatar img{
  border:2px solid #f5f5f5;
}

.comment-list .author{
  border-bottom:1px dotted #dedede;
  margin-bottom:10px;
  padding-bottom:10px;
}

.comment-list .author span{
  font-weight:700;
  display:block;
  color:#434242;
}
.comment-list .author .date{
  font-size:11px;
  color:#999999;
}
.comment-list .author .date a{
  color:#999999;
}
.comment-list .author .date a:hover{
  color:#333333;
}

.comment-list li .comment-text{
  margin-left:58px;
  background: #f1f1f1 url(framework/images/comment-list.png) no-repeat 0px -47px;
  padding: 20px 20px 20px 30px;
}
.comment-list li .comment-text .text p{
  font-size:12px !important;
}

/* ----------------------------------------------------- */
/* Work Item */
/* ----------------------------------------------------- */

.posts-nav{
  position: absolute;
  top:22px;
  right:20px;
  width:41px;
  height:20px;
}

.posts-prev a{
  display:block;
  width:20px;
  height:20px;
  background: #cccccc url(framework/images/small-prev.png) no-repeat 8px 7px;
  text-indent: -9999px;
  float: right;
}
.posts-next a{
  display:block;
  width:20px;
  height:20px;
  background: #cccccc url(framework/images/small-next.png) no-repeat 8px 7px;
  text-indent: -9999px;
  float: right;
  margin-left:1px;
}
.posts-prev a:hover, .posts-next a:hover{
  background-color: #ec7100;
}

#filters{
  background: #ffffff;
  border-bottom:1px solid #dedede;
  margin:0 -20px 0 -20px;
  padding:10px 30px;
}
#filters li{
  display: block;
  float:left;
  margin-right:20px;
}
#filters li a{
  display: block;
  float:left;
  padding:0px 20px 0px 0;
  border-right:1px solid #efefef;
  font-size:11px;
  font-weight:400;
  text-transform: uppercase;
}
#filters li:last-child a{
  border-right: none;
}
#filters li a:hover{
  color:#ec7100;
}

#container{
  width:940px;
  padding:30px 20px 10px 20px;
  margin:-30px -20px -60px -20px;
  background: #f3f3f3;
  border-top:5px solid #eaeaea;
}
body.page-template-page-work-php #container {
  background: #fff;
}

.work-item{
  overflow: hidden;
  position: relative;
  width:213px;
  height:140px;
  margin-left:10px;
  margin-right:10px;
  margin-bottom:15px;
  border: 1px solid #d5d5d5;
  float:left;
  background-color: #ffffff;
  text-align: center;
  -webkit-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
     -moz-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
      -ms-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
       -o-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
          transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
}

.work-item .prettyPhoto .zoom{
  position: absolute;
  top:0;
  left:-215px;
  display: block;
  width:215px;
  height:140px;
  background: url(framework/images/zoom.png) no-repeat center center;
  opacity: 0;
}
.work-item .video .zoom{
  position: absolute;
  top:0;
  left:-215px;
  display: block;
  width:215px;
  height:140px;
  background: url(framework/images/zoom-video.png) no-repeat center center;
  opacity: 0;
}
.work-item .pic .zoom{
  position: absolute;
  top:0;
  left:-215px;
  display: block;
  width:215px;
  height:140px;
  background: url(framework/images/zoom-pic.png) no-repeat center center;
  opacity: 0;
}

.work-item:hover {
  background-color: #ffffff;
  border-color:#ec7100;
}
.work-item:hover h3 a{
  color:#ec7100;
}

.work-item:hover img{
  border-color:#ec7100;
}

.work-item img{
  border-bottom:5px solid #e4e4e4;
  -webkit-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
     -moz-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
      -ms-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
       -o-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
          transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
}
.work-item h3{
  font-size:15px;
  margin:15px 0 2px 0;
  padding:0;
  font-weight:400;
}
.work-item .work-description span{
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size:12px;
  line-height:16px;
  color:#999999;
  font-style: italic;
  padding:0 20px;
}

#content-full div:nth-child(4n) .work-item{
  margin-right:0px;
}

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

.isotope,
.isotope .isotope-item {
  -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;
     -moz-transition-property: height;
      -ms-transition-property: height;
       -o-transition-property: height;
          transition-property: height;
}

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

/* ----------------------------------------------------- */
/* Details */

#work-slider{
  width:600px;
  position: relative;
}

#work-slider .flex-control-nav{
  display:none;
}

.work-detail-thumb{
  width:600px;
  float:left;
}

.work-detail-thumb img{

}
.work-detail-description{
  width:280px;
  float:left;
  margin-left:30px;
}
.work-detail-description h3{
  margin:0 0 5px 0;
  padding:0;
}
.work-detail-description .taxonomy{
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size:13px;
  line-height:16px;
  color:#999999;
  font-style: italic;
  margin-bottom:20px;
}

.work-detail-description p{
  margin-bottom:20px;
}

#embedd-video{
  width:600px !important;
  display: none;
}

/* ----------------------------------------------------- */
/* Sidebars */
/* ----------------------------------------------------- */

#sidebar h2{
  color:#434242;
  text-transform: uppercase;
  font-size:14px;
}

#sidebar{
  font-size:11px;
}

#sidebar .widget{
  margin-bottom:15px;
}

#sidebar li{
  background: url(framework/images/arrow.png) no-repeat 6px 11px;
}
#sidebar .widget_recent_entries li{
  background: url(framework/images/pen.png) no-repeat 0 10px;
}
#sidebar .widget_categories li{
  background: url(framework/images/category.png) no-repeat 0 10px;
}

#sidebar .widget_tag_cloud a, .meta-tags a{
  font-size:11px !important;
  display: inline-block;
  background: #f3f3f3;
  padding:3px 10px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-right:5px;
  margin-bottom:7px;
  color:#8A8A8A;
}


#sidebar .widget_tag_cloud a:hover, .meta-tags a:hover{
  background-color:#1cae85;
  color: #fff;
  border-bottom: 0;
}

#sidebar .widget_nav_menu li.current-menu-item a{
  color:#ec7100 !important;
}


#sidebar .widget_recent_comments li{
  background: url(framework/images/comment.png) no-repeat 0 11px;
  padding:5px 0 5px 16px;
  border-bottom:1px dotted #dedede;
}
#sidebar .widget_recent_comments li a{
  padding:0;
  border:none;
  display:inline;
}

#sidebar li a{
  display: block;
  color:#8a8a8a;
  border-bottom:1px dotted #dedede;
  padding:5px 0 5px 16px;

}

#sidebar a:hover{
  color:#ec7100;
  border-bottom: 1px solid #00916d;
}

#sidebar ul li:last-child a, #sidebar ul li:last-child{
  border-bottom:none;
}

#sidebar ul li ul li:last-child a{
  border-bottom:1px dotted #dedede;
}

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

#sidebar #searchform input{
  padding:6px 4px 6px 26px;
  border:1px solid #d5d5d5;
  color:#666666;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial;
  font-weight:300;
  font-size:14px;
  width:185px;
  background: #ffffff url(framework/images/search.png) no-repeat 8px 8px;
}
#sidebar #searchform input:focus{
  border:1px solid #999999;
}

.embed_code > iframe {
    width: 100%;
    height: auto;
}

#twitter_update_list li a{
  padding:0;
  margin:0;
  border-bottom:none;
}
#twitter_update_list li{
  display:block;
  padding-bottom: 10px !important;
  margin-bottom:10px;
  border-bottom:1px dotted #dedede;
}
#twitter_update_list li:last-child{
  border-bottom:none;
  padding:0;
  margin:0;
}

#flickr_tab{

}

#flickr_tab a{
  display:block;
  width:60px;
  height:60px;
  float:left;
  margin-right:11px;
  margin-bottom:11px;
}

#flickr_tab a img{
  width:60px;
  height:60px;
  border:0px solid #efefef;
  transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;    /* FF3.7+ */
    -o-transition: opacity 0.4s ease;      /* Opera 10.5 */
    -webkit-transition: opacity 0.4s ease; /* Saf3.2+, Chrome */
}
#flickr_tab a:hover img{
  opacity: 0.6;
}

.widget.popular-posts ul li {
  background: url(framework/images/pen.png) no-repeat 0 10px !important;
}

.widget.popular-posts ul li a:first-child {
  display: none !important;
}

/* ----------------------------------------------------- */
/* Content Styles */
/* ----------------------------------------------------- */


.hr{
  background: url(framework/images/dotted.png) repeat-x bottom left;
  height:1px;
  margin:35px 0px 40px 0px;
}

.hr2{
  border-bottom:1px solid #dedede;
  height:0px;
  margin:30px 0 30px 0;
}
.hr3{
  border-bottom:1px solid #dedede;
  height:0px;
  margin:40px -20px 40px -20px;
}


.shadow-top{
  height:6px;
  width:980px;
  background: url(framework/images/shadow-top.png) repeat-x top center;
  position: absolute;
  top:145px;
  left: 50%;
  z-index: 5;
  margin: 0 0 0 -490px;
  opacity: 0.2;
}
.shadow-top.fixed-top{
  position: fixed;
  top: 35px;
}


.col-4, .col-4-last{
  float:left;
  width:215px;
  margin-right:20px;
}
.col-4-last{
  margin-right:0;
}

/* ---------------------------------------------------- */
/* Standard Tags                    */

.sticky, .gallery-caption, .bypostauthor {}

strong, b{
  font-weight:bold;
}

em{
  font-style:italic;
}
del{
  text-decoration: line-through;
}

address{
  font-style:italic;
}

code, pre {
  display: block;
  font: 11px Consolas, "Andale Mono", Courier, "Courier New", monospace;
  background: #f5f5f5 url(framework/images/pre.png) repeat;
  border: 1px solid #ccc;
  padding: 18px 20px 18px 20px;
  margin: 0 0 18px;
  line-height: 19.2px;
  overflow: auto;
  overflow-Y: hidden;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

blockquote{
  font-family: Georgia, "Times New Roman", Times, serif;
  color:#999999;
  font-style: italic;
  background: #ffffff url(framework/images/blockquote.png) no-repeat 10px 6px;
  font-size:15px !important;
  padding:10px 10px 10px 50px;
}
blockquote p{
  font-size:15px !important;
  line-height:24px;
  margin:0 0 20px 0 !important;
  padding:0 !important;
}


table {
  margin: 0 0 20px 0;
  text-align: left;
  padding: 0 5px;
}

tr:nth-child(even) { background: #f7f7f7 }
tr:nth-child(odd) { background: #ffffff }

tr { border-bottom: 1px solid #e4e4e4; }

th,
td {
  padding: 5px;
  vertical-align: middle;
  text-align: center;

}

thead th{
  font-size:14px;
  font-weight:700;
  color:#777777;
  border:none;
  border-bottom:1px solid #cccccc;
  border-top:1px solid #cccccc;
  padding:10px 5px;
}


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

#breadcrumb{
  border-top:1px solid #dedede;
  border-bottom:5px solid #ebebeb;
  padding:5px 30px;
  color:#636363;
  font-size:11px;
  height:auto;
}
#breadcrumb a{
  color:#636363;
  text-decoration: none;
  background: url(framework/images/arrow.png) no-repeat center right;
  padding:0 13px 0px 0;
  margin:0 10px 0 0;
}
#breadcrumb a:hover{
  color:#ec7100;
}

/* ----------------------------------------------------- */
/* Last Tweets */

#lasttweet{
  background: #ec7100 url(framework/images/twitter.png) no-repeat 30px 11px;
  padding:10px 65px;
  font-size:11px;
  color:#ffffff;
  min-height:20px
}
#lasttweet a{
  color:#ffffff;
  text-decoration: none;
  border-bottom:1px solid rgba(255, 255, 255, 0.2);
}
#lasttweet a:hover{
  border-bottom:1px solid rgba(255, 255, 255, 1);
}

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

#footer{
  background: #636363;
  padding:40px 0px 40px 30px;
  color:#ffffff;
  font-size:11px;
}

#footer a{
  color:#c1c1c1;
  text-decoration: none;
}
#footer a:hover{
  color:#ffffff;
}

#footerlogo{
  color:#c1c1c1;
  font-size:11px;
}

#footerlogo h4{
  font-size:24px;
  font-weight:600;
  color:#ffffff;
  margin-bottom:15px;
}
#footerlogo h4 a{
  color:#ffffff;
  text-decoration: none;
}

#footer .widget h2{
  font-size:11px;
  color:#ffffff;
  text-transform: uppercase;
  font-weight:700;
  padding-bottom:10px;
  margin-bottom:10px;
  margin-top:-5px;
}
#footer .widget li{
  border-bottom:1px dotted #777777;
  padding:5px 0;
  font-size:11px;
}
#footer .widget ul{
  border-top:1px solid #777777;
}

#footer #searchform input{
  padding:6px 4px 6px 26px;
  border:1px solid #777777;
  color:#999999;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial;
  font-weight:400;
  font-size:11px;
  width:185px;
  background: #636363 url(framework/images/search.png) no-repeat 8px 8px;
}
#footer #searchform input:focus{
  border:1px solid #ffffff;
  color:#ffffff;
}

/* ----------------------------------------------------- */
/* Copyright */

#copyright{
  background: #464646;
  padding:10px 30px;
  color:#b5b5b5;
  font-size:11px;
  position: relative;
}
#copyright a{
  text-decoration: none;
  color:#b5b5b5;
  border-bottom:1px solid #666666;
}
#copyright a:hover{
  color:#ffffff;
  border-bottom:1px solid #999999;
}

#back-to-top{
  position: absolute;
  top:12px;
  right:20px;
}
#back-to-top a{
  border: none;
  opacity: 0.6;
  transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;    /* FF3.7+ */
    -o-transition: opacity 0.4s ease;      /* Opera 10.5 */
    -webkit-transition: opacity 0.4s ease; /* Saf3.2+, Chrome */
}
#back-to-top a:hover{
  opacity: 1;
  border: none;
}

/* ----------------------------------------------------- */
/* REIZWERK added by s.rei */

/* >> LANG SWITCH @ HEADER */
#header #lang_switch_ps {
  position: absolute;
  right: 0;
  top: 44px;
  margin: 0 30px 0 0;
  font-size: 10px;
  text-align: right;
}
#header #lang_switch_ps span{
  color: #17a989;
}
#header #lang_switch_ps:hover span{
  color: #a5a5a5;
}
#header #lang_switch_ps a{
  color: #a5a5a5;
  border-bottom: 1px solid #e7e7e7;
}
#header #lang_switch_ps a:hover{
  color: #17a989;
  border-bottom: 1px solid #17a989;
}

/* >> Static ArticleImage @ HEADER */
.headline-slider {
  height: 220px;
  overflow: hidden;
  border-top: 1px solid #d5d5d5;
}
.headline-slider img{
  height: 220px;
}
.no-headline-slider {
  height: 145px;
}
/* >> PAGE HEAD SLIDER MOD! Template */

body.page-template-page-slidehead-php .entry{
  padding-top: 220px;
}
body.page-template-page-slidehead-php .sidebar-right {
  margin-top: 220px;
}
body.page-template-page-slidehead-php .inpageslider{
  position: absolute;
  left: 0;
  top: 0;
  width: 980px;
  overflow: hidden;
  clear: both;
}
body.page-template-page-slidehead-php .inpageslider ol.flex-control-nav{
  background: #f5f5f5;
  height: 6px;
}
body.page-template-page-slidehead-php .inpageslider ul.flex-direction-nav{
  top: 180px;
  right: 60px;
  position: absolute;
}

/* >> STARTPAGE LOGOLINE UP @ FOOTER */
div.logolineup {
  height: 123px;
  padding: 23px 30px 18px 118px;
  overflow: hidden;
  display: none;
}
div.logolineup .logolineup_item {
  height: 123px;
  width: 215px;
  margin: 0 20px 0 20px;
  float: left;
  display: block;
  background-position: top center;
}
div.logolineup .logolineup_item:hover {
  background-position: bottom center;
}

/* >> Kontakt Seite Spacer */
.contact_spacer {
  height: 45px;
    background: url(framework/images/dotted.png) repeat-x center left;
}
/*Google Maps*/
.google_maps{
  width:980px;
  height: 350px;
  position: relative;
  margin-top: -30px;
  margin-left: -20px;
  margin-bottom: 0px;
  border-top: 1px solid #D5D5D5;
}
.mapobject {
    width: 100%;
  height: 350px;
    background: #0A67D;
}
.mapobject .marker {
    width: 50px;
    height: 50px;
    background: #E5E3DF;
}
.mapobject .gmnoprint {
    opacity: 0 !important; height: 0 !important; visibility:hidden !important;
}

.page-template-index-termine-php .post-thumb .zoom {
  display: none;
}
.page-template-index-termine-php .post-thumb span.fakelink{
  position: relative;
  display:block;
  overflow: hidden;
  width:200px;
  height:200px;
  border:5px solid #f5f5f5;
}

.post h2.top-margin {
  display: none;
}

/* button CTAs */
.button img{
  display: none;
}

video {
  width: 100%;
}

@media screen and (max-width: 768px) {
  video {
    display: none !important;
  }

  .careers .kachel {
    min-height: 0px;
  }

  .careers .kachel .post-entry {
    margin: 0;
  }

}

/* Hide HORTICULTURE link filter on references page */
.page-template-page-work-php #filters .termid-19 {
  display: none;
}

/* ----------------------------------------------------- */
/* RW Science Sites Lanuage = OFF! @ 24.05.2013
/* ----------------------------------------------------- */

body.parent-pageid-2 .inline_langswitch,
body.parent-pageid-1815 .inline_langswitch{
  display: none;
}

/* ----------------------------------------------------- */
/* EOF */
/* ----------------------------------------------------- */

ul.slides.en .de{
  display: none;
}
ul.slides.en .nl{
  display: none;
}

ul.slides.de .en{
  display: none;
}
ul.slides.de .nl{
  display: none;
}

ul.slides.nl .en{
  display: none;
}
ul.slides.nl .de{
  display: none;
}


ul.slides .flex-caption {}
ul.slides .flex-caption h2{
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial;
  font-style: normal;
  border-bottom: 2px solid #eee;
  font-size: 150%;
  line-height: 150%;
  display: inline-block;
}
ul.slides .flex-caption li{
  background: no-repeat url(framework/images/slides-list-x.png) left 9px;
  padding: 0.5% 0 0.5% 20px;
  color: #eee;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial;
  font-style: normal;
}
ul.slides .flex-caption a.cta{
  display: inline-block;
  font-size: 14px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial;
  font-style: normal;
  color: white;
  font-weight: 600;
  text-indent: 0;
  margin: 2% 0 1% 0;
  height: 34px;
  line-height: 34px;
    padding: 0px 14px;
  width: auto;
  background: #00ac86;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.1s linear all;
  -moz-transition: 0.1s linear all;
  -ms-transition: 0.1s linear all;
  -o-transition: 0.1s linear all;
  transition: 0.1s linear all;
  border: 1px solid #00ac86;
}
ul.slides .flex-caption a.cta:hover{
  background-color:#00c49f;
  color: #ffffff;
  text-decoration: none;
  border: 1px solid #00ac86;
}

#social.mobile {
  display: none;
}

/* ----------------------------------------------------- */
/* EOF RW Slide Fix */
/* ----------------------------------------------------- */
