/* ------------------------------------------ */
/* RD::                                       */
/* ------------------------------------------ */
@import url("bootstrap_own.css");
/* ------------------------------------------ */

@import url("erweitert.css");
@import url("template_cbm3_org.css");

/* ------------------------------------------ */
/* FONTS::                                    */
/* ------------------------------------------ */
@font-face {
  font-family: 'Delivery Regular';
  src: url('Fonts/Delivery_W_Rg.woff2') format('woff2'),
    url('Fonts/Delivery_W_Rg.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Delivery Regular';
  src: url('Fonts/DeliveryArabic_W_Rg.woff2') format('woff2'),
    url('Fonts/DeliveryArabic_W_Rg.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Delivery Regular';
  src: url('Fonts/Delivery_W_Bd.woff2') format('woff2'),
    url('Fonts/Delivery_W_Bd.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Delivery Regular';
  src: url('Fonts/DeliveryArabic_W_Bd.woff2') format('woff2'),
    url('Fonts/DeliveryArabic_W_Bd.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Delivery Regular';
  src: url('Fonts/Delivery_W_It.woff2') format('woff2'),
    url('Fonts/Delivery_W_It.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Delivery Regular';
  src: url('Fonts/Delivery_W_BdIt.woff2') format('woff2'),
    url('Fonts/Delivery_W_Bd.woff') format('woff');
  font-weight: bold;
  font-style: italic;
}


/* ------------------------------------------ */


/* ----------------- STYLEGUIDE ------------------
PRIMARY COLORS:
POSTYELLOW =  #FFCC00
DHL RED =     #D40511
DHL BLACK =   #323232
WHITE =       #FFFFFF

SECONDARY COLORS:
GREY 1 =      #666666
GREY 2 =      #B5B5B5
GREY 3 =      #D1D1D1
GREY 4 =      #E8E8E8
GREY 5 =      #F2F2F2

HOVER COLORS:
DHL RED =     #D40511
DHL BLACK =   #323232
WHITE =       #FFFFFF

FORM COLORS:
DHL RED =     #D40511
GREEN =       #76BD22
POSTYELLOW =  #FFCC00
GREY 2 =      #B5B5B5
GREY 5 =      #F2F2F2

----------------------------------------------- */
.POSTYELLOW-color {
  color: #FFCC00;
}

.DHL-RED-color {
  color: #D40511;
}

.DHL-BLACK-color {
  color: #323232;
}

/************** neue Navi */
/* ------------------------------------------ */
/* RD::                                       */
/* ------------------------------------------ */
/*
#navigation:before{
	content: 'CBM3';
 	color: #D40511;
	font-size: 2em;
	.font-weight: bold;
	padding: 10px;
}
*/

#navigation {
  font-family: Arial, sans-serif;
  font-size: 90%;
  margin-top: 0px;
}

/* ------------------------------------------ */

.navspacer {
  border-top: 33px solid #fff;
  height: 59px;
  margin-left: 6px;
  border-bottom: 1px solid #e5e5e5;
}

.navspacer-empty {
  border-top: 33px solid #fff;
  height: 59px;
  margin-left: 6px;
}

#navigation ul {
  margin-left: 0px;
  padding: 0px;
  list-style-type: none;
  list-style-image: none;
  line-height: 0px;
  overflow: hidden;
}

#navigation li {
  margin: 0px;
  padding: 0px;
}

#navigation li.li_ch {
  background: url(../gfx/cbm3/arrow_right.gif) no-repeat 50%;
  background-position: right;
}

#navigation li.li_no {}

#navigation ul span.menuline {
  display: block;
  height: 1px;
  margin-left: 0px;
  font-size: 1px;
  line-height: 1px;
  background-color: #e5e5e5;
  overflow: hidden;
}

#navigation ul ul span.menuline {
  display: block;
  height: 1px;
  margin-left: 0px;
  font-size: 1px;
  line-height: 1px;
  background-color: #e5e5e5;
  overflow: hidden;
}

#navigation ul ul ul span.menuline {
  display: block;
  height: 1px;
  margin-left: 0px;
  font-size: 1px;
  line-height: 1px;
  background-color: #e5e5e5;
  overflow: hidden;
}

#navigation span.menuSelected,
#navigation ul span.menuSelected,
#navigation ul ul span.menuSelected,
#navigation ul ul ul span.menuSelected {
  line-height: 1.33em;
  text-decoration: none;
  color: #000;
  display: block;
  padding: 0 0 0 0;
  margin-left: 0px;
  background-repeat: no-repeat;
  white-space: nowrap;
}

#navigation span.menuWaySelected {
  line-height: 1.33em;
  text-decoration: none;
  color: #000;
  display: block;
  padding: 0 0 0 0;
  margin-left: 0px;
  background-repeat: no-repeat;
  white-space: nowrap;

  background: url(../gfx/cbm3/arrow_down_hi.gif) no-repeat 50%;
  background-position: right;
}


#navigation a,
#navigation ul a,
#navigation ul ul a,
#navigation ul ul ul a {
  white-space: nowrap;
  line-height: 1.33em;
  text-decoration: none;
  color: #000;
  display: block;
  padding: 0.1em 0 0.15em 0;
  margin-left: 0px;
  background-repeat: no-repeat;
  padding: 8px;

  width: inherit;
}

#navigation li:hover {
  /*.font-weight: bold;
  background-image: url(../gfx/navbullet_hover.gif);
  color:#FFDB4C;*/
  color: #D40511;
  /*background-color: #606060;*/
}

#navigation li:hover>a {
  color: #D40511;
}

#navigation li.li_ch:hover {
  background: url(../gfx/cbm3/arrow_right_hi.gif) no-repeat 50%;
  background-position: right;
}

#navigation li.li_ch:hover>a {
  color: #D40511;
}

#navigation .menuSelected {
  border-left-color: #FFE88C;
  border-left-style: solid;
  border-left-width: 0px;

  color: #D40511;
}

#navigation .li_ch_sel {
  background: url(../gfx/cbm3/arrow_down_hi.gif) no-repeat 50%;
  background-position: right;
}

#navigation .ul_sel {
  background-color: #f3f6f7;
}

#navigation ul ul li.li_no_sel {
  background-color: #f3f6f7;
}

#navigation ul ul li.li_ch_sel {
  background-color: #f3f6f7;
}

#navigation ul ul li.li_ch_waysel {
  background-color: #f3f6f7;
}

#navigation ul a {
  background-position: 5px 8px;
  padding-left: 19px;
}

#navigation ul span.menuSelected {
  background-position: 5px 8px;
  padding-left: 0px;
}

#navigation ul ul {
  margin-top: 0px;
  margin-left: 16px;
  padding: 0px 0 0px 0;
}

#navigation ul ul li {
  margin-left: 0px;
}

#navigation ul ul a {
  background-position: 5px 8px;
  padding-left: 19px;
}

#navigation ul ul span.menuSelected {
  background-position: 5px 8px;
  padding-left: 0px;
}

#navigation ul ul span.menuWaySelected {
  background-position: 5px 8px;
  background-color: #EDEDED;
  background: url(../gfx/cbm3/arrow_down_hi.gif) no-repeat 50%;
  background-position: right;
}

#navigation ul ul ul {
  margin-top: 0px;
  margin-left: 16px;
  padding: 0px 0 0px 0;
}

#navigation ul ul ul li {
  margin-left: 0px;
}

#navigation ul ul ul a {
  background-position: 5px 8px;
  padding-left: 21px;
}

#navigation ul ul ul span.menuSelected {
  background-position: 5px 8px;
  padding-left: 0px;
}

#navigation ul ul ul span.menuWaySelected {
  background-position: 5px 8px;
  background-color: #E4E4E4;
  background: url(../gfx/cbm3/arrow_down_hi.gif) no-repeat 4px 50%;
}

#navigation ul ul ul ul {
  margin-top: 0px;
  margin-left: 16px;
  padding: 0px 0 0px 0;
  background-color: #FFF5CC;
}

#navigation ul ul ul ul a,
#navigation ul ul ul ul span.menuSelected {
  background-position: 5px 0px;
  padding-left: 21px;
}


#navigation,
#navigation * {
  max-width: 100%;
}


@media screen and (max-width: 767px) {
  .navbar-toggle {
    background: #fff;
  }

  .navbar-toggle .icon-bar {
    background: #999999;
  }

  #mobilenavigation {
    background: #fff;
  }

  #mobilenavigation li:hover {
    background: #BFBFBF;
  }

  .mobileitem.mh1 {
    background: #E4E4E4;
  }

  .mobileparentitem.mh1 {
    background: #E4E4E4;
  }

  .mh1.opened>div.headline {
    background: #E4E4E4;
  }

  .mobileitem.mh2 {
    background: #DDDDD7;
  }

  .mobileparentitem.mh2 {
    background: #DDDDD7;
  }

  .mh2.opened>div.headline {
    background: #DDDDD7;
  }

  .mobileitem.mh3 {
    background: #CCCCCC;
  }

  .mobileparentitem.mh3 {
    background: #CCCCCC;
  }
}

/* ------------------------------------------ */
/* RD:: Ab hier zusätzliches fürs neue Design */
/* ------------------------------------------ */

.control-label {
  font-family: Delivery Regular;
  font-weight: normal;
  font-size: 12px;
}

.form-control {
  font-family: Delivery Regular;
  font-weight: normal;
  font-size: 12px;
}

.input-group-addon {
  font-family: Delivery Regular;
  font-weight: normal;
  font-size: 12px;
}

input[type="fws_input"] {
  font-family: Delivery Regular;
}

input[type="fws_search_input"] {
  font-family: Delivery Regular;
}

input[type="fws_wk_input"] {
  font-family: Delivery Regular;
}

input.login {
  font-family: Delivery Regular;
}

/* Input-Fields allgemein */
.inputtext_rd_700,
.inputtext_rd_600,
.inputtext_rd_500,
.inputtext_rd_400,
.inputtext_rd_315,
.inputtext_rd_300,
.inputtext_rd_260,
.inputtext_rd_250,
.inputtext_rd_242,
.inputtext_rd_200,
.inputtext_rd_196,
.inputtext_rd_190,
.inputtext_rd_180,
.inputtext_rd_170,
.inputtext_rd_150,
.inputtext_rd_130,
.inputtext_rd_100,
.inputtext_rd_80,
.inputtext_rd_60,
.inputtext_rd_50,
.inputtext_rd_30,
.inputtext_rd_5 {
  color: #000000;
  text-decoration: none;
  font-family: Delivery Regular;
  font-weight: normal;
  font-size: 12px;
}

/* Flexible Input-Felder */
.inputtext_flex_700,
.inputtext_flex_600,
.inputtext_flex_500,
.inputtext_flex_400,
.inputtext_flex_315,
.inputtext_flex_300,
.inputtext_flex_260,
.inputtext_flex_250,
.inputtext_flex_242,
.inputtext_flex_200,
.inputtext_flex_196,
.inputtext_flex_190,
.inputtext_flex_180,
.inputtext_flex_170,
.inputtext_flex_150,
.inputtext_flex_130,
.inputtext_flex_100,
.inputtext_flex_80,
.inputtext_flex_60,
.inputtext_flex_50,
.inputtext_flex_30,
.inputtext_flex_5,
.inputtext_flex {
  color: #000000;
  text-decoration: none;
  font-family: Delivery Regular;
  font-weight: normal;
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .inputtext_flex_50 {
    max-width: 46px;
  }

  .inputtext_flex_100 {
    max-width: 96px;
  }

  .inputtext_flex_150 {
    max-width: 146px;
  }

  .inputtext_flex_200 {
    max-width: 196px;
  }

  .inputtext_flex_250 {
    max-width: 246px;
  }

  .inputtext_flex_300 {
    max-width: 296px;
  }

  .inputtext_flex_350 {
    max-width: 346px;
  }

  .inputtext_flex_400 {
    max-width: 396px;
  }
}

@media screen and (max-width: 767px) {
  .inputtext_flex_50 {
    max-width: none;
  }

  .inputtext_flex_100 {
    max-width: none;
  }

  .inputtext_flex_150 {
    max-width: none;
  }

  .inputtext_flex_200 {
    max-width: none;
  }

  .inputtext_flex_250 {
    max-width: none;
  }

  .inputtext_flex_300 {
    max-width: none;
  }

  .inputtext_flex_350 {
    max-width: none;
  }

  .inputtext_flex_400 {
    max-width: none;
  }
}


/* Flexible Float-Felder */
@media screen and (max-width: 767px) {
  .float_width_flex_xs_3 {
    width: unset;
  }

  .float_width_flex_xs_4 {
    width: unset;
  }

  .float_width_flex_xs_5 {
    width: unset;
  }
}

@media screen and (min-width: 768px) {
  .float_width_flex_xs_3 {
    width: 52px;
  }

  .float_width_flex_xs_4 {
    width: 60px;
  }

  .float_width_flex_xs_5 {
    width: 68px;
  }

  .float_width_flex_sm_3 {
    width: unset;
  }

  .float_width_flex_sm_4 {
    width: unset;
  }

  .float_width_flex_sm_5 {
    width: unset;
  }
}

@media screen and (min-width: 992px) {
  .float_width_flex_sm_3 {
    width: 52px;
  }

  .float_width_flex_sm_4 {
    width: 60px;
  }

  .float_width_flex_sm_5 {
    width: 68px;
  }
}

/*Text ausserhalb eines Div´s abschneiden*/
.text_overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*Hilfetext / Infobox beim Hovern auf dieses Element anzeigen*/
.hover_infobox:hover div {
  visibility: visible;
}

.infobox {
  visibility: hidden;
  position: fixed;
  z-index: 100;
  padding: 2px 4px;
  border: 1px solid black;
  border-radius: 4px;
  background-color: #FFFFFF;
}


.edvbutton_linkcancel {
  width: 100px;
  padding-left: 20px;
  color: #000000;
  background: url(../gfx/drop.gif) #C0C0C0 no-repeat 2px 50%;
}

div.autocomplete ul li {
  height: 18px;
}

/* Autocompleter der flexibel die Höhe anpasst */
div.autocomplete_flex {
  position: absolute;
  width: 250px;
  background-color: white;
  border: 1px solid #888;
  border-radius: 6px;
  margin: 0;
  padding: 0;
  z-index: 1000;
}

div.autocomplete_flex ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

div.autocomplete_flex ul li.selected {
  background-color: #fff0b2;
}

div.autocomplete_flex ul li {
  list-style-type: none;
  display: block;
  margin: 0;
  padding: 2px;
  cursor: pointer;
  border: 1px solid #cccccc;
}

/* FISWEBSHOP Klassen */
.fws_artikel_main {
  margin-top: 5px;
  background-color: #FFFFFF;
  border-top: 1px solid #000000;
  padding-bottom: 2px;
}

.fws_artikel_main_selected {
  margin-top: 5px;
  background-color: #FFE88C;
  border-top: 1px solid #000000;
  padding-bottom: 2px;
}

.fws_artikel_sub {
  margin-top: 0px;
  background-color: #FFFFFF;
}


.imgnav_first_rd_width {
  width: 21px;
  height: 22px;
  vertical-align: middle;
  background: url(../gfx/cbm3/slide_arrow_first_hell.png) no-repeat 2px 50%;
}

.imgnav_first_rd_width:hover {
  background: url(../gfx/cbm3/slide_arrow_first_dunkel.png) no-repeat 2px 50%;
}

.imgnav_prev_rd_width {
  width: 21px;
  height: 22px;
  vertical-align: middle;
  background: url(../gfx/cbm3/slide_arrow_left_hell.png) no-repeat 2px 50%;
}

.imgnav_prev_rd_width:hover {
  background: url(../gfx/cbm3/slide_arrow_left_dunkel.png) no-repeat 2px 50%;
}

.imgnav_next_rd_width {
  width: 21px;
  height: 22px;
  vertical-align: middle;
  background: url(../gfx/cbm3/slide_arrow_right_hell.png) no-repeat 2px 50%;
}

.imgnav_next_rd_width:hover {
  background: url(../gfx/cbm3/slide_arrow_right_dunkel.png) no-repeat 2px 50%;
}

.imgnav_last_rd_width {
  width: 21px;
  height: 22px;
  vertical-align: middle;
  background: url(../gfx/cbm3/slide_arrow_last_hell.png) no-repeat 2px 50%;
}

.imgnav_last_rd_width:hover {
  background: url(../gfx/cbm3/slide_arrow_last_dunkel.png) no-repeat 2px 50%;
}

.mm_minus {
  margin: 2px;
  background: no-repeat url(../gfx/cbm3/minus_dunkel.png);
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 10px;
}

.mm_plus {
  margin: 2px;
  background: no-repeat url(../gfx/cbm3/plus_dunkel.png);
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 10px;
}

.mm_link {
  margin: 2px;
  background: no-repeat url(../gfx/cbm3/arrow_right.gif);
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 10px;
}

.form-control:focus {
  border-color: #FFB218;
}

.form-control:hover {
  border-color: #FFB218;
}

body {
  padding-bottom: 0px;
}

body,
html,
.container-fluid,
.body {
  min-height: 100%;
}

input[type="text"],
input[type="file"],
input[type="password"],
.form-control {
  padding-left: 5px;
}

.footnote {
  vertical-align: super;
  font-size: 0.7em;
  margin-right: 4px;
}

.input-group-addon-checkbox {
  display: table;
}

.input-group-addon-checkbox .control-label {
  margin-left: 7px;
}

.input-group-addon-checkbox input[type="text"],
.input-group-addon-checkbox select {
  height: 27px !important;
}

.input-group-addon-checkbox.float_width {
  width: 129px !important;
}

@media screen and (max-width: 767px) {
  .input-group-addon-checkbox .searchfield_b1 {
    width: 83%;
  }

  .input-group-addon-checkbox .searchfield_b2 {
    width: 68%;
  }

  .input-group-addon-checkbox .searchfield_b3 {
    width: 40%;
  }
}

@media screen and (min-width: 768px) {
  .input-group-addon-checkbox .searchfield_b1 {
    width: 83%;
  }

  .input-group-addon-checkbox .searchfield_b2 {
    width: 68%;
  }

  .input-group-addon-checkbox .searchfield_b3 {
    width: 52%;
  }
}

@media screen and (min-width: 992px) {
  .input-group-addon-checkbox .searchfield_b1 {
    width: 88%;
  }

  .input-group-addon-checkbox .searchfield_b2 {
    width: 78%;
  }

  .input-group-addon-checkbox .searchfield_b3 {
    width: 68%;
  }
}

@media screen and (min-width: 1200px) {
  .input-group-addon-checkbox .searchfield_b1 {
    width: 88%;
  }

  .input-group-addon-checkbox .searchfield_b2 {
    width: 83%;
  }

  .input-group-addon-checkbox .searchfield_b3 {
    width: 78%;
  }
}

.has-error .form-control {
  /*Rahmen bei Fehlermeldungen dicker machen als Standard (1px)*/
  border-width: 2px;
  border-color: #a94442 !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
}


/* Tooltip */
.tooltip>.tooltip-inner {
  background-color: #fff0b2;
  color: #000000;
  border: 1px solid #fc0;
  padding: 15px;
  font-family: Delivery Regular;
  font-weight: normal;
  font-size: 14px;
  border-radius: 10px;
}

.tooltip_bold+.tooltip>.tooltip-inner {
  font-weight: bold;
}

.tooltip.top>.tooltip-arrow {
  border-top: 5px solid #d40511;
}

.tooltip.bottom>.tooltip-arrow {
  border-bottom: 5px solid #d40511;
}

.tooltip.left>.tooltip-arrow {
  border-left: 5px solid #d40511;
}

.tooltip.right>.tooltip-arrow {
  border-right: 5px solid #d40511;
}

.GlobalParam_Fields {
  background-color: #fff;
}

.width-120-px {
  width: 120px;
}

.width-300-px {
  width: 300px;
}

.height-5-px {
  height: 5px;
}

.height-20-px {
  height: 20px;
}

.height-40-px {
  height: 40px;
}

.height-70-px {
  height: 70px;
}

.height-260-px {
  height: 260px;
}

.min-height-40-px {
  min-height: 40px;
}

.padding-top-20-px {
  padding-top: 20px;
}

.padding-top-15-px {
  padding-top: 15px;
}

.padding-top-10-px {
  padding-top: 10px;
}

.padding-top-5-px {
  padding-top: 5px;
}

.padding-right-20-px {
  padding-right: 20px;
}

.bg-white {
  background-color: white;
}

.bg-gray95 {
  background-color: #F2F2F2;
}

.text-align-left {
  text-align: left;
}

.text-align-center {
  text-align: center;
}

.vertical-align-middle {
  vertical-align: middle;
}

.site-logo-frame-cbm3 {
  position: fixed;
  top: 0px;
  left: 200px;
  width: 210px;
  height: 110px;
  background-color: #FFCC00;
  z-index: 1000;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-logo-cbm3 {
  width: 78%;
}

.site-header-mobile-cbm3 {
  background: linear-gradient(90deg, #fc0 50%, #ffeeac);
}

.site-logo-frame-mobile-cbm3 {
  padding: 15px 0px 20px 35px;
}

.site-language-select-mobile-cbm3 {
  padding: 10px 10px;
}

.login-dialog-frame-cbm3 {
  position: fixed;
  top: 200px;
  left: calc(50vw - 150px);
  width: 300px;
  min-height: 400px;
  z-index: 1000;
  opacity: 0.9;
  margin-bottom: 5px;
}

.background-cover-cbm3 {
  background: url(/gfx/cbm3/AllgemeineGrafiken/20161023_DHLfreight_0302_CPH6413.jpg) no-repeat top center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: max(83vh, 560px);
}

.background-cover-cbm3-mobile {
  height: 260px;
}

.footer-menu-cbm3 {
  position: fixed;
  left: 202px;
  z-index: 1001;
}

.login-dialog-cbm3 {
  width: 80%;
}


.pop {
  min-height: 100%;
  min-width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9990;
  background: url(/gfx/opacity60.png);
}

.pop-pop {
  border: 1px solid black;
  border-radius: 10px;
  height: 400px;
  width: 50%;
  margin: 100px auto;
  z-index: 9995;
  background-color: white;
}

.pop-abort {
  height: 25px;
  text-align: right;
  font-size: 24px;
  margin: 5px 7px 0px 7px;
}

.pop-content {
  height: 325px;
  width: 99%;
  padding-left: 5px;
}

.pop-navi {
  width: 100%
}

@media screen and (max-width: 767px) {
  .pop-pop {
    width: 100%;
    height: 440px;
    margin: 50px auto;
  }

  .pop-content {
    height: 370px;
  }
}

.cross {
  background: gray;
  width: 10px;
  height: 30px;
  position: relative;
  margin-left: auto;
  transform: rotate(45deg);
  margin-right: 5px;
}

.cross:before {
  background: gray;
  content: "";
  width: 30px;
  height: 10px;
  position: absolute;
  top: 10px;
  left: -10px;
}

.margin-50-0-100-0 {
  margin: 50px 0px 100px 0px;
}

.margin-50-0-50-0 {
  margin: 50px 0px 50px 0px;
}

.margin-10-0-10-0 {
  margin: 10px 0px 10px 0px;
}

.padding-left-2percent {
  padding-left: 2%;
}

.float-right {
  float: right;
}

.font-weight-bold {
  font-weight: bold;
}

.button-next-step-bgd40511 {
  background: #d40511;
  padding: 0;
  float: right;
}

.fisweb-footer-cbm3 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1001;
}

.fisweb-anschrift-hinzufuegen-cbm3 {
  width: 185px;
  padding-left: 0;
  padding-right: 10px;
}

@media only screen and (max-width: 1024px) {

  .Tbl_Header td:not(.fahrertouren, .sendungsverfolgung),
  .Tbl_Line td:not(.fahrertouren, .sendungsverfolgung),
  .Tbl_Line_2 td:not(.fahrertouren, .sendungsverfolgung),
  .Tbl_Line_Sel td:not(.fahrertouren, .sendungsverfolgung),
  .Tbl_Line_Bold td:not(.fahrertouren, .sendungsverfolgung),
  .Tbl_Line_2_Bold td:not(.fahrertouren, .sendungsverfolgung),
  .Tbl_Line_Sel_Bold td:not(.fahrertouren, .sendungsverfolgung) {
    display: revert;
    width: revert !important;
  }
}

td.Tbl_Col_Header {
  padding: 2px;
  margin: 0;
}

.Tbl_Header {
  font-size: unset !important;
}

div:has(> .vermassung_width_pos) {
  display: flex !important;
  flex-direction: row;
}

.Tbl_Line:hover,
.Tbl_Line_2:hover,
.Tbl_Line_Sel:hover,
.Tbl_Line_Bold:hover,
.Tbl_Line_2_Bold:hover,
.Tbl_Line_Sel_Bold:hover,
.Tbl_Line_Gesperrt:hover {

  box-shadow: none;
}

.Tbl_Line:hover+tr,
.Tbl_Line_2:hover+tr,
.Tbl_Line_Sel:hover+tr,
.Tbl_Line_Bold:hover+tr,
.Tbl_Line_2_Bold:hover+tr,
.Tbl_Line_Sel_Bold:hover+tr,
.Tbl_Line_Gesperrt:hover+tr {

  box-shadow: none;
}

.Tbl_Line_Sel td,
.Tbl_Line_Sel_Bold td {
  background-color: revert;
}

.pop {
  display: revert;
  opacity: revert;
  visibility: revert;
}

.radio>label {
  display: flex;
  gap: 5px;
}

.Tbl_Col,
.Tbl_Col_Right,
.Tbl_Col_Header,
.Tbl_Col_Center {
  border-width: 0;
  padding: 0;
}

#menuwrapper_sizing_row {
  display: block;
}

@media (min-width: 768px) {
  #menuwrapper_sizing_row {
    display: flex;
  }
}

.fisweb-anschrift-hinzufuegen-cbm3 {
  margin-top: 5px;
  margin-left: -5px;
}

/* Rechtliche Hinweise */
.tmp_post_wrapper_21875 {
  padding-left: 21.875%;
  padding-right: 21.875%;
  margin: 30px 0;
}

.tmp_post_wrapper_21875 p {
  line-height: 2.4rem;
}

.tmp_post_wrapper_21875 b {
  font-weight: 700 !important;
}

@media only screen and (max-width: 1024px) {
  .tmp_post_wrapper_21875 {
    padding: 0 30px;
  }

  .tmp_post_wrapper_21875 h1,
  .tmp_post_wrapper_21875 h2 {
    font-size: 2.5rem;
    text-align: left !important;
  }
}

.rechtliche-hinweise-header {
  font-weight: 800;
  margin: 0 0 2.8rem;
  width: 100%;
  text-align: center;
}

.cbm3-popup-gradient {
  background: linear-gradient(90deg, #fc0 50%, #ffeeac) !important;
}

.cbm3-delivery-regular-normal-12px {
  font-family: Delivery Regular;
  font-weight: normal;
  font-size: 12px;
}