@media screen and (max-width: 1560px) and (min-width: 1226px) {
  .navbar .navbar-nav .nav-item .nav-link {
    text-transform: uppercase;
    padding: 0.9375rem 0.3375rem;
  }
  #sectionsNav.navbar.navbar-color-on-scroll.fixed-top.navbar-expand-lg.navbar-transparent {
    top: 30px;
    left: 0px;
    right: 0px;
    transition: all .3s ease;
  }
  #sectionsNav.navbar.navbar-color-on-scroll.fixed-top.navbar-expand-lg.navbar-transparent div.container-fluid.container-min {
    padding-right: 5px;
    padding-left: 5px;
    margin-right: 15px;
    margin-left: auto;
  }
}
@media screen and (max-width: 1225px) and (min-width: 992px) {
  .navbar .navbar-nav .nav-item .nav-link {
    text-transform: uppercase;
    padding: 0.9375rem 0.3375rem;
  }
  #sectionsNav.navbar.navbar-color-on-scroll.fixed-top.navbar-expand-lg.navbar-transparent {
    top: 30px;
    left: 0px;
    right: 0px;
    transition: all .3s ease;
  }
  #sectionsNav.navbar.navbar-color-on-scroll.fixed-top.navbar-expand-lg.navbar-transparent div.container-fluid.container-min {
    padding-right: 5px;
    padding-left: 5px;
    margin-right: 15px;
    margin-left: auto;
  }
  nav#sectionsNav.navbar.navbar-color-on-scroll.fixed-top.navbar-expand-lg.navbar-transparent div.container-fluid.container-min div.navbar-translate a.navbar-brand {
    margin-left: -25px
  }
  li.nav-item.nav-social {
    display: none;
  }
  .navbar .navbar-nav .nav-item .nav-link {
    font-size: 12px;
  }
}
div.thm-img img {
  max-width: 100%;
  height: auto;
  border-radius: 6px !important;
  box-shadow: 0 5px 15px -8px rgba(0, 0, 0, 0.24), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.margin-0 {
  margin: 0px;
}
/* -----------------------------------------
:: LISTS 
----------------------------------------- */
/*default list styles*/
ul, ol {
  margin-top: 0;
  margin-bottom: 11px;
}
ul ul, ol ul, ul ol, ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 22px;
}
dt, dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
ol {
  counter-reset: li;
  ;
  list-style: none;
  *list-style: decimal;
  padding: 0;
  margin-bottom: 20px;
}
ol ol {
  margin: 0 0 0 40px;
}
ol.list1 li ol {
  margin: 0 0 0 20px;
}
/*list1*/
.list1 a {
  position: relative;
  display: block;
  padding: 5px 30px 5px 30px;
  margin: 10px 0;
  background: #5E8D5F;
  color: #ffffff;
  text-decoration: none;
  border-radius: 3px;
  transition: all .3s ease-out;
}
.list1 {
  margin: 0 0 0 20px;
}
.list1 a:hover {
  background: #111111;
}
.list1 a:hover:before {
  transform: rotate(360deg);
}
.list1 a:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: -20px;
  top: 50%;
  margin-top: -20px;
  background: #5E8D5F;
  height: 40px;
  width: 40px;
  line-height: 30px;
  border: 5px solid #e8e8e8;
  text-align: center;
  font-weight: bold;
  border-radius: 50%;
  transition: all .3s ease-out;
  color: #ffffff;
}
/*list2*/
.list2 a {
  position: relative;
  display: block;
  padding: 5px 30px 5px 30px;
  margin: 10px 0 10px 40px;
  background: #222222;
  background: rgba(0, 0, 0, 0.25);
  color: #5E8D5F;
  text-decoration: none;
  transition: all .3s ease-out;
}
.list2 a:hover {
  background: #111111;
  background: rgba(0, 0, 0, 0.50);
}
.list2 a:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: -40px;
  top: 50%;
  margin-top: -16px;
  background: #5E8D5F;
  height: 32px;
  width: 32px;
  line-height: 32px;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
}
.list2 a:after {
  position: absolute;
  content: '';
  border: 8px solid transparent;
  left: -20px;
  top: 50%;
  margin-top: -8px;
  transition: all .3s ease-out;
}
.list2 a:hover:after {
  left: -8px;
  border-left-color: #5E8D5F;
}
/*list3*/
ul.list3 {
  list-style-image: url('file:///N|/Customers/A/Annette Vietmeier/--merged/graphics/list3.png');
  vertical-align: middle;
}
div#owl-projects.projects.owl-carousel.owl-loaded.owl-drag div.owl-nav {
  color: #fff;
  font-size: 12px;
  margin: 5px;
  padding-top: 10px;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  width: 40px;
  height: 40px;
  text-align: center;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.75);
  position: relative;
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
.section-bg-d {
  position: relative;
  background-image: url(../themed-images/backgrounds/section-bg-d.jpg);
  background-position: center top;
  background-attachment: fixed;
  background-size: cover;
  border-top: 20px solid #5E8D5F;
  border-bottom: 20px solid #5E8D5F;
  color: #fff;
}
.section-parallax-dark .wrapper {
  background: #222222;
  background: url('../themed-images/covers/dark-circles.png') left center, rgba(0, 0, 0, 0.50);
}






@media (max-width:767px) {
	
	.p-4 {
	padding: 0 1.5rem !important;
}
	.info h4.info-title {
	margin: 0.5rem 0 0.875rem;
}
	
  .modal-body p {
    font-size: 12px;
    line-height: 1.2;
  }
  .modal-dialog .modal-body {
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
  }
  .modal-body h4 {
    font-size: 13px;
    line-height: 1.2;
  }
  .modal-body h3 {
    font-size: 16px;
    line-height: 1.2;
    margin-top: 0;
  }
  .modal-body ul li {
    font-size: 12px;
    line-height: 1.1;
  }
  .modal-body ul strong em strong em {
    font-size: 12px;
    line-height: 1.1;
  }
  #sectionsNav.navbar.navbar-color-on-scroll.fixed-top.navbar-expand-lg.navbar-transparent {
    left: 5px;
    right: 5px;
  }
  #sectionsNav.navbar.navbar-color-on-scroll.fixed-top.navbar-expand-lg.navbar-transparent div.container-fluid.container-min div.navbar-translate {
    left: 5px;
  }
  .navbar .navbar-brand {
    position: relative;
    padding: 0;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    height: auto;
    margin-left: 5px;
  }
  a.navbar-brand span {
    font-size: 10px;
  }
  body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    line-height: 1.3em;
  }
  h1, h2, h3, .h1, .h2, .h3 {
    margin-top: 10px;
    margin-bottom: 5px;
  }
  h4, h5, h6, .h4, .h5, .h6 {
    margin-top: 10px;
    margin-bottom: 5px;
  }
  html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  h1, .h1 {
    font-size: 2.6125rem;
    line-height: 1.15em;
  }
  h2, .h2 {
    font-size: 1.55rem;
    line-height: 1.5em;
  }
  h3, .h3 {
    font-size: 1.2625rem;
    line-height: 1.4em;
  }
  h4, .h4 {
    font-size: 1.025rem;
    line-height: 1.5em;
  }
  h5, .h5 {
    font-size: 0.9625rem;
    line-height: 1.55em;
    margin-bottom: 15px;
  }
  h6, .h6 {
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 500;
  }
}



.modal .modal-dialog {
	margin-top: 30px;
}
html body.landing-page.sidebar-collapse.modal-open div#myModal.modal.fade.show div.modal-dialog div.modal-content div.modal-body h3.text-center{font-weight: bold; margin-top: 0px; font-size: 2rem;}

html body.landing-page.sidebar-collapse.modal-open div#myModal.modal.fade.show div.modal-dialog div.modal-content div.modal-body h4 em strong{font-weight: bold; }

html body.landing-page.sidebar-collapse.modal-open div#myModal.modal.fade.show div.modal-dialog div.modal-content div.modal-body ul li
{line-height: 1.2; font-size: 14px;}

html body.landing-page.sidebar-collapse.modal-open div#myModal.modal.fade.show div.modal-dialog div.modal-content div.modal-body strong em h4 strong{font-weight: 700;}


