body,
html {
  width: 100%;
  height: 100%;
}

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

hr {
  max-width: 50px;
  max-width: 100%;
  border-width: 1px;
  border-color: #127CB9;
  border-style: double;
}

hr.light {
  border-color: #fff;
}

a {
  color: #127CB9;
  transition: all 0.2s;
}

a:hover {
  color: #127cb9;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.clr-white {
  color: white !important;
}

.clr-primary {
  color: #127CB9 !important;
}

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

.bg-secondary {
  background-color: #12a5b9 !important;
}

.bg-dark {
  background-color: #212529 !important;
}

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

section {
  padding: 8rem 0;
}

.section-heading {
  margin-top: 0;
}

::selection {
  color: #fff;
  background: #212529;
  text-shadow: none;
}

img::selection {
  color: #fff;
  background: transparent;
}

img::-moz-selection {
  color: #fff;
  background: transparent;
}

#mainNav {
  border-bottom: 1px solid rgba(33, 37, 41, 0.1);
  background-color: #fff;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  transition: all 0.2s;
}

#mainNav .container {
  padding-left: 0;
  padding-right: 0;
}

#mainNav .navbar-brand {
  font-weight: 700;
  text-transform: uppercase;
  color: #127CB9;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #127cb9;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
  font-size: .9rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #212529;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
  color: #127CB9;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
  color: #127CB9 !important;
  background-color: transparent;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover {
  background-color: transparent;
}

@media (min-width: 992px) {
  #mainNav {
    border-color: transparent;
    background-color: rgba(12, 64, 196, 0.75);
  }
  #mainNav .navbar-brand {
    color: rgba(255, 255, 255, 0.9);
  }
  #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
    color: #fff;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link {
    padding: 0.5rem 1rem;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
    color: rgba(255, 255, 255, 0.75);
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: #fff;
  }
  #mainNav.navbar-shrink {
    border-bottom: 1px solid rgba(33, 37, 41, 0.1);
    background-color: #fff;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #127CB9;
  }
  #mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
    color: #127cb9;
  }
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
    color: #212529;
  }
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: #127CB9;
  }
}

header.masthead {
	position: relative;
  padding-top: 10rem;
  padding-bottom: calc(10rem - 56px);
  background-image: url("../img/header.jpg");
  background-position: center center;
  background-size: cover;
}

header.masthead hr {
  margin-top: 30px;
  margin-bottom: 30px;
}

header.masthead h1 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 7rem;
	margin-bottom: 8rem;
  font-size: 1.0rem;
  line-height: 1.5;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

header.masthead h1 span {
  font-size: 1.35rem;
}

header.masthead p {
  font-weight: 300;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8);
}

header.masthead p.description {
	position: absolute;
	bottom: 0;
	right: 2em;
	font-size: 0.75rem;
}

header.masthead .btn {
  border: 1px solid rgba(255, 255, 255, 0.9);
}

@media (min-width: 576px) {
	header.masthead h1 {
		margin-bottom: 3rem;
		font-size: 1.25rem;
		margin-top: 9rem;
		margin-bottom: 12rem;
	}
	header.masthead h1 span {
		font-size: 1.75rem;
	}
  header.masthead p {
    font-size: 1.15rem;
  }
  header.masthead p.description {
    position: absolute;
    bottom: 0;
    right: 2em;
  }
}

@media (min-width: 768px) {
	header.masthead h1 {
		font-size: 1.5rem;
	}
	header.masthead h1 span {
		font-size: 2.5rem;
	}
  header.masthead p {
    font-size: 1.15rem;
  }
  header.masthead p.description {
    position: absolute;
    bottom: 0;
    right: 2em;
  }
}

@media (min-width: 992px) {
  header.masthead {
    height: 100vh;
    min-height: 650px;
    padding-top: 0;
    padding-bottom: 0;
		margin-top: 0rem;
		margin-bottom: 0rem;
  }
  header.masthead h1 {
    font-size: 1.5rem !important;
  }
  header.masthead h1 span {
    font-size: 2.5rem;
  }
  header.masthead p.description {
    position: absolute;
    bottom: 0;
    right: 2em;
  }
}

@media (min-width: 1200px) {
  header.masthead h1 {
    font-size: 1.5rem !important;
  }
  header.masthead h1 span {
    font-size: 2.5rem;
  }
  header.masthead p.description {
    position: absolute;
    bottom: 0;
    right: 2em;
  }
}

.service-box {
  max-width: 400px;
}

.service-box h3 {
	font-size: 1.5rem;
}

.service-box p {
	line-height: 1.75;
}

.service-box img {
	position: relative;
  max-width: 100%;
	margin-bottom: 1rem;
}

.icon-corona {
	display: inline-block;
	background: orange;
	color: #FFFFFF;
	margin-right: 0.5rem;
	padding: 0.1rem 0.75rem;
	font-weight: bold;
	border-radius: 3px;
}

.attention {
	color:peru;
}

.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
}

.portfolio-box .portfolio-box-caption {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  color: #fff;
  background: rgba(18, 124, 185, 0.9);
  transition: all 0.2s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  padding: 0 15px;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}

.portfolio-box:focus {
  outline: none;
}

@media (min-width: 768px) {
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 16px;
  }
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 22px;
  }
}

.text-primary {
  color: #127CB9 !important;
}

.btn {
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 300px;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.btn-xl {
  padding: 1rem 2rem;
}

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

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #fff;
  background-color: #106ca2 !important;
}

.btn-primary:active, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 95, 64, 0.5) !important;
}

html,
body {
  font-size: 15px;
}

.text-left strong {
  color: #345;
  font-size: 1.1rem;
}

.text-faded strong {
  color: white;
  font-size: 1.1rem;
}

#about {
  background: url(../img/bg_about.jpg) center center no-repeat;
  background-size: cover;
}

#feature {
  background: url(../img/feature.jpg) center center no-repeat;
  background-size: cover;
}

#member {
	margin-bottom: 2rem;
  padding: 0;
	background: url(../img/bg_member.jpg) center center no-repeat;
	background-size: cover;
}

#member .card {
  margin-bottom: 2rem;
  padding: 2rem;
  color: #345;
  border: 4px solid #fff;
  border-radius: 0.5rem;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
}

#member .card .card-img-top {
  margin-bottom: 1rem;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
  border-radius: 50%;
}

#member .card .card-body {
  padding: 0;
}

#member .card .card-body .card-text {
  font-size: 0.85rem;
}

#member .card h5 {
  text-align: center;
}

#member .card h5 div {
  margin: 0.5rem 0;
  font-size: 0.8rem;
}

#member .card h6 {
  margin-bottom: 1.5rem;
  padding: 0.25rem;
  text-align: center;
  background: #eee;
}

footer {
  padding: 1.5rem 1rem;
  color: white;
  background: #127CB9;
}

footer .footer-wrap {
  font-size: 0.8rem;
  text-align: center;
}

footer .footer-wrap .adress {
  margin-bottom: 0.5rem;
}

footer .footer-wrap .adress a {
  color: white;
  text-decoration: underline;
}

footer .footer-wrap .adress .fas {
  margin-right: 0.5rem;
}

footer .footer-wrap .copyright {
  margin-bottom: 0;
}

.far:before {
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
}
