 /*Schriften*/

/* libre-baskerville-italic - latin */
@font-face {
  font-family: 'Libre Baskerville';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local(''),
       url('../fonts/libre-baskerville-v14-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/libre-baskerville-v14-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* libre-baskerville-700 - latin */
@font-face {
  font-family: 'Libre Baskerville';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../fonts/libre-baskerville-v14-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/libre-baskerville-v14-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-100 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local(''),
       url('../fonts/roboto-v30-latin-100.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-v30-latin-100.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local(''),
       url('../fonts/roboto-v30-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-v30-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(''),
       url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-v30-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: local(''),
       url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-v30-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


:root {
  --bs-yellow: #D8C165;
  --bs-braun: #D8C165;
  --bs-grey: #F1EBE5;
  --bs-white: #fff;
  --bs-dark: #212529;
  --bs-body-font-family: 'Roboto', sans-serif;
  --bs-body-font-family-two: 'Libre Baskerville', serif;
  --bs-body-font-weight: 400;
  --bs-font-weight-bold: 700;
  --bs-font-weight-small: 300;
}



/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
  BASICS
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
body {
  font-family: var(--bs-body-font-family);
  font-size: 0.875rem;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.7rem;
  font-weight: var(--bs-font-weight-small);
  hyphens: auto;
   -moz-hyphens: auto;
  -webkit-hyphens: auto;
}

*:focus { outline: none !important; }
::selection       { background: var(--bs-dark); color: var(--bs-white); }
::-moz-selection  { background: var(--bs-dark); color: var(--bs-white); }


.btn-two {
    border: 0;
    background:  var(--bs-yellow); 
    width: 300px;
    height: 60px;
}

.site {
  position: fixed !important;
  right: 0;
  z-index: 500;
  top: 264px;
  right: -120px;
  padding: 10px;

}

.rotate {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}



/* + + + + + + + + + + + + + + + + + + + + + + + +
  HEADLINES & TEXT STYLES
+ + + + + + + + + + + + + + + + + + + + + + + +  */

/* HEADLINES */
h1, h2, h3, h4, h5, h6, *[class*="fs-1"] {
  margin: 0;
  padding: 0;
  font-weight: var(--bs-font-weight-small);
}

.fs-1 {
  font-size: calc(1.5rem + 0.5vw) !important;
  letter-spacing: 0.6rem;
  line-height: 3rem;
  font-weight: var(--bs-body-font-weight);}

.fs-2 {
  font-size: calc(0.75rem + 0.3vw) !important;
  font-family: var(--bs-body-font-family-two);
  font-weight: var(--bs-body-font-weight);}

.fs-3 {
  font-size: calc(0.9rem + 0.3vw) !important;
 letter-spacing: 0.15rem;
line-height: 1.8rem;}

.fs-4 {
   font-size: calc(1.2rem + 0.3vw) !important;
    font-family: var(--bs-body-font-family-two);
    line-height: 2.8rem;
    font-weight: var(--bs-font-weight-bold);}


.fw-bold{font-weight: var(--bs-font-weight-bold)!important;}


.modal {
    --bs-modal-bg: var(--bs-yellow); 
    --bs-modal-header-border-color: var(--bs-yellow);  
    --bs-modal-footer-border-color: var(--bs-yellow); }

/* + + + + + + + + + + + + + + + + + + + + + + + +
  Hintergrund
+ + + + + + + + + + + + + + + + + + + + + + + +  */

.bg-stuhl{ background: url("../images/site/headerstuehle.jpg") no-repeat left top;}
.bg-test{ background: url("../images/site/pfeil.jpg") no-repeat left top;}
.bg-leiter{ background: url("../images/site/leiter.jpg") no-repeat bottom center;}
.bg{ background:var(--bs-grey); }
.yellow { background: var(--bs-yellow); }
.distance { padding-top: 5rem;}
.distancetwo { padding-top: 2.3rem;}


/* + + + + + + + + + + + + + + + + + + + + + + + +
  Linie
+ + + + + + + + + + + + + + + + + + + + + + + +  */

hr {
    margin: 0.3rem 1.5rem;
    color: inherit;
    border: 0;
    border-top: 1px solid black;
    padding: 0.78rem;
  }


/* + + + + + + + + + + + + + + + + + + + + + + + +
  Link
+ + + + + + + + + + + + + + + + + + + + + + + +  */


a{
    text-decoration: none;
    color: var(--bs-dark);
}

a:visited{color: ar(--bs-dark);}
a:hover{color: ar(--bs-dark);}
a:active{color: ar(--bs-dark);}

.link {color: var(--bs-white); !important;}

/* + + + + + + + + + + + + + + + + + + + + + + + +
  NAVIGATION
+ + + + + + + + + + + + + + + + + + + + + + + +  */
#top_bar { background-color:white; }

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 0;}

.navbar{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

#navbar-example { padding: 0; }
#navbar-example ul li a {
  position: relative;
  z-index: 1;
  color: black;
  text-decoration: none;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  margin: 0.3rem;
  letter-spacing: 0.15rem;
  font-size: 0.7rem;
  font-weight: var(--bs-font-weight-bold);

}

#navbar-example ul li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  content: '.';
  color: transparent;
  background:black;
  height: 2px;

  -webkit-transition: all 0.5s ease-in-out;
     -moz-transition: all 0.5s ease-in-out;
       -o-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
}

#navbar-example ul li a:hover:after,
#navbar-example ul li a.active:after { width: 100%; background-color: var(--bs-yellow) }

.navbar-expand-lg .navbar-nav .nav-link  { padding-right: 0; padding-left: 0; }

/* + + + + + + + + + + + + + + + + + + + + + + + +
  Navbar Mobil
+ + + + + + + + + + + + + + + + + + + + + + + +  */
.navbar-toggler.custom-toggler {
  border-color: var(--bs-yellow);
  border-width: 1px;
  background: var(--bs-yellow);
}
.navbar-toggler.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

@media (max-width: 967.98px) {
  #navbar_main ul { background: var(--bs-yellow); }
  #navbar_main ul li { text-align: center; }
  #navbar_main ul li a {  }
  #navbar_main ul li:last-of-type a { border-bottom: none; }
  #navbar_main ul li a.active { background: var(--bs-yellow); }
}





