/* Häfner Gewichte GmbH
 * @desc      CSS Styles
 * @type      Project
 * **************************************************
 * @author    Heiko Groeger <h.groeger@werboffice.de>
 * @link      http://www.werboffice.de
 * @copyright 2022
 */
html {
  scrollbar-color: #3491f7 #323234;
  accent-color: #3491f7;
}

::-moz-selection {
  background: #3491f7;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #3491f7;
  color: #fff;
  text-shadow: none;
}

:focus {
  outline: 0 !important;
}

:active {
  outline: 0 !important;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* spam protection mailto:encrypted */
a[href^="mailto:encrypted"] {
  display: none;
}

.credits {
  display: table-cell;
  opacity: 0.7;
  margin: 0 0 10px 0;
  padding: 10px 16px;
  background: #fafafa;
  border: 1px solid #888;
}

body {
  font-family: 'Open Sans', sans-serif;
  min-height: 100%;
  line-height: 1.4;
  -webkit-hyphens: auto;
  hyphens: auto;
  margin: 0;
}

b, strong, .strong {
  font-weight: 600;
}

a {
  text-decoration: none;
  color: black;
  transition: all 150ms;
}

a:hover {
  color: #07c;
}

p a {
  /* text-decoration: underline; */
  text-decoration: none;
  color: #004494;
}

/*--------------------------------------------------*/
/*	External-Link
/*--------------------------------------------------*/
a[rel="external"]::before,
a[target="_blank"]:not([href*="mailto:"]):not(.cart)::before {
  display: inline-block;
  cursor: pointer;
  width: 1.08em;
  line-height: 1;
  transform: translateY(2px);
  padding-right: 1px;
  aspect-ratio: 1/1;
  object-fit: contain;
  content: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+CiAgICA8Zz4KICAgICAgICA8cGF0aCBmaWxsPSJub25lIiBkPSJNMCAwaDI0djI0SDB6Ii8+CiAgICAgICAgPHBhdGggZmlsbD0iIzAwNDQ5NCIgZD0iTTEwIDZ2Mkg1djExaDExdi01aDJ2NmExIDEgMCAwIDEtMSAxSDRhMSAxIDAgMCAxLTEtMVY3YTEgMSAwIDAgMSAxLTFoNnptMTEtM3Y5bC0zLjc5NC0zLjc5My01Ljk5OSA2LTEuNDE0LTEuNDE0IDUuOTk5LTZMMTIgM2g5eiIvPgogICAgPC9nPgo8L3N2Zz4K');
  /* filter: grayscale(1); */
}

/*--------------------------------------------------*/
/*	PDF-Link
/*--------------------------------------------------*/
a[rel="pdf"]::before,
a[target="_blank"][href$=".pdf"]:not(.pdf)::before {
  display: inline-block;
  cursor: pointer;
  width: 1.08em;
  line-height: 1;
  transform: translateY(1px);
  padding-right: 27px;
  aspect-ratio: 1/1;
  object-fit: contain;
  content: url(' data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAANCAYAAABCZ/VdAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAP9JREFUeNpi/P//P8OHvDn/vy07xPDv03cGSgETHycDV4w9g8CEZEbG9zmz/n+ZuYuB2oAny4OB8YlQ7P//n79T3XAmfi4GFmSDZX6thrP/vvzI8CFzBsP3LWeIEoeBJ2yhYPrfx28MLLgk2cxUGYTXlgMNSUEVN1VhEF5XgSGO1fU4ZZiBUsDIRge/Tt9hYBbnJypoMFwO9irQ0L8vPjC8B3qfEEAOGnRf4AwWvADJR+QFCw7AZqkO9hVZwYLX+7DgyppJlB7Gp8Kx/6mRMzGCRICbgYkr2p6BFoArzoGBRWBiMiMDI8P/b0sPgRM+xS4W5GbginVgEOhJYAQIMAAzom6DtsqWGgAAAABJRU5ErkJggg==');
  filter: grayscale(0.5) opacity(0.8);
}

/*----------------------------------------------------------------*/
/*	Keine Link Icons bei wegführenden Links die Grafiken enthalten
/*----------------------------------------------------------------*/
.no-link-icon, .no-link-icon::before {
  content: none !important;
  background: none !important;
  border-bottom: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  white-space: normal !important;
}

img {
  width: 100%;
  height: auto;
}

/* Dies hat verhindert, das a.btn_more auf mobilen Endgeräten klickbar ist!
div {
  z-index: 1;
  position: relative;
}
*/
video {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #000;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.4);
}

iframe {
  position: relative;
}

div.content .img_box .filterme {
  filter: grayscale(70%);
}

/************HEAD************/
div.head {
  width: 100%;
  height: 130px;
  position: fixed;
  background: rgb(229, 229, 229);
  z-index: 900;
  top: 0;
  left: 0;
}

div.head-scroll {
  position: fixed;
  width: 100%;
  height: 120px;
  top: 0;
  left: 0;
  background: rgba(229, 229, 229, 0.9);
  animation-name: animation-head;
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  z-index: 900;
}

div.head-scroll-reverse {
  width: 100%;
  height: 130px;
  position: fixed;
  background: rgb(229, 229, 229);
  z-index: 900;
  top: 0;
  left: 0;
  animation-name: animation-head-backwards;
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
}

@keyframes animation-head {
  from {
    height: 130px;
    position: fixed;
    background: rgba(229, 229, 229, 1);
  }

  to {
    height: 120px;
    position: fixed;
    background: rgba(229, 229, 229, 0.9);
  }
}

@keyframes animation-head-backwards {
  from {
    height: 120px;
    position: fixed;
    background: rgba(229, 229, 229, 0.9);
  }

  to {
    height: 130px;
    position: fixed;
    background: rgba(229, 229, 229, 1);
  }
}

@keyframes animation-center-backwards {
  from {
    height: 30px;
  }

  to {
    height: 40px;
  }
}

div.whitespan {
  width: 100%;
  height: 80px;
  position: relative;
  background-color: white;
  margin-bottom: 10px;
}

div.bluespan {
  width: 100%;
  height: 10px;
  position: relative;
  background-color: #3491f7;
  z-index: 1;
}

div.center {
  max-width: 1340px;
  margin: 0 auto;
  min-height: 40px;
  position: relative;
  overflow: visible;
  height: auto;
  z-index: 2;
}

div.center-scroll {
  max-width: 1340px;
  margin: 0 auto;
  min-height: 30px;
  position: relative;
  overflow: visible;
  height: auto;
  z-index: 2;
  animation-name: animation-center;
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
}

div.center-scroll-reverse {
  max-width: 1340px;
  margin: 0 auto;
  min-height: 40px;
  position: relative;
  overflow: visible;
  height: auto;
  z-index: 2;
  animation-name: animation-center-reverse;
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
}

.center .desktop-m {
  margin-top: -.6rem;
}

.mobile-m {
  display: none;
  z-index: 99999;
  width: 100%;
  height: auto;
  overflow: hidden;
  position: fixed;
  top: 80px;
  padding: 0;
  margin: 0;
}

.center ul.mitem {
  list-style: none;
  padding-left: 0;
  margin-top: 10px;
}

.center .mitem li {
  position: relative;
  display: table-cell;
  float: none;
  vertical-align: middle;
  margin-left: 1rem;
  text-align: center;
}

.center .mitem a.btn-normal {
  padding: 1.3em;
  padding-right: 2.583em;
  position: relative;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.8rem;
  line-height: 1.2;
  color: #535353;
  cursor: pointer;
  text-align: center;
}

.center-scroll .mitem a.btn-normal {
  /*padding-top: 1.267em;*/
}

.center .mitem a.active {
  color: #3491f7;
  background: #f0f0f0;
}

.center .mitem li .dropdown-menu a.is_active::after, .center .mitem a.is_active::after {
  color: #3491f7;
}

.center .mitem li .dropdown-menu a.is_active::before, .center .mitem a.is_active::before {
  content: ' ';
  width: 85%;
  height: 3px;
  background: #3491f7;
  position: absolute;
  top: 40px;
  left: 0;
  margin-left: 0.8rem;
}

.center .mitem li .dropdown-menu a.is_active::before {
  top: 22px;
}

.center .mitem a.dropdown {
  text-transform: uppercase;
}

.mobile-m ul.mitemm {
  list-style: none;
  padding-left: 0;
}

.mobile-m .mitemm li {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 40px;
  background: #3491f7;
  float: none;
  vertical-align: middle;
  text-align: center;
  border-bottom: 2px solid #535353;
  padding-top: 0.5rem;
}

.mobile-m .mitemm li a {
  position: relative;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  color: white;
  cursor: pointer;
  text-align: center;
}

.mobile-m .mitemm .dropdown-menu {
  display: none;
  background: rgba(0, 0, 0, 0.3);
}

.mobile-m .mitemm li .dropdown-menu a.is_active::before, .mobile-m .mitemm a.is_active::before {
  content: "\f054";
  font-family: 'Awesome';
  display: block;
  position: absolute;
  left: -1rem;
  top: 0;
  font-weight: 400;
  font-size: 90%;
  transform: translateY(2px);
}

.mobile-m .dropdown-menu a.is_active::before {
  transform: translateY(-3px) !important;
}

.mobile-m .mitemm a.dropdown {
  text-transform: uppercase;
}

.mobile-m .mitemm li .dropdown-menu a {
  color: white;
  text-transform: uppercase;
  padding: 0.1rem;
  position: relative;
  transition: color .2s ease-in-out, background-color .2s ease-in-out;
  font-size: 1rem;
  white-space: normal;
  line-height: 2rem;
}

@keyframes navi-hover {
  from {
    color: #535353;
  }

  to {
    color: #3491f7;
  }
}

.center .mitem a.btn-normal:not(.active):hover {
  color: #3491f7;
  animation-name: navi-hover;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
}

.center .mitem a.dropdown::after {
  /*content: "\25BE";*/
  content: "\f0d7";
  font-family: 'Awesome';
  display: block;
  margin-top: -0.68em;
  position: absolute;
  right: 1rem;
  top: 50%;
}

.center .mitem li div.dropdown-menu {
  background: #f0f0f0;
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
  position: absolute;
  top: 100%;
  display: none;
  min-width: 236px;
  z-index: 1000;
  padding: 5px 0;
  text-align: left;
  width: auto;
  margin-top: 23px;
  padding-right: 5px;
  padding-bottom: 11px;
}

.center-scroll .mitem li div.dropdown-menu {
  margin-top: 10px;
}

.center .mitem li .dropdown-menu a {
  color: #535353;
  text-transform: uppercase;
  /* line-height: 2.5rem; */
  line-height: 2rem;
  padding: 0.3em 1.4rem;
  position: relative;
  transition: color .2s ease-in-out, background-color .2s ease-in-out;
  font-size: 0.8rem;
  white-space: nowrap;
}

.center .mitem li .dropdown-menu a:hover {
  color: #3491f7;
  animation-name: navi-hover;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
}

.center .mitem li .dropdown-menu .second-layer a.open::after {
  content: '\f0da';
  font-family: 'Awesome';
  float: right;
  position: relative;
  line-height: 0;
  right: 1.4rem;
  top: -1.4rem;
}

.center .mitem li .dropdown-menu .second-layer a.active {
  color: #3491f7;
}

.center .mitem li .dropdown-menu .second-layer .s-l-d-d {
  background: rgb(229, 229, 229);
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
  position: absolute;
  top: 0%;
  left: 101%;
  display: none;
  min-width: 220px;
  z-index: 1000;
  padding: 5px 0;
  text-align: left;
  width: auto;
}

.center .mitem .btn-normal.active::after {
  content: " ";
  background: #f0f0f0;
  width: 100%;
  height: 60px;
  position: absolute;
  top: 40px;
  margin-top: 0;
  height: 30px;
  left: 0em;
}

.linkliste-hor a {
  text-decoration: none;
  font-size: 0.8rem;
  margin: 0px 15px;
  cursor: pointer;
  color: black;
  line-height: 1rem;
  float: right;
}

.searchfield {
  text-align: right;
  position: relative;
}

.searchfield input {
  font-family: inherit;
  background-color: #e5e5e5;
  width: 100%;
  max-width: 300px;
  margin-top: 1.2rem;
  border: none;
  color: #535353;
  padding: 10px;
  border-radius: 2px;
}

.searchfield::after {
  content: "\f002";
  font-family: 'Awesome';
  margin: 5px;
  font-size: 120%;
  position: absolute;
  bottom: 2px;
  right: 5px;
  opacity: 0.4;
}

.flags {
  padding-left: 33px;
}

.flags div {
  width: 23px;
  height: 23px;
  border-radius: 30px;
  margin: 0 10px;
  float: left;
  overflow: hidden;
  margin-top: 1.3rem;
  cursor: pointer;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.5);
  transition: all 150ms;
}

.flags div:hover {
  box-shadow: none;
}

.flags div img {
  width: 200%;
  margin-top: -50%;
  margin-left: -50%;
  filter: grayscale(100%);
}

.flags div img:hover {
  filter: grayscale(60%);
}

.flags div .aktiveflag {
  filter: grayscale(0%);
}

.cart div {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 1.0rem;
  float: right;
}

.cart img {
  transition: all 150ms;
}

.cart img:hover {
  filter: saturate(2);
}

.logos img {
  height: auto;
  width: 100%;
  margin-top: 6px;
  padding-left: 20px;
}

/* DAkkS Logo muss auf weißem Hintergrund laufen! */
.content.startseite {
  background-image: linear-gradient(to bottom, #fff 168px, #efefef 168px);
}

@media (max-width: 840px) {
  .content.startseite {
    background-image: linear-gradient(to bottom, #fff 20vw, #efefef 20vw);
  }
}

.startseite-logos img {
  max-width: 800px;
  height: auto;
  margin-top: -20px;
}

img.img-head {
  width: 100%;
  height: auto;
  max-width: 800px;
}

img.border {
  border: 1px solid #a6a6a6;
}

.downloads img.border {
  max-height: 270px;
  object-fit: cover;
  transition: all 0.2s;
}

img.effect {
  transition: all 0.2s;
}

.downloads a:hover img.border, a:hover img.effect {
  filter: saturate(1.8);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.4);
}

div.breadcrumb {
  height: auto;
  width: auto;
  float: left;
  margin-top: 30px;
}

div.breadcrumb a {
  font-size: 1.1rem;
  color: #0053ae;
}

div.breadcrumb a:hover {
  color: #3491f7;
}

/***********HEAD END*********/
/***********MAIN*************/
h1 {
  line-height: 3.5rem;
  font-family: 'Open Sans', sans-serif;
  font-size: 3rem;
  font-weight: 300;
  letter-spacing: -1px;
  text-align: center;
  padding: 5px;
  margin: 0;
}

h3 {
  font-style: italic;
  font-weight: 400;
  font-size: 1.4rem;
  font-family: "Lato", sans-serif;
  color: #3491f7;
  text-align: center;
  padding: 5px;
  padding-top: 0;
  margin: 0;
}

h4 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: black;
  text-align: left;
  padding: 5px;
  padding-top: 0;
  margin: 0;
}

h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: black;
  text-align: center;
  padding: 5px;
  padding-top: 0;
  margin: 0;
}

p {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
  padding: 8px;
}

ul, ol {
  padding-left: 22px;
  margin: 0;
}

ul.text-center,
ol.text-center {
  padding-left: 10%;
  margin: 0;
}

ul li,
ol li {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-align: left;
  margin: 0;
  padding: 2px;
}

div.main {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 0;
  margin-top: 135px;
  overflow: hidden;
}

@keyframes animation-main {
  from {
    margin-top: 135px;
  }

  to {
    margin-top: 0px;
  }
}

@keyframes animation-main-backwards {
  from {
    margin-top: 0px;
  }

  to {
    margin-top: 135px;
  }
}

div.main-scroll {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 0;
  margin-top: 0px;
  overflow: hidden;
  animation-name: animation-main;
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
}

div.main-scroll-reverse {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 0;
  margin-top: 135px;
  overflow: hidden;
  animation-name: animation-main-backwards;
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
}

div.color_gray {
  background: rgb(239, 239, 239);
  padding-top: 20px;
}

div.color_blue {
  background: #0087cd;
}

div.color_white {
  background: #FFFFFF;
}

div.color_darkblue {
  background: #0087cd;
}

.margin-bottom-25 {
  margin-bottom: 25px;
}

.text_center {
  text-align: center;
}

.text_white {
  color: white;
}

.text_left {
  text-align: left;
}

.text_right {
  text-align: right;
}

a.btn {
  background-color: #3491f7;
  border-color: #3491f7;
  color: #ffffff;
  padding: 0.75rem 2.1874rem;
  font-size: 1rem;
  line-height: 1.33333;
  border-radius: 3px;
  font-weight: 400;
  letter-spacing: 2px;
  font-family: 'Lato', sans-serif;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
}

a.btn_more {
  display: inline-block;
  background-color: #3491f7;
  border-color: #3491f7;
  color: #ffffff;
  padding: 0.75rem 2.1874rem;
  font-size: 1rem;
  line-height: 1.33333;
  border-radius: 3px;
  font-weight: 400;
  letter-spacing: 2px;
  font-family: 'Lato', sans-serif;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  text-decoration: none;
}

.btn_more span::before {
  content: "\f107";
  font-family: 'Awesome';
  margin-right: 5px;
  margin-top: -8px;
  font-size: 1.8rem;
  display: inline-block;
  transform: translateY(4px);
}

div.bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  /* z-index: 0; */
  z-index: -1;
}

div.bg-paralax {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  /* z-index: 0; */
  z-index: -1;
  opacity: 0.3;
}

div.bg-paralax.brightness-reduced {
  filter: brightness(0.7);
}

a.btn_top {
  background-color: #3491f7;
  border-color: #3491f7;
  color: #ffffff;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  line-height: 1.33333;
  border-radius: 3px;
  font-weight: 400;
  letter-spacing: 0;
  font-family: 'Lato', sans-serif;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
}

.btn_top span::before {
  content: "\f106";
  font-family: 'Awesome';
  margin: 0;
  font-size: 1.8rem;
  display: inline-block;
  transform: translateY(2px);
}

div.img_box {
  width: 90%;
  height: auto;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

div.img_box .custom-slider-small {
  margin-bottom: 0;
}

.img_box div.img_text {
  width: 90%;
  height: auto;
  /* min-height: 40px; */
  min-height: 50px;
  margin: 0 auto;
  padding: 10px 20px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: -1px;
  font-size: 0.8em;
  line-height: 1.2;
  border-bottom: 1px solid lightgray;
  margin-bottom: 20px;
  z-index: 1;
  color: #3491f7;
}

.img_box div.img_text.noborder {
  border-bottom: none;
}

.img_box div.img_text span {
  white-space: nowrap;
  margin-left: -11px;
}

.img_box div.img_text_blue {
  width: 100%;
  height: 40px;
  margin: 0 auto;
  padding: 10px;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: -1px;
  font-size: 2em;
  margin-bottom: 5px;
  margin-top: -35px;
  color: #0087cd;
}

.img_box div.img_text_left {
  width: 100%;
  height: 40px;
  margin: 0 auto;
  padding: 10px;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: -1px;
  font-size: 0.8em;
  line-height: 1.2;
  margin-bottom: 10px;
  font-weight: bold;
}

/* ============================================================
   Silizium-Kugel
   ============================================================ */
div.silizium-kugel {
  width: 100%;
  /* max-width: 1200px; */
  background-image: linear-gradient(180deg, #fff 40%, #31a9df 40%, #31a9df 86%, #e2cba9 86%);
}

div.silizium-kugel img {
  max-height: 500px;
  width: auto;
}

div.silizium-kugel h1 {
  color: #fff;
}

div.silizium-kugel h1 sub {
  font-size: 70%;
  vertical-align: -moz-middle-with-baseline;
}

div.silizium-kugel h2 {
  color: #222;
  font-size: 1.4rem;
}

div.silizium-kugel .flex-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: end;
  gap: 3rem;
}

/* Startseite Infobox */
.infobox.infobox-desktop {
  display: block;
}

.infobox.infobox-mobile {
  display: none;
}

@media (max-width: 1100px) {
  html {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
  }

  .infobox.infobox-desktop {
    display: none;
  }

  .infobox.infobox-mobile {
    display: inline-block;
    width: 100%;
    position: relative;
  }

  div.bg-paralax img {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
  }

  div.silizium-kugel {
    padding-left: 10px;
  }

  div.silizium-kugel .flex-row {
    margin-top: 20px;
    flex-direction: column;
    align-items: center;
  }

  div.silizium-kugel img {
    max-height: 200px;
  }

  .downloads img.border {
    max-height: initial;
  }
}

@media (max-width: 600px) {
  div.silizium-kugel h1 {
    font-size: calc(1rem + 2vw);
  }

  div.silizium-kugel h2 {
    font-size: calc(0.4rem + 2vw);
  }

  div.img_box .custom-slider-small {
    margin-bottom: 11px;
  }

  .footer-default .img_box div.img_text {
    display: table-row;
    transform: translateY(25px);
  }

  a.btn {
    display: inline-block;
  }

  a.btn_more {
    padding: 0.5rem;
    font-size: 0.8rem;
    letter-spacing: 1px;
    line-height: 1.2;
  }

  .btn_more span::before {
    font-size: 1.6rem;
  }
}

div.footer {
	width: 100%;
	height: auto;
	position: relative;
	background-color: #f0f0f0;
	background-color: #ecf8ff;
	background-image: linear-gradient(to bottom, #c8ebff, #fff);
	background-repeat: no-repeat;
	border-top: 10px solid #3491f7;
	min-height: 160px;
}

div.footer.footer-logos {
	width: 100%;
	height: auto;
	position: relative;
	background-color: #fff;
	background-image: linear-gradient(to bottom, #fff, #fff);
	border-top: 1px solid #e1f0f9;
	border-top: none;
	min-height: auto;
	padding-top: 20px;
}

.footer div.footer_box {
  width: 80%;
  height: auto;
  overflow: hidden;
  position: relative;
  margin: 30px auto;
}

.footer .footer_box a {
  font-family: 'Open Sans', sans-serif;
  /*font-family: 'Montserrat', sans-serif;*/
  color: #0053ae;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.3em;
}

.footer .footer_box p {
  font-family: 'Open Sans', sans-serif;
  color: #0087cd;
  font-size: 0.92rem;
  font-weight: 400;
  padding-top: 1px;
}

.footer img.footer-logos {
  max-width: 800px;
  height: auto;
}

div.header_img img {
  width: 100%;
  height: auto;
}

div.no-padding {
  padding: 0;
}

p.text-center {
  text-align: center;
}

p.text-gray {
  color: #8c8c8c;
}

.text_colums {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
  -webkit-column-gap: 40px;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 40px;
  /* Firefox */
  column-gap: 40px;
  text-align: left;
}

div.blue_box h1 {
  font-weight: bold;
  padding: 0;
  color: #0087cd;
  text-align: left;
  line-height: 45px;
}

div.blue_box p {
  color: white;
}

table.data-table {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.8rem;
  width: auto;
  background-color: white;
  margin: 0 auto;
  position: relative;
}

table.table-text-right {
  text-align: right;
}

table.data-table th {
  border-bottom: 1px solid black;
  min-width: 80px;
}

table.data-table tbody tr:nth-child(even) {
  background-color: #eff1ff;
  /*#f5efe3;*/
}

/* WORD -> HTML Tabelle */
table.MsoTableGrid {
  width: 100% !important;
}

/* make table scrollable on mobile devices */
div.WordSection1,
div.table-responsive {
  overflow-x: auto;
}

/* ============================================================
   Go top
   ============================================================ */
.go-top {
  position: fixed;
  z-index: 4;
  right: 2rem;
  bottom: 2rem;
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  background-color: #3491f7;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  color: #36c;
  cursor: pointer;
  padding: 12px;
  opacity: 0;
  border-radius: 3px;
  box-sizing: content-box;
  transition: all 150ms;
  /* mix-blend-mode: difference; */
}

.go-top::before {
  object-fit: contain;
  content: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48cGF0aCBkPSJNMjQwLjk3MSAxMzAuNTI0bDE5NC4zNDMgMTk0LjM0M2M5LjM3MyA5LjM3MyA5LjM3MyAyNC41NjkgMCAzMy45NDFsLTIyLjY2NyAyMi42NjdjLTkuMzU3IDkuMzU3LTI0LjUyMiA5LjM3NS0zMy45MDEuMDRMMjI0IDIyNy40OTUgNjkuMjU1IDM4MS41MTZjLTkuMzc5IDkuMzM1LTI0LjU0NCA5LjMxNy0zMy45MDEtLjA0bC0yMi42NjctMjIuNjY3Yy05LjM3My05LjM3My05LjM3My0yNC41NjkgMC0zMy45NDFMMjA3LjAzIDEzMC41MjVjOS4zNzItOS4zNzMgMjQuNTY4LTkuMzczIDMzLjk0MS0uMDAxeiIvPjwvc3ZnPg==');
  filter: invert(1);
}

.go-top.show:hover {
  opacity: 1 !important;
  padding-top: 9px;
  padding-bottom: 15px;
}

.go-top.show {
  animation: go-top-fade-in 0.8s ease-in-out forwards;
}

.go-top.hide {
  animation: go-top-fade-out 0.8s ease-in-out forwards;
}

@keyframes go-top-fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 0.8;
  }
}

@keyframes go-top-fade-out {
  from {
    opacity: 0.8;
  }

  to {
    opacity: 0;
  }
}

/* ============================================================
   Karriere, Stellenbörse
   ============================================================ */
.job-item {
  /* background: #fdfdf8;
  border: 1px solid #f6ebab; */
  background: #f9fdff;
  border: 1px solid #b7f4ff;
  padding: 20px;
  margin-bottom: 40px;
}

.job-item h2 {
  font-size: 1.6rem;
}

/* ============================================================
   Table Striped
   ============================================================ */
table.table-striped {
  width: 100%;
  border: none;
  margin-top: 10px;
}

table.table-striped td {
  padding: 10px;
  color: #363638;
  empty-cells: show;
  word-break: break-all;
  word-wrap: break-word;
}

table.table-striped td:last-child {
  border-right: none;
}

table.table-striped tr:last-child td {
  border-bottom: none;
}

table.table-striped tr:hover td {
  color: #000;
  background-color: #e5effd;
  transition: all 0.1s linear;
}

/* Jede 2. Zeile andersfarbig */
table.table-striped tr:nth-child(odd) {
  background-color: #e2e2e2;
}

table.table-striped tr:nth-child(even) {
  background-color: #f2f2f2;
}

/* Links innerhalb der Layout Tabellen normal umbrechen  */
table.table-striped a, table.table-striped-white a {
  white-space: normal;
}

div.blue-left {
  border-left: 4px solid #0087cd;
  margin-top: 30px;
  margin-bottom: 30px;
}

.fu.punktlich::before {
  content: "\f1da";
  transform: rotatey(180deg);
  top: 0px;
}

.fu.individuell::before {
  content: "\f06e";
  top: 0px;
}

.fu.qualitaet::before {
  content: "\f087";
  top: 0px;
}

.fu.sonder::before {
  content: "\f27a";
  top: 0px;
}

.fu.safe::before {
  content: "\f132";
  top: 0px;
}

.fu.price::before {
  content: "\f0ec";
  top: 0px;
}

.fu.service::before {
  content: "\f0ad";
  top: 0px;
}

table.messe {
  width: auto;
  margin: 0 auto;
  position: relative;
}

table.messe tr td img {
  width: 200px;
  height: auto;
}

table.messe tr td {
  min-width: 200px;
  text-align: left;
  padding-right: 20px
}

.sicons {
  margin-bottom: 2.7rem;
  margin-top: -3.7rem;
}

.sicons-translated {
  transform: translateY(-10px);
}

.imeko {
  width: auto !important;
  height: 120px !important;
}

div.custom-slider-small {
  margin-bottom: 11px;
}

.fu::before {
  font-family: 'Awesome';
  display: block;
  margin-top: -10px;
  position: absolute;
  font-size: 9rem;
  color: #0087cd;
  opacity: 0.2;
  top: 40px;
  z-index: 0;
}

.ic::before {
  font-family: 'Awesome';
  display: block;
  font-size: 1.7rem;
  color: #0087cd;
  opacity: 1;
  z-index: 4;
  width: 1.7rem;
}

.ic.cart {
  display: inline-flex;
}

.ic.cart::before {
  content: "\f07a" !important;
  float: left;
}

.ic.pdf::before {
  content: "\f1c1" !important;
  float: right;
}

.fu:nth-child(odd)::before {
  left: -100px;
}

.fu:nth-child(even)::before {
  right: -100px;
}

.hamburger {
  font-family: 'Awesome';
  right: 16px;
  top: 13px;
  position: absolute;
  font-size: 0;
  line-height: 1;
  color: #0087cd;
  opacity: 1;
  z-index: 9999;
  width: 52px;
  height: 52px;
  cursor: pointer;
}

/*--------------------------------------------------*/
/*	Firmengeschichte
/*--------------------------------------------------*/
div.history_l, div.history_r {
  width: 100%;
  height: auto;
  max-width: 97%;
  padding: 5px 5px 40px 5px;
  /* background-image: linear-gradient(to bottom, #c8ebff 0, #fff 60px); */
}

.history_l h4.break span, .history_r h4.break span {
  font-size: 85%;
}

.history_l h4, .history_r h4 {
  display: block;
  margin-top: 0;
  font-size: 5rem;
  line-height: 60px;
  color: #0087cd;
  opacity: 0.5;
  z-index: 0;
  max-width: 50%;
  margin-left: 12px;
  margin-right: 12px;
  padding-bottom: 20px;
}

.history_r h4 {
  float: right;
}

.history_l h4 {
  float: left;
}

.history_l p {
  text-align: left;
}

.history_r p {
  text-align: right;
}

.history_l ul, .history_r ul {
  display: flow-root;
}

.history_l.min-height, .history_r.min-height {
  min-height: 200px;
}

p.flow-root {
  padding-top: 0;
  display: flow-root;
}

p.text_small {
  font-size: 0.8rem;
  line-height: 1.2;
  color: #222;
}

.form-style-1 {
  margin: 10px auto;
  max-width: 400px;
  padding: 20px 12px 10px 20px;
  font: 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.form-style-1 li {
  padding: 0;
  display: block;
  list-style: none;
  margin: 10px 0 0 0;
}

.form-style-1 label {
  margin: 0 0 3px 0;
  padding: 0px;
  display: block;
  font-weight: bold;
  /*color:#0087cd*/
  color: black !important;
}

.form-style-1 input[type=text],
.form-style-1 input[type=date],
.form-style-1 input[type=datetime],
.form-style-1 input[type=number],
.form-style-1 input[type=search],
.form-style-1 input[type=time],
.form-style-1 input[type=url],
.form-style-1 input[type=email],
textarea,
select {
  box-sizing: border-box;
  border: 1px solid #BEBEBE;
  padding: 7px;
  margin: 0px;
  transition: all 0.30s ease-in-out;
  outline: none;
}

.form-style-1 input[type=text]:focus,
.form-style-1 input[type=date]:focus,
.form-style-1 input[type=datetime]:focus,
.form-style-1 input[type=number]:focus,
.form-style-1 input[type=search]:focus,
.form-style-1 input[type=time]:focus,
.form-style-1 input[type=url]:focus,
.form-style-1 input[type=email]:focus,
.form-style-1 textarea:focus,
.form-style-1 select:focus {
  box-shadow: 0 0 8px #88D5E9;
  border: 1px solid #88D5E9;
}

button, input[type=button], input[type=submit] {
  cursor: pointer;
  transition: all 150ms;
}

.form-style-1 .field-divided {
  width: 28%;
}

.form-style-1 .field-long {
  width: 70%;
}

.form-style-1 .field-100 {
  width: 100%;
}

.form-style-1 .field-textarea {
  height: 100px;
}

.form-style-1 input[type=submit], .form-style-1 input[type=button] {
  background: #0087cd;
  padding: 8px 15px 8px 15px;
  border: none;
  color: #fff;
}

.form-style-1 input[type=submit]:hover, .form-style-1 input[type=button]:hover {
  background: #4691A4;
  box-shadow: none;
}

.form-style-1 .required {
  color: red;
}

/*--------------------------------------------------*/
/*	Accordeon bei Fertigungskompetenz
/*--------------------------------------------------*/
div .accordeon {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 10px;
}

div.accordeon-head {
  width: 100%;
  height: 40px;
  cursor: pointer;
}

.accordeon-head div.sign::before {
  float: left;
  color: #fff;
  content: "\f055";
  font-family: 'Awesome';
  font-weight: 400;
  font-size: 125%;
  margin-right: 3px;
  transform: translateY(9px);
}

.accordeon-head div.sign.open::before {
  content: "\f055";
}

.accordeon-head div.sign.closed::before {
  content: "\f056";
}

.accordeon-head p {
  float: left;
  color: #ffffff;
  font-size: 1.1rem;
  width: 90%;
}

.open--head p {
  /* font-weight: 600; */
}

.open--head p span {
  color: white;
}

div.accordeon-body {
  width: 100%;
  height: auto;
  display: none;
  overflow: hidden;
  padding-left: 16px;
  padding-bottom: 20px;
}

p.slinks a {
  text-decoration: none;
  cursor: pointer;
}

p.slinks a:hover {
  color: #3491f7;
}

.simplycal {
  color: #95c12b;
}

.content-simplycal {
  background: #434242;
}

/*--------------------------------------------------*/
/*	Kontaktformular
/*--------------------------------------------------*/
div.form-block {
  position: relative;
  padding: 30px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.85);
}

form {
  font-family: inherit;
  position: relative;
}

form a {
  font-weight: 500;
}

form div.column2 {
  column-count: 2;
  column-gap: 1rem;
  display: flex;
  flex-direction: row;
}

form input, form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  border: 1px solid #ccc;
  transition: all 150ms;
}

form input:focus, form textarea:focus {
  border-color: #3491f7;
}

form .pflicht {
  color: #767676;
  font-size: 90%;
  text-align: right;
  /* margin-bottom: 10px; */
  /* padding-right: 20px; */
}

form label div, form .hinweis {
  position: relative;
  font-size: 17px;
  line-height: 1.3;
  text-align: left;
}

form label div a::before {
  transform: translateY(3px) !important;
}

form .hinweis {
  color: #666;
  padding-left: 32px;
}

form textarea {
  min-height: 140px;
  max-height: 50vh;
  width: 100%;
  overflow: auto;
  resize: vertical;
}

@media (max-width: 920px) {
  form div.column2 {
    column-count: unset;
    display: block;
  }

  form label div, form .hinweis {
    -webkit-hyphens: auto;
    hyphens: auto;
    text-align: justify;
  }

  form .pflicht {
    /* padding-right: 40px; */
  }

  form label div, form .hinweis {
    /* width: 96%; */
  }
}

/* ============================================================
   Animated Form Submit Button
   ============================================================ */
form button[type=submit] {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  letter-spacing: 0.01em;
  display: inline-block;
  position: relative;
  color: #fff;
  background: #168bc8;
  padding: 10px 40px;
  border: none;
  transition: all 0.2s;
  cursor: pointer;
  opacity: 1;
  z-index: 1;
}

form button[type=submit]::after {
  content: '';
  position: absolute;
  z-index: -1;
  transition: all 0.2s linear;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: inherit;
  filter: brightness(0.85);
}

form button[type=submit]:hover,
form button[type=submit]:active {
  color: #fff;
  opacity: 1;
  filter: saturate(2.2);
}

form button[type=submit]:hover::after,
form button[type=submit]:active::after {
  width: 100%;
}

/* ============================================================
   Highlight Label When Checkbox Selected
   ============================================================ */
form input[type=checkbox]+label {
  color: #444;
}

form input[type=checkbox].highlight:checked+label {
  color: #111;
}

form input[type=checkbox]+label.dark {
  color: #666;
}

form input[type=checkbox].highlight:checked+label.dark {
  color: #333;
}

/* ============================================================
   Delightful Checkbox Animation
   ============================================================ */
form input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  max-width: 30px;
  transform: translateY(-20px);
}

form input[type=checkbox]+label {
  display: inline-flex;
  position: relative;
  align-items: center;
  cursor: pointer;
  float: none;
}

form input[type=checkbox]+label>div {
  font-size: 17px;
}

form input[type=checkbox]+label>span {
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
  align-items: center;
  align-self: flex-start;
  margin-top: 0.2em;
  margin-right: 0.7em;
  width: 1.4em;
  height: 1.4em;
  background: transparent;
  border: 2px solid #9e9e9e;
  border-radius: 2px;
  cursor: pointer;
  transition: all 250ms cubic-bezier(.4, .0, .23, 1);
}

form input[type=checkbox]+label:hover>span {
  background: rgba(55, 55, 55, .2);
}

form input[type=checkbox]:checked+label>span {
  border-color: #ffeb3b;
  border-width: 0.7em;
  animation: shrink-bounce 200ms cubic-bezier(.4, .0, .23, 1);
}

form input[type=checkbox]:checked+label>span::before {
  content: "";
  position: absolute;
  top: .8em;
  left: .3em;
  visibility: hidden;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  transform: rotate(45deg);
  transform-origin: 0% 100%;
  animation: checkbox-check 125ms 250ms cubic-bezier(.4, .0, .23, 1) forwards;
}

@keyframes shrink-bounce {
  0% {
    transform: scale(1);
  }

  33% {
    transform: scale(.85);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes checkbox-check {
  0% {
    width: 0;
    height: 0;
    visibility: visible;
    border-color: #333;
    transform: translate3d(0, 0, 0) rotate(45deg);
  }

  33% {
    width: .45em;
    height: 0.2em;
    visibility: visible;
    border-color: #333;
    transform: translate3d(0, 0, 0) rotate(45deg);
  }

  100% {
    width: .45em;
    height: .9em;
    visibility: visible;
    border-color: #333;
    transform: translate3d(0, -.7em, 0) rotate(45deg);
  }
}

/*--------------------------------------------------*/
/*	Ajax Form Submit (with animation)
/*--------------------------------------------------*/
.success-message {
  background-color: #64cb7b;
  font-family: inherit;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
  font-weight: 600;
  padding: 20px;
}

.form-flex {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 100px;
  width: 100%;
}

.slide-up {
  animation: slide-up 0.7s ease-in-out forwards;
}

.slide-down {
  animation: slide-down 0.7s ease-in-out forwards;
}

@keyframes slide-up {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-1000px);
  }
}

@keyframes slide-down {
  from {
    transform: translateY(-1000px);
  }

  to {
    transform: translateY(0);
  }
}

/* ============================================================
   Helper
   ============================================================ */
.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.nowrap {
  white-space: nowrap;
}

.link-list a {
  display: inline-table;
  margin-bottom: 10px;
  position: relative;
}

.w100p {
  width: 100%;
}

.clear {
  clear: both;
}

@media (max-width: 1320px) {
  .center .mitem a.btn-normal, .center .mitem li .dropdown-menu a {
    font-size: calc(0.1rem + 0.82vw);
  }

  div.breadcrumb a {
    font-size: 0.9rem;
  }

  .center .mitem li {
    padding-left: 0;
    padding-right: 0;
  }

  .flags div {
    width: 17px;
    height: 17px;
    margin-left: 7px;
    margin-right: 7px;
  }
}

@media (max-width: 1100px) {
  .history_l p.padding_top, .history_r p.padding_top {
    padding-top: 0;
  }

  .history_r p {
    text-align: left;
  }

  .history_l.min-height, .history_r.min-height {
    min-height: initial;
  }

  .text_mobile_left {
    text-align: left;
  }

  .text_mobile_right {
    text-align: right;
  }

  .text_mobile_center {
    text-align: center;
  }

  iframe {
    width: 100%;
  }

  div.whitespan {
    margin-bottom: 0 !important;
  }

  div.head {
    height: 90px;
  }

  div.head-scroll {
    height: 80px;
  }

  div.head-scroll-reverse {
    height: 90px;
  }

  @keyframes animation-head {
    from {
      height: 90px;
      position: fixed;
      background: rgba(229, 229, 229, 1);
    }

    to {
      height: 80px;
      position: fixed;
      background: rgba(229, 229, 229, 0.9);
    }
  }

  @keyframes animation-head-backwards {
    from {
      height: 80px;
      position: fixed;
      background: rgba(229, 229, 229, 0.9);
    }

    to {
      height: 90px;
      position: fixed;
      background: rgba(229, 229, 229, 1);
    }
  }

  h1 {
    line-height: 2.5rem;
    font-family: 'Open Sans', sans-serif;
    font-size: 2rem;
    font-weight: 300;
    letter-spacing: -1px;
    text-align: center;
    padding: 5px;
    margin: 0;
  }

  h3 {
    font-style: italic;
    font-weight: 400;
    font-size: 1.2rem;
    font-family: "Lato", sans-serif;
    color: #3491f7;
    text-align: center;
    padding: 5px;
    padding-top: 0;
    margin: 0;
  }

  h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: black;
    text-align: left;
    padding: 5px;
    padding-top: 0;
    margin: 0;
  }

  h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: black;
    text-align: center;
    padding: 5px;
    padding-top: 0;
    margin: 0;
  }

  p {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    margin: 0;
    padding: 8px;
    width: 100%;
  }

  ul {
    margin: 0;
  }

  ul li {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    margin: 0;
    padding: 2px;
  }

  .footer div.footer_box {
    text-align: center;
    margin: 7px auto;
  }

  .footer div.footer_box img {
    max-width: 300px;
    height: auto;
    margin-bottom: 10px;
  }

  a.btn {
    background-color: #3491f7;
    border-color: #3491f7;
    color: #ffffff;
    padding: 0.75rem 0.3874rem;
    font-size: 0.9rem;
    line-height: 1.6;
    border-radius: 3px;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: 'Lato', sans-serif;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: normal;
    text-align: center;
    text-decoration: none;
  }

  .logos img {
    width: 270px;
  }

  .form-style-1 {
    width: 100%;
  }

  form table tr td {
    width: 100%;
    float: left;
  }

  div.main {
    margin-top: 90px;
  }

  @keyframes animation-main {
    from {
      margin-top: 90px;
    }

    to {
      margin-top: 0px;
    }
  }

  @keyframes animation-main-backwards {
    from {
      margin-top: 0px;
    }

    to {
      margin-top: 90px;
    }
  }

  div.main-scroll {
    margin-top: 0px;
  }

  div.main-scroll-reverse {
    margin-top: 90px;
  }

  .img_box div.img_text_blue {
    font-size: 1.2em;
  }

  div.bg {
    position: relative;
    height: auto;
  }

  .text_colums {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }

  .history_l h4, .history_r h4 {
    max-width: 100%;
    position: relative;
    float: none !important;
    margin: 0;
  }
}

/*--------------------------------------------------*/
/*	2Click-Iframe-Privacy
/*--------------------------------------------------*/
div.privacy-msg {
  width: auto !important;
  position: relative;
}

div.privacy-msg p {
  display: block;
  width: 440px;
  position: absolute;
  border: 1px solid #999;
  background: #fff;
  padding: 5px;
  font-size: 0.9rem;
  line-height: 1.6;
  text-align: center;
  hyphens: none;
  margin-top: 80px;
  left: 50%;
  transform: translate(-50%, 0);
  box-shadow: 0 10px 6px -6px #888;
  z-index: 1;
}

div.privacy-msg a {
  display: block;
  margin: 10px 0;
  text-align: center;
  font-weight: 500;
  color: royalblue;
}

div.privacy-msg input[type=checkbox] {
  display: inline;
  width: auto;
  vertical-align: middle;
  cursor: pointer;
}

div.privacy-msg label {
  display: inline;
  font-size: inherit;
  font-weight: 500;
  color: inherit;
  padding-left: 5px;
  cursor: pointer;
  -webkit-touch-callout: none;
  user-select: none;
}

@media (min-width: 1101px) and (max-width: 1860px) {
  div.privacy-msg p {
    transform: translate(-12vw, 0);
  }
}

@media (max-width: 730px) {
  div.privacy-msg p {
    left: 20px;
    width: calc(100% - 40px);
    transform: translate(0, 0);
  }
}
