.form-row:before,.form-row:after{content:"";display:table;}
.form-row:after{clear:both;}
.form-row{zoom:1;}

.custom-form span.custom {
  display: inline-block;
  zoom: 1;
  *display: inline;
  width:17px;
  height:17px;
  position:relative;
  top:4px;
  background:url(/templatemedia/img/custom-form-sprites.png) 0 0 no-repeat;
  margin-right:3px;
}
  .ie7 .custom-form span.custom{
      top:0;
  }

.custom-form .margin-bottom{
  margin-bottom: 5px;
}
.custom-form .margin-bottom-medium{
  margin-bottom: 10px;
}
.custom-form .margin-bottom-big{
  margin-bottom: 20px;
}

.custom-form .form-copytext{
  margin-bottom: 25px;
}

.custom-form fieldset{
  border: none;
}

.custom-form .input-search-wrapper {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */ 	
	-moz-box-sizing: border-box; /* Firefox, other Gecko */ 	
	box-sizing: border-box; /* Opera/IE 8+ */ 
	width:198px;
	position: relative;
	padding:6px 10px;
	background:#fbf9f8 url(/templatemedia/img/input-shadow-top.gif) repeat-x top;
	border:1px solid #e2e2e2;
	border-top-color:#b8b8b8;
	-moz-border-radius:2px;
	-webkit-border-radius:2px 2px 2px 2px;
	border-radius:2px 2px 2px 2px;
	margin-bottom: 10px;
}

.custom-form .input-search-wrapper.error {
	border-color: #ca0036;
}

.custom-form .search-field,
.custom-form .date-filter {
	width:135px;
	background: transparent;
	border: none;
	border-radius: none;
	padding: 0;
}

.ie7 .custom-form  .input-search-wrapper{
	width: 176px;
}

/* ============================================================= */
/* RADIO-BUTTONS / CHECKBOXES */

/* radio */

.custom-form input[type=radio]{
  background:none!important;
  border:0!important;
}

.custom-form span.custom.radio{
  border:none;
  background-position:0 0;
  width:16px;
  height:16px;
  top:4px;
}
  .ie7 .custom-form input[type=radio]{
      width:16px;
      height:16px;
  }
  .ie7 .custom-form span.custom.radio{
      top:0;
      zoom: 1;
  }

.custom-form span.custom.radio.checked{
  background-position:0 -32px;
}

  .custom-form span.custom.radio.disabled:hover{
      cursor:default;
  }

.custom-form .form-row .form-radio{
  margin-right:20px;
}

/* checkbox */
.custom-form span.custom.checkbox{
  background-position:0 -48px;
  width:17px;
  height:17px;
}
  .ie7 .custom-form input[type=radio]{
      width:17px;
      height:17px;
  }
  .ie7 .custom-form span.custom.checkbox{
      display:inline;
      zoom:1;
  }

  .custom-form span.custom.checkbox.checked{
    background-position:0 -82px;
  }


/* radio / checkbox */
.custom-form span.custom.checkbox.disabled,.custom-form span.custom.radio.disabled{
  opacity:0.4;
  filter:alpha(opacity=40);
}

.custom-form input[type=radio],.custom-form input[type=checkbox]{
  background-color:transparent;
  background-image:none;
  border:none;
  padding:0;
}

/* ============================================================= */

/* ============================================================= */
/* DROPDOWN */
.ie7 select{
  height:30px;
}
.custom-form div.custom.dropdown{
  display:block;
  position:relative;
  width:auto;
  height:30px;
  padding:0;
}

  .custom-form div.custom.dropdown a.current{
      display:block;
      width:auto;
      line-height:24px;
      min-height:24px;
      border:solid 1px #ddd;
      -webkit-border-radius:2px;
      -moz-border-radius:2px;
      -khtml-border-radius:2px;
      border-radius:2px;
      background-color:#FBF9F8;
      white-space:nowrap;
      color:#5A6166;
      padding:2px 38px 2px 10px;
  }
    .custom-form div.custom.dropdown.disabled a.current{
        color:#888F93;
    }
      .custom-form div.custom.dropdown.disabled a.current,
      .custom-form div.custom.dropdown.disabled a.selector{
          cursor: not-allowed;
      }

    .custom-form div.custom.dropdown a.current span{
        white-space:nowrap;
        overflow:hidden;
        text-overflow:ellipsis;
        display:block;
    }

  .custom-form div.custom.dropdown a.selector{
      position:absolute;
      width:26px;
      height:24px;
      display:block;
      background:url(/templatemedia/img/custom-form-sprites.png) -15px 3px no-repeat;
      right:0;
      top:0;
      border:none;
  }

    .custom-form div.custom.dropdown:hover a.selector,.custom-form div.custom.dropdown.open a.selector{
        background-position:-15px -24px;
    }

.custom-form div.custom.dropdown ul{
  position:absolute;
  width:auto;
  display:none;
  left:0;
  top:28px;
  background:rgba(255,255,255,0.95);
  border-top:solid 1px #e7e7e7;
  border-left:solid 1px #e7e7e7;
  border-right:solid 1px #e7e7e7;
  border-bottom:none;
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  -khtml-border-radius:2px;
  border-radius:2px;
  margin:0;
  padding:0;
  zoom:1;
}
  .ie7 .custom-form div.custom.dropdown ul,
  .ie8 .custom-form div.custom.dropdown ul{
      background: #fff;
  }

  .custom-form div.custom.dropdown ul li{
    cursor:pointer;
    height:24px;
    min-height:24px;
    line-height:24px;
    white-space:nowrap;
    border-top:solid 1px #fff;
    border-bottom:solid 1px #ddd;
    overflow:hidden;
    text-overflow:ellipsis;
    margin:0;
    padding:0 20px 0 10px;
    color: #5A6166;
    background:#f2f1ee;
  }
  .wertpapierform.custom-form div.custom.dropdown ul li{
     height: auto;
    line-height: 120%;
    max-height: none;
    min-height: 14px;
    padding-bottom: 5px;
    padding-top: 5px;
    white-space: normal;
  }
    .custom-form div.custom.dropdown ul li:hover{
        background:#f2f1ee;
        color:#1b618c;
        border-top:solid 1px #fff;
    }

    .custom-form div.custom.dropdown.open ul{
        display:block;
    }

      .custom-form label + select + div.custom.dropdown > a.current{
        margin-top:-9px;
      }

.custom-form .dropdown a.current{
  background:#fbf9f8 url(/templatemedia/img/input-shadow-top.gif) repeat-x top;
  border:1px solid #e2e2e2;
  border-top-color:#b8b8b8!important;
}
.custom-form div.custom.dropdown ul li.selected,
.custom-form div.custom.dropdown ul li.selected:hover{
  background:#fff;
  color:#1b618c;
}

.custom-form div.custom.dropdown ul.show{
  display:block;
}

.wide-dd-form .custom-form div.custom.dropdown.medium a{
  text-overflow: ellipsis;
  display:block;
}
.wide-dd-form .custom-form div.custom.dropdown.medium{
  overflow:hidden;
}
.wide-dd-form .custom-form div.custom.dropdown.open.medium{
  overflow:visible;
}

.wide-dd-form .custom-form div.custom.dropdown.open.medium ul{
  width:auto !important;
  min-width: 196px;
}
.wide-dd-form .custom-form div.custom.dropdown ul li{
}

.ie7 .wide-dd-form .custom-form div.custom.dropdown ul li{
  width:166px !important;
}


/* ============================================================= */

/* ============================================================= */
/* LABEL */

.custom-form label{
  color:#5a6166;
  margin:0;
}
  .ie7 .custom-form label{
    position: relative;
  }

.custom-form label.label-top,
.custom-form label.label-top.error{
  margin-bottom:3px;
  display:block;
  min-height: 18px;
}

  .custom-form .form-row label{
      float:none;
  }

.custom-form label.inline{
  display:inline;
  line-height:34px;
  margin-right:10px;
  float:left;
}
  .ie7 .custom-form label.inline{
      float:right;
  }



.custom-form label.disabled{
  color:#888F93;
}

/* ============================================================= */

/* ============================================================= */
/* FORM ROW */

.custom-form .form-row{
  clear:both;
  float:none;
  margin-bottom:20px;
  zoom:1;
  padding:0;
}
  .custom-form .form-row.buttons{
      margin-top:30px;
      margin-bottom:30px;
      line-height:30px;
  }

    .ie7 .custom-form .form-row.buttons .right .button{
        margin-right: 0 !important;
    }

  .custom-form .form-1{
      width:100%;
      float:left;
  }

  .custom-form .form-2{
    width:50%;
    float:left;
    margin-left:10px;
    margin-right:-10px;
    padding:0;
  }
    .custom-form .form-2:first-child,
    .custom-form .is-first{
      margin-left:0;
      margin-right:0;
    }

  .custom-form .form-2 .form-4{
    width:50%;
    float:left;
  }


/* ============================================================= */

/* ============================================================= */
/* INPUT / TEXTAREA */

.custom-form input{
  -webkit-appearance:textfield;
  -moz-appearance:textfield;
}

.custom-form input,
.custom-form textarea,
.custom-form select.multiple{
  outline:none;
  line-height:auto;
  vertical-align:middle;
  background:#fbf9f8 url(/templatemedia/img/input-shadow-top.gif) repeat-x top;
  border:1px solid #e2e2e2;
  border-top-color:#b8b8b8;
  -moz-border-radius:2px;
  -webkit-border-radius:2px 2px 2px 2px;
  border-radius:2px 2px 2px 2px;
  padding:6px 10px;
  color: #5a6166;
}

  .custom-form input:focus,
  .custom-form textarea:focus,
  .custom-form select.multiple:focus{
    outline: 1px dotted #5a6166;
  }

::-webkit-input-placeholder     {color:#888f93;}
input:-moz-placeholder          {color:#888f93;}
.custom-form input.placeholder,
.custom-form textarea.placeholder {color:#888f93;}

.custom-form input.error,
.custom-form textarea.error,
.custom-form .error div.custom.dropdown a.current,
.custom-form select.multiple.error{
  border-color: #ca0036 !important;
}
.custom-form .error-msg,
.custom-form label.error,
.custom-form .mandatory{
  color:#ca0036;
}
.custom-form .error-msg,
.custom-form label.error{
  margin: 5px 0;
  display: inline-block;
  font-size: 12px;
}

.custom-form .mandatory{
  font-size:15px;
  vertical-align:middle;
}

.custom-form legend{
  font-size:11px;
}

  .custom-form legend a{
      text-decoration:underline;
  }

.custom-form .form-inline-element{
  /*float: left;*/
  margin-top: -2px;
  display: block;
}
  .ie7 .custom-form .form-inline-element{
    margin-top: 2px;
  }

.custom-form .copytext{
  margin-bottom: 25px;
}


/* ============================================================= */

/* ============================================================= */
/* Z-INDEX */
.custom-form input,
.custom-form textarea,
.custom-form label,
.custom-form .dropdown{
  z-index: 0;
  position: relative;
}

.ie7 .custom-form span.custom{
  z-index:9;
}
  .ie7 .custom-form span.custom.checkbox{
    z-index: 1;
  }

.custom-form .dropdown.open{
  z-index:1000;
}
  .custom-form div.custom.dropdown.open ul{
    z-index:1001;
  }


/* ============================================================= */
/* ============================ SIZES ========================== */
/* ============================================================= */
.custom-form div.custom.dropdown                            {width:336px !important;}
.custom-form div.custom.dropdown.open ul                    {width:334px !important;}
.custom-form .form-row .form-2 textarea,
.custom-form .form-row .form-2 input,
.custom-form .form-row .form-2 select.multiple              {width:314px !important;}

.custom-form div.custom.dropdown.small                      {width:158px !important;}
.custom-form div.custom.dropdown.open.small ul              {width:156px !important;}
.custom-form .form-row input.small                          {width:136px !important;}
.custom-form .form-row .form-4 textarea,
.custom-form .form-row .form-4 input,
.custom-form .form-row .form-4 select.multiple              {width:140px !important;}

.custom-form div.custom.dropdown.medium                     {width:198px !important;}
.custom-form div.custom.dropdown.open.medium ul             {width:196px !important;}
.custom-form .form-row input.medium                         {width:176px !important;}

.custom-form div.custom.dropdown.large,
.custom-form .form-row .form-1 div.custom.dropdown          {width:694px !important;}
.custom-form div.custom.dropdown.open.large ul,
.custom-form .form-row .form-1 div.custom.dropdown.open ul  {width:692px !important;}
.custom-form input.large,
.custom-form .form-row .form-1 textarea,
.custom-form .form-row .form-1 input,
.custom-form .form-row .form-1 select.multiple              {width:672px; margin:0;}

.custom-form div.custom.dropdown.expand                     {width:100% !important;}
.custom-form div.custom.dropdown.open.expand ul             {width:100% !important;box-sizing:border-box;}


.custom-form input[type=radio],
.custom-form .form-row .form-2 input[type=radio],
.custom-form input[type=checkbox],
.custom-form .form-row .form-2 input[type=checkbox]         {width: auto !important;}

.custom-form textarea {height:190px; resize: none;}

  .custom-form select.multiple {
    height:113px;
  }

  .custom-form select.multiple.multiple-height-small {
    height:63px;
  }

  .custom-form select.multiple.multiple-height-large {
    height:205px;
  }

.custom-form .form-row .form-currency{  margin-left: 20px;}


/* ============================================================= */
/* ============================================================= */
/* ============================================================= */
/* =========== OVERRIDE DEFAULTS FOR SPECIAL CONTEXT =========== */
/* ============================================================= */

.custom-form .filterlist label{
	display: inline
}

/* NEWSLETTER - SCHNELL-ABO */
#quickAbo_reg_form.custom-form .filterlist label{
	text-indent: -24px;
	display: block;
	padding-left: 24px;
}


/* WEITEREMPFEHLEN */
.custom-form.suggest .form-row .form-2 input{
  width:289px!important;
}

/* FEEDBACK */
.custom-form label.feedback-rate{
  color:#1b618c;
  font-size:13px;
  line-height:38px;
  display: block;
}

  .custom-form label.feedback-rate .note{
    font-size:26px;
    vertical-align:middle;
    margin:0 5px;
  }

.custom-form.feedback{
  margin-top:10px;
}

.custom-form.feedback .error{
  margin:5px 0 30px;
}

.custom-form .form-2.feedback-rate{
  width:230px;
}

.custom-form .form-2.feedback-textarea{
  width:405px;
}

.custom-form .form-2.feedback-textarea textarea{
  width:370px!important;
  height:170px;
  resize:none;
}

.custom-form .align-vertical{
  display: block;
}
  .custom-form .align-vertical label{
    display: block;
    margin-bottom: 5px;
  }

.custom-form .form-hint{
  margin: 5px 0 0 0;
}


/*====================================*\
  EXTEND 4 WEBFORM MODULE
\*  ----------------------------------*/

.webform .form-row{
  margin: 0 -10px;
}

.webform .form-row.gap{
  min-height: 20px;
}

.webform .form-row.gap-small{
  min-height: 5px;
}

.webform .form-row h1,
.webform .form-row h2.line-bottom{
  margin-bottom: 5px;
  width: 100%;
}

  .webform .form-row.buttons{
    margin-left: 0;
    margin-right: 0;
  }

.webform .form-block{
  margin: 10px;
  float: left;
}

.custom-form.webform .copytext{
  margin-bottom: 10px;
}

.custom-form.webform .inside{
  display: block;
  margin-top:27px;
}

.custom-form.webform label[for="erg1"]{
  display: none;
}
/* fix for IE7 */
.custom-form.webform label[htmlFor="erg1"]{
  display: none;
}

.custom-form.webform .form-radio{
  white-space: nowrap;
}

 /* .ie7 .custom-form.webform .form-radio{
    display: none;
  }*/

  .ie7-list-item-fix{
    padding: 10px 10px !important;
  }

    .ie7 .ie7-list-item-fix .form-radio{
      display: none;
    }

#datenschutz.form-inline-element label.form-radio {
  white-space: normal;
}

  .custom-form.webform .form-radio.wrap{
    white-space: normal;
    margin-right: 0;
  }

.custom-form.webform .hide-top-label .label-top{
  display: none;
}

.custom-form.webform .form-inline-element{
  margin: 0;
}

  .custom-form.webform .form-inline-element.margin-bottom{
    margin-bottom: 10px;
  }


.custom-form.webform .error input,
.custom-form.webform .error textarea,
.custom-form.webform .error div.custom.dropdown a.current,
.custom-form.webform .error select.multiple{
  border-color: #ca0036 !important;
}

.custom-form.webform div.custom.dropdown.open ul{
  max-height: 313px;
  overflow-y: auto;
}

.custom-form.webform .webform-content-offset{
  margin: 0 10px;
}

.custom-form.webform textarea{
  height: 100px;
}

.custom-form.webform .webform-summary{
  margin-top: 15px;
}

  .custom-form.webform .webform-summary td{
    padding: 5px 20px 5px 0;
    font-size: 13px;
  }

.path-navigation.form-navigation a{
  padding: 0 3px 0 8px;
}

  .path-navigation.form-navigation .disabled a{
    color: #aaaeb0 !important;
  }

  .path-navigation.form-navigation li:first-child a{
    padding-left: 0;
  }

.custom-form.webform label.error{
  display: block;
}

.custom-form.webform .bank-results-filter{
  padding-bottom: 10px !important;
  margin: 0 10px 10px 10px !important;
}

.custom-form.webform .webform-result{
  margin: 0 10px;
}


.custom-form.webform #selectionContainer{
  margin-bottom: 20px;
  border: 1px solid #e5e5e5;
  padding: 10px 20px 20px 20px;
  background-color: #fff;
  clear: both;
}

.custom-form.webform #filterSidebar{
  width: 238px;
  float: left;
}

.custom-form.webform #filterResultsContainer{
  width: 430px;
  float: right;
}

  .custom-form.webform #resultsCountContainer{
    border-bottom: 1px solid #d0d2d2;
    padding-bottom: 15px;
    font-weight: bold;
    line-height: 1;
    margin-top: 20px;
  }

    .custom-form.webform #resultsCountContainer .count-bubble{
      font-weight: normal;
    }

.custom-form.webform #filterResults{
  margin: 20px 0;
}

  .custom-form.webform #filterResults .result-list-entry{
    padding: 7px 7px 9px 7px;
    border: 1px solid #d2d0cb;
    border-bottom: none;
    background-color: #fcfcfc;
  }

    .custom-form.webform #filterResults .result-list-entry:nth-child(odd){
      background-color: #f5f5f5;
    }

    .custom-form.webform #filterResults .result-list-entry.last{
      border-bottom: 1px solid #d2d0cb;
    }

    .custom-form.webform #filterResults h3.institute-group-name{
      margin-top: 20px;
      margin-bottom: 7px;
    }

.custom-form.webform .filterlist .institute-entry-result-count.count-bubble{
  top: 3px;
}


.custom-form.webform .hint{
  margin: 5px 0 0 0;
}


/************************************
* two cols (default)
*/

.custom-form.webform .form-block,
.custom-form.webform .four-cols .form-block.colspan-two       {width:336px;}
.custom-form.webform div.custom.dropdown,
.custom-form.webform select.multiple                          {width:336px !important;}
.custom-form.webform div.custom.dropdown.open ul {
	width:334px !important;
}
.wertpapierform.webform div.custom.dropdown.open ul {
    width: 259px !important;
 	overflow-x: hidden;
}
.is-touch-device .wertpapierform.webform div.custom.dropdown.open ul {
    max-height: none;
}
.custom-form.webform textarea,
.custom-form.webform input,
.custom-form.webform .four-cols .form-block.colspan-two input {width:314px !important;}


/************************************
* one col
*/

.custom-form.webform .one-col .form-block                  {width:694px;}
.custom-form.webform .one-col div.custom.dropdown,
.custom-form.webform .one-col select.multiple              {width:694px !important;}
.custom-form.webform .one-col div.custom.dropdown.open ul  {width:692px !important;}
.custom-form.webform .one-col textarea,
.custom-form.webform .one-col input                        {width:672px !important;}


/************************************
* four cols
*/

.custom-form.webform .four-cols .form-block                  {width:158px;}

.custom-form.webform .four-cols div.custom.dropdown,
.custom-form.webform .four-cols select.multiple              {width:158px !important;}
.custom-form.webform .four-cols div.custom.dropdown.open ul  {width:156px !important;}
.custom-form.webform .four-cols textarea,
.custom-form.webform .four-cols input                        {width:136px !important;}

/* four cols - address-row */
.custom-form.webform .four-cols.address-row .form-block.medium-block     {width:228px;}
.custom-form.webform .four-cols.address-row .medium-block input          {width:206px !important;}

.custom-form.webform .four-cols.address-row .form-block.small-block      {width:88px;}
.custom-form.webform .four-cols.address-row .form-block.small-block input{width:66px !important;}


/************************************
* reset width for radio & checkboxes
*/

.custom-form.webform input[type=radio],
.custom-form.webform .one-col input[type=radio],
.custom-form.webform .four-col input[type=radio],
.custom-form.webform input[type=checkbox],
.custom-form.webform .one-col input[type=checkbox],
.custom-form.webform .four-col input[type=checkbox]           {width: auto !important;}


.custom-form.webform .three-cols .form-block                  {width:217px;}


/************************************
* special styles 4 captcha
*/

.custom-form.webform .captcha-image,
.custom-form.webform .four-cols .captcha-input-image,
.custom-form.webform .one-col .captcha-input-image            {width:336px !important;}

.custom-form.webform .captcha-input,
.custom-form.webform .four-cols .captcha-input,
.custom-form.webform .one-col .captcha-input                   {width:314px !important;}

.custom-form.webform .captcha-input-block{
  float: right;
  width: 358px !important;
}

  .custom-form.webform .captcha-image{
    margin-top: 5px;
    float: left;
  }

  .custom-form.webform .captcha-image a{
    background: transparent url(/templatemedia/img/sprite_icons.png) no-repeat 0 -3599px;
    padding-left: 18px;
    font-size: 14px;
  }


#selectedBanks{
  margin: 0 -10px 10px -10px;
}

.custom-form.webform .selectedBanks-entry{
  width: 179px;
  padding: 7px 17px 7px 7px;
  float: left;
  background: #759a13 url(/Technische-Medien/templatemedia/img/webform-selected-entry.png) repeat-x 0 0;
  margin: 10px;
  color: #fff;
  position: relative;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

  .custom-form.webform .selectedBanks-entry.empty{
    background: #f5f5f5;
    text-align: center;
    color: #7C8286;
    width: 193px;
    padding: 7px 5px;
  }

  .custom-form.webform .selectedBanks-entry a{
    position: absolute;
    right: 7px;
    top: 10px;
    width: 10px;
    height: 10px;
    text-indent: -9999px;
    display: block;
    overflow: hidden;
    background: transparent url(/Technische-Medien/templatemedia/img/webform-icon-close.png) no-repeat 0 0;
    *zoom: 1;
  }

.custom-form.webform #erg1 ul.pagination{
  margin-bottom: 0;
}

.ie7 .custom-form.webform input{
  margin-left: -10px;
}

.ie7 .custom-form.webform .four-cols.address-row .form-block.small-block input,
.ie7 .custom-form.webform .four-cols.address-row .form-block.medium-block input{
  left: -10px;
  margin-left: 0;
}

  .ie7 .custom-form.webform input.captcha-input {
    margin-left: 0;
  }

  .ie7 .custom-form.webform #resultsCountContainer .count-bubble{
    margin-right: 5px;
  }

#resultscountleft{
  float: left;
}

.custom-form.webform #filterSidebar{
  margin-top: 60px;
}

  .ie7 .custom-form.webform #filterSidebar{
    margin-top: 66px;
  }

.custom-form.webform .hide{
  display: none !important;
}

.custom-form.webform .advertising-order input {
    width: 30px !important;
	text-align: right;
}

p.copytext .bdo-tooltip {
	color:#5a6166;
	border-bottom: 1px dotted #1B618C;
}