/* kalam-700 - latin */
@font-face {
  font-family: 'Kalam';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/kalam-v11-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Kalam Bold'), local('Kalam-Bold'),
       url('./fonts/kalam-v11-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/kalam-v11-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/kalam-v11-latin-700.woff') format('woff'), /* Modern Browsers */
       url('./fonts/kalam-v11-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/kalam-v11-latin-700.svg#Kalam') format('svg'); /* Legacy iOS */
}

body {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/open-sans-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('./fonts/open-sans-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/open-sans-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/open-sans-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('./fonts/open-sans-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/open-sans-v18-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

a {
  color: rgb(75, 102, 74);
}
a:hover, a:active, a:focus {
  color: rgb(68, 94, 67);
}

.mw-hirsch {
  max-width: 1000px;
  margin:0 auto !important
}

.card-image-hirschhof {
  padding:0 17.5px
}
img.img-80 {
  width: 80%;
}
img.img-90 {
  width: 90%;
}
img.img-100 {
  width: 100%;
}
img.img-center {
  margin: 0 auto;
  display: block;
}
img.png-component {
  max-width: 100%;
  width: 160px;
}
/* span.img-contact {
  width: 35px;
  background-color: rgb(75, 102, 74);
  background-size:contain;
  background-repeat:no-repeat;
} */
span.img-svg:before {
  content:''; 
  display:inline-block; 
  height: 3em;
  width: 3em;
  color: rgb(75, 102, 74);
  -webkit-mask-size: cover;
  mask-size: cover;
  display: inline-block;

  background-size:contain;
  background-repeat:no-repeat;
  background-color: rgb(75, 102, 74);
}
span.img-phone:before {
  -webkit-mask: url('../img/svg/phone.svg') no-repeat 50% 50%;
  mask: url('../img/svg/phone.svg') no-repeat 50% 50%;
  mask-size: 2.7em;
}
span.img-mail:before {
  -webkit-mask: url('../img/svg/mail.svg') no-repeat 50% 50%;
  mask: url('../img/svg/mail.svg') no-repeat 50% 50%;
  mask-size: 3em;
}
span.img-map:before {
  -webkit-mask: url('../img/svg/map.svg') no-repeat 50% 50%;
  mask: url('../img/svg/map.svg') no-repeat 50% 50%;
  mask-size: 3em;
}
span.img-clock:before {
  -webkit-mask: url('../img/svg/clock.svg') no-repeat 50% 50%;
  mask: url('../img/svg/clock.svg') no-repeat 50% 50%;
  mask-size: 3em;
}

.container-fluid {
  padding: 0;
}

.card-body {
  padding-top: 0;
}

.text-white {
  color: #fff;
}
.h1,h1 {
  font-size: 4.5rem;
  color: #fff;
}
h2 {
  margin: 15px 0;
  font-weight: 600;
}
.h3 {
  color: rgb(201, 200, 198);
  font-size: 1rem;
  font-weight: 700;
  border-bottom: 3px solid rgb(75, 102, 74);
  margin-bottom: 15px;
  display: inline-block;
}
.h4 {
  color: rgb(75, 102, 74);
  font-size: 1.1rem;
}

.header-overlay {
  background-color:rgba(0, 0, 0, 0.45);
  position:absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

.btn {
  border-radius: 0;
}

p.text {
  font-size:1.2rem;
}
ul.text li  {
  font-size:1.2rem;
}

.card {
  border: 0;
  border-radius: 0;
}

.main-margin {
  margin: 0 100px;
}

#headertext {
  margin: 25vh 0;
}

#main-products-list {
  background-image: url('../img/hirsch-back.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

#angebot {
  position: relative;
  text-align: center;
  color: white;
}
#angebot_text {
  position: absolute;
  top: 10px;
  right: 50px;
  color: #fff;
}
#angebot_text .h1 {
  font-family: 'Kalam';
  font-style: normal;
  font-weight: 700;
}
.angebot-overlay {
  background-color:rgba(0, 0, 0, 0.5);
  position:absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

#contact {
  width:100%;
  background:#000;
  margin-left:0;
  padding: 20px 0;
}
#contact .card-title {
  margin-top: 0;
  text-align: center;
  color: #fff;
}
#contact .form-control {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #fff;
  background-color:rgba(0, 0, 0, 1);
}
#contact .form-control::-webkit-input-placeholder,
#contact .form-control::-ms-input-placeholder,
#contact .form-control::-moz-placeholder,
#contact .form-control::placeholder {
  color: #fff;
}
#contact label {
  color: #fff;
}
#contact p {
  color: #fff;
}

@media (max-width:767.99px){
  html {
    font-size: 0.6rem;
  }
  .h1,h1 {
    font-size: 3rem;
  }
  .main-margin {
    margin: 0;
  }
  #angebot_text {
    top: 20px;
    right: 30px;
  }
  #angebot_text .h1 {
    font-size: 2em;
  }
}

@media (min-width:768px){
  html {
    font-size: 0.6rem;
  }
  .h1,h1 {
    font-size: 3rem;
  }
  
  #angebot_text {
    margin-top:25px;
  }
  #angebot_text .h1 { 
    font-size: 3rem;
  }
  #angebot_text p {
    font-size: 2rem;
    text-align: right;
  }
}

@media (min-width:991.98px){
  html {
    font-size: 0.7rem;
  }
  #headertext {
    margin: 10vh 0;
  }
  
  #angebot_text {
    margin-top:50px;
  }
  #angebot_text .h1 { 
    font-size: 3rem;
  }
  #angebot_text p {
    font-size: 2rem;
    text-align: right;
  }
}
@media (min-width:1192.98px){
  html {
    font-size: 0.875rem;
  }
  #headertext {
    margin: 10vh 0;
  }
}
@media (min-width:1599.98px){
  html {
    font-size: 0.875rem;
  }
  #headertext {
    margin: 15vh 0;
  }
  
  #angebot_text {
    margin-top: 100px;
  }
  #angebot_text .h1 { 
    font-size: 5rem;
  }
  #angebot_text p {
    font-size: 2rem;
    text-align: right;
  }
}
@media (min-width:1729.98px){
  html {
    font-size: 1rem;
  }
  #headertext {
    margin: 15vh 0;
  }
}

.img-svg {
  border: 0;
}

.btn-success{
  color:#fff;
  background-color: rgb(75, 102, 74);
  border-color: rgb(75, 102, 74);
}
.btn-success:hover, .btn-success:active, .btn-success:visited {
  color:#fff;
  background-color: rgb(75, 102, 74);
  border-color: rgb(75, 102, 74);
}
.btn-success.focus,.btn-success:focus {
  color:#fff;
  background-color: rgb(75, 102, 74);
  border-color: rgb(75, 102, 74);
}

ul.list-star {
  list-style: none;
  list-style-position: outside;
  padding-left: 0;
  margin: 0;
}
ul.list-star li {
  /* color: rgb(75, 102, 74); */
  /* font-weight: 700; */
  font-size:1rem;
  margin: 25px 0;
}
ul.list-star li:before {
  content:''; 
  display:inline-block; 
  height:1em; 
  width:1em; 
  color: rgb(75, 102, 74);
  -webkit-mask: url('../img/svg/star.svg') no-repeat 50% 50%;
  mask: url('../img/svg/star.svg') no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  display: inline-block;

  background-size:contain;
  background-repeat:no-repeat;
  background-color: rgb(75, 102, 74);
  margin-right: 1em;
}
.table-star {
  width: 100%;
  margin-bottom: 20px;
}
.table-star th {
  vertical-align: top;
  padding: 15px 0;
}
.table-star th:before {
  content:''; 
  display:inline-block; 
  height:1em; 
  width:1em; 
  color: rgb(75, 102, 74);
  -webkit-mask: url('../img/svg/star.svg') no-repeat 50% 50%;
  mask: url('../img/svg/star.svg') no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  display: inline-block;

  background-size:contain;
  background-repeat:no-repeat;
  background-color: rgb(75, 102, 74);
  margin-right: 1em;
}
.table-star td {
  vertical-align: top;
  color: rgb(75, 102, 74);
  font-weight: 600;
  padding: 15px 0;
}

ul.list-check {
  list-style: none;
  list-style-position: outside;
  padding-left: 0;
  margin: 0;
}
ul.list-check li {
  color: rgb(75, 102, 74);
  font-size:1rem;
  margin: 10px 0;
}
ul.list-check li:before {
  content:''; 
  display:inline-block; 
  height:1em; 
  width:1em; 
  color: rgb(75, 102, 74);
  -webkit-mask: url('../img/svg/check.svg') no-repeat 50% 50%;
  mask: url('../img/svg/check.svg') no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  display: inline-block;

  background-size:contain; 
  background-repeat:no-repeat; 
  background-color: rgb(75, 102, 74);
  margin-right: 1em;
}

.carousel-inner > .item > img {
  width: 100%;
}

hr {
  max-width: 966px;
}

.carousel img {
  max-width: 400px;
}

#footer {
  background: rgb(217, 216, 212);
  color: rgb(88, 42, 15);
  font-weight: 400;
}
#footer p {
  line-height: 1.6rem;
}
#footer a, #footer a:active, #footer a:hover, #footer a:visited {
  color: rgb(88, 42, 15);
}

.bg-brown {
  background-color: rgb(139, 67, 25)!important;
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 10px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}
.sidebar-sticky .nav {
  width: 100%;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
  }
}

.sidebar #logo {
  width: 80%;
  margin: 0 0 20px 0;
}

.sidebar .nav-link {
  /* font-weight: 700; */
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/source-sans-pro-v14-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'),
       url('./fonts/source-sans-pro-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/source-sans-pro-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/source-sans-pro-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('./fonts/source-sans-pro-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/source-sans-pro-v14-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
  color: #fff;
  line-height: 32px;
}

.sidebar .nav-link.active {
  color: rgb(250, 144, 82);
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

.card-img-overlay {
  margin: 0 70px;
}

@media (max-width: 767.98px) {
  .sidebar {
    top: 0;
  }
  .sidebar-sticky {
    height: 50px;
    display: flex;
    justify-content: space-between;
    overflow-x: visible;
    overflow-y: visible;
    margin-right: 0;
  }
  .sidebar #logo {
    height: 40px;
  }

  .navbar-toggler {
    font-size:2.2em;
    padding: 0 25px;
  }
  .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}

  .navbar-nav {
    height: 100vh !important;
    width: 70vw !important;
    right: 0;
  }
  .navbar-collapse {
    background: black;
    margin-right: 0;
  }
  .sidebar .nav-link {
    font-size:1.5em;
    line-height: 40px;
    text-align: left;
    margin-left: 40px;
  }
  .sidebar li {
    
    border-bottom: 1px solid rgba(102, 102, 102, 0.603);
  }
  
  .text-white .h3 {
    display: none;
  }

  h1 {
    font-size: 2em;
  }
  h2 {
    font-size: 1.75em;
    margin: 15px 0 0 0;
    padding: 0;
  }
  .card-img-overlay {
    margin: 0;
  }
}