@charset utf-8;

html,body,div,span,object,iframe,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,var,fieldset,form,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,dialog,figure,footer,header,hgroup,menu,nav,section,time,mark,audio,video{
  margin:0;
  padding:0;
  vertical-align:baseline;
}
article,aside,dialog,figure,footer,header,hgroup,menu,nav,section,mark,audio,video {
  display:block;
}
textarea{
  font:101%/1.5em Arial, Helvetica, sans-serif;
}
blockquote{
  quotes:none;
  border-left: 1px solid #CCCCCC;
  font-style: italic;
  margin-left: 2em;
}
q{
  quotes:none;
  font-style: italic;
}
blockquote:before,blockquote:after,q:before,q:after{
  content:'';content:none;
}
:focus{
  outline:none;
}

/* Baseline and common looks - Sets a vertical rhythm and styles the different elements.
 */
a{
  color:#E4451A;
  text-decoration:underline;
  border:0;
}
a:hover,a:focus{
  text-decoration:none;
}
a img{
  border:0;
}
abbr,acronym{
  border-bottom:1px dotted;
  cursor:help;
  font-variant:small-caps;
}
address,cite,em,i{
  font-style:italic;
}
blockquote p{
  margin:0 1.5em 1.5em;
  padding:0.75em;
}
code,kbd,tt{
  font-family:"Courier New", Courier, monospace, serif;
  line-height:1;
}
del{
  text-decoration:line-through;
}
dfn{
  border-bottom:1px dashed;
  font-style:italic;
}
dl{
  margin:0;
}
dt{
  font-weight:700;
}
dd{
  margin:0 0 1.5em 0;

}
h1,h2,h3,h4,h5,h6{
  font-weight:700;
  padding:0;
}
h1{
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size:.2.5em;
  line-height:1.5em;
  font-weight:normal;
  margin:0 0 0.5em;
  color:#000;
  text-transform:uppercase;
}
h2 {
  font-size:2em;
    .blau {color: #00A2D8}
    .rot {color: #E2001A} 
    .gruen {color: #97BE0D}
    .gelb {color: #FFEB00}
  line-height:1.2em;
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  text-transform:uppercase;
  font-weight:normal;
 /* margin:0 0 1em;*/
    margin:0.4em 0  0.4em 0;
  
}
h2.csc-firstHeader { margin:0 0  0.4em; 0}
  h2 a {
    text-decoration:none;
    }
  h2 a:hover {
    color:#00A2D8;
    }
h3{
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  text-transform:uppercase;
    font-size: 1.85em;
    color:#97BE0D;
    margin:0 0 1em;
  font-weight:normal;
}
/*
  h3 a {
    color:#E64415;
    text-decoration:none;
    }
  h3 a:hover {
    color:#E64415;
    }
    */
h4{
  font-size:1.41em;
  line-height:1.2em;
  color:#000;
  font-weight:normal;
  margin:0 0 1.5em;
  
}
#join-the-club h4 {margin:0 0 0.6em;}
h5{
  font-size:0.8333em;
  margin:0 0 1em;
}
h6{
  font-size:0.666em;
  margin:0 0 2.25em;
}
img{
  display:inline-block;
  vertical-align:text-bottom;
}
ins{
  text-decoration:overline;
}
mark {
  background-color:#ff9;
  color:#000;
  font-style:italic;
  font-weight:bold;
}
ol{
  list-style:outside decimal;
}
p{
  font-weight:300;
  margin:0 0 1.5em;
}
pre{
  font-family:"Courier New", Courier, monospace, serif;
  margin:0 0 1.5em;
  border-left: 1px solid #CCCCCC;
  margin-left: 2em;
  padding-left: 2em;
}
sub{
  top:0.4em;
  font-size:0.85em;
  line-height:1;
  position:relative;
  vertical-align:baseline;
}
sup{
  font-size:0.85em;
  line-height:1;
  position:relative;
  bottom:0.5em;
  vertical-align:baseline;
}
strong,b{
  font-weight:700;
}
ul{
  list-style:outside square;
}
ul,ol{
  margin:0 0 1.5em 1.5em;
  padding:0;
}
ul li {
  padding-bottom:.5em;
  }
  ul li a {
    text-decoration:none;
    }
  ul li a:hover {
    text-decoration:underline;
    }
li ul{
  padding:0;
  margin:0 0 0 2em;
  list-style-position:outside;
  list-style-type:circle;
}
li ol {
  padding:0;
  margin:0 0 0 2em;
  list-style-position:outside;
}
/*table{
  border-collapse:collapse;
  border-spacing:0;
  margin:0 0 1.5em;
  padding:0;
  width:100%;
  border:none;
}*/
table{
  border-collapse:collapse;
  border-spacing:0;
  margin:0 0 0;
  padding:0;
  width:100%;
  border:none;
}

caption{
  font-style:italic;
  text-align:left;
}
tr.alt td{
  background:#eee;
}
/*
td{
  border:0;
  padding:0.5em 1em;
  vertical-align:middle;
  border-bottom:1px solid #eee;
  line-height:1.5em;
}
*/
td{
  border:0;
  padding:0;
  vertical-align:middle;
  line-height:1.5em;
}
th{
  font-weight:700;
  padding:0.5em 1em;
  vertical-align:middle;
  background:#eee;
  text-align:left;
}
button{
  -x-system-font: none;
  cursor:pointer;
  display:block;
  font-size:0.99em;
  height:2em;
  line-height:1.5em;
  margin:0.8em 0 0;
  padding:0 0.5em;
}
button::-moz-focus-inner {
  border: 0;
}
fieldset{
  border:0;
  margin:0 0 1.5em;
  position:relative;
  padding:1.5em 0 0;
}
fieldset fieldset{
  clear:both;
  margin:0 0 0.75em;
  padding:0 0 0 1.5em;
}
input{
  border:1px solid #ccc;
  border-bottom-color:#eee;
  border-right-color:#eee;
  font-size:1em;
  padding:.5em .3em;
  margin:0 0 0.75em;
}
input[type=file]{
  height:2.25em;
  font-size:1em;
  padding:0;
  border:0;
  border:1px solid #ccc !ie;
}
textarea{
  border:1px solid #ccc;
  border-bottom-color:#eee;
  border-right-color:#eee;
  margin:0;
  padding:.3em;
}
select{
  border:1px solid #ccc;
  border-bottom-color:#eee;
  border-right-color:#eee;
  font-size:1em;
  line-height:1.5em;
  margin-bottom:0.75em;
  padding:0.25em;
  height:2.25em;
}
optgroup {
  font-weight:700;
  font-style:normal;
  text-indent:0.2em;
}
optgroup + optgroup {
  margin-top:1em;
}
option{
  font-size:1em;
  height:1.5em;
  padding:0;
  text-indent:1em;
}
label{
  cursor:pointer;
  display:block;
  margin:0;
  padding:0;
 
}
label input{
  background:0;
  border:0;
  line-height:1.5em;
  margin:0 0.5em 0 0;
  padding:0;
  width:auto;
}
legend{
  font-size:1.1666em;
  font-weight:700;
  left:0;
  margin:0;
  padding:0;
}




/* General
---------------------------------------- */
html,
body {
  min-width:960px;
  }
body{
  background: #fff;
  background:url(../images/body-bg.png) no-repeat 50% 0;
  color: #000000;
  font: 100%/1.3125em Arial, Helvetica, sans-serif;
  position:relative;
}

#main {
  font-size:.75em;
}
.container {
  width: 980px;
  margin: 0 auto;
  position:relative;
}




/* Header
---------------------------------------- */
#header {
  height:215px;
  position:relative;
  z-index:99;
}

/* Twitter link */
#twitter-link {
  display:block;
  position:absolute;
  right:40px;
  top:115px;
  color:#222;
  background:url(../images/twitter.png) no-repeat 0 0;
  width:132px;
  height:64px;
  overflow:hidden;
  }
/* languages */
#menu-languages {  
position:absolute;
  left:912px;
  top: 80px;
  margin:0 -5px 0 0;
  }
  #menu-languages img {padding-left:2px;}
/* Logo */
.logo {
  position:absolute;
  left:0;
  top: 85px;
  }
  .logo h1,
  .logo h2 {
    font-size: 2em;
    line-height:1.2em;
    margin-bottom:0;
    float:left;
    }
    .logo h1 a,
    .logo h2 a {
      color:#222;
      text-decoration:none;
      }
  .logo img {
    float:left;
    }
  .logo .description {
    float:left;
    border-left:1px solid #b5b5b5;
    padding: 5px 0 15px 18px;
    margin: 0px 0 0 20px;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 25px;
    line-height:1em;
    text-transform:uppercase;
    color:#000;
    width:630px;
    }



/* Header widget */
#widget-header {
  
}
  .widget-header {
    
    }

/* Request a quote */
#widget_my_requestquotewidget {
  width:100%;
  overflow:hidden;
  margin-bottom:3em;
  }
  
  .before-content-boxes {
    width:100%;
    overflow:hidden;
    }
  .extra-box {
    float:left;
    width:316px;
    margin-left: 16px;
    margin-bottom:20px;
    }
 
    .extra-box:first-child {
      margin-left:0;
      }
      .extra-box h3 {
        padding:14px 0 14px 20px;
        margin-bottom:0;
        }
    .extra-box a {
      display:block;
      color:#000;
      text-decoration:none;
      -webkit-transition: all .2s ease-in-out;
      -moz-transition: all .2s ease-in-out;
      -o-transition: all .2s ease-in-out;
      }
    .extra-box a:hover {
      background-color:#E64415;
      color:#e6e6e6;
      }
  .box {
    background:#E64415;
    }
  .button-outdent {
    
    }

/* Slider
---------------------------------------- */
#slider-wrapper {
  height:250px;
  overflow:hidden;
  position:relative;
  margin-bottom:16px;
  }
#slider {
  position:relative;
  width:980px;
  height:250px;
  background:url(../images/ajax-loader.gif) no-repeat 50% 50% #000;
}
#slider img {
  position:absolute;
  top:0px;
  left:0px;
  display:none;
}
#slider a {
  border:0;
  display:block;
}


/* The Nivo Slider styles */
.nivoSlider {
  position:relative;
}
.nivoSlider img {
  position:absolute;
  top:0px;
  left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  border:0;
  padding:0;
  margin:0;
  z-index:60;
  display:none;
}
/* The slices in the Slider */
.nivo-slice {
  display:block;
  position:absolute;
  z-index:50;
  height:100%;
}
.nivo-box {
  display:block;
  position:absolute;
  z-index:5;
}
/* Caption styles */
.nivo-caption {
  position:absolute;
  left:0px;
  bottom:0px;
  background:#000;
  color:#fff;
  opacity:0.8; /* Overridden by captionOpacity setting */
  width:100%;
  z-index:89;
}
.nivo-caption p {
  padding:5px;
  margin:0;
}
.nivo-caption a {
  display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
  position:absolute;
  top:45%;
  z-index:99;
  cursor:pointer;
}
.nivo-prevNav {
  left:0px;
}
.nivo-nextNav {
  right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
  position:absolute;
  width:845px;
  height:20px;
  left:0;
  bottom:-20px;
  text-align:center;
}
.nivo-controlNav a {
  position:relative;
  z-index:99;
  cursor:pointer;
  display:inline-block !important;
}
.nivo-controlNav a.active {
  font-weight:bold;
}

.nivo-directionNav {
  position:absolute;
  right:0;
  top:0;
  width:33px;
  }
.nivo-directionNav a {
  display:block;
  width:33px;
  height:33px;
  text-indent:-9999px;
  border:0;
  background:url(../images/prev-next-sprite.png) no-repeat 0 0;
  position:relative;
}
a.nivo-nextNav {
  background-position:100% 100%;
}
a.nivo-nextNav:hover {
  background-position:0 -33px;
  }
a.nivo-prevNav {
  background-position:0 0;
}
a.nivo-prevNav:hover {
  background-position:-33px 0;
  }

#slider .nivo-controlNav img {
  display:inline; /* Unhide the thumbnails */
  position:relative;
  margin-right:10px;
  width:120px;
  height:auto;
}

/* Navigations
---------------------------------------- */

/* Primary navigation */
nav.primary {
  background:url(../images/sf-menu-bg.gif) no-repeat 0 0 #000;
  width:100%;
  height:68px;
}

/* Essential styles for dropdown menu */
.sf-menu, .sf-menu * {
  margin:      0;
  padding:    0;
  list-style:    none;
}
.sf-menu {
  line-height:  1.0;
}
.sf-menu ul {
  position:    absolute;
  top:      -999em;
  width:      140px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
  width:      100%;
}
.sf-menu li:hover {
  visibility:    inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
  float:      left;
  position:    relative;
}
.sf-menu a {
  display:    block;
  position:    relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
  left:      1px;
  top:      68px; /* match top ul list item height */
  z-index:    99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
  top:      -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
  left:      139px; /* match ul width */
  top:      0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
  top:      -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
  left:      10em; /* match ul width */
  top:      0;
}


/* Our skin for dropdown menu */
.sf-menu {
  width:100%;
}
.sf-menu a {
  text-decoration:none;
}
.sf-menu a  {
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  color:#fff;
  text-decoration:none !important;
}
.sf-menu > li > a {
  border-left:1px solid #303030;
  line-height:68px;
  font-size:13px;
  width:139px;
  text-align:center;
  text-transform:uppercase;
  }
.sf-menu > li:first-child > a {
  border-left:none;
  width:140px;
  }
.sf-menu li {
  
}
.sf-menu li li {
  background:#000;
}
.sf-menu li li a {
  padding:11px 0 11px 10px;
  }
.sf-menu li li li {
  
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active, .sf-menu > li.current-menu-item > a {
  background:    #E64415;
  outline:    0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
  padding-right:   2.25em;
  min-width:    1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
  position:    absolute;
  display:    block;
  right:      .75em;
  top:      1.05em; /* IE6 only */
  width:      10px;
  height:      10px;
  text-indent:   -999em;
  overflow:    hidden;
  background:    url(../images/arrows-ffffff.png) no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
  top:      .8em;
  background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
  background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
  background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
  background:  url(../images/shadow.png) no-repeat bottom right;
  padding: 0 8px 9px 0;
  -moz-border-radius-bottomleft: 17px;
  -moz-border-radius-topright: 17px;
  -webkit-border-top-right-radius: 17px;
  -webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
  background: transparent;
}

/* Top search */
#top-search {
  position:absolute;
  right:0;
  top:75px;
  }
  #top-search .input-search {
    width:160px;
    margin-right:10px;
    }
  #top-search #submit {
    width:50px;
    cursor:pointer;
    }





/* Content
---------------------------------------- */
.primary_content_wrap {
  position:relative;
  z-index:1;
  padding-bottom:60px;
  }
  
#content {
  
}
  .content-box {
    background:#fff;
    overflow:hidden;
    width:100%;
    border-top:1px solid #e6e6e6;
    }
  #content .indent {
    padding:0 30px 0 0;
    }
  .inside {
    padding:10px 00px 0 0px;
    }
  .inside-alt {
    padding:30px 0 0 0;
    }





/* Comments
---------------------------------------- */
h3#comments {
  padding-top:25px;
  }
.commentlist {
  list-style-type:none;
  padding:0;
  margin:0;
  }
  li.comment {
    list-style-type:none;
    overflow:hidden;
  }
    .odd {
      
    }
    .even {
      
    }
      li.comment .comment-body {
        padding:10px 10px 25px 60px;
        position:relative;
        zoom:1;
        background:#fafafa;
        border:1px solid #eee;
        margin-bottom:20px;
        }
    .author-comment {
      
    }
    .comment-author {
      padding:.5em 0 1em 0;
      }
    .comment-text {
      
    }
    .comment-meta {
      font-size:11px;
      color:#999;
      position:absolute;
      right:20px;
      top:15px;
    }
      li.comment .avatar {
        float:none;
        margin:0;
        position:absolute;
        left:10px;
        top:10px;
        padding:1px;
        border:1px solid #dbdbdb;
        vertical-align:top;
        overflow:hidden;
        }
        li.comment .avatar {
          display:block;
          vertical-align:top;
          overflow:hidden;
          }
        
        .commentlist ul.children {
          margin:20px 0 0 30px;
          }
          .commentlist ul.children li.comment {
            
            }
        
        .reply {
          position:absolute;
          right:20px;
          bottom:15px;
          }
          .reply a {
            display:inline-block;
            background:#000;
            padding:3px 8px;
            color:#fff;
            text-decoration:none;
            }
          .reply a:hover {
            background:#666;
            }
        
        
    .waiting-for-approval {
      
    }
  #trackbacks {
    
  }
    li.trackback {
      
    }
  p#no-comments {
    
  }
  #comments-form {
    
  }
  
  .allowed_tags {
    background:#eee;
    padding:15px;
    font-size:11px;
    font-family:"Courier New", Courier, monospace;
    color:#666;
    }
    .allowed_tags strong {
      font-family:Tahoma, Geneva, sans-serif;
      }
    #respond {
      padding:1em 0 0 0;
    }
    .cancel-comment-reply {
      
    }



/* Page
---------------------------------------- */
.page {
  
}
  #page-content {
    
  }
  #page-meta {
    
  }

.author-meta {
  margin-bottom:20px;
  overflow:hidden;
  width:100%;
  }
  .author-meta p.gravatar {
    margin:0;
    }



/* Post
---------------------------------------- */
.post {
  
}
  .postContent {
    
  }
  .post-excerpt {
    
  }


article {
  margin-bottom:30px;
  overflow:hidden;
  width:100%;
}
article.single-post {
  margin-bottom:30px;
  overflow:hidden;
  width:100%;
  }
  article header h2 {
    margin-bottom:.5em;
    font-size:30px;
    line-height:1em;
    }
  .featured-thumbnail {
    float:left;
  }
    .featured-thumbnail img {
      margin:5px 20px 10px 0;
      }
    .featured-thumbnail.small img {
      margin:0 15px 0 0;
      }
  .post-content {
    
  }
    .post-content .excerpt {
      margin-bottom:2em;
      }
    .pagination {
      
    }
      .pagination a {
        display:inline-block;
        padding:0 5px;
        background:#eee;
        }
        
  article footer {
    clear:both;
    }
  article.single-post footer {
    margin-top:20px;
    }
    
    
.post-meta {
  padding:1em 0 0 0;
  width:100%;
  font-size:.92em;
  overflow:hidden;
  margin-bottom:1em;
}
.post-navigation {
  
}
p.gravatar {
  float:left;
  margin-right:20px;
  }


/* Image styling */
.alignleft {
  float:left;
  margin:5px 20px 10px 0;
  }
.alignright {
  float:right;
  margin:5px 0 10px 20px;
  }
.aligncenter {
  text-align:center;
  margin:0 auto;
  }
article .post-content img {
  max-width:710px;
  }




/* Older and newer navigation */
nav.oldernewer {
  width:100%;
  overflow:hidden;
  margin-bottom:1.5em;
}
  .older {
    float:left;
  }
  .newer {
    float:right;
  }

.search {
  
}

.author-info {
  width:100%;
  overflow:hidden;
  margin-bottom:3em;
  padding-bottom:2em;
  border-bottom:1px solid #eee;
}
  .author-info .avatar {
    margin:0 20px 0 0;
    }
    .author-info .avatar img {
      float:left;
      background:#fff;
      padding:7px;
      border:1px solid #dbdbdb;
      }




/* Author
---------------------------------------- */
#post-author {
  overflow:hidden;
  border:1px solid #dbdbdb;
  padding:20px;
  margin-bottom:2em;
  }
#author-link {
  margin-top:1.5em;
  }
  #post-author .gravatar {
    margin:0 20px 0 0;
    }
  #post-author .gravatar img {
    background:#fff;
    border:1px solid #dbdbdb;
    padding:5px;
    }
#author-description {
  
  }

/* Recent author posts */
#recent-author-posts {
  margin-bottom:3em;
}

/* Recent author comments */
#recent-author-comments {
  
}

/* 404
---------------------------------------- */
#error404 {
  padding:0 0 50px 0;
  text-align:center;
}
  .error404-num {
    font-size:250px;
    line-height:1.2em;
    
    color:#999;
    }
  #error404 hgroup {
    margin:0 0 2em 0;
    }
    #error404 hgroup h1 {
      font-size:3em;
      margin-bottom:.2em;
      }
/* Portfolio
---------------------------------------- */
.latestwork {
  width:100%;
  overflow:hidden;
  list-style-type:none;
  padding:0;
  margin:0;
  }
  .latestwork li {
    float:left;
    margin-right:20px;
    }
/* Gallery */
.header-title {
  margin-bottom:2.5em;
  }
  .header-title h1 {
    margin-bottom:.1em;
    }
  .header-title .page-desc {
    font-size:.91em;
    color:#999;
    }

#gallery {
  
  }
  #gallery .portfolio {
    width:100%;
    overflow:hidden;
    list-style-type:none;
    padding:0;
    margin:0;
    }
    #gallery .portfolio li {
      float:left;
      width:316px;
      margin:0 16px 50px 0;
      position:relative;
      }
    #gallery .portfolio li.nomargin {
      margin-right:0;
      }
      #gallery .portfolio li a.image-wrap {
        display:block;
        overflow:hidden;
        width:316px;
        height:317px;
        position:relative;
        background:#000 url(../images/ajax-loader.gif) 50% 50% no-repeat;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        }
      #gallery .portfolio li a.image-wrap:hover {
        
        }
        #gallery .portfolio li a.image-wrap img {
          float:left;
          }
      
      #gallery .portfolio .folio-desc {
        margin-bottom:0;
        padding:10px 0 0 0;
        }
        #gallery .portfolio .folio-desc h4 {
          margin-bottom:.5em;
          text-transform:uppercase;
          font-weight:normal;
          font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
          }
          #gallery .portfolio .folio-desc h4 a {
            text-decoration:none;
            }
      #gallery .portfolio p.excerpt {
        padding:0;
        }
      
      .zoom-icon {
        display:block;
        position:absolute;
        left:0;
        top:-200px;
        width:316px;
        height:317px;
        background:url(../images/magnify.png) 50% 50% no-repeat;
        cursor:pointer;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        }
      #gallery .portfolio li a.image-wrap:hover .zoom-icon {
        top:1px;
        }

/* Sidebar
---------------------------------------- */
#sidebar {
  
}
  #widget-sidebar {
    
  }
    .widget {
      margin-bottom:40px;
    }
      .widget h3 {
        background:#222;
        color:#fff;
        padding:10px 0 10px 10px;
        }
    ul.children {
      margin:0 0 0 20px;
      }

/* Calendar */
#calendar_wrap {
  padding:0 10px 0 15px;
  }
  #wp-calendar {
    width:100%;
    }
    #wp-calendar caption {
      text-align:center;
      }
    #wp-calendar td {
      text-align:center;
      padding:6px 0;
      border:none;
      }
    #wp-calendar caption {
      font-size:16px;
      color:#000;
      font-weight:bold;
      padding:4px 0;
      margin-bottom:5px;
      }
    #wp-calendar thead th {
      padding:7px 0;
      font-size:14px;
      background:#fff;
      color:#000;
      text-align:center;
      }
    #wp-calendar #prev {
      text-align:left;
      }
    #wp-calendar #next {
      text-align:right;
      }

/* FAQ
---------------------------------------- */
.faq_list {
  
  }
  .faq_list dt {
    color:#666;
    position:relative;
    padding:0 0 5px 28px;
    font-size:15px;
    font-weight:normal;
    }
  .faq_list span.marker {
    display:block;
    position:absolute;
    left:0;
    top:0;
    font-size:15px;
    color:#333;
    font-weight:bold;
    }
  .faq_list dd {
    padding:0 0 0 28px;
    position:relative;
    margin-bottom:2em;
    color:#b2b2b2;
    }
    .faq_list dd .marker {
      top:3px;
      }

/* Custom widgets
---------------------------------------- */

/* Popular posts */
.popular-posts {
  list-style-type:none;
  padding:0;
  margin:0;
  }
  .popular-posts li {
    overflow:hidden;
    margin-bottom:1.5em;
    }
    .popular-posts li .post-thumb {
      float:left;
      margin-right:20px;
      width:100px;
      height:100px;
      overflow:hidden;
      }

/* Post Cycle */
.post_cycle {
  list-style-type:none;
  padding:0;
  margin:0;
  }
  .post_cycle li {
    border-top:1px solid #eee;
    padding:1.2em 0 1.2em 0;
    overflow:hidden;
    }
  .post_cycle li:first-child {
    border-top:none;
    padding-top:0;
    }
    .post_cycle li h4 {
      margin-bottom:.5em;
      }
    .widget h4 {
      margin-bottom:0.2em;
      }

/* Folio Cycle */
.folio_cycle {
  list-style-type:none;
  padding:0 0 3em 0;
  margin:0;
  width:100%;
  overflow:hidden;
  }
  .folio_cycle li {
    float:left;
    width:92px;
    height:93px;
    margin:0 4px 7px 0;
    overflow:hidden;
    padding:0;
    background:url(../images/ajax-loader.gif) no-repeat 50% 50% #000;
    border:1px solid #fff;
    }
  .folio_cycle li:hover {
    border-color:#000;
    }
    .folio_cycle li.nomargin {
      margin-right:0;
      }
/* Latest Posts */
.latestpost {
  width:100%;
  overflow:hidden;
  padding:0 0 1.5em 0;
  margin:0;
  list-style-type:none;
  }
  .latestpost li {
    border-top:1px solid #e0e0e0;
    overflow:hidden;
    padding:20px 0 15px 0;
    }
  .latestpost li:first-child {
    padding-top:0;
    border-top:none;
    }
    .latestpost li .time-wrapper {
      margin:0 0 .7em 0;
      width:100%;
      overflow:hidden;
      }
    .latestpost li time {
      display:inline-block;
      background:#E64415;
      font-size:15px;
      line-height:26px;
      color:#fff;
      padding:0 15px 0 15px;
      border-radius:4px;
      -moz-border-radius:4px;
      -webkit-border-radius:4px;
      }
    /**/
    .latestpost li .time {
         margin:0 0 .7em 0;
      width:38px;
      overflow:hidden;
      
      /*display:inline-block;*/
      background:#E64415;
      font-size:15px;
      line-height:26px;
      color:#fff;
      padding:0 15px 0 15px;
      border-radius:4px;
      -moz-border-radius:4px;
      -webkit-border-radius:4px;
      display:block;
      }
      /**/
    .latestpost li a {
      text-decoration:none;
      color:#949494;
      display:block;
      }
    .latestpost li a:hover {
      color:#000;
      text-decoration:none;
      }
    



/* Footer
---------------------------------------- */
#footer {
  background:url(../images/footer-pattern.gif) #1a1a1a;
}
  #footer .footer-bg {
    background:url(../images/footer-bg.jpg) no-repeat 50% 0;
    }
    #footer .indent {
      padding:45px 12px 60px 12px;
      }

  /* Footer widget */
  #widget-footer {
    width:100%;
    overflow:hidden;
    margin-bottom:40px;
  }
      #widget-footer .widget-area {
      float:left;
      width:127px;
      margin-right:60px;
      }
      #widget-footer h4 {
        font-size:1.5em;
        font-weight:normal;
        font-family:Arial, Helvetica, sans-serif;
        color:#fff;
        text-transform:uppercase;
        border-bottom:1px solid #dcdcdc;
        padding:0 0 10px 0;
        margin-bottom:1em;
        }
      #widget-footer ul {
        list-style-type:none;
        padding:0;
        margin:0;
        }
        #widget-footer ul li {
          border-top:1px solid #3c3c3c;
          padding:0;
          }
        #widget-footer ul li:first-child {
          border-top:none;
          }
          #widget-footer ul li a {
            display:block;
            font-size:.91em;
            text-transform:uppercase;
            color:#a6a6a6;
            padding:5px 0 5px 18px;
            text-decoration:none;
            background:url(../images/bull-1.gif) no-repeat 8px 13px;
            }
          #widget-footer ul li a:hover {
            background:url(../images/bull-2.gif) no-repeat 8px 13px #E64415;
            color:#fff;
            }
  
  /* Copyright */
  .copy {
    float:left;
    font-size:11px;
    color:#fff;
    text-transform:uppercase;
    }
    .copy a {
      color:#fff;
      text-decoration:none;
      }
    .copy a:hover {
      text-decoration:underline;
      }
  /* Footer navigation */
  nav.footer {
    float:right;
  }
    nav.footer ul {
      list-style-type:none;
      padding:0;
      margin:0;
      }
      nav.footer ul li {
        list-style-type:none;
        float:left;
        padding-left:18px;
        font-size:10px;
        }
        nav.footer ul li a {
          color:#878787;
          text-decoration:none;
          text-transform:uppercase;
          }
        nav.footer ul li a:hover {
          color:#fff;
          }

/* Misc
---------------------------------------- */
.button {
  display:inline-block;
  padding:7px 15px;
  background:#000;
  color:#fff;
  text-decoration:none;
  }
  .button:hover {
    background:#999;
    text-decoration:none !important;
    }
.no-results {
  
}
.more-link {
  font-size:14px;
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  text-transform:uppercase;
  color:#000;
  border-bottom:1px dotted #000;
  text-decoration:none;
  }
.more-link:hover {
  color:#E64415;
  border-bottom:1px dotted #E64415;
  }

.widget-area {
  
}

.hr {
  height:1px;
  background:#eee;
  overflow:hidden;
  font-size:0;
  line-height:0;
  margin:30px 0;
  }

/* Address */
.address {
  padding:0 0 0 10px;
  }
.address dt {
  margin-bottom:1.5em;
  }
.address dd {
  margin-bottom:0;
  width:100%;
  overflow:hidden;
  }
  .address dd span {
    float:left;
    width:100px;
    }
/* Forms
---------------------------------------- */

/* Form defaults */
input, select, textarea { 
  font-family:Arial, Helvetica, sans-serif;
  font-size:1em;
  vertical-align:middle;
  font-weight:normal;
}


/* Comment form */
#commentform {
  
  }
  #commentform p.field {
    margin-bottom:5px;
    }
    #commentform small {
      color:#8b8b8b;
      }
  #commentform input[type=text] {
    width:250px;
    padding:4px;
    }
  #commentform textarea {
    width:460px;
    height:150px;
    padding:4px;
    overflow:auto;
    }
  #commentform #submit {
    background:#000;
    height:30px;
    line-height:30px;
    padding:0 10px;
    color:#fff;
    cursor:pointer;
    border:none;
    }
  #commentform #submit:hover {
    background:#bdbdbd;
    color:#000;
    }
  
  #commentform input[type=text]:hover,
  #commentform input[type=text]:focus,
  #commentform textarea:hover,
  #commentform textarea:focus {
    background:#f0f0f0;
    }
/* Sidebar search form */
#searchform {
  
  }
#searchform .searching {
    width:160px;
    margin-right:10px;
    }
  #searchform .submit {
    width:60px;
    cursor:pointer;
    }



/* Fluid Columns */
.one_half{ width:48%; }
.one_third{ width:30.66%; }
.two_third{ width:65.33%; }
.one_fourth{ width:22%; }
.three_fourth{ width:74%; }
.one_fifth{ width:16.8%; }
.two_fifth{ width:37.6%; }
.three_fifth{ width:58.4%; }
.four_fifth{ width:67.2%; }
.one_sixth{ width:13.33%; }
.five_sixth{ width:82.67%; }
.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth{ position:relative; margin-right:4%; float:left; }
.last { margin-right:0 !important; clear:right; }


.fleft { float:left;}
.fright { float:right;}
.clear { clear:both;}

.wrapper { 
  width:100%;
  overflow:hidden;
}
.extra-wrap {
  overflow:hidden;
  }

/* Clear Floated Elements */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* TYPO3 */
  /* Border just around the image */
  DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG, DIV.csc-textpic-border DIV.csc-textpic-single-image IMG {
  border: 1px solid silver;
  padding: 0px 0px;
  }
/* Column-Bilder auf der Startseite */
    #startpage .extra-box .csc-textpic h3,#startpage .extra-box .csc-textpic h3 a, #startpage .extra-box .csc-textpic h3 a:hover {}

  /* Space below each image (also in-between rows) */
  #startpage .extra-box DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 0px;  }
  #startpage .extra-box DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { margin-bottom: 0px; display: block; }
  #startpage .extra-box DIV.csc-textpic DIV.csc-textpic-imagerow { clear: both; }
  #startpage .extra-box DIV.csc-textpic DIV.csc-textpic-single-image IMG { margin-bottom: -5px; padding-bottom:0px;}
  #startpage .extra-box .csc-textpic-text {margin:0 0 0 0;padding:3px 0 2px 0;}
  #startpage .extra-box .csc-textpic:hover {background-color:#000;color:#fff; cursor:default;}
  #startpage .extra-box .csc-textpic:hover h3 {background:none;color:#fff;cursor:default}
  #startpage .extra-box .csc-textpic:hover h3 a {background:none;color:#fff;}
  #startpage .extra-box .csc-textpic:hover h3 a:hover {background:none;color:#fff;}

 /*--  Formatierung der Boxe auf der Startseite mit vier Columns  --------------------------------------------------------------------*/
 .extra-box-1 {
    float:left;
    width:233px;
    margin-left:0;
    margin-bottom:20px;
    }
  .mleft-15px {margin-left:16px;}
  .extra-box-1:first-child {
      margin-left:0;
      }
  .extra-box-1 h3 {
        padding:14px 0 14px 20px;
        margin-bottom:0;
        }
  .extra-box-1 a {
      display:block;
      color:#000;
      text-decoration:none;
      -webkit-transition: all .2s ease-in-out;
      -moz-transition: all .2s ease-in-out;
      -o-transition: all .2s ease-in-out;
      }
  .extra-box-1 a:hover {
      background-color:#E64415;
      color:#e6e6e6;
      }
  #startpage .extra-box-1 .csc-textpic h3,#startpage .extra-box-1 .csc-textpic h3 a, #startpage .extra-box-1 .csc-textpic h3 a:hover {}
  /* Space below each image (also in-between rows) */
  #startpage .extra-box-1 DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 0px;  }
  #startpage .extra-box-1 DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { margin-bottom: 0px; display: block; }
  #startpage .extra-box-1 DIV.csc-textpic DIV.csc-textpic-imagerow { clear: both; }
  #startpage .extra-box-1 DIV.csc-textpic DIV.csc-textpic-single-image IMG { margin-bottom: -5px; padding-bottom:0px;}
  #startpage .extra-box-1 .csc-textpic-text {margin:0 0 0 0;padding:3px 0 2px 0;}
  /*#startpage .extra-box-1 .csc-textpic:hover {background-color:#000;color:#fff; cursor:default;}*/
  #startpage .extra-box-1 .csc-textpic:hover h3 {background:none;color:#fff;cursor:default}
  #startpage .extra-box-1 .csc-textpic:hover h3 a {background:none;color:#fff;}
  #startpage .extra-box-1 .csc-textpic:hover h3 a:hover {background:none;color:#fff;}

/*jeweils eine farbe pro box laut folder*/
#startpage #my_requestquotewidget-3 .csc-textpic:hover {background-color:#00a2d8 ;color:#fff; cursor:default;}
#startpage #my_requestquotewidget-4 .csc-textpic:hover {background-color:#97bf0d ;color:#fff; cursor:default;}
#startpage #my_requestquotewidget-5 .csc-textpic:hover {background-color:#e2001a ;color:#fff; cursor:default;}
#startpage #my_requestquotewidget-6 .csc-textpic:hover {background-color:#ffeb00 ;color:#fff; cursor:default;}

/*--  Formatierung der Boxe auf der Startseite mit vier Columns  END ----------------------------------------------------------------*/
/* Aligns */
.align-right {text-align:right;}
/* Testimonials on Page "About the club" */
#about .csc-frame-frame1, #events   .csc-frame-frame1{        
  background:#fff;
  padding:1.5em 1.5em 0.5em 1.5em;
  margin-bottom:2em;
  margin-right:5px;
  box-shadow:0 0 3px rgba(0, 0, 0, .1);
  -moz-box-shadow:0 0 3px rgba(0, 0, 0, .1);
  -webkit-box-shadow:0 0 3px rgba(0, 0, 0, .1);
  margin-left:4px;
  background:#fafafa;
  }
#about .csc-frame-frame1 p.testimonials , #events .csc-frame-frame1 p.testimonials{
  border:none;
  background:url(../images/quotes.png) no-repeat 0 0;
  margin:0;
  padding: 15px 25px 10px 25px;
  font-style: italic;    
  }
/* -------------------- CSC begin -------------------- */
/* Image Links im Text */
    /* Pictures on left, add margin on right */
  DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-textpic-image,
  DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
  DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap .csc-textpic-image {
    display: inline; /* IE fix for double-margin bug */
    margin-right: 20px;
  }
  /* Add margin from image-block to text (in case of "Text w/ images") */
  DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap,
  DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
    margin-right: 20px !important;
    margin-top: 5px !important;
  }
    /* Pictures on right, add margin on left */
  DIV.csc-textpic-right DIV.csc-textpic-imagewrap .csc-textpic-image,
  DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
  DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap .csc-textpic-image {
    display: inline; /* IE fix for double-margin bug */
    margin-left: 20px;
    }
    DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,
  DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
    margin-left: 20px !important;
  }
/* --------------------- CSC end -------------------- */
/* Contact form */
.contact-form div.field {
  margin-bottom:5px;
  line-height:1.8em;
  font-weight:bold;
  color:#111;
  }
.contact-form div.field input {
  background:#e6e6e6;
  padding:8px 0 8px 8px;
  width:330px;
  border:1px solid #dbdbdb;
  margin-right:10px;
  color:#111;
  font-size:12px;
  }
.contact-form div.field small {
  color:red;
  }
.contact-form textarea {
  width:480px;
  height:160px;
  background:#e6e6e6;
  font-size:1em;
  padding:8px 0 8px 8px;
  border:1px solid #dbdbdb;
  overflow:auto;
  color:#111;
  font-size:12px;
  margin-bottom:20px;
}
.contact-form .submit-wrap {
  margin-bottom:0;
  }
.contact-form .submit-wrap input {
  cursor:pointer;
  background:#E64415;
  height:32px;
  padding:0;
  width:125px;
  display:inline-block;
  font-size:12px;
  color:#fff;
  text-decoration:none;
  margin-bottom:2px;
  border:none;
  border-radius:4px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  }
.contact-form .submit-wrap input:hover {
  background:#000;
  color:#fff;
  }    
/* Columna on Page "Contacts" */
#contacts .tx-columna-pi1 table {
  border-collapse:collapse;
  border-spacing:0;
  margin:0 0 0;
  padding:0;
  /*border: 1px solid #333333;*/
}
#contacts .tx-columna-pi1 td {
  border:0;
  padding:0 0 0 0;
  line-height:1.5em;
  vertical-align:top;
}
#contacts .tx-columna-pi1 td p {
  margin:0 30px 15px 0;
  width:280px;
}
#contacts .tx-columna-pi1 td p.last {margin-right:0 !important; clear:right;}

.tbl-100per {width:100%;}

/* FAQ */
.faq {
  font-size:15px;
  line-height:normal;
}
/**/
 .csc-frame-rulerBefore {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #ddd;
  padding:10px 0 0 0;
}
#join-the-club .csc-frame-rulerBefore {padding:13px 0 0 0;}
/* T3-Trenner*/
.divider hr{
background-color: #ddd; /* Farbe für Opera und Firefox */
color: #ddd; /* Farbe für Internet Explorer (IE) */
border: 0;
height: 1px;
}
/* For CSC TYPO3 version 4.7.0 */
/* specific page styles for extension "tx_cssstyledcontent" */
  .csc-textpic-intext-right-nowrap .csc-textpic-text { margin-right: 20px; }
  .csc-textpic-intext-left-nowrap .csc-textpic-text { margin-left: 20px; }
  .csc-space-before-45 { margin-top: 45px; }
  .csc-space-before-20 { margin-top: 20px; }
/* For CSC TYPO3 version 4.7.0 */