body, html {
  overflow-x: hidden;
}
.bs-icon {
  --bs-icon-size: .75rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: var(--bs-icon-size);
  width: calc(var(--bs-icon-size) * 2);
  height: calc(var(--bs-icon-size) * 2);
  color: var(--bs-primary);
}

.bs-icon-xs {
  --bs-icon-size: 1rem;
  width: calc(var(--bs-icon-size) * 1.5);
  height: calc(var(--bs-icon-size) * 1.5);
}

.bs-icon-sm {
  --bs-icon-size: 1rem;
}

.bs-icon-md {
  --bs-icon-size: 1.5rem;
}

.bs-icon-lg {
  --bs-icon-size: 2rem;
}

.bs-icon-xl {
  --bs-icon-size: 2.5rem;
}

.bs-icon.bs-icon-primary {
  color: var(--bs-white);
  background: var(--bs-primary);
}

.bs-icon.bs-icon-primary-light {
  color: var(--bs-primary);
  background: rgba(var(--bs-primary-rgb), .2);
}

.bs-icon.bs-icon-semi-white {
  color: var(--bs-primary);
  background: rgba(255, 255, 255, .5);
}

.bs-icon.bs-icon-rounded {
  border-radius: .5rem;
}

.bs-icon.bs-icon-circle {
  border-radius: 50%;
}

.bg-megenta {
  background-color: #931d4c;
}

.bg-musturd {
  background-color: #df810e;
}

.bg-musturd-light{background-color: #fcf2e6;}

.bg-plane {
  background: url("../../assets/img/bg.webp") bottom/cover;
}

.bg-dark-blue {
  background-color: #011E41;
}



h1, h2, h3, h4, h5, h6 {
  font-family: 'League Spartan', sans-serif;
}

.heading a{color: #011E41; text-decoration: none;}
.heading a:hover{color: #011E41; text-decoration: underline;;}

.sidebar .widget{margin-bottom:30px; padding-bottom: 20px; background-color: #fff;}
.sidebar .widget ul{margin: 0px 30px 10px 35px!important; padding: 0px;}
.sidebar .widget li{margin: 0px; padding: 10px; border-bottom: 1px solid #f1f1f1; }

.sidebar .widget a{ color:#011E41; text-decoration: none;}
.sidebar .widget a:hover{ color:#011E41; text-decoration: underline;}
.sidebar .wp-block-heading{background-color: #931d4c; color: #fff; padding: 10px 5px 10px 20px; border-radius:4px 4px 0px 0px; font-size: 28px;}
.sidebar .widget-title{background-color: #931d4c; color: #fff; padding: 10px 5px 10px 20px; border-radius:4px 4px 0px 0px; font-size: 28px;}


.pix-border {
  border-bottom: 8px solid #df810e;
  border-left: 8px solid #df810e;
}

.border-left-musterd {
  border-left: 8px solid #df810e;
  padding-left: 15px;
}

.plane-bg {
  background-image: url('../../assets/img/airplane-shape.png');
  background-repeat: no-repeat;
  background-position: right bottom;
}
.form-bg{
background: url("../../assets/img/line.webp") bottom/cover;
}


.btn-musturd {
  background-color: #df810e;
  color: white;
}

.btn-musturd:hover {
  background-color: #ffcd39;
  color: black;
}

.btn-mergenta {
  background-color: #931d4c;
  color: #fff;
}

.btn-mergenta:hover {
  background-color: #58151c;
  color: #fff;
}

.bg-black {
  background-color: #931d4c;
  color: #fff;
}

.service-item-list {
  padding: 15px 0px;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin: 0 0 20px;
}

.service-item-list p {
  padding-left: 50px;
  line-height: 1.6;
  margin-bottom: 0px;
  color: #111;
}

.blog-bg {
  background: #343d46;
  background-image: url('../../assets/img/header-bg-page-1.png');
  background-repeat: repeat-x;
  background-position: top;
  background-position-y: center;
}

.page-header {
  background: #343d46;
  padding: 4rem 0 48rem;
  color: #fff;
  padding-bottom: 10vw;
}


  .primary-image {
    flex-shrink: 0;
    flex: 0 0 auto;
   /* margin-top: var(--bs-gutter-y);*/
    /*max-width: 100%;*/
    padding-left: calc(var(--bs-gutter-x)*.5);
    padding-right: calc(var(--bs-gutter-x)*.5);
    width: 100%;
  margin-bottom: 5rem;
  margin-top: -10rem !important;
  position: relative;
}

.glass {
 border: 5px solid white;
 border-radius: 4px 4px 4px 4px;
}

.calendar_wrap{padding: 20px 10px 0px 30px;}
.calendar_wrap table{width: 100%;}

.home-form label{width: 100%}

.page-numbers {background-color: grey; padding: 5px 10px; position: relative;  bottom: 34px; border-radius: 3px 3px 3px 3px; color: #fff; text-decoration: none;}

.current{background-color: lightgrey; padding: 5px 10px; position: relative;  bottom: 34px; border-radius: 3px 3px 3px 3px; color: #3d3d3d;}


/*root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}*/

@media (max-width: 1500px) { 
.primary-image{margin-top: -7rem !important; padding: 1rem 1rem 0rem 1rem;}
}



@media (max-width: 820px) { 
  
  .page-header {
  background: #343d46;
  padding: 2rem 0 48rem;
  padding-bottom: 48rem;
  color: #fff;
  padding-bottom: 10vw;
  margin-bottom: 4rem;
}
.primary-image{margin-top: -7rem !important; padding: 1rem 1rem 0rem 1rem;}

}

@media (max-width: 855px) { 
  
.primary-image{margin-top: -7rem !important; padding: 1rem 1rem 0rem 1rem;}

}

@media (max-width: 576px) { 

 .mt-mobile-2{margin-top: 2px;}
.primary-image{margin-top: -7rem !important; padding: 1rem 1rem 0rem 1rem;}

}