/*!
 * Start Bootstrap - Business Casual v5.0.9 (https://startbootstrap.com/template-overviews/business-casual)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-business-casual/blob/master/LICENSE)
 */

body {
  font-family: 'Lora';
  background-image: linear-gradient(rgba(128, 100, 162, 0.65), rgba(179, 162, 199, 0.4)), url("../img/bg.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Raleway';
}

p {
  line-height: 1.75;
}

.text-faded {
  color: rgba(255, 255, 255, 0.3);
}

.site-heading {
  margin-top: 5rem;
  margin-bottom: 5rem;
  text-transform: uppercase;
  line-height: 1;
  font-family: 'Raleway';
}

.site-heading .site-heading-upper {
  display: block;
  font-size: 2rem;
  font-weight: 800;
}

.site-heading .site-heading-lower {
  font-size: 5rem;
  font-weight: 100;
  line-height: 4rem;
}
.site-heading .site-heading-head {
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
  font-family: 'Roboto';
}
.page-section {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.section-heading {
  text-transform: uppercase;
}

.section-heading .section-heading-upper {
  display: block;
  font-size: 1rem;
  font-weight: 800;
  color: #89154D;
}

.section-heading .section-heading-lower {
  display: block;
  font-size: 2rem;
  font-weight: 100;
  color: #89154D;
}

.bg-faded {
  background-color: rgba(255, 255, 255, 0.85);
}

#mainNav {
  background-color: rgba(128, 100, 162, 0.9);
  font-family: 'Raleway';
}

#mainNav .navbar-brand {
  color: #89154D;
}

#mainNav .navbar-nav .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 800;
}

#mainNav .navbar-nav .nav-item.active .nav-link {
  color: #89154D;
}

@media (min-width: 992px) {
  #mainNav .navbar-nav .nav-item .nav-link {
    font-size: 0.9rem;
  }
  #mainNav .navbar-nav .nav-item .nav-link:hover {
    color: rgba(255, 255, 255, 0.4);
  }
  #mainNav .navbar-nav .nav-item.active .nav-link:hover {
    color: #89154D;
  }
}

.btn-xl {
  font-weight: 700;
  font-size: 0.8rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.intro {
  position: relative;
}

.intro .intro-img {
  width: 100%;
  
}
@media (min-width: 992px) {
  .intro .intro-img {
    width: 75%;
    float: right;
  }
  .intro .intro-text {
    left: 0;
    width: 60%;
    margin-top: 3rem;
    position: absolute;
  }
  .intro .intro-text .intro-button {
    width: 100%;
    left: 0;
    position: absolute;
    bottom: -2rem;
  }
}

@media (min-width: 1200px) {
  .intro .intro-text {
    width: 45%;
  }
}

.cta {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: rgba(138, 122, 155, 0.9);
}

.cta .cta-inner {
  position: relative;
  padding: 3rem;
  margin: 0.5rem;
  background-color: rgba(255, 255, 255, 0.85);
}

.cta .cta-inner:before {
  border-radius: 0.5rem;
  content: '';
  position: absolute;
  top: -0.5rem;
  bottom: -0.5rem;
  left: -0.5rem;
  right: -0.5rem;
  border: 0.25rem solid rgba(255, 255, 255, 0.85);
}

@media (min-width: 992px) {
  .about-heading .about-heading-img {
    position: relative;
    z-index: 0;
  }
  .about-heading .about-heading-content {
    margin-top: -5rem;
    position: relative;
    z-index: 1;
  }
}

@media (min-width: 992px) {
  .product-item .product-item-title {
    position: relative;
    z-index: 1;
    margin-bottom: -3rem;
  }
  .product-item .product-item-img {
    position: relative;
    z-index: 0;
    max-width: 60vw;
  }
  .product-item .product-item-description {
    position: relative;
    z-index: 1;
    margin-top: -3rem;
    max-width: 50vw;
  }
}

.list-hours {
  font-size: 0.9rem;
}

.list-hours .list-hours-item {
  border-bottom: 1px solid rgba(230, 167, 86, 0.5);
  padding-bottom: .25rem;
  margin-bottom: 1rem;
  font-style: italic;
}

.list-hours .list-hours-item.today {
  font-weight: bold;
  color: #e6a756;
}

@media (min-width: 992px) {
  .list-hours {
    width: 50%;
    font-size: 1.1rem;
  }
}


.footer {
  background-color: rgba(20, 20, 19, 0.9);
}

.text-primary {
  color: #778CA1 !important;
}

.bg-primary {
  background-color: #778ca1!important;
}

.btn {
  box-shadow: 0px 3px 3px 0px rgba(33, 37, 41, 0.1);
}

.btn-primary {
  background-color: #89154D;
  border-color: #8A7A9B;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #8A7A9B;
  border-color: #89154D;
}

.font-weight-light {
  font-weight: 100 !important;
}
/*Kontakt*/

.contact-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.contact-section .card {
  border: 0;
  border-bottom: 0.25rem solid #89154D;
}
.contact-section .card h4 {
  font-size: 0.8rem;
  font-family: 'Roboto';
  text-transform: uppercase;
  letter-spacing: 0.15rem;
}
.contact-section .card hr {
  border-color: #89154D;
  border-width: 0.25rem;
  width: 3rem;
}
.contact-section .social {
  margin-top: 5rem;
 
}
.contact-section .social a {
  text-align: center;
  height: 3rem;
  width: 3rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  line-height: 3rem;
  color: rgba(255, 255, 255, 0.3);
}
.contact-section .social a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.contact-section .social a:active {
  color: #fff;
}
.img-News{
  width: 100%;
  height: auto;
}

.img-navbar{
  width: 5%;
  height: auto;
  border-radius: 10px;
}

.blinking{
  animation:blinkingText 1.2s infinite;
}
@keyframes blinkingText{
  0%{     color:white;    }
  49%{    color:white }
  60%{    color: transparent; }
  99%{    color:transparent;  }
  100%{   color:white;    }
}
/* Footer with social*/
.footer-section {
  padding-top: 0.25rem;
  padding-bottom: 1rem;
}
.footer-section .card {
  border: 0;
  border-bottom: 0.25rem solid #64a19d;
}
.footer-section .card h4 {
  font-size: 0.8rem;
  font-family: 'Roboto';
  text-transform: uppercase;
  letter-spacing: 0.15rem;
}
.footer-section .card hr {
  border-color: #64a19d;
  border-width: 0.25rem;
  width: 3rem;
}
.footer-section .social {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.footer-section .social a {
  text-align: center;
  height: 3rem;
  width: 3rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  line-height: 3rem;
  color: rgba(255, 255, 255, 0.3);
}
.footer-section .social a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.footer-section .social a:active {
  color: #fff;
}
.bg-contact {
  background-color: rgba(138, 122, 155, 0.9) !important;
}
/*Newspaper box*/
.ctal {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: rgba(119, 140, 161, 0.9);
}

.ctal .ctal-inner {
  position: relative;
  padding: 3rem;
  margin: 0.5rem;
  background-color: rgba(42, 66, 96, 0.85);
}

.ctal .ctal-inner:before {
  border-radius: 0.5rem;
  content: '';
  position: absolute;
  top: -0.5rem;
  bottom: -0.5rem;
  left: -0.5rem;
  right: -0.5rem;
  border: 0.25rem solid rgba(42, 66, 96, 0.85);
}

/*Startbox*/
.img-start{
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.startbox {
  position: relative;


}
.section-intro{
  /*display: block;*/
  font-size: 1.5rem;
  font-weight: 800;
  font-family: 'Roboto';
}
@media (min-width: 992px) {
  .startbox .startbox-img {
    width: 30%;
    height: auto;
    border-radius: 10px;
    
  }
  .startbox.startbox-text {
    left: 0;
    width: 60%;
    margin-top: 3rem;
    /*position: absolute;*/
  }
  .startbox.startbox-text .intro-button {
    width: 100%;
    left: 0;
    position: absolute;
    bottom: -2rem;
  }
  .img-start{
    width: 70%;
    height: auto;
    border-radius: 10px;
  }
}

@media (min-width: 1200px) {
  .startbox .startbox-text {
    width: 60%;
    height: 40%;
    margin-left: 10rem;
    margin-top: 2rem;
    
  }
  .section-intro{
    /*display: block;*/
    font-size: 2rem;
    font-weight: 800;
    font-family: 'Roboto';
  }
  .img-start{
    width: 70%;
    height: auto;
    border-radius: 10px;
  }
  
}
.centerwrap{
  border:0;
  background-color: rgba(138, 122, 155, 0.85);
  display:flex;
  height:50vh;
  padding:100px;
  justify-content: center;
  align-items: center;
}
.maincontent{
  background: white;
}
.flex-img { 
  display: flex; 
  justify-content: center; 
  align-items: center;
}
hr.divider {
  max-width: 3.25rem;
  border-width: 0.2rem;
  border-color: #89154D;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.text-header-service{
  font-family: 'Roboto';
  font-size: 2rem;
  font-weight: 500;
  color: #89154D;
}
.text-muted {
  color: #89154D !important;
}
.text-secondary {
  color: #89154D !important;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
  color:#89154D;
}
.address strong {
  font-size: 1.2rem;
}

.portfolio-modal .modal-dialog {
  margin: 1rem;
  max-width: 100vw;
  
}
.portfolio-modal .modal-content {
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.4);
}
.portfolio-modal .modal-content h2 {
  font-size: 3rem;
  line-height: 3rem;
}
.portfolio-modal .modal-content p.item-intro {
  font-style: italic;
  margin-bottom: 2rem;
  font-family: "Droid Serif", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.portfolio-modal .modal-content p {
  margin-bottom: 2rem;
}
.portfolio-modal .modal-content ul.list-inline {
  margin-bottom: 2rem;
}
.portfolio-modal .modal-content img {
  margin-bottom: 2rem;
}
.portfolio-modal .close-modal {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  background-color: transparent;
}
.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}

