html,
body,
ul {
  margin:0;
  padding:0;
}

body {
  color:#1e1e1e;
  font-family: helvetica, arial;
  font-size:13px;
}

a {
  text-decoration:none;
  outline:0 none;
}
a:hover {
  text-decoration:underline;
}

p.bodytext, #content_right p {
  line-height:1.6;
}

ul.contentList,
#content_right .csc-menu {
  list-style-type: square;
  margin-left: 20px;
  line-height: 1.6;
}



ul ul {
  list-style-type: disc;
}
ul ul ul {
  list-style-type: circle;
}

#page, 
.page_centered {
  width:942px;
  margin:0 auto;
  position:relative;
}


#header {
  height:155px;
  position:relative;
}



#header_logo {
  float:right;
  padding:30px 30px 0 0;
}

html.svg #remmers-logo {
  width: 196px;
}

#header_quick_start {
  position:absolute;
  top:18px;
  left:12px;
}

#header_quick_start .header_item {
  float:left;
  margin-right:18px;
}
#header_quick_start .header_item.choose_page .rem_dropdown ul li a {
  font-size:12px !important;
}
#header_quick_start .header_item.searchbar {
  width:220px;
}
#header_quick_start .header_item.searchbar form {
  margin:0;
}
#header_quick_start a {
  text-decoration:none;
}

#header_quick_start .dropdown-menu {
  z-index:3000;
  list-style-type:none;
}

#breadcrumb {
  overflow:hidden;
  float:left;
  padding:115px 0 0 24px;
  width:655px;
}


#breadcrumb ul.breadcrumb li,
#breadcrumb_small ul.breadcrumb li {
  background: url(../images/breadcrumb-arrow.png) no-repeat 0 50% scroll transparent;
  list-style-type:none;
  padding:0 10px;
  float:left;
  font-size:16px;
}
#breadcrumb_small {
  padding:14px 34px 18px;
  overflow:hidden;
}
#breadcrumb_small ul.breadcrumb li {
  font-size:12px;
}
#breadcrumb ul.breadcrumb li a,
#breadcrumb_small ul.breadcrumb li a {
  color:#1E1E1E;
}
#breadcrumb ul.breadcrumb li.active a,
#breadcrumb ul.breadcrumb li.active {
  color:#ed1a25;
  font-weight:bold;
}

#breadcrumb ul.breadcrumb li a:hover {
  color:#b2001a;
  text-decoration: none;
}



#image_menu {
  height: 363px;
  width: 942px;
  margin-bottom: 6px;
  position:relative;
  background: none repeat scroll 0 0 #F7F7F7;
}

#image_menu .frame_overlay {
  position:absolute;
  width:948px;
  height:363px;
  background: url(../images/slider/topimage-frame.png) no-repeat 0 0 scroll transparent;
  z-index:1000;
  top:0;
  left:-3px;
}

#image_menu .menu .frame_overlay {
  background: url(../images/slider/topimage-frame-menu.png) no-repeat 0 0 scroll transparent;
}


.rem_dropdown2 {
  position:absolute;
  right:auto;
  left:-10000px;
  border-top:2px solid transparent;
  z-index: 5000;
  background: url(../images/background-dropdown.png) no-repeat 0 0 scroll transparent;
  padding-left:3px;
}

.rem_dropdown2_shadow_bottom {
  height: 10px;
  width: 100%;
  position: absolute;
  bottom:-10px;
  left:0;
  background: url(../images/background-dropdown.png) no-repeat 0 100% scroll transparent;
}

.rem_dropdown2_shadow_top_right {
  height: 20px;
  width: 5px;
  top:0;
  right: -5px;
  position: absolute;
  background: url(../images/background-dropdown.png) no-repeat 100% 0 scroll transparent;
}

.rem_dropdown2_shadow_right {
  height: 100%;
  width: 5px;
  bottom:-10px;
  right: -5px;
  position: absolute;
  background: url(../images/background-dropdown.png) no-repeat 100% 100% scroll transparent;
}
#main_menu {
  position:relative;
  z-index:1500;
  height:30px;
  padding:15px 0 0 25px;
}

#main_menu ul.level2,
.rem_dropdown ul {
  background:#f5f5f5;
}
#main_menu ul li,
.rem_dropdown ul li {
  font-size:14px;
  list-style-type:none !important;
}
#main_menu li.level1 {
  float:left;
  margin-right:20px;
  background: url(../images/breadcrumb-arrow.png) no-repeat 0 50% scroll transparent;
}

#main_menu li.level1.active,
#main_menu li.level1.hasSub.rem_activeDropdown {
  background: url(../images/breadcrumb-arrow-active.png) no-repeat 0 50% scroll transparent;
}

#main_menu li.level1 a,
.rem_dropdown ul li a {
  display:block;
  text-decoration:none;
  color:#444444;
  white-space:nowrap;
  padding:0 0 0 10px;
}

#main_menu li.level1 {
  position:relative;
}

#main_menu .nav_level2,
.rem_dropdown {
  position:absolute;
  border-top: 2px solid transparent;
  left:-10000px;
  right:auto;
  z-index:5000;
}

#main_menu ul.level2,
.rem_dropdown ul {
  margin-top:25px;
  padding-bottom:5px;
}

#main_menu ul.level2 li.level2,
.rem_dropdown ul li {
  height:40px;
  line-height:40px;
  padding-right:5px;
}

#main_menu ul.level2 li a span.arrow,
.rem_dropdown ul li a span.arrow {
  width:21px;
  height:40px;
  display:block;
  position:absolute;
  right:-21px;
  top:0;
}

#main_menu ul.level2 li a:hover span.arrow,
.rem_dropdown ul li a:hover span.arrow {
  background: url(../images/dropdown_menu/corners-and-length-side.png) no-repeat 0 -116px;
}

#main_menu ul.level2 li a,
.rem_dropdown ul li a {
  display:block;
  padding:0px 15px;
  margin-right:21px;
  position:relative;
  height:40px;
  line-height: 40px;
}

#main_menu ul.level2 li a:hover,
.rem_dropdown ul li a:hover {
  background:#fff;
}

/* popup menu */
.rem_dropdown .shadow_top {
    left: -3px;
    position: absolute;
    top: 0;
}

.rem_dropdown .shadow_top .corner_left {
  background: url(../images/dropdown_menu/corners-and-length-side.png) no-repeat 0 -38px;
  width:70px;
  height:25px;
}
.rem_dropdown .shadow_top .middle {
  background: url(../images/dropdown_menu/corners-and-length-side.png) repeat-x 0 -102px;
  width:70px;
  height:14px;
  margin-top:11px;
}
.rem_dropdown .shadow_top .corner_right {
  background: url(../images/dropdown_menu/corners-and-length-side.png) no-repeat 0 -66px;
  width:20px;
  height:14px;
  margin-top:11px;
}
.rem_dropdown .shadow_left {
  background: url(../images/dropdown_menu/shadows_left_and_right.png) repeat-y 0 0;
  position:absolute;
  left:-3px;
  width:3px;
}

.rem_dropdown .shadow_right {
  background: url(../images/dropdown_menu/shadows_left_and_right.png) repeat-y -5px 0;
  position:absolute;
  right:-5px;
  width:5px;
}

.rem_dropdown .shadow_bottom {
    bottom: -15px;
    left: -3px;
    position: absolute;
    width: 100%;
}
.rem_dropdown .shadow_bottom .corner_left {
  float:left;
  background: url(../images/dropdown_menu/corners-and-length-side.png) no-repeat 0 0;
  width:18px;
  height:19px;
}
.rem_dropdown .shadow_bottom .middle{
  float:left;
  background: url(../images/dropdown_menu/corners-and-length-side.png) repeat-x 0 -80px;
  height:22px;
}
.rem_dropdown .shadow_bottom .corner_right {
  float:left;
  background: url(../images/dropdown_menu/corners-and-length-side.png) no-repeat 0 -19px;
  width:20px;
  height:19px;
}


#content_left {
  width:308px;
  margin-right:36px;
  float:left;
}

#content_right {
  width:598px;
  float:left;
  padding-top:40px;
}


.flexslider {
  z-index:900;
  margin:0;
}

.flex-caption p {
  margin:0;
}

.flex-control-nav {
  bottom:12px;
}

#image_menu .flexslider ul.slides li img {
  min-height: 362px;
}

#image_menu.menu.slider .flexslider ul.slides li img  {
  height: 313px;
  min-height: 313px;
}

#image_menu.menu.slider > .flexslider {
    height: 313px;
    overflow: hidden;
}

/* all other styles in flexslider.css */

/* Some elements */

/* Search box */
input.rem_search {
  background: none;
  border: none;
  display:block;
  width:100%;
  height:30px;
  line-height:30px;
  outline:0 none;
  color:#999;
}

.search_box {
  height:32px;
  width:100%;
  overflow:hidden;
}

.search_box_corner_left {
  width:8px;
  height:31px;
  background: url(../images/search_parts.png) no-repeat 0 -63px scroll transparent;
  float:left;
}
.search_box_middle {
  width:60px;
  height:31px;
  background: url(../images/search_parts.png) repeat-x 0 -32px scroll transparent;
  float:left;
}
.search_box_button {
  width:44px;
  height:32px;
  background: url(../images/search_parts.png) no-repeat 0 0px scroll transparent;
  float:left;
  cursor:pointer;
}

/* button */
.rem_button {
  white-space: nowrap;
  display:block;
  width:100%;
  height:30px;

  line-height:32px;
  font-size:12px;

}

.rem_button:hover {
  text-decoration: none;
}

.rem_button a {
  color:#1e1e1e;
  text-decoration:none;
  display:block;
  padding:0 5px;
}

.news-single-item .rem_button {
  text-align: center;
}

a.rem_button.back {
  padding-left: 20px;
  background: url(../images/arrow_back.png) no-repeat 0 50% scroll transparent;
}

.news-single-item .news-single-backlink {
  padding-right: 0;
  float: left;
  border-bottom: 0 none;
  padding-bottom:0;
}

.news-single-otherNews {
   border-top: 1px solid #cccccc;
   clear:both;
   padding-top:16px;
}

.button_box {
  height:32px;
  cursor:pointer;
  position:relative;
}

.button_corner_left {
  width:7px;
  height:32px;
  background: url(../images/button_parts.png) no-repeat 0 0px scroll transparent;
  float:left;
}
.button_middle {
  height:32px; 
  background: url(../images/button_parts.png) repeat-x 0 -32px scroll transparent; 
  float:left;
}
.button_corner_right {
  width:7px;
  height:32px;
  background: url(../images/button_parts.png) no-repeat 0 -64px scroll transparent; 
  float:left;
}


.buttonBack {
  padding: 6px;
  line-height: 32px;
}

.buttonBack:hover {
  text-decoration: none;
}
/* contenttable */
.contenttable p {
  margin: 0;
}

/* linklist */
ul.linklist,
#footer .footer_box ul {
  list-style-type:none;
  line-height:2;
  margin-left: 0;
}
ul.linklist a,
#footer .footer_box ul li a {
  color:#1e1e1e;
  text-decoration: none;
}

/* no top-margin on text elements in footer box */ 
#footer .footer_box p.bodytext {
  margin-top: 0;
}

/* if content in middle has h5 header, pull it up to align left content */
#footer .footer_box.middle h5 {
  margin-top: -26px;
}

ul.linklist a:hover {
  text-decoration: none;
  color:#666666;
}

ul.linklist ul, ul.contentList ul {
  padding-left: 15px;
}

.linklist > li {
    line-height: 1.5;
    padding: 0 0 9px;
}

a.arrowlink {
  background: url(../images/breadcrumb-arrow.png) no-repeat 0 50% scroll transparent;
  padding:0 0 0 10px;
  color:#004494;
  text-decoration:none;
}

a.arrowlink:hover, ul.arrowList li a:hover {
  text-decoration:underline;
}

 
ul.arrowList li {
  list-style-type: none;
  background: url(../images/breadcrumb-arrow.png) no-repeat 0 50% scroll transparent;
  padding:0 0 0 10px;
  text-decoration:none;
  line-height: 1.6;
}

ul.arrowList li a {
  text-decoration:none;
}



.content_box {
  background:#f5f5f5;
  position:relative;
  padding: 31px 34px 28px 34px;
}

.content_box.clickable {
  padding: 31px 50px 28px 34px
}

.one.boxes .content_box {
  float:none;
  /*width:858px; width auto*/
  margin: 0 10px 10px 0;
}

.one.boxes.menu .content_box {
  padding:43px 45px 28px;
  width: 208px;
  min-height: 370px;
}

.one.boxes.menu h3 a {
  color:#00488E;
  font-size:13px;
}  

.one.boxes.image .content_box {
  /*width:858px; width auto*/
  height:83px;
  margin: 0 10px 10px 0;
}

.one.boxes.image.imageAtTop .content_box {
  height: auto;
}

.one.boxes.image .content_box .image {
  position:absolute;
  left:1px;
  top:1px;
  z-index:300;
}

.one.boxes.image .content_box a:hover {
  color:#666;
}


.one.boxes.image .content_box .image img {
  border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
}

.one.boxes.image .content_box .text {
  margin-left:300px;
}

.one.boxes.image.imageAtTop .content_box .text {
  margin-top:140px;
  margin-left:0;
}


/* one.boxes.image in right column */

#content_right .one.boxes.image .content_box .image {
  overflow:hidden;
  width:200px;
}
#content_right .one.boxes.image .content_box .image img {
  margin-left:-56px;
}

#content_right .one.boxes.image .content_box .text {
  margin-left: 210px;
}

#content_right .one.boxes.image h1 a, 
#content_right .one.boxes.image h2 a, 
#content_right .one.boxes.image h3 a {
  font-size: 14px !important;
}


.two.boxes .content_box {
  width:398px;
  margin: 0 10px 10px 0;
}

.two.boxes .content_box.clickable {
  width:382px;
}


.three.boxes .content_box{
  width:239px;
  margin: 0 10px 10px 0;
}
.three.boxes .content_box.clickable {
  width:223px;
}
.content_box.last {
  margin-right:0 !important;
}

.content_box {
  float:left;
  font-size:12px;
}

.content_box.clickable  .content_box_click_button {
  cursor:pointer;
}

h1,h2,h3,
.content_box h1,
.content_box h2,
.content_box h3,
.content_box h1 a,
.content_box h2 a,
.content_box h3 a {
  line-height:1;
  margin:0 0 15px;
  font-size:16px;
  color:#ed1a25;
}


.content_box h1 a:hover,
.content_box h2 a:hover,
.content_box h3 a:hover {
  text-decoration: none;
  color:#b2001a;
}

.content_box a {
  text-decoration:none;
}
.content_box a:hover {
  text-decoration:underline;
}

.one.boxes.menu .content_box  h1,
.one.boxes.menu .content_box  h2,
.one.boxes.menu .content_box  h3 {
  color:#00488e;
  margin:0 0 10px;
  font-size:13px;
}

.one.boxes.menu .content_box  ul.linklist {
  margin:0 0 30px;
}

.one.boxes.menu .content_box  ul.linklist ul li.lvl2 {
  list-style-type: square;
}



.one.boxes.menu .content_box  ul.linklist li.cur {
  color:#666;
}
.one.boxes.menu .content_box  ul.linklist li.cur > a {
  color:#666;
  font-weight: bold;
}

.one.boxes.menu .content_box  ul.linklist li.lvl1 ul {
  padding:10px 0 15px 18px;
}

.content_box .content_box_click_button {
  width:51px;
  height:51px;
  background: url(../images/content_box/contentbox-arrow.png) no-repeat;
  position:absolute;
  bottom:25px;
  right:-12px;
}


.no-border-box .left {
  float:left;
  width:50%;
}
.no-border-box.fourty-sixty .left {
  width: 40%;
}
.no-border-box .left .box_content {
  padding-right:10px;
}
.no-border-box .right .box_content {
  padding-left:10px;
}
.no-border-box .right {
  width:50%;
  float:right;
}
.no-border-box.fourty-sixty .right {
  width: 60%;
}

/* shadows */
.shadow_top {
  width:100%;
  position:absolute;
  top:-2px;
  left:-2px;
}
.shadow_top .corner_left {
  float:left;
  background: url(../images/content_box/corners-and-length-side.png) no-repeat;
  width:15px;
  height:15px;
}
.shadow_top .middle{
  float:left;
  background: url(../images/content_box/corners-and-length-side.png) repeat-x 0 -15px;
  width:80%;
  height:15px;
}
.shadow_top .corner_right {
  float:left;
  background: url(../images/content_box/corners-and-length-side.png) no-repeat 0 -30px;
  width:15px;
  height:15px;
}

.shadow_left {
  background: url(../images/content_box/left-and-right-side.png) repeat-y 0 0;
  position:absolute;
  left:-2px;
  width:15px;
}
.shadow_right {
  background: url(../images/content_box/left-and-right-side.png) repeat-y -19px 0;
  position:absolute;
  right:-2px;
  width:15px;
}

.shadow_bottom {
  width:100%;
  position:absolute;
  bottom:-4px;
  left:-2px;
}
.shadow_bottom .corner_left {
  float:left;
  background: url(../images/content_box/corners-and-length-side.png) no-repeat 0 -75px;
  width:15px;
  height:15px;
}
.shadow_bottom .middle{
  float:left;
  background: url(../images/content_box/corners-and-length-side.png) repeat-x 0 -60px;
  height:15px;
}
.shadow_bottom .corner_right {
  float:left;
  background: url(../images/content_box/corners-and-length-side.png) no-repeat 0 -45px;
  width:15px;
  height:15px;
}
/*shadow end*/

#footer {
  background: url(../images/footer.png) repeat-x 0 0 scroll transparent;
  height:353px;
  font-size:13px;
  position:relative;
  margin-top:110px;
  width:100%;
  min-width: 942px;
}

#footer_boxes {
  overflow:hidden;
}

#footer .footer_box {
  line-height: 2 !important;
}

#footer .footer_box {
  padding:55px 0 0 34px;
  width:274px;
  float:left;
  height:235px;
  position:relative;
}


#footer .footer_box h1,
#footer .footer_box h2,
#footer .footer_box h3,
#footer .footer_box h4,
#footer .footer_box h5,
#footer .footer_box h6 {
  margin:0;
  font-size:13px;
}

#footer_copyright {
  overflow:hidden;
  color:#fff;
  font-size:11px;
  padding-top:33px;
}

#footer_copyright  a {
  color:#fff;
  text-decoration:none;
}

#footer_copyright  a:hover {
  text-decoration:underline;
}

.copyright_inner_left {
  float:left;
  width:850px;
}

.copyright_inner_left p {
  margin:0;
  line-height: inherit;
}

.copyright_inner_right {
  text-align:right;
  float:right;
  width:92px;
  overflow:hidden;
}

.copyright_inner_right ul li{
  list-style-type:none;
  float:right;
  margin-left:7px;
}

#tx-srfeuserregister-pi1-fe_users_form input.tx-srfeuserregister-pi1-delete-icon {
  width:auto;
}


/* EXTENSION SPEZIFISCH */

.two.boxes .content_box form {
  width:260px;
}

.tx-remfvmitproduktbereich2012-pi1-smallForm {
  position: relative;
  top: -105px;
  margin-bottom:-105px;
}

.tx-remfvmitproduktbereich2012-pi1-smallForm .fachvertretersuche_form_search {
 width:340px; 
 padding-bottom: 40px;
}


.systemcatalog-result .tx-remfvmitproduktbereich2012-pi1-smallForm {
  top: 0;
  margin-bottom: 0;
}


.f3-widget-paginator > li {
  float: left;
  list-style-type: none;
  margin-right: 8px;
}

.f3-widget-paginator > li.current {
  font-weight: bold;
  text-decoration: underline;
}

.f3-widget-paginator > li.previous, .f3-widget-paginator > li.next {
  display:none;
}




/* References */
.tx-references table {
  border-collapse: collapse;
}
.tx-references td.reference_name {
  padding-bottom:6px;
}
.tx-references tr + tr td.reference_name {
  padding-top:30px;
}
.tx-references td.reference_name img {
  margin-right: 5px;
  vertical-align: middle;
}

.tx-references td {
  vertical-align: top;
}

.tx-references td.reference_image, .tx-references td.reference_text {
  border-bottom:1px solid #CCCCCC;
  padding-bottom:30px;
}

.tx-references td.reference_image img {
  margin-right: 20px;
  display:block;
}

.tx-references .search_formfield {
  padding-bottom: 5px;
  overflow: hidden;
}
.tx-references td p {
  margin:0;
}
.tx-references .search_formfield input[type="text"], .tx-references .search_formfield select {
  float: left;
  width: 350px;
}
.tx-references .search_formfield input[type="submit"] {
  margin-left: 150px;
}
.tx-references .search_formfield label {
  display: block;
  float: left;
  margin-right: 25px;
  width: 125px;
  line-height: 29px;
}



/* Treeview allgemein */
.tx_treeviewfe ul {
  margin:0;
  padding:0;
  list-style-type: none;
}

.tx_treeviewfe li {
  display: block;
  margin-bottom: 3px;
}

.tx_treeviewfe li a.tree-item, .tx_treeviewfe.treeview li .csc-default {
  border: 1px solid #CACACA;
  display:block;
  padding:11px 28px;
}

.tx_treeviewfe li a.tree-item {
  background: url("../images/breadcrumb-arrow.png") no-repeat scroll 16px 50% transparent;
}

.tx_treeviewfe.treeview a.tree-item.noSubpages.noContent {
  cursor:default;
  text-decoration: none !important;
  background: none;
}

.tx_treeviewfe.treeview li ul, .tx_treeviewfe.treeview li .csc-default {
    margin-top: 3px;
    margin-left: 26px;
}


/* produkte in treeview als teaser */
.tx_treeviewfe.treeview .csc-default.product_teaser {
  overflow: hidden;
  background: url("../images/breadcrumb-arrow-double.png") no-repeat scroll 22px 15px rgba(0, 0, 0, 0);
  padding:11px 16px 11px 35px;
}
.tx_treeviewfe.treeview .teaser_image {
  float:left;
  margin-right: 5px;
}

.tx_treeviewfe.treeview .teaser_text {
  float:left;
  width: 402px;
  line-height: 1.3;
}


.tx_treeviewfe.treeview .teaser_description {
  margin-bottom:5px;
}


/* gimmicks */

a.icon-pdf {
    background: url("../images/icon_pdf.jpg") no-repeat scroll 2px 0px rgba(0, 0, 0, 0);
    margin: 5px 0 0;
    padding: 2px 0 2px 30px;
}

a.icon-arrow {
    background: url("../images/breadcrumb-arrow.png") no-repeat scroll 0 50% rgba(0, 0, 0, 0);
    margin: 0 0 5px;
    padding: 0 0 0 10px;
}

/* weihnachts- bzw. silvester-egg */
body.weihnachten {
  background: url("../images/weihnachten2013.jpg") no-repeat scroll center top rgba(0, 0, 0, 0);
}
body.weihnachtensilvester {
  background: url("../images/silvester2013.jpg") no-repeat scroll center top rgba(0, 0, 0, 0);
}
body.weihnachten #header_quick_start .rem_dropdown2, 
body.weihnachtensilvester #header_quick_start .rem_dropdown2 {
  background: url("../images/background-dropdown_weihnachten.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

/* vcards */

.vcard.partners table {
  width: 100%;
  table-layout: fixed;
  padding-bottom: 15px;
}

.vcard.partners .header {
  border-bottom: 1px solid #CCCCCC;
  font-weight: bold;
}

.vcard.partners .parnterdetails {
  display:none;
  padding-top: 15px;
  padding-bottom: 25px;
}


/* google maps */
.googleMapsMarkerInfo {
  padding: 5px 5px 5px 5px;
  line-height:1.35;
  overflow:hidden;
  white-space:nowrap;
}

/* order basket */
  #order_basket {
    padding-bottom: 25px;
  }


/* google maps address lists */
table.newgooglemaps-addresslist {
  border-collapse: collapse;
  margin-top:25px;
  line-height: 1.3;
  width: 100%;
  table-layout: fixed;
}
table.newgooglemaps-addresslist td {
  vertical-align: top;
  padding:0 4px 25px;
} 
table.newgooglemaps-addresslist td.title {
  padding-bottom: 5px;
  color:#00488E;
} 


/* accordion open + close icon */
h3.accordion_header:after {
    content: "▾";
    float: right;
    font-size: 20px;
    margin-right: 10px;
    text-align: right;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
}

h3.accordion_header.ui-state-active:after {
    -webkit-transform: rotate(180deg); /* chrome & safari*/
    -moz-transform: rotate(180deg); /* firefox */
    -o-transform: rotate(180deg); /* opera */
    transform: rotate(180deg); /* explorer > 9 */
}

h3.accordion_header img.country-flag {
  margin-right: 5px;
}

/* worldwidesitesfe - switch */
.worldwidesitesfe-switch {
  min-width: 450px;
} 

.worldwidesitesfe-switch table tr {
  vertical-align: top;
} 

.worldwidesitesfe-switch ul li {
  list-style-type: none;
  padding-right: 25px;
  padding-bottom: 8px;
} 

.rem_googlemap {
  border: 1px solid #cacaca;
  border-radius: 2px;
  /* box-shadow: 1px 1px 3px #ccc; */
  box-sizing:border-box;
}

/* social media icons */
.socialLinkedIn:before {
    content: url("../images/linkedin-icon.png");
    height: 16px;
    margin-right: 10px;
    position: relative;
    top: 3px;
    width: 25px;
}

.socialTwitter:before {
    content: url("../images/twitter-icon.png");
    height: 16px;
    margin-right: 10px;
    position: relative;
    top: 3px;
    width: 25px;
}

.socialFacebook:before {
    content: url("../images/facebook-icon.png");
    height: 16px;
    margin-right: 10px;
    position: relative;
    top: 3px;
    width: 25px;
}

.socialGooglePlus:before {
    content: url("../images/google-plus-icon.png");
    height: 16px;
    margin-right: 10px;
    position: relative;
    top: 3px;
    width: 25px;
}

.socialPinterest:before {
    content: url("../images/pinterest-icon.png");
    height: 16px;
    margin-right: 10px;
    position: relative;
    top: 3px;
    width: 25px;
}

table.telephone-list {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

table.telephone-list > tbody > tr > td {
  vertical-align: top;
  padding-bottom: 15px;
  padding-top: 15px;
}


table.telephone-list .contact-data {
  border-collapse: collapse;
}

table.telephone-list .contact-data tr td {
  vertical-align: top;
  padding-bottom: 5px;
  padding-right: 15px;
  padding-top: 0;
}

table.telephone-list .contact-data tr td + td {
  padding-right: 0;
}



div.azsearch {
  margin-top: 15px;
  font-size: 14px;
  color: #CACACA;
}

div.azsearch a {
  margin: 0 2px 0 1px;
}


.find-your-representative {
  margin-bottom: 45px;
}

#find-your-representative-form input,
#find-your-representative-form select {
  margin-bottom: 0 !important;
}


.two.boxes .content_box .find-your-representative {
  margin-bottom: 0;
}

.two.boxes .content_box .find-your-representative h2 {
  display: none;
}

.two.boxes .content_box form#find-your-representative-form {
  width: auto;
}

.location_title {
  margin-bottom: 25px;
} 

.block-header {
  padding:0.6em 0.5em 0.6em 0.7em;
  padding-left: 21px;
  border: 1px solid #cacaca;
  color: #004294;
  border-radius: 1px;
  font-weight: normal;
}

table.responsible-person {
  margin-bottom: 45px;
  line-height: 1.6;
  border-collapse: collapse;
}

table.responsible-person td {
  vertical-align: top;
}

table.responsible-person .person-image {
  padding-right: 25px;
  width: 68px;
}



table.responsible-person .person-image img {
    display: block;
    border: 1px solid #b1b2b7;
    padding: 3px;
    border-radius: 1px;
}

table.responsible-person .person-data, table.responsible-person .contact-data {
  padding-left: 25px;
  width: 180px;
}

table.responsible-person table {
  border-collapse: collapse;
}

table.responsible-person table td {
  font-weight: bold;
  padding-right: 25px;
  padding-top: 0;
  padding-bottom: 0;
}
table.responsible-person table td + td {
  font-weight: normal;
  white-space: nowrap;
}


/* remove border-radius from 2px to 1px for accordions */

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  -webkit-border-bottom-right-radius: 1px;
  -moz-border-radius-bottomright: 1px;
  border-bottom-right-radius: 1px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  -webkit-border-bottom-left-radius: 1px;
  -moz-border-radius-bottomleft: 1px;
  border-bottom-left-radius: 1px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  -webkit-border-top-right-radius: 1px;
  -moz-border-radius-topright: 1px;
  border-top-right-radius: 1px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  -webkit-border-top-left-radius: 1px;
  -moz-border-radius-topleft: 1px;
  border-top-left-radius: 1px;
}




.remproductdb13_systemcatalog .systemcatalog-select {
  display: none;
  width: 400px;
}

.systemcatalog-result {
  margin-top: 25px;
}

.find-your-representative .tx-remtrader-pi1 input, .find-your-representative .tx-remtrader-pi1 select {
  clear: both;
  display: block;
  margin-bottom: 15px;
}


/* cal */
.tx-cal-controller h1, .tx-cal-controller .found, .tx-cal-controller .pagebrowser {
  text-align: left;
}

.align-center {
  text-align: center;
} 

.tx-cal-controller .vevent {
  color: inherit;
  margin-bottom: 15px;
}

.tx-cal-controller .vevent .summary {
  font-weight: bold;
}



ul.csc-menu.csc-menu-200 {
  margin-left:-30px !important;
  margin-top: 20px;
  overflow: hidden;
}

ul.csc-menu.csc-menu-200 li {
  list-style-type: none;
  width: 178px;
  margin-left:30px;
  margin-bottom: 30px;
  float:left;
}



.newsletter-subscribe-form tr td:first-child {
  padding-right: 100px;
}

div.tx-solr {
  overflow: hidden;
}
.tx-solr ul {
  list-style-type: none;
}