/************************************************************
 appsolut template CSS
************************************************************/

/**************************
 Media
**************************/

/**************************
 Bootsrap 4.0 alpha
**************************/
.form-check {
  padding-left: 1.25rem;
}
.form-check-label {
  padding-left: 0;
}

/**************************
 General
**************************/
.app-lead {
  font-weight: 400;
  font-size: 1.2rem;
  margin-bottom: 15px;
}
.app-text-large {
  font-size: 1.1rem;
  margin-bottom: 30px;
}

/**************************
 Header
**************************/
.page-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
.app-main-container {
  -ms-flex-position: 1;
  flex-grow: 1;
}
#logo-img-mobile {
  height: 50px;
}
.header-icon-social .social-links {
  margin-top: 0;
  margin-bottom: 0;
}

/**************************
 Banner
**************************/
.app-banner-posting {
  min-height: 550px !important;
}
.app-banner-doc {
}
.banner.light-bg,
.banner.dark-bg,
.banner.default-bg {
  min-height: 250px;
  padding-top: 60px;
  padding-bottom: 20px;
}
.app-pagebanner-fullwidth {
  min-height: 250px !important;
  padding-top: 60px;
  padding-bottom: 20px;
}
.app-herobanner-gradient {
  margin: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  min-height: 450px !important;
}
.app-herobanner-gradient-height {
  margin: 0;
  padding-top: 60px;
  padding-bottom: 40px;
  min-height: 650px !important;
}
.app-herobanner-gradient-fullscreen {
  margin: 0;
  padding-top: 60px;
  padding-bottom: 40px;
  min-height: 100vh !important;
}
.app-herobanner-gradient-titel {
  font-size: 30px;
}
.app-herobanner-gradient-titel-small {
  font-size: 20px;
}
.app-herobanner-gradient-rotator {
  font-size: 45px;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 11px;
}
.app-herobanner-gradient-rotator-small {
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 11px;
}
.app-herobanner-gradient-description {
  font-family: "Raleway", sans-serif;
  font-size: 23px;
}
.app-herobanner-gradient-description-small {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
}
.app-herobanner-gradient-buttons {
  margin-top: 30px;
}
.app-button-scrolldown {
  margin-top: 80px;
}

/**************************
 Content
**************************/
.content-page {
  font-size: 1.1em;
}
.app-featured-overlapped {
  margin-top: -42px;
  z-index: 500;
  position: relative;
}
.section-blog-list-featured .blogpost {
  margin-bottom: 0;
}
.app-post-card-item .blogpost header h2 {
  font-size: 22px;
}
.app-card-tags {
  margin-top: -1px;
}
.app-card-tag .badge {
  font-size: 90%;
  font-weight: normal;
}
.app-posting-overlay {
  margin-top: -220px;
  z-index: 500;
  position: relative;
  background-color: #ffffff;
  padding: 50px 50px 0 50px;
}
.app-feature-listheader h2 {
  font-size: 30px;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}
.app-feature-listheader a:hover {
  text-decoration: none;
}
.logo-contact {
  margin-left: -10px;
}

/**************************
 Footer
**************************/
.app-footer-links {
  margin-top: -15px;
}
.subfooter {
  font-size: 14px;
}
.subfooter .nav a:not(:first-child) {
  margin-top: -2px;
}
.subfooter .nav a:not(:first-child):before {
  content: "";
  position: relative;
  top: 10px;
  left: -10px;
  display: block;
  width: 2px;
  height: 2px;
  background: #ffffff;
  border-radius: 100%;
}
.subfooter .nav-link {
  padding: 0;
  margin-left: 20px;
}
.subfooter.default-bg {
  color: rgba(255, 255, 255, 0.7);
}
.subfooter.default-bg a:not(.btn) {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
}
.subfooter.default-bg a:not(.btn):hover {
  text-decoration: underline;
  color: #ffffff;
}
.subfooter.dark-bg a:not(.btn) {
  text-decoration: none;
  color: #cdcdcd;
}
.subfooter.dark-bg a:not(.btn):hover {
  text-decoration: underline;
  color: #cdcdcd;
}
