
@font-face {
  font-family: "Rogue Sans Ext W00 Medium";
  src: url("/fonts/1de825364b158049a712f2a308665917.eot"); /* IE9*/
  src: url("/fonts/1de825364b158049a712f2a308665917.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("/fonts/1de825364b158049a712f2a308665917.woff2") format("woff2"), /* chrome、firefox */
  url("/fonts/1de825364b158049a712f2a308665917.woff") format("woff"), /* chrome、firefox */
  url("/fonts/1de825364b158049a712f2a308665917.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("/fonts/1de825364b158049a712f2a308665917.svg#Rogue Sans Ext W00 Medium") format("svg"); /* iOS 4.1- */
}
html {
  scroll-behavior: smooth;
}
body {
  margin-bottom: 120px;
  font-family: 'Ubuntu', sans-serif;
  color: #000000;
  font-weight: 400;
}
h1 {
  color: #000000;
}
h2 {
  color: #000000;
}
h3 {
  color: #000000;
}
h4 {
  color: #000000;
}
h5 {
  color:#000000;
}
.fa {
  color: #008080;
}
.no-bg-img {
  background-image: none !important;
  background-color: #fff;
  color: #fff;
}
.text-primary {
  color: #008080 !important;
}

.text-warning {
  color: #e59400 !important;
}

a {
  color: #008080;
  font-weight: 700;
}

a:hover {
  color: #008080;
}
.btn {
  cursor: pointer;
}

.bg-primary {
  background-color: #008080 !important;
}

.bg-light {
  background-color: #b2d8d8 !important;
}
.text-light {
  color: rgba(255, 255, 255, .8) !important;
}
.text-muted {
  color: rgba(255, 255, 255, .5) !important;
}

.text-muted:hover {
  color: rgba(255, 255, 255, .75) !important;
  text-decoration: none;
}

html {
  position: relative;
  min-height: 100%;
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}


.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;

}

@media screen and (max-width: 767px) {
  .footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 120px;
    line-height: 40px;
    /* Vertically center the text there */

  }
  .nav-item {
    line-height: 1.15;
  }
  .nav-link {
    font-size: 1.5em;
  }
}

.container {
  max-width: 960px;
}

.intro-header {
  max-width: 700px;
margin-top: -15%;
}

.card-deck .card {
  min-width: 220px;
}

.border-top {
  border-top: 1px solid #e5e5e5;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}


.btn-primary {
  color: #fff;
  background-color: #008080;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  border-radius: 2px;
  border: none;
  font-weight: 500;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.btn-primary:hover {
  color: #fff;
  background-color: #008080;
  border-color: #008080;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.btn-primary:not([disabled]):not(.disabled).active, .btn-primary:not([disabled]):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
  color: #fff;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  background-color: #008080;
}

.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  background-color: #008080;
}


.btn-secondary {
  color: #008080;
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  border-radius: 2px;
  border: none;
  font-weight: 500;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.btn-secondary:hover {
  color: #008080;
  background-color: #fff;
  border-color: #800000;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.btn-secondary:not([disabled]):not(.disabled).active, .btn-secondary:not([disabled]):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
  color: #008080;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  background-color: #fff;
}

.btn-secondary.focus, .btn-secondary:focus {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  background-color: #fff;
}

.btn-grey {
  color: #fff;
  background-color: #7b7b7b;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  border-radius: 2px;
  border: none;
  font-weight: 600;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.btn-grey:hover {
  color: #fff;
  background-color: #7b7b7b;
  border-color: #7b7b7b;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.btn-grey:not([disabled]):not(.disabled).active, .btn-grey:not([disabled]):not(.disabled):active, .show>.btn-grey.dropdown-toggle {
  color: #fff;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  background-color: #7b7b7b;
}

.btn-grey.focus, .btn-grey:focus {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  background-color: #7b7b7b;
}

.btn-outline-primary {
  color: #008080;
  background-color: transparent;
  background-image: none;
  border-color: #008080;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #008080;
  border-color: #008080;
}

.btn-outline-primary:not([disabled]):not(.disabled).active, .btn-outline-primary:not([disabled]):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #008080;
  border-color: #008080;
  box-shadow: none;
}

.btn-outline-primary.focus, .btn-outline-primary:focus {
  box-shadow: none;
}

.text-secondary {
  color: #a77fa7 !important;
}

.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: #ede5ed;
  border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.nav-link {
  font-weight: 600;
}

.text-1 {
  font-size: 1em;
}

.text-1-5 {
  font-size: 1.5em;
}

.text-2 {
  font-size: 2em;
}

.text-3 {
  font-size: 3em;
}
thead tr {
  color: #fff;
  border-radius: 2px;
  background-color: #008080;
  border: none;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: none;
}
table th:first-child{
  border-radius:5px 0 0 5px;
}

table th:last-child{
  border-radius:0 5px 5px 0;
}
.form-check-input {
  margin-left: 0rem !important;
}

.igbutton {
  border-radius: .0rem .25rem .25rem .0rem;
}

.btn-group-xs>.btn, .btn-xs {
  padding: .10rem .2rem;
  font-size: .800rem;
  line-height: 1.5;
  border-radius: .2rem;
}

label {
  display: inline-block;
  margin-bottom: 0rem !important;
}
.header {
  height:18rem;
  width: 100%;
  background-color: #008080;
}
.bg-white {
  background-color: #fff;
  background-image: none;
}
.bg-gradient {
  background-color: #008080;
}
.bg-white-60 {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 15px;
}
.text-underline {
  text-decoration: underline;
}
.text-underline:hover {
  text-decoration: underline !important;
}
.feature {
  margin-left: 1em;
  margin-right: 1em;
  margin-bottom: 1em;
  padding: 12px;
  width: 276px;
  max-width: 276px;
  flex-grow: 1;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  border-radius: 5px;
}
.feature-inner {
    position: relative;
    height: 100%;
    background: #fff;
    padding: 40px 24px;
}
@media (max-width: 400px) {
  .feature {
    margin-left: 12.5%;
  }
}
.font-x3 {
  font-size: 300%;
}
.btn-cta {
  color: #284068;
  font-weight: 600;
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  border-radius: 2px;
  text-transform: uppercase;
}
.btn-cta:hover {
  color: #284068;
  font-weight: 600;
  background-color: #fff;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.4);
  border-radius: 2px;
  text-transform: uppercase;
}
.text-black {
  color: #1f2b36;
}
.transparent {
  opacity: .0;
}
.navbar-brand {
  opacity: .75;
}
.navbar-brand:hover {
  opacity: 1;
}
.navbar-dark .navbar-toggler {
    border: none;
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.pricelist {
  list-style-type:none;
}
.pricelist li {
  padding: 0.5em 0.5em 0.5em 0.5em;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  margin-top: 1em;
  font-size: 1.5em;
}
.price {
  color: #1f2b36;
}
.text-black {
  color: #1f2b36;
}
.alert-primary {
    color: #6f8395;
    background-color: #fff;
    border: 2px solid;
    border-color: #008080;
    border-image-slice: 5;
}
.mt-n1 {
  margin-top: -0.5rem !important;
}
.mt-n2 {
  margin-top: -1rem !important;
}
.mt-n3 {
  margin-top: -1.5rem !important;
}
.mb-n1 {
  margin-bottom: -0.5rem !important;
}
.mb-n2 {
  margin-bottom: -1rem !important;
}
.mb-n3 {
  margin-bottom: -1.5rem !important;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #008080;
}
.card {
  border: none;
}
.card-body {
  border-radius: 10px;
}
.header-brand {
  font-size: 5em;
}
.header-brand-2 {
  font-size: 4em;
}


.durabook-color {
  color: rgb(0, 73, 157);
}
.durabook-bg {
  color: rgb(0, 73, 157);
}
.text-durabook-model {
  font-family:"Rogue Sans Ext W00 Medium" !important;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  color: rgb(0, 73, 157);
}
.text-durabook-model:hover {
  color: rgb(0, 73, 157) !important;
  text-decoration: none;
}
.text-robustbook-logo {
  font-family: 'Anton', sans-serif;
  color: #000000;
}
.navbar-nav .dropdown-menu {
  position: absolute;
}
.footer p {
  margin-bottom: -1rem;
}
.dropdown-item.active, .dropdown-item:active {
    text-decoration: none;
    background-color: #fff;
    color: #16181b;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
}
.mt-10 {
  margin-top: 10em;
}
.product-feature {
  font-size: 18px;
  font-weight: 400;
}
.jumbotron-workshop {
  color: white;
  background: linear-gradient(0deg, rgba(0, 127, 127, 0.3), rgba(0, 127, 127, 1)), url("/img/workshop/brake-disc.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}
.jumbotron-industry {
  color: white;
  background: linear-gradient(0deg, rgba(0, 127, 127, 0.3), rgba(0, 127, 127, 1)), url("/img/industry/industry-view.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}
.jumbotron-publicsafety {
  color: white;
  background: linear-gradient(0deg, rgba(0, 127, 127, 0.3), rgba(0, 127, 127, 1)), url("/img/publicsafety/ambulance.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}
.jumbotron-firefighter {
  color: white;
  background: linear-gradient(0deg, rgba(0, 127, 127, 0.3), rgba(0, 127, 127, 1)), url("/img/firefighter/firefighters-thump.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}
.jumbotron-construction {
  color: white;
  background: linear-gradient(0deg, rgba(0, 127, 127, 0.3), rgba(0, 127, 127, 1)), url("/img/construction/industry-construction.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}
.jumbotron-transport {
  color: white;
  background: linear-gradient(0deg, rgba(0, 127, 127, 0.3), rgba(0, 127, 127, 1)), url("/img/transport/truck-logistics-warehouse.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}
.jumbotron-logistics {
  color: white;
  background: linear-gradient(0deg, rgba(0, 127, 127, 0.3), rgba(0, 127, 127, 1)), url("/img/logistics/logistics-warehouse.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}
.jumbotron-forestry {
  color: white;
  background: linear-gradient(0deg, rgba(0, 127, 127, 0.3), rgba(0, 127, 127, 1)), url("/img/forestry/logs-in-the-forest.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}
.jumbotron-millitary {
  color: white;
  background: linear-gradient(0deg, rgba(0, 127, 127, 0.3), rgba(0, 127, 127, 1)), url("/img/military/soldier-with-rifle.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}
.jumbotron-outdoor {
  color: white;
  background: linear-gradient(0deg, rgba(0, 127, 127, 0.3), rgba(0, 127, 127, 1)), url("/img/outdoor/car-in-the-forest.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}
.info-tooltip {
  color: #008080;
  text-decoration: underline;
  text-decoration-style: dotted;
  white-space: nowrap;
}
.tooltip-inner {
    background-color: #fff;
    color: #7b7b7b;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    font-weight: 600;
    padding: 0.9rem 0.9rem 0.9rem 0.9rem;
}
/* Haha Spaß muss sein ;) */
.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.bs-tooltip-top .arrow::before {
    border-top-color: rgba(255,255,255,0.0);
}
.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.bs-tooltip-bottom .arrow::before {
    border-bottom-color: rgba(255,255,255,0.0);
}
/* Well, back to work... */
.tooltip.show {
  opacity: 1;
}
@media screen and (min-width: 767px) {
  .mt-md--5 {
    margin-top: -5em;
  }
  .mt-md--10 {
    margin-top: -10em;
  }
}
.form-control {
    color: #7b7b7b;
    border: 2px solid #7b7b7b;
    border-radius: 2px;
    font-weight:bold;
}
.form-control:focus {
    color: #008080;
    border-color: #008080;
    box-shadow: 0 0 0 0.2rem rgba(0,127,127,.25);
}
.invisible {
  height: 1px;
}
.rounded {
  border-radius: 2px !important;
}
b {
  font-weight: bold;
}
.carousel-caption {
  padding-bottom: 30px;
}
.dropdown-menu {
  border: none;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}
.bg-lightteal {
  background-color: rgba(0, 127, 127, 0.1);
}
hr {
  border-top: 2px solid #008080;
  margin-right: 40%;
  margin-left: 40%;
}


label {
    width: 100%;
}

.card-input-element {
    display: none;
}

.card-input {
    margin: 10px;
    padding: 0px;
}

.card-input:hover {
    cursor: pointer;
}

.card-input-element:checked + .card-input {
     box-shadow: 0 0 0px 1px #008080;
}
