/***************************************************************
 * Copyright notice
 *
 * (c) 2010 Christian Technology Ministries International Inc.
 * All rights reserved
 *
 * This file is part of the Web-Empowered Church (WEC)
 * (http://WebEmpoweredChurch.org) ministry of Christian Technology Ministries
 * International (http://CTMIinc.org). The WEC is developing TYPO3-based
 * (http://typo3.org) free software for churches around the world. Our desire
 * is to use the Internet to help offer new life through Jesus Christ. Please
 * see http://WebEmpoweredChurch.org/Jesus.
 *
 * You can redistribute this file and/or modify it under the terms of the
 * GNU General Public License as published by the Free Software Foundation;
 * either version 2 of the License, or (at your option) any later version.
 *
 * The GNU General Public License can be found at
 * http://www.gnu.org/copyleft/gpl.html.
 *
 * This file is distributed in the hope that it will be useful for ministry,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 * GNU General Public License for more details.
 *
 * This copyright notice MUST APPEAR in all copies of the file!
 ***************************************************************/

/* @group Reset Styling */

/* --------------------------------------------------------------

   reset.css
   * Resets default browser CSS.

   Based on work by Eric Meyer:
   * meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/

-------------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: 400;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}
a img {
  border: none;
}
a:active {
    outline: none;
}
a:focus {
    -moz-outline-style: none;
}

/* @end Reset Styling */

/* @group Base Styling */

html {
    height: 100%;
}
.multiplebgs body {
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-size: 13px;
    line-height: 21px;
    color: #555;
    font-weight: normal;
    height: 100%;
    background-image: url(images/page_bottom_gradient_grainy.png), url(images/page_top_gradient_grainy.png);
    background-attachment: fixed;
    background-repeat: repeat-x;
    background-position: bottom, top;
}
.no-multiplebgs body {
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-size: 13px;
    line-height: 17px;
    color: #555;
    font-weight: normal;
    height: 100%;
    background-image: url(images/page_top_gradient_grainy.png);
    background-repeat: repeat-x;
    background-position: top;
    background-attachment: fixed;
}

/* NOTE: Much of the typography styling is handled in rte.css */

/* @group Table Styling */

/* NOTE: Table Styling is mostly handled in rte.css */
table {
    border-collapse: collapse;
    /*width: 100%;*/
}

/* @end Table Styling */

/* @group Additional Tags */


pre {
    margin-bottom: 15px;
}
code {
    margin-left: 10px;
    margin-right: 10px;
}
pre code {
    margin-left: 0px;
    margin-right: 0px;
}
pre, code {
    font-family: 'andale mono', 'monotype.com', 'lucida console', monospace;
}

/* @end Additional Tags */

/* @group TYPO3 General Styling */

div.csc-textpic-above .csc-textpic-imagewrap .csc-textpic-last{
      margin-bottom: 10px;
}
    
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image dd.csc-textpic-caption {
    margin-top: 8px;
}

/* @end */

/* @group Forms */



form input, form textarea {
    margin-right: 5px;
    margin-bottom: 3px;
}
form input:focus, form input:hover {
    color: black;
}
form select {
    font-size: 11px;
}
form option {
    margin: 0px;
    margin-left: 5px;
    margin-right: 10px;
}
optgroup {
    font-weight: bold;
    font-style: italic;
    margin: 0;
    margin-top: 5px;
}
optgroup option {
    padding-left: 5px;
}
legend {
    font-weight: bold;
    color: black;
}

/* @end Forms */

/* @end Base Styling */

/* @group Common Classes */

.clear {
    clear: both;
}
.clearOnly {
    clear: both;
    height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    line-height: 0;
}
.outOfSight {
    overflow: hidden;
    width: 0;
    height: 0;
    float: left;
}
.centralHeadline {
  margin-top: 0;
  font-size: 22px;
}

/*
.csc-firstHeader {
  margin-top: 0;
  color:#555555 ;
  font-weight:100 ;
  font-family:helvetica ;
  font-size:16px;
}
*/
.graphicTextWrap {
    overflow: hidden;
}
.graphicText {
    line-height: 300px;
    display: block;
}

/* @end Common Classes */

/* @group Layout */
.multiplebgs #pageWrap-outer-1 {
    margin-top: 0;
    padding: 0 0 100px 0;
}
.no-multiplebgs #pageWrap-outer-1 {
    
    background-image: url(images/page_bottom_gradient_grainy.png);
    background-attachment: fixed;
    background-repeat: repeat-x;
    background-position: bottom;
    
    margin-top: 0;
    padding: 0 0 100px 0;
}
.multiplebgs #pageWrap-outer-2 {
    margin: 0 auto;
    padding: 0 18px 0 18px;
    width: 980px;
    
    background-image: url("images/soft_edge_shadow_vertical.png"), url("images/soft_edge_shadow_vertical_right.png");
    background-repeat: no-repeat;
    background-position: left top, right -200px;
    
    /*behavior: url(/fileadmin/templates/skins/skin_glasbau_hahn/css/PIE.htc);*/
}
.no-multiplebgs #pageWrap-outer-2 {
    margin: 0 auto;
    padding: 0 0 0 18px;
    width: 980px;
    
    background-image: url("images/soft_edge_shadow_vertical.png");
    background-repeat: no-repeat;
    background-position: left top;
    
    /*behavior: url(/fileadmin/templates/skins/skin_glasbau_hahn/css/PIE.htc);*/
}
.multiplebgs #pageWrap {
    width: 980px;
    padding: 0;
    background-color: #fff;
}
.no-multiplebgs #pageWrap {
    width: 980px;
    padding: 0 18px 0 0;
    background-color: transparent;
    
    background-image: url("images/soft_edge_shadow_vertical_right.png");
    background-repeat: no-repeat;
    background-position: right -200px;
    
}
.no-multiplebgs #pageWrapInner {
    background-color: #ffffff;
    height: 100%;
}
#leftColumn {
    width: 240px;
    /*height:1px;*/
    float: left;
    background-color: #ffffff;
    height: 100%;
    background-image: url("images/search_grainy.png");
    background-repeat: repeat;
    background-position: top left;
}
#content {
    /*margin-left:240px;*/
    width: 740px;
    background: #fff;
    padding-bottom: 80px;
    float: right;
}
#feature {
    margin: 0;
    background: url(images/feature-bg.png);
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 0;    
    /*behavior: url(/fileadmin/templates/skins/skin_glasbau_hahn/css/PIE.htc);*/
}
#contentBlock-1, #contentBlock-2, #contentBlock-3, #generatedContent-1, #generatedContent-2 {
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    /*-moz-border-radius: 4px;
      -webkit-border-radius: 4px;*/
    background: white;
    /*border: 1px solid #aaa;*/
}
#contentBlock-1, #contentBlock-2, #contentBlock-3 {
    padding:   20px;
}
#generatedContent-1 {
    width: 170px;
    padding: 10px 10px 30px 10px;
    float: left;
    margin-right: 20px;
    background: #e9eef2;
}
#generatedContent-2 {
    width: 170px;
    padding: 20px 15px;
    margin-left: 20px;
    float: right;
}
#f1a #contentBlock-1 {
    padding: 0 40px;
}
#f1b #contentBlock-1 {
    padding: 0;
}
#f1d #contentBlock-1 {
    float: right;
    width: 656px;
}
#f1e #contentBlock-1 {
    float: left;
    width: 646px;
    min-height: 500px;
}
#f1f #contentBlock-1 {
    float: left;
    width: 434px;
}
#f2a #contentBlock-1 {
    float: left;
    width: 590px;
}
#f2a #contentBlock-2 {
    width: 230px;
    float: right;
}
#f2b #contentBlock-1 {
    float: left;
    width: 590px;
}
#f2b #contentBlock-2 {
    width: 230px;
    float: right;
}
#f2c #contentBlock-1 {
    float: left;
    width: 590px;
}
#f2c #contentBlock-2 {
    width: 230px;
    float: right;
}
#f2d #contentBlock-1 {
    float: left;
    width: 440px;
}
#f2d #contentBlock-2 {
    width: 160px;
    float: right;
}
#f2e #contentBlock-1 {
    float: left;
    width: 420px;
    margin-right: 23px;
}
#f2e #contentBlock-2 {
    width: 170px;
    float: left;
}
#f3a #contentBlock-1, #f3b #contentBlock-1 {
    float: left;
    width: 425px;
    margin-right: 20px;
}
#f3a #contentBlock-2, #f3b #contentBlock-2 {
    width: 170px;
    float: left;
}
#f3a #contentBlock-3, #f3b #contentBlock-3, #f3c #contentBlock-3, #f3d #contentBlock-3 {
    width: 170px;
    float: right;
}
#f3c #contentBlock-1, #f3d #contentBlock-1 {
    float: left;
    width: 425px;
}
#f3c #contentBlock-2, #f3d #contentBlock-2 {
    width: 170px;
    float: left;
    margin-right: 20px;
}

/* @end Layout */

/* @group Header */

#header {
    /*margin:0 auto;*/
    width: 740px;
    padding: 0;
    position: absolute;
  z-index: 20;
    background: transparent url(images/column_highlight_0.gif) right top no-repeat;
    margin-left: 240px;
}
#header.vitrinen_header {
    background: transparent url(images/column_highlight_1.gif) right top no-repeat;
}
#header.lamellen_header {
    background: transparent url(images/column_highlight_2.gif) right top no-repeat;
}
#header.glaserei_header {
    background: transparent url(images/column_highlight_3.gif) right top no-repeat;
}
#masthead {
    float: right;
    margin: 58px 0 0 0px;
    padding: 0;
}
#masthead h1 {
    padding: 0;
    margin: 0;
    line-height: 1.3em;
}
*+html #masthead h1 {
    line-height: 1.5em;
}
#masthead a {
    display: block;
    color: white;
    font-weight: bold;
    text-shadow: 1px 1px 1px #000033;
    margin: 0;
    padding: 0;
}
#masthead a:hover {
    color: #eee;
}
#topNav {
    margin: 0;
    padding: 5px 0 0;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    background: transparent url(images/feature-bg.png) repeat scroll 0 0;
    border-top: none;
    border-left: 1px solid #E3ECF4;
    border-right: 1px solid #E3ECF4;
    border-bottom: 1px solid #E3ECF4;
    padding: 5px 10px;
    color: black;
    position: absolute;
    right: 0;
    z-index: 5;
    
    /*behavior: url(/fileadmin/templates/skins/skin_glasbau_hahn/css/PIE.htc);*/
}
#login {
    margin: 0;
    padding-right: 15px;
    float: left;
    color: #555;
}
#login a {
    color: #555;
    font-weight: bold;
    text-decoration: none;
    font-size: 11px;
}
#login a:hover {
    color: #333;
}

/*.multiplebgs #search {
  width:100%;
  height:120px;
  background-image: url(images/soft_edge_shadow.png), url(images/search_grainy.png);
  background-repeat: no-repeat, repeat;
  background-position: left bottom, left top;
  background-color: #ddd;
}*/
#language-search-wrapper {
    height: 80px;
    background: transparent url(images/soft_edge_shadow.png) left bottom no-repeat;
    padding: 14px 25px 26px;
}
#language-menu {
    margin-bottom: 10px;
      line-height: 15px;
}
#language-menu a {
    color: #888888;
    text-decoration: underline;
    font-size: 11px;
    display: block;
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: left 3px;
    margin-bottom: 2px;
}
#language-menu a.flag-en {
  background-image: url(images/flag_gb.png);
}
#language-menu a.flag-de {
  background-image: url(images/flag_de.png);
}
#language-menu a.flag-jp {
  background-image: url(images/flag_jp.png);
}
#language-menu a.flag-cn {
  background-image: url(images/flag_cn.png);
}
#language-menu a.flag-co {
  background-image: url(images/flag_co.png);
}
  
#language-menu a:hover {
    color: #555555;
}
#search {
}
#search form {
    position: absolute;
}
#search input {
     background-color: transparent;
      background-image: url("images/search_bg.png");
      background-repeat: no-repeat;
      border: 0 none;
      display: block;
      float: left;
      height: 24px;
      margin: 0;
    color: #555555;
}
#search #siteSearchInput {
    background-position: left top;
    padding: 0 5px;
    width: 160px;
}
#search #siteSearchInput:hover {
    background-position: left bottom;
}
#search #siteSearchSubmit {
    background-position: right top;
      padding: 0;
      width: 24px;
    text-indent: -5000px;
}
* html #search #siteSearchSubmit {
    font-size: 0;
    display: block;
    line-height: 0
}
*+html #search #siteSearchSubmit {
    font-size: 0;
    display: block;
    line-height: 0
}
#search #siteSearchSubmit:hover {
    background-position: right bottom;
}

/* @group Global Menu */
#globalMenu {
    padding: 15px 0 10px 0;
    margin: 0 0 0 0;
    clear: both;
    background-color: #ffffff;
}

/* - - - Menu: BASIC styles [ MANDATORY ] - - - */

/* remove all list stylings */
.menu, .menu ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style-type: none;
    display: block;
}
.menu li {
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
    position: relative;
}
.menu a {
    text-decoration: none;
    display: block;
    position: relative;
      color: #555;
    font-weight: 100;
    
    
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    
}
.menu a.first {
    font-size: 15px;
    padding: 10px 0 0 25px;
    height: 26px;
}
.menu a.second {
    font-size: 13px;
    padding: 5px 0 0 35px;
    height: 20px;
}
.menu a.third {
    font-size: 13px;
    padding: 5px 0 0 45px;
    height: 20px;
}
.menu li a:hover {
      color: #e31110;
}

/* links on first level */
.menu a.first.current, .menu a.first.active, .menu a.first.current_with_sub, .menu a.first.active_parent {
    color: #fff;
    background-image: url(images/menu_states_full.png);
    background-repeat: no-repeat;
    background-position: left -41px;
    background-color: transparent;
}
.menu a.first.current_with_sub {
    background-position: left top;
}
.menu a.first.active_parent {
    color: #555;
    /* background-position: left -82px;*/
    background-position: left bottom;
}

/* links on second level */
.menu a.second.current, .menu a.second.current_with_sub, .menu a.second.active_parent {
    color: #fff;
    background-image: url(images/menu_states_full.png);
    background-repeat: no-repeat;
    background-position: left -41px;
    background-color: transparent;
    height: 26px;
    padding-top: 10px;
    font-weight: normal;
}
.menu a.second.active_parent {
    font-weight: 100;
}
.menu a.second.current_with_sub {
    background-position: left top;
}
.menu a.second.active_parent {
    color: #555;
    background-position: left bottom;
}

/* spacers in Lamellen (einfachverglast, isolierverglast) */
#gm_129 a.second, #gm_130 a.second {
    color: #7A0A03;
    font-size: 13px;
    /*padding: 10px 0 5px 40px;*/
    text-transform: uppercase;
}
.menu #gm_129 a.second.active_parent, .menu #gm_130 a.second.active_parent {
    background: none;
}

/* links on second level */
.menu a.second.active {
    color: #fff;
    background-image: url(images/menu_states_full.png);
    background-repeat: repeat-x;
    background-position: left -41px;
    background-color: transparent;
    padding-top: 10px;
    height: 26px;
}
.menu a.third.current, .menu a.third.active {
    color: #fff;
    background-image: url(images/menu_states_full.png);
    background-repeat: repeat-x;
    background-position: left -41px;
    background-color: transparent;
    padding-top: 10px;
    height: 26px;
}
.menu #gm_129 a.third.current, .menu #gm_130 a.third.current {
    padding: 10px 0 0 50px;
}

/* einfachverglast bzw. isolierverglast */
.menu li.spacer {
      border-bottom: 1px solid #7A0A03;
      color: #7A0A03;
      font-size: 13px;
      height: 1px;
      margin: 15px 35px;
      text-indent: -5000px;
}
#gm_19 ul ul {
    display: none;
}
#gm_19 #gm_129 ul, #gm_19 #gm_130 ul {
    display: block;
}
#gm_19 .current ul, #gm_19 .current_with_sub ul, #gm_19 .active_parent ul {
    display: block;
}
.menu #gm_129 a.third, .menu #gm_130 a.third {
    padding: 5px 0 0 50px;
}
.menu #gm_129 a.third.current, .menu #gm_129 a.third.active, .menu #gm_130 a.third.current, .menu #gm_130 a.third.active {
    padding-top: 10px;
    font-weight: normal;
}
#gm_129, #gm_130 {
    margin-top: 15px;
}
li.first.current_with_sub, li.first.active_parent {
    /*background-image: url(images/submenu_bottom_background.jpg);
      background-repeat: repeat-x;
      background-position: bottom;*/
    margin-bottom: 15px;
    /*background-color:#f9f9f9;*/
}
li.second.current_with_sub, li.second.active_parent {
    margin-bottom: 15px;
}

/*
li.second.current_with_sub,
li.second.active_parent {
  background-image: url(images/submenu_bottom_background.jpg);
  background-repeat: repeat-x;
  background-position: bottom;
  margin-bottom:5px;
  background-color:#f9f9f9;
}*/

/* @end Global Menu */

/* @end Header */

/* @group Footer */



.multiplebgs #footer {
    margin: 0;
    box-shadow: 0 5px 6px rgba(0, 0, 0, 0.3);
    
    background-image: url(images/footer_shadow.png), url(images/footer_grainy.png);
    background-repeat: repeat-x, repeat;
    background-position: left top;
    background-color: #666;
    
    font-size: 10px;
    color: #dddddd;
}
.no-multiplebgs #footer_wrap {
    background-image: url(images/footer_grainy.png);
    background-repeat: repeat;
    background-position: left top;
    background-color: #666;
}
.no-multiplebgs #footer {
    margin: 0;
    box-shadow: 0 5px 6px rgba(0, 0, 0, 0.3);
    
    background-image: url(images/footer_shadow.png);
    background-repeat: repeat-x;
    background-position: left top;
    background-color: transparent;
    
    font-size: 10px;
    color: #dddddd;
}
.no-boxshadow .shadow_bottom {
    width: 980px;
    position: absolute;
    height: 15px;
    background: url(images/footer_shadow_bottom.png) no-repeat left top transparent;
}
#footerCopyright {
    color: #dddddd;
}
a#footerHomeLink {
    display: block;
    float: right;
    color: #333;
    text-align: right;
    width: 30%;
}
a#footerHomeLink:hover {
    color: black;
}
.footer_column {
    float: left;
    width: 200px;
    padding: 35px 0 30px 30px;
}
.no-rgba .footer_column {
    float: left;
    width: 200px;
    border-left: 10px solid #555555;
    padding: 35px 0 30px 30px;
}
.footer_column .csc-firstHeader {
    font-size: 10px;
    color: #dddddd;
    font-weight: bold;
}
#footer .csc-header {
    margin: 0;
}
.footer_column.logo {
    border: 0 none;
    padding-right: 10px;
    padding-top: 25px;
}

/* @end Footer*/

/* @group Local Menu */

#localMenu {
    padding-top: 6px;
    padding-bottom: 0px;
    margin-bottom: 35px;
    margin-left: -10px;
    margin-right: -10px;
}
#localMenu ul {
    margin: 0;
}
#localMenu li {
    list-style: none;
    font-size: 14px;
    line-height: 1.1em;
    font-family: tahoma;
    border-bottom: 1px solid #c5cacd;
    background: #e9eef2;
}
#localMenu li li, #localMenu li li li, #localMenu li li li li {
    font-size: 13px;
    border: none;
}
#localMenu li a {
    color: #666;
    display: block;
    padding: 10px 8px;
}
#localMenu li li a {
    padding-left: 22px;
}
#localMenu li li li a {
    padding-left: 36px;
}
#localMenu li li li li a {
    padding-left: 50px;
}
#localMenu li a:hover {
    background: #7390a8;
    color: #fff;
}
#localMenu li.current {
    padding-top: 0;
    padding-bottom: 0;
    background: #597b96;
}
#localMenu li.current a {
    color: #fff;
}
#localMenu li.current li a {
    color: #666;
}
#localMenu li.current li a:hover {
    color: #fff;
}

/* @end Local Menu */

/* @group Module Styling */

.moduleHeader {
    margin: 0;
    padding: 0 15px 0 0;
    color: white;
    background: url(images/right_module_cap.gif) no-repeat right top;
    font-size: 17px;
    text-shadow: 0px 1px 1px #000;
    line-height: 1.1em;
}
.moduleHeader .moduleHeaderInnerWrap {
    display: block;
    padding: 7px 0 7px 10px;
    background: url(images/left_module_cap.gif) no-repeat left top;
}
.moduleFooter {
    height: 7px;
    margin: 0;
    padding-right: 15px;
    background: url(images/right_module_bottom.gif) no-repeat right bottom;
    font-size: 1px;
    overflow: hidden;
    line-height: 1em;
  !important /*it fixes the bug in IE7*/
}
.moduleFooter span {
    display: block;
    height: 7px;
    background: url(images/left_module_bottom.gif) no-repeat left bottom;
}
.moduleBody {
    padding: 10px 10px 5px 10px;
    font-size: 13px;
    background: #fff;
}
.moduleBodyWrap {
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    /* Please note that the thickness values on the two border values above will be overridden in the final output. Make sure these values match the constant moduleBodyBorderWidth */
}
.unframed .moduleBody, .unframed .moduleBodyWrap {
    padding: 0;
    border: 0;
}
.unframed .moduleBodyWrap {
    background: none;
}
.moduleBodyBleed {
    padding: 0;
}
.columnGroup {
    margin-bottom: 10px;
}
.columnGroupRule {
    border-bottom: 1px solid #999999;
}
.moduleGroup {
    margin-bottom: 10px;
    margin-top: 5px;
}
.moduleFeature {
    margin-bottom: 15px;
}

/* @end Module Styling */

/* @group Forms */

.csc-mailform-field label, .csc-mailform-field label {
    display: block;
}

/* @end */

/************* Section Menus ********************/

.sectionMenuWrapper {
    width: 100%;
}
.sectionMenu {
    margin: 0;
    text-align: left;
}
.sectionMenu .menuItem {
    display: inline-block;
    width: 305px;
    margin: 0 20px 20px 0;
    vertical-align: top;
    zoom: 1;
    *display: inline;
}
.wrapper {
    vertical-align: top;
}
.menuItem > a + .wrapper {
    margin-left: 120px;
}
.menuItem > a {
    float: left;
    vertical-align: top;
}
.menuItem h3 {
    margin: 0;
}

/***************** form style ********************/
label {
    font-weight: bold;
    display: block;
    margin-top: 10px;
}
.instructions {
    font-size: 10px;
    line-height: 1.1em;
}
input[type=text], input[type=password], textarea, select {
    background-color: #fff;
    border: 1px solid #bbb;
    margin: 5px 0 0 0;
}
input[type=text]:focus, input[type=password]:focus
textarea:focus, select:focus {
    border-color: #666;
}
input[type=text], input[type=password], textarea, select {
    margin: 3px 0;
}
input[type=text], input[type=password] {
    /* width: 300px; */
    padding: 3px;
}
textarea {
    width: 390px;
    height: 250px;
    padding: 3px;
}
input[type=checkbox], input[type=radio] {
    position: relative;
    top: .25em;
}

/* Account for Frontend User Registration using <label> for checkbox items with no other surround markup */
#tx-srfeuserregister-pi1-fe_users_form input[type=checkbox] + label, #tx-srfeuserregister-pi1-fe_users_form input[type=radio] + label {
    margin-top: 0;
    display: inline;
    font-weight: normal;
}
#tx-srfeuserregister-pi1-fe_users_form input[type=checkbox] + label:after, #tx-srfeuserregister-pi1-fe_users_form input[type=radio] + label:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.inline {
    display: inline-block;
    vertical-align: top;
}
.error, .notice, .success {
    border: 2px solid #DDDDDD;
    margin-bottom: 1em;
    padding: 0.8em;
}
.error {
    background: #FBE3E4 none repeat scroll 0 0;
    border-color: #FBC2C4;
    color: #8A1F11;
}
.success {
    background: #E6EFC2 none repeat scroll 0 0;
    border-color: #C6D880;
    color: #264409;
}
.notice {
    background: #FFF6BF none repeat scroll 0 0;
    border-color: #FFD324;
    color: #514721;
}
form ol, form ul {
    list-style-type: none;
    margin-left: 0;
}
form hr {
    height: 1px;
    border: none;
    border-top: 1px solid #bbb;
    margin: 15px 0 15px 0;
}

/* News */

/* fce: news container for multiple instances of plugin */
.news-container {
    background: url(images/news_gradient_background.png) no-repeat top center;
    margin-top: 50px;
    margin-left: -40px;
    width: 740px;
    border-top: solid 1px #FFFFFF;
}
.news-container .news-list-container, .news-container .news-list3-container, .news-container .news-single-imggallery {
    background: none;
    margin-top: 0;
    margin-left: 0;
    width: auto;
    border-top: 0 none;
}
.news-container .news-left, .news-container .news-center, .news-container .news-right {
    float: left;
}
.news-list-container, .news-list3-container, .news-single-imggallery {
    background-color: #aaa;
    background: url(images/news_gradient_background.png) no-repeat top center;
    margin-top: 50px;
    margin-left: -40px;
    width: 740px;
    border-top: solid 1px #FFFFFF;
}
.news-single-imggallery {
    background-image: none;
}
.news-single-imggallery .news-single-imgcaption {
    display: none;
}
.news-list-container h2, .news-list3-container h2 {
    line-height: 22px;
    font-size: 16px;
    padding: 0 5px;
    margin-bottom: 5px;
}
.news-list-container h2 a, .news-list3-container h2 a {
    color: #555555;
}
.news-list-item {
    width: 210px;
    float: left;
    background-color: #fff;
    margin: 10px 0 0 10px;
    padding: 10px;
    min-height: 450px;
}
.news-single-imggallery a {
    text-align: center;
    width: 210px;
    /*height: 210px;*/
    display: block;
    background-color: #FFFFFF;
    padding: 10px;
    margin: 10px 0 0 10px;
    float: left;
}

/*
.news-single-imggallery .news-single-imgcaption {
  display: none;
}
*/
.news-list3-item-first {
    width: 690px;
    background-color: #fff;
    margin: 10px 0 -50px 10px;
    padding: 10px;
}
.news-list3-item-first .news-image-wrapper, .news-single-item .news-single-img {
    float: left;
    border: none;
    padding-right: 10px;
}

/*
.news-list-item h2 {
  font-weight:100;
  font-size:14px;
  margin-bottom:5px;
}
*/
.news-image-wrapper {
    padding: 1px 0;
    margin-bottom: 13px;
}
.news-list-container .news-image-wrapper, .news-list3-container .news-image-wrapper {
    margin-bottom: 15px;
}
.news-image-wrapper a {
    vertical-align: bottom;
    line-height: 0;
}
.news-list-cat {
    font-weight: bold;
    margin-bottom: 10px;
}
.news-list-container .news-list-cat, .news-list3-container .news-list-cat {
    font-weight: 100;
    margin-bottom: 5px;
    padding: 0 5px;
}
.news-list-container p, .news-list3-container p {
    padding: 0 5px;
}
.news-single-rightbox {
    margin: 10px 0 20px 0;
}
.news-list-morelink {
    display: block;
    margin-top: 5px;
    clear: both;
    text-align: left;
}
.news-single-backlink {
    padding: 20px 0;
    clear: both;
}
.news-single-item .news-single-content .news-single-img {
    width: 300px;
}
.news-single-item .news-single-content .news-single-img a img {
    width: 290px;
    height: auto
}
.news-single-item > h2 {
    margin-bottom: 20px;
}
.news-list-browse {
    clear: both;
    margin-left: 20px;
}
.news-list-browse .showResultsWrap {
    margin-bottom: 10px;
}
.news-list-browse .browseLinksWrap span, .news-list-browse .browseLinksWrap a {
    margin-right: 5px;
}

/* Breadcrumb */
#breadcrumb {
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 30px;
}
#breadcrumb ul {
    list-style-type: none;
    margin-left: 40px;
    font-weight: 100;
}
#breadcrumb ul li {
    display: inline;
}
#breadcrumb a, #breadcrumb a:visited {
    color: #555555;
}
#breadcrumb a:hover {
    color: #E31110;
}

/* Tab Menu */
#tabMenu {
    list-style-type: none;
    margin: 0 25px 0;
}
#tabMenu ul {
    background: url("images/news_gradient_background.png") no-repeat scroll center 0 transparent;
      height: 24px;
      list-style-type: none;
      margin: 0 0 40px 10px;
      padding: 6px 0 0 5px;
    overflow: hidden;
line-height: 17px;
}
#tabMenu ul li {
    background: none repeat scroll 0 0 #FFFFFF;
    display: block;
    float: left;
    height: 20px;
    margin-right: 7px;
    padding: 5px 5px 0;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}
#tabMenu ul li.current, #tabMenu ul li.current_with_sub, #tabMenu ul li.active {
    background: url("images/menu_states.png") repeat scroll left -5px transparent;
}
#tabMenu a, #tabMenu a:visited {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #555555;
    display: block;
    font-weight: 100;
    font-size: 13px;
}
#tabMenu a:hover {
    color: #E31110;
}
#tabMenu a.current, #tabMenu a.current_with_sub, #tabMenu a.active {
    background: none repeat scroll 0 0 transparent;
    color: #FFFFFF;
    font-weight: 100;
}

/* Sub Tab Menu */
#subTabMenu {
    margin: 0 38px 30px;
  clear: both;
  background-color: #F2F2F2;
}
#subTabMenu ul {
      list-style-type: none;
      margin: -20px 0 0 0;
      padding: 10px 0 0 0;
}
#subTabMenu ul li {
    display: block;
    float: left;
    padding: 0 10px;
    border-right: 1px solid #888888;
    margin-bottom: 10px;
}
#subTabMenu ul li:last-child {
    border-right: 0 none;
}
#subTabMenu ul li.current {
    
}
#subTabMenu a, #subTabMenu a:visited {
    display: block;
    font-weight: 100;
    font-size: 13px;
    color: #555555;
    line-height: 13px;
}
#subTabMenu a:hover {
    color: #E31110;
}
#subTabMenu a.current {
    font-weight: bold;
    color: #E31110;
}

/* custom */
.hahn-red {
    color: #E31110;
}
.verticalShadowRight {
    background: url(images/soft_edge_shadow_vertical.png) no-repeat right bottom;
    height: 470px;
    position: absolute;
    top: 0;
    width: 18px;
    margin: 0 0 0 222px;
}
#feature DIV.csc-textpic DIV.csc-textpic-single-image IMG {
    margin-bottom: 0;
}
.csc-header.csc-header-n1 {
    margin: 30px 0;
}
#contentBlock-1 .csc-default {
    margin-bottom: 40px;
}
.pagetitle {
    margin: 30px 0 30px 40px;
    font-weight: 500;
    font-size: 25px;
}

/* content elemente: bild mit text, Rahmen: Einrücken */
.csc-frame-indent .csc-textpic-intext-left .csc-textpic-imagewrap {
    margin-left: 20px;
}
.csc-frame-indent .csc-textpic-intext-right .csc-textpic-imagewrap {
    margin-right: 20px;
}
.csc-frame-indent .csc-textpic-intext-left .csc-textpic-text {
    padding: 25px 30px 0 0;
}

/* clearfix */
.clearfix {
    *zoom: 1;
}
.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}
.clearfix:after {
  clear: both;
}

/* content tables */
.contenttable, table.csc-frame-frame1 {
    margin: 0 0 20px;
    border-collapse: separate;
    border-spacing: 1px;
}
.contenttable td, table.csc-frame-frame1 td {
    padding: 8px 8px 5px;
    vertical-align: top;
    
}
.contenttable p, table.csc-frame-frame1 p {
    margin: 0;
}
table.csc-frame-frame1 tr {
    border-bottom: 1px solid #ffffff;
    background-color: #eeeeee;
}
table.csc-frame-frame1 td:nth-child(2n+1) {
    background-color: #cccccc;
}
table.csc-frame-frame1 td {
    background-color: #eeeeee;
}
.contenttable th {
    background-color: #cccccc;
}
.contenttable td {
    background-color: #eeeeee;
}

/* special styling for HLS-Systemvitrine > Vorteile */
#c1191 .contenttable td, #c1191 .contenttable td:nth-child(2n+1) {
    background-color: #FFFFFF;
}

/* Einbauvorschläge */
.rakdownloads_list_table {
    border-spacing: 7px;
    border-collapse: separate;
    margin-left: -7px;
}

/*.rakdownloads_list_table img {
  border-bottom: 1px solid #AAAAAA;
  border-top: 1px solid #AAAAAA;
  margin-top: 10px;
  padding-bottom: 1px;
  padding-top: 1px;
  position:absolute;
  bottom:10px;
}

.rakdownloads_list_table tr {
  height:310px;
}
*/
.rakdownloads_list_table td {
    width: 195px;
    background-color: #F2F2F2;
    position: relative;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    -ms-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
}
.hahndownloads {
    height: 290px;
    width: 190px;
    position: relative;
}
.rakdownloads_list_table td:hover {
    background-color: #FFFFFF;
}
.rakdownloads_list_downloads {
    margin-top: 10px;
}
.hahndownloads_list_img {
    position: absolute;
    bottom: 0px;
}
.rakdownloads_list_downloads a {
    display: block;
    color: #7A0A03;
    padding-left: 20px;
    background: transparent url(images/download_link_icon.png) 0px -3px no-repeat;
    margin-bottom: 2px;
}
.rakdownloads_list_downloads a:hover {
    color: #E31110;
    background: transparent url(images/download_link_icon.png) 0px -23px no-repeat;
}
.rakdownloads_list_titel {
    color: #555555;
      font-weight: 100;
      line-height: 1.4em;
    font-size: 13px;
}
.rakdownloads_list_titel span {
    color: #555555;
      font-weight: 100;
    font-size: 13px;
    display: block;
}

/* Referenzen */

/* Filter Menu */

ul.gbhreferences_filterMenuSecondNav, ul.gbhreferences_filterMenuThirdNav, ul.gbhreferences_filterPagination {
    display: none;
}
ul.gbhreferences_filterMenuSecondNav.active, ul.gbhreferences_filterMenuThirdNav.active, ul.gbhreferences_filterPagination.active {
    display: block;
}
ul.gbhreferences_filterPagination {
    text-align: center;
    margin-top: -10px;
    padding: 4px 0;
    border-bottom: 1px solid #aaa;
    margin-bottom: 10px;
}
ul.gbhreferences_filterPagination.paginationBottom {
    border-top: 1px solid #aaa;
    margin-top: 10px;
}
ul.gbhreferences_filterMenuSecondNav[data-link="year"] li:first-child {
    padding-left: 0;
}
ul.gbhreferences_filterMenuSecondNav[data-link="year"] li.selected {
    border: 0 none;
    background-color: transparent;
}
ul.gbhreferences_filterMenuSecondNav[data-link="year"] li.selected a {
    color: #E31110;
}
.gbhreferences_filterMenu {
    list-style-type: none;
    margin: 0 25px 40px;
}
.gbhreferences_filterMenu li {
    cursor: pointer;
}
.gbhreferences_filterMenu li.active, .gbhreferences_filterPagination li.active a {
    color: #E31110;
}
.gbhreferences_filterMenu a {
    color: #555555;
}

/* TopNav */
#gbhreferences_filterMenuTopNav {
    background: url("images/news_gradient_background.png") no-repeat scroll center 0 transparent;
    height: 24px;
    list-style-type: none;
    margin: 0;
    padding: 6px 0 0 15px;
    overflow: hidden;
    font-weight: 100;
}
#gbhreferences_filterMenuTopNav li {
    background: none repeat scroll 0 0 #FFFFFF;
    display: block;
    float: left;
    height: 20px;
    margin-right: 7px;
    padding: 5px 5px 0;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}
#gbhreferences_filterMenuTopNav li:hover {
    color: #E31110;
}
#gbhreferences_filterMenuTopNav li a, #gbhreferences_filterMenuTopNav li a:visited {
    background: none repeat scroll 0 0 transparent;
    color: #555555;
    display: block;
    font-weight: 100;
    font-size: 13px;
}
#gbhreferences_filterMenuTopNav li.selected {
    background: url("images/menu_states.png") repeat scroll left -5px transparent;
}
#gbhreferences_filterMenuTopNav li.selected, #gbhreferences_filterMenuTopNav li.selected:hover, #gbhreferences_filterMenuTopNav li.selected a {
    color: #FFFFFF;
}
#gbhreferences_filterMenuTopNav a.selected {
    background: none repeat scroll 0 0 transparent;
    color: #FFFFFF;
    font-weight: normal;
}

/* SecondNav & ThirdNav */
.gbhreferences_filterMenuSecondNav, .gbhreferences_filterMenuThirdNav, .gbhreferences_filterPagination {
    list-style-type: none;
    margin: 20px 15px 0 15px;
    padding: 3px 0 2px 0;
    color: #555555;
}
.gbhreferences_filterMenuThirdNav {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    margin: 0 18px;
}
.gbhreferences_filterMenuSecondNav {
    border-top: 1px solid #AAA;
    border-bottom: 1px solid #AAA;
    margin-bottom: 10px;
}
.gbhreferences_filterMenuSecondNav li, .gbhreferences_filterPagination li {
    display: inline;
    margin: 0;
    padding: 5px 5px 4px 5px;
}
.gbhreferences_filterMenuSecondNav li.selected {
    background-color: #E31110;
    color: #FFFFFF;
    border-top: 1px solid #980000;
    border-bottom: 1px solid #980000;
}
.gbhreferences_filterMenuThirdNav li {
    /* [disabled]display: inline; */
    margin: 0;
    padding: 2px 10px 2px 0;
}
.gbhreferences_filterMenuSecondNav li.selected a, .gbhreferences_filterMenuSecondNav li.selected a:hover, .gbhreferences_filterMenuSecondNav li.selected:hover {
    color: #FFFFFF;
}
.gbhreferences_filterMenuSecondNav li:hover {
    color: #E31110;
}
.gbhreferences_filterMenuThirdNav li.selected, .gbhreferences_filterMenuThirdNav li:hover, .gbhreferences_filterMenuThirdNav li.selected a {
    color: #E31110;
}
.gbhreferences_filterMenuThirdNav li a {
    display: block;
}

/* reference */
.gbhreferences_referenceList {
    position: relative;
}

/* blocks */
.gbhreferences_referenceBlockBig, .gbhreferences_referenceBlockMedium, .gbhreferences_referenceBlockSmall {
    clear: both;
}
.gbhreferences_referenceBlockSmall {
    margin-top: 50px;
    width: 740px;
}

/* rows */
.gbhreferences_referenceRow {
    *zoom: 1;
}
.gbhreferences_referenceRow:before, .gbhreferences_referenceRow:after {
    display: table;
    content: "";
}
.gbhreferences_referenceRow:after {
    clear: both;
}

/* single ref */
.gbhreferences_referenceBig {
    width: 740px;
    margin-bottom: 10px;
}
.gbhreferences_referenceMedium {
    
}
.gbhreferences_referenceSmall {
    width: 200px;
    padding: 20px;
    min-height: 160px;
}
.gbhreferences_referenceBig, .gbhreferences_referenceMedium {
    cursor: pointer;
    height: 180px;
}
.gbhreferences_referenceMedium, .gbhreferences_referenceSmall {
    float: left;
    margin: 0 0 10px 9px;
}
.gbhreferences_referenceMedium.firstCol, .gbhreferences_referenceSmall.firstCol {
    margin-left: 0;
}

/* ref content*/
.gbhreferences_referenceSlideShow {
    position: relative;
    display: none;
    height: 535px;
}
.gbhreferences_referenceImage {
    overflow: visible !important;
    position: relative;
}

/* text */
.gbhreferences_referenceBig .gbhreferences_referenceText, .gbhreferences_referenceMedium .gbhreferences_referenceText {
    color: #FFFFFF;
    position: absolute;
    bottom: 5px;
    width: 740px;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}
.gbhreferences_referenceMedium .gbhreferences_referenceText {
    width: 100%;
}
.gbhreferences_referenceSmall .gbhreferences_referenceText {
    padding-top: 10px;
    border-top: 1px solid #aaaaaa;
}

/* title */
.gbhreferences_referenceTextTitle {
    font-weight: 100;
    line-height: 20px;
    position: relative;
}
.gbhreferences_referenceBig .gbhreferences_referenceTextTitle {
    width: 280px;
}
.gbhreferences_referenceBig .gbhreferences_referenceTextTitle, .gbhreferences_referenceMedium .gbhreferences_referenceTextTitle {
    padding: 10px 0 10px 20px;
    float: left;
    
    -webkit-transition: width 0.5s ease-out;
      -moz-transition: width 0.5s ease-out;
      -o-transition: width 0.5s ease-out;
      -ms-transition: width 0.5s ease-out;
      transition: width 0.5s ease-out;
}
.gbhreferences_referenceSmall .gbhreferences_referenceTextTitle {
    margin-bottom: 10px;
}
.gbhreferences_referenceTextTitle1 {
    margin-bottom: 5px;
    font-size: 16px;
}
.gbhreferences_referenceTextTitle2 {
    font-size: 14px;
}

/* description */
.gbhreferences_referenceTextDescription {
    padding: 10px 40px 10px 0;
    position: relative;
    float: right;
    padding-top: 14px;
    width: 360px;
}
.gbhreferences_referenceMedium .gbhreferences_referenceTextDescription {
    display: none;
}
.gbhreferences_referenceSmall .gbhreferences_referenceTextDescription {
    width: auto;
    float: none;
    padding: 0;
}

/* background */
.gbhreferences_referenceTextBackground {
    width: 100%;
    height: 100%;
    background: transparent url(images/bg_black_33perc.png) repeat;
    position: absolute;
}
.gbhreferences_referenceSmall .gbhreferences_referenceTextBackground {
    background: none;
}

/* active ref */
.gbhreferences_referenceList .active {
    z-index: 1;
    background-color: #F2F2F2;
    -webkit-box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.5);
}
.gbhreferences_referenceBig.active {
}
.gbhreferences_referenceMedium.active {
}

/* text */
.gbhreferences_referenceList .active .gbhreferences_referenceText {
    width: 100%;
}
.gbhreferences_referenceBig.active .gbhreferences_referenceTextTitle, .gbhreferences_referenceMedium.active .gbhreferences_referenceTextTitle {
    width: auto;
    color: #555555;
}

/* description */
.gbhreferences_referenceMedium.active .gbhreferences_referenceTextDescription {
    width: 360px;
}

/* slides */
.gbhreferences_referenceSlideShowSlides {
    position: relative;
    margin: auto;
    width: 700px;
    height: 480px;
}
.gbhreferences_referenceSlideShowSlides .gbhreferences_image {
    position: absolute;
    width: 100%;
    height: 100%;
}
.gbhreferences_referenceSlideShowSlides .gbhreferences_image img {
    position: absolute;
    left: 50%;
    top: 0;
}

/* close */
.gbhreferences_referenceSlideShowClose {
    text-align: center;
    padding-bottom: 14px;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #7A0A03;
    font-variant: small-caps;
    font-size: 16px;
}
.gbhreferences_referenceSlideShowClose:hover {
    color: #E31110;
}

/* next & previous */
.gbhreferences_referenceSlideShowNavPrevious, .gbhreferences_referenceSlideShowNavNext {
    cursor: pointer;
    position: absolute;
    z-index: 10;
    width: 50px;
    height: 50px;
    text-indent: -5000px;
    top: 200px;
}
.gbhreferences_referenceSlideShowNavPrevious {
    background: transparent url(images/reference_navigation_arrows.png) no-repeat 5px top;
    left: 20px;
}
.gbhreferences_referenceSlideShowNavNext {
    background: transparent url(images/reference_navigation_arrows.png) no-repeat -55px top;
    right: 20px;
}
.gbhreferences_referenceSlideShowNavPrevious:hover {
    background-position: 5px -50px;
}
.gbhreferences_referenceSlideShowNavNext:hover {
    background-position: -55px -50px;
}

/* images */

/* image text */

.gbhreferences_imageText {
    padding: 0 10px 10px 10px;
    position: relative;
    margin-top: 370px;
    margin-bottom: 10px;
    height: 80px;
    overflow-y: auto;
}

/* link to product */
.gbhreferences_imageLinkToProduct, .gbhreferences_imageLinkToReference {
    padding: 10px 10px 0;
    border-top: 1px solid #aaaaaa;
}
.gbhreferences_imageLinkToProduct a, .gbhreferences_imageLinkToProduct a:visited {
    color: #7A0A03;
}
.gbhreferences_imageLinkToProduct a:hover {
    color: #E31110;
}

/* Galerie */
#fancybox-outer {
    background-color: #F2F2F2;
}
#fancybox-content {
    border-color: #F2F2F2;
}
.gbhreferences_image.lightbox .gbhreferences_imageText {
    height: auto;
    margin-top: 10px;
    padding: 0;
}
.gbhreferences_image.lightbox .gbhreferences_imageLinkToReference {
    padding: 10px 0 0;
}
.gbhreferences_imageTextTitle {
    font-size: 16px;
    font-weight: 100;
    margin-bottom: 10px;
}
figcaption.csc-textpic-caption {
    display: table-caption;
    font-size: 12px;
    line-height: 17px;
    margin-top: 8px;
    width: 100px;
}

/* next & previous */
.gbhreferences_imagePrevious, .gbhreferences_imageNext {
    cursor: pointer;
    position: absolute;
    z-index: 10;
    width: 50px;
    height: 50px;
    text-indent: -5000px;
    top: 0;
}
.gbhreferences_imagePrevious {
    background: transparent url(images/reference_navigation_arrows.png) no-repeat 5px top;
    left: 20px;
}
.gbhreferences_imageNext {
    background: transparent url(images/reference_navigation_arrows.png) no-repeat -55px top;
    right: 20px;
}
.gbhreferences_imagePrevious:hover {
    background-position: 5px -50px;
}
.gbhreferences_imageNext:hover {
    background-position: -55px -50px;
}

/* Lightbox */
.newsdetail #sbCaption {
    display: none;
}

/* --- Powermail Schadensmeldung Formular --- */

/* Powermail Formular Hintergrund */
fieldset.tx-powermail-pi1_fieldset {
    background-color: #FFF;
    border: none;
    padding: 0;
}

/* Großes Textfeld */
  
fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea {
    background-color: #EDEDED;
    width: 500px;
    height: 150px;
    margin-bottom: 0;
    border: 1px solid #FFF;
    
}

/* Kleine Textfelder */
  
  
fieldset.tx-powermail-pi1_fieldset input.powermail_text {
    border: none;
    background: #EDEDED;
    width: 400px;
    border: 1px solid #FFF;
    
}
  
fieldset.tx-powermail-pi1_fieldset textarea:focus, fieldset.tx-powermail-pi1_fieldset input:focus:not([type="submit"]) {
    border: 1px solid #999;
    background-color: #EDEDED;
    
}
  
  
  

/* Labels und Legends */
fieldset.tx-powermail-pi1_fieldset label, fieldset.tx-powermail-pi1_fieldset fieldset legend {
    font-weight: normal;
    color: #515151;
    
}
  

/* Radio Buttons */
fieldset.tx-powermail-pi1_fieldset .powermail_radio_inner {
    margin-right: 10px;
    margin-left: 100px;
    
}
input.powermail_radio {
    top: 0px;
}
    
        

/* Senden Button */
  
fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
    font-weight: normal;
    color: #515151;
    margin: 20px 0 10px 100px;
    
}

/* ---- Styles für die SUCHE --- */
.tx-indexedsearch-res .tx-indexedsearch-info.info {
    background-color: #FDFDFD;
    border-bottom: 1px solid #E5E5E5;
    border-top: 1px solid #E5E5E5;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
    color: #000000;
    font-style: italic;
}
.tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-descr {
    font-style: normal;
    font-weight: normal;
}
.tx-indexedsearch-title {
    font-size: 16px;
    margin-bottom: 10px;
}
.tx-indexedsearch-percent {
    text-align: right;
}
.tx-indexedsearch-res {
      background: url("images/search_gradient_background.png") no-repeat scroll center top transparent;
}

/* slideshow on homepage (http://slidesjs.com/) */
#slideshow {
    width: 740px;
    margin-bottom: 10px;
}
#slideshow .slides_container {
    height: 400px;
}
#slideshow .slides_container div {
    line-height: 0;
}
#slideshow .pagination {
    list-style-type: none;
    background: transparent url(images/news_gradient_background.png) center top no-repeat;
    margin: 0;
    padding: 0 0 10px;
}
#slideshow .pagination li {
    float: left;
    margin-right: 10px;
}
#slideshow .pagination li.last-page   {
    margin-right: 0;
}
#slideshow .pagination li a {
    text-decoration: none;
    width: 365px;
    text-align: center;
    display: block;
    background: #FFFFFF url(images/white_with_topshadow.png) left top repeat-x;
    padding: 10px 0;
    color: #555555;
    font-size: 16px;
    font-weight: 100;
}
#slideshow .pagination li.current a, #slideshow .pagination li.current a:hover {
    background: #E31110 url(images/red_gradient.png) left top repeat-x;
    color: #FFFFFF;
}
#slideshow .pagination li a:hover {
    background: #AAAAAA;
    color: #FFFFFF;
}
#slideshow .pagination li.current a .hahn-red, #slideshow .pagination li a:hover .hahn-red {
    color: #FFFFFF;
}

/*-------tx-powermail-----*/
.tx-powermail .powermail_fieldset, .tx-powermail .powermail_fieldset .powermail_field, .tx-powermail .powermail_fieldset .powermail_radio_outer, .tx-powermail .powermail_fieldset .powermail_captcha_outer, .tx-powermail .powermail_fieldset .powermail_check_outer, .tx-powermail .powermail_fieldset .powermail_fieldwrap_text, .tx-powermail .powermail_fieldset .powermail_fieldwrap_file_inner ul:not(.parsley-errors-list) {
  border: none;
}
.tx-powermail .powermail_fieldset .powermail_radio_outer, .tx-powermail .powermail_fieldset .powermail_captcha_outer, .tx-powermail .powermail_fieldset .powermail_check_outer, .tx-powermail .powermail_fieldset .powermail_fieldwrap_text, .tx-powermail .powermail_fieldset .powermail_fieldwrap_file_inner ul:not(.parsley-errors-list) {
  background-color: #eee;
}
.tx-powermail * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.tx-powermail .powermail_fieldset {
  padding: 30px;
  width: 100%;
}
.powermail_radio_inner.powermail_radio_inner_1 {
  margin-right: 20px;
}
.tx-powermail .powermail_fieldset .powermail_field.powermail_submit, .tx-powermail .powermail_fieldset .powermail_field.powermail_reset {
  margin: 5px 0 0 0;
  color: white;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  background-color: rgb(227, 17, 16);
  border: 1px solid #CA0F09;
  padding: 15px;
  letter-spacing: 1px;
}