html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

:root {
  --contrastColorInverted: #fff;
  --spaceBetweenSlim: 30px;
  --spaceBetweenColsWide: Min(10vw, 147px);
  --spaceBetweenColsWide: clamp(3.125rem, -3.8035714286rem + 10.8258928571vw, 9.1875rem);
  --baseWidth: 96%;
  --maxWidth: 1504px;
  --maxWidthBig: 1920px;
  --smallRadius: 4px;
  --mainColor: #0385B9;
  --secondColor: #A59D20;
  --fontColor: #5B5B5B;
  --navSpacerColor: #BFBFBF;
}

@keyframes moveLeft {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes moveUp {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
/* chakra-petch-regular - latin */
@font-face {
  font-family: "Chakra Petch";
  font-style: normal;
  font-weight: 400;
  src: url("https://www.glasercad.de/typo3conf/ext/hphglaser/Resources/Public/Fonts/chakra-petch-v2-latin-regular.eot"); /* IE9 Compat Modes */
  src: local("Chakra Petch Regular"), local("ChakraPetch-Regular"), url("https://www.glasercad.de/typo3conf/ext/hphglaser/Resources/Public/Fonts/chakra-petch-v2-latin-regular.eot?#iefix") format("embedded-opentype"), url("https://www.glasercad.de/typo3conf/ext/hphglaser/Resources/Public/Fonts/chakra-petch-v2-latin-regular.woff2") format("woff2"), url("https://www.glasercad.de/typo3conf/ext/hphglaser/Resources/Public/Fonts/chakra-petch-v2-latin-regular.woff") format("woff"), url("https://www.glasercad.de/typo3conf/ext/hphglaser/Resources/Public/Fonts/chakra-petch-v2-latin-regular.ttf") format("truetype"), url("https://www.glasercad.de/typo3conf/ext/hphglaser/Resources/Public/Fonts/chakra-petch-v2-latin-regular.svg#ChakraPetch") format("svg"); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../Fonts/open-sans-v40-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  src: url("../Fonts/open-sans-v40-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  src: url("../Fonts/open-sans-v40-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 500;
  src: url("../Fonts/open-sans-v40-latin-500italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../Fonts/open-sans-v40-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 600;
  src: url("../Fonts/open-sans-v40-latin-600italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

html, body {
  margin: 0;
  padding: 0;
}

body {
  font-size: 16px;
  font-weight: normal;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  color: #5B5B5B;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  background: #fff;
  line-height: 1.875;
}

::-moz-selection {
  background: #0385B9;
  text-shadow: none;
  color: #fff;
}

::selection {
  background: #0385B9;
  text-shadow: none;
  color: #fff;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid rgba(3, 133, 185, 0.2);
  margin: 1em 0;
  padding: 0;
}

img:not(.is_svg), video {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  width: auto;
}

.is_svg {
  display: inline-block;
}

figure {
  margin: 0;
}

.browsehappy {
  margin: 0;
  padding: 0.4em 0;
  background: #ba2a0a;
  font-size: 13px;
  color: #fff;
  text-align: center;
}
.browsehappy a {
  color: #fff !important;
}

a {
  color: #0385B9;
  text-decoration: none;
}

a.link-download {
  padding-left: 25px;
  background: url("https://www.glasercad.de/typo3conf/ext/hphglaser/Resources/Public/Images/pdf-file.svg") no-repeat center left;
  background-size: 15px auto;
}

a[href*="//"] {
  position: relative;
}
a[href*="//"]::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  width: 15px;
  height: 15px;
  min-width: 15px;
  background: var(--mainColor);
  -webkit-mask: url("../Images/external-link.svg") no-repeat center left/100% auto;
          mask: url("../Images/external-link.svg") no-repeat center left/100% auto;
  margin-right: 10px;
  transition: var(--baseTransition);
}

.image > a[href*="//"]::before {
  content: none;
}

.anchor {
  display: block;
  height: 0;
  position: relative;
  top: -200px;
}
@media all and (max-width: 980px) {
  .anchor {
    top: -100px;
  }
}

.allcont ul li {
  padding: 5px 10px 5px 25px;
  position: relative;
}
.allcont ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #0385B9;
  border-radius: 50%;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 1.05em;
}
.allcont ul li ul li {
  padding: 5px 10px 5px 20px;
}
.allcont ul li ul li::before {
  background: rgb(3.8138297872, 169.079787234, 235.1861702128);
}
.allcont ol {
  padding: 0 10px 0 19px;
  list-style-type: auto;
}
.allcont ol li {
  padding-block: 5px;
}

.ce-textpic.ce-intext.ce-right .ce-gallery {
  margin-left: 40px;
  margin-bottom: 20px;
}

.ce-textpic.ce-intext.ce-left .ce-gallery {
  margin-right: 40px;
  margin-bottom: 20px;
}

@media screen and (max-width: 850px) {
  .ce-textpic .ce-gallery {
    float: none;
  }
  .ce-textpic.ce-intext.ce-right .ce-gallery {
    margin-left: 0;
  }
  .ce-textpic.ce-intext.ce-left .ce-gallery {
    margin-right: 0;
  }
}
.ce-gallery img {
  width: 100%;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.frame-space-before-space_before_extra-small {
  margin-top: 20px;
}

.frame-space-before-space_before_small {
  margin-top: 30px;
}

.frame-space-before-space_before_medium {
  margin-top: 40px;
}

.frame-space-before-space_before_large {
  margin-top: 65px;
}
@media screen and (max-width: 650px) {
  .frame-space-before-space_before_large {
    margin-top: 45px;
  }
}

.frame-space-before-space_before_extra-large {
  margin-top: 100px;
}
@media screen and (max-width: 650px) {
  .frame-space-before-space_before_extra-large {
    margin-top: 60px;
  }
}

.frame-space-after-space_after_extra-small {
  margin-bottom: 20px;
}

.frame-space-after-space_after_small {
  margin-bottom: 30px;
}

.frame-space-after-space_after_medium {
  margin-bottom: 40px;
}

.frame-space-after-space_after_large {
  margin-bottom: 65px;
}
@media screen and (max-width: 650px) {
  .frame-space-after-space_after_large {
    margin-bottom: 45px;
  }
}

.frame-space-after-space_after_extra-large {
  margin-bottom: 100px;
}
@media screen and (max-width: 650px) {
  .frame-space-after-space_after_extra-large {
    margin-bottom: 60px;
  }
}

/*Textstile -----------------------------------------*/
.button, .allcont ul.filterlist li a {
  --_a: #0385B9;
  --_b: white;
  display: inline-block;
  color: var(--_a);
  padding: 10px 26px;
  text-decoration: none;
  border: 1px solid var(--_a);
  font-size: 16px;
  line-height: 100%;
  background: var(--_a);
  border-radius: 4px;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-property: all;
  color: var(--_b);
  margin-bottom: 4px;
  font-weight: 600;
}
.button:hover, .allcont ul.filterlist li a:hover {
  background: var(--_b);
  color: var(--_a);
}
.button__secondary {
  --_a: #A59D20;
}
.button__outline {
  background: var(--_b);
  color: var(--_a);
}
.button__outline:hover {
  background: var(--_a);
  color: var(--_b);
}
.button__outline-secondary {
  --_a: #A59D20;
}

a[href*="//"].button.button__outline::before, .allcont ul.filterlist li a[href*="//"].button__outline::before {
  background: var(--mainColor);
}
a[href*="//"].button.button__outline:hover::before, .allcont ul.filterlist li a[href*="//"].button__outline:hover::before {
  background: var(--contrastColorInverted);
}
a[href*="//"].button.button__secondary:hover::before, .allcont ul.filterlist li a[href*="//"].button__secondary:hover::before {
  background: var(--secondColor);
}
a[href*="//"].button.button__outline-secondary::before, .allcont ul.filterlist li a[href*="//"].button__outline-secondary::before {
  background: var(--secondColor);
}
a[href*="//"].button.button__outline-secondary:hover::before, .allcont ul.filterlist li a[href*="//"].button__outline-secondary:hover::before {
  background: var(--contrastColorInverted);
}
a[href*="//"].button::before, .allcont ul.filterlist li a[href*="//"]::before {
  background: var(--contrastColorInverted);
}
a[href*="//"].button:hover::before, .allcont ul.filterlist li a[href*="//"]:hover::before {
  background: var(--mainColor);
}
a[href*="//"].arrow-button::before {
  background: var(--mainColor);
}
a[href*="//"].arrow-button:hover::before {
  background: var(--secondColor);
}
a[href*="//"].special_button::before {
  background: var(--contrastColorInverted);
}

.arrow-button {
  display: inline-flex;
  gap: 0.3em;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-property: color;
}
.arrow-button::after {
  content: "";
  background: currentColor;
  width: 1em;
  height: 1em;
  -webkit-mask: url("https://www.glasercad.de/typo3conf/ext/hphglaser/Resources/Public/Images/btn_arrow.svg") no-repeat center/7px;
          mask: url("https://www.glasercad.de/typo3conf/ext/hphglaser/Resources/Public/Images/btn_arrow.svg") no-repeat center/7px;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-property: transform;
}
.arrow-button:hover {
  color: #A59D20;
}
.arrow-button:hover::after {
  transform: translateX(0.2em);
}

.special_button {
  display: inline-block;
  padding: 23px 70px 23px 75px;
  color: #fff;
  cursor: pointer;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-property: all;
  background: #A59D20 url("https://www.glasercad.de/typo3conf/ext/hphglaser/Resources/Public/Images/btn_arrow-white.svg") no-repeat center right 30px;
  background-size: 9px auto;
  position: relative;
  font: 600 20px "Open Sans", Verdana, Arial, sans-serif;
  margin-bottom: 10px;
}
.special_button:after, .special_button:before {
  content: "";
  position: absolute;
  width: 45px;
  height: 4px;
  background: #fff;
  left: 0;
  top: 32px;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-property: all;
}
.special_button:after {
  top: 39px;
}
.special_button:hover {
  background-color: #0385B9;
}
.special_button + .special_button {
  margin-left: 40px;
}
@media screen and (max-width: 365px) {
  .special_button {
    padding: 15px 40px 15px 50px;
    background: #A59D20 url("https://www.glasercad.de/typo3conf/ext/hphglaser/Resources/Public/Images/btn_arrow-white.svg") no-repeat center right 15px;
    background-size: 9px auto;
  }
  .special_button:after, .special_button:before {
    width: 35px;
    height: 3px;
    top: 25px;
  }
  .special_button:after {
    top: 31px;
  }
}

ul.checklist li, ul.slashlist li {
  position: relative;
  padding: 5px 0 5px 24px;
}
ul.checklist li::before, ul.slashlist li::before {
  all: unset;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  flex-shrink: 0;
}
ul.checklist a, ul.slashlist a {
  color: #5B5B5B;
}
ul.checklist a:hover, ul.slashlist a:hover {
  color: #0385B9;
}
ul.checklist--secondary a:hover, ul.slashlist--secondary a:hover {
  color: #A59D20;
}

ul.checklist li:before {
  width: 14px;
  height: 14px;
  transform: translateY(0.8em);
  background: #0385B9;
  -webkit-mask: url("https://www.glasercad.de/typo3conf/ext/hphglaser/Resources/Public/Images/check.svg") no-repeat center/contain;
          mask: url("https://www.glasercad.de/typo3conf/ext/hphglaser/Resources/Public/Images/check.svg") no-repeat center/contain;
}
ul.checklist--secondary li::before {
  background-color: #A59D20;
}

ul.slashlist li::before {
  content: "//";
  color: #0385B9;
  font-weight: bold;
  transform: translateY(5px);
}
ul.slashlist--secondary li::before {
  color: #A59D20;
}

.bluetext {
  color: #0385B9;
}

.greentext {
  color: #A59D20;
}

.largetext {
  font-size: 1.25rem;
}

.uppercase {
  text-transform: uppercase;
}

.smalltext {
  font-size: 14px;
  line-height: normal;
}

.mail, .phone {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: var(--fontColor);
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-property: color;
}
.mail::before, .phone::before {
  content: "";
  display: inline-block;
  -webkit-mask: no-repeat center/contain;
          mask: no-repeat center/contain;
  background: var(--mainColor);
  width: 1.2em;
  height: 1.2em;
}
.mail:hover, .phone:hover {
  color: var(--secondColor);
}
.mail:hover::before, .phone:hover::before {
  background: currentColor;
}

.phone::before {
  -webkit-mask-image: url("https://www.glasercad.de/typo3conf/ext/hphglaser/Resources/Public/Images/phone.svg");
          mask-image: url("https://www.glasercad.de/typo3conf/ext/hphglaser/Resources/Public/Images/phone.svg");
}

.mail::before {
  -webkit-mask-image: url("https://www.glasercad.de/typo3conf/ext/hphglaser/Resources/Public/Images/mail.svg");
          mask-image: url("https://www.glasercad.de/typo3conf/ext/hphglaser/Resources/Public/Images/mail.svg");
}

.workshop {
  display: inline-block;
  background: url("https://www.glasercad.de/typo3conf/ext/hphglaser/Resources/Public/Images/talk.svg") no-repeat center left;
  background-size: 15px auto;
  padding-left: 30px;
}

.testversion {
  display: inline-block;
  background: url("https://www.glasercad.de/typo3conf/ext/hphglaser/Resources/Public/Images/town.svg") no-repeat center left;
  background-size: 15px auto;
  padding-left: 30px;
}

.atchar {
  display: inline-block;
  background: url("https://www.glasercad.de/typo3conf/ext/hphglaser/Resources/Public/Images/mail-black.svg") no-repeat center left;
  background-size: 15px auto;
  padding-left: 30px;
}

.city {
  display: inline-block;
  background: url("https://www.glasercad.de/typo3conf/ext/hphglaser/Resources/Public/Images/building.svg") no-repeat top 5px left;
  background-size: 16px auto;
  padding-left: 30px;
}

.allcont ul.filterlist {
  display: flex;
}
.allcont ul.filterlist li {
  padding: 0;
}
.allcont ul.filterlist li:before {
  content: none;
}
.allcont ul.filterlist li.active_filter a {
  color: #fff;
  background: #0385B9;
  border-color: #0385B9;
  padding: 15px 30px 15px 55px;
}
.allcont ul.filterlist li.active_filter a:after, .allcont ul.filterlist li.active_filter a:before {
  opacity: 1;
}
.allcont ul.filterlist li + li {
  margin-left: 10px;
}

p:has(:is(.button, .allcont ul.filterlist li a, .arrow-button) + :is(.button, .allcont ul.filterlist li a, .arrow-button)) {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

p:has(.button + .button, .allcont ul.filterlist li a + .button, .allcont ul.filterlist li .button + a, .allcont ul.filterlist li a + a) {
  display: flex;
  gap: 0 5px;
}

p.col-2 {
  flex-wrap: wrap;
  gap: 10px 20px !important;
}
p.col-2 .button, p.col-2 .allcont ul.filterlist li a, .allcont ul.filterlist li p.col-2 a {
  flex-basis: calc(50% - 20px);
  text-align: center;
}
@media all and (max-width: 550px) {
  p.col-2 .button, p.col-2 .allcont ul.filterlist li a, .allcont ul.filterlist li p.col-2 a {
    flex-basis: 100%;
  }
}

.slashes {
  display: inline-flex;
  gap: 0.28em;
}
.slashes::before {
  content: "//";
  color: #A59D20;
  letter-spacing: -3px;
  font-weight: normal;
}

/*Rahmen -----------------------------------------*/
.frame-greybox {
  background: #F1F1F1;
  padding: 2%;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 650px) {
  .frame-greybox {
    padding: 20px 2%;
  }
}

.frame-bluebox {
  background: #0385B9;
  padding: 2%;
  color: #fff;
}
.frame-bluebox h1, .frame-bluebox h2, .frame-bluebox h3, .frame-bluebox h4, .frame-bluebox h5 {
  color: #fff;
}
@media screen and (max-width: 650px) {
  .frame-bluebox {
    padding: 20px 2%;
  }
}
.frame-bluebox .button, .frame-bluebox .allcont ul.filterlist li a, .allcont ul.filterlist li .frame-bluebox a {
  color: #fff;
  border-color: #fff;
}
.frame-bluebox .button:hover, .frame-bluebox .allcont ul.filterlist li a:hover, .allcont ul.filterlist li .frame-bluebox a:hover {
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.7);
}

.frame-greybg {
  background: url("https://www.glasercad.de/typo3conf/ext/hphglaser/Resources/Public/Images/bg.svg") no-repeat center center;
  background-size: cover;
  padding: 2%;
  padding-block: min(10vw, 100px);
}
@media screen and (max-width: 650px) {
  .frame-greybg {
    padding: 20px 2%;
  }
}

.frame-stretchcontent .gridrow, .frame-stretchcontent .gridrow.align__top,
.frame-stretchcontent .gridrow.align__center, .frame-stretchcontent .gridrow.align__bottom {
  align-items: stretch;
}
.frame-stretchcontent .gridrow .ce-gallery, .frame-stretchcontent .gridrow.align__top .ce-gallery,
.frame-stretchcontent .gridrow.align__center .ce-gallery, .frame-stretchcontent .gridrow.align__bottom .ce-gallery {
  margin-bottom: 0;
}
.frame-stretchcontent .gridrow img:not(.is_svg), .frame-stretchcontent .gridrow video, .frame-stretchcontent .gridrow.align__top img:not(.is_svg), .frame-stretchcontent .gridrow.align__top video,
.frame-stretchcontent .gridrow.align__center img:not(.is_svg),
.frame-stretchcontent .gridrow.align__center video, .frame-stretchcontent .gridrow.align__bottom img:not(.is_svg), .frame-stretchcontent .gridrow.align__bottom video {
  height: 100%;
  max-width: inherit;
}
@media screen and (max-width: 850px) {
  .frame-stretchcontent .gridrow img:not(.is_svg), .frame-stretchcontent .gridrow video, .frame-stretchcontent .gridrow.align__top img:not(.is_svg), .frame-stretchcontent .gridrow.align__top video,
  .frame-stretchcontent .gridrow.align__center img:not(.is_svg),
  .frame-stretchcontent .gridrow.align__center video, .frame-stretchcontent .gridrow.align__bottom img:not(.is_svg), .frame-stretchcontent .gridrow.align__bottom video {
    height: auto;
    max-width: 100%;
  }
}

.frame-roundBorder img {
  border-radius: 4px;
  overflow: hidden;
}

.frame-borderImage img {
  border-radius: 100%;
  overflow: hidden;
  border: 2px solid #A59D20;
}
.frame-borderImage .ce-above .ce-gallery {
  margin-bottom: clamp(1.5625rem, -0.2232142857rem + 2.7901785714vw, 3.125rem);
}

/*Layouts -----------------------------------------*/
.head .inner,
.foot > .inner,
.newsletter > .inner {
  width: 96%;
  max-width: 1504px;
  margin-left: auto;
  margin-right: auto;
}

.cont > .frame {
  width: 96%;
  max-width: 1504px;
  margin-left: auto;
  margin-right: auto;
}

.cont > .frame.frame-layout-10 {
  max-width: none;
  width: 100%;
}
.cont > .frame.frame-layout-10.frame-greybox {
  padding: 20px 0;
}

.cont > .frame.frame-layout-20 {
  max-width: none;
  width: 100%;
}
.cont > .frame.frame-layout-20 > .inner {
  width: 96%;
  max-width: 1504px;
  margin-left: auto;
  margin-right: auto;
}

/*Gridelemente-----------------------------------------*/
/*Allgemein*/
.gridrow {
  display: flex;
  display: -webkit-flex;
}
.gridrow .col + .col {
  margin-left: 4%;
}
.gridrow.align__middle {
  align-items: center;
}
.gridrow.align__top {
  align-items: flex-start;
}
.gridrow.align__bottom {
  align-items: flex-end;
}

/*Boxen 2er%*/
.grid2cols > .col {
  width: 48%;
}
.grid2cols[class*=column-color] {
  border-radius: 4px;
  overflow: hidden;
  align-items: stretch;
  --_padding: clamp(4%, 6vw, 60px) clamp(4%, 6vw, 60px);
}
.grid2cols[class*=column-color] .col {
  width: 50%;
}
.grid2cols[class*=column-color] .col > div {
  height: 100%;
}
.grid2cols[class*=column-color] .col > div > .inner {
  height: 100%;
}
.grid2cols[class*=column-color] .col > div > .inner > .text_on_bgimage {
  height: 100%;
}
@media all and (max-width: 850px) {
  .grid2cols[class*=column-color] .col {
    width: 100%;
  }
}
.grid2cols[class*=column-color] .col + .col {
  margin: 0;
}
.grid2cols[class*=column-color] .text_on_bgimage .text {
  padding: var(--_padding);
}
.grid2cols.column-color-left .col1 {
  background: #0385B9;
  color: white;
  padding: var(--_padding);
  display: grid;
  place-content: center;
}
.grid2cols.column-color-left .col1 :is(h1, h2, h3, h4, h5, h6, a) {
  color: white;
}
.grid2cols.column-color-right .col2 {
  background: #0385B9;
  color: white;
  padding: var(--_padding);
}
.grid2cols.column-color-right .col2 :is(h1, h2, h3, h4, h5, h6, a) {
  color: white;
}

/*Boxen 3er%*/
.grid3cols > .col {
  width: 31%;
}

/*Boxen 4er%*/
.grid4cols > .col {
  width: 23%;
}

/*Boxen 5er%*/
.grid5cols > .col {
  width: 18%;
}

/*Boxen 33%-66%*/
.col_pos_33-66 > .col.col1 {
  width: 32%;
}
.col_pos_33-66 > .col.col2 {
  width: 64%;
}

/*Boxen 66%-33%*/
.col_pos_66-33 > .col.col1 {
  width: 64%;
}
.col_pos_66-33 > .col.col2 {
  width: 32%;
}

/*Boxen 20%-80%*/
.col_pos_20-80 > .col.col1 {
  width: 18%;
}
.col_pos_20-80 > .col.col2 {
  width: 78%;
}

/*Boxen 80%-20%*/
.col_pos_80-20 > .col.col1 {
  width: 78%;
}
.col_pos_80-20 > .col.col2 {
  width: 18%;
}

@media all and (max-width: 850px) {
  .gridrow {
    flex-direction: column;
  }
  .gridrow .col + .col {
    margin-left: 0;
    margin-top: 2%;
  }
  .grid2cols > .col,
  .grid3cols > .col,
  .grid4cols > .col,
  .grid5cols > .col {
    width: 100%;
  }
  .col_pos_33-66 > .col.col1, .col_pos_33-66 > .col.col2,
  .col_pos_66-33 > .col.col1,
  .col_pos_66-33 > .col.col2,
  .col_pos_20-80 > .col.col1,
  .col_pos_20-80 > .col.col2,
  .col_pos_80-20 > .col.col1,
  .col_pos_80-20 > .col.col2 {
    width: 100%;
  }
}
/* Content --------------------------------------------------------------------------*/
.site {
  position: relative;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  overflow-x: clip;
}
.site .allcont {
  flex: 1 0 auto;
  padding: min(10vw, 100px) 0 0;
}
.site .allcont .cont > div:last-child {
  margin-bottom: min(6vw, 100px);
}
@media screen and (max-width: 650px) {
  .site .allcont {
    padding: 60px 0 0;
  }
  .site .allcont .cont > div:last-child {
    margin-bottom: 60px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  margin: 0;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  line-height: 1.2;
  color: #5B5B5B;
  text-wrap: balance;
}
h1:has(+ *), h2:has(+ *), h3:has(+ *), h4:has(+ *), h5:has(+ *), h6:has(+ *) {
  padding-bottom: 0.8em;
}
h1:has(+ h6), h2:has(+ h6), h3:has(+ h6), h4:has(+ h6), h5:has(+ h6), h6:has(+ h6) {
  padding-bottom: 0.6em;
}

h1 {
  font-size: clamp(1.875rem, 0.4464285714rem + 2.2321428571vw, 3.125rem);
  display: flex;
  gap: 0.28em;
  font-weight: 500;
}
h1::before {
  content: "//";
  color: #A59D20;
  letter-spacing: -3px;
  font-weight: normal;
}
h1.text-center {
  justify-content: center;
}
h1.text-right {
  justify-content: flex-end;
}

h2 {
  font-size: clamp(1.5625rem, 0.1339285714rem + 2.2321428571vw, 2.8125rem);
}

h3 {
  font-size: clamp(1.4375rem, 0.9375rem + 0.78125vw, 1.875rem);
  font-weight: 400;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 18px;
}
h6 + p {
  padding-top: 0;
}

:is(h1, h2, h3, h4, h5, h6) {
  -webkit-hyphens: auto;
          hyphens: auto;
  hyphenate-limit-chars: auto 5;
  hyphenate-limit-lines: 2;
  -webkit-hyphenate-limit-before: 5;
  -webkit-hyphenate-limit-after: 5;
  -webkit-hyphenate-limit-lines: 2;
}

:is(h4, h5, h6)::before {
  content: none;
}

p + p {
  margin-top: 1.3em;
}

p + h1,
p + h2,
p + h3,
p + h4,
p + h5 {
  margin-top: 1.3rem;
}

i, em {
  font-style: italic;
}

strong, b {
  font-weight: 700;
}

.cont header {
  margin-bottom: 10px;
}

.head {
  position: sticky;
  top: 0;
  z-index: 99999;
  left: 0;
  background: transparent;
  width: 96%;
  border-radius: 12px;
  max-width: 1504px;
  margin-inline: auto;
  padding-top: 24px;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-property: background-color, top, padding-top;
}
.head a {
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-property: color;
  color: #5B5B5B;
}
.head .headnav {
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-property: all;
  position: relative;
  z-index: 100;
}
.head .headnav .inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: 1504px;
  width: 96%;
  padding: 15px 0;
  margin: 0 auto;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-property: all;
}
.head .headnav .inner > ul {
  display: flex;
}
.head .headnav .inner > ul li + li {
  margin-left: 35px;
}
@media all and (min-width: 980px) {
  .head .headnav + .head2 .inner .left .logo {
    margin-top: 0 !important;
  }
}
.head .head2 {
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-property: all;
  position: relative;
  z-index: 1000;
  width: 100%;
  transform: translateY(0);
  z-index: 90;
}
.head .head2 .inner {
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-property: all;
  max-width: 1504px;
  width: var(--baseWidth);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid var(--contrastColorInverted);
}
.head .head2 .inner .left {
  display: flex;
  width: 100%;
  align-items: flex-end;
  justify-content: space-between;
}
.head .head2 .inner .left .logo {
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-property: all;
  background: url(https://www.glasercad.de/typo3conf/ext/hphglaser/Resources/Public/Images/glaser-logo.png) no-repeat center/contain;
  margin-block: 16px;
  width: 234px;
  height: 43px;
}
@media (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .head .head2 .inner .left .logo {
    /* on retina, use image that's scaled by 2 */
    background-image: url("https://www.glasercad.de/typo3conf/ext/hphglaser/Resources/Public/Images/glaser-logo2x.png");
    background-size: 100% auto;
  }
}
.head .head2 .inner .left .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.head .head2 .inner .left .logo a span {
  display: none;
}
.head .head2 .inner .right {
  display: flex;
  padding-bottom: 12px;
}
.head .head2 .inner .right .search {
  width: 40px;
  height: 40px;
}
.head .head2 .inner .right .search > a {
  background: #5B5B5B;
  -webkit-mask: url("https://www.glasercad.de/typo3conf/ext/hphglaser/Resources/Public/Images/search.svg") no-repeat center/16px auto;
          mask: url("https://www.glasercad.de/typo3conf/ext/hphglaser/Resources/Public/Images/search.svg") no-repeat center/16px auto;
  display: block;
  width: 40px;
  height: 40px;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-property: background-color;
}
.head .head2 .inner .right .search > a span {
  display: none;
}
@media screen and (max-width: 980px) {
  .head .headnav .inner {
    padding: 0;
  }
  .head .headnav .inner ul {
    display: none;
  }
  .head .headnav .inner .login {
    position: absolute;
    top: 10px;
    right: 70px;
  }
  .head .headnav .inner .langswitchwrap {
    position: absolute;
    top: 10px;
    right: 2%;
  }
  .head .head2 .inner .left {
    justify-content: space-between;
  }
  .head .head2 .inner .left .logo {
    margin-block: 20px;
  }
  .head .head2 .inner .right {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 550px) {
  .head .headnav .inner .login {
    top: 5px;
    right: 70px;
  }
  .head .headnav .inner .langswitchwrap {
    top: 5px;
  }
  .head .head2 {
    padding-top: 10px;
  }
  .head .head2 .inner {
    align-items: center;
  }
  .head .head2 .inner .left .logo {
    margin-block: 10px;
    height: 55px;
    width: 221px;
  }
  .head .head2 .inner .right {
    padding-bottom: 0;
  }
}

.head:has(+ #subhead > #subhead2 > *):not(.stickyhead) {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 96%;
  z-index: 100;
}
.head:has(+ #subhead > #subhead2 > *):not(.stickyhead) .head2 {
  border-color: #5B5B5B;
}
.head:has(+ #subhead > #subhead2 > *):not(.stickyhead) .head2 .inner .left .logo {
  background-image: url(https://www.glasercad.de/typo3conf/ext/hphglaser/Resources/Public/Images/glaser-logo-white.png);
}
@media (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .head:has(+ #subhead > #subhead2 > *):not(.stickyhead) .head2 .inner .left .logo {
    /* on retina, use image that's scaled by 2 */
    background-image: url("https://www.glasercad.de/typo3conf/ext/hphglaser/Resources/Public/Images/glaser-logo2x-white.png");
    background-size: 100% auto;
  }
}
.head:has(+ #subhead > #subhead2 > *):not(.stickyhead) .head2 .inner .right .search > a {
  background-color: white;
}
.head:has(+ #subhead > #subhead2 > *):not(.stickyhead) a:not(:where(.subnav *)):not(:where(.search *)) {
  color: var(--contrastColorInverted);
}
/* STICKY NAV */
.head.stickyhead {
  position: sticky;
  background: var(--contrastColorInverted);
  top: 20px;
  padding-top: 0;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
}
.head.stickyhead:has(+ #subhead > #subhead2 > *) {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
}
.head.stickyhead .headnav .inner {
  padding: 10px 0;
}
.head.stickyhead .head2 {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
}
.head.stickyhead .head2 .inner .left {
  justify-content: space-between;
}
.head.stickyhead .head2 .inner .left .logo {
  width: 234px;
  height: 43px;
  margin-block: 20px;
}
@media screen and (max-width: 980px) {
  .head.stickyhead .head2 .inner .left .logo {
    margin-block: 20px;
  }
  .head.stickyhead .headnav .inner {
    padding: 0;
  }
}
@media screen and (max-width: 550px) {
  .head.stickyhead .head2 .inner .left .logo {
    margin-block: 10px;
    height: 55px;
    width: 210px;
  }
}
@media screen and (max-width: 365px) {
  .head.stickyhead .head2 .inner .left .logo {
    margin-block: 10px;
    height: 45px;
    width: 180px;
  }
}

#subhead #subhead2 {
  overflow: hidden;
}
#subhead #subhead2 > .frame > .inner {
  max-width: 4048px;
  margin: 0 auto;
}
@media screen and (max-width: 1540px) {
  #subhead #subhead2.withSidebar > .frame > .inner {
    width: 96%;
    padding-right: 50px;
  }
}
@media screen and (max-width: 650px) {
  #subhead #subhead2.withSidebar > .frame > .inner {
    padding-right: 0;
  }
}

/*headnav--------------------------------------*/
.head:has(.headnav) .nav > li > a {
  padding-top: 5px;
}

.head .headnavmenu {
  display: none;
}
.head .nav {
  list-style-type: none;
  display: flex;
  gap: 0 30px;
}
.head .nav > li {
  list-style: none;
  position: relative;
}
.head .nav > li a {
  display: block;
  text-decoration: none;
  color: #5B5B5B;
}
.head .nav > li > a {
  padding: 17px 16px 17px;
  font-weight: 600;
  position: relative;
}
.head .nav > li > a::after {
  content: "";
  top: calc(100% - 15px);
  width: calc(100% - 32px);
  min-width: 30px;
  position: absolute;
  height: 2px;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  background: white;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-property: transform;
}
.head .nav > li.over > .subnav, .head .nav > li.over > a, .head .nav > li:hover > .subnav {
  display: flex;
}
.head .nav > li.over > a, .head .nav > li:hover > a, .head .nav > li.active > a, .head .nav > li.act > a {
  color: #0385B9;
}
.head .nav > li.over > a::after, .head .nav > li:hover > a::after, .head .nav > li.active > a::after, .head .nav > li.act > a::after {
  transform: translateX(-50%) scaleX(1);
}
@media all and (min-width: 1240px) {
  .head .nav > li.first.sub {
    position: static;
  }
  .head .nav > li.first.sub:hover > .megaMenu, .head .nav > li.first.sub.over > .megaMenu {
    display: flex;
  }
  .head .nav > li.first.sub .megaMenu {
    position: absolute;
    padding: 30px;
    inset-inline: 0;
    border-radius: 8px;
    border: 1px solid #fff;
    background: #fff;
    display: none;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }
  .head .nav > li.first.sub .megaMenu .subnav {
    display: grid;
    justify-content: center;
    align-content: start;
    position: relative;
    left: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
    flex: 1;
  }
  .head .nav > li.first.sub .megaMenu .subnav .megaTitle {
    font-weight: 600;
    gap: 0.3em;
    display: flex;
    margin-bottom: 10px;
  }
  .head .nav > li.first.sub .megaMenu .subnav .megaTitle::before {
    content: "//";
    color: #A59D20;
  }
  .head .nav > li.first.sub .megaMenu .subnav li {
    background: none;
  }
  .head .nav > li.first.sub .megaMenu .subnav li a {
    background: none;
    line-height: 1.3;
  }
  .head .nav > li.first.sub .megaMenu .subnav li a[href*="//"]::before {
    background: var(--fontColor);
  }
  .head .nav > li.first.sub .megaMenu .subnav li a[href*="//"]:hover::before, .head .nav > li.first.sub .megaMenu .subnav li a[href*="//"]:focus-visible::before {
    background: var(--secondColor);
    top: 3px;
  }
  .head .nav > li.first.sub .megaMenu .subnav + .subnav::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: max(40px, 100% - 60px);
    border-left: 1px solid #BFBFBF;
  }
}
.head .nav > li.sub > a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(calc(-50% - 1px));
  width: 10px;
  height: 10px;
  background: currentColor;
  -webkit-mask: url("../Images/arrowdown.svg") no-repeat center/contain;
          mask: url("../Images/arrowdown.svg") no-repeat center/contain;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-property: transform, background-color;
}
.head .nav > li.sub.over > a::before {
  transform: translateY(calc(-50% - 1px)) rotate(180deg);
}
.head .nav > li .subnav {
  display: none;
  flex-direction: column;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  width: -moz-max-content;
  width: max-content;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.head .nav > li .subnav:where(.last *) {
  left: auto;
  right: -40px;
}
.head .nav > li .subnav li a {
  color: #5B5B5B;
  font-weight: 400;
  padding: 5px clamp(1.25rem, 0.5357142857rem + 1.1160714286vw, 1.875rem);
  white-space: nowrap;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-property: transform, color;
}
.head .nav > li .subnav li:first-child > a {
  padding-top: clamp(0.9375rem, 0.2232142857rem + 1.1160714286vw, 1.5625rem);
}
.head .nav > li .subnav li:last-child > a {
  padding-bottom: clamp(0.9375rem, 0.2232142857rem + 1.1160714286vw, 1.5625rem);
}
.head .nav > li .subnav li:hover > a, .head .nav > li .subnav li.over > a, .head .nav > li .subnav li.active > a, .head .nav > li .subnav li.act > a {
  color: #A59D20;
  transform: translateX(3px);
}
.head .nav > li .subnav li.over > .subnav, .head .nav > li .subnav li.over > a, .head .nav > li .subnav li:hover > .subnav {
  display: flex;
}
.head .nav > li .subnav li + li {
  border-top: 1px solid #fff;
}
.head .nav > li .subnav li > .subnav {
  left: 100%;
  padding-left: 5px;
  top: 0;
}
.head .nav > li.has_sub > a {
  position: relative;
  padding-right: 40px;
}
.head .nav > li.has_sub > a::after {
  content: url("../Images/btn_arrow.svg");
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg) scale(0.8);
  filter: brightness(0) invert(1);
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-property: all;
}
.head .nav > li.has_sub.over > a::after {
  transform: translateY(-50%) rotate(0deg) scale(0.8);
}
.head .nav a.phone::before {
  top: 50%;
  transform: translateY(-50%) scale(1.1);
}
.head .nav a.phone:hover::before {
  transform: translateY(-50%) scale(1.2);
}
.head.stickyhead .nav > li > a::after {
  background: #5B5B5B;
}
.head:not(.stickyhead):not(:has(+ #subhead > #subhead2 > *)) .nav > li > a::after {
  background: #5B5B5B;
}

.showSub, .open_nav {
  display: none;
}

/*suche*/
.tx-indexedsearch-searchbox #tx_indexedsearch {
  width: 50%;
  margin: 0 auto;
  background: #F1F1F1;
  padding: 3%;
}
.tx-indexedsearch-searchbox #tx_indexedsearch legend {
  text-align: center;
  color: #0385B9;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}
.tx-indexedsearch-searchbox #tx_indexedsearch .tx-indexedsearch-form label {
  display: none;
}
.tx-indexedsearch-searchbox #tx_indexedsearch .tx-indexedsearch-search-submit input.tx-indexedsearch-searchbox-button {
  margin-top: 20px;
}
.tx-indexedsearch-searchbox #tx_indexedsearch .tx-indexedsearch-search-submit input.tx-indexedsearch-searchbox-button:hover {
  background: #A59D20;
}

.tx-indexedsearch-res {
  background: #F1F1F1;
  padding: 20px 3%;
  margin-top: 20px;
}
.tx-indexedsearch-res h3 .tx-indexedsearch-title span, .tx-indexedsearch-res h3 .tx-indexedsearch-title a {
  display: block;
  text-decoration: none;
}
.tx-indexedsearch-res .tx-indexedsearch-description {
  margin: 0;
}
.tx-indexedsearch-res .tx-indexedsearch-description .tx-indexedsearch-redMarkup {
  color: #0385B9;
}
.tx-indexedsearch-res dl {
  display: flex;
}
.tx-indexedsearch-res dl dd p {
  margin: 0;
}

.tx-indexedsearch-browsebox {
  margin: 10px 0;
}

@media all and (max-width: 1240px) {
  /*!
   * Hamburgers
   * @description Tasty CSS-animated hamburgers
   * @author Jonathan Suh @jonsuh
   * @site https://jonsuh.com/hamburgers
   * @link https://github.com/jonsuh/hamburgers
   */
  .hamburger {
    padding: 0px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
  }
  .hamburger:hover {
    opacity: 1;
    background-color: transparent;
  }
  .hamburger:focus {
    outline: none;
  }
  .hamburger-box {
    width: 30px;
    display: inline-block;
    position: relative;
  }
  .hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
  }
  .hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
    width: 30px;
    height: 2px;
    background-color: #494949;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
  }
  .hamburger-inner::after, .hamburger-inner::before {
    content: "";
    display: block;
  }
  .hamburger-inner::before {
    top: -10px;
  }
  .hamburger-inner::after {
    bottom: -10px;
  }
  .head:has(+ #subhead > #subhead2 > *):not(.stickyhead) .hamburger-inner, .head:has(+ #subhead > #subhead2 > *):not(.stickyhead) .hamburger-inner::after, .head:has(+ #subhead > #subhead2 > *):not(.stickyhead) .hamburger-inner::before {
    background-color: white;
  }
  .hamburger {
    display: flex !important;
  }
  .hamburger--spin .hamburger-inner {
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
  }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .hamburger--spin.is-active .hamburger-inner {
    transform: rotate(225deg);
    transition-delay: 0.14s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
  }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  /*Nav*/
  .open_nav {
    display: inherit;
    margin-left: 20px;
  }
  .head .head2 .inner {
    position: static;
  }
  .head .head2 .inner nav {
    display: none;
    position: absolute;
    top: calc(100% - 10px);
    left: 0;
    width: 100%;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
    overflow: auto;
    max-height: calc(100vh - 120px);
    border-radius: 0 0 12px 12px;
  }
  .head .head2 .inner nav .headnavmenu {
    display: block;
    background: #0385B9;
  }
  .head .head2 .inner nav .headnavmenu li a {
    padding: 10px 20px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    position: relative;
  }
  .head .head2 .inner nav .headnavmenu li a:after, .head .head2 .inner nav .headnavmenu li a:before {
    content: "";
    position: absolute;
    top: 26px;
    left: 20px;
    width: 15px;
    height: 2px;
    background: #fff;
    opacity: 0;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transition-property: all;
  }
  .head .head2 .inner nav .headnavmenu li a:after {
    top: 22px;
  }
  .head .head2 .inner nav .headnavmenu li.active a, .head .head2 .inner nav .headnavmenu li.current a {
    padding-left: 45px;
  }
  .head .head2 .inner nav .headnavmenu li.active a:before, .head .head2 .inner nav .headnavmenu li.active a:after, .head .head2 .inner nav .headnavmenu li.current a:before, .head .head2 .inner nav .headnavmenu li.current a:after {
    opacity: 1;
  }
  .head .head2 .inner nav .nav {
    flex-direction: column;
  }
  .head .head2 .inner nav .nav li {
    float: none;
    width: 100%;
    position: relative;
  }
  .head .head2 .inner nav .nav li a::before {
    content: none;
  }
  .head .head2 .inner nav .nav li:hover a {
    transform: none;
  }
  .head .head2 .inner nav .nav li.sub:hover > a:after, .head .head2 .inner nav .nav li.sub.over > a:after {
    display: none !important;
  }
  .head .head2 .inner nav .nav li.sub.open > a:after {
    display: block !important;
  }
  .head .head2 .inner nav .nav li.uid25.over > .megaMenu, .head .head2 .inner nav .nav li.uid25:hover > .megaMenu {
    display: none;
  }
  .head .head2 .inner nav .nav li.uid25.over > .megaMenu .subnav, .head .head2 .inner nav .nav li.uid25:hover > .megaMenu .subnav {
    display: none;
  }
  .head .head2 .inner nav .nav li.uid25.open {
    display: block;
  }
  .head .head2 .inner nav .nav li.uid25.open .megaMenu {
    position: relative;
    background: #5B5B5B;
    border: none;
    border-radius: 0;
  }
  .head .head2 .inner nav .nav li.uid25.open .megaMenu .subnav {
    display: block;
  }
  .head .head2 .inner nav .nav li.uid25.open .megaMenu .subnav .megaTitle {
    padding: 10px 40px;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 0;
    color: #0385B9;
  }
  .head .head2 .inner nav .nav li.uid25.open .megaMenu .subnav li a {
    padding: 10px 55px;
    background: inherit;
  }
  .head .head2 .inner nav .nav li a {
    padding: 20px;
    color: #5B5B5B !important;
    background-color: #F1F1F1;
  }
  .head .head2 .inner nav .nav li a::after {
    content: none;
  }
  .head .head2 .inner nav .nav li .subnav {
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    width: 100%;
  }
  .head .head2 .inner nav .nav li .subnav li a {
    padding-left: 40px;
  }
  .head .head2 .inner nav .nav li .subnav li a:before {
    top: 32px;
  }
  .head .head2 .inner nav .nav li .subnav li a:after {
    top: 36px;
  }
  .head .head2 .inner nav .nav li .subnav li + li {
    margin-left: 0;
  }
  .head .head2 .inner nav .nav li .subnav li > .subnav {
    border-top: none;
  }
  .head .head2 .inner nav .nav li .subnav li > .subnav li a {
    padding: 10px 10px 10px 40px;
  }
  .head .head2 .inner nav .nav li .subnav li > .subnav li a:before, .head .head2 .inner nav .nav li .subnav li > .subnav li a:after {
    content: none;
  }
  .head .head2 .inner nav .nav li .subnav li > .subnav .showSub {
    height: 48px;
    line-height: 48px;
  }
  .head .head2 .inner nav .nav li .subnav,
  .head .head2 .inner nav .nav li .subnav.subnav, .head .head2 .inner nav .nav li:last-child > .subnav, .head .head2 .inner nav .nav li:last-child > .subnav.subnav {
    position: inherit;
    left: inherit;
    top: inherit;
    right: inherit;
  }
  .head .head2 .inner nav .nav li:hover > .subnav, .head .head2 .inner nav .nav li.over > .subnav, .head .head2 .inner nav .nav li:hover > .subnav.subnav, .head .head2 .inner nav .nav li.over > .subnav.subnav, .head .head2 .inner nav .nav li.over > .subnav .subnav, .head .head2 .inner nav .nav li:hover > .subnav .subnav {
    display: none;
  }
  .head .head2 .inner nav .nav li .showSub {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    cursor: pointer;
    width: 67px;
    height: 67px;
    line-height: 67px;
    background: transparent;
    text-align: center;
    transition: 0.25s ease;
  }
  .head .head2 .inner nav .nav li .showSub:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 5px dashed #0385B9;
    border-top: 6px solid\9 ;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    transition: 0.25s ease;
  }
  .head .head2 .inner nav .nav li .showSub.open:after {
    border-top-color: #A59D20;
    transform: rotate(180deg);
  }
}
.langswitchwrap {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  text-transform: inherit;
}
.langswitchwrap .langswitch-control {
  padding: 0 15px 0 30px;
  position: relative;
}
.langswitchwrap .langswitch-control.lang_de {
  background: url("https://www.glasercad.de/typo3conf/ext/hphglaser/Resources/Public/Images/flag/DE.svg") no-repeat left center;
  background-size: 22px auto;
}
.langswitchwrap .langswitch-control.lang_en {
  background: url("https://www.glasercad.de/typo3conf/ext/hphglaser/Resources/Public/Images/flag/GB.svg") no-repeat left center;
  background-size: 22px auto;
}
.langswitchwrap .langswitch-control:after {
  content: "";
  position: absolute;
  right: 0;
  top: 55%;
  background: url("https://www.glasercad.de/typo3conf/ext/hphglaser/Resources/Public/Images/arrowdown.svg") no-repeat center center;
  background-size: 100% auto;
  width: 10px;
  height: 6px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-property: all;
}
.langswitchwrap .langswitch-control.act:after {
  transform: rotate(180deg) translateY(70%);
  -webkit-transform: rotate(180deg) translateY(70%);
}
.langswitchwrap .lang {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  text-align: center;
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.25);
}
.langswitchwrap .lang li.current > a, .langswitchwrap .lang li:hover > a {
  background-color: #e2e2e2;
  color: #fff;
}
.langswitchwrap .lang li a {
  display: block;
  padding: 2px 5px;
  color: #5B5B5B;
  text-decoration: none;
  background-color: #fff;
}

.px-colorbox {
  background-color: var(--backgroundColor, var(--mainColor));
  padding: 2%;
}
.px-colorbox.invert-1 {
  color: var(--contrastColorInverted);
}
.px-colorbox.invert-1 :is(a, h1, h2, h3, h4, h5, h6, p) {
  color: var(--contrastColorInverted);
}
#subhead .px-colorbox {
  padding-top: clamp(125px, 7%, 150px);
}
.px-colorbox .content {
  max-width: 1504px;
  margin-inline: auto;
}

.px-banner {
  container-type: inline-size;
}
.px-banner-wrapper {
  position: relative;
  min-height: 749px;
  display: flex;
  align-items: end;
}
@container (width < 980px) {
  .px-banner-wrapper {
    min-height: 400px;
  }
}
@container (width < 650px) {
  .px-banner-wrapper {
    min-height: 250px;
  }
}
.px-banner .media {
  position: absolute;
  inset: 0;
  max-width: 4000px;
  margin-inline: auto;
}
.px-banner .media::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, var(--overlaystrength, 0.4));
}
@container (width < 980px) {
  .px-banner .media::after {
    background: rgba(0, 0, 0, calc(var(--overlaystrength) + 0.1));
  }
}
.px-banner .media :is(img, video) {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.px-banner .text {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 40px 0;
  color: var(--contrastColorInverted);
  width: var(--baseWidth);
  max-width: var(--maxWidth);
  padding: 130px 500px 68px 0;
}
@container (width < 1140px) {
  .px-banner .text {
    padding-right: 0;
    padding-bottom: 180px;
  }
}
.px-banner .text-inner {
  max-width: 900px;
}
.px-banner .text h1,
.px-banner .text h2,
.px-banner .text h3,
.px-banner .text h4,
.px-banner .text h5 {
  font-weight: normal;
  color: var(--contrastColorInverted);
}
.px-banner .trust-section {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: end;
  gap: var(--spaceBetweenSlim);
  padding: 20px 110px 20px 30px;
  max-width: 500px;
}
@media all and (max-width: 850px) {
  .px-banner .trust-section {
    padding: 20px 30px;
  }
}
.px-banner .trust-section div {
  line-height: 1;
}

.reference__slider .slick-list {
  margin: 0 auto;
}
.reference__slider .slick-list .slick-track {
  display: flex;
  align-items: center;
}
.reference__slider .slick-list .slick-track .slide {
  position: relative;
}
.reference__slider .slick-list .slick-track .slide:first-child {
  display: block;
}
:where(html.js) .reference__slider .slick-list .slick-track .slide {
  display: none;
}
.reference__slider .slick-list .slick-track .slide .images {
  position: relative;
  margin-inline: 40px;
}
.reference__slider .slick-list .slick-track .slide .images A:before {
  content: none;
}
.reference__slider .slick-list .slick-track .slide .images img {
  margin: 0 auto;
  max-width: 200px;
  max-height: 130px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.reference__slider .slick-list .slick-track .slide .images .invisible_img {
  position: absolute;
  top: 0;
  left: 40px;
  right: 40px;
  height: 100%;
  opacity: 0;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-property: all;
}
@media (hover) {
  .reference__slider .slick-list .slick-track .slide a:hover .images {
    filter: grayscale(0);
  }
}
.reference__slider .slick-list .slick-track a {
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-property: filter;
}
@media (hover) {
  .reference__slider .slick-list .slick-track:has(a:hover) a:not(:hover) {
    filter: grayscale(1);
  }
}
.reference__slider.slick-initialized {
  padding-inline: 40px;
}
.reference__slider.slick-initialized .slick-list .slick-track .slide {
  display: block;
}

.sidebar {
  position: fixed;
  top: 300px;
  right: 0;
  z-index: 50;
}
.sidebar > div {
  width: 150px;
  height: 80px;
  background-size: cover;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-property: all;
  background-color: #fff;
  box-shadow: -12px 0px 10px 0px rgba(0, 0, 0, 0.1);
  font-size: 12px;
  position: relative;
  font-weight: 600;
  line-height: 17px;
}
.sidebar > div .inner {
  height: 80px;
  display: flex;
  padding: 0 27px 0 15px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.sidebar > div .inner p {
  color: #5B5B5B;
  text-align: center;
  margin-top: 5px;
}
.sidebar > div .inner a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.sidebar > div .inner a span {
  display: none;
}
.sidebar > div .inner .images {
  position: relative;
  width: 45px;
  text-align: center;
}
.sidebar > div .inner .images img {
  width: auto;
  max-width: 45px;
  height: auto;
  max-height: 20px;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-property: all;
}
.sidebar > div .inner .images .invisible_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 100%;
  opacity: 0;
  max-height: 20px;
}
.sidebar > div .polygon {
  width: 20px;
  position: absolute;
  top: 0;
  left: -20px;
  overflow: hidden;
  height: 100%;
}
.sidebar > div .polygon span {
  position: absolute;
  width: 2px;
  height: 110%;
  background: #fff;
  right: 8px;
  z-index: 10;
  transform: rotate(7deg);
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-property: all;
}
.sidebar > div .polygon span.line2 {
  right: 5px;
}
.sidebar > div .polygon:after {
  content: "";
  width: 100%;
  height: 90px;
  background: #fff;
  display: block;
  transform: rotate(7deg);
  position: absolute;
  right: -8px;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-property: all;
}
.sidebar > div:hover {
  background: #A59D20;
}
.sidebar > div:hover .inner p {
  color: #fff;
}
.sidebar > div:hover .inner .images .invisible_img {
  opacity: 1;
}
.sidebar > div:hover .inner .images .visible_img {
  opacity: 0;
}
.sidebar > div:hover .polygon:after {
  background: #A59D20;
}
.sidebar > div:last-child:hover {
  background: #0385B9;
}
.sidebar > div:last-child:hover .polygon:after {
  background: #0385B9;
}
@media screen and (max-width: 1540px) {
  .sidebar > div {
    width: 50px;
    height: 50px;
  }
  .sidebar > div .inner {
    height: 100%;
    padding: 5px 10px 5px 5px;
  }
  .sidebar > div .inner p {
    display: none;
  }
  .sidebar > div + div {
    margin-top: 5px;
  }
  .sidebar > div:last-child {
    background: #0385B9;
  }
  .sidebar > div:last-child .images .invisible_img {
    opacity: 1;
  }
  .sidebar > div:last-child .images .visible_img {
    opacity: 0;
  }
  .sidebar > div:last-child .polygon:after {
    background: #0385B9;
  }
}
@media screen and (max-width: 980px) {
  .sidebar {
    top: 140px;
  }
}
@media screen and (max-width: 650px) {
  .sidebar {
    display: none;
  }
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
  text-align: center;
}
.white-popup h4 {
  margin: 20px 0;
}
.white-popup .image {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  overflow: hidden;
  text-align: center;
  margin: 0 auto 20px auto;
  padding-top: 0;
}
.white-popup p + p {
  margin-top: 10px;
}
.white-popup p:last-child {
  margin-bottom: 20px;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 42px;
  width: 16px;
  line-height: 0px;
  font-size: 0px;
  z-index: 8;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  background: #0385B9;
  -webkit-mask: url("https://www.glasercad.de/typo3conf/ext/hphglaser/Resources/Public/Images/slidearrow.svg") no-repeat center/contain;
          mask: url("https://www.glasercad.de/typo3conf/ext/hphglaser/Resources/Public/Images/slidearrow.svg") no-repeat center/contain;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  color: transparent;
  background: rgb(38.5106382979, 190.6382978723, 251.4893617021);
  -webkit-mask: url("https://www.glasercad.de/typo3conf/ext/hphglaser/Resources/Public/Images/slidearrow.svg") no-repeat center/contain;
          mask: url("https://www.glasercad.de/typo3conf/ext/hphglaser/Resources/Public/Images/slidearrow.svg") no-repeat center/contain;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
  transform: translateY(-21px) rotate(180deg);
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  justify-content: center;
  position: absolute;
  bottom: -40px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 12px;
  width: 12px;
  margin: 0 8px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border-radius: 50%;
  border: 0;
  background: #D8D8D8;
  display: block;
  height: 100%;
  width: 100%;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px !important;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
  background: #5B5B5B;
}
.slick-dots li.slick-active button {
  background: #5B5B5B;
}
.slick-dots li::before {
  content: none !important;
}

.allcont .slick-dots li {
  padding: 0;
}

/*Login*/
.tx-felogin-pi1 {
  padding: 4% 2%;
}
.tx-felogin-pi1 h3 {
  margin-bottom: 20px;
}
.tx-felogin-pi1 form {
  margin-top: 20px;
}
.tx-felogin-pi1 form legend {
  display: none;
}
.tx-felogin-pi1 form div + div {
  margin-top: 10px;
}
.tx-felogin-pi1 form #pass {
  margin: 5px 0 15px;
}
.tx-felogin-pi1 form label {
  display: block;
}
.tx-felogin-pi1 form input {
  border: 2px solid #F1F1F1;
}
.tx-felogin-pi1 form input[type=submit] {
  cursor: pointer;
  font: 300 16px #5B5B5B;
}
.tx-felogin-pi1 form input[type=submit]:focus, .tx-felogin-pi1 form input[type=submit]:hover {
  background: #fff;
  color: #0385B9;
}

/*animations*/
/******************
* Bounce in right *
*******************/
.no-js .animated {
  opacity: 1 !important;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.slow {
  animation-duration: 1.5s;
  animation-fill-mode: both;
}

.slower {
  animation-duration: 2s;
  animation-fill-mode: both;
}

.slowest {
  animation-duration: 3s;
  animation-fill-mode: both;
}

/* Added by Andy Meetan */
.delay-250 {
  animation-delay: 0.25s;
}

.delay-500 {
  animation-delay: 0.5s;
}

.delay-750 {
  animation-delay: 0.75s;
}

.delay-1000 {
  animation-delay: 1s;
}

.delay-1250 {
  animation-delay: 1.25s;
}

.delay-1500 {
  animation-delay: 1.5s;
}

.delay-1750 {
  animation-delay: 1.75s;
}

.delay-2000 {
  animation-delay: 2s;
}

.delay-2500 {
  animation-delay: 2.5s;
}

.delay-2000 {
  animation-delay: 2s;
}

.delay-2500 {
  animation-delay: 2.5s;
}

.delay-3000 {
  animation-delay: 3s;
}

.delay-3500 {
  animation-delay: 3.5s;
}

.bounceInRight, .bounceInLeft, .bounceInUp, .bounceInDown {
  opacity: 0;
  transform: translateX(400px);
}

.fadeInRight, .fadeInLeft, .fadeInUp, .fadeInDown {
  opacity: 0;
  transform: translateX(400px);
}

.flipInX, .flipInY, .rotateIn, .rotateInUpLeft, .rotateInUpRight, .rotateInDownLeft, .rotateDownUpRight, .rollIn {
  opacity: 0;
}

.lightSpeedInRight, .lightSpeedInLeft {
  opacity: 0;
  transform: translateX(400px);
}

/***********
* bounceIn *
************/
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.bounceIn.go {
  animation-name: bounceIn;
}

/****************
* bounceInRight *
****************/
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(400px);
  }
  60% {
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.bounceInRight.go {
  animation-name: bounceInRight;
}

/******************
* Bounce in left *
*******************/
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-400px);
  }
  60% {
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.bounceInLeft.go {
  animation-name: bounceInLeft;
}

/******************
* Bounce in up *
*******************/
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(400px);
  }
  60% {
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.bounceInUp.go {
  animation-name: bounceInUp;
}

/******************
* Bounce in down *
*******************/
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-400px);
  }
  60% {
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.bounceInDown.go {
  animation-name: bounceInDown;
}

/**********
* Fade In *
**********/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    display: block;
  }
}
.fadeIn {
  opacity: 0;
}

.fadeIn.go {
  animation-name: fadeIn;
}

/**********
* Grow in *
***********/
@keyframes growIn {
  0% {
    transform: scale(0.2);
    opacity: 0;
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.growIn {
  transform: scale(0.2);
  opacity: 0;
}

.growIn.go {
  animation-name: growIn;
}

/********
* Shake *
********/
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}
.shake.go {
  animation-name: shake;
}

/********
* ShakeUp *
********/
@keyframes shakeUp {
  0%, 100% {
    transform: translateY(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateY(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateY(10px);
  }
}
.shakeUp.go {
  animation-name: shakeUp;
}

/*************
* FadeInLeft *
*************/
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft {
  opacity: 0;
  transform: translateX(-400px);
}

.fadeInLeft.go {
  animation-name: fadeInLeft;
}

/*************
* FadeInRight *
*************/
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight {
  opacity: 0;
  transform: translateX(400px);
}

.fadeInRight.go {
  animation-name: fadeInRight;
}

/*************
* FadeInUp *
*************/
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  opacity: 0;
  transform: translateY(400px);
}

.fadeInUp.go {
  animation-name: fadeInUp;
}

/*************
* FadeInDown *
*************/
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  opacity: 0;
  transform: translateY(-400px);
}

.fadeInDown.go {
  animation-name: fadeInDown;
}

/*****************
* rotateIn *
*****************/
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn.go {
  animation-name: rotateIn;
}

/*****************
* rotateInUpLeft *
*****************/
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft.go {
  animation-name: rotateInUpLeft;
}

/*******************
* rotateInDownLeft *
*******************/
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft.go {
  animation-name: rotateInDownLeft;
}

/******************
* rotateInUpRight *
*******************/
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight.go {
  animation-name: rotateInUpRight;
}

/********************
* rotateInDownRight *
********************/
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight.go {
  animation-name: rotateInDownRight;
}

/*********
* rollIn *
**********/
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn.go {
  animation-name: rollIn;
}

/*********
* wiggle *
**********/
@keyframes wiggle {
  0% {
    transform: skewX(9deg);
  }
  10% {
    transform: skewX(-8deg);
  }
  20% {
    transform: skewX(7deg);
  }
  30% {
    transform: skewX(-6deg);
  }
  40% {
    transform: skewX(5deg);
  }
  50% {
    transform: skewX(-4deg);
  }
  60% {
    transform: skewX(3deg);
  }
  70% {
    transform: skewX(-2deg);
  }
  80% {
    transform: skewX(1deg);
  }
  90% {
    transform: skewX(0deg);
  }
  100% {
    transform: skewX(0deg);
  }
}
.wiggle.go {
  animation-name: wiggle;
  animation-timing-function: ease-in;
}

/********
* swing *
*********/
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.swing.go {
  transform-origin: top center;
  animation-name: swing;
}

/*******
* tada *
********/
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.tada.go {
  animation-name: tada;
}

/*********
* wobble *
**********/
@keyframes wobble {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}
.wobble.go {
  animation-name: wobble;
}

/********
* pulse *
*********/
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.pulse.go {
  animation-name: pulse;
}

/***************
* lightSpeedInRight *
****************/
@keyframes lightSpeedInRight {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedInRight.go {
  animation-name: lightSpeedInRight;
  animation-timing-function: ease-out;
}

/***************
* lightSpeedInLeft *
****************/
@keyframes lightSpeedInLeft {
  0% {
    transform: translateX(-100%) skewX(30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(20%) skewX(-30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedInLeft.go {
  animation-name: lightSpeedInLeft;
  animation-timing-function: ease-out;
}

/*******
* Flip *
*******/
@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in;
  }
}
.flip.go {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flip;
  backface-visibility: visible !important;
  animation-name: flip;
}

/**********
* flipInX *
**********/
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX.go {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

/**********
* flipInY *
**********/
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY.go {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

/*****************
* Out animations *
*****************/
/************
* bounceOut *
*************/
@keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
.bounceOut.goAway {
  animation-name: bounceOut;
}

/************
* bounceOutUp *
*************/
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.bounceOutUp.goAway {
  animation-name: bounceOutUp;
}

/************
* bounceOutDown *
*************/
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.bounceOutDown.goAway {
  animation-name: bounceOutDown;
}

/************
* bounceOutLeft *
*************/
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.bounceOutLeft.goAway {
  animation-name: bounceOutLeft;
}

/************
* bounceOutRight *
*************/
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.bounceOutRight.goAway {
  animation-name: bounceOutRight;
}

/************
* fadeOut *
*************/
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut.goAway {
  animation-name: fadeOut;
}

/************
* fadeOutUp *
*************/
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.fadeOutUp.goAway {
  animation-name: fadeOutUp;
}

/************
* fadeOutDown *
*************/
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.fadeOutDown.goAway {
  animation-name: fadeOutDown;
}

/************
* fadeOutLeft *
*************/
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.fadeOutLeft.goAway {
  animation-name: fadeOutLeft;
}

/************
* fadeOutRight *
*************/
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.fadeOutRight.goAway {
  animation-name: fadeOutRight;
}

/************
* flipOutX *
*************/
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX.goAway {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}

/************
* flipOutY *
*************/
@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

/************
* lightSpeedOutRight *
*************/
@keyframes lightSpeedOutRight {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOutRight.goAway {
  animation-name: lightSpeedOutRight;
  animation-timing-function: ease-in;
}

/************
* lightSpeedOutLeft *
*************/
@keyframes lightSpeedOutLeft {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(-100%) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOutLeft.goAway {
  animation-name: lightSpeedOutLeft;
  animation-timing-function: ease-in;
}

/************
* rotateOut *
*************/
@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut.goAway {
  animation-name: rotateOut;
}

/************
* rotateOutUpLeft *
*************/
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -transform-origin: left bottom;
    -transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft.goAway {
  animation-name: rotateOutUpLeft;
}

/************
* rotateOutDownLeft *
*************/
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft.goAway {
  animation-name: rotateOutDownLeft;
}

/************
* rotateOutUpRight *
*************/
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight.goAway {
  animation-name: rotateOutUpRight;
}

/************
* rollOut *
*************/
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut.goAway {
  animation-name: rollOut;
}

/*****************
* Short Animations
*******************/
/*********************
* fadeInUpShort
*********************/
@keyframes fadeInUpShort {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpShort {
  opacity: 0;
  transform: translateY(20px);
}

.fadeInUpShort.go {
  animation-name: fadeInUpShort;
}

/*********************
* fadeInDownShort
*********************/
@keyframes fadeInDownShort {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDownShort {
  opacity: 0;
  transform: translateY(-20px);
}

.fadeInDownShort.go {
  animation-name: fadeInDownShort;
}

/*********************
* fadeInRightShort 
*********************/
@keyframes fadeInRightShort {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRightShort {
  opacity: 0;
  transform: translateX(20px);
}

.fadeInRightShort.go {
  animation-name: fadeInRightShort;
}

/*********************
* fadeInLeftShort 
*********************/
@keyframes fadeInLeftShort {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeftShort {
  opacity: 0;
  transform: translateX(-20px);
}

.fadeInLeftShort.go {
  animation-name: fadeInLeftShort;
}

.head .search {
  display: none;
  position: relative;
  cursor: pointer;
}
.head .search .resultBox {
  display: none;
  position: absolute;
  top: 58px;
  right: 0;
  background-color: #fff;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.15);
  width: 420px;
  max-height: 500px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 4px;
}
.head .search .resultBox #hits__pages,
.head .search .resultBox #hits__news,
.head .search .resultBox #hits__events {
  padding-top: 0;
}
.head .search .resultBox .ais-Hits-item {
  font-size: 15px;
  border-top: 1px solid #f5f5f5;
}
.head .search .resultBox .ais-Hits-item a {
  display: block;
  line-height: 1.45;
  padding: 10px 15px;
  transition: background-color 0.2s ease-in-out;
}
.head .search .resultBox .ais-Hits-item a:hover {
  background-color: #f1f1f1;
}
.head .search .resultBox .ais-Hits-item p {
  font-size: 13px;
  color: #989898;
  height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.head .search .resultBox .ais-Hits-item span {
  display: block;
  font-size: 13px;
  color: #0385B9;
}
.head .search .resultBox input.ais-SearchBox-input:focus {
  background-color: #fff;
}
.head .search #hits {
  display: none;
}
.head .search h4 {
  color: #0385B9;
  padding: 10px;
  margin: 0;
  font-size: 16px;
  background-color: #f9f9f9;
}
.head .search .ais-Highlight-highlighted {
  background-color: #0385B9;
  color: #fff;
}
.head .search .ais-Hits.ais-Hits--empty {
  font-size: 15px;
  padding: 12px 15px;
  font-style: italic;
  line-height: 1.45;
}
.head .search .ais-Hits.ais-Hits--empty q {
  color: #0385B9;
  font-weight: 600;
}

@media screen and (max-width: 980px) {
  .head .search .resultBox {
    top: 45px;
  }
}
@media screen and (max-width: 560px) {
  .head .search .resultBox {
    position: fixed;
    top: 105px;
    right: auto;
    left: 0;
    width: 100%;
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999999;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 0;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  background: #0385B9 !important;
  border: 1px solid #0385B9 !important;
  padding: 12px 20px 12px !important;
  font-size: 12pt !important;
  transition: all 0.3s ease-in-out;
  /*font-weight: 600 !important;*/
}

a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll:hover {
  /*opacity: 0.8 !important;*/
  background: #A59D20 !important;
  border: 1px solid #A59D20 !important;
}

a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
  background: transparent !important;
  /*border: 2px solid #253e80 !important;*/
  border: 1px solid #0385B9 !important;
  color: #0385B9 !important;
  text-decoration: none !important;
  padding: 12px 20px 12px !important;
  font-size: 11pt !important;
  font-weight: 400 !important;
  transition: all 0.3s ease-in-out;
}

a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection:hover {
  background: #0385B9 !important;
  border: 1px solid #0385B9 !important;
  color: #fff !important;
}

#CybotCookiebotDialogBodyLevelButtonsSelectPane {
  border: none !important;
}

#CybotCookiebotDialogBodyLevelDetailsWrapper {
  border: none !important;
}

#CybotCookiebotDialogBodyContentTitle {
  font-family: "Chakra Petch", "Open Sans", Verdana, Arial, sans-serif !important;
  font-size: 16pt !important;
  margin: 5px 0 20px !important;
  color: #5B5B5B !important;
}

#CybotCookiebotDialogBody {
  max-width: 75% !important;
}

.CybotCookiebotDialogBodyLevelButtonWrapper {
  font-size: 15px !important;
  margin-right: 20px !important;
}

div#CybotCookiebotDialogBodyContentText {
  font-family: "Open Sans", Verdana, Arial, sans-serif !important;
  color: #5B5B5B !important;
  font-size: 16px !important;
  line-height: 25px !important;
}

div#CybotCookiebotDialogBodyLevelDetailsWrapper {
  background-color: transparent !important;
}

a#CybotCookiebotDialogBodyLevelDetailsButton {
  font-size: 14px !important;
}

a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
  width: auto !important;
}

div#CybotCookiebotDialogBodyLevelButtonsTable {
  display: flex;
}

div#CybotCookiebotDialogBodyLevelButtonsTable {
  width: auto !important;
}

a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  width: auto !important;
}

div#CybotCookiebotDialogBodyContent {
  width: 90%;
}

#CybotCookiebotDialogBodyContent {
  padding: 50px 0 30px 90px !important;
}

#CybotCookiebotDialogPoweredbyLink {
  margin-top: 45px !important;
}

#CybotCookiebotDialogBody {
  margin-bottom: 30px;
}

div#CybotCookiebotDialogBodyLevelButtons {
  margin-left: 0 !important;
}

#CybotCookiebotDialog {
  box-shadow: rgba(18, 18, 18, 0.5) 0px 20px 100px 0px !important;
}

#CybotCookiebotDialogBody {
  position: relative;
}

#CybotCookiebotDialogBodyLevelButtonsTable {
  margin: 10px 0 !important;
}

#CybotCookiebotDialogDetailBody {
  max-width: 80% !important;
  margin-bottom: 30px !important;
}

.CybotCookiebotDialogDetailBodyContent {
  background-color: #ffffff;
  color: #5B5B5B;
  border: 1px solid #d3d8e6 !important;
  border-bottom: 10px solid #d3d8e6 !important;
  height: 180px !important;
}

.CybotCookiebotDialogDetailBodyContentCookieContainerTypes {
  padding: 10px;
  background-color: #fff !important;
  border-bottom: 1px solid #d3d8e6 !important;
  border-right: 1px solid #d3d8e6 !important;
  color: #5B5B5B !important;
}

#CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieContainerTypesSelected {
  border-bottom: 1px solid #d3d8e6 !important;
  border-right: 1px solid #d3d8e6 !important;
  color: #0385B9 !important;
  font-weight: 600 !important;
}

.CybotCookiebotDialogDetailBodyContentCookieTypeTable tbody td {
  border-bottom: 1px solid #d3d8e6 !important;
  border-right: 1px solid #d3d8e6;
}

.CybotCookiebotDialogDetailBodyContentCookieTypeTable thead th {
  border-bottom: 1px solid #d3d8e6 !important;
}

.CybotCookiebotDialogDetailBodyContentCookieTypeIntro {
  font-size: 13px !important;
  padding: 10px 0 !important;
}

.CybotCookiebotDialogDetailBodyContentTabsItem {
  border-right: 1px solid #5b6683 !important;
  border-top: 1px solid #5b6683 !important;
}

#CybotCookiebotDialogBodyContentText {
  max-width: 90% !important;
}

#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
}
