/*
**
** Statische Seite fuer Zeigerwerk
**
** erstellt: 6. 11. 2023
** geaendert: 13. 11. 2023
**
*/
/*
** Grundlegende Farben und Einstellungen fuer
** Zeiger-Werk.
*/
:root {
  --td-braun: #7f3d10;
  --td-pcolor: black;
  --td-psize: 18px; }

.footer-wrap .belowfooter p,
.footer-wrap .belowfooter a {
  font-size: 16px;
  text-align: center;
  color: black;
  text-decoration: none; }
.footer-wrap .belowfooter a:hover {
  color: var(--td-beige);
  text-decoration: none; }

.kontaktdaten {
  position: relative;
  background-image: url(../images/kontakthg.png);
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 30px; }
  .kontaktdaten .telefon {
    font-weight: 700; }
  .kontaktdaten h1,
  .kontaktdaten p,
  .kontaktdaten a {
    color: black;
    font-size: 16px; }
  .kontaktdaten a:hover {
    color: black; }
  .kontaktdaten .ffacebook {
    color: white;
    background-color: #0866ff;
    border: none;
    border-radius: 10px;
    padding: 5px 15px; }

@media (min-width: 960px) {
  .kontaktdaten h1,
  .kontaktdaten p,
  .kontaktdaten a {
    color: white; }
  .kontaktdaten a:hover {
    color: white; } }
@media (min-width: 1600px) {
  .kontaktdaten h1,
  .kontaktdaten p,
  .kontaktdaten a {
    font-size: var(--td-psize); } }
html {
  background-attachment: fixed; }

body {
  font-family: myriad-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  text-align: center;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  background-size: cover; }

a {
  hyphens: none;
  color: var(--td-braun);
  text-decoration: none; }
  a:hover {
    color: var(--td-braun); }

.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
.uk-heading-2xlarge,
.uk-heading-3xlarge,
.uk-heading-large,
.uk-heading-medium,
.uk-heading-small,
.uk-heading-xlarge,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: myriad-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  color: var(--td-braun); }

.uk-h1,
.uk-heading-3xlarge,
h1 {
  font-size: 36px; }

h2 {
  font-size: 28px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 28px;
  margin: 0; }

h6 {
  font-size: 14px;
  margin: 0; }

p,
li {
  font-family: myriad-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: var(--td-psize);
  color: var(--td-pcolor); }

.uk-container-max1920 {
  max-width: 1920px; }

.uk-sticky-fixed {
  background-color: white; }
  .uk-sticky-fixed .logo-left img {
    height: 120px;
    width: auto;
    transition: all .5s; }

.footer-container {
  padding-bottom: 20px; }

.logo-left {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto; }
  .logo-left img {
    height: 270px;
    width: auto;
    transition: all .5s; }

.textpadding {
  padding-left: 10px;
  padding-right: 10px; }

.leicht {
  font-weight: 300; }

.normal {
  font-weight: 400; }

#homeGalerie a.uk-button {
  padding: 0; }

.impdsgvo {
  background-color: rgba(255, 255, 255, 0.9); }
  .impdsgvo ul {
    width: fit-content;
    margin-left: auto;
    margin-right: auto; }
    .impdsgvo ul li {
      text-align: left; }

.uk-button {
  background-color: var(--td-braun);
  color: white; }
  .uk-button:hover {
    background-color: black;
    color: white; }

#backToTop {
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: black;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
  font-size: 32px;
  box-shadow: 4px 4px 8px var(--td-braun);
  -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -ms-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
  line-height: normal; }
  #backToTop:active, #backToTop:focus {
    background-color: black; }
  #backToTop:hover {
    background-color: var(--td-braun); }

.kopftext {
  position: relative; }

.demobild {
  background-color: var(--td-braun);
  width: 100%;
  height: 1000px; }

.uk-navbar-container:not(.uk-navbar-transparent) {
  background: none; }

.uk-navbar-item,
.uk-navbar-nav > li > a,
.uk-navbar-toggle,
.uk-navbar-dropdown-nav {
  font-family: myriad-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 22px; }

.startnavbar li a {
  background-color: white;
  height: calc(var(--td-psize) + 20px);
  min-height: unset;
  padding-left: 10px;
  padding-right: 10px; }
.startnavbar li a:hover {
  background-color: var(--td-braun);
  color: white; }

@media (min-width: 992px) {
  .uk-h1,
  .uk-heading-3xlarge,
  h1 {
    font-size: 50px; }

  h2 {
    font-size: 28px; }

  h3 {
    font-size: 22px; }

  h4 {
    font-size: 20px; }

  h5 {
    font-size: 28px;
    margin: 0; }

  h6 {
    font-size: 14px;
    margin: 0; }

  p,
  li {
    font-size: 18px; }

  .zitat-name {
    font-size: 16px; }

  .uk-navbar-item,
  .uk-navbar-nav > li > a,
  .uk-navbar-toggle,
  .uk-navbar-dropdown-nav {
    font-size: 22px; } }
@media (min-width: 1600px) {
  .textpadding {
    padding-left: 140px;
    padding-right: 140px; }

  .logo-left {
    margin: unset; } }
