/* Screen sizes 

// sm @media (min-width: 576px) { ... }
// md @media (min-width: 768px) { ... }
// lg @media (min-width: 992px) { ... }
// xl @media (min-width: 1200px) { ... }

*/
.container {
  /*background: #fff;*/
}

.dropdown-menu {
  top: -30px;
  border-radius: 0 0 5px 5px;
  border: 1px solid #F0F0F0;
  border-top: none;
}

.btn-outline-success {
  border-color: #46B2CD;
  color: #46B2CD;
}

.btn-outline-success:hover {
  background-color: #46B2CD;
  border-color: #46B2CD;
}

@media screen and (max-width: 1199.98px) {
  .container {
    max-width: 1140px;
  }
}
header {
  background: #D8DBE2;
}

header .header-image {
  background: url("img/bg-header-mobile.jpg") no-repeat;
  height: 300px;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

header .header-info {
  background: #fff;
  padding: 0;
  position: absolute;
}

#header-overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  /*height: 40%;*/
  background: rgba(255, 255, 255, 0.6);
  padding: 2px;
  font-size: 24px;
  color: #000;
  text-align: center;
}

#ministerium-mobile {
  text-align: center;
  padding: 10px 0;
}

p.header-link {
  background: #4d6088;
  color: #fff;
  font-size: 18px;
  padding: 10px 0 10px 30px;
  border-radius: 20px 0 0 20px;
  cursor: pointer;
}

p.header-link:hover {
  background: #46B2CD;
}

.logo-ministerium {
  position: absolute;
  right: 5px;
  bottom: 0;
  padding: 0;
}

header .container {
  position: relative;
}

@media (min-width: 992px) {
  header {
    height: #D8DBE2;
  }

  header .header-info {
    position: relative;
  }

  p.header-link {
    width: 350px;
    position: relative;
    right: 65px;
  }

  header .header-image:after {
    content: "";
    position: absolute;
    top: -30%;
    right: -520px;
    height: 600px;
    width: 600px;
    background: #fff;
    -webkit-transform: rotate(75deg);
    -moz-transform: rotate(75deg);
    transform: rotate(75deg);
  }

  #header-overlay {
    padding: 10px 100px 10px 10px;
  }
}
@media (min-width: 1200px) {
  header .header-image:after {
    right: -550px;
  }

  #header-overlay {
    height: 30%;
    padding-left: 40px;
  }
}
#top-bar {
  background: #fff;
}

.navbar img {
  height: 100px;
}

/* TODO: SEARCH MOBILE */
@media screen and (min-width: 1200px) {
  .navbar {
    padding: 0 20px 0 20px;
  }

  .navbar .nav-item {
    cursor: pointer;
  }

  ul.navbar-nav .nav-item {
    /*border-right: 1px solid #f0f0f0;*/
    height: 100px;
    padding: 30px 10px 0px 10px;
    color: #808080;
    background: #fff;
    font-size: 18px;
  }

  ul.navbar-nav .nav-item .dropdown-menu {
    top: 80px;
  }

  #popup-search {
    display: none;
    border: 1px solid #F0F0F0;
    padding: 20px;
    z-index: 100;
    position: absolute;
    background: #fff;
    right: 0;
    border-radius: 0 0 5px 5px;
    border-top: none;
  }
}
#content {
  min-height: 400px;
  background: #fff;
  padding: 50px 50px;
  margin-top: 20px;
  margin-bottom: 20px;
}

#sidebar {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
}

.sidebar-item {
  background: #fff;
  margin-bottom: 20px;
  position: relative;
}

.sidebar-item .heading {
  color: #fff;
  padding: 5px 10px 5px 10px;
  text-align: right;
  font-weight: 500;
  font-size: 18px;
}

.sidebar-item .heading.wave {
  width: 100%;
  height: 40px;
  left: 0;
  background: linear-gradient(#4d6088, #4d6088);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 70% 60%;
  border-bottom-right-radius: -100% -150%;
}

.sidebar-item .content {
  padding: 20px;
}

@media screen and (min-width: 992px) {
  #sidebar {
    padding: 0 0 0 15px;
  }
}
footer {
  background: #4d6088;
  margin-top: 50px;
}

footer .container {
  background: #4d6088;
  color: #fff;
  padding: 20px;
}

footer .section {
  border-bottom: 1px solid #fff;
  padding: 20px;
}

footer .section.last {
  border-bottom: none;
}

footer .heading {
  font-weight: bold;
}

@media (min-width: 992px) {
  footer .section {
    border-bottom: none;
  }
}
.search-results .first {
  border-top: none;
}

.box-1 {
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  color: #303443;
  margin-bottom: 20px;
  height: auto;
}

.box-1 .heading {
  text-align: center;
  color: #000;
  font-size: 24px;
  margin-bottom: 24px;
  color: #4d6088;
}

.box-1 .link-more {
  color: #009036;
}

.box-2 {
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
}

.box-2 .img {
  float: left;
  margin-right: 20px;
}

.box-2 .heading {
  color: #4d6088;
  font-size: 24px;
  margin-bottom: 12px;
}

.box-3 {
  text-align: center;
  color: #303443;
  background: #fff;
  border-radius: 5px;
  padding: 40px 20px 20px 20px;
  height: auto;
  margin-bottom: 20px;
}

.box-3 .heading {
  font-size: 24px;
}

.box-3 .icon-circle {
  text-align: center;
  margin-bottom: 20px;
}

.box-3 .icon-circle .fa-circle {
  color: #4d6088;
}

.box-3 .font-large {
  color: #4d6088;
  font-weight: bold;
  font-size: 24px;
}

.box-3 .font-large a {
  color: #4d6088;
  text-decoration: none;
}

.box-4 {
  color: #4d6088;
}

.box-4 .heading {
  font-size: 18px;
}

.box-5 {
  padding: 20px;
  background-color: #4d6088;
  border-radius: 5px;
}

@media (min-width: 768px) {
  .box-1 {
    margin-bottom: 0;
    height: 100%;
  }

  .box-3 {
    margin-bottom: 0;
    height: 100%;
  }
}
.heading-1 {
  text-align: center;
  background: #fff;
  border-radius: 5px;
  padding: 5px;
  margin: 80px 0 20px 0;
}

.heading-1 h1 {
  margin: 0;
}

.heading-1.inverse {
  background: #4d6088;
}

.heading-1.inverse h1 {
  color: #fff;
}

.preview-viewport {
  background: #fff;
  padding: 20px;
}

.preview-viewport .date {
  color: #808080;
  float: right;
}

.preview-viewport .heading {
  font-weight: bold;
}

.preview-list .date {
  color: #808080;
}

.preview-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.preview-list li {
  background: #fff;
  padding: 5px;
  margin-bottom: 5px;
}

.preview-list li.active {
  border: 5px solid #46B2CD;
}

.color-primary {
  color: #4d6088;
}

body {
  font-family: "Roboto Condensed", sans-serif;
  background-color: #F0F0F0;
  color: #303443;
}

h1 {
  color: #4d6088;
  margin-bottom: 32px;
  font-size: 32px;
}

h2 {
  color: #000;
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
}

a {
  color: darkorange;
}

a:hover {
  color: #4d6088;
  text-decoration: none;
}

/*# sourceMappingURL=app.css.map */
