body {
  font-family: Lato, 'sans-serif', Arial, Helvetica;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #ff8c00;
  font-family: 'lucida_sansitalic', 'sans-serif', Arial, Helvetica;
  font-weight: 600 !important;
}

a, a:hover {
  color: #ff8c00;
}

.display-4 {
  font-size: 1.6rem
}

.p-5 {
  padding: 1rem !important;
}

.btn-xl {
  text-transform: uppercase;
  padding: 1.5rem 3rem;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
}

.bg-black {
  background-color: #000 !important;
}

.bg-orange {
 background-color: #ff8c00 !important; 
}

.rounded-pill {
  border-radius: 5rem;
}

.navbar-custom {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: rgba(0, 0, 0, 0.9);
}

.navbar-custom .navbar-brand {
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  font-weight: 700;
}

.navbar-custom .navbar-nav .nav-item .nav-link {
  text-transform: uppercase;
  font-family: sans-serif !important;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
}

header.masthead {
  position: relative;
  overflow: hidden;
  background: #fff url(../img/header_online.jpg);
  background-size: cover;
  padding: 0;
}

header.masthead .masthead-content {
  z-index: 1;
  position: relative;
  padding-top: calc(4rem + 55px);
  padding-bottom: 3rem;
}

section ul {
    list-style: none;
    padding-left: 1rem;
}

section ul li:before {
    background-color: #ff8c00;
    border-radius: 50%;
    content: "";
    float: left;
    height: .5em;
    line-height: 1;
    margin: .5rem .5rem 0 -20px;
    width: .5em;
} 

.pswp__bg {
  background: #111111;
}

.pswp__button--arrow--left::before,
.pswp__button--arrow--right::before,
.pswp__top-bar,
.pswp__caption,
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, .5);
}

.no-caption figcaption {
  display: none !important;
}

.ce_gallery figure {
  display: none;
  position: relative;
}

.ce_gallery figure a {
  cursor: zoom-in;
}

.ce_gallery figure:first-child {
  display: block;
}

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

.btn-primary {
  background-color: #ee0979;
  border-color: #ee0979;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #bd0760 !important;
  border-color: #bd0760 !important;
}

.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(238, 9, 121, 0.5);
}

.btn-secondary {
  background-color: #ff6a00;
  border-color: #ff6a00;
}

.btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
  background-color: #cc5500 !important;
  border-color: #cc5500 !important;
}

.btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 106, 0, 0.5);
}

h2 {
  font-size: 1.4rem;
}

h3 {
  font-size: 1.2rem;
}
@media only screen and (min-width: 576px) {

  .display-4 {
    font-size: 2.5rem
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.75rem;
  }

  .p-5 {
    padding: 3rem !important;
  }

}

@media only screen and (max-width: 640px) {
  .no-more-tables table,.no-more-tables thead,.no-more-tables tbody,.no-more-tables th,.no-more-tables td,.no-more-tables tr{display:block;}
  .no-more-tables thead tr{position:absolute;top:-9999px;left:-9999px;}
  .no-more-tables td{border:none;border-bottom:1px solid #e6e6e6;position:relative;padding-left:70%;white-space:normal;text-align:left;height: 3.4rem;}
  .no-more-tables td.col_0{padding-left:2%;text-align: center;}
  .no-more-tables td.col_first {font-weight: bold;}
  .no-more-tables td:last-child{border-bottom:0 none;}
  .no-more-tables td:before{position:absolute;top:9px;left:5px;width:69%;padding-right:5px;text-align:left;}
  .no-more-tables td:before{content:attr(data-title);}
}

@media only screen and (min-width: 768px) {

  header.masthead {
  }

  header.masthead .masthead-content {
    padding-top: calc(10rem + 55px);
    padding-bottom: 10rem;
  } 

  header.masthead .masthead-content .masthead-heading {
    font-size: 6rem;
  }

  header.masthead .masthead-content .masthead-subheading {
    font-size: 4rem;
  }

}

@media only screen and (min-width: 992px) {

}

@media only screen and (min-width: 1200px) {

}

a.masthead-tel {
  color: #212529!important;
}

a.masthead-tel:hover, a.masthead-tel:focus {
  text-decoration: none;
}

p.btn {
  margin-bottom: 0;
}

@media print {
  body, h1, h2, h3, ol, ul, div, span, p {
    display: block !important;
    width: 93% !important;
    float: none !important;
    position: static !important;
    overflow: visible !important;
  }

  h1 {
    font-size: 28pt; 
  }

  .col-lg-6.ce_gallery, .col-lg-6.order-lg-2 {
    width: 25% !important;
    display: inline-block !important;
    float: left !important;
    clear: left;
  }

  .col-lg-6, .col-lg-6.order-lg-1 {
    width: 60% !important;
    /*display: inline-block !important;*/
    float: left !important;
  }

  .ce_gallery img {
    max-width: 100% !important;
    /*display: inline-block !important;*/
    /*float: left !important;*/
  }

  .printadresse {
    border-bottom: 3px double #000;
    padding-bottom: .5cm;
    margin-bottom: 1cm;
  }

  .col-lg-4 {
    width: 33% !important;
  }

  ul  li {
    list-style: circle;
  }
}