@charset "UTF-8";
/***!  /media/templates/site/cassiopeia_montronix/css/user.css?ba4e41  !***/

:root {
  --mtx-blue: #040068;
  --mtx-red: #dd002b;
  --mtx-black: #1a1a1a;
  --mtx-text: #efefef;
}
html{
  scroll-padding-top: 5rem;
}
@supports (display:grid) {
    .site-grid>[class^=container-], .site-grid>[class*=" container-"] {
        width: 100%;
        max-width: none;
        -webkit-column-gap: 1em;
        -moz-column-gap: 1em;
        column-gap: 1em;
        margin-left: 0px;
    }
}
.masked {
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top,rgba(40, 40, 40, 0.1) 0%,rgba(201, 201, 201, 0.15) 100%);
  background: -webkit-linear-gradient(top,rgb(40 40 40 / .1) 0%,rgb(201 201 201 / .15) 100%);
  background: linear-gradient(to bottom,rgba(40, 40, 40, 0.1) 0%,rgba(201, 201, 201, 0.15) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40000000',endColorstr='#40ffffff',GradientType=0);
  -webkit-mask-image: url(https://www.montronix.com/media/templates/site/cassiopeia_montronix/css/Webbg.svg);
  -moz-mask-image: url(https://www.montronix.com/media/templates/site/cassiopeia_montronix/css/Webbg.svg);
  -ms-mask-image: url(https://www.montronix.com/media/templates/site/cassiopeia_montronix/css/Webbg.svg);
  mask-image: url(https://www.montronix.com/media/templates/site/cassiopeia_montronix/css/Webbg.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: right 30px bottom 30px;
  mask-position: bottom 30px,right 30px;
  -webkit-mask-type: alpha;
  mask-type: alpha;
  position: fixed;
  z-index: 0;
}
body {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  background: #fff;
}

h3.ssh{
color: red !Important;
}

/*Kontakt table*/
.table thead th {
  white-space: nowrap;
  border: 0;
  background: #23262d;
  padding: 3px 5px !important;
}

/* Button Scroll to top */

.back-to-top-link {
  position: fixed;
  bottom: 13px;
  right: 16px;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 1s, opacity 2s ease-in-out;
}

.back-to-top-link.visible {
  visibility: visible;
  opacity: 1;
  transition: opacity 1s ease-in-out;
}

/* small */
.back-to-top-link {
  font-size: 20px;
  width: calc(2.1 * 20px);
  margin: 20px;
  height: calc(2.1 * 20px);
  line-height: calc(2.1 * 20px);
  border-radius: 20px;
  background: white;
}

.back-to-top-link [class^="icon-"]::before,
.back-to-top-link [class*=" icon-"]::before {
  /* font-size: 20px;
  width: calc(1.8*20px);
  line-height: calc(1.8*20px);*/
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}

.back-to-top-link img {
  position: absolute;
  margin: auto;
  width: 70%;
  height: 70%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.back-to-top-link,
.back-to-top-link [class^="icon-"]::before,
.back-to-top-link [class*="icon-"]::before {
  color: rgba(140, 140, 150, 0.8);
  display: inline-block;
  text-align: center;
  -webkit-perspective: 50em;
  perspective: 50em;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.back-to-top-link:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 2px solid rgba(140, 140, 150, 0.8);
  content: "";
  z-index: -1;
  border-radius: 50%;
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.back-to-top-link:before,
.back-to-top-link:after,
.back-to-top-link [class^="icon-"]::before,
.back-to-top-link [class*="icon-"]::before {
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.back-to-top-link:hover {
  cursor: pointer;
}
.back-to-top-link:hover,
.back-to-top-link:hover [class^="icon-"]::before,
.back-to-top-link:hover [class*="icon-"]::before {
  color: #dd002b;
}
.back-to-top-link:hover:after {
  border-color: #dd002b;
}
.back-to-top-link:hover:after {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}
body {
  position: relative;
  min-height: 100vh;
}
.container-header .mod-finder {
  position: relative;
  display: flex;
  flex: 1;
  max-width: 100%;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.3rem 0.3rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #22262a;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.card {
  z-index: 10;
  /*width: 25%;*/
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}
joomla-tab > joomla-tab-element {
  border: 1px solid #ccc;
  border-radius: 0 0 0.25rem 0.25rem;
  background: rgba(255, 255, 255, 0.1);
  /* box-shadow:  2px 2px 3px rgba(0, 0, 0, 0.2); */
  display: none;
  padding: 15px;
  position: relative;
}
joomla-tab[view="tabs"] > div[role="tablist"] {
  background-color: transparent;
}
joomla-tab button[aria-expanded="true"]::after {
  background-color: #040068;
  bottom: -1px;
  content: "";
  height: 5px;
  left: 0;
  opacity: 0.8;
  position: absolute;
  right: 0;
}
joomla-tab {
  display: flex;
  flex-direction: column;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}
.uk-grid.anwendungen,
.uk-grid.anwendungen.uk-flex-middle {
  margin-left: 0 !important;
}
.uk-flex-first.anwendungen {
  padding-left: 0 !important;
}
@media (max-width: 800px) {
  .card {
    display: none;
  }
  .nav-bg {
    padding: 0 0 0 5px;
  }
}
.service img {
  border-radius: 10px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}
.com-content-article ol,
.com-content-article ul {
  overflow: unset;
}
.uk-inline img {
  padding: 10px;
}
.uk-card-default.application {
  padding: 10px;
}
.uk-h1
{
  font-size: 1.375rem !important;
  font-weight: 600 !important;
}
div.page-header h1, h2, h3, h4, h5, h6 {
  color: #0b3087 ;
}
div.page-header h1,
div.page-header .h1,
.com-tags-tag.tag-category h1,
.com-content-category-blog.blog h1{
  font-size: 2.625rem;
  color: #0b3087;
  font-weight: 600;

}

.uk-card-title.uk-grid-margin.uk-first-column h2,
.h2 {
  font-size: 1.325rem;
  word-break: break-word;
  hyphens: auto;
}
.uk-card-title h3,
.h3 {
  font-size:  1.325rem;
  word-break: break-word;
  hyphens: auto;
}
.row {
  --gutter-x: 2.3em;
  --gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--gutter-y));
  margin-right: calc(-0.5 * var(--gutter-x));
  margin-left: calc(-0.5 * var(--gutter-x));
}
.navbar-toggler {
  color: #ffffff;
}

.mod-list li {
  padding: 0.25em 0.25em;
}
li.nav-item:hover > a {
  color: #ffffff;
}
li.nav-item:hover {
  cursor: pointer;
}

.btn-info {
  color: white;
  background-color: var(--mtx-blue) !important;
  border-color: transparent;
}
.btn-info:hover {
  color: white;
  background-color: var(--mtx-red) !important;
  border-color: transparent;
}
.btn-check:focus + .btn-info,
.btn-info:focus {
  color: white;
  background-color: var(--mtx-red) !important;
  border-color: transparent;
  box-shadow: none;
}
.btn-check:checked + .btn-info,
.btn-check:active + .btn-info,
.btn-info:active,
.btn-info.active,
.show > .btn-info.dropdown-toggle {
  color: white;
  background-color: #264f71;
  border-color: #244a6a;
}
.btn-check:checked + .btn-info:focus,
.btn-check:active + .btn-info:focus,
.btn-info:active:focus,
.btn-info.active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: none;
}
h3.page-header.item-title > a {
  color: #595959;
}
/* .metismenu-item.parent {
    position: relative;
    display: flex;
    justify-content: space-between;
  } */
.metismenu.mod-menu .metismenu-item > ul {
  position: absolute;
  margin-left: -13px;
  top: 100%;
  z-index: 1001;
  display: block;
  padding: 0;
  list-style: none;
  box-shadow: 0 0 0.5em rgb(0 0 0 / 10%);
}
.metismenu.mod-menu .metismenu-item:not(.level-1) > ul,
.metismenu.mod-menu .metismenu-item:not(.level-2) > ul {
  margin-right: -13px;
}
.metismenu.mod-menu .mm-collapse > li.parent > ul {
  position: relative;
  top: 0;
  flex-basis: calc(100% + 3em);
  margin-top: 0.5em;
  margin-bottom: -0.6em;
  background-color: rgba(0, 0, 0, 0.03);
  box-shadow: none;
}

.zertifikate {
  margin-right: 10px;
  white-space: nowrap;
}
.container-header .container-search {
  margin-top: 0.35em;
  display: inline-flex !important;
  align-content: center;
  align-items: center;
  gap: 10px;
}
.grid-copyright {
  display: flex;
  width: 100%;
  max-width: 1320px;
  margin-right: auto;
  margin-left: auto;
  justify-content: center;
}
.copyright {
  background: #000;
  color: #fff;
  width: 100%;
}
.btn-primary {
  color: white;
  background-color: #dd002b !important;
  border-color: #010156;
}
.btn-primary {
  background-color: var(--cassiopeia-color-primary);
  border-color: var(--cassiopeia-color-primary);
  border: 0;
}
/* .tag-category .tag-body p, .accessories li .accessories-body p {position: relative;margin: 0px;height: 50px;font-size: 13px;line-height: 1.3;color: #555;} */
/*Footer navi*/
.footer .grid-child {
  align-items: baseline;
  justify-content: space-between;
  padding: 2.5rem 0.5em;
}
/*.grid-child {
 
  flex-wrap: wrap;
}*/

li.nav-item:hover {
  background: #dd002b !important;
  /* width:100%; */
}
li.nav-item.current.active {
  background: transparent !important;

  /* width:100%; */
}
li.nav-item.current.active > a {
  color: #919191 !important;

  /* width:100%; */
}

li.nav-item.current.active > a::before {
  font-family: "montronix";
  content: "\f105";
  padding-right: 5px;
  /* width:100%; */
}

.text-muted {
  --text-opacity: 1;
}
.tag-category .tag-body p {
  display: inline;
}
.com-content-category-blog__child.mydiv {
  background: rgba(170, 170, 170, 0.1) !important;
  min-height: 50px !important;
  width: auto;
  padding: 10px !important;
  margin: 0px 10px 10px 0;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}
.tag-body {
  border-top: 0px solid #ccc;
  padding: 8px;
  display: block;
}

.blog-item .readmore {
  position: relative !important;
  bottom: 0px !important;
}
/* Tag Content Blog*/
.list-group {
  display: flex;
  flex-direction: row;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
  flex-wrap: wrap;
}

/*@media (max-width: 800px) {
  .footer .grid-child {
    align-items: baseline;
    justify-content: space-between;
    padding: 2.5rem 0.5em;
    display: none;
  }
}*/
.tag_img {
  width: 140px;
}

/* Phocamaps Override */
.leaflet-container {
  width: 99% !important;
  margin-bottom: 10px;
}

/*Icon cookie*/
.cc-trigger.cc-trigger-icon.cc-trigger-left {
  left: 10px;
}
.cc-trigger.cc-trigger-icon.cc-trigger-bottom {
  bottom: 10px;
}
.container-header .container-nav {
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0; /*0.5em*/
  border-bottom: 1px solid black;
}
/*Icon cookie*/
.brand-logo {
  width: 250px;
  display: block;
}
.readmore_top {
  height: 100% !important;
  position: relative;
}
div.mod-languages ul li.lang-active img {
  border: 1px solid #ffffff;
  display: inline-block;
  width: 1.5em;
}
table.responsive.rt {
table-layout: auto;
  width: 100% !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.3 );
}
thead, th {
  font-size: 1em !important;
  background-color: var(--mtx-blue  );
  color: #fff;
  padding: 0px 2px 0px 2px !important;
}
.rt tr:nth-child(even){
   background-color: rgba(255, 255, 150, 0.1    );
}
.rt tr:hover:nth-child(even), .rt tr:hover {
  cursor: pointer;
  /*background: #040068;
  color: #ffffff;*/
}

.rt td {
  /* width: 50%; */
  border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
  font-family: "Open Sans", muli, Helvetica, Arial, " sans-serif" !important;
  font-size: 1em !important;
  padding: 2px 5px 2px 10px;
}
.rt td:first-child {
   border-right: 1px solid rgba(0, 0, 0, 0.2);}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
  list-style: none !important;
}
.Myicon li:before {
  font-family: "montronix";
  content: "\f105";
  margin: 0 5px 0 5px;
  color: rgb(20, 58, 158);
}
.Myicon_2line li {
  padding-left: 1.28571429em;
  text-indent: 0;
}
.Myicon_2line li:before {
  font-family: "montronix", "fontawesome";
  content: "\f0da";
  margin: 0 1.28571429em 0 0;
  color: rgb(20, 58, 158);
}
.Myicon_D li {
  padding-left: 1.28571429em;
  text-indent: -1.28571429em;
}
.Myicon_D li:before {
  font-family: "montronix";
  content: "\f105";
  margin: 0 12px 0 0;
  color: rgb(20, 58, 158);
}
.link_symbol li:before {
  font-family: "montronix", "fontawesome";
  content: "\f0da";
  margin: 0 5px 0 5px;
  color: rgb(20, 58, 158);
}

@media (max-width: 500px) {
  .footer .grid-child {
    flex-direction: column;
  }
  .footer .grid-child .mod-footer {
    margin: 0.375rem 0;
  }
}
@media (max-width: 500px) {
    .footer .grid-child {
        display: flex;
        padding: 0;
        margin: 0;
    }
}
.mm-collapsed .mm-toggler-link .metismenu.mod-menu .mm-toggler {
  border: none !important;
}
.metismenu.mod-menu .metismenu-item {
  padding: 0.6em 0.8em;
}
.uk-open > .uk-accordion-title::before {
  background-image: none;
  font-family: montronix;
  /*font-size: 24px;*/
  content: "\6a" !important;
  color: var(--mtx-red);
  float: left;
}

.uk-accordion-title::before {
  font-family: montronix;
  /*font-size: 24px;*/
  content: "\67" !important;
  color: var(--mtx-blue);
  float: left !important;
  background-image: none !important;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.page-header {
  padding-bottom: 9px;
  margin: 20px 0 0 0;
  border-bottom: 0;
  text-overflow: ellipsis;
  overflow: hidden;
}
.container-topbar,
.container-below-top {
  background: #ffffff;
  display: flex;
  flex-flow: row;
  justify-content: center;
  height: 24px;
  color: #979797;
  font-size: 1rem;
  width: 100%;
}

.list-group-item {
  border-top-width: 0;
  /* width: calc(100% / 4); */
}

@media (min-width: 1002px) {
  .list-group-item {
    width: calc((100% - 40px) / 3);
  }
}
@media (min-width: 1440px) {
  .list-group-item {
    width: calc((100% - 40px) / 4);
  }
}
@media (min-width: 692px) and (max-width: 1001px) {
  .list-group-item {
    width: calc((100% - 40px) / 2);
  }
}
/*UiKit Modifikation*/

figure .uk-card {
  max-width: 600px;
}
.com-content-category-blog__items.blog-items.about.columns-5
  .uk-card-secondary.blogshadow {
  border-radius: 15px;
}
.com-content-category-blog__items.blog-items.about.columns-5 img {
  border-radius: 15px 15px 0 0;
}
img.about {
  border-radius: 10px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}
/* @media (min-width:1440px) {
.com-content-category-blog__items.blog-items.columns-5{
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.com-content-category-blog__items.blog-items.columns-4{
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.com-content-category-blog__items.blog-items.columns-3{
  grid-template-columns: 1fr 1fr 1fr;
}
.com-content-category-blog__items.blog-items.columns-2{
  grid-template-columns: 1fr 1fr;
}
.com-content-category-blog__items.blog-items.columns-1{
  grid-template-columns: 1fr;
}
} */
.about.uk-card {
  width: 100% !important;
  border-radius: 15px;
}
@media (min-width: 1440px) {
  .uk-card {
    width: calc((100% - 50px) / 5);
  }
  @supports (display: grid) {
    .blog-items {
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }
  }
}
@media (min-width: 1280px) and (max-width: 1439px) {
  .uk-card {
    width: calc((100% - 50px) / 4);
  }
  @supports (display: grid) {
    .blog-items {
      grid-template-columns: 1fr 1fr 1fr 1fr;
    }
  }
}
@media (min-width: 800px) and (max-width: 1279px) {
  .uk-card {
    width: calc((100% - 50px) / 3);
  }
  @supports (display: grid) {
    .blog-items {
      grid-template-columns: 1fr 1fr 1fr !important;
    }
  }
}

@media (min-width: 481px) and (max-width: 799px) {
 
  @supports (display: grid) {
    .blog-items {
      grid-template-columns: 1fr 1fr;
    } 
  
  }
}
@media (max-width: 480px) {
  @supports (display: grid) {
    .blog-items {
      grid-template-columns: 1fr;
    }
  }
}
.uk-card {
  position: relative;
  box-sizing: border-box;
  transition: box-shadow 0.1s ease-in-out;
  min-width: 300px;
  margin: 5px;
}
.uk-card-default {
  color: #666;
  background: rgba(255, 255, 255, 0.1) !important;
}
#uktag a {
  color: #ffffff;
}
#uktag.uktag.uk-card-secondary-cat {
  background: #23262d;
  color: #ffffff;
}
#uktag.uktag.uk-card-secondary-cat:hover {
  background: #dd002b;
}
#uktag.uk-card-secondary-cat > div > div {
  margin: 0 !important;
}
@media (min-width: 901px) {
  #uktag.uk-card-secondary-cat:nth-child(2),
  #uktag.uk-card-secondary-cat:nth-child(6) {
    margin: 0 5px 10px 5px;
  }
  #uktag.uk-card-secondary-cat:nth-child(3),
  #uktag.uk-card-secondary-cat:nth-child(7) {
    margin: 0 5px 10px 10px;
  }
  #uktag.uk-card-secondary-cat:last-child,
  #uktag.uk-card-secondary-cat:nth-child(4) {
    margin: 0 0 10px 10px;
  }
  #uktag.uk-card-secondary-cat:nth-child(1),
  #uktag.uk-card-secondary-cat:nth-child(5) {
    margin: 0 10px 10px 0px;
  }
}
@media (max-width: 901px) {
  #uktag.uk-card-secondary-cat:nth-child(odd) {
    margin: 0 5px 10px 0;
  }
  #uktag.uk-card-secondary-cat:nth-child(even) {
    margin: 0 0 10px 10px;
  }
}

#uktag.uk-card-secondary.blogshadow {
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}
figure {
  margin: 0 !important;
}
#ukblog.uk-grid {
  margin-left: 0;
}

#uktag .uk-card-secondary,
#ukblog .uk-card-secondary,
#uktag.uk-card-secondary {
  background: #0b3087;
  /* box-shadow:  2px 2px 3px rgba(0, 0, 0, 0.2); */
  max-width: 600px;
}
#uktag.uk-grid-small > *,
.uk-grid-column-small > * {
  padding-left: 0;
  margin: 0 10px 10px 10px;
}
#ukblog.uk-grid-small > *,
.uk-grid-column-small > * {
  padding-left: 0;
  margin: 0;
}
#uktag.uk-child-width-1-4\@m > *,
#ukblog.uk-child-width-1-4\@m > * {
  width: 23%;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}
#uktag .uk-card-title {
  font-size: 1.5rem;
  line-height: 1.4;
  padding: 10px 0 0 10px;
  margin: 0;
  cursor: pointer;
}
#uktag .uk-card-title-cat {
  font-size: 1.2rem;
  line-height: 1;
  padding: 10px 0 10px 10px;
  margin: 0;
}
#uktag .uk-card-body {
  padding: 5px 10px 5px 10px;
}
#uktag .uk-card-footer {
  padding: 0 5px 10px 10px;
}
.adress {
  /* display: flex;
  padding: 3px 10px; */
  font-weight: 400;
  font-family: var(--body-font-family);
}

body {
  animation: einblenden 1s;
  -moz-animation: einblenden 1s; /* Für Firefox */
  -webkit-animation: einblenden 1s; /* Für Safari und Chrome */
  -o-animation: einblenden 1s; /* Für Opera */
}

@keyframes einblenden {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes einblenden {
  /* Für Firefox */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes einblenden {
  /* Für Safari und Chrome */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes einblenden {
  /* Für Opera */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


.container {

  margin: 0 auto;
  width: 100%;
}


.header-top {
  background-color: white;
  padding: 10px 20px;
}

.header-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  height: 40px;
}

.header-tools {
  display: flex;
  align-items: center;
  gap: 10px;
}

.search-input,
.lang-select {
  padding: 6px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}


.main-nav {
  background-color: #1e1e22;
}

.nav-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-menu li {
  margin: 0;
}

.nav-menu li a {
  display: block;
  padding: 18px 20px;
  color: white;
  text-decoration: none;
  font-weight: 500;
  border-left: 1px solid #2f2f2f;
}

.nav-menu li:first-child a {
  border-left: none;
}

.nav-menu li.active a {
  background-color: #dd002b;
}

.nav-menu li a:hover {
  background-color: #333;
}



.footer {
  background-color: #1a1a1a; 
  color: white;
  padding: 60px 20px;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px;
}

.footer-column p {
  margin: 8px 0;
  font-size: 15px;
  line-height: 1.6;
  cursor: pointer;
}

.footer-column p:hover {
  text-decoration: underline;
}

.footer-column.contact p {
  font-size: 14px;
  line-height: 1.6;
  cursor: default;
}

.font-white{
 color: #ffffff;
}
.font-black{
 color: #000000;
}

.font-blue{
 color: #040068;
}
.font-red{
 color: #040068;
}

.adressblock{
  display: flex;
}
.adressblock1{
  display: block;
  padding: 0 20px 0 0;
}

.mod-languages{
  background: #ffffff;
  align-content: center;
}
#language_btn_90.btn-secondary{
  background: #ffffff;
  color: #000000;
  border: 0;
  padding: 0.6rem;
}
.mod-custom {
  /* width: 100%; */
  display: flex;
  /* justify-content: space-around; */
  /* height: 24px; */
  /* color: white; */
  font-size: 1rem;
  align-items: center;
}
@media (max-width: 800px) {
  thead, th {
    background-color: var(--mtx-blue);
    color: #fff;
   padding: 2px 5px !important;
}
   .navbar-toggler {
  display: none;
}
  }
@media (max-width: 600px) {
.mod-finder {
    z-index: 0;
    display: none;
}
.mod-custom {
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 1rem;
    align-items: center;
}
  #mod-custom136 {
    display: none;
  }
 
  /*Kontakt table*/
.table thead th {
  white-space: nowrap;
  border: 0;
  background: #23262d;
  padding: 2px 5px !important;
}

}
canvas, img, svg, video {
  max-width: 100%;
  /*height: 100% !important;*/
  box-sizing: border-box;
  object-fit: cover !important;
}
canvas, img, svg, video {
  max-width: 100%;
  height: 100%;
  box-sizing: border-box;
  object-fit: cover;
}
.pagenavigation .pagination, .pager .pagination {
  justify-content: center;
  padding: 0;
  margin: 1em 0;
    margin-left: 0px;
}
.btn-secondary {
  color: #ffffff;
  background-color: #23262D;
  border-color: #ced4da;
  margin: 0 10px;
}
.pagination {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
  }

.flickity-prev-next-button .flickity-button-icon {
  position: unset;
  left: 0;
  top: 0%;
  width: 50%;
  height: 50%;
}
.mod-finder{
  z-index: 0;
}
.first-h1 {
  margin-left: 20px;
}
@media only screen and (max-width: 40em) {
    .rt th:last-child, .rt td:last-child {
        border-bottom: 1px solid transparent;
    }
}
