/* Generated by Site Builder */
:root {
  --bg-color: #ffffff;
  --secondary-bgColor: #f1f1f1;
  --text-color: #222222;
  --text-colorInv: #ffffff;
  --primaryColor: #c1c1c1;
  --primaryContrastColor: #0273be;
  --secondaryColor: #dce1e4;
  --secondaryContrastColor: #6153fd;
  --headerBg: rgba(0,0,0,0);
  --headerBgAct: rgba(0,0,0,.95);
  --headerColor: #ffffff;
  --footerBg: #000000;
  --footerColor: #ffffff;
  --footerContrastColor: var(--primaryContrastColor);
  --hoverColor: #0a8be1;
  --overlayColor: rgba(0,0,0,0.5);
  --curtainColor: rgba(255, 255, 255,.95);

  --radius-img: 16px;
  --radius-btn: 50px;
  --radius-input: 12px;
  --radius-card: 16px;
  --shadow: 0 4px 20px rgba(0,0,0,0.06);
  --shadow-lg: 0 8px 40px rgba(0,0,0,0.1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: "Montserrat", sans-serif; line-height: 1.5; font-weight: 400; font-size: 16px; color: var(--text-color); background: var(--bg-color); }
main { overflow: hidden; }
h1, h2, h3, h4, h5, h6 { font-size: 2rem; padding-bottom: 0.5rem; text-wrap: balance; color: var(--text-color); }
h4 { font-size: 1.4rem; color: var(--primaryContrastColor); }
p { padding-bottom: 1rem; }
img { max-width: 100%; height: auto; border-radius: var(--radius-img); }
ul { padding-left: 1.5rem; padding-bottom: 1rem; }
li { padding-bottom: 0.5rem; }
a { color: var(--primaryContrastColor); word-break: break-word; text-decoration: none; }
a:hover { color: var(--hoverColor); }

header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: var(--headerBgAct);
  padding: 0.75rem 2rem;
  display: flex; justify-content: space-between; align-items: center;
  transition: background 0.3s;
}
header .logo { color: var(--headerColor); font-size: 1.4rem; font-weight: 700; text-decoration: none; display: flex; align-items: center; }
header .logo-img { max-height: 40px; width: auto; }
header.logo-center { justify-content: center; }
header.logo-center nav { position: absolute; left: 2rem; }
header.logo-center .header-spacer { position: absolute; right: 2rem; width: 0; }
header.logo-right { flex-direction: row-reverse; }
header nav { display: flex; gap: 1.5rem; }
header nav a {
  color: var(--headerColor); text-decoration: none;
  font-weight: 400; font-size: .9rem; letter-spacing: 1px; text-transform: uppercase;
}
header nav a:hover { text-decoration: underline; color: var(--headerColor); }
.ghost { height: 60px; }
.hero-banner { padding-top: 60px; }

footer {
  background: var(--footerBg); color: var(--footerColor);
  padding: 2.5rem 2rem 1rem; text-align: center;
  margin-top: -3.5rem; position: relative; z-index: 2;
}
footer .footer-inner { max-width: 900px; margin: 0 auto; }
footer h6 { font-size: 1.3rem; padding-bottom: .5rem; margin: 0; color: var(--text-colorInv); letter-spacing: 0.5px; }
footer a { color: var(--footerContrastColor); }
.footer-nav { display: flex; justify-content: center; gap: 1.5rem; padding: 0.75rem 0; margin-bottom: 0.75rem; border-bottom: 1px solid rgba(255,255,255,0.1); }
.footer-nav a { color: var(--footerColor); text-decoration: none; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 1px; font-weight: 500; opacity: 0.7; transition: opacity 0.3s; }
.footer-nav a:hover { opacity: 1; color: var(--footerContrastColor); }
.footer-contact { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 0.75rem 1.5rem; padding: 0.75rem 0; font-size: 0.95rem; }
.footer-contact a, .footer-contact span { display: inline-flex; align-items: center; gap: 0.4rem; color: var(--footerColor); font-weight: 500; }
.footer-contact a:hover { color: var(--footerContrastColor); }
.footer-contact svg { opacity: 0.7; flex-shrink: 0; }
.footer-copy { font-size: 0.8rem; opacity: 0.5; padding-top: 0.75rem; }
.footer-branding { display: inline-flex; align-items: center; justify-content: center; gap: 0.15rem; margin-top: 1.5rem; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,0.1); transition: transform 0.3s; text-decoration: none; color: inherit; }
.footer-branding:hover { transform: scale(1.08); color: inherit; text-decoration: none; }
.footer-branding p { font-size: 0.8rem; letter-spacing: 0.5px; margin: 0; padding: 0; color: var(--footerColor); }
.footer-branding svg { width: 42px; height: auto; fill: var(--footerColor); position: relative; top: -6px; }

.container { max-width: 1100px; margin: 0 auto; padding: 0 1.5rem; display: flex; flex-wrap: wrap; gap: 2rem; align-items: center; }
.color-block { padding: 3rem 0; }
main > :last-child { padding-bottom: 6rem; }
.clr-0 { background-color: var(--bg-color); }
.clr-1 { background-color: var(--secondary-bgColor); }
.clr-2 { background-color: var(--primaryContrastColor); color: var(--text-colorInv); }
.clr-3 { background-color: var(--primaryColor); color: var(--text-color); }
.intro { flex: 1 1 45%; min-width: 300px; }

.jumbotron-subpage { padding: 3rem 0; text-align: center; }
.undersidatitel { padding: 1.5rem 1.5rem 2rem; }
.undersidatitel h1 { font-size: 2rem; padding-bottom: 0.25rem; }
.undersidatitel p { font-size: 120%; line-height: 1.35; }
.undersidatitel hr { width: 80px; height: 3px; background: var(--text-color); border: none; margin: 1rem auto; }

.cta-block { padding: 3rem 2rem; text-align: center; }
.cta-block h2 { margin-bottom: 0.25rem; }
.cta-block .inner { max-width: 800px; margin: 0 auto; }

.buttons1 {
  display: inline-block; padding: 0.8rem 2rem;
  background-color: var(--primaryContrastColor); color: var(--text-colorInv);
  border: none; cursor: pointer; font-size: 1rem; font-weight: 600;
  text-decoration: none; border-radius: var(--radius-btn); margin-top: 1rem;
  transition: background 0.3s, box-shadow 0.3s, color 0.3s, border-color 0.3s;
  box-shadow: var(--shadow);
}
.buttons1:hover { background-color: var(--hoverColor); }
a.buttons1 { color: var(--text-colorInv); text-decoration: none; }

blockquote {
  border-left: 4px solid var(--primaryContrastColor);
  padding: 1rem 1.5rem; margin: 1rem 0;
  font-size: 140%; font-style: italic; text-wrap: balance;
}

fieldset { border: none; padding: 0; display: flex; flex-wrap: wrap; gap: 0.75rem; }
fieldset p { width: 100%; }
input, select { height: 50px; border: 1px solid #ddd; padding: 0.5rem 0.7rem; border-radius: var(--radius-input); font-family: inherit; font-size: 1rem; width: 100%; }
textarea { border: 1px solid #ddd; padding: 0.5rem 0.7rem; border-radius: var(--radius-input); font-family: inherit; font-size: 1rem; width: 100%; min-height: 120px; resize: vertical; }
input:hover, textarea:hover, select:hover { border-color: var(--primaryContrastColor); }
input:focus, textarea:focus, select:focus { outline: none; border-color: var(--primaryContrastColor); box-shadow: 0 0 0 2px rgba(2,115,190,0.2); }
.halva { width: calc(50% - 0.375rem); }
input#check { height: auto; width: auto; }
input.buttons1 { height: auto; border: 0; background-color: var(--primaryContrastColor); color: var(--text-colorInv); cursor: pointer; width: auto; border-radius: var(--radius-btn); }
input.buttons1:hover { background-color: var(--hoverColor); }

.kontakt { text-align: center; padding: 2rem 0; }
.kontakt hr { background: var(--primaryContrastColor); height: 2px; border: none; margin-bottom: 0.5rem; }
.k-bloc { display: flex; flex-direction: column; align-items: center; padding: 1rem; justify-content: center; }
.k-bloc img { max-width: 26px; height: auto; margin-bottom: 0.5rem; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.nav-toggle { display: none; align-items: center; justify-content: center; background: none; border: none; cursor: pointer; padding: 0.5rem; flex-direction: column; gap: 5px; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--headerColor, var(--text-color)); transition: transform 0.3s, opacity 0.3s; }
header.nav-open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
header.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
header.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

#form-status { padding: 0.75rem; border-radius: var(--radius-input); text-align: center; margin-top: 0.5rem; }
#form-status.success { background: #d4edda; color: #155724; }
#form-status.error { background: #f8d7da; color: #721c24; }

@media (max-width: 768px) {
  .container { flex-direction: column; }
  .intro { min-width: 100%; }
  h1, h2, h3, h4, h5, h6 { font-size: 1.75rem; }
  .halva { width: 100%; }
  header { padding: 0.5rem 1rem; }
  .nav-toggle { display: flex; }
  header nav { display: none; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background: var(--bg-color); padding: 1rem; box-shadow: 0 4px 6px rgba(0,0,0,0.1); z-index: 999; }
  header.nav-open nav { display: flex; }
  header nav a { padding: 0.75rem 1rem; border-bottom: 1px solid rgba(128,128,128,0.2); }
}







