﻿:root {
  /*  --awz-blau: #0562a7;
*/
  --ttm-blau: #0562a7;
  --ttm-rot: #e30713;
  --ttm-rot-light: #e307136d;
  --ttm-grau: #333;
  --ttm-hellgrau: #fbfbfb;
  --bs-navbar-color: rgb(245, 245, 245, 0,55);
  --ttm-gray-light: rgba(128, 128, 128, 0.15);
}

h1, h2, h3, h4, h5, h6 {
  color: var(--ttm-blau);
}

footer h5 {
  color: white;
}

.btn-primary {
  --bs-btn-bg: #0562a7;
  --bs-btn-hover-bg: #0562a7;
  --bs-btn-hover-color: var(--ttm-rot);
}

#indexTeaser .card {
  --bs-card-border-width: none;
  --bs-card-border-color: none;
  --bs-card-border-radius: none;
  --bs-card-bg: transparent;
}

  #indexTeaser .card .body {
    background-color: white;
    height: 100%;
    margin: 0 0 20px 0;
  }

#teaser {
  /*background-color: #f2f2f2;*/
  width: 100%;
  height: 100%;
}

#indexTeaser .body h4 {
  font-weight: 600;
  font-size: 21px;
  margin: 0;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
}

#indexTeaser a {
  text-decoration: none;
}

#indexTeaser .body p {
  margin: 10px;
  padding-bottom: 5px;
}

.card {
  border-radius: unset;
}

  .card img {
    /*border-radius: 0.375rem;*/
  }

#Jobdefault .card:hover, #div_Sidebar .card:hover, .bg-ttm-rot {
  background-color: var(--ttm-rot);
}

  #Jobdefault .card:hover h3, #div_Sidebar .card:hover h4 {
    color: var(--ttm-hellgrau);
  }

body {
  font-family: Arial, "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: rgba(128, 128, 128, 0.15);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-y: scroll;
  font-size: var(--bs-body-font-size);
}

.frage {
  font-weight: bold;
}

.antwort {
  font-style: italic;
}

.bg-roundpicture {
  background-color: var(--ttm-rot);
}

  .bg-roundpicture img {
    border: 2px solid var(--ttm-hellgrau);
    border-radius: 50% !important;
  }

a {
  text-decoration: none;
  color: var(--ttm-blau);
  font-weight: bold;
}

  a:hover {
    text-decoration: none;
    color: var(--ttm-rot);
  }

.div-top {
  min-height: 80px;
}

.div-cont {
  min-height: 350px;
}

.color-ttm-blau {
  color: var(--ttm-blau);
}

.color-ttm-rot {
  color: var(--ttm-rot);
}

.bold {
  font-weight: 700;
}

.nav-link {
  color: #fff;
}

  .nav-link:hover {
    color: var(--ttm-rot);
  }

    .nav-link:hover .ddropdown-menu {
      display: block;
    }

.navbar-toggler {
  color: white;
  border-color: white;
}


.rechts {
  font-weight: 700;
  display: block;
}

.padding-0 {
  padding: 0;
}

.color-white {
  color: #fff;
}

.color-black {
  color: #000;
}

.bg-ttm-blau {
  background-color: var(--ttm-blau);
}

.navbar-right {
  background-color: var(--ttm-rot);
  /*width: 25%;*/
}

.mr20 {
  margin-right: 10px;
}


ol.nested-counter-list {
  counter-reset: item;
  padding: 0;
}

  ol.nested-counter-list li {
    display: block;
  }

    ol.nested-counter-list li::before {
      content: counters(item, ".") ". ";
      counter-increment: item;
      font-weight: bold;
    }

  ol.nested-counter-list ol {
    counter-reset: item;
    padding-left: 15px;
  }

/*Frachtanfrage*/

.frachtanfrage input[type=text] {
  width: 100%;
}

.frachtanfrage {
  margin-right: -15px;
}

.anfragebogen textarea {
  height: 8rem;
}

.CBL_Laender_Anfragebogen label {
  width: 80%;
}

.CBL_Laender_Anfragebogen input {
  margin-right: 0.25rem;
}

/*#CBL_Anfragebogen_Weiter_Info label {
  width: 30%; 
}

#CBL_Anfragebogen_Weiter_Info input {
  width: 3%;
}*/

.warnung {
  color: red;
  font-weight: 700;
}

/*.mt-1 {
  margin-top: 5px !important;
}

.mt-3 {
  margin-top: 15px !important;
}
*/

ul.awz {
  list-style: disc;
  line-height: 1.2em;
}

ul.awz a {
 font-weight:normal;
}

ul.punkte li {
  list-style: disc;
  line-height: 1.6em;
}

  ul.punkte li ul li {
    list-style: circle;
  }

.dropdown-menu {
  background-color: var(--ttm-blau);
  color: var(--bs-navbar-color);
  border-color: var(--bs-navbar-color);
  margin-right: 8px;
}

.dropdown-item {
  color: #fff;
}

input[type=checkbox] {
  margin: 4px 4px 4px 0;
}

.pickdate {
  /*max-width: 100px;*/
  text-align: center;
}

.five-chars {
  max-width: 110px;
  text-align: center;
}

.plz {
  max-width: 110px;
  text-align: center;
}

.cb label {
  margin-left: 5px;
}


.quellangaben {
  margin-top: 10px;
  font-size: 0.8rem;
}

/* Cookie-Hinweis */
#cookieNotice {
  position: fixed;
  z-index: 10000;
  width: 100%;
  background-color: #BCBFC4;
  border-bottom: solid 1px #000000;
  padding: 10px;
  text-align: center;
}

  #cookieNotice a {
    color: #333;
  }

#cookieNoticeCloser {
  color: transparent;
  position: absolute;
  right: 10px;
  width: 15px;
  height: 15px;
  cursor: pointer
}

  #cookieNoticeCloser:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 9px;
    background-color: #000000;
    left: 7px;
    top: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

  #cookieNoticeCloser:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 9px;
    background-color: #000000;
    left: 7px;
    top: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }

h1.center, h2.center {
  text-align: center;
}

.Ansprechpartner_img {
  max-width: 100%;
  margin-right: 20px;
}

.teaser_job {
  margin-bottom: 20px;
  min-height: 160px;
}

  .teaser_job h3 {
    /*position: absolute;*/
    top: 0px;
    margin: 20px;
    color: white;
    width: 73%;
    height: 51%;
  }


.divGalerie {
  width: 230px;
  height: 230px;
  background-color: gray;
  float: left;
  margin: 5px;
  text-align: center;
}

.carousel .luftfracht {
  background-position: center center;
  background: url(/img/luftfracht.jpg) no-repeat;
  /*background-attachment: fixed;*/
}

input[type=radio] {
  margin: 5px;
  margin-right: 5px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-top: 1px\9;
  line-height: normal;
}

.carousel .seefracht {
  background-position: center center;
  background: url(/img/seefracht.jpg) no-repeat;
  /*background-attachment: fixed;*/
}

.main-text {
  position: absolute;
  color: #fff;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  padding-top: 250px;
  padding-bottom: 100px;
}

  .main-text h2 {
    color: #04528d;
    line-height: 1.3em;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 20px;
  }

.carousel-caption {
  color: #fff;
  width: 80%;
  left: 5%;
  right: 10%;
  height: 100%;
  /*background-color: rgba(0, 0, 0, 0.1);*/
  padding-top: 400px;
  padding-bottom: 100px;
}

  .carousel-caption h2 {
    color: #04528d;
    line-height: 1.3em;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 20px;
  }

.carousel-control-next, .carousel-control-prev {
  font-weight: 700;
  color: red;
}

.divGalerie img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}


.ttm_h1 {
  margin: 0 -12px 10px -15px;
  color: #fff;
  padding: 15px;
  /*font-size: 20px;*/
  font-weight: 700;
}

p.Ansprechpartner {
  margin-top: 10px;
}

.ttm_text_rot {
  color: var(--ttm-rot);
}

.ttm_border_red {
  border: solid 2px var(--ttm-rot);
}

.ttm_border_red_top {
  border-top: solid 2px var(--ttm-rot);
}

.ttm_border_red_bottom {
  border-bottom: solid 2px var(--ttm-rot);
}

.p25 {
  width: 30%;
  float: left;
  margin: 1%;
}

.lastcell, .clear {
  clear: both;
  margin: 0 !important;
}

.glyphicon {
  margin-right: 5px;
}


#flaggenliste {
  margin: 20px 0 20px;
}

h1 {
  font-size: 1.8rem;
}

h2 {
  font-size: 1.6rem;
  font-weight: 700;
}

h3 {
  font-size: 1.4rem;
  font-weight: 700;
}

h4 {
  font-size: 1.2rem;
  font-weight: 700;
}

h5 {
  font-size: 1.1rem;
  font-weight: 700;
}

h6 {
  font-size: 1rem;
}

hr.rcorners {
  border-radius: 25px;
  padding: 2px;
  width: 70%;
  height: 0px;
  margin-right: auto;
  margin-left: auto;
  background: var(--ttm-blau);
  opacity: 0.9;
}

.ttm_blau {
  background-color: var(--ttm-blau);
}

.ttm_rot {
  background-color: var(--ttm-rot) !important;
  border: 1px solid var(--ttm-rot);
}

.nav > li > a.micro {
  padding: 0 9px;
}

#micro_L, #micro_R {
  min-width: 140px;
  text-align: center;
}

#micro_R {
  display: none;
}



.ttm-pos-info {
  background-color: var(--ttm-blau);
  padding: 15px 2rem !important;
  color: white;
}

.row {
  margin-right: 0px;
  margin-left: 0px;
}

.ttm-border-gray {
  border-color: var(--ttm-grau);
}

.ttm-bg-content {
  background-color: rgba(251, 251, 251, 0.9);
  background-color: var(--ttm-hellgrau);
  padding: 0 0 50px 2rem /*!important*/;
  color: var(--ttm-grau);
  margin-left: -12px !Important;
  margin-right: -12px;
}

.ttm-bg-default {
  background-color: var(--ttm-hellgrau);
  background-color: rgba(251, 251, 251, 0.9);
  /*padding: 0 20px 50px 20px;*/
  color: var(--ttm-blau);
  margin-left: -12px !Important;
  margin-right: -12px !Important;
}

.ttm-bg-nav {
  background-color: rgba(251, 251, 251, 0.9);
  padding: 45px 15px;
  margin-top: 30px;
  margin-bottom: 30px;
}

#div_Content {
  min-height: 350px;
}


.carousel, .stage, #banner {
  margin-top: 0px !important;
  margin: 0 0px;
}

.li_flagge {
  padding: 4px;
  width: 60px;
  display: inline-block;
}

#div_ttm_pos_info a {
  color: white;
}

.carousel .item, #banner {
  /*height: 0px;*/
}

.colorwhite {
  color: rgba(255, 255, 255, 0.98);
}

.boxpadding {
  padding: 20px;
  min-height: 45%;
}

.img-max-width,
#news_content img,
#tinymce img {
  width: 100%;
  margin-top: 10px;
}

#banner {
  /*display: table;*/
  position: relative;
  background-color: rgba(5, 98, 167, 0.6);
  /*width: 100%;*/
  /*height: 100%;*/
  /*text-align: center;*/
  vertical-align: middle;
  /*padding: 90px 0 50px;*/
}

#banner {
  background-size: 100%;
  background-size: cover;
}

  #banner.banner-default {
    background-image: url('../img/TTM-LAGER-EDINGEN-1.jpg');
    background-position: center;
  }

  #banner.banner-immobilien-Logistikhalle {
    background-image: url('../img/TTM-LAGER-EDINGEN-1.jpg');
    background-position: center;
  }

  #banner.banner-immobilien {
    background-image: url('../img/IMMO-002.jpg');
    background-position: center;
  }

  #banner.banner-anspruch {
    background-image: url('../img/unserAnspruch.jpg');
    background-image: url('../img/Slider_2024-1.jpg');
    background-position: center;
  }

  #banner.banner-gefahrgut {
    background-image: url('../img/Gefahrgut.jpg');
    background-position: center;
  }

  #banner.banner-leistungen {
    background-image: url('../img/Leistungen.jpg');
    background-position: center;
  }

  #banner.banner-beschaffung {
    background-image: url('../img/Leistungen.jpg');
    background-position: center;
  }

  #banner.banner-spedition {
    background-image: url('../img/slider_spedition_2023-2.jpg');
    background-position: center;
  }

  #banner.banner-nat_verkehr {
    background-image: url('../img/Slider_National_Transporte.jpg');
    background-position: center;
  }

  #banner.banner-systemgut {
    background-image: url('../img/Systemgut_verkehr.jpg');
    background-position: center;
  }

  #banner.banner-int_transport {
    background-image: url('../img/Slider_Internationale_Transporte.jpg');
    background-image: url('../img/Slider_Europa.jpg');
    background-position: center;
  }

  #banner.banner-int_transport_de_at {
    background-image: url('../img/karten/internationale-transporte-de-at.webp');
    background-position: center;
    background-color: #D5E5F3;
  }

  #banner.banner-int_transport_de_ch {
    background-image: url('../img/karten/internationale-transporte-DE-CH.webp');
    background-position: center;
    background-color: #D5E5F3;
  }

  #banner.banner-int_transport_de_gb {
    background-image: url('../img/karten/internationale-transporte-de-GB.webp');
    background-position: center;
    background-color: #D5E5F3;
  }

  #banner.banner-int_transport_de_benelux {
    background-image: url('../img/karten/internationale-transporte-de-Benelux.webp');
    background-position: center;
    background-color: #D5E5F3;
  }

  #banner.banner-multimodal {
    background-image: url(/img/Multimodal.jpg);
    background-position: center;
  }

  #banner.banner-messe {
    background-image: url(../img/messe_show.jpg);
    background-position: center;
  }

  #banner.banner-Value-Added-Services {
    background-image: url(/img/Slider_Value-Added-Services.jpg);
    background-position: center;
  }

  #banner.banner-transport {
    background-image: url(/img/transport.jpg);
    background-position: center;
  }

  #banner.banner-spezial-transport {
    background-image: url(/img/spezial_transporte_TTM.jpg);
    background-position: center;
  }

  #banner.banner-luft {
    background-image: url(/img/luftfracht.jpg);
    background-position: center;
  }

  #banner.banner-logistik {
    background-image: url(/img/Slider_Kontraktlosgistik.jpg);
    background-position: center;
  }

  #banner.banner-warehousing {
    background-image: url(/img/Slider_Warehouse.jpg);
    background-position: center;
  }

  #banner.banner-awz {
    background-image: url('../img/awz-rhein-neckar-gmbh.jpg');
    background-position: center;
  }

  #banner.banner-umwelt {
    background-image: url('../img/Slider_2023-2.jpg');
    background-position: center;
  }

  #banner.banner-unternehmen {
    background-image: url('../img/TTM-LAGER-EDINGEN-1.jpg');
    background-position: center;
  }

  #banner.banner-fuhrpark {
    background-image: url('../img/Slider_Fuhrpark_Faltwandkoffer.jpg');
    background-position: center;
  }

  #banner.banner-automotive-prozesse, #banner.banner-E-Commerce {
    background-image: url('../img/TTM-LAGER-EDINGEN-1.jpg');
    background-position: center;
  }

  #banner.banner-jobs {
    background-image: url('../img/Slider_TTM_Collage_big_quer.jpg');
    background-position: center;
  }

  #banner.banner-kontakt {
    background-image: url('../img/Slider_Kontakt.jpg');
    background-position: center;
  }

  #banner.banner-login {
    background-image: url('../img/Slider_Login.jpg');
    background-position: center;
  }

  #banner.banner-news {
    background-image: url('../img/Slider_News.jpg');
    background-position: center;
  }

  #banner.banner-downloads {
    background-image: url('../img/Slider_Download.jpg');
    background-position: center;
  }

  #banner.banner-AusbildungStudium {
    /*background-image: url('../img/temp/ChatGPT Image 30. Apr. 2025, 10_18_37_ED2.webp');*/
    background-image: url('../img/temp/Karriere-Turbo-1_ED3.webp');
    background-position: center;
  }

  #banner.banner-anfrage {
    background-image: url('../img/TTM_Karte_ISI_2022.svg');
    background-position: right;
    background-color: white;
    background-repeat: no-repeat;
    width: 100%;
  }



/*.col-md-12 p {
  max-width: 650px;
}*/

#content_CBL_Leistungen label {
  margin-left: 10px;
  font-weight: normal;
}

#content_CBL_Leistungen {
  margin: 10px;
}

.schnellcontakt {
  background-color: var(--ttm-rot);
  color: white;
  padding: 5px 10px;
  margin: 5px -12px 5px -15px;
}

  .schnellcontakt a {
    font-size: 1.3em;
    color: white
  }

#micro {
  width: 116px;
  text-align: center;
  background-color: var(--ttm-rot);
  border-left: white 2px solid;
  border-right: white 1px solid;
}

#BL_Navi, #BL_NaviExt {
  list-style: none;
  padding: 0;
}

  #BL_Navi li, #BL_NaviExt li {
    margin: 0 0 5px 0;
    padding: 5px 10px;
  }

    #BL_Navi li a, #BL_NaviExt li a {
      text-decoration: none;
      display: block;
    }

    #BL_Navi li:hover, #BL_NaviExt li:hover {
      background-color: var(--ttm-rot-light);
    }

      #BL_Navi li:hover a, #BL_NaviExt li:hover a {
        color: #fff;
      }

    #BL_Navi li.navi-aktiv, #BL_NaviExt li.navi-aktiv {
      font-weight: bold;
      background-color: var(--ttm-rot);
    }
    #BL_Navi li.navi-aktiv a, #BL_NaviExt li.navi-aktiv a {
      color: #fff;
    }




.RFV {
  color: var(--ttm-rot);
}

#indexTeaser i {
  border: 2px solid #8A0000;
  background: #CC0000;
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  color: #FFF;
  font-size: 25px;
  float: left;
  border-radius: 50%;
}

#indexTeaser img, .teaser {
  background-color: #fff;
  width: 100%;
}


#frachtanfrage_Anfrage div,
#frachtanfrage_Vers div,
#frachtanfrage_Empf div,
#anfrage div {
  margin-bottom: 5px;
}


  #frachtanfrage_Anfrage div.sp1,
  #frachtanfrage_Vers div.sp1,
  #frachtanfrage_Empf div.sp1 {
    width: 100%;
  }

  #frachtanfrage_Anfrage div.sp2,
  #frachtanfrage_Vers div.sp2,
  #frachtanfrage_Empf div.sp2 {
    width: 100%;
  }

    #frachtanfrage_Anfrage div.sp2 input,
    #frachtanfrage_Anfrage div.sp2 select,
    #frachtanfrage_Vers div.sp2 input,
    #frachtanfrage_Empf div.sp2 input,
    #frachtanfrage_Anfrage div.sp2 textarea {
      width: 90%;
    }

      #frachtanfrage_Anfrage div.sp2 select.DDL_Frachtanfrage {
        width: 65px;
        padding: 7px;
      }

      #frachtanfrage_Anfrage div.sp2 input.tb_PLZ {
        width: 65px;
      }

      #frachtanfrage_Anfrage div.sp2 input.tb_Ort {
        width: 210px;
      }

#content_cb_adr, #content_cb_kuehl, #content_cb_hebebuehne {
  width: 30px !important;
}

.t_lb {
  max-width: 28.8%;
}

#frachtanfrage_Anfrage .feldtitel,
#frachtanfrage_Vers .feldtitel,
#frachtanfrage_Empf .feldtitel {
  min-width: 105px;
}

#frachtanfrage_Anfrage,
#frachtanfrage_Vers, #frachtanfrage_Empf {
  border: 1px solid #ababab;
  margin: 0px 8px;
  margin-top: 15px;
  padding: 20px;
  background: none;
  /*overflow: auto;*/
}

legend {
  margin: 0;
  border-bottom: none;
}

fieldset {
  width: 80%;
}

.btnFrachtanfrage-footer {
  background-color: rgba(255, 0, 0, 0.9) !important;
  display: block;
}

.btnFrachtanfrage {
  height: 160px !important;
  background-color: rgba(255, 0, 0, 0.9) !important;
}

  .btnFrachtanfrage .btnContent {
    background-color: rgba(255, 0, 0, 0.9) !important;
  }

    .btnFrachtanfrage .btnContent a.btnButton {
      background-color: var(--ttm-blau);
    }

  .btnFrachtanfrage input {
    color: black;
    text-align: center;
    width: 220px;
  }

#LB_Rueckruf, #LB_Frachtanfrage, .Linkbutton {
  margin-top: 5px;
  text-decoration: none;
}

.Linkbutton {
  padding: 10px;
  background-color: var(--ttm-blau);
  color: white;
}

  #LB_Rueckruf:hover, #LB_Frachtanfrage:hover, .Linkbutton:hover {
    color: #ff6666;
  }

.LinkbuttonInaktiv {
  padding: 10px;
  background-color: #333;
  color: white;
}

  .LinkbuttonInaktiv:hover {
    color: #fff;
    text-decoration: none;
  }

input, select, textarea {
  padding: 5px;
  line-height: 1rem;
}

.btnBarFooter .btn image {
  max-height: 35px;
}

.carousel, .stage, #banner {
  margin: 0 0px;
}

#banner {
  height: 370px;
  margin: 0 0px;
}

/* Container for the square */
.square-container {
  width: 100%; /* Adjust width as needed */
  max-width: 800px; /* Optional: Limit the max size */
  aspect-ratio: 1 / 1; /* Ensures the square shape */
  position: relative;
  overflow: hidden;
  /*background-color: var(--ttm-gray-light);*/ /* Rounded corners for the square */
}

  /* Image inside the square */
  .square-container img {
    margin: 5%;
    width: 90%;
    height: 90%;
    object-fit: cover; /* Ensures the image covers the square */
    border-radius: 50%; /* Makes the image circular */
    border: 4px solid var(--bs-border-color-translucent);
  }

.awz-row {
  margin-left: -15px;
}


  .awz-row .card-header h4 {
    margin-bottom: 0;
  }


.silbentrennung {
  hyphens: auto; /* Aktiviert Silbentrennung */
  -webkit-hyphens: auto; /* Safari/ältere WebKit-Browser */
  -ms-hyphens: auto; /* Internet Explorer */
  text-align: justify; /* Optional: Blocksatz für sauberen Umbruch */
  
}

@media (min-width: 768px) {
  .teaser_job h3 {
    font-size: 14px;
    text-align: center;
  }

  .frachtanfrage p {
    max-width: 100%;
  }

  #micro_L, #micro_R {
    border: 1px solid #fff;
  }

  .schnellcontakt {
    margin: 5px -12px 5px -15px;
  }

  .nav > li > a {
    padding: 10px 15px;
  }
}

@media (min-width: 992px) {

  .ttm-bg-content {
    margin-right: 0px;
  }

  .schnellcontakt {
    margin: 10px -12px 0px -12px;
  }

  #micro_L, #micro_R {
    border: none;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }

  .nav > li > a {
    padding: 10px 13px;
  }

  .ttm-bg-nav {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

@media (min-width: 1200px) {
  .col-startpage {
    width: 20%;
  }

  .teaser_job h3 {
    font-size: 14px;
  }

  #frachtanfrage_Anfrage div,
  #frachtanfrage_Vers div,
  #frachtanfrage_Empf div,
  #anfrage div {
    margin-bottom: 5px;
  }


    #frachtanfrage_Anfrage div.sp1,
    #frachtanfrage_Vers div.sp1,
    #frachtanfrage_Empf div.sp1 {
      width: 35%;
      float: left;
    }

    #frachtanfrage_Anfrage div.sp2,
    #frachtanfrage_Vers div.sp2,
    #frachtanfrage_Empf div.sp2 {
      width: 65%;
      float: left;
    }

      #frachtanfrage_Anfrage div.sp2 input,
      #frachtanfrage_Anfrage div.sp2 select,
      #frachtanfrage_Vers div.sp2 input,
      #frachtanfrage_Empf div.sp2 input,
      #frachtanfrage_Anfrage div.sp2 textarea {
        width: 90%;
      }

        #frachtanfrage_Anfrage div.sp2 select.DDL_Frachtanfrage {
          width: 65px;
          padding: 7px;
        }

        #frachtanfrage_Anfrage div.sp2 input.tb_PLZ {
          width: 65px;
        }

        #frachtanfrage_Anfrage div.sp2 input.tb_Ort {
          width: 210px;
        }

  #content_cb_adr, #content_cb_kuehl, #content_cb_hebebuehne {
    width: 30px !important;
  }

  .t_lb {
    max-width: 25%;
  }

  #frachtanfrage_Anfrage .feldtitel,
  #frachtanfrage_Vers .feldtitel,
  #frachtanfrage_Empf .feldtitel {
    float: left;
    min-width: 105px;
  }

  #frachtanfrage_Anfrage,
  #frachtanfrage_Vers, #frachtanfrage_Empf {
    border: 1px solid #ababab;
    margin: 0px 8px;
    margin-top: 15px;
    padding: 20px;
    background: none;
    /*overflow: auto;*/
  }

  legend {
    margin: 0;
    border-bottom: none;
  }

  fieldset {
    width: 80%;
  }
}

@media (max-width: 768px) {
  .ttm-bg-content {
    background-color: var(--ttm-hellgrau);
    background-color: rgba(251, 251, 251, 0.9);
    padding: 0 0 50px 0.5rem /*!important*/;
    margin-left: -12px !Important;
    margin-right: -12px;
  }
}



/* *************************** Buttonleiste *************************** */
div.btnBar {
  width: 29px;
  height: auto;
  position: fixed;
  right: 0;
  top: 17vh;
  z-index: 9999;
  display: none;
  margin: 0 25px 5px 0;
  /*background-color: #0562a7;*/
}


.fixed-header div.btnBar {
  bottom: -343px;
}

.btnBar div.btn {
  border: 0;
  outline: 0;
  line-height: 1;
  height: 40px;
  display: block;
  /*  opacity: 0.7;
*/ background-color: var(--ttm-blau);
  clear: both;
}

.btnBar img {
  width: auto;
  display: block;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid transparent;
}

.btnBar a:last-child img {
  border: 0;
}

#fh5co-footer ul li {
  list-style: none;
  line-height: 16px;
  margin: 0 14px 14px;
  padding: 0;
  float: right;
}

/* Admin Css*/
.admincontainer {
  background-color: white;
  padding: 30px;
}

#admin-navi {
  margin: 20px 0 40px;
}

.admin-td {
  padding: 5px;
}

.card-body p.icontext, p.icontext-sm {
  font-size: 2rem;
}


/*** Buttonbar Breakpoint ***/

@media only screen and (min-width: 768px) {
  .card-body p.icontext, p.icontext-sm {
    font-size: 0.7rem;
  }

  .navbar-wrapper {
  }

  .nav-item .show {
    color: var(--ttm-rot) !important;
  }

  .rechts .show {
    color: var(--ttm-blau) !important;
  }


  .dropdown-menu {
    border-radius: 0px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  }

    .dropdown-menu .dropdown-item {
      /*      text-transform: uppercase;
      font-weight: 600;
      color: var(--light-grey);
      transition: color 0.3s;
*/
    }

      .dropdown-menu .dropdown-item:hover {
        color: var(--ttm-blau);
      }

      .dropdown-menu .dropdown-item:focus {
        color: var(--ttm-blau);
        background-color: #fff;
      }

      .dropdown-menu .dropdown-item:active {
        color: var(--ttm-blau);
        background-color: #fff;
      }
}


@media (min-width: 850px) {
  .btnBar div.btn {
    width: 60px;
    margin-left: 0;
    -transition: all .85s ease 0s;
    -moz-transition: all .85s ease 0s;
    -webkit-transition: all .85s ease 0s;
    transition: all .85s ease 0s;
    margin: 0 0 5px 0;
  }

  .btnBar a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    /*font-size: 12px;*/
    /*width: 100%;*/
    height: 100%;
    margin: auto;
  }

  .btnBar .btn:first-child a,
  .btnBar .btn:nth-child(2) a {
    width: auto;
  }

  .btnBar div.btn img {
    float: left;
    height: 100%;
    width: 100%;
  }

  .btnBar div.btn .btnContent {
    /*height: 35px;*/
    background-color: var(--ttm-blau);
    text-decoration: none;
    color: #fff;
    float: left;
    line-height: 30px;
    padding-left: 14px;
  }

  .btnBar div.btn:hover {
    opacity: 1;
  }

    .btnBar div.btn:hover img {
      border: 0px;
    }

  
}

@media (min-width: 1099px) {

  .card-body p.icontext {
    font-size: 1.2rem;
  }
 
  div.btnBar {
    overflow: visible;
    min-width: 40px;
    display: block;
  }

  div.btnBarFooter {
    display: none;
  }
}

@media (min-width: 1200px) {

  .card-body p.icontext-sm {
    font-size: 0.9rem;
  }
}

@media (min-width: 1400px) {
    /*  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1140px;
  }*/
  .card-body p.icontext-sm {
    font-size: 1.2rem;
  }

    #T_Titel, #DDL_Sprache, #DDL_News, #DDL_jobs {
      padding: 5px;
    }

    #ContentPlaceHolder1_tr_Ort label, #ContentPlaceHolder1_tr_azubi label {
      padding-left: 10px;
    }

    #ContentPlaceHolder1_CB_Azubi,
    #ContentPlaceHolder1_CB_ma,
    #ContentPlaceHolder1_CB_hl {
      margin-left: 10px;
    }

    .hl_admin {
      margin: 5px;
      padding: 10px;
      color: white;
      background-color: var(--ttm-blau);
    }

      .hl_admin:hover {
        margin: 5px;
        padding: 10px;
        color: white;
        background-color: var(--ttm-rot);
      }
  }
